Hostname
boltray.com
Last fetched
boltray.com resolves to 2 IPv4 addresses operated by AS45102 in SG. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
boltray.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 |
|---|---|---|---|---|
| 47.236.39.123 | 47.236.0.0/16 | AS45102 | — | SG |
| 47.84.182.129 | 47.84.128.0/17 | AS45102 | — | SG |
WHOIS identity
- Registrar
- iana:1599
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of boltray.com.
Web-graph footprint
Distinct hostnames that link to or from boltray.com in the public web crawl.
11 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for boltray.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.141.237.134/32 |
| SPF_IP | 112.5.64.110/32 |
| SPF_IP | 218.18.137.106/32 |
| SPF_IP | 218.18.137.108/32 |
| SPF_IP | 59.57.253.162/32 |
Related pages
Pivot deeper into the graph from boltray.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "boltray.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.