In subdomain enumeration, what problem can a wildcard DNS record (e.g., *.example.com
→ 203.0.113.10) cause for tools like Dnssearch?
It speeds up finding real subdomains
It prevents any DNS queries from succeeding
It causes false positives because every queried name resolves to the wildcard IP, hiding which subdomains are real
It forces AXFR to succeed
This question is part of this quiz :
Cyber Quiz Day 30