Skip to content
View ExelR8ight's full-sized avatar

Block or report ExelR8ight

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.

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
ExelR8ight/README.md

Typing SVG

cyber line

Random Dev Quote

👤 Whoami

hacker terminal mascot

classAnkitSingh:
def__init__(self):
self.role= ["SOC Analyst", "Threat Hunter", "Detection Engineer"]
self.mission="Detect what matters. Automate the rest."self.stack= ["Splunk", "Python", "Sigma", "TheHive", "Scikit-Learn"]
self.researching="LLM security & prompt-injection defense"self.frameworks="MITRE ATT&CK"defphilosophy(self):
return"Detection without response is just noise — I build the whole loop."

"Security isn't just about detecting everything; it's about detecting what matters and automating the rest."

  • 🔭 Building end-to-end, AI-powered detection pipelines
  • 🧪 First-author research on LLM agent security in SOC triage
  • 🎯 Targeting SOC / Threat Hunting / Detection Engineering roles
  • 📜 CEH (in progress) · active on TryHackMe & Hack The Box

🧰 Technical Arsenal

CategoryTechnologies & Frameworks
📡 SIEM & Log MgmtSplunk Enterprise · Splunk HEC · Elastic (ELK)
🛡️ Endpoint & Network TelemetrySysmon (SwiftOnSecurity) · Suricata IDS · Windows Event Logs
🎯 Detection & IntelMITRE ATT&CK · Sigma · Atomic Red Team · YARA
⚙️ Automation & SOARTheHive · Python · PowerShell · Bash
🧠 Data Science & MLScikit-Learn (Isolation Forest) · Pandas · NumPy
🤖 AI SecurityLLM Security · Prompt-Injection Defense · Ollama

📡 Live Skills Radar

Skills Radar

🏗️ Flagship Architecture — CogniSOC Pipeline

flowchart LR
subgraph EP["🖥️ Endpoints (Win / Ubuntu)"]
S["Sysmon"]
SU["Suricata IDS"]
end
subgraph ING["📥 Ingestion"]
UF["Universal Forwarders"]
end
subgraph CORE["🧠 CogniSOC Core"]
SP["Splunk SIEM"]
ML["Isolation Forest ML\n↓75% noise · 88% precision"]
CE["6-Rule Correlation\n(ATT&CK-mapped)"]
end
subgraph RESP["🚨 Response"]
TH["TheHive SOAR (API)"]
AN["👤 Analyst Triage"]
end
S --> UF
SU --> UF
UF --> SP --> ML --> CE
CE -->|Low severity| DROP["🔕 Suppress"]
CE -->|High fidelity| TH --> AN
Loading

🏆 Featured Portfolio Projects

💡 Click each project to expand the deep-dive.

🧠 CogniSOC — End-to-End AI-Powered SOC

A complete, production-style SOC pipeline built from scratch to solve alert fatigue.

  • Challenge: Rule-based SIEMs generate too much noise.
  • Solution: Unsupervised Isolation Forest scores behavioral anomalies → 6-rule ATT&CK correlation engine → auto-escalation to TheHive (SOAR) via API.
  • Result:88% precision · 75% alert-volume reduction across a 100-hour live-traffic simulation in a 4-machine isolated lab.

🔗 Explore CogniSOC →

🛡️ ATT&CK-Mapped Detection Library

Version-controlled Detection-as-Code repo proving detection-engineering maturity.

  • 13 tuned Sigma rules across 6 ATT&CK tactics, translated to Splunk SPL + Elastic DSL.
  • Every rule validated with Atomic Red Team.
  • False-Positive Tuning notes (e.g., suppressing SCCM & vuln-scanner noise) — real operational maturity.

🔗 Explore the Library →

🔍 Threat Hunting & Incident Investigation Lab

7 structured, end-to-end investigations emulating APT29 (Cozy Bear) & FIN7 tradecraft.

  • PowerShell Empire C2 · Data Exfiltration · Lateral Movement (PsExec) · Credential Dumping (LSASS).
  • Ships with IR playbooks, extracted IOCs, and proactive hunt hypotheses.

🔗 Explore the Hunts →

💉 LogPrompt-Inject — LLM SOC Triage Vulnerabilities

AI-Security research, under review at ACM AISec @ CCS.

  • Research: Indirect prompt-injection against LLM SOC-triage engines via malicious telemetry (Sysmon CommandLine, Suricata http_user_agent).
  • Findings:Defense Portability Failure & Defense Backfire across 6 open-weight + 3 frontier models — defenses that secure one model can worsen another.
  • Value: LLM threat modeling + rigorous empirical methodology.

🔗 Read the Research →

🤖 LLM-Assisted SOC Alert Triage (Injection-Hardened)

An AI triage copilot that classifies raw Sysmon/Suricata alerts and resists prompt injection.

  • Engine: Telemetry in → strict JSON out (Severity · ATT&CK mapping · Next steps).
  • Security layer: Applies my LogPrompt-Inject findings — Spotlighting (data-marking) + schema validation to neutralize injected instructions before the LLM sees them.
  • Value: I both find the vuln and engineer the fix.

🔗 Explore the Copilot →

🎮 Lab & Learning Stats

ArenaStatus
🛡️ CertificationsCertified Ethical Hacker (CEH) — Trained
🟩 TryHackMeSOC Analyst path — in progress
🟥 Hack The BoxSOC Analyst path — in progress
🏴 CTFWeb · OSINT · Networking
🥚 psst… click for a hidden easter egg
[+] You found the buried IOC. 🕵️
[+] In a real investigation, curiosity is the best detection rule.
[+] Now go pin those repos and apply. 🚀

🐍 Live Contribution Pets

These regenerate on their own — a self-updating snake and a 3D contribution world.

snake animation

3D contribution world

📊 GitHub Analytics

Streak

Activity Graph

outro

Popular repositories Loading

  1. ExelR8ight ExelR8ightPublic

    1

  2. ATT-CK-Detection-Library ATT-CK-Detection-LibraryPublic

    Detection-as-Code repository containing highly tuned Sigma rules translated to Splunk SPL and Elastic DSL, validated via Atomic Red Team.

    PowerShell 1

  3. Threat-Hunting-Lab Threat-Hunting-LabPublic

    Structured incident investigations and threat hunting playbooks mimicking real-world APT tradecraft like APT29 and FIN7.

    1

  4. CogniSOC CogniSOCPublic

    End-to-End AI-Powered SOC Architecture. Uses Isolation Forest ML and MITRE ATT&CK correlation to reduce SIEM alert fatigue and automate TheHive SOAR.

    Python 1

  5. LogPrompt-Inject LogPrompt-InjectPublic

    ACM AISec Research: Systematic evaluation of indirect prompt injection attacks against LLM-powered SOC triage engines via malicious log telemetry.

    TeX 1

  6. LLM-Assisted-Alert-Triage LLM-Assisted-Alert-TriagePublic

    Automated AI triage copilot using local LLMs to classify raw Sysmon/Suricata alerts, expressly built to resist indirect prompt injection.

    Python 1