Hostname
dotyourdomain.com
Last fetched
dotyourdomain.com resolves to 2 IPv4 addresses operated by AS60781 in NL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
dotyourdomain.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.79.70.49 | 5.79.64.0/18 | AS60781 | — | NL |
| 95.211.126.32 | 95.211.0.0/16 | AS60781 | — | NL |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain registrar
- Contact emails
Subdomains
6 observed subdomains of dotyourdomain.com.
Web-graph footprint
Distinct hostnames that link to or from dotyourdomain.com in the public web crawl.
4 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- dotyourdomain.com
SPF policy
5 SPF mechanisms authorising senders for dotyourdomain.com.
| Mechanism | Target |
|---|---|
| SPF_A | dotyourdomain.com |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_IP | 5.196.13.161 |
| SPF_IP | 95.211.126.32 |
| SPF_MX | dotyourdomain.com |
Related pages
Pivot deeper into the graph from dotyourdomain.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dotyourdomain.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.