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

32 lines
1.0 KiB
YAML
Raw Normal View History

2020-10-12 15:42:34 -04:00
title: Alternate PowerShell Hosts
id: fe6e002f-f244-4278-9263-20e4b593827f
description: Detects alternate PowerShell hosts potentially bypassing detections looking for powershell.exe
status: experimental
date: 2019/09/12
2021-12-07 10:38:10 +01:00
modified: 2021/12/07
2020-10-12 15:42:34 -04:00
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
tags:
- attack.execution
- attack.t1059.001
references:
2021-12-04 10:57:13 +01:00
- https://threathunterplaybook.com/notebooks/windows/02_execution/WIN-190610201010.html
2020-10-12 15:42:34 -04:00
logsource:
product: windows
2021-05-12 09:02:04 +02:00
category: image_load
2020-10-12 15:42:34 -04:00
detection:
2021-04-08 00:32:01 +02:00
selection:
Description: 'System.Management.Automation'
ImageLoaded|contains: 'System.Management.Automation'
2020-10-12 15:42:34 -04:00
filter:
2021-12-04 10:57:13 +01:00
- Image|endswith:
2021-12-03 19:02:24 +01:00
- '\powershell.exe'
- '\mscorsvw.exe'
2021-12-04 10:57:13 +01:00
- Image|startswith:
- 'C:\Program Files (x86)\Microsoft Visual Studio\'
- 'C:\Program Files\Microsoft Visual Studio\'
2021-12-07 10:38:10 +01:00
- 'C:\Windows\System32\'
2020-10-12 15:42:34 -04:00
condition: selection and not filter
falsepositives:
- Unknown
2021-04-08 00:32:01 +02:00
level: medium