# anomalous\_traffic\_dns

**Explanation**

This event is triggered by Netography's Fusion Portal when it detects a data transfer over UDP port 53 or over TCP ports 53 or 853 that exceeds an automatically determined baseline threshold. Auto Thresholding observes related network traffic to determine a baseline and then defines thresholds as a number of standard deviations from the typically observed traffic. This event specifically looks for data transfers over UDP port 53 or TCP ports 53 or 853 that are multiple standard deviations greater than the learned baseline.

**What to Look For**

Anomalous traffic over DNS may be an indication that your network is compromised and attackers are stealing information by moving it (exfiltrating it) off your network. Attackers frequently exfiltrate data using DNS (the Domain Name Service) because it is a fundamental service on the internet used to convert domain names into IP addresses. Attackers often try to hide exfiltration data in the large volumes of normal DNS traffic on networks. Detections of anomalous traffic over DNS are worthy of investigation because they may be indicative of a ransomware attack or industrial espionage.

Investigate hosts that are the source of this sort of activity in order to make sure that it is authorized and expected, and the hosts have not been compromised. Ensure that hosts sending data over DNS are authorized to send data to systems outside your network in an approved file system location. Check network logs for additional information to ensure that sensitive information is secure.

**Related MITRE ATT\&CK Categories**

[Exfiltration: Exfiltration Over Alternative Protocol, Technique T1048 - Enterprise](https://attack.mitre.org/techniques/T1048)


---

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