Skip to content

Hostname

auth-eu.global.sharp

Last fetched

auth-eu.global.sharp resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · auth-eu.global.sharpRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/auth-eu.global.sharp

Resolution chain

auth-eu.global.sharp resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.114.54.213.112.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
43.206.60.10743.206.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.68.94.19252.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.199.92.5554.199.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.250.135.6854.250.128.0/18AS16509AMAZON-02 - Amazon.com, Inc.JP
57.180.137.12657.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with auth-eu.global.sharp in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from auth-eu.global.sharp.

Cypher and MCP

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

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