Hostname
r4wise.com
Last fetched
r4wise.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
r4wise.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:886
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of r4wise.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for r4wise.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.36.183.148 |
| SPF_IP | 13.52.68.51 |
| SPF_IP | 18.132.128.226 |
| SPF_IP | 18.253.95.240 |
| SPF_IP | 3.129.3.64 |
| SPF_IP | 3.220.47.40 |
| SPF_IP | 35.82.69.137 |
| SPF_IP | 44.233.62.227 |
| SPF_IP | 54.151.33.97 |
| SPF_IP | 54.232.86.239 |
| SPF_IP | 54.82.196.217 |
Related pages
Pivot deeper into the graph from r4wise.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "r4wise.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.