> For the complete documentation index, see [llms.txt](https://darkcybe.gitbook.io/holocron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darkcybe.gitbook.io/holocron/readme.md).

# Holocron

Practical incident response, DFIR, detection engineering and security experiments by Darkcybe.

`HOLONET KNOWLEDGE NODE`

Practical cybersecurity knowledge by Darkcybe.

Understand what happened. Find the evidence. Build something you can trust.

Holocron is a bounded public knowledge repository for incident response, digital forensics, detection engineering and threat investigation — with security engineering and laboratory experiments behind the methods. The useful part is the reasoning: what an artifact supports, what a detection misses, and where an experiment stops proving anything.

## Select your route

[Start Here](/holocron/start-here.md) for the reading map and evidence labels.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>INVESTIGATE</strong></td><td>Reconstruct events. Connect artifacts to a defensible account of what happened.</td><td><a href="/holocron/investigate/investigate.md">Incident Response &amp; DFIR</a></td></tr><tr><td><strong>DETECT</strong></td><td>Turn a threat hypothesis into telemetry requirements, detection logic and a testable result.</td><td><a href="/holocron/detect/detect.md">Detection Engineering &amp; Hunting</a></td></tr><tr><td><strong>BUILD</strong></td><td>Design laboratories, security systems and experiments with observable outcomes.</td><td><a href="/holocron/build/build.md">Labs, Architecture &amp; Engineering</a></td></tr><tr><td><strong>REFERENCE</strong></td><td>Find the field, command or interpretation boundary you need while working.</td><td><a href="/holocron/reference/reference.md">Field Manuals &amp; Technical References</a></td></tr><tr><td><strong>DISPATCHES</strong></td><td>Follow focused research, tool notes and observations that still have open questions.</td><td><a href="/holocron/dispatches/dispatches.md">Research, Tool Notes &amp; Field Notes</a></td></tr></tbody></table>

## Evidence before certainty

A reproduced result, a source-backed explanation and a field observation carry different weight. Technical articles state their validation basis, relevant versions and last verification date. An attractive terminal does not make a claim true.

> **K-2AI // HOLONET EDITORIAL SYSTEM**
>
> Research and editorial assistance. Darkcybe remains the author and decides what enters Holocron. [About the publication](/holocron/about/about.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://darkcybe.gitbook.io/holocron/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
