mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-09 01:17:18 +00:00
17 lines
552 B
YAML
17 lines
552 B
YAML
title: Windows Management Instrumentation Event Subscription
|
|
description: Detect WMI Event Subs using the New-CimInstance cmdlet, through CommandLine
|
|
and CommandScript indicators.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: null
|
|
mitre:
|
|
tactic: Privilege Escalation, Persistence
|
|
technique: T1546
|
|
subtechnique: 003
|
|
operating_system: windows
|
|
query: SrcProcCmdLine ContainsCIS "New-CimInstance -Namespace root/subscription" OR
|
|
SrcProcCmdScript ContainsCIS "New-CimInstance -Namespace root/subscription"
|
|
false_positives: null
|
|
tags: null
|
|
|