2017-03-22 10:17:03 +00:00
|
|
|
title: PowerShell Downgrade Attack
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 6331d09b-4785-4c13-980f-f96661356249
|
2017-03-22 10:17:03 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects PowerShell downgrade attack by comparing the host versions with the actually used engine version 2.0
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- http://www.leeholmes.com/blog/2017/03/17/detecting-and-preventing-powershell-downgrade-attacks/
|
2018-07-24 08:56:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2020-03-20 21:49:07 +00:00
|
|
|
author: Florian Roth (rule), Lee Holmes (idea), Harish Segar (improvements)
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/03/22
|
2020-03-20 22:29:32 +00:00
|
|
|
modified: 2020/03/20
|
2017-03-22 10:17:03 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: powershell-classic
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 400
|
2020-03-20 21:33:14 +00:00
|
|
|
EngineVersion|startswith: '2.'
|
2017-03-22 10:17:03 +00:00
|
|
|
filter:
|
2020-03-20 21:33:14 +00:00
|
|
|
HostVersion|startswith: '2.'
|
2017-03-22 10:17:03 +00:00
|
|
|
condition: selection and not filter
|
2020-03-20 22:29:32 +00:00
|
|
|
falsepositives:
|
|
|
|
- Penetration Test
|
|
|
|
- Unknown
|
2020-06-16 20:46:08 +00:00
|
|
|
level: medium
|