2020-01-11 00:33:50 +01:00
|
|
|
title: Non Interactive PowerShell
|
2019-12-19 23:56:36 +01:00
|
|
|
id: f4bbd493-b796-416e-bbf2-121235348529
|
2019-10-24 15:48:38 +02:00
|
|
|
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
|
2020-01-11 00:33:50 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1086
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.001
|
2019-10-24 15:48:38 +02:00
|
|
|
logsource:
|
2019-11-10 18:43:41 +03:00
|
|
|
category: process_creation
|
2019-10-24 15:48:38 +02:00
|
|
|
product: windows
|
|
|
|
|
detection:
|
2020-06-16 14:46:08 -06:00
|
|
|
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:
|
2020-01-11 00:11:27 +01:00
|
|
|
- Legitimate programs executing PowerShell scripts
|
|
|
|
|
level: medium
|