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

20 lines
733 B
YAML
Raw Normal View History

2019-10-24 15:48:38 +02:00
title: T1086 Non Interactive PowerShell
description: Detects non-interactive PowerShell activity by looking at powershell.exe with not explorer.exe as a parent.
status: experimental
2019-11-10 18:43:41 +03:00
date: 2019/09/12
modified: 2019/11/10
author: Roberto Rodriguez @Cyb3rWard0g (rule), oscd.community (improvements)
2019-10-24 15:48:38 +02:00
references:
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/basic_powershell_execution.md
logsource:
2019-11-10 18:43:41 +03:00
category: process_creation
2019-10-24 15:48:38 +02:00
product: windows
detection:
selection:
2019-11-10 18:43:41 +03:00
Image|endswith: '\powershell.exe'
filter:
ParentImage|endswith: '\explorer.exe'
condition: selection and not filter
2019-10-24 15:48:38 +02:00
falsepositives:
- Unknown
level: critical