Hostname
td.com
Last fetched
td.com resolves to 13 IPv4 addresses operated by AKAMAI-ASN1 in CZ.
Nutrition Label
Resolution chain
td.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.147.147 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.219 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.20.13.168 | 2.20.13.0/24 | AS20940 | AKAMAI-ASN1 | ZA |
| 2.20.13.176 | 2.20.13.0/24 | AS20940 | AKAMAI-ASN1 | ZA |
| 2.23.7.17 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.7.18 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.147 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.152 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.2.136 | 23.53.2.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.53.2.147 | 23.53.2.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.53.43.16 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.32 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.40 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from td.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for td.com.
| Mechanism | Target |
|---|---|
| SPF_A | outbd-pstfx.customercenter.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.cashedge.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.152.152.132/30 |
| SPF_IP | 142.205.0.0/16 |
| SPF_IP | 205.189.240.46 |
| SPF_IP | 205.189.242.12 |
| SPF_IP | 206.19.48.18 |
| SPF_IP | 206.191.224.0/19 |
| SPF_IP | 206.71.18.20/31 |
| SPF_IP | 23.103.224.0/19 |
| SPF_IP | 40.103.0.0/16 |
Related pages
Pivot deeper into the graph from td.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.