mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Fax Service DLL search order hijacking
This commit is contained in:
parent
a9bf22750a
commit
83a6e25bcb
31
rules/windows/sysmon/sysmon_susp_fax_dll.yml
Normal file
31
rules/windows/sysmon/sysmon_susp_fax_dll.yml
Normal file
@ -0,0 +1,31 @@
|
||||
title: Fax Service DLL Search Order Hijack
|
||||
id: 828af599-4c53-4ed2-ba4a-a9f835c434ea
|
||||
status: experimental
|
||||
description: The Fax service attempts to load ualapi.dll, which is non-existent. An attacker can then (side)load their own malicious DLL using this service.
|
||||
references:
|
||||
- https://windows-internals.com/faxing-your-way-to-system/
|
||||
author: NVISO
|
||||
date: 2020/05/04
|
||||
tags:
|
||||
- attack.persistence
|
||||
- attack.defense_evasion
|
||||
- attack.t1073
|
||||
- attack.t1038
|
||||
- attack.t1112
|
||||
logsource:
|
||||
product: windows
|
||||
service: sysmon
|
||||
detection:
|
||||
selection:
|
||||
EventID: 7 #ImageLoaded
|
||||
Image|endswith:
|
||||
- fxssvc.exe
|
||||
ImageLoaded|endswith:
|
||||
- ualapi.dll
|
||||
filter:
|
||||
ImageLoaded|startswith:
|
||||
- C:\Windows\WinSxS\
|
||||
condition: selection and not filter
|
||||
falsepositives:
|
||||
- Unlikely
|
||||
level: high
|
Loading…
Reference in New Issue
Block a user