> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/detection-models/library/post-compromise/sinkhole_detection.md).

# sinkhole\_detection

**Explanation**

The sinkhole\_detection NDM is designed to detect any Internal IP addresses reaching out to known sinkhole servers. When malicious botnet or other malware command and control infrastructure is shut down by legitimate information security teams, the malicious domains are often pointed to sinkholes, so that security researchers can monitor the extent of the infections.

**What to Look For**

If this NDM fires, it means an internal IP address is attempting to communicate with a sinkhole. This activity should be immediately investigated as it could indicate a malware infection or unauthorized traffic on the network. Organizations should look for signs of system compromise such as unusual network traffic, CPU spikes, or suspicious processes running on endpoints. It is also recommended that SOC teams investigate the source IP and destination IP of the traffic to determine the scope of the attack.


---

# 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.fusion.vectra.ai/detection-models/library/post-compromise/sinkhole_detection.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.
