> For the complete documentation index, see [llms.txt](https://cybersec.th4ntis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cybersec.th4ntis.com/general-info/mitre-att-and-ck.md).

# MITRE ATT\&CK

MITRE Adversarial Tactics, Techniques, and Common Knowledge (ATT\&CK) is a knowledge base and model for cyber adversary behavior, reflecting the various phases of an adversary's attack cycle and the platforms they are known to target.

The tactics and techniques in the model provide a common principle of individual adversary actions understood by both offensive and defensive sides of cybersecurity. It also provides an appropriate level of categorization for adversary action and specific ways of defending against it.

From their homepage: "MITRE ATT\&CK® is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. The ATT\&CK knowledge base is used as a foundation for the development of specific threat models and methodologies in the private sector, in government, and in the cybersecurity product and service community."

[MITRE ATT\&CK Homepage](https://attack.mitre.org/)

[MITRE ATT\&CK Attack Navigator](https://mitre-attack.github.io/attack-navigator/)

[MITRE Engage](https://engage.mitre.org/)

[MITRE D3FEND](https://d3fend.mitre.org/)

[MITRE Engenuity](https://mitre-engenuity.org/)

{% embed url="<https://youtu.be/Yxv1suJYMI8>" %}
MITRE ATT\&CK Framework
{% endembed %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://cybersec.th4ntis.com/general-info/mitre-att-and-ck.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
