Files
blue-team-tools/rules/windows/process_creation/win_susp_powershell_parent_combo.yml
T

31 lines
891 B
YAML
Raw Normal View History

title: Suspicious PowerShell Invocation based on Parent Process
2019-11-12 23:12:27 +01:00
id: 95eadcb2-92e4-4ed1-9031-92547773a6db
status: experimental
description: Detects suspicious powershell invocations from interpreters or unusual programs
author: Florian Roth
references:
2019-03-02 00:14:20 +01:00
- https://www.carbonblack.com/2017/03/15/attackers-leverage-excel-powershell-dns-latest-non-malware-attack/
tags:
2019-03-02 00:14:20 +01:00
- attack.execution
- attack.t1086
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
ParentImage:
- '*\wscript.exe'
- '*\cscript.exe'
Image:
- '*\powershell.exe'
falsepositive:
CurrentDirectory: '*\Health Service State\\*'
condition: selection and not falsepositive
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
falsepositives:
2019-03-02 00:14:20 +01:00
- Microsoft Operations Manager (MOM)
- Other scripts
level: medium