Change the Fax Dll

Detect possible persistence using Fax DLL load when service restart

Sigma rule (View on GitHub)

 1title: Change the Fax Dll
 2id: 9e3357ba-09d4-4fbd-a7c5-ad6386314513
 3status: test
 4description: Detect possible persistence using Fax DLL load when service restart
 5references:
 6    - https://twitter.com/dottor_morte/status/1544652325570191361
 7    - https://raw.githubusercontent.com/RiccardoAncarani/talks/master/F-Secure/unorthodox-lateral-movement.pdf
 8author: frack113
 9date: 2022/07/17
10modified: 2022/12/30
11tags:
12    - attack.defense_evasion
13    - attack.t1112
14logsource:
15    product: windows
16    category: registry_set
17detection:
18    selection:
19        TargetObject|contains|all:
20            - '\Software\Microsoft\Fax\Device Providers\'
21            - '\ImageName'
22    filter:
23        Details: '%systemroot%\system32\fxst30.dll' # Windows 10
24    condition: selection and not filter
25falsepositives:
26    - Unknown
27level: high

References

Related rules

to-top