← krovix@sec:~$ cd /homeIndex

All projects — the full case index. (22)

Every case, listed and readable. The orbit on the homepage is the show — this is the record.

// Detection & SIEM (6)

01

Investigation Cases

Why: The closest thing to the real L1 analyst job, and the highest signal per hour.

Full blue-team CTF investigations published as reports: timeline, IOCs, ATT&CK mapping, remediation.

#Splunk BOTS#CyberDefenders#ATT&CK
CRITICALIN PROGRESS
02Planned — coming soon

Enterprise SOC Lab

Why: Experience on paper before the first job.

Build an AD network, attack it with Atomic Red Team, detect in Splunk, then investigate and report.

#Splunk#Active Directory#Sysmon#ATT&CK
CRITICALPLANNED
03Planned — coming soon

AI SOC Assistant

Why: The interview centrepiece: AI where the SOC actually hurts.

An AI analyst that triages alerts, maps ATT&CK, drafts incident reports, and suggests remediation.

#Python#LLM#LangChain#Splunk
CRITICALPLANNED
04Planned — coming soon

Purple-Team Loop

Why: The red-team bridge employers love.

Run an atomic test, check if the SIEM alerts, write a detection if it misses, then tune it.

#Atomic Red Team#Sysmon#Splunk
HIGHPLANNED
05

Detection Eng

Why: The core detection-engineering workflow, end to end.

Data source to detection logic to validation with Atomic Red Team to deploy and monitor.

#Sigma#KQL#Atomic Red Team#Wazuh
HIGHIN PROGRESS
06Planned — coming soon

Azure Sentinel SOC

Why: Cloud-SOC skill and SC-200 revision in one.

Ingest telemetry into Microsoft Sentinel and write custom KQL analytics rules.

#Azure#Sentinel#KQL
HIGHPLANNED

// Endpoint (3)

07

Wazuh Home Lab

Why: The always-on detection playground.

Ship Sysmon endpoint telemetry into Wazuh with custom rules and ATT&CK mapping.

#Wazuh#Sysmon#VirtualBox
HIGHIN PROGRESS
08Planned — coming soon

File Integrity Mon

Why: A core defensive control every endpoint needs.

Watch critical files, hash them, and alert the moment one changes unexpectedly.

#Python#hashlib#watchdog
MEDIUMPLANNED
09Planned — coming soon

Keylogger Detector

Why: Learn endpoint defence by hunting the threat directly.

Inspect processes and OS hooks to surface behaviour consistent with keylogging.

#Python#psutil
MEDIUMPLANNED

// Incident Response & Intel (4)

10

IR Case Study

Why: A scripted end-to-end IR engagement, written up properly.

Work a ransomware PCAP through the full NIST IR lifecycle as a PDF report.

#NIST IR#Wireshark#Wazuh
MEDIUMIN PROGRESS
11Planned — coming soon

Phishing Analysis

Why: A literal daily L1 task and a quick win.

Analyse 10-15 real phishing samples: headers, SPF/DKIM, detonation, IOCs, verdict.

#VirusTotal#any.run#CyberChef
MEDIUMPLANNED
12Planned — coming soon

CTI Report

Why: Shows the writing and communication managers prize.

Profile a threat actor, map TTPs in ATT&CK Navigator, write a BLUF intel report.

#ATT&CK Navigator#OpenCTI
MEDIUMPLANNED
13Planned — coming soon

Honeypot 7 Days

Why: Real attackers, real data.

Deploy an internet-facing honeypot on a VPS, log 7 days of activity, document IOCs and TTPs.

#T-Pot#Cowrie#VPS
MEDIUMPLANNED

// Network (4)

14Planned — coming soon

Port Scanner

Why: The foundational recon tool, built not just used.

Scan hosts for open ports and grab service banners the way Nmap does under the hood.

#Python#socket#Scapy
MEDIUMPLANNED
15Planned — coming soon

Packet Sniffer

Why: See the wire the way Wireshark does.

Capture and dissect live network packets, printing protocol and header detail.

#Python#Scapy
MEDIUMPLANNED
16Planned — coming soon

Intrusion Detection

Why: Understand detection by writing one from scratch.

A Python IDS that inspects live traffic against signature rules and logs alerts.

#Python#Scapy#SQLite
HIGHPLANNED
17Planned — coming soon

Firewall Simulator

Why: Understand rule ordering and packet filtering by building the engine.

Apply a configurable ruleset to simulated traffic and show what gets allowed or dropped.

#Python#Scapy#Flask
MEDIUMPLANNED

// Web Security (5)

18Planned — coming soon

OWASP Lab

Why: The red-team angle: build it broken, break it, fix it.

Build an app with intentional vulns, exploit every OWASP Top 10 class, then patch and verify.

#Flask#OWASP#Git
MEDIUMPLANNED
19Planned — coming soon

Web Vuln Scanner

Why: The offensive complement to the OWASP lab.

Crawl a target site and probe for common SQLi and XSS injection points.

#Python#crawler
LOWPLANNED
20Planned — coming soon

Phishing Page Det

Why: Stops the attack most breaches start with.

Score URLs on lexical and WHOIS features with a classifier to flag phishing pages.

#Python#scikit-learn#whois
HIGHPLANNED
21Planned — coming soon

Password Cracker

Why: Understand why weak hashes fall, so you can defend them.

Run dictionary and brute-force attacks against common hash types.

#Python#hashlib
LOWPLANNED
22Planned — coming soon

Encrypted Chat

Why: Applied cryptography you can message on.

A chat app with RSA key exchange and AES message encryption over WebSockets.

#Python#RSA#AES
LOWPLANNED
← back to the orbit