Hostname
relay11b.splitmx.com
Last fetched
relay11b.splitmx.com resolves to 1 IPv4 address operated by AS136505 in IN.
Nutrition Label
Resolution chain
relay11b.splitmx.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 |
|---|---|---|---|---|
| 103.90.241.66 | 103.90.240.0/22 | AS136505 | — | IN |
WHOIS identity
No WHOIS records are currently associated with relay11b.splitmx.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for relay11b.splitmx.com.
| Mechanism | Target |
|---|---|
| SPF_A | admetrics.it |
| SPF_A | psrp.admetrics.it |
| SPF_A | relay11b.splitmx.com |
| SPF_A | rp.relay11.splitmx.com |
| SPF_INCLUDE | admetrics.it |
| SPF_INCLUDE | psrp.admetrics.it |
| SPF_INCLUDE | relay11b.splitmx.com |
| SPF_INCLUDE | rp.relay11.splitmx.com |
| SPF_IP | 103.90.240.0/22 |
| SPF_IP | 103.90.241.66 |
| SPF_IP | 195.110.124.133/32 |
| SPF_MX | admetrics.it |
| SPF_MX | psrp.admetrics.it |
| SPF_MX | relay11b.splitmx.com |
| SPF_MX | rp.relay11.splitmx.com |
Related pages
Pivot deeper into the graph from relay11b.splitmx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "relay11b.splitmx.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.