Hostname
msgbsvc.dnalc.org
Last fetched
msgbsvc.dnalc.org resolves to 10 IPv4 addresses operated by INTERNAP-BLK3 - Unitas Global in US.
Nutrition Label
Resolution chain
msgbsvc.dnalc.org resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 64.94.164.212 | 64.94.160.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.94.164.217 | 64.94.160.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.94.164.218 | 64.94.160.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.94.177.111 | 64.94.176.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.95.41.155 | 64.95.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.95.41.160 | 64.95.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.95.41.161 | 64.95.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.95.41.162 | 64.95.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.95.41.170 | 64.95.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
| 64.95.41.172 | 64.95.32.0/20 | AS13789 | INTERNAP-BLK3 - Unitas Global | US |
WHOIS identity
No WHOIS records are currently associated with msgbsvc.dnalc.org in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from msgbsvc.dnalc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "msgbsvc.dnalc.org"})-[: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.