mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
16 lines
556 B
YAML
16 lines
556 B
YAML
name: AWS Successful Single-Factor Authentication Unit Test
|
|
tests:
|
|
- name: AWS Successful Single-Factor Authentication
|
|
file: cloud/aws_successful_single_factor_authentication.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
earliest_time: -24h
|
|
latest_time: now
|
|
attack_data:
|
|
- file_name: cloudtrail.json
|
|
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078.004/aws_login_sfa/cloudtrail.json
|
|
sourcetype: aws:cloudtrail
|
|
source: aws_cloudtrail
|
|
update_timestamp: true
|
|
|
|
|