feat(attack-paths): Add 8 IAM privilege escalation detection queries#11460
Open
paramanandmallik wants to merge 1 commit into
Open
feat(attack-paths): Add 8 IAM privilege escalation detection queries#11460paramanandmallik wants to merge 1 commit into
paramanandmallik wants to merge 1 commit into
Conversation
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Adds 8 openCypher queries that detect IAM privilege escalation patterns in AWS environments. These queries analyze Cartography-ingested graph data to identify principals with dangerous permission combinations that enable lateral movement and privilege escalation.
What's Included
aws-iam-privesc-cross-account-no-external-idaws-iam-privesc-wildcard-trustPrincipal: "*"→ universal accessaws-iam-privesc-update-trust-self-assumeaws-iam-privesc-passrole-lambdaaws-iam-privesc-passrole-ec2aws-iam-privesc-create-policy-version-self-escalationaws-iam-privesc-boundary-removalaws-sso-privesc-permission-set-escalationResearch Source
All queries are based on documented attack paths from pathfinding.cloud PR #29. Each query's
attributionfield links directly to the corresponding documented path.Compatibility
$provider_uidfor account scoping and include the Prowler findings joinWhat Was Tested
test_attack_paths_queries.py)Checklist
$provider_uidfor account scopingAWS_QUERIESlist