Hostname
robertbraun.at
Last fetched
robertbraun.at resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.
Nutrition Label
Resolution chain
robertbraun.at 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 |
|---|---|---|---|---|
| 167.71.63.169 | 167.71.48.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
No WHOIS records are currently associated with robertbraun.at in WhisperGraph.
Subdomains
2 observed subdomains of robertbraun.at.
Web-graph footprint
Distinct hostnames that link to or from robertbraun.at in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for robertbraun.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.braun-raumsysteme.de |
| SPF_A | mailin.integration.net |
| SPF_A | robertbraun.at |
| SPF_IP | 185.210.11.238/32 |
| SPF_IP | 194.69.37.133/25 |
| SPF_IP | 2001:8d8:1000:709c:5610:4e04:ac54:2803 |
| SPF_IP | 217.160.233.240/32 |
| SPF_IP | 80.147.176.246/32 |
| SPF_MX | robertbraun.at |
Related pages
Pivot deeper into the graph from robertbraun.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "robertbraun.at"})-[: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.