Hostname
otys.nl
Last fetched
otys.nl resolves to 1 IPv4 address operated by AS39392 in CZ. WHOIS lists registrar:combell as the registrar.
Nutrition Label
Resolution chain
otys.nl 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 |
|---|---|---|---|---|
| 95.168.220.210 | 95.168.192.0/19 | AS39392 | — | CZ |
WHOIS identity
- Registrar
- registrar:combell
- Organization
- —
- Contact emails
- —
Subdomains
77 observed subdomains of otys.nl.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from otys.nl in the public web crawl.
159 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for otys.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4156462.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.exactonline.co.uk |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 145.7.4.33 |
| SPF_IP | 193.221.125.29 |
| SPF_IP | 2a01:28:ca07::/48 |
| SPF_IP | 66.179.50.160/27 |
| SPF_IP | 83.138.129.79/32 |
| SPF_IP | 88.86.113.160/27 |
| SPF_IP | 94.236.39.168 |
| SPF_IP | 94.236.44.253/32 |
| SPF_IP | 95.168.207.80/28 |
| SPF_IP | 95.168.220.192/26 |
Related pages
Pivot deeper into the graph from otys.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "otys.nl"})-[: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.