Hostname
mail.sajoni.com
Last fetched
mail.sajoni.com resolves to 1 IPv4 address operated by RELIABLESITE - ReliableSite.Net LLC in US.
Nutrition Label
Resolution chain
mail.sajoni.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 |
|---|---|---|---|---|
| 104.238.220.70 | 104.238.220.0/24 | AS23470 | RELIABLESITE - ReliableSite.Net LLC | US |
WHOIS identity
No WHOIS records are currently associated with mail.sajoni.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mail.sajoni.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sajoni.com |
| SPF_IP | 103.86.177.136 |
| SPF_IP | 104.238.220.70 |
| SPF_IP | 14.128.15.155 |
| SPF_IP | 176.9.110.43 |
| SPF_IP | 65.108.198.116 |
| SPF_IP | 65.109.154.253 |
| SPF_IP | 65.109.83.31 |
| SPF_IP | 65.109.83.50 |
| SPF_IP | 65.109.83.57 |
| SPF_IP | 88.198.16.117 |
| SPF_MX | mail.sajoni.com |
Related pages
Pivot deeper into the graph from mail.sajoni.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.sajoni.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.