Skip to content

Commit

Permalink
Update risk_credentials_exposed.serverless.yaml with all possible eve…
Browse files Browse the repository at this point in the history
…ntcode type for IAM KEY exposure

Added all possible event codes related to IAM access key exposure - 
           "category": "issue", 
            "code": "AWS_RISK_CREDENTIALS_COMPROMISED", 
            "service": "RISK"
        }, 
        {
            "category": "issue", 
            "code": "AWS_RISK_CREDENTIALS_COMPROMISE_SUSPECTED", 
            "service": "RISK"
        }, 
        {
            "category": "issue", 
            "code": "AWS_RISK_CREDENTIALS_EXPOSED", 
            "service": "RISK"
        }, 
        {
            "category": "issue", 
            "code": "AWS_RISK_CREDENTIALS_EXPOSURE_SUSPECTED", 
            "service": "RISK"
  • Loading branch information
davi020 authored Aug 9, 2023
1 parent 487b1ee commit d49f9ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ Resources:
eventTypeCategory:
- "issue"
eventTypeCode:
- "AWS_RISK_CREDENTIALS_COMPROMISED"
- "AWS_RISK_CREDENTIALS_COMPROMISE_SUSPECTED"
- "AWS_RISK_CREDENTIALS_EXPOSED"
- "AWS_RISK_CREDENTIALS_EXPOSURE_SUSPECTED"
- "AWS_RISK_IAM_QUARANTINE"
State: "ENABLED"
Targets:
-
Expand Down

0 comments on commit d49f9ba

Please sign in to comment.