Hostname
sps.net.sa
Last fetched
sps.net.sa resolves to 1 IPv4 address operated by AS42428 in SA.
Nutrition Label
Resolution chain
sps.net.sa 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 |
|---|---|---|---|---|
| 212.11.191.220 | 212.11.188.0/22 | AS42428 | — | SA |
WHOIS identity
No WHOIS records are currently associated with sps.net.sa in WhisperGraph.
Subdomains
7,661 observed subdomains of sps.net.sa.
Showing 25 of 7,661. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sps.net.sa in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for sps.net.sa.
| Mechanism | Target |
|---|---|
| SPF_A | sps.net.sa |
| SPF_IP | 212.11.169.3 |
| SPF_IP | 212.11.187.13 |
| SPF_IP | 212.11.187.2 |
| SPF_IP | 212.11.191.197 |
| SPF_IP | 212.11.191.215/32 |
| SPF_IP | 72.19.243.50 |
| SPF_MX | sps.net.sa |
Related pages
Pivot deeper into the graph from sps.net.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sps.net.sa"})-[: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.