Skip to content

Hostname

dev-site.bnet.run

Last fetched

dev-site.bnet.run resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · dev-site.bnet.runRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/dev-site.bnet.run

Resolution chain

dev-site.bnet.run resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.222.149.11252.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.149.11752.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.149.5552.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.149.7152.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
65.9.175.4465.9.174.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.175.5365.9.174.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.175.7265.9.174.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.175.8665.9.174.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with dev-site.bnet.run in WhisperGraph.

Subdomains

1 observed subdomain of dev-site.bnet.run.

Threat posture

History

Related pages

Pivot deeper into the graph from dev-site.bnet.run.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev-site.bnet.run"})-[: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.