Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_hotfix_enum.yml
T
Nasreddine Bencherchali e3bfb18f64 New Rules
2022-06-21 11:47:18 +01:00

24 lines
728 B
YAML

title: PowerShell Hotfix Enumeration
id: dfd2fcb7-8bd5-4daa-b132-5adb61d6ad45
status: experimental
description: Detects call to "Win32_QuickFixEngineering" in order to enumerate installed hotfixes often used in "enum" scripts by attackers
author: Nasreddine Bencherchali
references:
- https://github.com/411Hall/JAWS/blob/master/jaws-enum.ps1
date: 2022/06/21
logsource:
product: windows
category: ps_script
definition: Script block logging must be enabled
detection:
selection:
ScriptBlockText|contains|all:
- 'Win32_QuickFixEngineering'
- 'HotFixID'
condition: selection
falsepositives:
- Legitimate administration scripts
level: medium
tags:
- attack.discovery