alibabacloud-sas-incident-manage

List and detail Cloud SIEM incidents and threat trends from Alibaba Cloud Security Center.

213|24|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-sas-incident-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alibabacloud-sas-incident-manage
Source: https://github.com/aliyun/alibabacloud-aiops-skills/tree/main/skills/security/sas/alibabacloud-sas-incident-manage
Command: npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-sas-incident-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Alibaba Cloud Security Center incident management streamlines querying incidents, threat trends, and incident details from Cloud SIEM to support faster investigation and response.

Core Features & Use Cases

  • Query and filter security incidents (ListIncidents)
  • Retrieve detailed incident information by IncidentUuid (GetIncident)
  • Analyze threat level trends over time (DescribeEventCountByThreatLevel)
  • Use cases: security operations, incident response, and security posture reporting

Quick Start

Query the latest security incidents for cn-shanghai and view details for a selected incident.

Frequently Asked Questions about alibabacloud-sas-incident-manage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Alibaba Cloud security incidents in cn-shanghai?

To query Alibaba Cloud security incidents, use the cloud-siem plugin to call ListIncidents and filter results for the cn-shanghai region. This retrieves active security events for triage and investigation within your Alibaba Cloud Security Center.

Can I retrieve detailed Cloud SIEM incident information by ID?

Yes, you can retrieve detailed Cloud SIEM incident information by passing an IncidentUuid to the GetIncident API. This provides specific threat details and context required for security operations and incident response workflows.

How does threat trend analysis work in Alibaba Cloud Security Center?

Threat trend analysis in Alibaba Cloud Security Center works by using the DescribeEventCountByThreatLevel API to aggregate event counts over time. This helps security teams analyze threat level trends and support security posture reporting.

Do I need the Aliyun CLI to manage Cloud SIEM incidents?

You need the Aliyun CLI configured with the cloud-siem plugin and valid credentials to manage Cloud SIEM incidents. The plugin enforces secure credential practices and input validation to safely execute ListIncidents and GetIncident operations.

What are the limitations of querying security incidents with Cloud SIEM?

A limitation of querying security incidents with Cloud SIEM is regional support, as the current implementation applies specifically to the cn-shanghai region. Incident triage and investigation workflows are constrained to this supported area.