Structured knowledge base and laboratory for Threat Hunting focused on hypothesis-driven investigations, detection engineering, and security analysis using real-world methodologies.
⚠️ Note: The internal documentation of this repository is primarily written in Spanish.
This repository is designed as a professional knowledge base, not as a simple notes backup, and is aligned with:
-
MITRE ATT&CK
-
Cyber Kill Chain
-
Hypothesis-driven Threat Hunting
This project aims to:
-
Document Threat Hunting concepts in a structured way
-
Develop and register hunting hypotheses
-
Convert investigations into detection logic
-
Build a reusable knowledge base
-
Support practical lab environments (Elastic Stack)
The content follows a structured Threat Hunting workflow:
-
Understand the context (MITRE ATT&CK, Kill Chain)
-
Formulate hypotheses
-
Validate using telemetry and logs
-
Document findings
-
Convert results into detections or use cases
cyber-threat-hunting/
│
├── docs/
│ ├── 01_fundamentos/
│ ├── 02_cth-endpoints/
│ ├── 03_cth-red-siem/
│ ├── 04_madurez/
│ └── 05_glosario/
│
├── hipotesis/
│ ├── endpoint/
│ ├── red/
│ └── siem/
│
├── labs/
│ ├── elastic-security-lab/
│ ├── velociraptor-security-lab/
│ └── wireshark-security-lab/
Includes:
-
Hunting methodologies (IoC, hypothesis-driven, analytics)
-
MITRE ATT&CK and Cyber Kill Chain
-
Data sources and telemetry
-
Detection strategies
-
EDR vs SIEM comparison
-
Simulated attack datasets
The hipotesis section contains structured investigations focused on:
-
Defining detection problems
-
Validating attacker behavior
-
Generating actionable knowledge
Includes practical environments based on:
-
Elastic Stack (Elasticsearch, Kibana, Filebeat)
-
Velociraptor
-
Wireshark
-
Log ingestion pipelines
-
Detection rule creation
-
Threat Hunting workflows
This repository represents:
-
A Threat Hunting knowledge base
-
Detection Engineering fundamentals
-
A SOC-oriented portfolio project
-
Educational and professional development use
-
Does not contain sensitive or production data
beathunterzero
Cyber Threat Hunting & Security
[[01 - Filosofía y estrategia del Threat Hunting]]