Hostname
e.vendio.com
Last fetched
e.vendio.com resolves to 3 IPv4 addresses operated by ASN-CHEETA-MAIL - CHEETAHMAIL in US.
Nutrition Label
Resolution chain
e.vendio.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 67.134.222.254 | 67.134.222.0/24 | AS53316 | ASN-CHEETA-MAIL - CHEETAHMAIL | US |
| 8.23.247.244 | 8.16.0.0/12 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 8.33.184.254 | 8.33.184.0/24 | AS53316 | ASN-CHEETA-MAIL - CHEETAHMAIL | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for e.vendio.com.
| Mechanism | Target |
|---|---|
| SPF_A | e.vendio.com |
| SPF_IP | 63.236.77.18 |
| SPF_IP | 63.239.204.135 |
| SPF_IP | 72.166.182.215 |
| SPF_IP | 8.7.43.18 |
| SPF_MX | e.vendio.com |
Related pages
Pivot deeper into the graph from e.vendio.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.vendio.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.