> 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/denial-of-service/rstflood.md).

# rstflood

**Explanation**

The rstflood security event is triggered when the Netography Fusion Portal detects an abnormal frequency of Reset (RST) packets on the network, signaling a potential denial of service (DoS) or distributed denial of service (DDoS) attack. RST packets serve as a mechanism to reset a TCP connection between two endpoints. In an RST flood attack, a malicious actor sends a large volume of RST packets, causing the targeted endpoint to terminate legitimate connections and disrupting its services.

**What to Look For**

To examine the results of the rstflood event, network administrators should look for a sudden increase in RST packets directed towards a particular protocol on their network. This can be analyzed using the Netography Fusion Portal's traffic search. Furthermore, it is important to investigate the source IP addresses of the incoming RST packets to identify the potential attacker(s) and to implement appropriate measures to prevent the attack. On the endpoint, the administrator should check for any service disruptions that may have been caused by the attack. Overall, by identifying and responding appropriately to rstflood events, network administrators can mitigate the impact of potential DoS/DDoS attacks on their network.

**Related MITRE ATT\&CK Categories**

[Impact: Network Denial of Service, Technique T1498 - Enterprise](https://attack.mitre.org/techniques/T1498)


---

# 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/denial-of-service/rstflood.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.
