Skip to content

Hostname

staging-broker.codegrade.dev

Last fetched

staging-broker.codegrade.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

WHISPER CANON · staging-broker.codegrade.devRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/staging-broker.codegrade.dev

Resolution chain

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

IPPrefixASNOperatorCountry
18.245.162.12418.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.162.2318.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.162.6918.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.162.8318.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
99.84.160.11599.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.12799.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.2899.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.3599.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with staging-broker.codegrade.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from staging-broker.codegrade.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "staging-broker.codegrade.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.