Skip to content

Hostname

dev.edge.network

Last fetched

dev.edge.network resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in GB.

Nutrition Label

WHISPER CANON · dev.edge.networkRouting diversity2.4/10Peering density5.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev.edge.network

Resolution chain

dev.edge.network resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
178.79.188.140178.79.128.0/18AS63949AKAMAI-LINODE-AP Akamai Connected CloudGB
213.170.141.1213.170.141.0/24AS212788EDGENETGB

WHOIS identity

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

Subdomains

4 observed subdomains of dev.edge.network.

Threat posture

History

Related pages

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

Cypher and MCP

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

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