Hostname
behostings.com
Last fetched
behostings.com resolves to 1 IPv4 address operated by EDPNETAPP in BE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
behostings.com 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 |
|---|---|---|---|---|
| 85.234.212.18 | 85.234.192.0/19 | AS9031 | EDPNETAPP | BE |
WHOIS identity
- Registrar
- iana:1647
- Organization
- behostings_be
- Contact emails
Subdomains
29 observed subdomains of behostings.com.
Showing 21 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from behostings.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for behostings.com.
| Mechanism | Target |
|---|---|
| SPF_A | behostings.com |
| SPF_INCLUDE | relaycloud1.behostings.net |
| SPF_IP | 109.69.218.215 |
| SPF_IP | 148.5.234.212 |
| SPF_IP | 185.192.44.45 |
| SPF_IP | 185.192.44.50 |
| SPF_IP | 85.234.212.18 |
| SPF_IP | 85.234.212.7 |
| SPF_MX | behostings.com |
Related pages
Pivot deeper into the graph from behostings.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "behostings.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.