# Netero1010 Security Lab

## Netero1010 Security Lab

- [About Me](https://www.netero1010-securitylab.com/whoami/about-me.md)
- [Indirect Syscall in CSharp](https://www.netero1010-securitylab.com/evasion/indirect-syscall-in-csharp.md): 19 September 2022
- [Alternative Process Injection](https://www.netero1010-securitylab.com/evasion/alternative-process-injection.md): 21 December 2021
- [Execution of Remote VBA Script in Excel](https://www.netero1010-securitylab.com/evasion/execution-of-remote-vba-script-in-excel.md): 29 January 2022
- [Microsoft Dev Tunnels as C2 Channel](https://www.netero1010-securitylab.com/red-team/microsoft-dev-tunnels-as-c2-channel.md): 9 August 2023
- [Stage Your Payload in Atlassian Confluence](https://www.netero1010-securitylab.com/red-team/stage-your-payload-in-atlassian-confluence.md): 23 November 2022
- [Citrix Application Through SOCKS Proxy](https://www.netero1010-securitylab.com/red-team/citrix-application-through-socks-proxy.md): 2 July 2022
- [Revealing Excel Password Secrets Stored in Process Memory](https://www.netero1010-securitylab.com/red-team/revealing-excel-password-secrets-stored-in-process-memory.md): 28 March 2023
- [Abuse SCCM Remote Control as Native VNC](https://www.netero1010-securitylab.com/red-team/abuse-sccm-remote-control-as-native-vnc.md): 20 October 2024
- [DCSync Detection](https://www.netero1010-securitylab.com/detection/dcsync-detection.md): 13 April 2022
- [Browser Credential Stealing Detection](https://www.netero1010-securitylab.com/detection/browser-credential-stealing-detection.md): 5 July 2022


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.netero1010-securitylab.com/whoami/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.
