mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
23 lines
593 B
YAML
23 lines
593 B
YAML
title: WMI Persistence - Command Line Event Consumer
|
|
status: experimental
|
|
description: Detects WMI command line event consumers
|
|
references:
|
|
- https://www.eideon.com/2018-03-02-THL03-WMIBackdoors/
|
|
author: Thomas Patzke
|
|
date: 2018/03/07
|
|
tags:
|
|
- attack.t1084
|
|
- attack.persistence
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 7
|
|
Image: 'C:\Windows\System32\wbem\WmiPrvSE.exe'
|
|
ImageLoaded: 'wbemcons.dll'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown (data set is too small; further testing needed)
|
|
level: high
|