Skip to content

Hostname

dev-dc-search-dashboard.dev.adis.ws

Last fetched

dev-dc-search-dashboard.dev.adis.ws resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev-dc-search-dashboard.dev.adis.wsRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/dev-dc-search-dashboard.dev.adis.ws

Resolution chain

dev-dc-search-dashboard.dev.adis.ws resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.85.132.10352.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.132.12652.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.132.3052.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.132.6652.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.10454.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.12054.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.8054.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.8854.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev-dc-search-dashboard.dev.adis.ws in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dev-dc-search-dashboard.dev.adis.ws.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev-dc-search-dashboard.dev.adis.ws"})-[: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.