# About Me

Hi! I'm 0tter!

I'm a Red Team Operator specializing in APT emulation and Active Directory. I also dabble in tool/malware development [(I'm working on a C2 right now](https://bingoc2.drngd0tter.red/)). This blog will focus on some red teaming techniques that I think are cool, my process for developing tools and malware, and just anything else i find cool.

I try my best to reference all sources correctly, but if you notice a mistake, let me know!

{% hint style="danger" %}
The information, resources, and knowledge in this blog are for educational purposes only! I, nor any contributor to this blog holds any liability for the misuse of this information. Only use the techniques, tools, and software written in this blog on systems you own and/or have permission to run them on. **YOU HAVE BEEN WARNED**
{% endhint %}


---

# 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://blog.drngd0tter.red/about-me.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.
