Hostname
durovis.ch
Last fetched
durovis.ch resolves to 1 IPv4 address operated by NSNPLMRJ-AS Net Sathi Networks Pvt. Ltd in CH.
Nutrition Label
Resolution chain
durovis.ch 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 |
|---|---|---|---|---|
| 195.149.115.159 | 195.149.115.0/24 | AS200759 | NSNPLMRJ-AS Net Sathi Networks Pvt. Ltd | CH |
WHOIS identity
- Registrar
- —
- Organization
- durovis
- Contact emails
- —
Subdomains
2 observed subdomains of durovis.ch.
| Subdomain |
|---|
| test.durovis.ch |
| www.durovis.ch |
Web-graph footprint
Distinct hostnames that link to or from durovis.ch in the public web crawl.
11 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for durovis.ch.
| Mechanism | Target |
|---|---|
| SPF_A | durovis.ch |
| SPF_INCLUDE | spf.cs2.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.send.arcmedia.ch |
| SPF_IP | 178.22.108.93/32 |
| SPF_IP | 195.49.63.0/24 |
| SPF_IP | 212.25.24.36/32 |
| SPF_IP | 77.109.145.151/32 |
| SPF_MX | durovis.ch |
Related pages
Pivot deeper into the graph from durovis.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "durovis.ch"})-[: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.