Hostname
b.hmv.com
Last fetched
b.hmv.com resolves to 4 IPv4 addresses operated by VELIANET-AS velia.net Internetdienste GmbH in FR.
Nutrition Label
Resolution chain
b.hmv.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.119.186.85 | 134.119.176.0/20 | AS29066 | VELIANET-AS velia.net Internetdienste GmbH | FR |
| 162.251.122.58 | 162.251.120.0/22 | AS64236 | VANIX - VANIX | US |
| 69.162.116.210 | 69.162.64.0/18 | AS46475 | ANDME-46474 - 23ANDME | US |
| 70.32.0.124 | 70.32.0.0/21 | AS32181 | ROCKET-SIRIUS - ROCKET SOFTWARE INC | US |
WHOIS identity
No WHOIS records are currently associated with b.hmv.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for b.hmv.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | serv-me.klar.es.eu.org |
Related pages
Pivot deeper into the graph from b.hmv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b.hmv.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.