Incident Response & Forensics AWS (IAM Compromise)

⬅ Back to main site

Project Information

Type: Cloud Security / Automation / Forensics

Stack: AWS IAM, GuardDuty, Lambda, CloudTrail, S3, EventBridge, Terraform

Project Summary

This project simulates an IAM compromise in an AWS environment and implements a fully automated incident response workflow, including detection, containment, forensic evidence collection, and security team notification.

Challenges

Architecture & Solution

Amazon GuardDuty detects suspicious IAM behavior and triggers an EventBridge event. An AWS Lambda function automatically isolates the compromised identity, disables access keys, collects CloudTrail logs, and sends alerts to the security team.

AWS Incident Response Architecture Diagram

Incident Response Workflow

Results

GitHub Repository

👉 View the project on GitHub