132482818e
chore: CVE-2021-1675 Print Spooler Exploitation Filename Pattern - Fix unreachable GitHub URL references chore: HackTool - DInjector PowerShell Cradle Execution - Fix unreachable GitHub URL references chore: InstallerFileTakeOver LPE CVE-2021-41379 File Create Event - Fix unreachable GitHub URL references chore: LPE InstallerFileTakeOver PoC CVE-2021-41379 - Fix unreachable GitHub URL references chore: Malicious PowerShell Scripts - FileCreation - Fix unreachable GitHub URL references chore: Malicious PowerShell Scripts - PoshModule - Fix unreachable GitHub URL references chore: Possible CVE-2021-1675 Print Spooler Exploitation - Fix unreachable GitHub URL references chore: Potential NT API Stub Patching - Fix unreachable GitHub URL references chore: Potential PrintNightmare Exploitation Attempt - Fix unreachable GitHub URL references chore: Potential RDP Exploit CVE-2019-0708 - Fix unreachable GitHub URL references chore: Potential SAM Database Dump - Fix unreachable GitHub URL references chore: Scanner PoC for CVE-2019-0708 RDP RCE Vuln - Fix unreachable GitHub URL references chore: Suspicious Rejected SMB Guest Logon From IP - Fix unreachable GitHub URL references chore: Windows Spooler Service Suspicious Binary Load - Fix unreachable GitHub URL references
32 lines
953 B
YAML
32 lines
953 B
YAML
title: Windows Spooler Service Suspicious Binary Load
|
|
id: 02fb90de-c321-4e63-a6b9-25f4b03dfd14
|
|
status: test
|
|
description: Detect DLL Load from Spooler Service backup folder
|
|
references:
|
|
- https://web.archive.org/web/20210629055600/https://github.com/hhlxf/PrintNightmare/
|
|
- https://github.com/ly4k/SpoolFool
|
|
author: FPT.EagleEye, Thomas Patzke (improvements)
|
|
date: 2021-06-29
|
|
modified: 2022-06-02
|
|
tags:
|
|
- attack.persistence
|
|
- attack.defense-evasion
|
|
- attack.privilege-escalation
|
|
- attack.t1574
|
|
- cve.2021-1675
|
|
- cve.2021-34527
|
|
logsource:
|
|
category: image_load
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\spoolsv.exe'
|
|
ImageLoaded|contains:
|
|
- '\Windows\System32\spool\drivers\x64\3\'
|
|
- '\Windows\System32\spool\drivers\x64\4\'
|
|
ImageLoaded|endswith: '.dll'
|
|
condition: selection
|
|
falsepositives:
|
|
- Loading of legitimate driver
|
|
level: informational
|