Get Guardduty Detector (aws)
Platform | Author | Last Update |
---|---|---|
aws | Nick Jones | 2024-12-02 |
None
MITRE IDs
Required Permissions
- guardduty:GetDetector
Required Parameters
Name | Type | Description | Example Value |
---|---|---|---|
detectorid | str | ID of guardduty detector | NONE |
Attacker Action
aws guardduty get-detector --detector-id NONE
Detection Case
ELK query
When logs are ingested into ELK, the following Lucene query can be used to identify relevant events.
eventName:GetDetector AND eventSource:*.ec2.amazonaws.com
Sigma Definition
---title: Get GuardDuty Detectorid: 6fc4c001-6f00-46e1-9168-5717b5f7068astatus: experimentalauthor: Nick Jonesdate: 2024-12-02description: Nonelogsource: service: cloudtraildetection: selection_source: - eventSource: "*.ec2.amazonaws.com" events: - eventName: "GetDetector" 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.