Skip to content

Hostname

bot.edge.network

Last fetched

bot.edge.network resolves to 1 IPv4 address operated by EDGENET in GB.

Nutrition Label

WHISPER CANON · bot.edge.networkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bot.edge.network

Resolution chain

bot.edge.network resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
213.170.141.1213.170.141.0/24AS212788EDGENETGB

WHOIS identity

No WHOIS records are currently associated with bot.edge.network in WhisperGraph.

Subdomains

1 observed subdomain of bot.edge.network.

Threat posture

History

Related pages

Pivot deeper into the graph from bot.edge.network.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bot.edge.network"})-[: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.