Hostname
mail.cfmueller.de
Last fetched
mail.cfmueller.de resolves to 2 IPv4 addresses operated by AS8422 in DE.
Nutrition Label
Resolution chain
mail.cfmueller.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.8.213.197 | 194.8.192.0/19 | AS8422 | — | DE |
| 62.214.13.178 | 62.214.0.0/16 | AS8881 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.cfmueller.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mail.cfmueller.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.cfmueller.de |
| SPF_INCLUDE | otto-schmidt.de |
| SPF_IP | 109.234.127.0/24 |
| SPF_IP | 185.98.184.0/24 |
| SPF_IP | 194.8.194.96/32 |
| SPF_IP | 80.82.206.0/26 |
| SPF_MX | mail.cfmueller.de |
Related pages
Pivot deeper into the graph from mail.cfmueller.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.cfmueller.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.