Files
splunk-security_content/detections/wmi_permanent_event_subscription___sysmon.yml
2020-07-22 10:34:54 +02:00

34 lines
1.1 KiB
YAML

name: WMI Permanent Event Subscription - Sysmon
id: ad05aae6-3b2a-4f73-af97-57bd26cee3b9
version: 1
date: '2018-10-23'
description: This search looks for the creation of WMI permanent event subscriptions.
how_to_implement: To successfully implement this search, you must be collecting Sysmon
data using Sysmon version 6.1 or greater and have Sysmon configured to generate
alerts for WMI activity. In addition, you must have at least version 6.0.4 of the
Sysmon TA installed to properly parse the fields.
type: ESCU
references: []
author: Rico Valdez, Splunk
search: '`sysmon` EventCode=21 | rename host as dest | table _time, dest, user, Operation,
EventType, Query, Consumer, Filter | `wmi_permanent_event_subscription___sysmon_filter`'
known_false_positives: Although unlikely, administrators may use event subscriptions
for legitimate purposes.
tags:
analytics_story:
- Suspicious WMI Use
mitre_attack_id:
- T1047
kill_chain_phases:
- Actions on Objectives
cis20:
- CIS 3
- CIS 5
nist:
- PR.PT
- PR.AT
- PR.AC
- PR.IP
security_domain: endpoint
asset_type: Endpoint