Hostname
tods.com
Last fetched
tods.com resolves to 20 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:3776 as the registrar.
Nutrition Label
Resolution chain
tods.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:3776
- Organization
- tod's spa
- Contact emails
Subdomains
63 observed subdomains of tods.com.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tods.com in the public web crawl.
1,551 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for tods.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.todsgroup.com |
| SPF_A | mailer133.gate95.rs.smtp.com |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.4.12.240/28 |
| SPF_IP | 213.26.184.240/28 |
Related pages
Pivot deeper into the graph from tods.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tods.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.