Hostname
webmail.vanity1.net
Last fetched
webmail.vanity1.net resolves to 1 IPv4 address operated by AS8972 in FR.
Nutrition Label
Resolution chain
webmail.vanity1.net 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 |
|---|---|---|---|---|
| 83.169.21.242 | 83.169.16.0/21 | AS8972 | — | FR |
WHOIS identity
No WHOIS records are currently associated with webmail.vanity1.net in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for webmail.vanity1.net.
| Mechanism | Target |
|---|---|
| SPF_A | fw-notify.net |
| SPF_A | mu01.mailuno.eu |
| SPF_A | plesk1.vanity1.net |
| SPF_A | plesk7.vanity1.net |
| SPF_A | proxy.vanity1.net |
| SPF_A | pve0.vanity1.net |
| SPF_IP | 142.132.213.122 |
| SPF_IP | 142.132.213.73 |
| SPF_IP | 85.159.10.193 |
Related pages
Pivot deeper into the graph from webmail.vanity1.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.vanity1.net"})-[: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.