2020-01-10 23:33:50 +00:00
|
|
|
title: Non Interactive PowerShell
|
2019-12-19 22:56:36 +00:00
|
|
|
id: f4bbd493-b796-416e-bbf2-121235348529
|
2019-10-24 13:48:38 +00:00
|
|
|
description: Detects non-interactive PowerShell activity by looking at powershell.exe with not explorer.exe as a parent.
|
|
|
|
status: experimental
|
2019-11-10 15:43:41 +00:00
|
|
|
date: 2019/09/12
|
2021-05-10 10:42:59 +00:00
|
|
|
modified: 2021/05/10
|
2019-11-10 15:43:41 +00:00
|
|
|
author: Roberto Rodriguez @Cyb3rWard0g (rule), oscd.community (improvements)
|
2019-10-24 13:48:38 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/basic_powershell_execution.md
|
2020-01-10 23:33:50 +00:00
|
|
|
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
|
2019-10-24 13:48:38 +00:00
|
|
|
logsource:
|
2019-11-10 15:43:41 +00:00
|
|
|
category: process_creation
|
2019-10-24 13:48:38 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
2020-06-16 20:46:08 +00:00
|
|
|
selection:
|
2019-11-10 15:43:41 +00:00
|
|
|
Image|endswith: '\powershell.exe'
|
|
|
|
filter:
|
2021-05-10 10:42:59 +00:00
|
|
|
ParentImage|endswith:
|
|
|
|
- '\explorer.exe'
|
|
|
|
- '\CompatTelRunner.exe'
|
2019-11-10 15:43:41 +00:00
|
|
|
condition: selection and not filter
|
2019-10-24 13:48:38 +00:00
|
|
|
falsepositives:
|
2020-01-10 23:11:27 +00:00
|
|
|
- Legitimate programs executing PowerShell scripts
|
|
|
|
level: medium
|