Hostname
vrn.xi.express
Last fetched
vrn.xi.express resolves to 1 IPv4 address operated by AS43298 in RU.
Nutrition Label
Resolution chain
vrn.xi.express 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 |
|---|---|---|---|---|
| 185.71.67.130 | 185.71.67.0/24 | AS43298 | — | RU |
WHOIS identity
No WHOIS records are currently associated with vrn.xi.express in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for vrn.xi.express.
| Mechanism | Target |
|---|---|
| SPF_A | vrn.xi.express |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.sent2mail.com |
| SPF_INCLUDE | spf.get-n-post.ru |
| SPF_INCLUDE | spf.unisender.com |
| SPF_IP | 109.167.218.27 |
| SPF_IP | 185.155.98.57 |
| SPF_MX | vrn.xi.express |
Related pages
Pivot deeper into the graph from vrn.xi.express.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vrn.xi.express"})-[: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.