> 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/command-and-control.md).

# Command & Control

## What are Command & Control Alert Templates?

The Command & Control (C2) alert category within the n.Scope Network Detection and Response (NDR) platform is critical for identifying and mitigating threats where attackers seek to establish a remote foothold within a network. C2 communications are a hallmark of advanced persistent threats (APTs) and botnets, where compromised systems are controlled by an external attacker’s server, often for malicious purposes such as data exfiltration, lateral movement, or further exploitation. The alerts in this category are designed to detect the telltale signs of such communications—irregular traffic patterns, suspicious outbound connections, or known malicious IP addresses and domains. By leveraging the n.Scope NDR's advanced analytics and threat intelligence, these alerts enable security teams to quickly isolate affected systems and disrupt the attackers' control channels.

## Supported Templates:

{% content-ref url="/pages/7iwJcqg7WnDz3E6VMls8" %}
[CNC01 - Oversized UDP DNS](/n.scope-v2.0-english/ressources/alerts/command-and-control/cnc01-oversized-udp-dns.md)
{% endcontent-ref %}

{% content-ref url="/pages/pYsacgsANuH36wAcQ0NO" %}
[CNC02 - Protocols Ports Missmatch](/n.scope-v2.0-english/ressources/alerts/command-and-control/cnc02-protocols-ports-missmatch.md)
{% endcontent-ref %}

{% content-ref url="/pages/orqDby2U8L0t5kDAYduf" %}
[CNC03 - BETA - Threat Intelligence Match](/n.scope-v2.0-english/ressources/alerts/command-and-control/cnc03-beta-threat-intelligence-match.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/command-and-control.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.
