Files
blue-team-tools/rules/windows/sysmon/sysmon_alternate_powershell_hosts_moduleload.yml
T

27 lines
930 B
YAML
Raw Normal View History

2020-02-25 11:12:47 +01:00
title: Alternate PowerShell Hosts Module Load
2019-12-19 23:56:36 +01:00
id: f67f6c57-257d-4919-a416-69cd31f9aac3
2019-10-24 15:48:38 +02:00
description: Detects alternate PowerShell hosts potentially bypassing detections looking for powershell.exe
status: experimental
date: 2019/09/12
2019-11-10 18:43:41 +03:00
modified: 2019/11/10
2019-10-24 15:48:38 +02:00
author: Roberto Rodriguez @Cyb3rWard0g
references:
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/alternate_signed_powershell_hosts.md
tags:
- attack.execution
- attack.t1086
2019-10-24 15:48:38 +02:00
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 7
Description: 'system.management.automation'
2019-11-10 18:43:41 +03:00
ImageLoaded|contains: 'system.management.automation'
2019-10-24 15:48:38 +02:00
filter:
2019-11-10 18:43:41 +03:00
Image|endswith: '\powershell.exe'
2019-10-24 15:48:38 +02:00
condition: selection and not filter
falsepositives:
2020-01-17 15:46:28 +01:00
- Programs using PowerShell directly without invocation of a dedicated interpreter.
level: high