UAC Bypass Using NTFS Reparse Point - File

Detects the pattern of UAC Bypass using NTFS reparse point and wusa.exe DLL hijacking (UACMe 36)

Sigma rule (View on GitHub)

 1title: UAC Bypass Using NTFS Reparse Point - File
 2id: 7fff6773-2baa-46de-a24a-b6eec1aba2d1
 3status: test
 4description: Detects the pattern of UAC Bypass using NTFS reparse point and wusa.exe DLL hijacking (UACMe 36)
 5references:
 6    - https://github.com/hfiref0x/UACME
 7author: Christian Burkard (Nextron Systems)
 8date: 2021-08-30
 9modified: 2022-10-09
10tags:
11    - attack.privilege-escalation
12    - attack.t1548.002
13logsource:
14    category: file_event
15    product: windows
16detection:
17    selection:
18        TargetFilename|startswith: 'C:\Users\'
19        TargetFilename|endswith: '\AppData\Local\Temp\api-ms-win-core-kernel32-legacy-l1.DLL'
20    condition: selection
21falsepositives:
22    - Unknown
23level: high

References

Related rules

to-top