conducting-cloud-incident-response

Automate AWS, Azure, and GCP incident response workflows including containment and evidence collection.

2|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/balsm-health/Balsm-AI --skill conducting-cloud-incident-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conducting-cloud-incident-response
Source: https://github.com/balsm-health/Balsm-AI/tree/main/plugin/skills/conducting-cloud-incident-response
Command: npx skills add https://github.com/balsm-health/Balsm-AI --skill conducting-cloud-incident-response

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires awscli, powershell, gcloud, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates cloud incident response by performing identity-based containment, cloud-native log analysis, resource isolation, and forensic evidence acquisition, adapted for ephemeral cloud infrastructure.

Core Features & Use Cases

  • Identity Containment: Disable compromised access keys and attach deny-all policies to compromised users.
  • Log Analysis: Analyze cloud-native logs for suspicious activity.
  • Resource Isolation: Isolate compromised resources and capture evidence.
  • Use Case: When a cloud security posture management (CSPM) alert indicates unauthorized resource changes, this Skill can automatically disable compromised access keys, attach deny-all policies, and isolate the affected resources.

Quick Start

Run the agent script with the incident ID and compromised IAM username: python agent.py --incident-id INC-2025-001 --username compromised-user.

Frequently Asked Questions about conducting-cloud-incident-response

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

FAQPage Schema
How do I automate cloud incident response for unauthorized resource changes in AWS?

You can automate cloud incident response by running the agent script with an incident ID and compromised IAM username to disable access keys, attach deny-all policies, and isolate affected resources.

What does identity containment do during a cloud security incident?

Identity containment disables compromised access keys and attaches deny-all policies to compromised users across AWS, Azure, and GCP to prevent further unauthorized actions during a cloud incident.

Do I need specific IAM roles configured to run cloud incident response automation?

Yes, you must configure cloud IAM roles and logging services in AWS, Azure, or GCP before running this Skill to perform identity containment, log analysis, and evidence collection successfully.

Can I use Azure PowerShell and GCP APIs for cloud log analysis and resource isolation?

Yes, this Skill performs cloud-native log analysis, resource isolation, and evidence collection using AWS CLI, Azure PowerShell, and GCP APIs for ephemeral cloud infrastructure incidents.

What is the best way to collect forensic evidence from compromised cloud resources?

The best way to collect forensic evidence is using this Skill to automate resource isolation and evidence acquisition across AWS, Azure, and GCP using cloud-native APIs and PowerShell.

Why does cloud incident response automation fail without configured logging services?

Cloud incident response automation fails without configured logging services because the Skill depends on cloud-native logs to analyze suspicious activity and execute identity containment workflows.

Related Skills