Skip to content

Hostname

mysanta.eu

Last fetched

mysanta.eu resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · mysanta.euRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/mysanta.eu

Resolution chain

mysanta.eu resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.66.255.12318.66.255.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.66.255.418.66.255.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.66.255.5618.66.255.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.66.255.918.66.255.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.164.163.333.164.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
3.164.163.373.164.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
3.164.163.43.164.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
3.164.163.853.164.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with mysanta.eu in WhisperGraph.

Subdomains

5 observed subdomains of mysanta.eu.

Threat posture

History

Related pages

Pivot deeper into the graph from mysanta.eu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mysanta.eu"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.