This technical post explains DNS wildcard records, which match any subdomain via patterns like *.example.com, and presents three detection approaches for identifying them during subdomain enumeration in bug bounty hunting and CTF activities. The post details how wildcards work per RFC specifications, their interaction with load balancers, and practical methods including querying nonexistent subdomains, querying the wildcard directly, and counting returned IP addresses.