Home › Reference

Reference

Free, practical cybersecurity cheat sheets — the commands, flags and checklists worth coming back to, each with a visible last-verified date and none of it behind an email form or a PDF wall.
New here? The Cyber Kill Chain maps every sheet below onto a stage of a real attack — a good place to start.
The offensive chain runs end to end: map a target with the OSINT & recon sheet, scan it with Nmap, make sense of what's open via common ports, catch a shell with the reverse shell sheet, then climb with Linux privilege escalation.
The AI-security set covers what everyone's asking about: the OWASP LLM Top 10, prompt injection, jailbreak techniques, AI agent security and RAG security — with a hands-on LLM security lab to practise on.
On the blue-team side, malware analysis sandboxes covers triaging a suspicious file safely. Everything is written to be scanned in seconds and trusted — spot something out of date? Tell me.

Reference

SPL Cheat Sheet: Splunk Search Processing Language

ReferenceSplunk SPLLast verified Sep 2026Copy-paste queries SPL — Search Processing Language — is how you ask Splunk questions. A search reads left to right, piping results…

Reference

Which SIEM Should You Learn? A Free-to-Lab Comparison

Reference9 platformsLast verified Sep 2026Free-to-lab flagged A SIEM is the tool a SOC analyst lives in all day — it collects logs, runs detections, and raises…

Reference

Unbounded Consumption in LLMs

ReferenceOWASP LLM06:2026Last verified Sep 2026No sign-up, no PDF wall An LLM endpoint with no limits is a bill and an outage waiting to happen. Unbounded consumption…

Reference

LLM Misinformation & Hallucinations

ReferenceOWASP LLM07:2026Last verified Sep 2026No sign-up, no PDF wall A confident wrong answer is its own security problem. Misinformation (OWASP LLM07:2026 — up from #9 in…

Reference

System Prompt Leakage & Hidden Context Exposure in LLMs

ReferenceOWASP LLM08:2026Last verified Sep 2026No sign-up, no PDF wall Assume your system prompt is public. In the 2026 edition OWASP renamed this from “System Prompt Leakage”…

Reference

Improper Output Handling in LLMs

ReferenceOWASP LLM10:2026Last verified Sep 2026No sign-up, no PDF wall The dangerous moment often isn’t the model — it’s what your code does with the model’s answer.…

Reference

Sensitive Information Disclosure in LLMs

ReferenceOWASP LLM02:2026Last verified Sep 2026No sign-up, no PDF wall Language models can leak what they should never say — personal data, credentials, proprietary code, another user’s…

Reference

The Cyber Kill Chain Explained

ReferenceModel Lockheed MartinLast verified Sep 2026Stages 7No sign-up, no PDF wall The Cyber Kill Chain is a seven-stage model of how a targeted intrusion actually unfolds,…

Reference

Data & Model Poisoning Cheat Sheet: Backdoors & Defenses

ReferenceLast verified Sep 2026OWASP LLM05No sign-up, no PDF wall A model is a mirror of its data. Data & model poisoning (OWASP LLM05) is tampering with…

Reference

AI Supply Chain Security Cheat Sheet: Models, Data & Dependencies

ReferenceLast verified Sep 2026OWASP LLM04No sign-up, no PDF wall Almost no one trains a model from scratch — they pull a pretrained one, a dataset, some…