Hostname
www.formail.de
Last fetched
www.formail.de resolves to 2 IPv4 addresses operated by AS25504 in DE.
Nutrition Label
Resolution chain
www.formail.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 |
|---|---|---|---|---|
| 151.252.51.162 | 151.252.48.0/20 | AS25504 | — | DE |
| 185.87.21.166 | 185.87.21.0/24 | AS215341 | — | DE |
WHOIS identity
No WHOIS records are currently associated with www.formail.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for www.formail.de.
| Mechanism | Target |
|---|---|
| SPF_A | root140.hostonserver.de |
| SPF_A | www.formail.de |
| SPF_MX | www.formail.de |
Related pages
Pivot deeper into the graph from www.formail.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.formail.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.