Hostname
sb.ristech.com
Last fetched
sb.ristech.com resolves to 1 IPv4 address operated by MCCL - Mornington in CA.
Nutrition Label
Resolution chain
sb.ristech.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 |
|---|---|---|---|---|
| 69.41.199.2 | 69.41.199.0/24 | AS29953 | MCCL - Mornington | CA |
WHOIS identity
No WHOIS records are currently associated with sb.ristech.com in WhisperGraph.
Subdomains
1 observed subdomain of sb.ristech.com.
| Subdomain |
|---|
| www.sb.ristech.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for sb.ristech.com.
| Mechanism | Target |
|---|---|
| SPF_A | sb.ristech.com |
| SPF_IP | 149.56.75.192 |
| SPF_IP | 158.69.116.165 |
| SPF_IP | 192.99.33.200 |
| SPF_IP | 198.27.70.67 |
| SPF_IP | 69.41.199.2 |
| SPF_MX | sb.ristech.com |
Related pages
Pivot deeper into the graph from sb.ristech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sb.ristech.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.