vendor:
by:
Shadow
7.5
CVSS
HIGH
DNS Reflection Attack
693
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists:
Related CWE:
CPE:
Platforms Tested:
DNS Reflection DDoS Attack
This script is a Perl implementation of a DNS reflection DDoS attack. It uses Net::DNS::Resolver and Net::RawIP modules to send DNS packets to open, recursive DNS servers. The attack involves spoofing the source IP address to that of the target, so that the responses from the DNS servers are directed towards the target, causing a flood of traffic.
Mitigation:
To mitigate this vulnerability, network administrators should implement ingress and egress filtering to prevent spoofed IP addresses from entering or leaving their networks. Additionally, DNS servers should be properly configured to prevent open recursion.