Skip to content

Hostname

website2-dev.staging.seekly.zone

Last fetched

website2-dev.staging.seekly.zone resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · website2-dev.staging.seekly.zoneRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/website2-dev.staging.seekly.zone

Resolution chain

website2-dev.staging.seekly.zone resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.161.21.12618.161.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.21.4218.161.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.21.6018.161.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.21.9918.161.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.221.323.169.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.221.463.169.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.221.843.169.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.221.943.169.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with website2-dev.staging.seekly.zone in WhisperGraph.

Subdomains

1 observed subdomain of website2-dev.staging.seekly.zone.

Threat posture

History

Related pages

Pivot deeper into the graph from website2-dev.staging.seekly.zone.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "website2-dev.staging.seekly.zone"})-[: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.