Hostname
bestwestern.de
Last fetched
bestwestern.de resolves to 1 IPv4 address operated by AS12611 in DE.
Nutrition Label
Resolution chain
bestwestern.de 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 |
|---|---|---|---|---|
| 81.27.166.102 | 81.27.160.0/20 | AS12611 | — | DE |
WHOIS identity
No WHOIS records are currently associated with bestwestern.de in WhisperGraph.
Subdomains
283 observed subdomains of bestwestern.de.
Showing 25 of 283. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bestwestern.de in the public web crawl.
1,370 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for bestwestern.de.
| Mechanism | Target |
|---|---|
| SPF_A | post.selbstdenker.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.srv2.de |
| SPF_IP | 130.180.103.122 |
| SPF_IP | 195.185.209.50/32 |
| SPF_IP | 2.202.40.238 |
| SPF_IP | 46.163.81.128/27 |
| SPF_IP | 80.237.181.64/27 |
| SPF_IP | 81.27.166.251/32 |
| SPF_IP | 87.230.97.192/26 |
| SPF_MX | bestwestern.de |
Related pages
Pivot deeper into the graph from bestwestern.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bestwestern.de"})-[: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.