Hostname
bvm.org
Last fetched
bvm.org resolves to 1 IPv4 address operated by AS5517 in DE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
bvm.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.245.123.201 | 194.245.0.0/16 | AS5517 | — | DE |
WHOIS identity
- Registrar
- iana:106
- Organization
- berufsverband deutscher markt- und sozialforscher e.v.
- Contact emails
Subdomains
11 observed subdomains of bvm.org.
Web-graph footprint
Distinct hostnames that link to or from bvm.org in the public web crawl.
221 sites link to this hostname.
84 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bvm.org.
| Mechanism | Target |
|---|---|
| SPF_A | bvm.org |
| SPF_INCLUDE | cspf.skopos-connect.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 194.25.249.130/32 |
| SPF_MX | bvm.org |
Related pages
Pivot deeper into the graph from bvm.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bvm.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.