dns_cache_snoop
Perform DNS cache snooping by sending a non-recursive query to a nameserver. Identify if a domain was recently cached, revealing visitor presence.
Instructions
Perform DNS cache snooping by sending a non-recursive query (RD=0) to a nameserver. If the server returns an answer without performing recursion, the domain was previously cached, revealing that someone behind that resolver recently visited the domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check in the nameserver's cache (e.g. 'google.com') | |
| nameserver | Yes | The DNS nameserver IP to snoop on (e.g. '8.8.8.8') |