Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
printnightmare-detection-lab — Splunk SIEM lab simulating and detecting CVE-2021-34527 (PrintNightmare) exploitation using Sysmon, Windows Event logs, and custom SPL detection rules. | Kitploit
Tools/GitHubGitHub/joertx07/printnightmare-detection-lab
Privilege EscalationVulnerability AnalysisExploitationIntrusion DetectionLearning & EducationIncident ResponseLog AnalysisAdversarial AttackLabs & Practice

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHubjoertx07/printnightmare-detection-lab

printnightmare-detection-lab

Splunk SIEM lab simulating and detecting CVE-2021-34527 (PrintNightmare) exploitation using Sysmon, Windows Event logs, and custom SPL detection rules.

View Repository
16 days agoNot yet reviewed

PrintNightmare Threat Detection & Incident Response Lab (CVE-2021-34527)

📌 Overview

This project documents an end-to-end security monitoring, detection engineering, and incident response implementation targeting PrintNightmare (CVE-2021-34527). PrintNightmare is a critical vulnerability in the Windows Print Spooler service (spoolsv.exe) that permits unauthenticated remote code execution (RCE) and local privilege escalation (LPE) to SYSTEM privileges.

The goal of this lab was to simulate exploitation telemetry, capture kernel and system audit logs via Sysmon and Windows Security Event Logs, ingest events into Splunk Enterprise SIEM, engineer targeted Search Processing Language (SPL) detection rules, and generate a formal Incident Response (IR) report.


🏗️ Lab Architecture & Environment

  • Attacker: Atomic Red Team Test T1547.012 with a custom DLL
  • Victim Workstation: Windows 10 Pro (Domain-Joined to mydomain.com)
  • Domain Controller: Windows Server 2019 (Active Directory DC)
  • SIEM / Logging Pipeline: Splunk Enterprise & Splunk Universal Forwarder
  • Endpoint Telemetry: Sysmon & Advanced Windows Audit Policy

📁 Repository Structure

root@kitploit:~
printnightmare-detection-lab/
├── README.md
├── sysmon-config.xml
├── splunk-queries/
│   ├── 01_suspicious_spoolsv_child_process.spl
│   ├── 02_unsigned_dll_loaded_by_spoolsv.spl
│   └── 03_dll_written_to_spool_driver_path.spl
├── screenshots/
│   ├── 01_splunk_data_ingestion.png
│   ├── 02_dashboard_overview.png
│   ├── 03_dashboard_overview.png
│   └── 04_atomic_red_team_execution.png
├── incident-report/
│   └── IR_Report_PrintNightmare.pdf
Download Tool