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