Hostname
www.exaprint.es
Last fetched
www.exaprint.es resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
www.exaprint.es resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.94.13 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.15 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.16 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.32 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.165.3 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.34 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.53 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.68 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with www.exaprint.es in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for www.exaprint.es.
| Mechanism | Target |
|---|---|
| SPF_A | contact.exaprint.fr |
| SPF_A | www.exaprint.es |
| SPF_INCLUDE | 143296819.spf10.hubspotemail.net |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | www.exaprint.es |
Related pages
Pivot deeper into the graph from www.exaprint.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.exaprint.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.