Skip to content

Get Guardduty Detector (aws)

PlatformAuthorLast Update
awsNick Jones2024-12-02

None

MITRE IDs

Required Permissions

  • guardduty:GetDetector

Required Parameters

NameTypeDescriptionExample Value
detectoridstrID of guardduty detectorNONE

Attacker Action

Terminal window
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 Detector
id: 6fc4c001-6f00-46e1-9168-5717b5f7068a
status: experimental
author: Nick Jones
date: 2024-12-02
description: None
logsource:
service: cloudtrail
detection:
selection_source:
- eventSource: "*.ec2.amazonaws.com"
events:
- eventName: "GetDetector"
condition: selection_source and events
level: low
tags:
- 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.