# README

Writeups for [Blue Team Labs Investigations](https://blueteamlabs.online/home/investigations).

## Medium

### SAM

* Writeup [here](https://github.com/ajread4/BTL-Investigations/blob/main/Sam.md)
* Medium level difficulty
* Use of sysmon to find initial access, powershell for post exploitation actions
* Packet capture involved in beaconing
* Volatility utilized to analyze SAM and SYSTEM hive

### Pretium

* Writeup [here](/writeups/blueteamlabs-investigations/pretium.md)
* Medium level difficulty
* Interesting beaconing detection using ICMP
* Big focus on pcap and tshark capability


---

# Agent Instructions: 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/blueteamlabs-investigations/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.
