Files
blue-team-tools/rules/windows/powershell/powershell_classic/posh_pc_downgrade_attack.yml
T
frack113 0f3eefdc9c Update title (#3746)
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
2022-12-02 18:10:43 +01:00

27 lines
855 B
YAML

title: PowerShell Downgrade Attack - PowerShell
id: 6331d09b-4785-4c13-980f-f96661356249
status: experimental
description: Detects PowerShell downgrade attack by comparing the host versions with the actually used engine version 2.0
references:
- http://www.leeholmes.com/blog/2017/03/17/detecting-and-preventing-powershell-downgrade-attacks/
author: Florian Roth (rule), Lee Holmes (idea), Harish Segar (improvements)
date: 2017/03/22
modified: 2022/12/02
tags:
- attack.defense_evasion
- attack.execution
- attack.t1059.001
logsource:
product: windows
category: ps_classic_start
definition: fields have to be extract from event
detection:
selection:
EngineVersion|startswith: '2.'
filter:
HostVersion|startswith: '2.'
condition: selection and not filter
falsepositives:
- Unknown
level: medium