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

# CyberDefenders

- [XXE Infiltration Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/xxe-infiltration-lab.md)
- [PacketDetective Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/packetdetective-lab.md)
- [Yellow RAT Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/yellow-rat-lab.md)
- [PsExec Hunt Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/psexec-hunt-lab.md)
- [T1594 Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/t1594-lab.md)
- [RetailBreach Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/retailbreach-lab.md)
- [DanaBot Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/danabot-lab.md)
- [RCEMiner Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/rceminer-lab.md)
- [OpenWire Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/openwire-lab.md)
- [BlueSky Ransomware Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/bluesky-ransomware-lab.md)
- [Openfire Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/openfire-lab.md)
- [Boss Of The SOC v1 Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/boss-of-the-soc-v1-lab.md)
- [GoldenSpray Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/goldenspray-lab.md)
- [Midnight RDP Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/midnight-rdp-lab.md)
- [REvil Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/revil-lab.md)
- [ShadowRoast Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/shadowroast-lab.md)
- [SolarDisruption Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/solardisruption-lab.md)
- [Kerberoasted Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/kerberoasted-lab.md)
- [T1197 Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/t1197-lab.md)
- [Amadey Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/amadey-lab.md)
- [Malware Traffic Analysis 1 Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/malware-traffic-analysis-1-lab.md)
- [TeamCity Exploit Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/teamcity-exploit-lab.md)
- [Insider Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/insider-lab.md)
- [Volatility Traces Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/volatility-traces-lab.md)
- [FalconEye Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/falconeye-lab.md)
- [GitTheGate Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/gitthegate-lab.md)
- [Trident Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/trident-lab.md)
- [NerisBot Lab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/nerisbot-lab.md)
- [SpoofGrab](https://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders/spoofgrab.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://faresbltagy.gitbook.io/footprintinglabs/cyberdefenders.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.
