Skip to content

Hostname

district-preview.givebacks.dev

Last fetched

district-preview.givebacks.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TW.

Nutrition Label

WHISPER CANON · district-preview.givebacks.devRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/district-preview.givebacks.dev

Resolution chain

district-preview.givebacks.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.169.36.1223.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.TW
3.169.36.243.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.TW
3.169.36.333.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.TW
3.169.36.853.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.TW
99.86.195.1999.86.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
99.86.195.3399.86.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
99.86.195.5099.86.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
99.86.195.6799.86.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with district-preview.givebacks.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from district-preview.givebacks.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "district-preview.givebacks.dev"})-[: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.