Files
hayabusa/rules/alert-rules/sigma/sysmon_powershell_code_injection.yml
2021-11-18 08:43:13 +09:00

29 lines
867 B
YAML

title: Accessing WinAPI in PowerShell. Code Injection.
author: Nikita Nazarov, oscd.community
date: 2020/10/06
description: Detecting Code injection with PowerShell in another process
detection:
SELECTION_1:
EventID: 8
SELECTION_2:
SourceImage: '*\powershell.exe'
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Unknown
id: eeb2e3dc-c1f4-40dd-9bd5-149ee465ad50
level: high
logsource:
category: create_remote_thread
definition: Note that you have to configure logging for CreateRemoteThread in
Symson config
product: windows
references:
- https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse
status: experimental
tags:
- attack.execution
- attack.t1059.001
yml_filename: sysmon_powershell_code_injection.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/create_remote_thread