Hostname
bimserver.center
Last fetched
bimserver.center resolves to 2 IPv4 addresses operated by VODAFONE_ES in ES.
Nutrition Label
Resolution chain
bimserver.center resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.85.32.85 | 188.84.0.0/14 | AS12430 | VODAFONE_ES | ES |
| 88.26.176.28 | 88.26.0.0/16 | AS3352 | TELEFONICA_DE_ESPANA | ES |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from bimserver.center in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for bimserver.center.
| Mechanism | Target |
|---|---|
| SPF_A | bimserver.center |
| SPF_IP | 188.85.32.85 |
| SPF_IP | 188.85.32.88 |
| SPF_IP | 188.85.32.89 |
| SPF_IP | 77.230.222.38/32 |
| SPF_IP | 88.26.176.28 |
| SPF_MX | bimserver.center |
Related pages
Pivot deeper into the graph from bimserver.center.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bimserver.center"})-[: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.