Hostname
barde.bayern
Last fetched
barde.bayern has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1345 as the registrar.
Nutrition Label
Resolution chain
barde.bayern has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1345
- Organization
- angus von ardingen
- Contact emails
Subdomains
3 observed subdomains of barde.bayern.
Web-graph footprint
Distinct hostnames that link to or from barde.bayern in the public web crawl.
193 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for barde.bayern.
| Mechanism | Target |
|---|---|
| SPF_A | barde.bayern |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | secure-mailgate.com |
| SPF_IP | 109.237.128.0/20 |
| SPF_IP | 212.227.126.128/25 |
| SPF_IP | 212.227.15.0/23 |
| SPF_IP | 212.227.15.0/25 |
| SPF_IP | 212.227.17.0/27 |
| SPF_IP | 217.72.192.248/29 |
| SPF_IP | 217.72.192.64/26 |
| SPF_IP | 217.72.207.0/27 |
| SPF_IP | 82.165.159.0/26 |
| SPF_MX | barde.bayern |
Related pages
Pivot deeper into the graph from barde.bayern.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barde.bayern"})-[: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.