mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
22 lines
653 B
YAML
22 lines
653 B
YAML
|
title: PowerShell called from an Executable
|
||
|
status: experimental
|
||
|
description: Detects PowerShell called from an executable by the version mismatch method
|
||
|
reference: https://adsecurity.org/?p=2921
|
||
|
author: Sean Metcalf (source), Florian Roth (rule)
|
||
|
logsource:
|
||
|
platform: windows
|
||
|
product: powershell
|
||
|
description: 'It is recommanded to use the new "Script Block Logging" of PowerShell v5 https://adsecurity.org/?p=2277'
|
||
|
detection:
|
||
|
seletcion:
|
||
|
EventID: 400
|
||
|
EngineVersion: '2.*'
|
||
|
HostVersion:
|
||
|
- '3.*'
|
||
|
- '4.*'
|
||
|
- '5.*'
|
||
|
condition: keywords
|
||
|
falsepositives:
|
||
|
- Pentesters
|
||
|
level: high
|