Hostname
concurso.exaprint.es
Last fetched
concurso.exaprint.es resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.
Nutrition Label
Resolution chain
concurso.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 |
|---|---|---|---|---|
| 3.168.178.111 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.26 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.3 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.73 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 99.84.132.101 | 99.84.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.132.60 | 99.84.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.132.79 | 99.84.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.132.98 | 99.84.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with concurso.exaprint.es in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for concurso.exaprint.es.
| Mechanism | Target |
|---|---|
| SPF_A | concurso.exaprint.es |
| SPF_A | contact.exaprint.fr |
| 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 | concurso.exaprint.es |
Related pages
Pivot deeper into the graph from concurso.exaprint.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "concurso.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.