Hostname
hsv.is
Last fetched
hsv.is resolves to 1 IPv4 address operated by SNERPA-NET Snerpa ehf in IS.
Nutrition Label
Resolution chain
hsv.is 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 |
|---|---|---|---|---|
| 193.109.24.171 | 193.109.16.0/20 | AS24743 | SNERPA-NET Snerpa ehf | IS |
WHOIS identity
No WHOIS records are currently associated with hsv.is in WhisperGraph.
Subdomains
5 observed subdomains of hsv.is.
Web-graph footprint
Distinct hostnames that link to or from hsv.is in the public web crawl.
22 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for hsv.is.
| Mechanism | Target |
|---|---|
| SPF_IP | 157.157.9.0/24 |
| SPF_IP | 193.109.24.0/24 |
| SPF_IP | 194.105.231.0/23 |
| SPF_IP | 213.176.128.0/24 |
Related pages
Pivot deeper into the graph from hsv.is.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsv.is"})-[: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.