.ua

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 43ms 186ms 469
7d 100% 100% 44ms 227ms 2485
30d 99.93% 99.93% 43ms 1595ms 14056

RDAP

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 424ms 558ms 60
7d 100% 99.72% 422ms 698ms 352
30d 100% 99.85% 425ms 617ms 1960

DNSSEC Validation Metrics

Registry Agreement Spec 6

DNSSEC is required by the Registry Agreement (Specification 6) but is not part of the Spec 10 SLA. We monitor DNSSEC validation independently.

Period Validation Rate RTT p50 RTT p95 Checks Status
24h 100% 19ms 20ms 66
7d 100% 19ms 47ms 356
30d 100% 19ms 24ms 2010

Unlike Spec 10 services, DNSSEC has no formal availability SLA. Thresholds shown are operational guidelines.

Current Check Status

Reported by Any53 Probes
Type AF RTT Last Check Source Details Status TSLAC
DNS v4 2.2ms 5 minutes ago local NSID: 746c642d616c6c2d6368693… OK
DNS v6 2.3ms 103 days, 8 hours ago local NSID: 746c642d616c6c2d6368693… OK
DNSSEC v4 19ms 25 minutes ago local Key: 51024 OK
DNSSEC v6 19ms 25 minutes ago local Key: 51024 OK
RDAP v4 554ms 42 minutes ago local TLS 1.3 OK
RDAP v6 419ms 42 minutes ago local TLS 1.3 OK

RDAP HTTPS Timing

419ms total
DNS Lookup
TCP Connect
101ms
TLS Handshake
215ms
Time to First Byte
418ms

TLS 1.3 / TLS_AES_256_GCM_SHA384

Nameservers

7 IPs tested
Hostname IP Address AF ASN RPKI Status
bg.ns.ua 185.136.97.185 v4
cz.ns.ua 185.43.134.15 v4
ho1.ns.ua 195.47.253.1 v4
in1.ns.ua 74.123.224.40 v4
nn.ns.ua 194.58.197.4 v4 AS8674
pch.ns.ua 204.61.216.12 v4
rcz.ns.ua 193.46.128.10 v4

Per ICANN Spec 10, we test all delegated nameserver IPs independently.

Test With Your Computer

DNS

dig @bg.ns.ua ua. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D ua. SOA @bg.ns.ua Alternative using drill with DNSSEC trace

RDAP

curl -sS "https://rdap.hostmaster.ua/domain/nic.ua" | jq . Fetch RDAP JSON (positive lookup)
curl -I -sS "https://rdap.hostmaster.ua/domain/nic.ua" Headers only (check TLS, timing)
Open in Browser View RDAP response directly

Registry Information

Active
TLD .ua
Operator Ukraine
RDAP Server https://rdap.hostmaster.ua/ RDAP Client

ICANN SLA Requirements

Per ICANN Registry Agreement Specification 10:

DNS SLA UDP RTT ≤ 500ms for 95% of queries. Availability: 99% (max 432 min/month downtime).
RDAP SLA RTT ≤ 4000ms for 95% of queries. Availability: 98% (max 864 min/month downtime).

API Access

JSON API

Access .ua compliance metrics programmatically via our REST API.

Quick Start

GET /any53/api/v1/compliance/ua/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
  "https://www.any53.com/any53/api/v1/compliance/ua/"

Example Response

{
  "tld": "ua",
  "display_name": ".ua",
  "operator": "Ukraine",
  "updated_at": "2026-01-31T12:00:00Z",
  "dns": {
    "availability_24h": 99.99,
    "rtt_p50_ms": 12,
    "rtt_p95_ms": 42,
    "sla_threshold_ms": 500
  },
  "rdds": {
    "protocol": "RDAP",
    "availability_24h": 99.95,
    "rtt_p50_ms": 180,
    "rtt_p95_ms": 412,
    "sla_threshold_ms": 4000
  },
  "servers": {
    "rdap_url": "https://rdap.hostmaster.ua/",
    "whois_host": "whois.ua"
  },
  "spec10_compliant": true
}

Generate API Key

Get a free API key to start making requests. Provide an email to upgrade to the verified tier (600 requests/hour).

Endpoints

Endpoint Description Tier
GET /compliance/ List all monitored TLDs All
GET /compliance/{tld}/ Current metrics for a TLD All
GET /compliance/{tld}/history/ Historical time-series data Organization
GET /compliance/{tld}/probes/ Per-probe breakdown Organization
POST /compliance/keys/ Generate a new API key No auth

Rate Limits

Tier Rate Limit Features
Anonymous 100/hour Current snapshot, hourly aggregates
Verified 600/hour Current snapshot, hourly aggregates
Organization 6000/hour Historical data, per-minute resolution, per-probe breakdown