Hostname
e.sasa.com
Last fetched
e.sasa.com resolves to 2 IPv4 addresses operated by ASN-CHEETA-MAIL - CHEETAHMAIL in US.
Nutrition Label
Resolution chain
e.sasa.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 38.107.102.181 | 38.107.222.0/24 | AS53316 | ASN-CHEETA-MAIL - CHEETAHMAIL | US |
| 63.232.57.181 | 63.245.22.0/24 | AS53316 | ASN-CHEETA-MAIL - CHEETAHMAIL | US |
WHOIS identity
No WHOIS records are currently associated with e.sasa.com in WhisperGraph.
Subdomains
10 observed subdomains of e.sasa.com.
| Subdomain |
|---|
| mx.e.sasa.com |
| ns.e.sasa.com |
Showing 2 of 10. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for e.sasa.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 173.213.4.95/32 |
| SPF_IP | 207.251.96.0/24 |
| SPF_IP | 208.49.63.128/28 |
| SPF_IP | 63.148.46.81/32 |
| SPF_IP | 63.211.90.16/29 |
| SPF_IP | 63.232.236.144/29 |
| SPF_IP | 63.232.57.0/24 |
| SPF_IP | 63.236.31.128/26 |
| SPF_IP | 63.236.76.0/23 |
| SPF_IP | 65.125.54.0/24 |
| SPF_IP | 8.30.201.0/26 |
| SPF_IP | 8.7.42.16/29 |
| SPF_IP | 8.7.43.16/29 |
| SPF_IP | 8.7.44.144/29 |
Related pages
Pivot deeper into the graph from e.sasa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.sasa.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.