Hostname
mail.sreejononline.com
Last fetched
mail.sreejononline.com resolves to 2 IPv4 addresses operated by PHOENIXNAP-AS-SG1 - PhoenixNAP in SG.
Nutrition Label
Resolution chain
mail.sreejononline.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 |
|---|---|---|---|---|
| 131.153.48.202 | 131.153.48.0/24 | AS59210 | PHOENIXNAP-AS-SG1 - PhoenixNAP | SG |
| 37.60.238.229 | 37.60.224.0/20 | AS51167 | CONTABO - Contabo GmbH | GB |
WHOIS identity
No WHOIS records are currently associated with mail.sreejononline.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for mail.sreejononline.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sreejononline.com |
| SPF_IP | 103.108.62.10 |
| SPF_IP | 103.108.63.163 |
| SPF_IP | 103.108.63.194 |
| SPF_IP | 103.174.153.126 |
| SPF_IP | 107.175.180.100 |
| SPF_IP | 108.174.60.41 |
| SPF_IP | 131.153.48.202 |
| SPF_IP | 131.153.48.206 |
| SPF_IP | 131.153.99.250 |
| SPF_IP | 131.153.99.253 |
| SPF_IP | 148.163.79.54 |
| SPF_IP | 148.163.79.57 |
| SPF_IP | 148.163.88.165 |
| SPF_IP | 158.69.253.36 |
| SPF_IP | 184.164.76.210 |
| SPF_IP | 184.164.76.211 |
| SPF_IP | 192.3.243.101 |
| SPF_IP | 198.12.86.122 |
| SPF_IP | 198.12.86.123 |
| SPF_IP | 198.12.86.124 |
| SPF_IP | 198.23.192.66 |
| SPF_IP | 23.254.147.34 |
| SPF_IP | 37.60.238.229 |
| SPF_IP | 46.105.100.137 |
| SPF_MX | mail.sreejononline.com |
Related pages
Pivot deeper into the graph from mail.sreejononline.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.sreejononline.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.