> For the complete documentation index, see [llms.txt](https://docs.nanocorp.ai/n.scope-v2.0-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nanocorp.ai/n.scope-v2.0-english/ressources/alerts.md).

# Alerts

In the section, you will find every alert template supported by n.Scope NDR. They are grouped by category. The alert ID between parentheses follows the Template Name.

MITRE ATT\&CK Kill Chain is a framework that outlines the various stages of a cyber attack, from initial reconnaissance to the final data exfiltration or system compromise. By leveraging the Kill Chain model, n.Scope NDR can effectively pinpoint where an attack is in its lifecycle, enabling rapid response to threats and significantly reducing cybersecurity risks for our customers. Each stage of the Kill Chain has corresponding alert templates within our system, designed to trigger notifications and responses that are finely tuned to attackers' specific tactics and techniques.

## Alert Categories

{% content-ref url="/pages/Hu2lQWyEshPq1L9wSxFH" %}
[Command & Control](/n.scope-v2.0-english/ressources/alerts/command-and-control.md)
{% endcontent-ref %}

{% content-ref url="/pages/lSfHJLj1VOGyHtJBwNC5" %}
[Denial of Service](/n.scope-v2.0-english/ressources/alerts/denial-of-service.md)
{% endcontent-ref %}

{% content-ref url="/pages/G4tKGHDsyEmiy0y1ZSPu" %}
[Exfiltration](/n.scope-v2.0-english/ressources/alerts/exfiltration.md)
{% endcontent-ref %}

{% content-ref url="/pages/9MGzhHjRi3xp6MaFwYo4" %}
[Initial Access](/n.scope-v2.0-english/ressources/alerts/initial-access.md)
{% endcontent-ref %}

{% content-ref url="/pages/V0D13hQAbdTM94pgk80E" %}
[Security Policies](/n.scope-v2.0-english/ressources/alerts/security-policies.md)
{% endcontent-ref %}

{% content-ref url="/pages/F6SUSmVE2sJ2BkiQf2rC" %}
[Reconnaissance](/n.scope-v2.0-english/ressources/alerts/reconnaissance.md)
{% endcontent-ref %}


---

# 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://docs.nanocorp.ai/n.scope-v2.0-english/ressources/alerts.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.
