mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -11,11 +11,16 @@ description: 'The following analytic identifies the use of WMI Event Subscriptio
|
||||
event occurs. WMI subscription execution is proxied by the WMI Provider Host process
|
||||
(WmiPrvSe.exe) and thus may result in elevated SYSTEM privileges. This analytic
|
||||
is restricted by commonly added process execution and a path. If the volume is low
|
||||
enough, remove the values and flag on any new subscriptions.
|
||||
All event subscriptions have three components
|
||||
Filter - WQL Query for the events we want. EventID equals 19
|
||||
Consumer - An action to take upon triggering the filter. EventID equals 20
|
||||
Binding - Registers a filter to a consumer. EventID equals 21
|
||||
enough, remove the values and flag on any new subscriptions.\
|
||||
|
||||
All event subscriptions have three components \
|
||||
|
||||
1. Filter - WQL Query for the events we want. EventID equals 19 \
|
||||
|
||||
1. Consumer - An action to take upon triggering the filter. EventID equals 20 \
|
||||
|
||||
1. Binding - Registers a filter to a consumer. EventID equals 21 \
|
||||
|
||||
Monitor for the creation of new WMI EventFilter, EventConsumer, and FilterToConsumerBinding.
|
||||
It may be pertinent to review all 3 to identify the flow of execution. In addition,
|
||||
EventCode 4104 may assist with any other PowerShell script usage that registered
|
||||
|
||||
@@ -12,7 +12,7 @@ description: 'This analytic looks for the creation of WMI permanent event subscr
|
||||
WMI subscription execution is proxied by the WMI Provider Host process (WmiPrvSe.exe)
|
||||
and thus may result in elevated SYSTEM privileges. This analytic is restricted by
|
||||
commonly added process execution and a path. If the volume is low enough, remove
|
||||
the values and flag on any new subscriptions.
|
||||
the values and flag on any new subscriptions.\
|
||||
|
||||
All event subscriptions have three components \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user