2020-07-01 10:58:39 +02:00
title : Fax Service DLL Search Order Hijack
id : 828af599-4c53-4ed2-ba4a-a9f835c434ea
2021-11-27 11:33:14 +01:00
status : test
2020-07-01 10:58:39 +02:00
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
2024-08-12 12:02:50 +02:00
date : 2020-05-04
modified : 2022-06-02
2022-10-26 09:42:26 +02:00
tags :
- attack.persistence
2024-08-12 12:02:50 +02:00
- attack.defense-evasion
2022-10-26 09:42:26 +02:00
- attack.t1574.001
2020-07-01 10:58:39 +02:00
logsource :
2022-10-26 09:42:26 +02:00
category : image_load
product : windows
2020-07-01 10:58:39 +02:00
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
2020-07-01 10:58:39 +02:00
falsepositives :
2022-10-26 09:42:26 +02:00
- Unlikely
2020-07-01 10:58:39 +02:00
level : high