Files
blue-team-tools/rules/windows/process_creation/win_non_interactive_powershell.yml
T
Thomas Patzke 924e1feb54 UUIDs + moved unsupported logic
* Added UUIDs to all contributed rules
* Moved unsupported logic directory out of rules/ because this breaks CI
  testing.
2019-12-19 23:56:36 +01:00

21 lines
774 B
YAML

title: T1086 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
modified: 2019/11/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
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\powershell.exe'
filter:
ParentImage|endswith: '\explorer.exe'
condition: selection and not filter
falsepositives:
- Unknown
level: critical