ANSWERED: What is Cache Poisoned Denial of Service?

This commit is contained in:
Austin Songer 2020-01-21 22:42:35 +00:00
parent 030f2dfcd6
commit ef65b8e1ff

View File

@ -5486,6 +5486,9 @@ MAC address flooding attack (CAM table flooding attack) is a type of network att
<details>
<summary>What is Cache Poisoned Denial of Service?</summary><br><b>
CPDoS or Cache Poisoned Denial of Service. It poisons the CDN cache. By manipulating certain header requests, the attacker forces the origin server to return a Bad Request error which is stored in the CDNs cache. Thus, every request that comes after the attack will get an error page.
</b></details>
## Puppet