Hostname
www.serverrush.com
Last fetched
www.serverrush.com resolves to 2 IPv4 addresses operated by SAKURA-B - SAKURA Internet Inc. in JP.
Nutrition Label
Resolution chain
www.serverrush.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 |
|---|---|---|---|---|
| 202.222.30.170 | 202.222.16.0/20 | AS9370 | SAKURA-B - SAKURA Internet Inc. | JP |
| 49.212.179.249 | 49.212.0.0/16 | AS9371 | SAKURA-C - SAKURA Internet Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with www.serverrush.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for www.serverrush.com.
| Mechanism | Target |
|---|---|
| SPF_A | paris.globroad.com |
| SPF_A | rome.globroad.com |
| SPF_A | rush.globroad.com |
| SPF_A | www.serverrush.com |
| SPF_IP | 49.212.179.249 |
| SPF_MX | www.serverrush.com |
Related pages
Pivot deeper into the graph from www.serverrush.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.serverrush.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.