Featured build
cloudtrail-quickscan
A small CLI that reads CloudTrail JSON and reports suspicious events such as failed logins, root activity, IAM changes, security group changes, and uncommon regions.
$ cloudtrail-quickscan sample.json
Events checked: 5
Findings: HIGH=1, MED=3, LOW=1
Output: text / json
Full project note
Why it exists: CloudTrail is one of the first places I want to understand better for cloud security. This project keeps the scope small: load fake or exported events, run readable checks, and print a result that can be reviewed quickly.
Implementation: Plain Python parser, rule functions, fake CloudTrail samples, JSON output, contribution notes, and unit tests.
Next step: Add a few investigation playbooks and more realistic sample events.