Hostname
e.vipaff.com
Last fetched
e.vipaff.com resolves to 1 IPv4 address operated by AS209242 in CY.
Nutrition Label
Resolution chain
e.vipaff.com 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 |
|---|---|---|---|---|
| 203.29.53.213 | 203.29.53.0/24 | AS209242 | — | CY |
WHOIS identity
No WHOIS records are currently associated with e.vipaff.com in WhisperGraph.
Subdomains
1 observed subdomain of e.vipaff.com.
| Subdomain |
|---|
| mail.e.vipaff.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for e.vipaff.com.
| Mechanism | Target |
|---|---|
| SPF_A | e.vipaff.com |
| SPF_IP | 142.91.152.192/26 |
| SPF_IP | 142.91.8.128/26 |
| SPF_IP | 185.106.143.192/26 |
| SPF_IP | 185.191.168.0/24 |
| SPF_IP | 212.117.172.0/26 |
| SPF_IP | 212.117.172.128/25 |
| SPF_IP | 23.108.222.128/26 |
| SPF_IP | 23.109.241.0/26 |
| SPF_IP | 23.109.243.0/26 |
| SPF_IP | 23.109.243.192/26 |
| SPF_IP | 23.111.93.0/26 |
| SPF_IP | 23.83.66.0/26 |
| SPF_IP | 88.208.12.64/26 |
| SPF_MX | e.vipaff.com |
Related pages
Pivot deeper into the graph from e.vipaff.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.vipaff.com"})-[: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.