Hostname
vmail2.net
Last fetched
vmail2.net resolves to 1 IPv4 address operated by AS719 in FI. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
vmail2.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 |
|---|---|---|---|---|
| 85.217.110.76 | 85.217.0.0/17 | AS719 | — | FI |
WHOIS identity
- Registrar
- iana:468
- Organization
- identity protection service
- Contact emails
- abuse@web.com
- 1c432875-6992-4165-b035-83d060656c11@identity-protect.org
- 92f8953c-5d00-4b32-b3ad-6645e72be961@identity-protect.org
- b9e10745-55cc-4d68-a470-a4a88622c8ce@identity-protect.org
- c2ee0a00-700c-4b1f-821c-c2e6a4fda743@identity-protect.org
- c5ac732f-4cc4-4449-8339-8d15dfefa95b@identity-protect.org
- f409f303-6cb3-4da3-a10c-fa0783c7cede@identity-protect.org
Subdomains
18 observed subdomains of vmail2.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for vmail2.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.protection.vine.eu |
| SPF_IP | 194.100.127.1/23 |
| SPF_IP | 85.217.110.16/28 |
| SPF_IP | 85.217.110.64/27 |
Related pages
Pivot deeper into the graph from vmail2.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vmail2.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.