Tool Academy
Tool Academy
Learn the cybersecurity tools used on the job through guided lessons and hands-on browser labs.
Available tools
Wireshark
BeginnerLearn to inspect packets, filter traffic, follow streams and investigate suspicious network activity — hands-on, in the browser.
Splunk
BeginnerTurn a security question into a search. Learn events, fields and the SPL pipeline, then aggregate, correlate across log sources and reach an evidence-supported conclusion — hands-on, in the browser.
Elastic Security
BeginnerInvestigate logs with the Elastic Stack and KQL. Learn indices, documents and fields, write Kibana Query Language to search and filter, aggregate with visualizations, and correlate an incident in Elastic Security — the same analyst reasoning as Splunk, in a second language.
Nmap
BeginnerTurn a network question into a scan. Learn hosts vs services and ports, run host discovery and service/version detection, read the open/closed/filtered states correctly, and write the analyst conclusion — on safe synthetic targets.
Sysmon
BeginnerSee what happens on an endpoint. Read process creation and parent/child lineage, network and file and registry activity, tell noise from signal, and correlate events into a short attack timeline — on safe synthetic telemetry.
Windows Event Logs
BeginnerInvestigate Windows from its own record. Learn the log channels and event structure, read authentication and identity events (4624/4625/4672/4740/4768/4769), follow account and system activity (4688/4720/4728/4732/7045/1102), and build an evidence-based timeline.
Sigma
BeginnerWrite detections as code. Learn Sigma's structure (logsource, detection, selection, condition), express behaviour as portable rules, judge detection quality and false positives, and validate a rule against normalized events — the detection-engineering craft, tool-neutral.
YARA
BeginnerClassify files by what is inside them. Learn YARA rule anatomy (meta, strings, condition), choose reliable text and hex patterns, combine them with boolean conditions, control false positives with specificity and context, and test a rule against safe synthetic artifacts.
CyberChef
BeginnerTransform and decode data like an analyst. Learn the input→recipe→output model, the common encodings (Base64, hex, URL), how to peel layered encodings and identify the next step, and how to extract and verify indicators from a safe encoded artifact.
More tools are being prepared.