Hostname
hsfruits.rs
Last fetched
hsfruits.rs resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in DE.
Nutrition Label
Resolution chain
hsfruits.rs 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 |
|---|---|---|---|---|
| 85.10.224.196 | 85.10.192.0/18 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
| 85.10.236.137 | 85.10.192.0/18 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with hsfruits.rs in WhisperGraph.
Subdomains
2 observed subdomains of hsfruits.rs.
| Subdomain |
|---|
| mail.hsfruits.rs |
| www.hsfruits.rs |
Web-graph footprint
Distinct hostnames that link to or from hsfruits.rs in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for hsfruits.rs.
| Mechanism | Target |
|---|---|
| SPF_A | hsfruits.rs |
| SPF_INCLUDE | _spf.oblak.host |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.55.252.4 |
| SPF_IP | 85.10.224.196 |
| SPF_IP | 85.10.236.137 |
| SPF_MX | hsfruits.rs |
Related pages
Pivot deeper into the graph from hsfruits.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsfruits.rs"})-[: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.