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
solarwinds-sunburst-cve-2020-10148 | Kitploit
Tools/GitHubGitHub/horrister/solarwinds-sunburst-cve-2020-10148
Indicator of Compromise (IOC) ManagementVulnerability AnalysisForensicsCloud SecurityThreat IntelligenceSupply Chain SecurityLearning & EducationIncident ResponseDNS Analysis

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHubhorrister/solarwinds-sunburst-cve-2020-10148

solarwinds-sunburst-cve-2020-10148

View Repository
12 months agoNot yet reviewed

🔍 Vulnerability Research

A curated collection of in-depth vulnerability writeups covering real-world security incidents in the software ecosystem. Each entry includes a full technical analysis, proof-of-concept, IOC listing, and remediation guidance.

Purpose: Educational reference and portfolio. All PoC code is for detection and research only.


Index

#VulnerabilityTypeSeverityDateStatus
002SolarWinds Orion Vulnerability (CVE-2020-10148)Supply Chain🔴 CriticalDec 11, 2020✅ Complete

Structure

Each entry follows a consistent format:

root@kitploit:~
solarwinds-sunburst-supply-chain-attack/
├── README.md                     # overview
├── analysis.md                   # full writeup                                    
├── references.md                 # annotated sources organized by category
│ 
└── poc/                          # poc scripts
    │
    │ 
    ├── scan_orion.sh             # Linux/macOS IOC scanner 
    │
    │                             
    ├── check_dll_hash.ps1        # Windows PowerShell verifier 
    │                                
    │                                
    ├── sunburst_dns_sim.py       # Python demo of the DNS subdomain encoding
    │                                cipher 
    │                                
    └── detect_golden_saml.md     # Cloud pivot detection guide with KQL, PowerShell,
                                     and Splunk queries for ADFS/Azure AD forensics

Methodology

The writeup covers:

  • Root cause — what actually broke and how
  • Attack timeline — pre-staging, execution, discovery, remediation
  • Technical deep-dive — deobfuscated payloads, attack chain, IOCs
  • PoC — reproduction or detection scripts
  • Lessons learned — systemic issues and mitigations

Maintained by @horrister

Download Tool