TLD SLA Compliance Metrics
Spec 10DNS
| Period | Availability | RTT Compliance | RTT p50 | RTT p95 | Checks | TSLAC |
|---|---|---|---|---|---|---|
| 24h | 100% | 100% | 151ms | 347ms | 693 | |
| 7d | 100% | 100% | 152ms | 350ms | 3960 | |
| 30d | 100% | 100% | 152ms | 685ms | 21956 |
RDAP
| Period | Availability | RTT Compliance | RTT p50 | RTT p95 | Checks | TSLAC |
|---|---|---|---|---|---|---|
| 24h | 50.00% | 100% | 288ms | 302ms | 28 | |
| 7d | 50.00% | 100% | 288ms | 294ms | 192 | |
| 30d | 50.00% | 100% | 283ms | 325ms | 1000 |
DNSSEC Validation Metrics
Registry Agreement Spec 6DNSSEC 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% | 66ms | 70ms | 88 | |
| 7d | 100% | 63ms | 67ms | 480 | |
| 30d | 100% | 63ms | 68ms | 2664 |
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 | 123ms | 57 minutes ago | local | NSID: jp-lb-ns-4 | OK | |
DNS
|
v6 | 254ms | 57 minutes ago | local | — | OK | |
DNSSEC
|
v4 | 67ms | 44 minutes ago | local | Key: 3842 | OK | |
DNSSEC
|
v6 | 63ms | 44 minutes ago | local | Key: 3842 | OK | |
RDAP
|
v4 | 286ms | 3 hours, 47 minutes ago | local | — | FAIL | |
RDAP
|
v6 | 287ms | 3 hours, 47 minutes ago | local | — | FAIL |
RDAP HTTPS Timing
287ms total
DNS Lookup
—
TCP Connect
89ms
TLS Handshake
92ms
Time to First Byte
287ms
TLS 1.3 / TLS_AES_256_GCM_SHA384
Nameservers
11 IPs tested| Hostname | IP Address | AF | ASN | RPKI | Status |
|---|---|---|---|---|---|
b.ns.lb |
147.28.0.39 |
v4 | AS3130 | ||
i.ns.lb |
77.72.229.254 |
v4 | — | — | |
m.ns.lb |
78.141.235.25 |
v4 | — | — | |
m.ns.lb |
2001:19f0:7401:890d:5400:4ff:fea8:9ffa |
v6 | — | — | |
n.ns.lb |
158.38.0.181 |
v4 | — | — | |
nabil.ns.lb |
185.91.97.18 |
v4 | — | — | |
r.ns.lb |
105.16.170.1 |
v4 | — | — | |
s.ns.lb |
105.16.115.1 |
v4 | — | — | |
t.ns.lb |
139.84.235.208 |
v4 | — | — | |
t.ns.lb |
2a05:f480:3000:205f:5400:4ff:fea4:e565 |
v6 | — | — | |
w.ns.lb |
203.178.141.64 |
v4 | — | — |
Per ICANN Spec 10, we test all delegated nameserver IPs independently.
Test With Your Computer
DNS
dig @b.ns.lb lb. SOA +dnssec +nsid
Query SOA with DNSSEC validation and NSID
drill -D lb. SOA @b.ns.lb
Alternative using drill with DNSSEC trace
RDAP
curl -sS "https://rdap.lbdr.org.lb/domain/nic.lb" | jq .
Fetch RDAP JSON (positive lookup)
curl -I -sS "https://rdap.lbdr.org.lb/domain/nic.lb"
Headers only (check TLS, timing)
Open in Browser
View RDAP response directly
Registry Information
ActiveICANN 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 APIAccess .lb compliance metrics programmatically via our REST API.
Quick Start
GET
/any53/api/v1/compliance/lb/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
"https://www.any53.com/any53/api/v1/compliance/lb/"
Example Response
{
"tld": "lb",
"display_name": ".lb",
"operator": "Lebanon",
"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.lbdr.org.lb/"
},
"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).
Save this key now! It cannot be retrieved later.
Tier:
Rate limit: /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 |