Hostname
eoi.es
Last fetched
eoi.es resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES.
Nutrition Label
Resolution chain
eoi.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 |
|---|---|---|---|---|
| 15.216.22.176 | 15.216.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.216.42.9 | 15.216.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.216.89.181 | 15.216.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.101.124.67 | 18.100.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.101.162.137 | 18.100.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.92.161.172 | 51.92.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.92.30.93 | 51.92.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.216.85.34 | 15.216.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.217.70.179 | 15.217.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.48.170.174 | 51.48.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.217.197.169 | 15.217.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.217.41.221 | 15.217.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
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 eoi.es in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for eoi.es.
| Mechanism | Target |
|---|---|
| SPF_A | eoi.es |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 176.28.99.27/32 |
| SPF_IP | 92.43.19.148 |
| SPF_MX | eoi.es |
Related pages
Pivot deeper into the graph from eoi.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eoi.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.