cscli scenarios install crowdsecurity/aws-cis-benchmark-console-auth-fail
Detects AWS Console authentication failures based on cloudtrail logs (Section 4.6 of CIS AWS Foundation Benchmark 1.4.0 ).
1type: trigger2name: crowdsecurity/aws-cis-benchmark-console-auth-fail3description: "Detect AWS console authentication failure"4filter: |5 evt.Meta.log_type == 'aws-cloudtrail' &&6 evt.Meta.event_name == "ConsoleLogin" &&7 evt.Unmarshaled.cloudtrail.errorMessage == "Failed authentication"8labels:9 confidence: 310 spoofable: 011 classification:12 - attack.T111013 behavior: "cloud:bruteforce"14 label: "AWS bruteforce"15 service: aws16 remediation: false17