Hostname
reboot.hr
Last fetched
reboot.hr resolves to 1 IPv4 address operated by AS16276 in DE. WHOIS lists registrar:cyber_folks d.o.o. as the registrar.
Nutrition Label
Resolution chain
reboot.hr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 51.89.6.123 | 51.89.0.0/16 | AS16276 | — | DE |
WHOIS identity
- Registrar
- registrar:cyber_folks d.o.o.
- Organization
- digitalna avantura d.o.o.
- Contact emails
Subdomains
30 observed subdomains of reboot.hr.
Showing 15 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from reboot.hr in the public web crawl.
25 sites link to this hostname.
391 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- reboot.hr
SPF policy
10 SPF mechanisms authorising senders for reboot.hr.
| Mechanism | Target |
|---|---|
| SPF_A | reboot.hr |
| SPF_IP | 185.3.195.198 |
| SPF_IP | 185.3.195.26 |
| SPF_IP | 185.58.73.20 |
| SPF_IP | 185.58.73.73 |
| SPF_IP | 185.58.73.98 |
| SPF_IP | 51.89.6.123 |
| SPF_IP | 51.91.19.18 |
| SPF_IP | 83.169.60.59 |
| SPF_MX | reboot.hr |
Related pages
Pivot deeper into the graph from reboot.hr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reboot.hr"})-[: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.