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
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://adsecurity.org/?p=2921
|
2018-07-24 08:56:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2017-03-05 00:47:25 +00:00
|
|
|
author: Sean Metcalf (source), Florian Roth (rule)
|
|
|
|
logsource:
|
2017-03-21 09:22:13 +00:00
|
|
|
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
|