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

31 lines
891 B
YAML

title: UAC Bypass Using NTFS Reparse Point - File
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: 11
SELECTION_2:
TargetFilename: C:\Users\\*
SELECTION_3:
TargetFilename: '*\AppData\Local\Temp\api-ms-win-core-kernel32-legacy-l1.DLL'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unknown
id: 7fff6773-2baa-46de-a24a-b6eec1aba2d1
level: high
logsource:
category: file_event
product: windows
references:
- https://github.com/hfiref0x/UACME
status: experimental
tags:
- attack.defense_evasion
- attack.privilege_escalation
- attack.t1548.002
yml_filename: sysmon_uac_bypass_ntfs_reparse_point.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/file_event