2019-11-12 22:05:36 +00:00
|
|
|
title: WMI Spawning Windows PowerShell
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 692f0bec-83ba-4d04-af7e-e884a96059b6
|
2019-11-12 22:05:36 +00:00
|
|
|
status: experimental
|
2019-11-12 22:12:27 +00:00
|
|
|
description: Detects WMI spawning PowerShell
|
2019-11-12 22:05:36 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/Neo23x0/sigma/blob/master/rules/windows/process_creation/win_shell_spawn_susp_program.yml
|
|
|
|
- https://any.run/report/68bc255f9b0db6a0d30a8f2dadfbee3256acfe12497bf93943bc1eab0735e45e/a2385d6f-34f7-403c-90d3-b1f9d2a90a5e
|
|
|
|
author: Markus Neis / @Karneades
|
|
|
|
date: 2019/04/03
|
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1064
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2019-11-12 22:05:36 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
ParentImage:
|
|
|
|
- '*\wmiprvse.exe'
|
|
|
|
Image:
|
|
|
|
- '*\powershell.exe'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- AppvClient
|
|
|
|
- CCM
|
|
|
|
level: high
|