# Welcome

```bash
[reidanb@gitbook ~]$ whoami
reidanb
```

Internal Security Lead at an MSP based in Yorkshire. Focused on identity-first security, Microsoft 365 / Azure, and reducing trust boundaries in real environments. Most of my time is split between security architecture, investigation, and figuring out where systems don’t behave how they should.

```bash
[reidanb@gitbook ~]$ dpkg -l | grep -E 'netsec|devops|go|c++|infra'
ii  golang           1.22.2     amd64     Go programming language
ii  g++              13.2       amd64     GNU C++ compiler
ii  docker-ce        25.0.3     amd64     Docker: container runtime
ii  terraform        1.8.0      amd64     HashiCorp Infrastructure as Code
ii  ansible          9.5.1      all       Config automation tool
ii  wireguard-tools  1.0.2023   amd64     VPN made modern
ii  kubectl          1.30.1     amd64     K8s CLI
```

```bash
[reidanb@gitbook ~]$ cat ~/README.txt
```

This is a personal knowledge base covering InfoSec, systems engineering, and infrastructure.\
It serves as a working journal - documenting lab builds, write-ups, network experiments,\
and things that don’t quite sit right.

```bash
[reidanb@gitbook ~]$ cat ~/social.txt
```

* 🧑‍💻 [GitHub: reidanb](https://github.com/reidanb)
* 🔗 [LinkedIn Profile](https://www.linkedin.com/in/reidan)
* 🔐 PGP Public Key\
  `Fingerprint: FA9F 71F8 394F 4A06 5D96 DF2C FBDB 7DF2 520B 993D`

***

```bash
[reidanb@gitbook ~]$ cat ~/focus.txt
```

**Current Areass of Focus**:

* Identity-first security and Conditional Access design
* Network trust boundaries and segmentation (home lab + real environments)
* Observability and detection (SIEM, logging, "what actually happened")
* Early exploration of OT and signal integrity concepts
* Automation and tooling (Go, scripting, infrastructure)


---

# 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://reidanb.gitbook.io/home/welcome.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.
