SigmaHQ/rules/windows/powershell/powershell_exe_calling_ps.yml

27 lines
663 B
YAML
Raw Normal View History

2017-03-05 13:14:31 +00:00
title: PowerShell called from an Executable Version Mismatch
2017-03-05 00:47:25 +00:00
status: experimental
description: Detects PowerShell called from an executable by the version mismatch method
references:
- https://adsecurity.org/?p=2921
tags:
- attack.defense_evasion
- attack.execution
- attack.t1086
2017-03-05 00:47:25 +00:00
author: Sean Metcalf (source), Florian Roth (rule)
logsource:
product: windows
2017-03-22 10:17:03 +00:00
service: powershell-classic
2017-03-05 00:47:25 +00:00
detection:
2017-03-05 13:14:31 +00:00
selection1:
2017-03-05 00:47:25 +00:00
EventID: 400
2017-03-05 13:14:31 +00:00
EngineVersion:
- '2.*'
2017-03-05 00:47:25 +00:00
- '4.*'
- '5.*'
2017-03-05 13:14:31 +00:00
HostVersion: '3.*'
condition: selection1
2017-03-05 00:47:25 +00:00
falsepositives:
2017-03-22 10:17:03 +00:00
- Penetration Tests
- Unknown
2017-03-05 00:47:25 +00:00
level: high