Skip to content

Commit

Permalink
WMI spawning PowerShell seen in various attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
yt0ng committed Apr 3, 2019
1 parent 9ada22b commit 7e058e6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rules/windows/process_creation/win_wmi_spwns_powershell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
title: WMI Spawning Windows PowerShell
status: experimental
description: Detects WMI spawning PowerShell
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
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage:
- '*\wmiprvse.exe'
Image:
- '*\powershell.exe'
filter:
CommandLine:
- '*&*'
condition: selection and not filter
falsepositives:
- AppvClient
- CCM
level: high

0 comments on commit 7e058e6

Please sign in to comment.