Hostname
danimar.io
Last fetched
danimar.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
danimar.io 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 |
|---|---|---|---|---|
| 13.224.83.119 | 13.224.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 13.224.83.36 | 13.224.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 13.224.83.70 | 13.224.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 13.224.83.72 | 13.224.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 3.166.228.102 | 3.166.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.228.112 | 3.166.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.228.16 | 3.166.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.228.32 | 3.166.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.168.102.118 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.68 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.86 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.98 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from danimar.io in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for danimar.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from danimar.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "danimar.io"})-[: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.