Hostname
hogaraplanner.es
Last fetched
hogaraplanner.es resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
hogaraplanner.es 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.154.19.108 | 18.154.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.19.160 | 18.154.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.19.166 | 18.154.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.19.220 | 18.154.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.192.126.101 | 54.192.126.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.192.126.18 | 54.192.126.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.192.126.21 | 54.192.126.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.192.126.42 | 54.192.126.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.111 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.81 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.88 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.93 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with hogaraplanner.es in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hogaraplanner.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.dondominio.com |
Related pages
Pivot deeper into the graph from hogaraplanner.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hogaraplanner.es"})-[: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.