Files
blue-team-tools/rules/windows/image_load/image_load_side_load_ualapi.yml
T

27 lines
776 B
YAML
Raw Normal View History

title: Fax Service DLL Search Order Hijack
id: 828af599-4c53-4ed2-ba4a-a9f835c434ea
2021-11-27 11:33:14 +01:00
status: test
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.
2021-11-27 11:33:14 +01:00
references:
2022-10-26 09:42:26 +02:00
- https://windows-internals.com/faxing-your-way-to-system/
author: NVISO
date: 2020-05-04
modified: 2022-06-02
2022-10-26 09:42:26 +02:00
tags:
- attack.persistence
- attack.defense-evasion
2022-10-26 09:42:26 +02:00
- attack.t1574.001
logsource:
2022-10-26 09:42:26 +02:00
category: image_load
product: windows
detection:
2022-10-26 09:42:26 +02:00
selection:
Image|endswith: '\fxssvc.exe'
ImageLoaded|endswith: 'ualapi.dll'
filter:
ImageLoaded|startswith: 'C:\Windows\WinSxS\'
condition: selection and not filter
falsepositives:
2022-10-26 09:42:26 +02:00
- Unlikely
level: high