SigmaHQ/rules/windows/process_creation/win_non_interactive_powershell.yml

28 lines
952 B
YAML
Raw Normal View History

title: Non Interactive PowerShell
id: f4bbd493-b796-416e-bbf2-121235348529
description: Detects non-interactive PowerShell activity by looking at powershell.exe with not explorer.exe as a parent.
status: experimental
date: 2019/09/12
2021-05-10 10:42:59 +00:00
modified: 2021/05/10
author: Roberto Rodriguez @Cyb3rWard0g (rule), oscd.community (improvements)
references:
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/basic_powershell_execution.md
tags:
- attack.execution
2020-09-02 00:34:34 +00:00
- attack.t1086 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1059.001
logsource:
category: process_creation
product: windows
detection:
2020-06-16 20:46:08 +00:00
selection:
Image|endswith: '\powershell.exe'
filter:
2021-05-10 10:42:59 +00:00
ParentImage|endswith:
- '\explorer.exe'
- '\CompatTelRunner.exe'
condition: selection and not filter
falsepositives:
- Legitimate programs executing PowerShell scripts
level: medium