SigmaHQ/rules/windows/process_creation/win_susp_wmic_eventconsumer_create.yml

28 lines
880 B
YAML
Raw Normal View History

title: Suspicious WMIC ActiveScriptEventConsumer Creation
id: ebef4391-1a81-4761-a40a-1db446c0e625
status: experimental
description: Detects WMIC executions in which a event consumer gets created in order to establish persistence
references:
- https://twitter.com/johnlatwc/status/1408062131321270282?s=12
- https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf
author: Florian Roth
date: 2021/06/25
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- 'ActiveScriptEventConsumer'
- ' CREATE '
condition: selection
fields:
- CommandLine
- ParentCommandLine
tags:
- attack.persistence
- attack.t1546.003
falsepositives:
- Legitimate software creating script event consumers
level: high