Files
blue-team-tools/rules/windows/sysmon/sysmon_wmi_event_subscription.yml
T

24 lines
590 B
YAML
Raw Normal View History

2019-01-12 12:02:26 +01:00
title: WMI Event Subscription
2019-11-12 23:12:27 +01:00
id: 0f06a3a5-6a09-413f-8743-e6cf35561297
2019-01-12 12:02:26 +01:00
status: experimental
description: Detects creation of WMI event subscription persistence method
tags:
2020-08-29 02:03:28 +02:00
- attack.t1084 # an old one
2019-01-12 12:02:26 +01:00
- attack.persistence
2020-06-16 14:46:08 -06:00
- attack.t1546.003
2019-01-12 12:02:26 +01:00
author: Tom Ueltschi (@c_APT_ure)
2019-04-15 09:06:53 +02:00
date: 2019/01/12
2019-01-12 12:02:26 +01:00
logsource:
product: windows
service: sysmon
detection:
selector:
EventID:
- 19
- 20
- 21
condition: selector
falsepositives:
- exclude legitimate (vetted) use of WMI event subscription in your network
level: high