The DNS server has recursive DNS functionality, which can allow an attacker to perform an amplification attack through it and cause another server to crash.
Perform amplification attacks to cause DDos.
Disable recursive DNS functionality on the server.
Anonymous attacker from internal network.
⌚ 30 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The DNS server has no recursion services allowed
vars:
app_fqdn: myapp
timezone: "tz2"
dns_servers: ["myserver"]
dns_recursion_settings: "none"
The DNS servers allow recursive settings
vars:
app_fqdn: myapp
timezone: "tz2"
dns_servers: ["myserver"]
dns_recursion_settings: "Any"