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

# README

Writeups for Hack the Box Sherlocks!

All Sherlocks can be found on the Hack the Box Platform [here](https://app.hackthebox.com/sherlocks).

## Very Easy

1. [Brutus](/writeups/htb-sherlocks/brutus.md)
2. [Reaper](/writeups/htb-sherlocks/reaper.md)
3. [Noxious](/writeups/htb-sherlocks/noxious.md)
4. [Campfire-1](/writeups/htb-sherlocks/campfire-1.md)
5. [Campfire-2](/writeups/htb-sherlocks/campfire-2.md)
6. [Unit 42](/writeups/htb-sherlocks/unit42.md)
7. [BFT](/writeups/htb-sherlocks/bft.md)
8. [CrownJewel-1](/writeups/htb-sherlocks/crownjewel1.md)
9. [Operation Blackout 2025 Phantom Check](/writeups/htb-sherlocks/operationblackout2025_phantomcheck.md)
10. [Operation Blackout 2025 Smoke in Mirrors](/writeups/htb-sherlocks/operationblackout2025_smokemirrors.md)

## Easy

1. [Pikaptcha](/writeups/htb-sherlocks/pikaptcha.md)
2. [Meerkat](/writeups/htb-sherlocks/meerkat.md)
3. [BumbleBee](/writeups/htb-sherlocks/bumblebee.md)
4. [Logjammer](/writeups/htb-sherlocks/logjammer.md)
5. [Compromised](/writeups/htb-sherlocks/compromised.md)
6. [Takedown](/writeups/htb-sherlocks/takedown.md)
7. [Operation Blackout 2025: Ghost Thread](/writeups/htb-sherlocks/operationblackout2025_ghostthread.md)
8. [Fragility](/writeups/htb-sherlocks/fragility.md)
9. [Holmes 3: Enduring Echo](/writeups/htb-sherlocks/holmes3_enduringecho.md)

## Medium

1. [Heartbreaker](/writeups/htb-sherlocks/heartbreaker.md)
2. [APTNightmare](/writeups/htb-sherlocks/aptnightmare.md)

## Hard

1. [Detroit Becomes Human](/writeups/htb-sherlocks/detroitbecomeshuman.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:

```
GET https://aj-read.gitbook.io/writeups/htb-sherlocks/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
