Hostname
rot-blau.com
Last fetched
rot-blau.com resolves to 3 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
rot-blau.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.76.242.91 | 144.76.0.0/16 | AS24940 | — | DE |
| 217.144.143.24 | 217.144.128.0/20 | AS15987 | — | DE |
| 159.195.143.91 | 159.195.143.0/24 | AS197540 | — | SG |
WHOIS identity
- Registrar
- iana:151
- Organization
- tobias apfelbaum
- Contact emails
Subdomains
12 observed subdomains of rot-blau.com.
Web-graph footprint
Distinct hostnames that link to or from rot-blau.com in the public web crawl.
38 sites link to this hostname.
300 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for rot-blau.com.
| Mechanism | Target |
|---|---|
| SPF_A | rot-blau.com |
| SPF_INCLUDE | _spf.mymailcenter.de |
| SPF_IP | 217.144.143.16 |
| SPF_IP | 217.144.143.24 |
| SPF_IP | 2a02:a00:1001:0:0:0:0:16 |
| SPF_IP | 2a02:a00:1001:0:0:0:0:24 |
| SPF_MX | rot-blau.com |
Related pages
Pivot deeper into the graph from rot-blau.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rot-blau.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.