## https://sploitus.com/exploit?id=0CAB8A9F-70C3-5096-AC85-F46D72EB195C
PoC exploit for CVE-2020-1350, a Windows DNS DoS vulnerability. The target product/service is Windows DNS server, and the vulnerability class/vector is a denial-of-service (DoS) attack. The probable entry point is the `sigred_dos.py` script, which listens on port 53 on both TCP and UDP. Notable dependencies/tooling include the `socket` library. The execution context is a Python script invoked from the command line, with the `nslookup` command used to trigger the vulnerability. Preconditions include setting up a domain with its own nameservers pointing to the server, and running the `sigred_dos.py` script. Expected impact is a denial-of-service, causing the vulnerable server's DNS server to crash. Observable network artifacts include DNS requests and responses, and file artifacts include the `sigred_dos.py` script.