Hostname
for-td.com
Last fetched
for-td.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
for-td.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of for-td.com owner
- Contact emails
- 4279fe63-8b13-4a76-a79a-175a2de7569b@identity-protect.org
- 4ae5197a-8d2e-43d9-beb2-7e45905a42a8@identity-protect.org
- 631f7614-da18-4617-80c2-36110c4a2a3e@identity-protect.org
- 6cd57073-8fd5-4afb-a50f-cbf3ecb51f75@identity-protect.org
- 8fe1e013-f8fc-48d1-8333-647bb706aab8@identity-protect.org
- 9c911a94-f7ae-4ae7-bae1-5f2a6645880e@identity-protect.org
- dab134ec-d21f-43e3-a8f1-466ee20a1df6@identity-protect.org
- owner-8841206@for-td.com.whoisprivacyservice.org
- owner-9814134@for-td.com.whoisprivacyservice.org
Subdomains
11 observed subdomains of for-td.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for for-td.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from for-td.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "for-td.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.