Hostname
www.rayspeed.com
Last fetched
www.rayspeed.com resolves to 2 IPv4 addresses operated by IDNIC-BIZNETGIO-AS-ID - PT Biznet Gio Nusantara in ID.
Nutrition Label
Resolution chain
www.rayspeed.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 |
|---|---|---|---|---|
| 103.94.239.218 | 103.94.239.0/24 | AS133800 | IDNIC-BIZNETGIO-AS-ID - PT Biznet Gio Nusantara | ID |
| 192.151.146.130 | 192.151.144.0/20 | AS33387 | NOCIX - Nocix, LLC | US |
WHOIS identity
No WHOIS records are currently associated with www.rayspeed.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for www.rayspeed.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.rayspeed.com |
| SPF_INCLUDE | spf.kirim.email |
| SPF_INCLUDE | spf.mailtarget.co |
| SPF_MX | www.rayspeed.com |
Related pages
Pivot deeper into the graph from www.rayspeed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.rayspeed.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.