หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ SecMaster/ User Guide/ Threats/ Alert Management/ Suggestions on Handling Common Alerts

Suggestions on Handling Common Alerts

Updated on 2025-01-22 GMT+08:00

During data integration, SecMaster can automatically convert cloud service logs into alerts. SecMaster provides the following suggestions for handling such concerted alerts.

Abnormal System Behavior/High-risk Command Execution

  • Data source

    HSS alert logs

  • Alert Presentation

    [dangercmd] [HSS] Host: {{ipList}} Run dangercmd, {{__time}}

  • Monitoring Scenario: HSS

    High-Risk command

  • Alert Field

    To view corresponding high-risk command alerts in SecMaster, take the following steps:

    1. Go to the Security Orchestration page of the target workspace. Then, choose Objects > Classify&Mapping.
    2. Click the name of the HSS Alert Categorization and Re-Mapping to go to the details page.

      The high-risk command execution corresponds to msg.appendInfo.event_type=3015.

  • Investigation Guideline and Handling Suggestion
    1. Go to the Threat Operations > Security Analysis page in SecMaster, expand the target data space, and click pipeline sec-hss-alarm. The query and analysis page for pipeline sec-hss-alarm is displayed on the right.
    2. Search for the log details for the current alert based on the values of the appendInfo.event_type, __time, and ipList fields to confirm the meaning and purpose of the command.
      • Use the appendInfo.process_info field to check whether the current high-risk command (process_cmdline) and its parent process command (parent_process_cmdline) are suspicious.
      • You can use sec-hss-log to query the host (ipList) behavior in a similar period of time, and use appendInfo.pid_link (sec-hss-log) and appendInfo.process_info.parent_process_pid(sec-hss-alarm) to sort the process sequence. Then, you can make informative decisions to find out suspicious processes and commands. For those processes and commands, you can scan for further hacking behavior, such as viewing sensitive data, viewing network environments, privilege escalation, network probing, and PoC execution.
      • If it is confirmed that the fault is triggered by attacks, contact the resource owner immediately.
  • High-Risk Commands

    The high-risk commands involved in alerts are as follows:

    • strace: captures and records all system calls of a specified process and all received signals.
    • rz: used to upload files from a local computer to a remote server. It is usually used in SSH sessions.
    • sz: used to download files from a remote server to a local computer. This command is usually used in SSH sessions.
    • tcpdump: used to probe data packets and capture data packets flowing on network adapters.
    • nmap: used to scan and probe networks.
    • nc/ncat: or netcat, used to implement many network-related functions, such as listening and connecting ports.

Web Attacks (SQL Injection)

  • Corresponding Alert Field

    To view corresponding SQL inject alerts in SecMaster, take the following steps:

    1. Go to the Security Orchestration page of the target workspace. Then, choose Objects > Classify&Mapping.
    2. Click the name of the WAF Alert Categorization and Re-Mapping to go to the details page.

      The msg.attack for SQL injection is sqli.

  • Troubleshooting Methods and Handling Suggestions
    1. Go to the Threat Operations > Security Analysis page in SecMaster, expand the target data space, and click pipeline sec-waf-attack. The query and analysis page for pipeline sec-waf-attack is displayed on the right.
    2. Search for the log details for the current alert based on the values of the attack, __time, and sip fields. The key parameters are as follows:
      • hit_data: attack packet or link.
      • uri: request URL.
      • action: processing action
      • cookie: request cookie information.
    3. Check attack packets to see how the SQL injection is made and check whether there is any vulnerability in the application.

      If there is, rectify the fault in time by using parameterized query, input verification, and software update and patching.

Web Attacks/Vulnerability Exploits

  • Corresponding Alert Field

    To view corresponding vulnerability exploit alerts in SecMaster, take the following steps:

    1. Go to the Security Orchestration page of the target workspace. Then, choose Objects > Classify&Mapping.
    2. Click the name of the WAF Alert Categorization and Re-Mapping to go to the details page.

      The msg.attack value for vulnerability exploits is vuln.

  • Troubleshooting Methods and Handling Suggestions
    1. Go to the Threat Operations > Security Analysis page in SecMaster, expand the target data space, and click pipeline sec-waf-attack. The query and analysis page for pipeline sec-waf-attack is displayed on the right.
    2. Search for the log details for the current alert based on the values of the attack, __time, and sip fields. The key parameters are as follows:
      • hit_data: attack packet or link.
      • uri: request URL.
      • action: processing action
      • cookie: request cookie information.
      • header: request header information.
    3. Confirm the vulnerability exploit type based on the attack packet and detect vulnerabilities in attacked assets.

      If there is a vulnerability, fix it in a timely manner to prevent attackers from exploiting this vulnerability to attack the system or applications.

Web Attacks/Command Injection

  • Corresponding Alert Field

    To view corresponding command injection alerts in SecMaster, take the following steps:

    In SecMaster, choose Security Orchestration > Objects > Classify&Mapping. Click WAF Alert Categorization and Re-Mapping to go to the details page. The msg.attack value for command injection attacks is cmdi.

  • Troubleshooting Methods and Handling Suggestions
    1. Go to the Threat Operations > Security Analysis page in SecMaster, expand the target data space, and click pipeline sec-waf-attack. The query and analysis page for pipeline sec-waf-attack is displayed on the right.
    2. Search for the log details for the current alert based on the values of the attack, __time, and sip fields. The key parameters are as follows:
      • hit_data: attack packet or link.
      • uri: request URL.
      • action: processing action
      • cookie: request cookie information.
      • header: request header information.
    3. Check attack packets to see how the command injection is made and check whether there is any vulnerability in the application.
      • If there is any vulnerability, fix it as soon as possible and update the related software or database version.
      • Perform a comprehensive check on the system to see if there are other vulnerabilities or backdoors.
      • Restrict system access permissions. For example, you can disable the root account and restrict access from some IP addresses to reduce possible intrusion paths.

Abnormal System/Process Behavior

Locate the affected assets, services, and workloads based on the corresponding alerts.

  • Corresponding Alert Field

    To view corresponding abnormal system or process behavior alerts in SecMaster, take the following steps:

    1. Go to the Security Orchestration page of the target workspace. Then, choose Objects > Classify&Mapping.
    2. Click the name of the HSS Alert Categorization and Re-Mapping to go to the details page.

      Abnormal process behavior: msg.appendInfo.event_type=3007

  • Troubleshooting Methods and Handling Suggestions
    1. Go to the Threat Operations > Security Analysis page in SecMaster, expand the target data space, and click pipeline sec-hss-alarm. The query and analysis page for pipeline sec-hss-alarm is displayed on the right.
      1. Search for the log details for the current alert based on the values of the appendInfo.event_type, __time, and ipList fields.
    2. Check the information about the current process and parent process in appendInfo. process_info to determine whether the process is abnormal. If the process is abnormal, contact the corresponding resource owner.
      • Immediately stop affected processes or services to avoid further attacks or other damage.
      • Investigate the causes and sources of abnormal behavior by all means, for example, viewing logs, monitoring the system, and analyzing the process memory, to determine the specific symptoms and possible root causes of exceptions.
      • Based on the nature and severity of the abnormal behavior, take proper measures, such as restarting processes, rectifying software errors, rectifying system faults, and replacing hardware devices.
      • Comprehensively check the affected system to see if there are other vulnerabilities or backdoors.

Abnormal System Behavior/Key File Directory Modifications

Locate the affected assets, services, and workloads based on the corresponding alerts.

  • Corresponding Alert Field

    To view corresponding key file directory modification alerts in SecMaster, take the following steps:

    1. Go to the Security Orchestration page of the target workspace. Then, choose Objects > Classify&Mapping.
    2. Click the name of the HSS Alert Categorization and Re-Mapping to go to the details page.

      Key file directory modification: msg.appendInfo.event_type=3005

  • Troubleshooting Methods and Handling Suggestions
    1. Go to the Threat Operations > Security Analysis page in SecMaster, expand the target data space, and click pipeline sec-hss-alarm. The query and analysis page for pipeline sec-hss-alarm is displayed on the right.
    2. Search for the log details for the current alert based on the values of the appendInfo.event_type, __time, and ipList fields.

      In the preceding information, appendInfo.file_info indicates the file directory information. Check whether the file directory information is normal. If the file directory information is abnormal, contact the corresponding resource owner.

      • Determine the impact scope of the change. First, determine the files that are affected by the directory change and the impact of the files on services. If the impact scope is large, immediate measures must be taken to prevent further losses.
      • Restore key files: If directories or files are changed abnormally, restore them in a timely manner. If a file is deleted or damaged, you need to restore it from a backup. If the files are not backed up, stop related operations immediately and take data restoration measures to restore the files to the status before the change.
      • Update related configurations: For some programs and systems that require configuration file paths, update related configurations in a timely manner to ensure that these programs and systems can correctly access key files.
      • Review the change reason: Review and check the reason for the directory change. If the change was caused by human misoperations, correct the fault and strengthen management in a timely manner. If the change was made by the system, evaluate the necessity and impact of the change and ensure that the change is reasonable and secure.
      • Enhance security measures: For security management of key files, measures must be enhanced to ensure that files cannot be mistakenly deleted, maliciously tampered with, or disclosed. Measures such as encryption, backup, and access control can be taken to ensure file integrity and availability.

เราใช้คุกกี้เพื่อปรับปรุงไซต์และประสบการณ์การใช้ของคุณ การเรียกดูเว็บไซต์ของเราต่อแสดงว่าคุณยอมรับนโยบายคุกกี้ของเรา เรียนรู้เพิ่มเติม

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback