Hostname
freshdirect.com
Last fetched
freshdirect.com resolves to 9 IPv4 addresses operated by AKAMAI-ASN1 in HK.
Nutrition Label
Resolution chain
freshdirect.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.210.7.23 | 23.210.7.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.210.7.27 | 23.210.7.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.212.110.33 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.51 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.99 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.210 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.211 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.11.172 | 23.53.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.11.173 | 23.53.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
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 freshdirect.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for freshdirect.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail1023.rm04.net |
| SPF_A | mail2030.rm02.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.176.66.12 |
| SPF_IP | 142.176.66.8 |
| SPF_IP | 208.83.112.0/22 |
| SPF_IP | 8.41.212.0/23 |
| SPF_IP | 87.253.236.169/32 |
Related pages
Pivot deeper into the graph from freshdirect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "freshdirect.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.