Hostname
bermuc-server.de
Last fetched
bermuc-server.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
bermuc-server.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 |
|---|---|---|---|---|
| 88.198.111.240 | 88.198.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with bermuc-server.de in WhisperGraph.
Subdomains
9 observed subdomains of bermuc-server.de.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bermuc-server.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 23.88.40.223 |
| SPF_IP | 23.88.44.155 |
| SPF_IP | 2a01:4f8:c010:1f63:0:0:0:1 |
| SPF_IP | 2a01:4f8:c17:d3c7:0:0:0:1 |
Related pages
Pivot deeper into the graph from bermuc-server.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bermuc-server.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.