Skip to content

List GuardDuty Detectors

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

None

MITRE IDs

Required Permissions

  • guardduty:ListDetectors

Required Parameters

None

Attacker Action

aws guardduty list-detectors

Detection 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.com  

Sigma Definition

---
title: List GuardDuty Detectors
id: 79212574-fe46-4d50-8376-74dbcffb0f22
status: experimental
author: Nick Jones
date: 2023-07-01
description: None
logsource:
  service: cloudtrail
detection:
  selection_source:
    - eventSource: "*.ec2.amazonaws.com"
  events:
    - eventName: "ListDetectors"
  condition: selection_source AND events
level: low
tags:
  - attack.T1518.001