Hostname
danone.ee
Last fetched
danone.ee resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
danone.ee resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.238.80.123 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.26 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.68 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.75 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.136.102 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.136.110 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.136.62 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.136.92 | 3.165.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.167.152.108 | 3.167.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.152.113 | 3.167.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.152.37 | 3.167.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.152.74 | 3.167.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with danone.ee in WhisperGraph.
Subdomains
4 observed subdomains of danone.ee.
| Subdomain |
|---|
| net.danone.ee |
| www.danone.ee |
Showing 2 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from danone.ee in the public web crawl.
9 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for danone.ee.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from danone.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "danone.ee"})-[: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.