List Guardduty Detectors (aws)
| Platform | Author | Last Update | 
|---|---|---|
| aws | Nick Jones | 2024-12-02 | 
None
MITRE IDs
Required Permissions
- guardduty:ListDetectors
Required Parameters
None
Attacker Action
aws guardduty list-detectorsDetection Case
ELK query
When logs are ingested into ELK, the following Lucene query can be used to identify relevant events.
eventName:ListDetectors AND eventSource:*.ec2.amazonaws.comSigma Definition
---title: List GuardDuty Detectorsid: 79212574-fe46-4d50-8376-74dbcffb0f22status: experimentalauthor: Nick Jonesdate: 2024-12-02description: Nonelogsource:  service: cloudtraildetection:  selection_source:    - eventSource: "*.ec2.amazonaws.com"  events:    - eventName: "ListDetectors"  condition: selection_source and eventslevel: lowtags:  - attack.T1518.001
falsepositives:  - Developers making legitimate changes to the environment. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.