Hostname
rein.computer
Last fetched
rein.computer resolves to 2 IPv4 addresses operated by AS5524 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
rein.computer 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 |
|---|---|---|---|---|
| 185.65.53.46 | 185.65.52.0/22 | AS5524 | — | NL |
| 92.113.144.159 | 92.113.144.0/24 | AS44803 | — | DK |
WHOIS identity
- Registrar
- iana:1647
- Organization
- hans van der woerd - ontwerp, fotografie, web
- Contact emails
- —
Subdomains
22 observed subdomains of rein.computer.
Web-graph footprint
Distinct hostnames that link to or from rein.computer in the public web crawl.
8 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- rein.computer
SPF policy
3 SPF mechanisms authorising senders for rein.computer.
| Mechanism | Target |
|---|---|
| SPF_A | rein.computer |
| SPF_IP | 45.82.188.64 |
| SPF_MX | rein.computer |
Related pages
Pivot deeper into the graph from rein.computer.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rein.computer"})-[: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.