Skip to content

Get GuardDuty Detector

Platform Author Last Update
aws Nick Jones 2023-07-01

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 Detector
id: 6fc4c001-6f00-46e1-9168-5717b5f7068a
status: experimental
author: Nick Jones
date: 2023-07-01
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