Hostname
itd-cart.com
Last fetched
itd-cart.com resolves to 2 IPv4 addresses operated by AS197540 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
itd-cart.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 |
|---|---|---|---|---|
| 152.53.244.78 | 152.53.244.0/22 | AS197540 | — | DE |
| 45.157.178.77 | 45.157.176.0/22 | AS197540 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- itd
- Contact emails
Subdomains
12 observed subdomains of itd-cart.com.
Web-graph footprint
Distinct hostnames that link to or from itd-cart.com in the public web crawl.
50 sites link to this hostname.
121 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for itd-cart.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.17.201.73 |
| SPF_IP | 62.245.145.254 |
| SPF_IP | 88.217.164.236 |
| SPF_IP | 88.217.164.237 |
Related pages
Pivot deeper into the graph from itd-cart.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itd-cart.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.