Skip to content

Hostname

gjt-data.eu

Last fetched

gjt-data.eu resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.172.226.10318.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
18.172.226.3318.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
18.172.226.3518.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
18.172.226.918.172.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.ES
3.173.254.113.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.254.183.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.254.203.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.254.733.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with gjt-data.eu in WhisperGraph.

Subdomains

5 observed subdomains of gjt-data.eu.

Threat posture

History

Related pages

Pivot deeper into the graph from gjt-data.eu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gjt-data.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.