.my

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 50ms 207ms 616
7d 100% 100% 49ms 229ms 3360
30d 100% 100% 49ms 258ms 18743

WHOIS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 50.00% 100% 99ms 340ms 48
7d 49.17% 98.33% 103ms 590ms 240
30d 49.85% 99.70% 100ms 342ms 1332

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% 53ms 56ms 54
7d 100% 54ms 59ms 300
30d 99.88% 53ms 69ms 1666

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 20ms 26 minutes ago local NSID: ewr01.dns2 OK
DNS v6 19ms 58 days, 13 hours ago local NSID: ewr01.dns2 OK
DNSSEC v4 58ms 32 minutes ago local Key: 47187 OK
DNSSEC v6 53ms 32 minutes ago local Key: 47187 OK
WHOIS v4 138ms 3 hours, 8 minutes ago local FAIL
WHOIS v6 130ms 3 hours, 8 minutes ago local FAIL

Nameservers

7 IPs tested
Hostname IP Address AF ASN RPKI Status
a.mynic.centralnic-dns.com 194.169.218.114 v4
a.nic.my 103.44.108.53 v4
b.mynic.centralnic-dns.com 185.24.64.114 v4
c.mynic.centralnic-dns.com 212.18.248.114 v4
d.mynic.centralnic-dns.com 212.18.249.114 v4
ns01.trs-dns.com 64.96.1.1 v4 AS393818
ns01.trs-dns.net 64.96.2.1 v4 AS63363

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

Test With Your Computer

DNS

dig @a.mynic.centralnic-dns.com my. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D my. SOA @a.mynic.centralnic-dns.com Alternative using drill with DNSSEC trace

WHOIS

whois -h whois.mynic.my nic.my Query WHOIS server directly
echo "nic.my" | nc whois.mynic.my 43 Raw TCP query (see exact response)

Registry Information

Active
TLD .my
Operator Malaysia
WHOIS Server whois.mynic.my

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).
WHOIS SLA RTT ≤ 4000ms for 95% of queries. Availability: 98% (max 864 min/month downtime).

API Access

JSON API

Access .my compliance metrics programmatically via our REST API.

Quick Start

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

Example Response

{
  "tld": "my",
  "display_name": ".my",
  "operator": "Malaysia",
  "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": "WHOIS",
    "availability_24h": 99.95,
    "rtt_p50_ms": 180,
    "rtt_p95_ms": 412,
    "sla_threshold_ms": 4000
  },
  "servers": {
    "whois_host": "whois.mynic.my"
  },
  "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