Hostname
rai-com.com
Last fetched
rai-com.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
rai-com.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:269
- Organization
- rai com s.p.a. societa ditta rai com s.p.a. societa ditta
- Contact emails
Subdomains
1 observed subdomain of rai-com.com.
| Subdomain |
|---|
| www.rai-com.com |
Web-graph footprint
Distinct hostnames that link to or from rai-com.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for rai-com.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | meetme.pro |
| SPF_INCLUDE | rnmk.com |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 195.43.165.119/32 |
| SPF_IP | 195.43.165.120/32 |
| SPF_IP | 212.162.86.180/30 |
| SPF_IP | 212.162.86.184/30 |
| SPF_IP | 212.162.86.188/30 |
| SPF_IP | 212.162.86.228/28 |
| SPF_IP | 212.31.251.0/28 |
| SPF_IP | 93.47.200.10/32 |
Related pages
Pivot deeper into the graph from rai-com.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rai-com.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.