Files
hayabusa/rules/Sigma/win_uac_bypass_ntfs_reparse_point.yml
T
2021-11-14 11:00:56 +09:00

48 lines
1.5 KiB
YAML

title: UAC Bypass Using NTFS Reparse Point - Process
author: Christian Burkard
date: 2021/08/30
description: Detects the pattern of UAC Bypass using NTFS reparse point and wusa.exe
DLL hijacking (UACMe 36)
detection:
SELECTION_1:
EventID: 1
SELECTION_10:
Image: '*\DismHost.exe'
SELECTION_2:
IntegrityLevel: High
SELECTION_3:
IntegrityLevel: System
SELECTION_4:
CommandLine: '"C:\Windows\system32\wusa.exe" /quiet C:\Users\\*'
SELECTION_5:
CommandLine: '*\AppData\Local\Temp\update.msu'
SELECTION_6:
ParentCommandLine: '"C:\Windows\system32\dism.exe" /online /quiet /norestart
/add-package /packagepath:"C:\Windows\system32\pe386" /ignorecheck'
SELECTION_7:
CommandLine: '*C:\Users\\*'
SELECTION_8:
CommandLine: '*\AppData\Local\Temp\\*'
SELECTION_9:
CommandLine: '*\dismhost.exe {*'
condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3) and ((SELECTION_4 and
SELECTION_5) or (SELECTION_6 and SELECTION_7 and SELECTION_8 and SELECTION_9
and SELECTION_10)))
falsepositives:
- Unknown
id: 39ed3c80-e6a1-431b-9df3-911ac53d08a7
level: high
logsource:
category: process_creation
product: windows
references:
- https://github.com/hfiref0x/UACME
status: experimental
tags:
- attack.defense_evasion
- attack.privilege_escalation
- attack.t1548.002
yml_filename: win_uac_bypass_ntfs_reparse_point.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation