# Introduction to Monarch

Monarch is a Command and Control Framework for adversary emulation that encourages implant-driven development.

What does that even mean?

Typically, the process of developing implants for offensive security engagements involves creating both the implant itself, and the back-end to control it with. This not only wastes precious time, but also becomes a more difficult task the more advanced that implants get. Additionally, the manual process of choosing parameters to build the agent with can become tedious or even lead to serious mistakes.

Monarch has been designed to streamline the process of integration by providing a simple, easy-to-use development kit to efficiently automate the building and orchestration of 3rd party implants.

This documentation will guide you through the process of integrating an implant with the Monarch framework.

### Terminology

The following terminology will be used throughout this guide:

1. Agent / implant: the malware that is deployed on compromised machines. These are the same and used interchangeably.
2. C2 / server: the server handles connections from both operators and agents, and facilitates communication between the two.
3. Client: the console application used to orchestrate agents, builders, sessions, and more via service requests to the C2 server.&#x20;
4. Player / operator: Monarch users. These are one and the same.


---

# 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://monarch.gitbook.io/monarch/introduction-to-monarch.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.
