Hostname
aldi.com
Last fetched
aldi.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
aldi.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.21.239.32 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.34 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.3.89.105 | 23.3.89.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.34.59.17 | 23.34.59.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.34.59.18 | 23.34.59.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.163.167 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.62.20.114 | 23.62.20.0/24 | AS20940 | AKAMAI-ASN1 | JP |
| 23.62.20.91 | 23.62.20.0/24 | AS20940 | AKAMAI-ASN1 | JP |
| 95.101.111.144 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.161 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- aldi einkauf gmbh & co. ohg
- Contact emails
Subdomains
20 observed subdomains of aldi.com.
Web-graph footprint
Distinct hostnames that link to or from aldi.com in the public web crawl.
479 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from aldi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aldi.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.