# Offensive Security

- [Windows Components Object Model](https://www.221bluestreet.com/offensive-security/windows-components-object-model.md): Windows Components Object Model is an old however widely used technology on Windows Systems. Its Attack surface is vast and can be utilized for various goals which I hope to cover in future articles.
- [Demystifying Windows Component Object Model (COM)](https://www.221bluestreet.com/offensive-security/windows-components-object-model/demystifying-windows-component-object-model-com.md)
- [COM Hijacking - T1546.015](https://www.221bluestreet.com/offensive-security/windows-components-object-model/com-hijacking-t1546.015.md): Component object model hijacking method for persistence and privilege escalation.
- [COM Execution - T1559.001](https://www.221bluestreet.com/offensive-security/windows-components-object-model/com-execution-t1559.001.md): Templates and methods of quickly executing COM and DCOM


---

# 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://www.221bluestreet.com/offensive-security.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.
