Skip to content
View Rootless-Ghost's full-sized avatar
💜
Void Ninja
💜
Void Ninja

Block or report Rootless-Ghost

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rootless-Ghost/README.md

Title


Typing SVGTyping SVGTagline



Chillin


TryHackMe

TryHackMe Badge

ObsidianVMwareTCM Security


$\color{Goldenrod}\Large{\textsf{About Me}}$


Former Navy Hospital Corpsman (8404/FMF), combat-deployed with Marine infantry, now building a career in security operations. Offensive and defensive security with a purple-team mindset — translating attacker tradecraft into defensive improvements.

Purple Team & SOC Focus — building both offensive and defensive capabilities
Operating a 22+ VM home lab for attack simulation and detection engineering
Pursuing the PSAA → PSAP → PMRP → PJPT → PORP → PNPT → PAPA → Cloud TCM Security path (Sec+ / CCDL2 optional)
TryHackMe Top 1% — 270+ rooms completed
Actively seeking SOC Analyst & Purple Team roles


$\color{Goldenrod}\Large{\textsf{What I Do}}$


$\color{LightSkyBlue}\normalsize{\textsf{Blue Team}}$

  • Threat detection & incident response
  • SIEM analysis & log correlation
  • Threat hunting & malware analysis
  • Security monitoring & alerting

$\color{Red}\normalsize{\textsf{Red Team}}$

  • Penetration Testing & Security Research
  • Red team operations & exploitation
  • Active Directory & Windows exploitation
  • Network security & privilege escalation

$\color{Goldenrod}\Large{\textsf{Featured Projects}}$


$\color{MediumOrchid}\large{\textsf{Nebula Forge Detection Suite}}$

Nebula Forge is an open-source SOC platform covering the full workflow: Detect → Normalize → Hunt → Drift → Cluster → Simulate → Investigate → Respond → Report. The full suite runs as a fully containerized stack — 13 containerized tools, 15 services total, a shared Postgres backend, and a central dashboard — clone all repos with the included setup script, then a single docker compose up -d starts all services. The dashboard (port 5010) provides live status, one-click launches, and pipeline monitoring across all 16 tools and 4 pipelines in the org.

Nebula Forge includes four automated pipelines:

  • IR-Chain — zero-touch incident response: EndpointTriage → log-analyzer → SIREN
  • Detection-Pipeline — one IOC list → Sigma, YARA, and Snort rules in a single command
  • Drift-scan — Sigma rule drift analysis: normalize logs (LogNorm) → fetch rules (SigmaForge) → coverage gaps (DriftWatch)
  • Purple-loop — end-to-end purple team cycle: discover (VulnForge) → simulate (AtomicLoop) → detect (Wazuh/Splunk) → validate (DriftWatch) → hunt (HuntForge) | Pipeline validated end-to-end April 2026

$\color{green}\normalsize{\textsf{Detection Engineering}}$

ToolDescription
SigmaForgeVendor-agnostic Sigma rule generator — Splunk SPL, Elastic KQL/EQL, Sentinel KQL, Wazuh XML, QRadar AQL, Detection-as-Code JSON
YaraForgeYARA rule generator with ATT&CK mapping and detection dashboard
SnortForgeSnort 2/3 rule generator with multi-content chaining, performance scoring, and 12 detection templates

$\color{MediumOrchid}\large{\textsf{Nebula Forge Detection Suite v1}}$

ToolPortDescription
SigmaForge5000Custom Sigma conversion engine — 6 SIEM backends, Detection-as-Code JSON, no pySigma dependency
YaraForge5001YARA rule builder with live scanning, MITRE ATT&CK tagging, SQLite storage
Threat-Intel-Dashboard5002IOC reputation lookup — VirusTotal, AbuseIPDB; auto-type detection; demo mode
SnortForge5003Snort 2/3 rule generator — multi-content chaining, PCRE, 0–100 performance scorer
SIREN5004NIST 800-61 IR report builder — timeline, IOC tracking, composite severity scoring
EndpointForge5005Cross-platform HIDS — process, FIM, network, registry, persistence — Wazuh export

$\color{MediumOrchid}\normalsize{\textsf{Nebula Forge Detection Suite v2}}$

ToolPortDescription
LogNorm5006ECS-lite log normalizer for disparate SIEM sources
HuntForge5007ATT&CK-mapped threat hunt playbook generator
DriftWatch5008Sigma rule drift analyzer — feeds the drift-scan pipeline
ClusterIQ5009Behavioral alert clustering engine for SOC triage noise reduction
AtomicLoop5011Atomic Red Team runner — feeds the purple-loop pipeline
VulnForge5012Exploit intel aggregator → ATT&CK mapping → pipeline trigger
WifiForge5013802.11 threat detector with deauth/rogue AP detection → LogNorm export

$\color{green}\normalsize{\textsf{Endpoint Security}}$

ToolDescription
EndpointForgeCross-platform HIDS — process, FIM, network, registry, autoruns with Wazuh NDJSON export
EndpointTriagePowerShell IR artifact collector — processes, persistence, event logs, Sysmon, HTML report output

$\color{green}\normalsize{\textsf{Blue Team}}$

ToolDescription
Log-AnalyzerSOC-focused log analysis with pattern matching and anomaly detection
Phishing-AnalyzerEmail header and content analysis for phishing campaign identification

$\color{green}\normalsize{\textsf{Threat Intelligence}}$

ToolDescription
Threat-Intel-DashboardReal-time IOC tracking, feed aggregation, and visual analytics for SOC operations
ThreatTapeLive IOC threat intel feed — AbuseIPDB + OTX aggregation with MITRE ATT&CK tagging

$\color{green}\normalsize{\textsf{Incident Response}}$

ToolDescription
SIRENNIST 800-61 incident report generator with severity scoring, IOC tracking, and timeline management

$\color{green}\normalsize{\textsf{Training}}$

ToolDescription
WarGameForgeSOC investigation scenario generator — MITRE-driven, difficulty-scaled training

$\color{Goldenrod}\large{\textsf{Detection Labs}}$

LabLayerDescription
Azure-SOC-mini-labAzureKQL detections, 12 ATT&CK-mapped simulations, IR documentation, Sentinel playbooks
AWS-SOC-labAWSCloudTrail detections, IAM/S3/EC2 attack sims, GuardDuty integration, Lambda auto-response
Malware-Detonation-LabOn-PremIsolated FLARE-VM + REMnux sandbox, DNS sinkhole, local-capture detection workflow

$\color{Goldenrod}\Large{\textsf{Current Focus}}$


  • Nebula Forge — 13 tools containerized and live (v1: SigmaForge, YaraForge, Threat-Intel-Dashboard, SnortForge, SIREN, EndpointForge; v2: LogNorm, HuntForge, DriftWatch, ClusterIQ, AtomicLoop, VulnForge, WifiForge) + dashboard (5010) + Postgres, 15 services total — setup scripts + single docker compose up -d
  • Purple team automation pipelines: drift-scan and purple-loop validated end-to-end April 2026
  • PSAP 2026 — SOC analyst and detection engineering roles
  • Expanding Wazuh SIEM detections and Splunk correlation rules

$\color{Goldenrod}\Large{\textsf{Certifications}}$


In Progress:

  • 🔹 PSAA (Practical SOC Analyst Associate) - 2026*
  • 🔹 PSAP (Practical SOC Analyst Professional) - Scheduled Q4 2026

Certification Roadmap: PSAA → PSAP → PMRP → PJPT → PORP → PNPT → PAPA → Cloud (AWS or Azure)
Optional / conditional: Security+ (if required by an HR filter) · CCDL2 (Cyber Defenders)


$\color{Goldenrod}\Large{\textsf{Lab Environments}}$


22+ VM Purple Team Lab:

  • Active Directory lab (attack & defense)
  • Snort IDS/IPS network monitoring
  • Web vulnerability testing environment
  • Malware analysis sandbox
  • WiFi penetration testing lab
  • Flipper Zero / Pwnagotchi
  • Wazuh SIEM with Sysmon integration & MITRE ATT&CK-mapped detections (5 agents: Windows, Linux)
  • Splunk Free on Ubuntu for detection and hunt workflows

$\color{Goldenrod}\Large{\textsf{Operating Systems}}$


Kali LinuxWindowsUbuntuDebian


$\color{Goldenrod}\Large{\textsf{Security Tools}}$


$\color{red}\normalsize{\textsf{Offensive }}$Burp SuiteNmapMetasploitHashcatBloodHoundCrackMapExec

$\color{CornflowerBlue}\normalsize{\textsf{Defensive }}$WiresharkWazuhSplunkElasticSnortYARASysmon

$\color{CornflowerBlue}\normalsize{\textsf{Hardware }}$Flipper ZeroPwnagotchi



Syntax Eyes

Typing SVG

image_alt

Pinned Loading

  1. Nebula-ForgeNebula-ForgePublic

    Open-source detection engineering and IR platform for SOC analysts and purple teams.

    Python

  2. SigmaForgeSigmaForgePublic

    Vendor-agnostic Sigma rule generator with a custom conversion engine (no pySigma dependency). Six SIEM backends — Splunk SPL, Elastic KQL/EQL, Sentinel KQL, Wazuh XML, QRadar AQL — plus Detection-a…

    Python

  3. HuntForgeHuntForgePublic

    MITRE ATT&CK Threat Hunt Playbook Generator — T-code → hypothesis, queries, artifacts | Part of Nebula Forge

    Python

  4. AtomicLoopAtomicLoopPublic

    Atomic Red Team Test Runner & Detection Validator — execute, capture, validate | Part of Nebula Forge

    Python

  5. Malware-Detonation-LabMalware-Detonation-LabPublic

    Isolated FLARE-VM + REMnux detonation lab for safe malware analysis and detection development.

  6. SIRENSIRENPublic

    Security Incident Response Engine & Notation — Professional incident report generator following NIST 800-61 framework

    Python