Hostname
helpdev.prana.com
Last fetched
helpdev.prana.com resolves to 5 IPv4 addresses operated by AKAMAI-ASN1 in NL.
Nutrition Label
Resolution chain
helpdev.prana.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.6.25 | 2.16.6.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.16.6.29 | 2.16.6.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 92.123.238.32 | 92.123.236.0/22 | AS20940 | AKAMAI-ASN1 | FR |
| 92.123.238.43 | 92.123.236.0/22 | AS20940 | AKAMAI-ASN1 | FR |
| 92.123.238.73 | 92.123.236.0/22 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
No WHOIS records are currently associated with helpdev.prana.com in WhisperGraph.
Subdomains
1 observed subdomain of helpdev.prana.com.
| Subdomain |
|---|
| www.helpdev.prana.com |
Threat posture
History
Related pages
Pivot deeper into the graph from helpdev.prana.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "helpdev.prana.com"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.