Skip to content

Commit bc0a160

Browse files
committed
updated acrolinx
1 parent f9158e7 commit bc0a160

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ddos-protection/types-of-attacks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: concept-article
88
ms.date: 01/21/2025
99
ms.author: abell
1010
---
11-
# Types of attacks Azure DDoS Protection mitigates
11+
# Types of attacks Azure DDoS Protection mitigate
1212

1313
Azure DDoS Protection can mitigate the following types of attacks:
1414

@@ -31,17 +31,17 @@ Azure DDoS Protection can mitigate the following types of attacks:
3131
| **Ping of Death** | Sends malformed or oversized packets to crash or destabilize the target system. |
3232
| **Smurf Attack** | Uses ICMP echo requests to flood the target with traffic by exploiting network devices. |
3333

34-
- **Resource (application) layer attacks**: These attacks target web application packets, to disrupt the transmission of data between hosts. They include HTTP protocol violations, SQL injection, cross-site scripting, and other layer 7 attacks. Use a Web Application Firewall, such as the Azure [Application Gateway web application firewall](../web-application-firewall/ag/ag-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json), as well as DDoS Protection to provide defense against these attacks. There are also third-party web application firewall offerings available in the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=web%20application%20firewall). Common attacks types are listed in the following table.
34+
- **Resource (application) layer attacks**: These attacks target web application packets, to disrupt the transmission of data between hosts. They include HTTP protocol violations, SQL injection, cross-site scripting, and other layer 7 attacks. Use a Web Application Firewall, such as the Azure [Application Gateway web application firewall](../web-application-firewall/ag/ag-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json), and DDoS Protection to provide defense against these attacks. There are also third-party web application firewall offerings available in the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=web%20application%20firewall). Common attacks types are listed in the following table.
3535

3636

3737
| **Attack Type** | **Description** |
3838
|--------------------------------|---------------------------------------------------------------------------------|
3939
| **BGP Hijacking** | Involves taking control of a group of IP addresses by corrupting Internet routing tables. |
4040
| **Slowloris** | Keeps many connections to the target web server open and holds them open as long as possible. |
4141
| **Slow Post** | Sends HTTP POST headers that are incomplete, causing the server to wait for the rest of the data. |
42-
| **Slow Read** | Reads responses from the server very slowly, causing the server to keep the connection open. |
42+
| **Slow Read** | Reads responses from the server slowly, causing the server to keep the connection open. |
4343
| **HTTP(/s) Flooding** | Floods the target with HTTP requests, overwhelming the server's ability to respond. |
44-
| **Low and Slow attack** | Uses a small number of connections to slowly send or request data, evading detection. |
44+
| **Low and Slow attack** | Uses a few connections to slowly send or request data, evading detection. |
4545
| **Large Payload POST** | Sends large payloads in HTTP POST requests to exhaust server resources. |
4646

4747

0 commit comments

Comments
 (0)