Skip to content

Hostname

eurl.io

Last fetched

eurl.io resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · eurl.ioRouting diversity5.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint5.2/10canon.whisper.security/host/eurl.io

Resolution chain

eurl.io resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.58.202.16613.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
18.116.79.16318.116.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.188.215.24418.188.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.189.38.2918.189.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.190.3.12618.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.221.67.8218.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.225.166.23118.224.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.128.22.2433.128.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.13.214.1003.13.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.135.97.133.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.142.125.193.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.149.36.453.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.21.2.2313.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.14.68.12452.14.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
cisco systems,
Contact emails

Web-graph footprint

Distinct hostnames that link to or from eurl.io in the public web crawl.

58 sites link to this hostname.

3 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from eurl.io.

Cypher and MCP

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

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