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

31 lines
916 B
YAML
Raw Normal View History

2021-07-11 09:29:43 +02:00
title: Windows Spooler Service Suspicious Binary Load
2021-07-01 12:12:09 +05:45
id: 02fb90de-c321-4e63-a6b9-25f4b03dfd14
status: experimental
2021-07-11 09:29:43 +02:00
description: Detect DLL Load from Spooler Service backup folder
2021-07-01 12:12:09 +05:45
references:
- https://github.com/hhlxf/PrintNightmare
2022-02-09 08:40:04 +01:00
- https://github.com/ly4k/SpoolFool
2021-07-11 09:29:43 +02:00
author: FPT.EagleEye, Thomas Patzke (improvements)
2021-07-01 12:12:09 +05:45
date: 2021/06/29
2022-02-09 08:40:04 +01:00
modified: 2022/02/09
2021-07-01 12:12:09 +05:45
logsource:
category: image_load
product: windows
detection:
selection:
2021-08-24 10:27:27 +02:00
Image|endswith: 'spoolsv.exe'
2022-02-09 08:40:04 +01:00
ImageLoaded|contains:
- '\Windows\System32\spool\drivers\x64\3\'
- '\Windows\System32\spool\drivers\x64\4\'
2021-08-24 10:27:27 +02:00
ImageLoaded|endswith: '.dll'
2021-07-01 12:12:09 +05:45
condition: selection
falsepositives:
2021-07-11 09:29:43 +02:00
- Loading of legitimate driver
level: informational
2022-02-09 08:40:04 +01:00
tags:
- attack.persistence
- attack.defense_evasion
- attack.privilege_escalation
- attack.t1574
- cve.2021.1675
- cve.2021.34527