AWS SOC Analyst Short Course | SOC Real World Scenarios

AWS SOC Analyst Short Course | SOC Real World Scenarios

I see a lot of people trying to break into Blue Team/SOC roles by obsessing over network traffic and malware signatures. While that's still important, if you ignore Cloud SOC, you’re fighting a war that ended 5 years ago.

In a modern AWS environment, the "hack" rarely involves a virus payload or a firewall breach. It involves a valid user running administrative commands.

I recently did a deep dive into two AWS attack scenarios using CloudTrail and Splunk. Here is the breakdown of what a real cloud compromise looks like (and why you need to get fluent in JSON).

Scenario 1: The S3 Ransomware Trap We tracked a compromised user ("S3-User"). They didn't run an exploit. They ran standard CLI commands:

  1. Recon: ListBuckets and GetBucketEncryption to find the unencrypted, high-value targets.

  2. The Attack: A sudden spike in GetObject (exfiltration) followed by PutObject uploading a ransom-note.txt.

If you’re looking for a malicious IP, you’ll miss this. You need to be monitoring for behavioral anomalies in API calls. A user who usually writes data suddenly downloading 50GBs is your alert.

Scenario 2: The "Helpdesk" Backdoor This one was scarier. An attacker brute-forced a helpdesk account.

  1. Persistence: They ran CreateUser to make a new account named marketing-mark (blends in with HR).

  2. Escalation: Immediately ran AddUserToGroup to make "Mark" an Admin.

  3. Exposure: Ran DeleteBucketPublicAccessBlock to open storage to the internet.

In the cloud, Identity is the Perimeter. IP addresses are ephemeral. The only constant is the IAM User/Role. If you can't parse CloudTrail JSON to correlate a CreateUser event with a privilege escalation, you are flying blind.

If you want to see the step-by-step investigation (including the Splunk queries used):

📺 Watch the full walkthrough here:

🎓 If you're ready to master this, check out the full Cloud Incident Response course:

https://buymeacoffee.com/notescatalog/e/491597

0 comments

Leave a comment

Our Best Pick of Cyber Security Notes

Cyber Security Certification Notes
The Unofficial Offensive Security AI Red Teamer Study Notes + FREE Cheat Sheet

Cyber Security Certification Notes

Cyber Security Study Guides
The Kali Linux Pentesting Cheat Sheet

Cyber Security Study Guides

AI & ML Study Guides
Master AI for Content Creation, Business & Marketing

AI & ML Study Guides

IT Study Guides
The Definitive Networking Cheat Sheet (Tools)

IT Study Guides