SPB Git forge
15commits 1branches 0releases
29.7 MBsize
maindefault branch
10 days agolast push
TypeScript 36.3% Python 31.8% Go 18% JavaScript 9.8% Shell 1.9% SQL 1.4% CSS 0.5%

registry fragments: media (3 198), finance (3 791), infrastructure (3 532), government (4 910); ISO table + continent fallbacks; seed dedupe by host; registry-check script

Simon-Pierre Boucher committed 11 days ago (Sep 13, 2026) parent 841c7cf

14 changed files +16,195 −5

modified apps/api/src/internetpressure/api/public.py +2 −1
@@ -13,6 +13,7 @@ from ..asn import asndb
13 13 from ..config import COMPONENT_IDS
14 14 from ..db import ch, pg, rds
15 15 from ..engine.events import incident_dict
16 +from ..iso import ISO
16 17 from ..regions import COUNTRY_CENTROIDS, country_name, load_regions
17 18 from ..registry import get_service, get_target, list_probes, list_services, list_targets, load_config
18 19 from ..util import iso, loads, parse_ts, r1, r2, r3, utcnow
@@ -230,7 +231,7 @@ async def pressure_country(cc: str) -> dict[str, Any]:
230 231 if not live and not probes and not targets:
231 232 raise _nf()
232 233 regions = load_regions()
233 − lat, lon = COUNTRY_CENTROIDS.get(cc, (0.0, 0.0))
234 + lat, lon = COUNTRY_CENTROIDS.get(cc) or (ISO[cc][1], ISO[cc][2]) if (cc in COUNTRY_CENTROIDS or cc in ISO) else (0.0, 0.0)
234 235 base = live or {"cc": cc, "name": country_name(cc), "region": regions.region_of_country(cc), "lat": lat, "lon": lon,
235 236 "pressure": None, "level": "unknown", "level_label": "Unknown", "components": {}, "probes": len(probes),
236 237 "targets": len(targets), "role": "both" if probes and targets else ("probe" if probes else "target"),
modified apps/api/src/internetpressure/engine/loop.py +2 −1
@@ -13,6 +13,7 @@ from typing import Any
13 13 from ..asn import asndb
14 14 from ..config import COMPONENT_IDS
15 15 from ..db import ch, pg, rds
16 +from ..iso import ISO
16 17 from ..regions import COUNTRY_CENTROIDS, country_name, load_regions
17 18 from ..registry import bump_config_version, list_probes, list_services, list_targets, load_config
18 19 from ..settings import get_settings
@@ -190,7 +191,7 @@ class Engine:
190 191 n_targets = sum(1 for t in targets.values() if t.get("country") == cc)
191 192 pr = sc.pressure if allowed else None
192 193 lv, ll = cfg.level_for(pr)
193 − lat, lon = COUNTRY_CENTROIDS.get(cc, (0.0, 0.0))
194 + lat, lon = COUNTRY_CENTROIDS.get(cc) or (ISO[cc][1], ISO[cc][2]) if (cc in COUNTRY_CENTROIDS or cc in ISO) else (0.0, 0.0)
194 195 countries_out.append({
195 196 "cc": cc, "name": country_name(cc), "region": regions.region_of_country(cc), "lat": lat, "lon": lon,
196 197 "pressure": r1(pr), "level": lv, "level_label": ll, "delta_1h": None, "trend": "stable",
added apps/api/src/internetpressure/iso.py +89 −0
@@ -0,0 +1,89 @@
1 +"""ISO 3166-1 alpha-2 → English short name and approximate centroid (lat, lon), for every country/territory that can
2 +appear in the registry. Centroids are map-label anchors only (rounded to 0.1°)."""
3 +
4 +from __future__ import annotations
5 +
6 +# code: (name, lat, lon)
7 +ISO: dict[str, tuple[str, float, float]] = {
8 + "AD": ("Andorra", 42.5, 1.6), "AE": ("United Arab Emirates", 23.4, 53.8), "AF": ("Afghanistan", 33.9, 67.7),
9 + "AG": ("Antigua and Barbuda", 17.1, -61.8), "AI": ("Anguilla", 18.2, -63.1), "AL": ("Albania", 41.2, 20.2),
10 + "AM": ("Armenia", 40.1, 45.0), "AO": ("Angola", -11.2, 17.9), "AR": ("Argentina", -38.4, -63.6), "AS": ("American Samoa", -14.3, -170.7),
11 + "AT": ("Austria", 47.5, 14.6), "AU": ("Australia", -25.3, 133.8), "AW": ("Aruba", 12.5, -70.0), "AX": ("Åland Islands", 60.2, 19.9),
12 + "AZ": ("Azerbaijan", 40.1, 47.6), "BA": ("Bosnia and Herzegovina", 43.9, 17.7), "BB": ("Barbados", 13.2, -59.5),
13 + "BD": ("Bangladesh", 23.7, 90.4), "BE": ("Belgium", 50.5, 4.5), "BF": ("Burkina Faso", 12.2, -1.6), "BG": ("Bulgaria", 42.7, 25.5),
14 + "BH": ("Bahrain", 26.0, 50.6), "BI": ("Burundi", -3.4, 29.9), "BJ": ("Benin", 9.3, 2.3), "BM": ("Bermuda", 32.3, -64.8),
15 + "BN": ("Brunei", 4.5, 114.7), "BO": ("Bolivia", -16.3, -63.6), "BQ": ("Caribbean Netherlands", 12.2, -68.3), "BR": ("Brazil", -14.2, -51.9),
16 + "BS": ("Bahamas", 25.0, -77.4), "BT": ("Bhutan", 27.5, 90.4), "BW": ("Botswana", -22.3, 24.7), "BY": ("Belarus", 53.7, 28.0),
17 + "BZ": ("Belize", 17.2, -88.5), "CA": ("Canada", 56.1, -106.3), "CD": ("DR Congo", -4.0, 21.8), "CF": ("Central African Republic", 6.6, 20.9),
18 + "CG": ("Congo", -0.2, 15.8), "CH": ("Switzerland", 46.8, 8.2), "CI": ("Côte d'Ivoire", 7.5, -5.5), "CK": ("Cook Islands", -21.2, -159.8),
19 + "CL": ("Chile", -35.7, -71.5), "CM": ("Cameroon", 7.4, 12.4), "CN": ("China", 35.9, 104.2), "CO": ("Colombia", 4.6, -74.3),
20 + "CR": ("Costa Rica", 9.7, -83.8), "CU": ("Cuba", 21.5, -77.8), "CV": ("Cabo Verde", 16.0, -24.0), "CW": ("Curaçao", 12.2, -69.0),
21 + "CY": ("Cyprus", 35.1, 33.4), "CZ": ("Czechia", 49.8, 15.5), "DE": ("Germany", 51.2, 10.4), "DJ": ("Djibouti", 11.8, 42.6),
22 + "DK": ("Denmark", 56.3, 9.5), "DM": ("Dominica", 15.4, -61.4), "DO": ("Dominican Republic", 18.7, -70.2), "DZ": ("Algeria", 28.0, 1.7),
23 + "EC": ("Ecuador", -1.8, -78.2), "EE": ("Estonia", 58.6, 25.0), "EG": ("Egypt", 26.8, 30.8), "ER": ("Eritrea", 15.2, 39.8),
24 + "ES": ("Spain", 40.5, -3.7), "ET": ("Ethiopia", 9.1, 40.5), "FI": ("Finland", 61.9, 25.7), "FJ": ("Fiji", -17.7, 178.1),
25 + "FK": ("Falkland Islands", -51.8, -59.5), "FM": ("Micronesia", 7.4, 150.6), "FO": ("Faroe Islands", 62.0, -6.9), "FR": ("France", 46.6, 2.2),
26 + "GA": ("Gabon", -0.8, 11.6), "GB": ("United Kingdom", 54.0, -2.0), "GD": ("Grenada", 12.1, -61.7), "GE": ("Georgia", 42.3, 43.4),
27 + "GF": ("French Guiana", 3.9, -53.1), "GG": ("Guernsey", 49.5, -2.6), "GH": ("Ghana", 7.9, -1.0), "GI": ("Gibraltar", 36.1, -5.3),
28 + "GL": ("Greenland", 71.7, -42.6), "GM": ("Gambia", 13.4, -15.3), "GN": ("Guinea", 9.9, -9.7), "GP": ("Guadeloupe", 16.3, -61.6),
29 + "GQ": ("Equatorial Guinea", 1.7, 10.3), "GR": ("Greece", 39.1, 21.8), "GT": ("Guatemala", 15.8, -90.2), "GU": ("Guam", 13.4, 144.8),
30 + "GW": ("Guinea-Bissau", 11.8, -15.2), "GY": ("Guyana", 4.9, -58.9), "HK": ("Hong Kong", 22.3, 114.2), "HN": ("Honduras", 15.2, -86.2),
31 + "HR": ("Croatia", 45.1, 15.2), "HT": ("Haiti", 19.0, -72.3), "HU": ("Hungary", 47.2, 19.5), "ID": ("Indonesia", -0.8, 113.9),
32 + "IE": ("Ireland", 53.4, -8.2), "IL": ("Israel", 31.0, 34.9), "IM": ("Isle of Man", 54.2, -4.5), "IN": ("India", 20.6, 79.0),
33 + "IQ": ("Iraq", 33.2, 43.7), "IR": ("Iran", 32.4, 53.7), "IS": ("Iceland", 64.9, -19.0), "IT": ("Italy", 41.9, 12.6),
34 + "JE": ("Jersey", 49.2, -2.1), "JM": ("Jamaica", 18.1, -77.3), "JO": ("Jordan", 30.6, 36.2), "JP": ("Japan", 36.2, 138.3),
35 + "KE": ("Kenya", -0.0, 37.9), "KG": ("Kyrgyzstan", 41.2, 74.8), "KH": ("Cambodia", 12.6, 105.0), "KI": ("Kiribati", -3.4, -168.7),
36 + "KM": ("Comoros", -11.9, 43.9), "KN": ("Saint Kitts and Nevis", 17.4, -62.8), "KP": ("North Korea", 40.3, 127.5), "KR": ("South Korea", 35.9, 127.8),
37 + "KW": ("Kuwait", 29.3, 47.5), "KY": ("Cayman Islands", 19.3, -81.3), "KZ": ("Kazakhstan", 48.0, 66.9), "LA": ("Laos", 19.9, 102.5),
38 + "LB": ("Lebanon", 33.9, 35.9), "LC": ("Saint Lucia", 13.9, -61.0), "LI": ("Liechtenstein", 47.2, 9.6), "LK": ("Sri Lanka", 7.9, 80.8),
39 + "LR": ("Liberia", 6.4, -9.4), "LS": ("Lesotho", -29.6, 28.2), "LT": ("Lithuania", 55.2, 23.9), "LU": ("Luxembourg", 49.8, 6.1),
40 + "LV": ("Latvia", 56.9, 24.6), "LY": ("Libya", 26.3, 17.2), "MA": ("Morocco", 31.8, -7.1), "MC": ("Monaco", 43.7, 7.4),
41 + "MD": ("Moldova", 47.4, 28.4), "ME": ("Montenegro", 42.7, 19.4), "MF": ("Saint Martin", 18.1, -63.1), "MG": ("Madagascar", -18.8, 46.9),
42 + "MH": ("Marshall Islands", 7.1, 171.2), "MK": ("North Macedonia", 41.6, 21.7), "ML": ("Mali", 17.6, -4.0), "MM": ("Myanmar", 21.9, 95.9),
43 + "MN": ("Mongolia", 46.9, 103.8), "MO": ("Macao", 22.2, 113.5), "MP": ("Northern Mariana Islands", 15.1, 145.7), "MQ": ("Martinique", 14.6, -61.0),
44 + "MR": ("Mauritania", 21.0, -10.9), "MS": ("Montserrat", 16.7, -62.2), "MT": ("Malta", 35.9, 14.4), "MU": ("Mauritius", -20.3, 57.6),
45 + "MV": ("Maldives", 3.2, 73.2), "MW": ("Malawi", -13.3, 34.3), "MX": ("Mexico", 23.6, -102.5), "MY": ("Malaysia", 4.2, 102.0),
46 + "MZ": ("Mozambique", -18.7, 35.5), "NA": ("Namibia", -22.9, 18.5), "NC": ("New Caledonia", -20.9, 165.6), "NE": ("Niger", 17.6, 8.1),
47 + "NF": ("Norfolk Island", -29.0, 168.0), "NG": ("Nigeria", 9.1, 8.7), "NI": ("Nicaragua", 12.9, -85.2), "NL": ("Netherlands", 52.1, 5.3),
48 + "NO": ("Norway", 60.5, 8.5), "NP": ("Nepal", 28.4, 84.1), "NR": ("Nauru", -0.5, 166.9), "NU": ("Niue", -19.1, -169.9),
49 + "NZ": ("New Zealand", -40.9, 174.9), "OM": ("Oman", 21.5, 55.9), "PA": ("Panama", 8.5, -80.8), "PE": ("Peru", -9.2, -75.0),
50 + "PF": ("French Polynesia", -17.7, -149.4), "PG": ("Papua New Guinea", -6.3, 143.9), "PH": ("Philippines", 12.9, 121.8), "PK": ("Pakistan", 30.4, 69.3),
51 + "PL": ("Poland", 51.9, 19.1), "PM": ("Saint Pierre and Miquelon", 46.9, -56.3), "PR": ("Puerto Rico", 18.2, -66.6), "PS": ("Palestine", 31.9, 35.2),
52 + "PT": ("Portugal", 39.4, -8.2), "PW": ("Palau", 7.5, 134.6), "PY": ("Paraguay", -23.4, -58.4), "QA": ("Qatar", 25.4, 51.2),
53 + "RE": ("Réunion", -21.1, 55.5), "RO": ("Romania", 45.9, 25.0), "RS": ("Serbia", 44.0, 21.0), "RU": ("Russia", 61.5, 105.3),
54 + "RW": ("Rwanda", -1.9, 29.9), "SA": ("Saudi Arabia", 23.9, 45.1), "SB": ("Solomon Islands", -9.6, 160.2), "SC": ("Seychelles", -4.7, 55.5),
55 + "SD": ("Sudan", 12.9, 30.2), "SE": ("Sweden", 60.1, 18.6), "SG": ("Singapore", 1.4, 103.8), "SI": ("Slovenia", 46.2, 15.0),
56 + "SK": ("Slovakia", 48.7, 19.7), "SL": ("Sierra Leone", 8.5, -11.8), "SM": ("San Marino", 43.9, 12.5), "SN": ("Senegal", 14.5, -14.5),
57 + "SO": ("Somalia", 5.2, 46.2), "SR": ("Suriname", 3.9, -56.0), "SS": ("South Sudan", 6.9, 31.3), "ST": ("São Tomé and Príncipe", 0.2, 6.6),
58 + "SV": ("El Salvador", 13.8, -88.9), "SX": ("Sint Maarten", 18.0, -63.1), "SY": ("Syria", 34.8, 38.9), "SZ": ("Eswatini", -26.5, 31.5),
59 + "TC": ("Turks and Caicos Islands", 21.7, -71.8), "TD": ("Chad", 15.5, 18.7), "TG": ("Togo", 8.6, 0.8), "TH": ("Thailand", 15.9, 100.9),
60 + "TJ": ("Tajikistan", 38.9, 71.3), "TL": ("Timor-Leste", -8.9, 125.7), "TM": ("Turkmenistan", 38.9, 59.6), "TN": ("Tunisia", 33.9, 9.5),
61 + "TO": ("Tonga", -21.2, -175.2), "TR": ("Türkiye", 39.0, 35.2), "TT": ("Trinidad and Tobago", 10.7, -61.2), "TV": ("Tuvalu", -7.1, 177.6),
62 + "TW": ("Taiwan", 23.7, 121.0), "TZ": ("Tanzania", -6.4, 34.9), "UA": ("Ukraine", 48.4, 31.2), "UG": ("Uganda", 1.4, 32.3),
63 + "US": ("United States", 39.8, -98.6), "UY": ("Uruguay", -32.5, -55.8), "UZ": ("Uzbekistan", 41.4, 64.6), "VA": ("Vatican City", 41.9, 12.5),
64 + "VC": ("Saint Vincent and the Grenadines", 12.98, -61.3), "VE": ("Venezuela", 6.4, -66.6), "VG": ("British Virgin Islands", 18.4, -64.6),
65 + "VI": ("U.S. Virgin Islands", 18.3, -64.9), "VN": ("Vietnam", 14.1, 108.3), "VU": ("Vanuatu", -15.4, 166.9), "WF": ("Wallis and Futuna", -13.8, -177.2),
66 + "WS": ("Samoa", -13.8, -172.1), "XK": ("Kosovo", 42.6, 20.9), "YE": ("Yemen", 15.6, 48.5), "YT": ("Mayotte", -12.8, 45.2),
67 + "ZA": ("South Africa", -30.6, 22.9), "ZM": ("Zambia", -13.1, 27.8), "ZW": ("Zimbabwe", -19.0, 29.2),
68 +}
69 +
70 +# continent-level fallback for countries missing from data/regions.yaml
71 +CONTINENT_REGION: dict[str, str] = {
72 + **dict.fromkeys(["AD", "AL", "AT", "AX", "BA", "BE", "BG", "BY", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FO", "FR", "GB", "GG", "GI",
73 + "GR", "HR", "HU", "IE", "IM", "IS", "IT", "JE", "LI", "LT", "LU", "LV", "MC", "MD", "ME", "MK", "MT", "NL", "NO", "PL",
74 + "PT", "RO", "RS", "RU", "SE", "SI", "SK", "SM", "UA", "VA", "XK", "GL"], "eu-east"),
75 + **dict.fromkeys(["AE", "BH", "DZ", "EG", "IL", "IQ", "IR", "JO", "KW", "LB", "LY", "MA", "OM", "PS", "QA", "SA", "SY", "TN", "YE"], "mena"),
76 + **dict.fromkeys(["AO", "BF", "BI", "BJ", "BW", "CD", "CF", "CG", "CI", "CM", "CV", "DJ", "ER", "ET", "GA", "GH", "GM", "GN", "GQ", "GW",
77 + "KE", "KM", "LR", "LS", "MG", "ML", "MR", "MU", "MW", "MZ", "NA", "NE", "NG", "RE", "RW", "SC", "SD", "SL", "SN", "SO",
78 + "SS", "ST", "SZ", "TD", "TG", "TZ", "UG", "YT", "ZA", "ZM", "ZW"], "africa"),
79 + **dict.fromkeys(["AF", "BD", "BT", "IN", "LK", "MV", "NP", "PK"], "asia-south"),
80 + **dict.fromkeys(["BN", "ID", "KH", "LA", "MM", "MY", "PH", "SG", "TH", "TL", "VN"], "asia-se"),
81 + **dict.fromkeys(["CN", "HK", "JP", "KP", "KR", "MN", "MO", "TW"], "asia-east"),
82 + **dict.fromkeys(["AM", "AZ", "GE", "KG", "KZ", "TJ", "TM", "UZ"], "eu-east-med"),
83 + **dict.fromkeys(["AU", "CK", "FJ", "FM", "GU", "KI", "MH", "MP", "NC", "NF", "NR", "NU", "NZ", "PF", "PG", "PW", "SB", "TO", "TV", "VU",
84 + "WF", "WS", "AS"], "oceania"),
85 + **dict.fromkeys(["AG", "AI", "AR", "AW", "BB", "BM", "BO", "BQ", "BR", "BS", "BZ", "CL", "CO", "CR", "CU", "CW", "DM", "DO", "EC", "FK",
86 + "GD", "GF", "GP", "GT", "GY", "HN", "HT", "JM", "KN", "KY", "LC", "MF", "MQ", "MS", "MX", "NI", "PA", "PE", "PM", "PR",
87 + "PY", "SR", "SV", "SX", "TC", "TT", "UY", "VC", "VE", "VG", "VI"], "latam"),
88 + **dict.fromkeys(["CA", "US"], "na-east"),
89 +}
modified apps/api/src/internetpressure/regions.py +9 −2
@@ -59,7 +59,9 @@ class RegionModel:
59 59 def region_of_country(self, cc: str | None) -> str:
60 60 if not cc:
61 61 return "global"
62 − return self.country_regions.get(cc.upper(), "global")
62 + from .iso import CONTINENT_REGION
63 +
64 + return self.country_regions.get(cc.upper()) or CONTINENT_REGION.get(cc.upper(), "global")
63 65
64 66 def get(self, region_id: str | None) -> Region | None:
65 67 return self.regions.get(region_id or "")
@@ -85,4 +87,9 @@ def load_regions() -> RegionModel:
85 87 def country_name(cc: str | None) -> str:
86 88 if not cc:
87 89 return "Global"
88 − return COUNTRY_NAMES.get(cc.upper(), cc.upper())
90 + from .iso import ISO
91 +
92 + cc = cc.upper()
93 + if cc in COUNTRY_NAMES:
94 + return COUNTRY_NAMES[cc]
95 + return ISO[cc][0] if cc in ISO else cc
modified apps/api/src/internetpressure/registry.py +9 −1
@@ -245,13 +245,21 @@ async def seed(*, targets: bool = True, services: bool = True, probes: bool = Tr
245 245 defaults = doc.get("defaults") or {}
246 246 all_targets = list(doc["targets"])
247 247 seen_ids = {str(t["id"]) for t in all_targets}
248 + # fragments were authored independently: the same public endpoint may appear twice → first occurrence wins
249 + seen_hosts = {(str(t["host"]).lower(), t.get("url"), t.get("ip")) for t in all_targets}
250 + skipped = 0
248 251 for f in sorted((s.targets_path.parent / "fragments").glob("*.yaml")):
249 252 with open(f, encoding="utf-8") as fh:
250 253 for t in (yaml.safe_load(fh) or {}).get("targets") or []:
251 − if str(t["id"]) in seen_ids:
254 + hk = (str(t["host"]).lower(), t.get("url"), t.get("ip"))
255 + if str(t["id"]) in seen_ids or hk in seen_hosts:
256 + skipped += 1
252 257 continue
253 258 seen_ids.add(str(t["id"]))
259 + seen_hosts.add(hk)
254 260 all_targets.append(t)
261 + if skipped:
262 + log.info("seed: %d fragment entries skipped as duplicates (id or host)", skipped)
255 263 for t in all_targets:
256 264 row = {
257 265 "target_id": str(t["id"]), "name": str(t["name"]), "hostname": str(t["host"]), "url": t.get("url"), "ip": t.get("ip"),
added data/seed/services-fragments/finance.yaml +109 −0
@@ -0,0 +1,109 @@
1 +# InternetPressure services fragment — FINANCE & PAYMENTS. Merged with services.yaml by `ip seed`.
2 +# Every status URL below was fetched on 2026-09-13 and returned the expected JSON shape
3 +# (Atlassian Statuspage: page + status.indicator; status.io: result.status_overall). Corroboration only.
4 +
5 +services:
6 + - { slug: aave, name: "Aave", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.aave.com/api/v2/summary.json" } }
7 + - { slug: afterpay, name: "Afterpay", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.afterpay.com/api/v2/summary.json" } }
8 + - { slug: airwallex, name: "Airwallex", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.airwallex.com/api/v2/summary.json" } }
9 + - { slug: alchemy, name: "Alchemy", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.alchemy.com/api/v2/summary.json" } }
10 + - { slug: alma, name: "Alma", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.getalma.eu/api/v2/summary.json" } }
11 + - { slug: alpaca, name: "Alpaca", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.alpaca.markets/api/v2/summary.json" } }
12 + - { slug: authorizenet, name: "Authorize.net", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.authorize.net/api/v2/summary.json" } }
13 + - { slug: avalanche, name: "Avalanche", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.avax.network/api/v2/summary.json" } }
14 + - { slug: avalara, name: "Avalara", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.avalara.com/api/v2/summary.json" } }
15 + - { slug: bakkt, name: "Bakkt", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bakkt.com/api/v2/summary.json" } }
16 + - { slug: base, name: "Base", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.base.org/api/v2/summary.json" } }
17 + - { slug: bit2me, name: "Bit2Me", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bit2me.com/api/v2/summary.json" } }
18 + - { slug: bitbuy, name: "Bitbuy", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bitbuy.ca/api/v2/summary.json" } }
19 + - { slug: bitfinex, name: "Bitfinex", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://bitfinex.statuspage.io/api/v2/summary.json" } }
20 + - { slug: bitflyer, name: "bitFlyer", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.bitflyer.com/api/v2/summary.json" } }
21 + - { slug: bitgo, name: "BitGo", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.bitgo.com/api/v2/summary.json" } }
22 + - { slug: bitmex, name: "BitMEX", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bitmex.com/api/v2/summary.json" } }
23 + - { slug: bitpanda, name: "Bitpanda", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.bitpanda.com/api/v2/summary.json" } }
24 + - { slug: bitso, name: "Bitso", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bitso.com/api/v2/summary.json" } }
25 + - { slug: bitvavo, name: "Bitvavo", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.bitvavo.com/api/v2/summary.json" } }
26 + - { slug: btcmarkets, name: "BTC Markets", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.btcmarkets.net/api/v2/summary.json" } }
27 + - { slug: bullish, name: "Bullish", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bullish.com/api/v2/summary.json" } }
28 + - { slug: cashapp, name: "Cash App", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.cash.app/api/v2/summary.json" } }
29 + - { slug: chainalysis, name: "Chainalysis", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.chainalysis.com/api/v2/summary.json" } }
30 + - { slug: chime, name: "Chime", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.chime.com/api/v2/summary.json" } }
31 + - { slug: circle, name: "Circle", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.circle.com/api/v2/summary.json" } }
32 + - { slug: clover, name: "Clover", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.clover.com/api/v2/summary.json" } }
33 + - { slug: coindcx, name: "CoinDCX", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.coindcx.com/api/v2/summary.json" } }
34 + - { slug: coinjar, name: "CoinJar", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.coinjar.com/api/v2/summary.json" } }
35 + - { slug: coinlist, name: "CoinList", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.coinlist.co/api/v2/summary.json" } }
36 + - { slug: coinmarketcap, name: "CoinMarketCap", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.coinmarketcap.com/api/v2/summary.json" } }
37 + - { slug: column, name: "Column", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.column.com/api/v2/summary.json" } }
38 + - { slug: crypto-com, name: "Crypto.com", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.crypto.com/api/v2/summary.json" } }
39 + - { slug: dwolla, name: "Dwolla", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.dwolla.com/api/v2/summary.json" } }
40 + - { slug: etoro, name: "eToro", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.etoro.com/api/v2/summary.json" } }
41 + - { slug: fireblocks, name: "Fireblocks", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.fireblocks.com/api/v2/summary.json" } }
42 + - { slug: flutterwave, name: "Flutterwave", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.flutterwave.com/api/v2/summary.json" } }
43 + - { slug: foxbit, name: "Foxbit", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.foxbit.com.br/api/v2/summary.json" } }
44 + - { slug: freshbooks, name: "FreshBooks", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.freshbooks.com/api/v2/summary.json" } }
45 + - { slug: ig, name: "IG", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.ig.com/api/v2/summary.json" } }
46 + - { slug: increase, name: "Increase", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.increase.com/api/v2/summary.json" } }
47 + - { slug: infura, name: "Infura", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.infura.io/api/v2/summary.json" } }
48 + - { slug: ledger, name: "Ledger", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.ledger.com/api/v2/summary.json" } }
49 + - { slug: lemon, name: "Lemon", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.lemon.me/api/v2/summary.json" } }
50 + - { slug: lemonway, name: "Lemonway", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.lemonway.com/api/v2/summary.json" } }
51 + - { slug: lightspeed, name: "Lightspeed", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.lightspeedhq.com/api/v2/summary.json" } }
52 + - { slug: lithic, name: "Lithic", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.lithic.com/api/v2/summary.json" } }
53 + - { slug: luno, name: "Luno", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.luno.com/api/v2/summary.json" } }
54 + - { slug: m1, name: "M1 Finance", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.m1.com/api/v2/summary.json" } }
55 + - { slug: marqeta, name: "Marqeta", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.marqeta.com/api/v2/summary.json" } }
56 + - { slug: mercadopago, name: "Mercado Pago", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.mercadopago.com/api/v2/summary.json" } }
57 + - { slug: mercury, name: "Mercury", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.mercury.com/api/v2/summary.json" } }
58 + - { slug: moneris, name: "Moneris", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.moneris.com/api/v2/summary.json" } }
59 + - { slug: montonio, name: "Montonio", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.montonio.com/api/v2/summary.json" } }
60 + - { slug: monzo, name: "Monzo", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.monzo.com/api/v2/summary.json" } }
61 + - { slug: morningstar, name: "Morningstar", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.morningstar.com/api/v2/summary.json" } }
62 + - { slug: mx, name: "MX Technologies", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.mx.com/api/v2/summary.json" } }
63 + - { slug: netsuite, name: "Oracle NetSuite", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.netsuite.com/api/v2/summary.json" } }
64 + - { slug: newton, name: "Newton", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.newton.co/api/v2/summary.json" } }
65 + - { slug: nium, name: "Nium", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.nium.com/api/v2/summary.json" } }
66 + - { slug: omise, name: "Omise (Opn)", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.omise.co/api/v2/summary.json" } }
67 + - { slug: openexchangerates, name: "Open Exchange Rates", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.openexchangerates.org/api/v2/summary.json" } }
68 + - { slug: opensea, name: "OpenSea", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.opensea.io/api/v2/summary.json" } }
69 + - { slug: osl, name: "OSL", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.osl.com/api/v2/summary.json" } }
70 + - { slug: paxos, name: "Paxos", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.paxos.com/api/v2/summary.json" } }
71 + - { slug: payfast, name: "Payfast", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.payfast.io/api/v2/summary.json" } }
72 + - { slug: payoneer, name: "Payoneer", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.payoneer.com/api/v2/summary.json" } }
73 + - { slug: payplug, name: "PayPlug", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.payplug.com/api/v2/summary.json" } }
74 + - { slug: paysafe, name: "Paysafe", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.paysafe.com/api/v2/summary.json" } }
75 + - { slug: peach-payments, name: "peach-payments", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.peachpayments.com/api/v2/summary.json" } }
76 + - { slug: pleo, name: "Pleo", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.pleo.io/api/v2/summary.json" } }
77 + - { slug: polygon, name: "Polygon", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.polygon.technology/api/v2/summary.json" } }
78 + - { slug: quicknode, name: "QuickNode", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.quicknode.com/api/v2/summary.json" } }
79 + - { slug: ripio, name: "Ripio", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.ripio.com/api/v2/summary.json" } }
80 + - { slug: sage, name: "Sage", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.sage.com/api/v2/summary.json" } }
81 + - { slug: scalable, name: "Scalable Capital", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.scalable.capital/api/v2/summary.json" } }
82 + - { slug: scalapay, name: "Scalapay", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.scalapay.com/api/v2/summary.json" } }
83 + - { slug: sezzle, name: "Sezzle", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.sezzle.com/api/v2/summary.json" } }
84 + - { slug: shakepay, name: "Shakepay", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.shakepay.com/api/v2/summary.json" } }
85 + - { slug: shift4, name: "Shift4", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.shift4.com/api/v2/summary.json" } }
86 + - { slug: solana, name: "Solana", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.solana.com/api/v2/summary.json" } }
87 + - { slug: solaris, name: "Solaris", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.solarisgroup.com/api/v2/summary.json" } }
88 + - { slug: spendesk, name: "Spendesk", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.spendesk.com/api/v2/summary.json" } }
89 + - { slug: square, name: "Square", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://www.issquareup.com/api/v2/summary.json" } }
90 + - { slug: stellar, name: "Stellar", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.stellar.org/api/v2/summary.json" } }
91 + - { slug: sumup, name: "SumUp", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.sumup.com/api/v2/summary.json" } }
92 + - { slug: swish, name: "Swish", category: finance, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.swish.nu/api/v2/summary.json" } }
93 + - { slug: tabby, name: "Tabby", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.tabby.ai/api/v2/summary.json" } }
94 + - { slug: tastytrade, name: "tastytrade", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.tastytrade.com/api/v2/summary.json" } }
95 + - { slug: tink, name: "Tink", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.tink.com/api/v2/summary.json" } }
96 + - { slug: toast, name: "Toast", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.toasttab.com/api/v2/summary.json" } }
97 + - { slug: treasuryprime, name: "Treasury Prime", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.treasuryprime.com/api/v2/summary.json" } }
98 + - { slug: truelayer, name: "TrueLayer", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.truelayer.com/api/v2/summary.json" } }
99 + - { slug: tyro, name: "Tyro", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.tyro.com/api/v2/summary.json" } }
100 + - { slug: unit, name: "Unit", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.unit.co/api/v2/summary.json" } }
101 + - { slug: unzer, name: "Unzer", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.unzer.com/api/v2/summary.json" } }
102 + - { slug: valr, name: "VALR", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.valr.com/api/v2/summary.json" } }
103 + - { slug: viva, name: "Viva.com", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.viva.com/api/v2/summary.json" } }
104 + - { slug: wave, name: "Wave", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.waveapps.com/api/v2/summary.json" } }
105 + - { slug: worldpay, name: "Worldpay", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.worldpay.com/api/v2/summary.json" } }
106 + - { slug: xendit, name: "Xendit", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.xendit.co/api/v2/summary.json" } }
107 + - { slug: yapily, name: "Yapily", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.yapily.com/api/v2/summary.json" } }
108 + - { slug: yoco, name: "Yoco", category: finance, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.yoco.com/api/v2/summary.json" } }
109 + - { slug: zettle, name: "Zettle", category: finance, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.zettle.com/api/v2/summary.json" } }
added data/seed/services-fragments/government.yaml +4 −0
@@ -0,0 +1,4 @@
1 +# Services fragment — government sector. Governments almost never expose machine-readable status pages usable by our
2 +# connector kinds (statuspage / statusio / gcp_json / aws_rss / azure_rss / slack_json / heroku_v4); verified 2026-09-13.
3 +# Deliberately empty — corroboration for government targets comes from HTTP probes only.
4 +services: []
added data/seed/services-fragments/infrastructure.yaml +52 −0
@@ -0,0 +1,52 @@
1 +# Services fragment — Internet infrastructure providers with a machine-readable public status page.
2 +# Every connector below was verified 2026-09-13 with curl (Statuspage `/api/v2/summary.json` → status.indicator + page.name;
3 +# status.io `/1.0/status/<page_id>` → result.status_overall.status). Providers whose page is custom / Instatus / incident.io
4 +# (Vultr, Hetzner, Backblaze, Namecheap, Contabo, Leaseweb, IONOS, Gcore, Deno, NextDNS, Quad9, OpenDNS, Megaport, Starlink, Viasat,
5 +# Zscaler, Netskope, WP Engine, Platform.sh, Equinix, Digital Realty, Zayo, PacketFabric, ICANN) are deliberately omitted.
6 +services:
7 + # ───────── Cloud, hosting & PaaS
8 + - { slug: kinsta, name: Kinsta, category: cloud, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.kinsta.com/api/v2/summary.json" } }
9 + - { slug: pantheon, name: Pantheon, category: cloud, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.pantheon.io/api/v2/summary.json" } }
10 + - { slug: acquia, name: Acquia, category: cloud, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.acquia.com/api/v2/summary.json" } }
11 + - { slug: cloudways, name: Cloudways, category: cloud, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.cloudways.com/api/v2/summary.json" } }
12 + - { slug: liquidweb, name: Liquid Web, category: cloud, asns: [32244], importance: 2, status: { kind: statuspage, url: "https://status.liquidweb.com/api/v2/summary.json" } }
13 + - { slug: nexcess, name: Nexcess, category: cloud, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.nexcess.net/api/v2/summary.json" } }
14 + - { slug: phoenixnap, name: phoenixNAP, category: cloud, asns: [20278], importance: 2, status: { kind: statuspage, url: "https://status.phoenixnap.com/api/v2/summary.json" } }
15 + - { slug: hosteurope, name: Host Europe, category: cloud, asns: [20773], importance: 2, status: { kind: statuspage, url: "https://status.hosteurope.de/api/v2/summary.json" } }
16 + - { slug: onecom, name: one.com, category: cloud, asns: [51468], importance: 2, status: { kind: statuspage, url: "https://status.one.com/api/v2/summary.json" } }
17 + - { slug: dreamhost, name: DreamHost, category: cloud, asns: [26347], importance: 2, status: { kind: statusio, url: "https://api.status.io/1.0/status/575f0f606826303142000510" } }
18 + - { slug: catalystcloud, name: Catalyst Cloud, category: cloud, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.catalystcloud.nz/api/v2/summary.json" } }
19 + - { slug: webflow, name: Webflow, category: cloud, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.webflow.com/api/v2/summary.json" } }
20 + - { slug: upstash, name: Upstash, category: developer, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.upstash.com/api/v2/summary.json" } }
21 + - { slug: cdnjs, name: cdnjs, category: cdn, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.cdnjs.com/api/v2/summary.json" } }
22 + - { slug: cocoapods, name: CocoaPods, category: developer, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.cocoapods.org/api/v2/summary.json" } }
23 + - { slug: hexpm, name: Hex.pm, category: developer, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.hex.pm/api/v2/summary.json" } }
24 + # ───────── Registrars & DNS
25 + - { slug: namecom, name: Name.com, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.name.com/api/v2/summary.json" } }
26 + - { slug: dnsimple, name: DNSimple, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.dnsimple.com/api/v2/summary.json" } }
27 + - { slug: dnsfilter, name: DNSFilter, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.dnsfilter.com/api/v2/summary.json" } }
28 + - { slug: adguard, name: AdGuard DNS, category: infrastructure, asns: [212772], importance: 3, status: { kind: statuspage, url: "https://status.adguard.com/api/v2/summary.json" } }
29 + - { slug: ripe, name: RIPE NCC, category: infrastructure, asns: [3333], importance: 4, status: { kind: statuspage, url: "https://status.ripe.net/api/v2/summary.json" } }
30 + # ───────── PKI
31 + - { slug: digicert, name: DigiCert, category: infrastructure, asns: [], importance: 4, status: { kind: statuspage, url: "https://status.digicert.com/api/v2/summary.json" } }
32 + - { slug: globalsign, name: GlobalSign, category: infrastructure, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.globalsign.com/api/v2/summary.json" } }
33 + - { slug: sectigo, name: Sectigo, category: infrastructure, asns: [], importance: 4, status: { kind: statusio, url: "https://sectigo.status.io/1.0/status/5938a0dbef3e6af26b001921" } }
34 + # ───────── Enterprise networking, zero-trust & VPN
35 + - { slug: meraki, name: Cisco Meraki, category: infrastructure, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.meraki.com/api/v2/summary.json" } }
36 + - { slug: ubiquiti, name: Ubiquiti, category: infrastructure, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.ui.com/api/v2/summary.json" } }
37 + - { slug: twingate, name: Twingate, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.twingate.com/api/v2/summary.json" } }
38 + - { slug: netbird, name: NetBird, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.netbird.io/api/v2/summary.json" } }
39 + - { slug: checkpoint, name: Check Point, category: infrastructure, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.checkpoint.com/api/v2/summary.json" } }
40 + - { slug: forticloud, name: Fortinet FortiCloud, category: infrastructure, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.forticloud.com/api/v2/summary.json" } }
41 + - { slug: barracuda, name: Barracuda Networks, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.barracuda.com/api/v2/summary.json" } }
42 + - { slug: watchguard, name: WatchGuard, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.watchguard.com/api/v2/summary.json" } }
43 + - { slug: infoblox, name: Infoblox, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.infoblox.com/api/v2/summary.json" } }
44 + - { slug: cradlepoint, name: Cradlepoint NetCloud, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.cradlepoint.com/api/v2/summary.json" } }
45 + - { slug: nordlayer, name: NordLayer, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.nordlayer.com/api/v2/summary.json" } }
46 + - { slug: perimeter81, name: Perimeter 81 (Check Point), category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.perimeter81.com/api/v2/summary.json" } }
47 + # ───────── Network observability
48 + - { slug: kentik, name: Kentik, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.kentik.com/api/v2/summary.json" } }
49 + - { slug: thousandeyes, name: Cisco ThousandEyes, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.thousandeyes.com/api/v2/summary.json" } }
50 + - { slug: catchpoint, name: Catchpoint, category: infrastructure, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.catchpoint.com/api/v2/summary.json" } }
51 + - { slug: statuscake, name: StatusCake, category: infrastructure, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.statuscake.com/api/v2/summary.json" } }
52 + - { slug: incidentio, name: incident.io, category: infrastructure, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.incident.io/api/v2/summary.json" } }
added data/seed/services-fragments/media.yaml +37 −0
@@ -0,0 +1,37 @@
1 +# Services fragment — media / streaming / social / gaming providers with a machine-readable public status page.
2 +# Only connectors verified 2026-09-13 (Statuspage /api/v2/summary.json with page + status.indicator). Providers whose
3 +# status page is Instatus/custom (Bluesky, Discogs, mastodon.social, Philo, Podchaser, Restream, Wistia, Crunchyroll,
4 +# Spotify custom, Roku, SoundCloud, Vimeo, Unity, FACEIT, Photon, Chess.com, Lichess…) are intentionally omitted (status: null).
5 +services:
6 + - { slug: bitly, name: Bitly, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.bitly.com/api/v2/summary.json" } }
7 + - { slug: buffer, name: Buffer, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.buffer.com/api/v2/summary.json" } }
8 + - { slug: canva, name: Canva, category: social, asns: [], importance: 3, status: { kind: statuspage, url: "https://www.canvastatus.com/api/v2/summary.json" } }
9 + - { slug: dailymotion, name: Dailymotion, category: streaming, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.dailymotion.com/api/v2/summary.json" } }
10 + - { slug: devto, name: "DEV Community", category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.dev.to/api/v2/summary.json" } }
11 + - { slug: disqus, name: Disqus, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.disqus.com/api/v2/summary.json" } }
12 + - { slug: foursquare, name: Foursquare, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.foursquare.com/api/v2/summary.json" } }
13 + - { slug: geforcenow, name: "NVIDIA GeForce NOW", category: streaming, asns: [], importance: 3, status: { kind: statuspage, url: "https://status.geforcenow.com/api/v2/summary.json" } }
14 + - { slug: giphy, name: GIPHY, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.giphy.com/api/v2/summary.json" } }
15 + - { slug: gofundme, name: GoFundMe, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.gofundme.com/api/v2/summary.json" } }
16 + - { slug: goto, name: GoTo, category: messaging, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.goto.com/api/v2/summary.json" } }
17 + - { slug: grindr, name: Grindr, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.grindr.com/api/v2/summary.json" } }
18 + - { slug: hootsuite, name: Hootsuite, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.hootsuite.com/api/v2/summary.json" } }
19 + - { slug: hypixel, name: Hypixel, category: streaming, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.hypixel.net/api/v2/summary.json" } }
20 + - { slug: imgur, name: Imgur, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.imgur.com/api/v2/summary.json" } }
21 + - { slug: kahoot, name: "Kahoot!", category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.kahoot.com/api/v2/summary.json" } }
22 + - { slug: kickstarter, name: Kickstarter, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.kickstarter.com/api/v2/summary.json" } }
23 + - { slug: megaphone, name: "Megaphone (Spotify)", category: streaming, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.megaphone.fm/api/v2/summary.json" } }
24 + - { slug: minds, name: Minds, category: social, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.minds.com/api/v2/summary.json" } }
25 + - { slug: misskey, name: Misskey.io, category: social, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.misskey.io/api/v2/summary.json" } }
26 + - { slug: patreon, name: Patreon, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.patreon.com/api/v2/summary.json" } }
27 + - { slug: playfab, name: PlayFab, category: streaming, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.playfab.com/api/v2/summary.json" } }
28 + - { slug: plex, name: Plex, category: streaming, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.plex.tv/api/v2/summary.json" } }
29 + - { slug: simplecast, name: Simplecast, category: streaming, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.simplecast.com/api/v2/summary.json" } }
30 + - { slug: splice, name: Splice, category: streaming, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.splice.com/api/v2/summary.json" } }
31 + - { slug: streamyard, name: StreamYard, category: streaming, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.streamyard.com/api/v2/summary.json" } }
32 + - { slug: trustpilot, name: Trustpilot, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.trustpilot.com/api/v2/summary.json" } }
33 + - { slug: tunein, name: TuneIn, category: streaming, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.tunein.com/api/v2/summary.json" } }
34 + - { slug: unsplash, name: Unsplash, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.unsplash.com/api/v2/summary.json" } }
35 + - { slug: wattpad, name: Wattpad, category: social, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.wattpad.com/api/v2/summary.json" } }
36 + - { slug: wire, name: Wire, category: messaging, asns: [], importance: 1, status: { kind: statuspage, url: "https://status.wire.com/api/v2/summary.json" } }
37 + - { slug: zulip, name: Zulip, category: messaging, asns: [], importance: 2, status: { kind: statuspage, url: "https://status.zulip.com/api/v2/summary.json" } }
added data/targets/fragments/finance.yaml +3816 −0
@@ -0,0 +1,3816 @@
1 +# InternetPressure target fragment — FINANCE & PAYMENTS (worldwide). Same shape as targets.yaml; merged by `ip seed`.
2 +# Every host below was verified live (dig +short non-empty, HTTP 2xx/3xx/4xx) on 2026-09-13 with the probe UA.
3 +# Tier 2 = imp 5 payment/market infrastructure only; tier 3 = imp >= 4; tier 4 = the rest. No traceroute.
4 +
5 +targets:
6 + # ───────── Global systemically important banks (group sites) (13)
7 + - { id: bank-us-jpmorganchase, name: "JPMorgan Chase (group)", host: www.jpmorganchase.com, cat: finance, provider: jpmorgan, cc: US, imp: 5, tier: 3, checks: [http] }
8 + - { id: bank-us-citigroup, name: "Citigroup", host: www.citigroup.com, cat: finance, provider: citi, cc: US, imp: 5, tier: 3, checks: [http] }
9 + - { id: bank-us-bny, name: "BNY (Bank of New York Mellon)", host: www.bny.com, cat: finance, provider: bny, cc: US, imp: 5, tier: 3, checks: [http] }
10 + - { id: bank-us-state-street, name: "State Street", host: www.statestreet.com, cat: finance, provider: state-street, cc: US, imp: 5, tier: 3, checks: [http] }
11 + - { id: bank-gb-standard-chartered, name: "Standard Chartered", host: www.sc.com, cat: finance, provider: standard-chartered, cc: GB, imp: 5, tier: 3, checks: [http] }
12 + - { id: bank-fr-bpce, name: "Groupe BPCE", host: www.groupebpce.com, cat: finance, provider: bpce, cc: FR, imp: 5, tier: 3, checks: [http] }
13 + - { id: bank-fr-bnpparibas-com, name: "BNP Paribas (corporate)", host: www.bnpparibas.com, cat: finance, provider: bnp, cc: FR, imp: 5, tier: 3, checks: [http] }
14 + - { id: bank-jp-smfg, name: "Sumitomo Mitsui Financial Group", host: www.smfg.co.jp, cat: finance, provider: smbc, cc: JP, imp: 5, tier: 3, checks: [http] }
15 + - { id: bank-cn-abc, name: "Agricultural Bank of China", host: www.abchina.com, cat: finance, provider: abc, cc: CN, imp: 5, tier: 3, checks: [http] }
16 + - { id: bank-cn-bocom, name: "Bank of Communications", host: www.bankcomm.com, cat: finance, provider: bocom, cc: CN, imp: 5, tier: 3, checks: [http] }
17 + - { id: bank-ca-rbc-group, name: "RBC (group)", host: www.rbc.com, cat: finance, provider: rbc, cc: CA, imp: 5, tier: 3, checks: [http] }
18 + - { id: bank-us-tdbank, name: "TD Bank (US)", host: www.tdbank.com, cat: finance, provider: td, cc: US, imp: 4, tier: 3, checks: [http] }
19 + - { id: bank-ch-credit-suisse, name: "Credit Suisse (UBS)", host: www.credit-suisse.com, cat: finance, provider: ubs, cc: CH, imp: 3, tier: 4, checks: [http] }
20 + # ───────── Retail & commercial banks, central banks (939)
21 + - { id: bank-us-pnc, name: "PNC Bank", host: www.pnc.com, cat: finance, provider: pnc, cc: US, imp: 4, tier: 3, checks: [http] }
22 + - { id: bank-us-citizens, name: "Citizens Bank", host: www.citizensbank.com, cat: finance, provider: citizens, cc: US, imp: 3, tier: 4, checks: [http] }
23 + - { id: bank-us-fifth-third, name: "Fifth Third Bank", host: www.53.com, cat: finance, provider: fifth-third, cc: US, imp: 3, tier: 4, checks: [http] }
24 + - { id: bank-us-keybank, name: "KeyBank", host: www.key.com, cat: finance, provider: keycorp, cc: US, imp: 3, tier: 4, checks: [http] }
25 + - { id: bank-us-huntington, name: "Huntington Bank", host: www.huntington.com, cat: finance, provider: huntington, cc: US, imp: 3, tier: 4, checks: [http] }
26 + - { id: bank-us-regions, name: "Regions Bank", host: www.regions.com, cat: finance, provider: regions, cc: US, imp: 3, tier: 4, checks: [http] }
27 + - { id: bank-us-mt, name: "M&T Bank", host: www.mtb.com, cat: finance, provider: mt-bank, cc: US, imp: 3, tier: 4, checks: [http] }
28 + - { id: bank-us-ally, name: "Ally Bank", host: www.ally.com, cat: finance, provider: ally, cc: US, imp: 3, tier: 4, checks: [http] }
29 + - { id: bank-us-synchrony, name: "Synchrony", host: www.synchrony.com, cat: finance, provider: synchrony, cc: US, imp: 3, tier: 4, checks: [http] }
30 + - { id: bank-us-marcus, name: "Marcus by Goldman Sachs", host: www.marcus.com, cat: finance, provider: goldman, cc: US, imp: 2, tier: 4, checks: [http] }
31 + - { id: bank-us-sofi, name: "SoFi", host: www.sofi.com, cat: finance, provider: sofi, cc: US, imp: 3, tier: 4, checks: [http] }
32 + - { id: bank-us-first-citizens, name: "First Citizens Bank", host: www.firstcitizens.com, cat: finance, provider: first-citizens, cc: US, imp: 2, tier: 4, checks: [http] }
33 + - { id: bank-us-zions, name: "Zions Bank", host: www.zionsbank.com, cat: finance, provider: zions, cc: US, imp: 2, tier: 4, checks: [http] }
34 + - { id: bank-us-santander, name: "Santander Bank (US)", host: www.santanderbank.com, cat: finance, provider: santander, cc: US, imp: 2, tier: 4, checks: [http] }
35 + - { id: bank-us-discover-bank, name: "Discover Bank", host: www.discover.com, url: "https://www.discover.com/online-banking/", cat: finance, provider: discover, cc: US, imp: 2, tier: 4, checks: [http] }
36 + - { id: bank-us-webster, name: "Webster Bank", host: www.websterbank.com, cat: finance, provider: webster, cc: US, imp: 2, tier: 4, checks: [http] }
37 + - { id: bank-us-east-west, name: "East West Bank", host: www.eastwestbank.com, cat: finance, provider: east-west, cc: US, imp: 2, tier: 4, checks: [http] }
38 + - { id: bank-us-wintrust, name: "Wintrust", host: www.wintrust.com, cat: finance, provider: wintrust, cc: US, imp: 2, tier: 4, checks: [http] }
39 + - { id: bank-us-frost, name: "Frost Bank", host: www.frostbank.com, cat: finance, provider: frost, cc: US, imp: 2, tier: 4, checks: [http] }
40 + - { id: bank-us-nycb-flagstar, name: "Flagstar Bank", host: www.flagstar.com, cat: finance, provider: flagstar, cc: US, imp: 2, tier: 4, checks: [http] }
41 + - { id: bank-us-popular, name: "Popular (Banco Popular PR)", host: www.popular.com, cat: finance, provider: popular, cc: US, imp: 2, tier: 4, checks: [http] }
42 + - { id: bank-ca-laurentian, name: "Laurentian Bank", host: www.laurentianbank.ca, cat: finance, provider: laurentian, cc: CA, imp: 3, tier: 4, checks: [http] }
43 + - { id: bank-ca-cwb, name: "Canadian Western Bank", host: www.cwbank.com, cat: finance, provider: nbc, cc: CA, imp: 2, tier: 4, checks: [http] }
44 + - { id: bank-ca-atb, name: "ATB Financial", host: www.atb.com, cat: finance, provider: atb, cc: CA, imp: 3, tier: 4, checks: [http] }
45 + - { id: bank-ca-simplii, name: "Simplii Financial", host: www.simplii.com, cat: finance, provider: cibc, cc: CA, imp: 3, tier: 4, checks: [http] }
46 + - { id: bank-ca-manulife-bank, name: "Manulife Bank", host: www.manulifebank.ca, cat: finance, provider: manulife, cc: CA, imp: 2, tier: 4, checks: [http] }
47 + - { id: bank-ca-home-trust, name: "Home Trust", host: www.hometrust.ca, cat: finance, provider: home-capital, cc: CA, imp: 2, tier: 4, checks: [http] }
48 + - { id: bank-ca-peoples, name: "Peoples Group", host: www.peoplesgroup.com, cat: finance, provider: peoples-group, cc: CA, imp: 2, tier: 4, checks: [http] }
49 + - { id: bank-ca-fnbc, name: "First Nations Bank of Canada", host: www.fnbc.ca, cat: finance, provider: fnbc, cc: CA, imp: 2, tier: 4, checks: [http] }
50 + - { id: bank-ca-cdic, name: "CDIC", host: www.cdic.ca, cat: finance, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
51 + - { id: bank-mx-santander, name: "Santander México", host: www.santander.com.mx, cat: finance, provider: santander, cc: MX, imp: 3, tier: 4, checks: [http] }
52 + - { id: bank-mx-banamex, name: "Banamex", host: www.banamex.com, cat: finance, provider: banamex, cc: MX, imp: 3, tier: 4, checks: [http] }
53 + - { id: bank-mx-hsbc, name: "HSBC México", host: www.hsbc.com.mx, cat: finance, provider: hsbc, cc: MX, imp: 3, tier: 4, checks: [http] }
54 + - { id: bank-mx-scotiabank, name: "Scotiabank México", host: www.scotiabank.com.mx, cat: finance, provider: scotiabank, cc: MX, imp: 3, tier: 4, checks: [http] }
55 + - { id: bank-mx-inbursa, name: "Banco Inbursa", host: www.inbursa.com, cat: finance, provider: inbursa, cc: MX, imp: 3, tier: 4, checks: [http] }
56 + - { id: bank-mx-azteca, name: "Banco Azteca", host: www.bancoazteca.com.mx, cat: finance, provider: grupo-elektra, cc: MX, imp: 3, tier: 4, checks: [http] }
57 + - { id: bank-mx-bancoppel, name: "BanCoppel", host: www.bancoppel.com, cat: finance, provider: coppel, cc: MX, imp: 2, tier: 4, checks: [http] }
58 + - { id: bank-mx-banregio, name: "Banregio", host: www.banregio.com, cat: finance, provider: regional, cc: MX, imp: 2, tier: 4, checks: [http] }
59 + - { id: bank-mx-bajio, name: "BanBajío", host: www.bb.com.mx, cat: finance, provider: banbajio, cc: MX, imp: 2, tier: 4, checks: [http] }
60 + - { id: bank-br-santander, name: "Santander Brasil", host: www.santander.com.br, cat: finance, provider: santander, cc: BR, imp: 4, tier: 3, checks: [http] }
61 + - { id: bank-br-btg, name: "BTG Pactual", host: www.btgpactual.com, cat: finance, provider: btg, cc: BR, imp: 3, tier: 4, checks: [http] }
62 + - { id: bank-br-inter, name: "Banco Inter", host: www.bancointer.com.br, cat: finance, provider: inter, cc: BR, imp: 3, tier: 4, checks: [http] }
63 + - { id: bank-br-c6, name: "C6 Bank", host: www.c6bank.com.br, cat: finance, provider: c6, cc: BR, imp: 3, tier: 4, checks: [http] }
64 + - { id: bank-br-original, name: "Banco Original", host: www.original.com.br, cat: finance, provider: original, cc: BR, imp: 2, tier: 4, checks: [http] }
65 + - { id: bank-br-safra, name: "Banco Safra", host: www.safra.com.br, cat: finance, provider: safra, cc: BR, imp: 3, tier: 4, checks: [http] }
66 + - { id: bank-br-banrisul, name: "Banrisul", host: www.banrisul.com.br, cat: finance, provider: banrisul, cc: BR, imp: 2, tier: 4, checks: [http] }
67 + - { id: bank-br-pan, name: "Banco Pan", host: www.bancopan.com.br, cat: finance, provider: btg, cc: BR, imp: 2, tier: 4, checks: [http] }
68 + - { id: bank-br-bndes, name: "BNDES", host: www.bndes.gov.br, cat: finance, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
69 + - { id: bank-br-bmg, name: "Banco BMG", host: www.bancobmg.com.br, cat: finance, provider: bmg, cc: BR, imp: 2, tier: 4, checks: [http] }
70 + - { id: bank-br-daycoval, name: "Banco Daycoval", host: www.daycoval.com.br, cat: finance, provider: daycoval, cc: BR, imp: 2, tier: 4, checks: [http] }
71 + - { id: bank-ar-nacion, name: "Banco de la Nación Argentina", host: www.bna.com.ar, cat: finance, provider: bna, cc: AR, imp: 4, tier: 3, checks: [http] }
72 + - { id: bank-ar-galicia, name: "Banco Galicia", host: www.bancogalicia.com, cat: finance, provider: galicia, cc: AR, imp: 3, tier: 4, checks: [http] }
73 + - { id: bank-ar-bbva, name: "BBVA Argentina", host: www.bbva.com.ar, cat: finance, provider: bbva, cc: AR, imp: 3, tier: 4, checks: [http] }
74 + - { id: bank-ar-macro, name: "Banco Macro", host: www.macro.com.ar, cat: finance, provider: macro, cc: AR, imp: 3, tier: 4, checks: [http] }
75 + - { id: bank-ar-provincia, name: "Banco Provincia", host: www.bancoprovincia.com.ar, cat: finance, provider: bapro, cc: AR, imp: 3, tier: 4, checks: [http] }
76 + - { id: bank-ar-icbc, name: "ICBC Argentina", host: www.icbc.com.ar, cat: finance, provider: icbc, cc: AR, imp: 2, tier: 4, checks: [http] }
77 + - { id: bank-ar-ciudad, name: "Banco Ciudad", host: www.bancociudad.com.ar, cat: finance, provider: banco-ciudad, cc: AR, imp: 2, tier: 4, checks: [http] }
78 + - { id: bank-ar-hsbc-galicia, name: "Galicia Más (ex-HSBC)", host: www.galiciamas.com.ar, cat: finance, provider: galicia, cc: AR, imp: 2, tier: 4, checks: [http] }
79 + - { id: bank-ar-supervielle, name: "Banco Supervielle", host: www.supervielle.com.ar, cat: finance, provider: supervielle, cc: AR, imp: 2, tier: 4, checks: [http] }
80 + - { id: bank-cl-bancochile, name: "Banco de Chile", host: www.bancochile.cl, cat: finance, provider: banco-chile, cc: CL, imp: 4, tier: 3, checks: [http] }
81 + - { id: bank-cl-bancoestado, name: "BancoEstado", host: www.bancoestado.cl, cat: finance, provider: bancoestado, cc: CL, imp: 4, tier: 3, checks: [http] }
82 + - { id: bank-cl-santander, name: "Santander Chile", host: www.santander.cl, cat: finance, provider: santander, cc: CL, imp: 3, tier: 4, checks: [http] }
83 + - { id: bank-cl-bci, name: "Bci", host: www.bci.cl, cat: finance, provider: bci, cc: CL, imp: 3, tier: 4, checks: [http] }
84 + - { id: bank-cl-itau, name: "Itaú Chile", host: www.itau.cl, cat: finance, provider: itau, cc: CL, imp: 3, tier: 4, checks: [http] }
85 + - { id: bank-cl-scotiabank, name: "Scotiabank Chile", host: www.scotiabank.cl, cat: finance, provider: scotiabank, cc: CL, imp: 3, tier: 4, checks: [http] }
86 + - { id: bank-cl-falabella, name: "Banco Falabella", host: www.bancofalabella.cl, cat: finance, provider: falabella, cc: CL, imp: 2, tier: 4, checks: [http] }
87 + - { id: bank-cl-security, name: "Banco Security", host: www.bancosecurity.cl, cat: finance, provider: security, cc: CL, imp: 2, tier: 4, checks: [http] }
88 + - { id: bank-co-bancolombia, name: "Bancolombia", host: www.bancolombia.com, cat: finance, provider: bancolombia, cc: CO, imp: 4, tier: 3, checks: [http] }
89 + - { id: bank-co-davivienda, name: "Davivienda", host: www.davivienda.com, cat: finance, provider: davivienda, cc: CO, imp: 4, tier: 3, checks: [http] }
90 + - { id: bank-co-bogota, name: "Banco de Bogotá", host: www.bancodebogota.com, cat: finance, provider: grupo-aval, cc: CO, imp: 3, tier: 4, checks: [http] }
91 + - { id: bank-co-bbva, name: "BBVA Colombia", host: www.bbva.com.co, cat: finance, provider: bbva, cc: CO, imp: 3, tier: 4, checks: [http] }
92 + - { id: bank-co-occidente, name: "Banco de Occidente", host: www.bancodeoccidente.com.co, cat: finance, provider: grupo-aval, cc: CO, imp: 2, tier: 4, checks: [http] }
93 + - { id: bank-co-popular, name: "Banco Popular Colombia", host: www.bancopopular.com.co, cat: finance, provider: grupo-aval, cc: CO, imp: 2, tier: 4, checks: [http] }
94 + - { id: bank-co-av-villas, name: "Banco AV Villas", host: www.avvillas.com.co, cat: finance, provider: grupo-aval, cc: CO, imp: 2, tier: 4, checks: [http] }
95 + - { id: bank-co-itau, name: "Itaú Colombia", host: www.itau.co, cat: finance, provider: itau, cc: CO, imp: 2, tier: 4, checks: [http] }
96 + - { id: bank-pe-bcp, name: "BCP", host: www.viabcp.com, cat: finance, provider: credicorp, cc: PE, imp: 4, tier: 3, checks: [http] }
97 + - { id: bank-pe-interbank, name: "Interbank", host: interbank.pe, cat: finance, provider: intercorp, cc: PE, imp: 3, tier: 4, checks: [http] }
98 + - { id: bank-pe-bbva, name: "BBVA Perú", host: www.bbva.pe, cat: finance, provider: bbva, cc: PE, imp: 3, tier: 4, checks: [http] }
99 + - { id: bank-pe-scotiabank, name: "Scotiabank Perú", host: www.scotiabank.com.pe, cat: finance, provider: scotiabank, cc: PE, imp: 3, tier: 4, checks: [http] }
100 + - { id: bank-pe-banbif, name: "BanBif", host: www.banbif.com.pe, cat: finance, provider: banbif, cc: PE, imp: 2, tier: 4, checks: [http] }
101 + - { id: bank-pe-nacion, name: "Banco de la Nación (Perú)", host: www.bn.com.pe, cat: finance, provider: gob-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
102 + - { id: bank-uy-brou, name: "BROU", host: www.brou.com.uy, cat: finance, provider: brou, cc: UY, imp: 4, tier: 3, checks: [http] }
103 + - { id: bank-uy-itau, name: "Itaú Uruguay", host: www.itau.com.uy, cat: finance, provider: itau, cc: UY, imp: 3, tier: 4, checks: [http] }
104 + - { id: bank-uy-santander, name: "Santander Uruguay", host: www.santander.com.uy, cat: finance, provider: santander, cc: UY, imp: 3, tier: 4, checks: [http] }
105 + - { id: bank-uy-bbva, name: "BBVA Uruguay", host: www.bbva.com.uy, cat: finance, provider: bbva, cc: UY, imp: 2, tier: 4, checks: [http] }
106 + - { id: bank-uy-scotiabank, name: "Scotiabank Uruguay", host: www.scotiabank.com.uy, cat: finance, provider: scotiabank, cc: UY, imp: 2, tier: 4, checks: [http] }
107 + - { id: bank-uy-bcu, name: "Banco Central del Uruguay", host: www.bcu.gub.uy, cat: finance, provider: gub-uy, cc: UY, imp: 3, tier: 4, checks: [http] }
108 + - { id: bank-py-itau, name: "Itaú Paraguay", host: www.itau.com.py, cat: finance, provider: itau, cc: PY, imp: 3, tier: 4, checks: [http] }
109 + - { id: bank-py-continental, name: "Banco Continental", host: www.bancontinental.com.py, cat: finance, provider: continental, cc: PY, imp: 2, tier: 4, checks: [http] }
110 + - { id: bank-py-bnf, name: "Banco Nacional de Fomento", host: www.bnf.gov.py, cat: finance, provider: gov-py, cc: PY, imp: 2, tier: 4, checks: [http] }
111 + - { id: bank-py-bcp, name: "Banco Central del Paraguay", host: www.bcp.gov.py, cat: finance, provider: gov-py, cc: PY, imp: 3, tier: 4, checks: [http] }
112 + - { id: bank-bo-bmsc, name: "Banco Mercantil Santa Cruz", host: www.bmsc.com.bo, cat: finance, provider: bmsc, cc: BO, imp: 3, tier: 4, checks: [http] }
113 + - { id: bank-bo-bnb, name: "Banco Nacional de Bolivia", host: www.bnb.com.bo, cat: finance, provider: bnb, cc: BO, imp: 2, tier: 4, checks: [http] }
114 + - { id: bank-bo-union, name: "Banco Unión", host: www.bancounion.com.bo, cat: finance, provider: gob-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
115 + - { id: bank-bo-bisa, name: "Banco BISA", host: www.bisa.com, cat: finance, provider: bisa, cc: BO, imp: 2, tier: 4, checks: [http] }
116 + - { id: bank-bo-bcb, name: "Banco Central de Bolivia", host: www.bcb.gob.bo, cat: finance, provider: gob-bo, cc: BO, imp: 3, tier: 4, checks: [http] }
117 + - { id: bank-ec-pichincha, name: "Banco Pichincha", host: www.pichincha.com, cat: finance, provider: pichincha, cc: EC, imp: 4, tier: 3, checks: [http] }
118 + - { id: bank-ec-pacifico, name: "Banco del Pacífico", host: www.bancodelpacifico.com, cat: finance, provider: gob-ec, cc: EC, imp: 3, tier: 4, checks: [http] }
119 + - { id: bank-ec-produbanco, name: "Produbanco", host: www.produbanco.com.ec, cat: finance, provider: promerica, cc: EC, imp: 3, tier: 4, checks: [http] }
120 + - { id: bank-ec-guayaquil, name: "Banco Guayaquil", host: www.bancoguayaquil.com, cat: finance, provider: guayaquil, cc: EC, imp: 3, tier: 4, checks: [http] }
121 + - { id: bank-ec-internacional, name: "Banco Internacional", host: www.bancointernacional.com.ec, cat: finance, provider: internacional, cc: EC, imp: 2, tier: 4, checks: [http] }
122 + - { id: bank-ec-bce, name: "Banco Central del Ecuador", host: www.bce.fin.ec, cat: finance, provider: gob-ec, cc: EC, imp: 3, tier: 4, checks: [http] }
123 + - { id: bank-ve-banesco, name: "Banesco", host: www.banesco.com, cat: finance, provider: banesco, cc: VE, imp: 3, tier: 4, checks: [http] }
124 + - { id: bank-ve-bdv, name: "Banco de Venezuela", host: www.bancodevenezuela.com, cat: finance, provider: gob-ve, cc: VE, imp: 3, tier: 4, checks: [http] }
125 + - { id: bank-ve-mercantil, name: "Mercantil Banco", host: www.mercantilbanco.com, cat: finance, provider: mercantil, cc: VE, imp: 3, tier: 4, checks: [http] }
126 + - { id: bank-ve-provincial, name: "BBVA Provincial", host: www.provincial.com, cat: finance, provider: bbva, cc: VE, imp: 2, tier: 4, checks: [http] }
127 + - { id: bank-ve-bcv, name: "Banco Central de Venezuela", host: www.bcv.org.ve, cat: finance, provider: gob-ve, cc: VE, imp: 3, tier: 4, checks: [http] }
128 + - { id: bank-cr-bcr, name: "Banco de Costa Rica", host: www.bancobcr.com, cat: finance, provider: gob-cr, cc: CR, imp: 3, tier: 4, checks: [http] }
129 + - { id: bank-cr-bac, name: "BAC Credomatic", host: www.baccredomatic.com, cat: finance, provider: bac, cc: CR, imp: 3, tier: 4, checks: [http] }
130 + - { id: bank-cr-bccr, name: "Banco Central de Costa Rica (SINPE)", host: www.bccr.fi.cr, cat: finance, provider: gob-cr, cc: CR, imp: 3, tier: 4, checks: [http] }
131 + - { id: bank-pa-general, name: "Banco General", host: www.bgeneral.com, cat: finance, provider: banco-general, cc: PA, imp: 3, tier: 4, checks: [http] }
132 + - { id: bank-pa-banistmo, name: "Banistmo", host: www.banistmo.com, cat: finance, provider: bancolombia, cc: PA, imp: 3, tier: 4, checks: [http] }
133 + - { id: bank-pa-banconal, name: "Banco Nacional de Panamá", host: www.banconal.com.pa, cat: finance, provider: gob-pa, cc: PA, imp: 3, tier: 4, checks: [http] }
134 + - { id: bank-pa-global, name: "Global Bank", host: www.globalbank.com.pa, cat: finance, provider: global-bank, cc: PA, imp: 2, tier: 4, checks: [http] }
135 + - { id: bank-gt-industrial, name: "Banco Industrial", host: www.bi.com.gt, cat: finance, provider: bicapital, cc: GT, imp: 3, tier: 4, checks: [http] }
136 + - { id: bank-gt-banrural, name: "Banrural", host: www.banrural.com.gt, cat: finance, provider: banrural, cc: GT, imp: 3, tier: 4, checks: [http] }
137 + - { id: bank-gt-banguat, name: "Banco de Guatemala", host: www.banguat.gob.gt, cat: finance, provider: gob-gt, cc: GT, imp: 3, tier: 4, checks: [http] }
138 + - { id: bank-hn-atlantida, name: "Banco Atlántida", host: www.bancatlan.hn, cat: finance, provider: atlantida, cc: HN, imp: 2, tier: 4, checks: [http] }
139 + - { id: bank-hn-ficohsa, name: "Ficohsa", host: www.ficohsa.com, cat: finance, provider: ficohsa, cc: HN, imp: 2, tier: 4, checks: [http] }
140 + - { id: bank-hn-bch, name: "Banco Central de Honduras", host: www.bch.hn, cat: finance, provider: gob-hn, cc: HN, imp: 2, tier: 4, checks: [http] }
141 + - { id: bank-sv-agricola, name: "Banco Agrícola", host: www.bancoagricola.com, cat: finance, provider: bancolombia, cc: SV, imp: 2, tier: 4, checks: [http] }
142 + - { id: bank-sv-bcr, name: "Banco Central de Reserva de El Salvador", host: www.bcr.gob.sv, cat: finance, provider: gob-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
143 + - { id: bank-ni-bcn, name: "Banco Central de Nicaragua", host: www.bcn.gob.ni, cat: finance, provider: gob-ni, cc: NI, imp: 2, tier: 4, checks: [http] }
144 + - { id: bank-ni-lafise, name: "LAFISE Bancentro", host: www.lafise.com, cat: finance, provider: lafise, cc: NI, imp: 2, tier: 4, checks: [http] }
145 + - { id: bank-do-banreservas, name: "Banreservas", host: www.banreservas.com, cat: finance, provider: gob-do, cc: DO, imp: 3, tier: 4, checks: [http] }
146 + - { id: bank-do-popular, name: "Banco Popular Dominicano", host: www.popularenlinea.com, cat: finance, provider: grupo-popular, cc: DO, imp: 3, tier: 4, checks: [http] }
147 + - { id: bank-do-bhd, name: "Banco BHD", host: www.bhd.com.do, cat: finance, provider: bhd, cc: DO, imp: 3, tier: 4, checks: [http] }
148 + - { id: bank-do-scotiabank, name: "Scotiabank República Dominicana", host: do.scotiabank.com, cat: finance, provider: scotiabank, cc: DO, imp: 2, tier: 4, checks: [http] }
149 + - { id: bank-do-bcrd, name: "Banco Central de la República Dominicana", host: www.bancentral.gov.do, cat: finance, provider: gob-do, cc: DO, imp: 3, tier: 4, checks: [http] }
150 + - { id: bank-jm-ncb, name: "NCB Jamaica", host: www.jncb.com, cat: finance, provider: ncb, cc: JM, imp: 2, tier: 4, checks: [http] }
151 + - { id: bank-jm-scotiabank, name: "Scotiabank Jamaica", host: jm.scotiabank.com, cat: finance, provider: scotiabank, cc: JM, imp: 2, tier: 4, checks: [http] }
152 + - { id: bank-jm-boj, name: "Bank of Jamaica", host: boj.org.jm, cat: finance, provider: gov-jm, cc: JM, imp: 2, tier: 4, checks: [http] }
153 + - { id: bank-tt-republic, name: "Republic Bank", host: www.republictt.com, cat: finance, provider: republic, cc: TT, imp: 2, tier: 4, checks: [http] }
154 + - { id: bank-tt-first-citizens, name: "First Citizens (TT)", host: www.firstcitizenstt.com, cat: finance, provider: first-citizens-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
155 + - { id: bank-tt-cbtt, name: "Central Bank of Trinidad and Tobago", host: www.central-bank.org.tt, cat: finance, provider: gov-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
156 + - { id: bank-bs-cbob, name: "Central Bank of The Bahamas", host: www.centralbankbahamas.com, cat: finance, provider: gov-bs, cc: BS, imp: 2, tier: 4, checks: [http] }
157 + - { id: bank-bb-cbb, name: "Central Bank of Barbados", host: www.centralbank.org.bb, cat: finance, provider: gov-bb, cc: BB, imp: 2, tier: 4, checks: [http] }
158 + - { id: bank-ky-cima, name: "Cayman Islands Monetary Authority", host: www.cima.ky, cat: finance, provider: gov-ky, cc: KY, imp: 2, tier: 4, checks: [http] }
159 + - { id: bank-bm-bma, name: "Bermuda Monetary Authority", host: www.bma.bm, cat: finance, provider: gov-bm, cc: BM, imp: 2, tier: 4, checks: [http] }
160 + - { id: bank-bm-butterfield, name: "Butterfield", host: www.butterfieldgroup.com, cat: finance, provider: butterfield, cc: BM, imp: 2, tier: 4, checks: [http] }
161 + - { id: bank-pr-firstbank, name: "FirstBank Puerto Rico", host: www.1firstbank.com, cat: finance, provider: first-bancorp, cc: PR, imp: 2, tier: 4, checks: [http] }
162 + - { id: bank-pr-oriental, name: "Oriental Bank", host: orientalbank.com, cat: finance, provider: ofg, cc: PR, imp: 2, tier: 4, checks: [http] }
163 + - { id: bank-cu-bcc, name: "Banco Central de Cuba", host: www.bc.gob.cu, cat: finance, provider: gob-cu, cc: CU, imp: 1, tier: 4, checks: [http] }
164 + - { id: bank-ht-brh, name: "Banque de la République d'Haïti", host: www.brh.ht, cat: finance, provider: gouv-ht, cc: HT, imp: 1, tier: 4, checks: [http] }
165 + - { id: bank-gb-halifax, name: "Halifax", host: www.halifax.co.uk, cat: finance, provider: lloyds, cc: GB, imp: 3, tier: 4, checks: [http] }
166 + - { id: bank-gb-nationwide, name: "Nationwide Building Society", host: www.nationwide.co.uk, cat: finance, provider: nationwide, cc: GB, imp: 4, tier: 3, checks: [http] }
167 + - { id: bank-gb-tsb, name: "TSB", host: www.tsb.co.uk, cat: finance, provider: sabadell, cc: GB, imp: 3, tier: 4, checks: [http] }
168 + - { id: bank-gb-virgin-money, name: "Virgin Money", host: uk.virginmoney.com, cat: finance, provider: nationwide, cc: GB, imp: 3, tier: 4, checks: [http] }
169 + - { id: bank-gb-metro, name: "Metro Bank", host: www.metrobankonline.co.uk, cat: finance, provider: metro-bank, cc: GB, imp: 2, tier: 4, checks: [http] }
170 + - { id: bank-gb-coop, name: "The Co-operative Bank", host: www.co-operativebank.co.uk, cat: finance, provider: coventry, cc: GB, imp: 2, tier: 4, checks: [http] }
171 + - { id: bank-gb-rbs, name: "Royal Bank of Scotland", host: www.rbs.co.uk, cat: finance, provider: natwest, cc: GB, imp: 3, tier: 4, checks: [http] }
172 + - { id: bank-gb-bank-of-scotland, name: "Bank of Scotland", host: www.bankofscotland.co.uk, cat: finance, provider: lloyds, cc: GB, imp: 3, tier: 4, checks: [http] }
173 + - { id: bank-gb-first-direct, name: "first direct", host: www.firstdirect.com, cat: finance, provider: hsbc, cc: GB, imp: 2, tier: 4, checks: [http] }
174 + - { id: bank-gb-chase-uk, name: "Chase UK", host: www.chase.co.uk, cat: finance, provider: jpmorgan, cc: GB, imp: 3, tier: 4, checks: [http] }
175 + - { id: bank-gb-lloyds-group, name: "Lloyds Banking Group", host: www.lloydsbankinggroup.com, cat: finance, provider: lloyds, cc: GB, imp: 3, tier: 4, checks: [http] }
176 + - { id: bank-gb-natwest-group, name: "NatWest Group", host: www.natwestgroup.com, cat: finance, provider: natwest, cc: GB, imp: 3, tier: 4, checks: [http] }
177 + - { id: bank-gb-barclays-group, name: "Barclays (group)", host: home.barclays, cat: finance, provider: barclays, cc: GB, imp: 3, tier: 4, checks: [http] }
178 + - { id: bank-gb-hsbc-group-holdings, name: "HSBC Holdings (investors)", host: www.hsbc.com, url: "https://www.hsbc.com/investors", cat: finance, provider: hsbc, cc: GB, imp: 2, tier: 4, checks: [http] }
179 + - { id: bank-gb-coventry, name: "Coventry Building Society", host: www.coventrybuildingsociety.co.uk, cat: finance, provider: coventry, cc: GB, imp: 2, tier: 4, checks: [http] }
180 + - { id: bank-gb-yorkshire-bs, name: "Yorkshire Building Society", host: www.ybs.co.uk, cat: finance, provider: ybs, cc: GB, imp: 2, tier: 4, checks: [http] }
181 + - { id: bank-gb-skipton, name: "Skipton Building Society", host: www.skipton.co.uk, cat: finance, provider: skipton, cc: GB, imp: 2, tier: 4, checks: [http] }
182 + - { id: bank-gb-leeds-bs, name: "Leeds Building Society", host: www.leedsbuildingsociety.co.uk, cat: finance, provider: leeds-bs, cc: GB, imp: 2, tier: 4, checks: [http] }
183 + - { id: bank-gb-close-brothers, name: "Close Brothers", host: www.closebrothers.com, cat: finance, provider: close-brothers, cc: GB, imp: 2, tier: 4, checks: [http] }
184 + - { id: bank-gb-oaknorth, name: "OakNorth", host: www.oaknorth.co.uk, cat: finance, provider: oaknorth, cc: GB, imp: 2, tier: 4, checks: [http] }
185 + - { id: bank-gb-shawbrook, name: "Shawbrook", host: www.shawbrook.co.uk, cat: finance, provider: shawbrook, cc: GB, imp: 2, tier: 4, checks: [http] }
186 + - { id: bank-gb-aldermore, name: "Aldermore", host: www.aldermore.co.uk, cat: finance, provider: firstrand, cc: GB, imp: 2, tier: 4, checks: [http] }
187 + - { id: bank-gb-marcus, name: "Marcus UK", host: www.marcus.co.uk, cat: finance, provider: goldman, cc: GB, imp: 2, tier: 4, checks: [http] }
188 + - { id: bank-gb-danske-uk, name: "Danske Bank UK", host: danskebank.co.uk, cat: finance, provider: danske, cc: GB, imp: 2, tier: 4, checks: [http] }
189 + - { id: bank-gb-bank-of-ireland-uk, name: "Bank of Ireland UK", host: www.bankofirelanduk.com, cat: finance, provider: boi, cc: GB, imp: 2, tier: 4, checks: [http] }
190 + - { id: bank-gb-ulster, name: "Ulster Bank", host: www.ulsterbank.co.uk, cat: finance, provider: natwest, cc: GB, imp: 2, tier: 4, checks: [http] }
191 + - { id: bank-ie-ptsb, name: "PTSB", host: www.ptsb.ie, cat: finance, provider: ptsb, cc: IE, imp: 3, tier: 4, checks: [http] }
192 + - { id: bank-ie-an-post, name: "An Post Money", host: www.anpost.com, url: "https://www.anpost.com/Money", cat: finance, provider: an-post, cc: IE, imp: 2, tier: 4, checks: [http] }
193 + - { id: bank-ie-credit-union, name: "Irish League of Credit Unions", host: www.creditunion.ie, cat: finance, provider: ilcu, cc: IE, imp: 2, tier: 4, checks: [http] }
194 + - { id: bank-ie-avant-money, name: "Avant Money", host: www.avantmoney.ie, cat: finance, provider: bankinter, cc: IE, imp: 2, tier: 4, checks: [http] }
195 + - { id: bank-fr-bnp-particuliers, name: "BNP Paribas (particuliers)", host: mabanque.bnpparibas, cat: finance, provider: bnp, cc: FR, imp: 4, tier: 3, checks: [http] }
196 + - { id: bank-fr-credit-mutuel, name: "Crédit Mutuel", host: www.creditmutuel.fr, cat: finance, provider: credit-mutuel, cc: FR, imp: 4, tier: 3, checks: [http] }
197 + - { id: bank-fr-cic, name: "CIC", host: www.cic.fr, cat: finance, provider: credit-mutuel, cc: FR, imp: 3, tier: 4, checks: [http] }
198 + - { id: bank-fr-banque-postale, name: "La Banque Postale", host: www.labanquepostale.fr, cat: finance, provider: la-poste, cc: FR, imp: 4, tier: 3, checks: [http] }
199 + - { id: bank-fr-caisse-epargne, name: "Caisse d'Épargne", host: www.caisse-epargne.fr, cat: finance, provider: bpce, cc: FR, imp: 4, tier: 3, checks: [http] }
200 + - { id: bank-fr-banque-populaire, name: "Banque Populaire", host: www.banquepopulaire.fr, cat: finance, provider: bpce, cc: FR, imp: 3, tier: 4, checks: [http] }
201 + - { id: bank-fr-lcl, name: "LCL", host: www.lcl.fr, cat: finance, provider: credit-agricole, cc: FR, imp: 3, tier: 4, checks: [http] }
202 + - { id: bank-fr-ccf, name: "CCF (ex-HSBC France)", host: www.ccf.fr, cat: finance, provider: ccf, cc: FR, imp: 2, tier: 4, checks: [http] }
203 + - { id: bank-fr-hello-bank, name: "Hello bank!", host: www.hellobank.fr, cat: finance, provider: bnp, cc: FR, imp: 2, tier: 4, checks: [http] }
204 + - { id: bank-fr-fortuneo, name: "Fortuneo", host: www.fortuneo.fr, cat: finance, provider: credit-mutuel, cc: FR, imp: 2, tier: 4, checks: [http] }
205 + - { id: bank-fr-monabanq, name: "Monabanq", host: www.monabanq.com, cat: finance, provider: credit-mutuel, cc: FR, imp: 2, tier: 4, checks: [http] }
206 + - { id: bank-fr-bred, name: "BRED", host: www.bred.fr, cat: finance, provider: bpce, cc: FR, imp: 2, tier: 4, checks: [http] }
207 + - { id: bank-fr-credit-cooperatif, name: "Crédit Coopératif", host: www.credit-cooperatif.coop, cat: finance, provider: bpce, cc: FR, imp: 2, tier: 4, checks: [http] }
208 + - { id: bank-fr-natixis, name: "Natixis", host: www.natixis.com, cat: finance, provider: bpce, cc: FR, imp: 3, tier: 4, checks: [http] }
209 + - { id: bank-fr-ca-cib, name: "Crédit Agricole CIB", host: www.ca-cib.com, cat: finance, provider: credit-agricole, cc: FR, imp: 2, tier: 4, checks: [http] }
210 + - { id: bank-fr-bpifrance, name: "Bpifrance", host: www.bpifrance.fr, cat: finance, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
211 + - { id: bank-fr-sg-particuliers, name: "SG (particuliers)", host: particuliers.sg.fr, cat: finance, provider: socgen, cc: FR, imp: 3, tier: 4, checks: [http] }
212 + - { id: bank-fr-oney, name: "Oney", host: www.oney.fr, cat: finance, provider: bpce, cc: FR, imp: 2, tier: 4, checks: [http] }
213 + - { id: bank-fr-floa, name: "Floa", host: www.floabank.fr, cat: finance, provider: bnp, cc: FR, imp: 2, tier: 4, checks: [http] }
214 + - { id: bank-fr-cetelem, name: "Cetelem", host: www.cetelem.fr, cat: finance, provider: bnp, cc: FR, imp: 2, tier: 4, checks: [http] }
215 + - { id: bank-fr-cofidis, name: "Cofidis", host: www.cofidis.fr, cat: finance, provider: credit-mutuel, cc: FR, imp: 2, tier: 4, checks: [http] }
216 + - { id: bank-fr-younited, name: "Younited", host: www.younited-credit.com, cat: finance, provider: younited, cc: FR, imp: 2, tier: 4, checks: [http] }
217 + - { id: bank-fr-axa-banque, name: "AXA Banque", host: www.axa.fr, url: "https://www.axa.fr/banque.html", cat: finance, provider: axa, cc: FR, imp: 2, tier: 4, checks: [http] }
218 + - { id: bank-fr-milleis, name: "Milleis Banque", host: www.milleis.fr, cat: finance, provider: milleis, cc: FR, imp: 1, tier: 4, checks: [http] }
219 + - { id: bank-fr-memo-bank, name: "Memo Bank", host: memo.bank, cat: finance, provider: memo-bank, cc: FR, imp: 1, tier: 4, checks: [http] }
220 + - { id: bank-de-sparkasse, name: "Sparkasse", host: www.sparkasse.de, cat: finance, provider: dsgv, cc: DE, imp: 5, tier: 3, checks: [http] }
221 + - { id: bank-de-dz-bank, name: "DZ BANK", host: www.dzbank.de, cat: finance, provider: dz-bank, cc: DE, imp: 4, tier: 3, checks: [http] }
222 + - { id: bank-de-kfw, name: "KfW", host: www.kfw.de, cat: finance, provider: kfw, cc: DE, imp: 4, tier: 3, checks: [http] }
223 + - { id: bank-de-dkb, name: "DKB", host: www.dkb.de, cat: finance, provider: bayernlb, cc: DE, imp: 4, tier: 3, checks: [http] }
224 + - { id: bank-de-postbank, name: "Postbank", host: www.postbank.de, cat: finance, provider: deutsche-bank, cc: DE, imp: 3, tier: 4, checks: [http] }
225 + - { id: bank-de-hypovereinsbank, name: "HypoVereinsbank", host: www.hypovereinsbank.de, cat: finance, provider: unicredit, cc: DE, imp: 3, tier: 4, checks: [http] }
226 + - { id: bank-de-comdirect, name: "comdirect", host: www.comdirect.de, cat: finance, provider: commerzbank, cc: DE, imp: 3, tier: 4, checks: [http] }
227 + - { id: bank-de-consorsbank, name: "Consorsbank", host: www.consorsbank.de, cat: finance, provider: bnp, cc: DE, imp: 3, tier: 4, checks: [http] }
228 + - { id: bank-de-targobank, name: "Targobank", host: www.targobank.de, cat: finance, provider: credit-mutuel, cc: DE, imp: 3, tier: 4, checks: [http] }
229 + - { id: bank-de-santander, name: "Santander Deutschland", host: www.santander.de, cat: finance, provider: santander, cc: DE, imp: 2, tier: 4, checks: [http] }
230 + - { id: bank-de-lbbw, name: "LBBW", host: www.lbbw.de, cat: finance, provider: lbbw, cc: DE, imp: 3, tier: 4, checks: [http] }
231 + - { id: bank-de-bayernlb, name: "BayernLB", host: www.bayernlb.de, cat: finance, provider: bayernlb, cc: DE, imp: 3, tier: 4, checks: [http] }
232 + - { id: bank-de-helaba, name: "Helaba", host: www.helaba.com, cat: finance, provider: helaba, cc: DE, imp: 3, tier: 4, checks: [http] }
233 + - { id: bank-de-nordlb, name: "NORD/LB", host: www.nordlb.de, cat: finance, provider: nordlb, cc: DE, imp: 2, tier: 4, checks: [http] }
234 + - { id: bank-de-deutsche-privat, name: "Deutsche Bank Privatkunden", host: www.deutsche-bank.de, cat: finance, provider: deutsche-bank, cc: DE, imp: 4, tier: 3, checks: [http] }
235 + - { id: bank-de-apobank, name: "apoBank", host: www.apobank.de, cat: finance, provider: apobank, cc: DE, imp: 2, tier: 4, checks: [http] }
236 + - { id: bank-de-hamburg-commercial, name: "Hamburg Commercial Bank", host: www.hcob-bank.de, cat: finance, provider: hcob, cc: DE, imp: 2, tier: 4, checks: [http] }
237 + - { id: bank-de-berliner-sparkasse, name: "Berliner Sparkasse", host: www.berliner-sparkasse.de, cat: finance, provider: dsgv, cc: DE, imp: 2, tier: 4, checks: [http] }
238 + - { id: bank-de-haspa, name: "Hamburger Sparkasse", host: www.haspa.de, cat: finance, provider: dsgv, cc: DE, imp: 2, tier: 4, checks: [http] }
239 + - { id: bank-de-sparda, name: "Sparda-Banken", host: www.sparda.de, cat: finance, provider: sparda, cc: DE, imp: 2, tier: 4, checks: [http] }
240 + - { id: bank-de-psd, name: "PSD Banken", host: www.psd-bank.de, cat: finance, provider: psd, cc: DE, imp: 1, tier: 4, checks: [http] }
241 + - { id: bank-de-1822direkt, name: "1822direkt", host: www.1822direkt.de, cat: finance, provider: dsgv, cc: DE, imp: 1, tier: 4, checks: [http] }
242 + - { id: bank-de-norisbank, name: "norisbank", host: www.norisbank.de, cat: finance, provider: deutsche-bank, cc: DE, imp: 1, tier: 4, checks: [http] }
243 + - { id: bank-nl-volksbank, name: "de Volksbank", host: www.devolksbank.nl, cat: finance, provider: volksbank, cc: NL, imp: 3, tier: 4, checks: [http] }
244 + - { id: bank-nl-sns, name: "SNS Bank", host: www.snsbank.nl, cat: finance, provider: volksbank, cc: NL, imp: 3, tier: 4, checks: [http] }
245 + - { id: bank-nl-asn, name: "ASN Bank", host: www.asnbank.nl, cat: finance, provider: volksbank, cc: NL, imp: 2, tier: 4, checks: [http] }
246 + - { id: bank-nl-regiobank, name: "RegioBank", host: www.regiobank.nl, cat: finance, provider: volksbank, cc: NL, imp: 2, tier: 4, checks: [http] }
247 + - { id: bank-nl-triodos, name: "Triodos Bank", host: www.triodos.com, cat: finance, provider: triodos, cc: NL, imp: 3, tier: 4, checks: [http] }
248 + - { id: bank-nl-knab, name: "Knab", host: www.knab.nl, cat: finance, provider: bawag, cc: NL, imp: 2, tier: 4, checks: [http] }
249 + - { id: bank-nl-nibc, name: "NIBC", host: www.nibc.com, cat: finance, provider: nibc, cc: NL, imp: 2, tier: 4, checks: [http] }
250 + - { id: bank-nl-van-lanschot, name: "Van Lanschot Kempen", host: www.vanlanschotkempen.com, cat: finance, provider: van-lanschot, cc: NL, imp: 2, tier: 4, checks: [http] }
251 + - { id: bank-nl-dnb, name: "De Nederlandsche Bank", host: www.dnb.nl, cat: finance, provider: dnb-nl, cc: NL, imp: 4, tier: 3, checks: [http] }
252 + - { id: bank-be-kbc, name: "KBC", host: www.kbc.be, cat: finance, provider: kbc, cc: BE, imp: 4, tier: 3, checks: [http] }
253 + - { id: bank-be-belfius, name: "Belfius", host: www.belfius.be, cat: finance, provider: belfius, cc: BE, imp: 4, tier: 3, checks: [http] }
254 + - { id: bank-be-ing, name: "ING Belgium", host: www.ing.be, cat: finance, provider: ing, cc: BE, imp: 3, tier: 4, checks: [http] }
255 + - { id: bank-be-argenta, name: "Argenta", host: www.argenta.be, cat: finance, provider: argenta, cc: BE, imp: 3, tier: 4, checks: [http] }
256 + - { id: bank-be-crelan, name: "Crelan", host: www.crelan.be, cat: finance, provider: crelan, cc: BE, imp: 2, tier: 4, checks: [http] }
257 + - { id: bank-be-beobank, name: "Beobank", host: www.beobank.be, cat: finance, provider: credit-mutuel, cc: BE, imp: 2, tier: 4, checks: [http] }
258 + - { id: bank-be-keytrade, name: "Keytrade Bank", host: www.keytradebank.be, cat: finance, provider: credit-mutuel, cc: BE, imp: 2, tier: 4, checks: [http] }
259 + - { id: bank-lu-spuerkeess, name: "Spuerkeess (BCEE)", host: www.spuerkeess.lu, cat: finance, provider: bcee, cc: LU, imp: 3, tier: 4, checks: [http] }
260 + - { id: bank-lu-bgl, name: "BGL BNP Paribas", host: www.bgl.lu, cat: finance, provider: bnp, cc: LU, imp: 3, tier: 4, checks: [http] }
261 + - { id: bank-lu-bil, name: "BIL", host: www.bil.com, cat: finance, provider: bil, cc: LU, imp: 3, tier: 4, checks: [http] }
262 + - { id: bank-lu-raiffeisen, name: "Banque Raiffeisen", host: www.raiffeisen.lu, cat: finance, provider: raiffeisen-lu, cc: LU, imp: 2, tier: 4, checks: [http] }
263 + - { id: bank-lu-ing, name: "ING Luxembourg", host: www.ing.lu, cat: finance, provider: ing, cc: LU, imp: 2, tier: 4, checks: [http] }
264 + - { id: bank-lu-bcl, name: "Banque centrale du Luxembourg", host: www.bcl.lu, cat: finance, provider: bcl, cc: LU, imp: 3, tier: 4, checks: [http] }
265 + - { id: bank-ch-raiffeisen, name: "Raiffeisen Schweiz", host: www.raiffeisen.ch, cat: finance, provider: raiffeisen-ch, cc: CH, imp: 4, tier: 3, checks: [http] }
266 + - { id: bank-ch-zkb, name: "Zürcher Kantonalbank", host: www.zkb.ch, cat: finance, provider: zkb, cc: CH, imp: 4, tier: 3, checks: [http] }
267 + - { id: bank-ch-postfinance, name: "PostFinance", host: www.postfinance.ch, cat: finance, provider: postfinance, cc: CH, imp: 4, tier: 3, checks: [http] }
268 + - { id: bank-ch-julius-baer, name: "Julius Baer", host: www.juliusbaer.com, cat: finance, provider: julius-baer, cc: CH, imp: 3, tier: 4, checks: [http] }
269 + - { id: bank-ch-vontobel, name: "Vontobel", host: www.vontobel.com, cat: finance, provider: vontobel, cc: CH, imp: 3, tier: 4, checks: [http] }
270 + - { id: bank-ch-pictet, name: "Pictet", host: www.pictet.com, cat: finance, provider: pictet, cc: CH, imp: 3, tier: 4, checks: [http] }
271 + - { id: bank-ch-lombard-odier, name: "Lombard Odier", host: www.lombardodier.com, cat: finance, provider: lombard-odier, cc: CH, imp: 3, tier: 4, checks: [http] }
272 + - { id: bank-ch-migros-bank, name: "Migros Bank", host: www.migrosbank.ch, cat: finance, provider: migros, cc: CH, imp: 2, tier: 4, checks: [http] }
273 + - { id: bank-ch-bcv, name: "Banque Cantonale Vaudoise", host: www.bcv.ch, cat: finance, provider: bcv, cc: CH, imp: 2, tier: 4, checks: [http] }
274 + - { id: bank-ch-bcge, name: "Banque Cantonale de Genève", host: www.bcge.ch, cat: finance, provider: bcge, cc: CH, imp: 2, tier: 4, checks: [http] }
275 + - { id: bank-ch-valiant, name: "Valiant", host: www.valiant.ch, cat: finance, provider: valiant, cc: CH, imp: 2, tier: 4, checks: [http] }
276 + - { id: bank-ch-cembra, name: "Cembra Money Bank", host: www.cembra.ch, cat: finance, provider: cembra, cc: CH, imp: 2, tier: 4, checks: [http] }
277 + - { id: bank-ch-efg, name: "EFG International", host: www.efginternational.com, cat: finance, provider: efg, cc: CH, imp: 2, tier: 4, checks: [http] }
278 + - { id: bank-ch-bkb, name: "Basler Kantonalbank", host: www.bkb.ch, cat: finance, provider: bkb, cc: CH, imp: 2, tier: 4, checks: [http] }
279 + - { id: bank-ch-lukb, name: "Luzerner Kantonalbank", host: www.lukb.ch, cat: finance, provider: lukb, cc: CH, imp: 2, tier: 4, checks: [http] }
280 + - { id: bank-ch-ubs-ch, name: "UBS Switzerland", host: www.ubs.com, url: "https://www.ubs.com/ch/en.html", cat: finance, provider: ubs, cc: CH, imp: 3, tier: 4, checks: [http] }
281 + - { id: bank-at-erste, name: "Erste Group", host: www.erstegroup.com, cat: finance, provider: erste, cc: AT, imp: 4, tier: 3, checks: [http] }
282 + - { id: bank-at-sparkasse, name: "Erste Bank und Sparkassen", host: www.sparkasse.at, cat: finance, provider: erste, cc: AT, imp: 3, tier: 4, checks: [http] }
283 + - { id: bank-at-rbi, name: "Raiffeisen Bank International", host: www.rbinternational.com, cat: finance, provider: rbi, cc: AT, imp: 4, tier: 3, checks: [http] }
284 + - { id: bank-at-raiffeisen, name: "Raiffeisen Österreich", host: www.raiffeisen.at, cat: finance, provider: rbi, cc: AT, imp: 3, tier: 4, checks: [http] }
285 + - { id: bank-at-bank-austria, name: "UniCredit Bank Austria", host: www.bankaustria.at, cat: finance, provider: unicredit, cc: AT, imp: 3, tier: 4, checks: [http] }
286 + - { id: bank-at-bawag, name: "BAWAG Group", host: www.bawaggroup.com, cat: finance, provider: bawag, cc: AT, imp: 3, tier: 4, checks: [http] }
287 + - { id: bank-at-bawag-psk, name: "BAWAG P.S.K.", host: www.bawag.at, cat: finance, provider: bawag, cc: AT, imp: 2, tier: 4, checks: [http] }
288 + - { id: bank-at-oberbank, name: "Oberbank", host: www.oberbank.at, cat: finance, provider: oberbank, cc: AT, imp: 2, tier: 4, checks: [http] }
289 + - { id: bank-at-volksbank, name: "Volksbank Wien", host: www.volksbank.at, cat: finance, provider: volksbank-at, cc: AT, imp: 2, tier: 4, checks: [http] }
290 + - { id: bank-at-hypo-noe, name: "HYPO NOE", host: www.hyponoe.at, cat: finance, provider: hypo-noe, cc: AT, imp: 1, tier: 4, checks: [http] }
291 + - { id: bank-it-intesa-retail, name: "Intesa Sanpaolo (retail)", host: www.intesasanpaolo.com, cat: finance, provider: intesa, cc: IT, imp: 4, tier: 3, checks: [http] }
292 + - { id: bank-it-unicredit-it, name: "UniCredit Italia", host: www.unicredit.it, cat: finance, provider: unicredit, cc: IT, imp: 4, tier: 3, checks: [http] }
293 + - { id: bank-it-banco-bpm, name: "Banco BPM", host: www.bancobpm.it, cat: finance, provider: banco-bpm, cc: IT, imp: 3, tier: 4, checks: [http] }
294 + - { id: bank-it-bper, name: "BPER Banca", host: www.bper.it, cat: finance, provider: bper, cc: IT, imp: 3, tier: 4, checks: [http] }
295 + - { id: bank-it-mps, name: "Banca Monte dei Paschi di Siena", host: www.gruppomps.it, cat: finance, provider: mps, cc: IT, imp: 3, tier: 4, checks: [http] }
296 + - { id: bank-it-mediobanca, name: "Mediobanca", host: www.mediobanca.com, cat: finance, provider: mediobanca, cc: IT, imp: 3, tier: 4, checks: [http] }
297 + - { id: bank-it-credem, name: "Credem", host: www.credem.it, cat: finance, provider: credem, cc: IT, imp: 2, tier: 4, checks: [http] }
298 + - { id: bank-it-mediolanum, name: "Banca Mediolanum", host: www.bancamediolanum.it, cat: finance, provider: mediolanum, cc: IT, imp: 3, tier: 4, checks: [http] }
299 + - { id: bank-it-fineco, name: "FinecoBank", host: www.finecobank.com, cat: finance, provider: fineco, cc: IT, imp: 3, tier: 4, checks: [http] }
300 + - { id: bank-it-sella, name: "Banca Sella", host: www.sella.it, cat: finance, provider: sella, cc: IT, imp: 2, tier: 4, checks: [http] }
301 + - { id: bank-it-iccrea, name: "Iccrea Banca (BCC)", host: www.gruppobcciccrea.it, cat: finance, provider: iccrea, cc: IT, imp: 2, tier: 4, checks: [http] }
302 + - { id: bank-it-cassa-centrale, name: "Cassa Centrale Banca", host: www.cassacentrale.it, cat: finance, provider: cassa-centrale, cc: IT, imp: 2, tier: 4, checks: [http] }
303 + - { id: bank-it-bnl, name: "BNL BNP Paribas", host: bnl.it, cat: finance, provider: bnp, cc: IT, imp: 2, tier: 4, checks: [http] }
304 + - { id: bank-it-credit-agricole-it, name: "Crédit Agricole Italia", host: www.credit-agricole.it, cat: finance, provider: credit-agricole, cc: IT, imp: 2, tier: 4, checks: [http] }
305 + - { id: bank-it-banca-popolare-sondrio, name: "Banca Popolare di Sondrio", host: www.popso.it, cat: finance, provider: popso, cc: IT, imp: 2, tier: 4, checks: [http] }
306 + - { id: bank-it-cdp, name: "Cassa Depositi e Prestiti", host: www.cdp.it, cat: finance, provider: cdp, cc: IT, imp: 3, tier: 4, checks: [http] }
307 + - { id: bank-it-bancaditalia, name: "Banca d'Italia", host: www.bancaditalia.it, cat: finance, provider: bancaditalia, cc: IT, imp: 4, tier: 3, checks: [http] }
308 + - { id: bank-es-sabadell, name: "Banco Sabadell", host: www.bancsabadell.com, cat: finance, provider: sabadell, cc: ES, imp: 4, tier: 3, checks: [http] }
309 + - { id: bank-es-bankinter, name: "Bankinter", host: www.bankinter.com, cat: finance, provider: bankinter, cc: ES, imp: 3, tier: 4, checks: [http] }
310 + - { id: bank-es-unicaja, name: "Unicaja Banco", host: www.unicajabanco.es, cat: finance, provider: unicaja, cc: ES, imp: 3, tier: 4, checks: [http] }
311 + - { id: bank-es-abanca, name: "Abanca", host: www.abanca.com, cat: finance, provider: abanca, cc: ES, imp: 3, tier: 4, checks: [http] }
312 + - { id: bank-es-kutxabank, name: "Kutxabank", host: www.kutxabank.es, cat: finance, provider: kutxabank, cc: ES, imp: 3, tier: 4, checks: [http] }
313 + - { id: bank-es-ibercaja, name: "Ibercaja", host: www.ibercaja.es, cat: finance, provider: ibercaja, cc: ES, imp: 3, tier: 4, checks: [http] }
314 + - { id: bank-es-cajamar, name: "Cajamar", host: www.cajamar.es, cat: finance, provider: cajamar, cc: ES, imp: 2, tier: 4, checks: [http] }
315 + - { id: bank-es-openbank, name: "Openbank", host: www.openbank.es, cat: finance, provider: santander, cc: ES, imp: 3, tier: 4, checks: [http] }
316 + - { id: bank-es-ing-es, name: "ING España", host: www.ing.es, cat: finance, provider: ing, cc: ES, imp: 3, tier: 4, checks: [http] }
317 + - { id: bank-es-santander-es, name: "Banco Santander España", host: www.bancosantander.es, cat: finance, provider: santander, cc: ES, imp: 4, tier: 3, checks: [http] }
318 + - { id: bank-es-bbva-es, name: "BBVA España", host: www.bbva.es, cat: finance, provider: bbva, cc: ES, imp: 4, tier: 3, checks: [http] }
319 + - { id: bank-es-evo, name: "EVO Banco", host: www.evobanco.com, cat: finance, provider: bankinter, cc: ES, imp: 2, tier: 4, checks: [http] }
320 + - { id: bank-es-imagin, name: "imagin", host: www.imagin.com, cat: finance, provider: caixabank, cc: ES, imp: 2, tier: 4, checks: [http] }
321 + - { id: bank-es-laboral-kutxa, name: "Laboral Kutxa", host: www.laboralkutxa.com, cat: finance, provider: laboral-kutxa, cc: ES, imp: 2, tier: 4, checks: [http] }
322 + - { id: bank-es-caja-rural, name: "Caja Rural", host: www.cajarural.com, cat: finance, provider: caja-rural, cc: ES, imp: 2, tier: 4, checks: [http] }
323 + - { id: bank-es-cecabank, name: "Cecabank", host: www.cecabank.es, cat: finance, provider: cecabank, cc: ES, imp: 2, tier: 4, checks: [http] }
324 + - { id: bank-es-ico, name: "ICO", host: www.ico.es, cat: finance, provider: gob-es, cc: ES, imp: 2, tier: 4, checks: [http] }
325 + - { id: bank-es-bde, name: "Banco de España", host: www.bde.es, cat: finance, provider: bde, cc: ES, imp: 4, tier: 3, checks: [http] }
326 + - { id: bank-pt-cgd, name: "Caixa Geral de Depósitos", host: www.cgd.pt, cat: finance, provider: cgd, cc: PT, imp: 4, tier: 3, checks: [http] }
327 + - { id: bank-pt-millennium, name: "Millennium bcp", host: www.millenniumbcp.pt, cat: finance, provider: bcp, cc: PT, imp: 4, tier: 3, checks: [http] }
328 + - { id: bank-pt-novobanco, name: "novobanco", host: www.novobanco.pt, cat: finance, provider: novobanco, cc: PT, imp: 3, tier: 4, checks: [http] }
329 + - { id: bank-pt-santander, name: "Santander Portugal", host: www.santander.pt, cat: finance, provider: santander, cc: PT, imp: 3, tier: 4, checks: [http] }
330 + - { id: bank-pt-bpi, name: "Banco BPI", host: www.bancobpi.pt, cat: finance, provider: caixabank, cc: PT, imp: 3, tier: 4, checks: [http] }
331 + - { id: bank-pt-credito-agricola, name: "Crédito Agrícola", host: www.creditoagricola.pt, cat: finance, provider: credito-agricola, cc: PT, imp: 2, tier: 4, checks: [http] }
332 + - { id: bank-pt-montepio, name: "Banco Montepio", host: www.bancomontepio.pt, cat: finance, provider: montepio, cc: PT, imp: 2, tier: 4, checks: [http] }
333 + - { id: bank-pt-activobank, name: "ActivoBank", host: www.activobank.pt, cat: finance, provider: bcp, cc: PT, imp: 2, tier: 4, checks: [http] }
334 + - { id: bank-gr-nbg, name: "National Bank of Greece", host: www.nbg.gr, cat: finance, provider: nbg, cc: GR, imp: 4, tier: 3, checks: [http] }
335 + - { id: bank-gr-piraeus, name: "Piraeus Bank", host: www.piraeusbank.gr, cat: finance, provider: piraeus, cc: GR, imp: 3, tier: 4, checks: [http] }
336 + - { id: bank-gr-alpha, name: "Alpha Bank", host: www.alpha.gr, cat: finance, provider: alpha-bank, cc: GR, imp: 3, tier: 4, checks: [http] }
337 + - { id: bank-gr-eurobank, name: "Eurobank", host: www.eurobank.gr, cat: finance, provider: eurobank, cc: GR, imp: 3, tier: 4, checks: [http] }
338 + - { id: bank-gr-attica, name: "Attica Bank", host: www.atticabank.gr, cat: finance, provider: attica, cc: GR, imp: 2, tier: 4, checks: [http] }
339 + - { id: bank-gr-optima, name: "Optima bank", host: www.optimabank.gr, cat: finance, provider: optima, cc: GR, imp: 2, tier: 4, checks: [http] }
340 + - { id: bank-cy-eurobank-cy, name: "Eurobank Cyprus", host: www.eurobank.com.cy, cat: finance, provider: eurobank, cc: CY, imp: 2, tier: 4, checks: [http] }
341 + - { id: bank-mt-bov, name: "Bank of Valletta", host: www.bov.com, cat: finance, provider: bov, cc: MT, imp: 3, tier: 4, checks: [http] }
342 + - { id: bank-mt-hsbc-malta, name: "HSBC Malta", host: www.hsbc.com.mt, cat: finance, provider: hsbc, cc: MT, imp: 2, tier: 4, checks: [http] }
343 + - { id: bank-mt-aps, name: "APS Bank", host: www.apsbank.com.mt, cat: finance, provider: aps, cc: MT, imp: 2, tier: 4, checks: [http] }
344 + - { id: bank-mt-lombard, name: "Lombard Bank Malta", host: www.lombardmalta.com, cat: finance, provider: lombard-mt, cc: MT, imp: 1, tier: 4, checks: [http] }
345 + - { id: bank-mt-cbm, name: "Central Bank of Malta", host: www.centralbankmalta.org, cat: finance, provider: cbm, cc: MT, imp: 3, tier: 4, checks: [http] }
346 + - { id: bank-se-handelsbanken, name: "Handelsbanken", host: www.handelsbanken.se, cat: finance, provider: handelsbanken, cc: SE, imp: 4, tier: 3, checks: [http] }
347 + - { id: bank-se-nordea, name: "Nordea Sverige", host: www.nordea.se, cat: finance, provider: nordea, cc: SE, imp: 4, tier: 3, checks: [http] }
348 + - { id: bank-se-lansforsakringar, name: "Länsförsäkringar", host: www.lansforsakringar.se, cat: finance, provider: lansforsakringar, cc: SE, imp: 3, tier: 4, checks: [http] }
349 + - { id: bank-se-skandia, name: "Skandia", host: www.skandia.se, cat: finance, provider: skandia, cc: SE, imp: 3, tier: 4, checks: [http] }
350 + - { id: bank-se-ica-banken, name: "ICA Banken", host: www.icabanken.se, cat: finance, provider: ica, cc: SE, imp: 2, tier: 4, checks: [http] }
351 + - { id: bank-se-sbab, name: "SBAB", host: www.sbab.se, cat: finance, provider: sbab, cc: SE, imp: 2, tier: 4, checks: [http] }
352 + - { id: bank-se-norion, name: "Norion Bank", host: www.norionbank.se, cat: finance, provider: norion, cc: SE, imp: 1, tier: 4, checks: [http] }
353 + - { id: bank-se-resurs, name: "Resurs Bank", host: www.resursbank.se, cat: finance, provider: resurs, cc: SE, imp: 2, tier: 4, checks: [http] }
354 + - { id: bank-se-riksbank, name: "Sveriges Riksbank", host: www.riksbank.se, cat: finance, provider: riksbank, cc: SE, imp: 4, tier: 3, checks: [http] }
355 + - { id: bank-se-danske-se, name: "Danske Bank Sverige", host: danskebank.se, cat: finance, provider: danske, cc: SE, imp: 2, tier: 4, checks: [http] }
356 + - { id: bank-se-swedbank-group, name: "Swedbank (group)", host: www.swedbank.com, cat: finance, provider: swedbank, cc: SE, imp: 3, tier: 4, checks: [http] }
357 + - { id: bank-se-seb-group, name: "SEB (group)", host: sebgroup.com, cat: finance, provider: seb, cc: SE, imp: 3, tier: 4, checks: [http] }
358 + - { id: bank-dk-nordea, name: "Nordea Danmark", host: www.nordea.dk, cat: finance, provider: nordea, cc: DK, imp: 4, tier: 3, checks: [http] }
359 + - { id: bank-dk-jyske, name: "Jyske Bank", host: www.jyskebank.dk, cat: finance, provider: jyske, cc: DK, imp: 3, tier: 4, checks: [http] }
360 + - { id: bank-dk-sydbank, name: "Sydbank", host: www.sydbank.dk, cat: finance, provider: sydbank, cc: DK, imp: 3, tier: 4, checks: [http] }
361 + - { id: bank-dk-nykredit, name: "Nykredit", host: www.nykredit.dk, cat: finance, provider: nykredit, cc: DK, imp: 4, tier: 3, checks: [http] }
362 + - { id: bank-dk-spar-nord, name: "Spar Nord", host: www.sparnord.dk, cat: finance, provider: spar-nord, cc: DK, imp: 2, tier: 4, checks: [http] }
363 + - { id: bank-dk-arbejdernes, name: "Arbejdernes Landsbank", host: www.al-bank.dk, cat: finance, provider: al-bank, cc: DK, imp: 2, tier: 4, checks: [http] }
364 + - { id: bank-dk-danske-dk, name: "Danske Bank Danmark", host: danskebank.dk, cat: finance, provider: danske, cc: DK, imp: 4, tier: 3, checks: [http] }
365 + - { id: bank-dk-saxo, name: "Saxo Bank", host: www.home.saxo, cat: finance, provider: saxo, cc: DK, imp: 4, tier: 3, checks: [http] }
366 + - { id: bank-dk-ringkjobing, name: "Ringkjøbing Landbobank", host: www.landbobanken.dk, cat: finance, provider: landbobanken, cc: DK, imp: 1, tier: 4, checks: [http] }
367 + - { id: bank-no-nordea, name: "Nordea Norge", host: www.nordea.no, cat: finance, provider: nordea, cc: "NO", imp: 3, tier: 4, checks: [http] }
368 + - { id: bank-no-sparebank1, name: "SpareBank 1", host: www.sparebank1.no, cat: finance, provider: sparebank1, cc: "NO", imp: 4, tier: 3, checks: [http] }
369 + - { id: bank-no-danske-no, name: "Danske Bank Norge", host: danskebank.no, cat: finance, provider: danske, cc: "NO", imp: 2, tier: 4, checks: [http] }
370 + - { id: bank-no-storebrand, name: "Storebrand", host: www.storebrand.no, cat: finance, provider: storebrand, cc: "NO", imp: 3, tier: 4, checks: [http] }
371 + - { id: bank-no-handelsbanken-no, name: "Handelsbanken Norge", host: www.handelsbanken.no, cat: finance, provider: handelsbanken, cc: "NO", imp: 2, tier: 4, checks: [http] }
372 + - { id: bank-no-bank-norwegian, name: "Bank Norwegian", host: www.banknorwegian.no, cat: finance, provider: nordax, cc: "NO", imp: 2, tier: 4, checks: [http] }
373 + - { id: bank-no-sbanken, name: "Sbanken (DNB)", host: sbanken.no, cat: finance, provider: dnb, cc: "NO", imp: 2, tier: 4, checks: [http] }
374 + - { id: bank-no-sparebanken-vest, name: "Sparebanken Vest", host: www.spv.no, cat: finance, provider: spv, cc: "NO", imp: 2, tier: 4, checks: [http] }
375 + - { id: bank-no-kommunalbanken, name: "Kommunalbanken", host: www.kbn.com, cat: finance, provider: kbn, cc: "NO", imp: 1, tier: 4, checks: [http] }
376 + - { id: bank-fi-op, name: "OP Financial Group", host: www.op.fi, cat: finance, provider: op, cc: FI, imp: 4, tier: 3, checks: [http] }
377 + - { id: bank-fi-nordea, name: "Nordea Suomi", host: www.nordea.fi, cat: finance, provider: nordea, cc: FI, imp: 4, tier: 3, checks: [http] }
378 + - { id: bank-fi-danske-fi, name: "Danske Bank Suomi", host: danskebank.fi, cat: finance, provider: danske, cc: FI, imp: 3, tier: 4, checks: [http] }
379 + - { id: bank-fi-s-pankki, name: "S-Pankki", host: www.s-pankki.fi, cat: finance, provider: s-pankki, cc: FI, imp: 3, tier: 4, checks: [http] }
380 + - { id: bank-fi-aktia, name: "Aktia", host: www.aktia.fi, cat: finance, provider: aktia, cc: FI, imp: 2, tier: 4, checks: [http] }
381 + - { id: bank-fi-alandsbanken, name: "Ålandsbanken", host: www.alandsbanken.fi, cat: finance, provider: alandsbanken, cc: FI, imp: 2, tier: 4, checks: [http] }
382 + - { id: bank-fi-pop, name: "POP Pankki", host: www.poppankki.fi, cat: finance, provider: pop, cc: FI, imp: 2, tier: 4, checks: [http] }
383 + - { id: bank-fi-saastopankki, name: "Säästöpankki", host: www.saastopankki.fi, cat: finance, provider: saastopankki, cc: FI, imp: 2, tier: 4, checks: [http] }
384 + - { id: bank-fi-oma, name: "Oma Säästöpankki", host: www.omasp.fi, cat: finance, provider: omasp, cc: FI, imp: 1, tier: 4, checks: [http] }
385 + - { id: bank-is-landsbankinn, name: "Landsbankinn", host: www.landsbankinn.is, cat: finance, provider: landsbankinn, cc: IS, imp: 3, tier: 4, checks: [http] }
386 + - { id: bank-is-islandsbanki, name: "Íslandsbanki", host: www.islandsbanki.is, cat: finance, provider: islandsbanki, cc: IS, imp: 3, tier: 4, checks: [http] }
387 + - { id: bank-is-arion, name: "Arion banki", host: www.arionbanki.is, cat: finance, provider: arion, cc: IS, imp: 3, tier: 4, checks: [http] }
388 + - { id: bank-is-kvika, name: "Kvika banki", host: www.kvika.is, cat: finance, provider: kvika, cc: IS, imp: 2, tier: 4, checks: [http] }
389 + - { id: bank-is-cb, name: "Central Bank of Iceland", host: www.cb.is, cat: finance, provider: sedlabanki, cc: IS, imp: 3, tier: 4, checks: [http] }
390 + - { id: bank-pl-pekao, name: "Bank Pekao", host: www.pekao.com.pl, cat: finance, provider: pekao, cc: PL, imp: 4, tier: 3, checks: [http] }
391 + - { id: bank-pl-santander, name: "Santander Bank Polska", host: www.santander.pl, cat: finance, provider: santander, cc: PL, imp: 3, tier: 4, checks: [http] }
392 + - { id: bank-pl-mbank, name: "mBank", host: www.mbank.pl, cat: finance, provider: commerzbank, cc: PL, imp: 4, tier: 3, checks: [http] }
393 + - { id: bank-pl-ing, name: "ING Bank Śląski", host: www.ing.pl, cat: finance, provider: ing, cc: PL, imp: 3, tier: 4, checks: [http] }
394 + - { id: bank-pl-bnp, name: "BNP Paribas Bank Polska", host: www.bnpparibas.pl, cat: finance, provider: bnp, cc: PL, imp: 3, tier: 4, checks: [http] }
395 + - { id: bank-pl-millennium, name: "Bank Millennium", host: www.bankmillennium.pl, cat: finance, provider: bcp, cc: PL, imp: 3, tier: 4, checks: [http] }
396 + - { id: bank-pl-alior, name: "Alior Bank", host: www.aliorbank.pl, cat: finance, provider: alior, cc: PL, imp: 3, tier: 4, checks: [http] }
397 + - { id: bank-pl-credit-agricole, name: "Credit Agricole Polska", host: www.credit-agricole.pl, cat: finance, provider: credit-agricole, cc: PL, imp: 2, tier: 4, checks: [http] }
398 + - { id: bank-pl-citi-handlowy, name: "Citi Handlowy", host: www.citibank.pl, cat: finance, provider: citi, cc: PL, imp: 2, tier: 4, checks: [http] }
399 + - { id: bank-pl-bgk, name: "BGK", host: www.bgk.pl, cat: finance, provider: gov-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
400 + - { id: bank-pl-velo, name: "VeloBank", host: www.velobank.pl, cat: finance, provider: velobank, cc: PL, imp: 2, tier: 4, checks: [http] }
401 + - { id: bank-cz-csob, name: "ČSOB", host: www.csob.cz, cat: finance, provider: kbc, cc: CZ, imp: 4, tier: 3, checks: [http] }
402 + - { id: bank-cz-ceska-sporitelna, name: "Česká spořitelna", host: www.csas.cz, cat: finance, provider: erste, cc: CZ, imp: 4, tier: 3, checks: [http] }
403 + - { id: bank-cz-komercni, name: "Komerční banka", host: www.kb.cz, cat: finance, provider: socgen, cc: CZ, imp: 4, tier: 3, checks: [http] }
404 + - { id: bank-cz-unicredit, name: "UniCredit Bank Czech Republic", host: www.unicreditbank.cz, cat: finance, provider: unicredit, cc: CZ, imp: 3, tier: 4, checks: [http] }
405 + - { id: bank-cz-raiffeisenbank, name: "Raiffeisenbank CZ", host: www.rb.cz, cat: finance, provider: rbi, cc: CZ, imp: 3, tier: 4, checks: [http] }
406 + - { id: bank-cz-moneta, name: "MONETA Money Bank", host: www.moneta.cz, cat: finance, provider: moneta, cc: CZ, imp: 3, tier: 4, checks: [http] }
407 + - { id: bank-cz-fio, name: "Fio banka", host: www.fio.cz, cat: finance, provider: fio, cc: CZ, imp: 2, tier: 4, checks: [http] }
408 + - { id: bank-cz-air-bank, name: "Air Bank", host: www.airbank.cz, cat: finance, provider: ppf, cc: CZ, imp: 2, tier: 4, checks: [http] }
409 + - { id: bank-cz-mbank, name: "mBank CZ", host: www.mbank.cz, cat: finance, provider: commerzbank, cc: CZ, imp: 2, tier: 4, checks: [http] }
410 + - { id: bank-cz-creditas, name: "Banka CREDITAS", host: www.creditas.cz, cat: finance, provider: creditas, cc: CZ, imp: 1, tier: 4, checks: [http] }
411 + - { id: bank-sk-slsp, name: "Slovenská sporiteľňa", host: www.slsp.sk, cat: finance, provider: erste, cc: SK, imp: 3, tier: 4, checks: [http] }
412 + - { id: bank-sk-vub, name: "VÚB banka", host: www.vub.sk, cat: finance, provider: intesa, cc: SK, imp: 3, tier: 4, checks: [http] }
413 + - { id: bank-sk-tatra, name: "Tatra banka", host: www.tatrabanka.sk, cat: finance, provider: rbi, cc: SK, imp: 3, tier: 4, checks: [http] }
414 + - { id: bank-sk-csob, name: "ČSOB Slovensko", host: www.csob.sk, cat: finance, provider: kbc, cc: SK, imp: 2, tier: 4, checks: [http] }
415 + - { id: bank-sk-365, name: "365.bank", host: www.365.bank, cat: finance, provider: 365-bank, cc: SK, imp: 2, tier: 4, checks: [http] }
416 + - { id: bank-sk-prima, name: "Prima banka", host: www.primabanka.sk, cat: finance, provider: penta, cc: SK, imp: 1, tier: 4, checks: [http] }
417 + - { id: bank-sk-nbs, name: "Národná banka Slovenska", host: nbs.sk, cat: finance, provider: nbs, cc: SK, imp: 3, tier: 4, checks: [http] }
418 + - { id: bank-hu-otp, name: "OTP Bank", host: www.otpbank.hu, cat: finance, provider: otp, cc: HU, imp: 4, tier: 3, checks: [http] }
419 + - { id: bank-hu-kh, name: "K&H Bank", host: www.kh.hu, cat: finance, provider: kbc, cc: HU, imp: 3, tier: 4, checks: [http] }
420 + - { id: bank-hu-erste, name: "Erste Bank Hungary", host: www.erstebank.hu, cat: finance, provider: erste, cc: HU, imp: 3, tier: 4, checks: [http] }
421 + - { id: bank-hu-unicredit, name: "UniCredit Bank Hungary", host: www.unicreditbank.hu, cat: finance, provider: unicredit, cc: HU, imp: 3, tier: 4, checks: [http] }
422 + - { id: bank-hu-raiffeisen, name: "Raiffeisen Bank Hungary", host: www.raiffeisen.hu, cat: finance, provider: rbi, cc: HU, imp: 3, tier: 4, checks: [http] }
423 + - { id: bank-hu-mbh, name: "MBH Bank", host: www.mbhbank.hu, cat: finance, provider: mbh, cc: HU, imp: 3, tier: 4, checks: [http] }
424 + - { id: bank-hu-cib, name: "CIB Bank", host: www.cib.hu, cat: finance, provider: intesa, cc: HU, imp: 2, tier: 4, checks: [http] }
425 + - { id: bank-hu-granit, name: "Gránit Bank", host: granitbank.hu, cat: finance, provider: granit, cc: HU, imp: 1, tier: 4, checks: [http] }
426 + - { id: bank-ro-banca-transilvania, name: "Banca Transilvania", host: www.bancatransilvania.ro, cat: finance, provider: banca-transilvania, cc: RO, imp: 4, tier: 3, checks: [http] }
427 + - { id: bank-ro-bcr, name: "BCR", host: www.bcr.ro, cat: finance, provider: erste, cc: RO, imp: 3, tier: 4, checks: [http] }
428 + - { id: bank-ro-brd, name: "BRD Groupe Société Générale", host: www.brd.ro, cat: finance, provider: socgen, cc: RO, imp: 3, tier: 4, checks: [http] }
429 + - { id: bank-ro-ing, name: "ING Bank România", host: www.ing.ro, cat: finance, provider: ing, cc: RO, imp: 3, tier: 4, checks: [http] }
430 + - { id: bank-ro-raiffeisen, name: "Raiffeisen Bank România", host: www.raiffeisen.ro, cat: finance, provider: rbi, cc: RO, imp: 3, tier: 4, checks: [http] }
431 + - { id: bank-ro-cec, name: "CEC Bank", host: www.cec.ro, cat: finance, provider: gov-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
432 + - { id: bank-ro-unicredit, name: "UniCredit Bank România", host: www.unicredit.ro, cat: finance, provider: unicredit, cc: RO, imp: 2, tier: 4, checks: [http] }
433 + - { id: bank-bg-unicredit-bulbank, name: "UniCredit Bulbank", host: www.unicreditbulbank.bg, cat: finance, provider: unicredit, cc: BG, imp: 3, tier: 4, checks: [http] }
434 + - { id: bank-bg-dsk, name: "DSK Bank", host: www.dskbank.bg, cat: finance, provider: otp, cc: BG, imp: 3, tier: 4, checks: [http] }
435 + - { id: bank-bg-ubb, name: "UBB (KBC)", host: www.ubb.bg, cat: finance, provider: kbc, cc: BG, imp: 3, tier: 4, checks: [http] }
436 + - { id: bank-bg-postbank, name: "Postbank (Eurobank Bulgaria)", host: www.postbank.bg, cat: finance, provider: eurobank, cc: BG, imp: 2, tier: 4, checks: [http] }
437 + - { id: bank-bg-fibank, name: "Fibank", host: www.fibank.bg, cat: finance, provider: fibank, cc: BG, imp: 2, tier: 4, checks: [http] }
438 + - { id: bank-bg-bnb, name: "Bulgarian National Bank", host: www.bnb.bg, cat: finance, provider: bnb-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
439 + - { id: bank-hr-zaba, name: "Zagrebačka banka", host: www.zaba.hr, cat: finance, provider: unicredit, cc: HR, imp: 3, tier: 4, checks: [http] }
440 + - { id: bank-hr-pbz, name: "Privredna banka Zagreb", host: www.pbz.hr, cat: finance, provider: intesa, cc: HR, imp: 3, tier: 4, checks: [http] }
441 + - { id: bank-hr-erste, name: "Erste Bank Croatia", host: www.erstebank.hr, cat: finance, provider: erste, cc: HR, imp: 3, tier: 4, checks: [http] }
442 + - { id: bank-hr-otp, name: "OTP banka Hrvatska", host: www.otpbanka.hr, cat: finance, provider: otp, cc: HR, imp: 2, tier: 4, checks: [http] }
443 + - { id: bank-hr-rba, name: "Raiffeisenbank Hrvatska", host: www.rba.hr, cat: finance, provider: rbi, cc: HR, imp: 2, tier: 4, checks: [http] }
444 + - { id: bank-hr-hpb, name: "Hrvatska poštanska banka", host: www.hpb.hr, cat: finance, provider: hpb, cc: HR, imp: 2, tier: 4, checks: [http] }
445 + - { id: bank-hr-hnb, name: "Hrvatska narodna banka", host: www.hnb.hr, cat: finance, provider: hnb, cc: HR, imp: 3, tier: 4, checks: [http] }
446 + - { id: bank-si-nlb, name: "NLB", host: www.nlb.si, cat: finance, provider: nlb, cc: SI, imp: 3, tier: 4, checks: [http] }
447 + - { id: bank-si-otp, name: "OTP banka Slovenija", host: www.otpbanka.si, cat: finance, provider: otp, cc: SI, imp: 2, tier: 4, checks: [http] }
448 + - { id: bank-si-skb, name: "SKB banka", host: www.skb.si, cat: finance, provider: otp, cc: SI, imp: 2, tier: 4, checks: [http] }
449 + - { id: bank-si-unicredit, name: "UniCredit Banka Slovenija", host: www.unicreditbank.si, cat: finance, provider: unicredit, cc: SI, imp: 1, tier: 4, checks: [http] }
450 + - { id: bank-si-bsi, name: "Banka Slovenije", host: www.bsi.si, cat: finance, provider: bsi, cc: SI, imp: 3, tier: 4, checks: [http] }
451 + - { id: bank-rs-intesa, name: "Banca Intesa Beograd", host: www.bancaintesa.rs, cat: finance, provider: intesa, cc: RS, imp: 3, tier: 4, checks: [http] }
452 + - { id: bank-rs-otp, name: "OTP banka Srbija", host: www.otpbanka.rs, cat: finance, provider: otp, cc: RS, imp: 3, tier: 4, checks: [http] }
453 + - { id: bank-rs-unicredit, name: "UniCredit Bank Serbia", host: www.unicreditbank.rs, cat: finance, provider: unicredit, cc: RS, imp: 2, tier: 4, checks: [http] }
454 + - { id: bank-rs-raiffeisen, name: "Raiffeisen banka Srbija", host: www.raiffeisenbank.rs, cat: finance, provider: rbi, cc: RS, imp: 2, tier: 4, checks: [http] }
455 + - { id: bank-rs-nlb-komercijalna, name: "NLB Komercijalna banka", host: www.nlbkb.rs, cat: finance, provider: nlb, cc: RS, imp: 2, tier: 4, checks: [http] }
456 + - { id: bank-rs-aik, name: "AIK Banka", host: www.aikbanka.rs, cat: finance, provider: aik, cc: RS, imp: 1, tier: 4, checks: [http] }
457 + - { id: bank-rs-nbs, name: "Narodna banka Srbije", host: www.nbs.rs, cat: finance, provider: nbs-rs, cc: RS, imp: 3, tier: 4, checks: [http] }
458 + - { id: bank-ba-cbbh, name: "Centralna banka BiH", host: www.cbbh.ba, cat: finance, provider: cbbh, cc: BA, imp: 2, tier: 4, checks: [http] }
459 + - { id: bank-ba-unicredit, name: "UniCredit Bank BiH", host: www.unicredit.ba, cat: finance, provider: unicredit, cc: BA, imp: 1, tier: 4, checks: [http] }
460 + - { id: bank-ba-raiffeisen, name: "Raiffeisen Bank BiH", host: www.raiffeisenbank.ba, cat: finance, provider: rbi, cc: BA, imp: 1, tier: 4, checks: [http] }
461 + - { id: bank-mk-nbrnm, name: "National Bank of North Macedonia", host: www.nbrm.mk, cat: finance, provider: nbrm, cc: MK, imp: 2, tier: 4, checks: [http] }
462 + - { id: bank-mk-komercijalna, name: "Komercijalna Banka Skopje", host: www.kb.com.mk, cat: finance, provider: kb-mk, cc: MK, imp: 1, tier: 4, checks: [http] }
463 + - { id: bank-mk-stopanska, name: "Stopanska Banka", host: www.stb.com.mk, cat: finance, provider: nbg, cc: MK, imp: 1, tier: 4, checks: [http] }
464 + - { id: bank-al-boa, name: "Bank of Albania", host: www.bankofalbania.org, cat: finance, provider: boa-al, cc: AL, imp: 2, tier: 4, checks: [http] }
465 + - { id: bank-al-bkt, name: "BKT", host: www.bkt.com.al, cat: finance, provider: bkt, cc: AL, imp: 1, tier: 4, checks: [http] }
466 + - { id: bank-al-credins, name: "Credins Bank", host: www.bankacredins.com, cat: finance, provider: credins, cc: AL, imp: 1, tier: 4, checks: [http] }
467 + - { id: bank-me-cbcg, name: "Central Bank of Montenegro", host: www.cbcg.me, cat: finance, provider: cbcg, cc: ME, imp: 2, tier: 4, checks: [http] }
468 + - { id: bank-me-ckb, name: "CKB (OTP)", host: www.ckb.me, cat: finance, provider: otp, cc: ME, imp: 1, tier: 4, checks: [http] }
469 + - { id: bank-xk-cbk, name: "Central Bank of Kosovo", host: bqk-kos.org, cat: finance, provider: bqk, cc: XK, imp: 1, tier: 4, checks: [http] }
470 + - { id: bank-ee-lhv, name: "LHV", host: www.lhv.ee, cat: finance, provider: lhv, cc: EE, imp: 3, tier: 4, checks: [http] }
471 + - { id: bank-ee-swedbank, name: "Swedbank Eesti", host: www.swedbank.ee, cat: finance, provider: swedbank, cc: EE, imp: 3, tier: 4, checks: [http] }
472 + - { id: bank-ee-seb, name: "SEB Eesti", host: www.seb.ee, cat: finance, provider: seb, cc: EE, imp: 3, tier: 4, checks: [http] }
473 + - { id: bank-ee-coop-pank, name: "Coop Pank", host: www.cooppank.ee, cat: finance, provider: coop-pank, cc: EE, imp: 2, tier: 4, checks: [http] }
474 + - { id: bank-ee-luminor, name: "Luminor", host: www.luminor.ee, cat: finance, provider: luminor, cc: EE, imp: 3, tier: 4, checks: [http] }
475 + - { id: bank-ee-eesti-pank, name: "Eesti Pank", host: www.eestipank.ee, cat: finance, provider: eesti-pank, cc: EE, imp: 3, tier: 4, checks: [http] }
476 + - { id: bank-lv-swedbank, name: "Swedbank Latvija", host: www.swedbank.lv, cat: finance, provider: swedbank, cc: LV, imp: 3, tier: 4, checks: [http] }
477 + - { id: bank-lv-seb, name: "SEB Latvija", host: www.seb.lv, cat: finance, provider: seb, cc: LV, imp: 3, tier: 4, checks: [http] }
478 + - { id: bank-lv-citadele, name: "Citadele", host: www.citadele.lv, cat: finance, provider: citadele, cc: LV, imp: 3, tier: 4, checks: [http] }
479 + - { id: bank-lv-luminor, name: "Luminor Latvija", host: www.luminor.lv, cat: finance, provider: luminor, cc: LV, imp: 2, tier: 4, checks: [http] }
480 + - { id: bank-lv-rietumu, name: "Rietumu Banka", host: www.rietumu.com, cat: finance, provider: rietumu, cc: LV, imp: 1, tier: 4, checks: [http] }
481 + - { id: bank-lv-latvijas-banka, name: "Latvijas Banka", host: www.bank.lv, cat: finance, provider: latvijas-banka, cc: LV, imp: 3, tier: 4, checks: [http] }
482 + - { id: bank-lt-swedbank, name: "Swedbank Lietuva", host: www.swedbank.lt, cat: finance, provider: swedbank, cc: LT, imp: 3, tier: 4, checks: [http] }
483 + - { id: bank-lt-seb, name: "SEB Lietuva", host: www.seb.lt, cat: finance, provider: seb, cc: LT, imp: 3, tier: 4, checks: [http] }
484 + - { id: bank-lt-siauliu, name: "Šiaulių bankas", host: www.sb.lt, cat: finance, provider: siauliu, cc: LT, imp: 2, tier: 4, checks: [http] }
485 + - { id: bank-lt-luminor, name: "Luminor Lietuva", host: www.luminor.lt, cat: finance, provider: luminor, cc: LT, imp: 2, tier: 4, checks: [http] }
486 + - { id: bank-lt-lietuvos-bankas, name: "Lietuvos bankas", host: www.lb.lt, cat: finance, provider: lietuvos-bankas, cc: LT, imp: 3, tier: 4, checks: [http] }
487 + - { id: bank-ua-privatbank, name: "PrivatBank", host: privatbank.ua, cat: finance, provider: privatbank, cc: UA, imp: 4, tier: 3, checks: [http] }
488 + - { id: bank-ua-oschadbank, name: "Oschadbank", host: www.oschadbank.ua, cat: finance, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
489 + - { id: bank-ua-monobank, name: "monobank", host: www.monobank.ua, cat: finance, provider: universal-bank, cc: UA, imp: 3, tier: 4, checks: [http] }
490 + - { id: bank-ua-raiffeisen, name: "Raiffeisen Bank Ukraine", host: raiffeisen.ua, cat: finance, provider: rbi, cc: UA, imp: 3, tier: 4, checks: [http] }
491 + - { id: bank-ua-ukrsibbank, name: "UKRSIBBANK", host: ukrsibbank.com, cat: finance, provider: bnp, cc: UA, imp: 2, tier: 4, checks: [http] }
492 + - { id: bank-ua-pumb, name: "PUMB (FUIB)", host: www.pumb.ua, cat: finance, provider: scm, cc: UA, imp: 2, tier: 4, checks: [http] }
493 + - { id: bank-ua-ukrgasbank, name: "Ukrgasbank", host: www.ukrgasbank.com, cat: finance, provider: gov-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
494 + - { id: bank-ua-sense, name: "Sense Bank", host: sensebank.ua, cat: finance, provider: gov-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
495 + - { id: bank-ua-otp, name: "OTP Bank Ukraine", host: www.otpbank.com.ua, cat: finance, provider: otp, cc: UA, imp: 1, tier: 4, checks: [http] }
496 + - { id: bank-md-maib, name: "maib", host: www.maib.md, cat: finance, provider: maib, cc: MD, imp: 2, tier: 4, checks: [http] }
497 + - { id: bank-md-moldindconbank, name: "Moldindconbank", host: www.micb.md, cat: finance, provider: micb, cc: MD, imp: 1, tier: 4, checks: [http] }
498 + - { id: bank-md-victoriabank, name: "Victoriabank", host: www.victoriabank.md, cat: finance, provider: banca-transilvania, cc: MD, imp: 1, tier: 4, checks: [http] }
499 + - { id: bank-md-bnm, name: "Banca Națională a Moldovei", host: www.bnm.md, cat: finance, provider: bnm, cc: MD, imp: 2, tier: 4, checks: [http] }
500 + - { id: bank-by-belarusbank, name: "Belarusbank", host: belarusbank.by, cat: finance, provider: gov-by, cc: BY, imp: 2, tier: 4, checks: [http] }
501 + - { id: bank-by-priorbank, name: "Priorbank", host: www.priorbank.by, cat: finance, provider: priorbank, cc: BY, imp: 1, tier: 4, checks: [http] }
502 + - { id: bank-ru-gazprombank, name: "Gazprombank", host: www.gazprombank.ru, cat: finance, provider: gazprombank, cc: RU, imp: 3, tier: 4, checks: [http] }
503 + - { id: bank-ru-tbank, name: "T-Bank", host: www.tbank.ru, cat: finance, provider: tbank, cc: RU, imp: 3, tier: 4, checks: [http] }
504 + - { id: bank-ru-raiffeisen, name: "Raiffeisenbank Russia", host: www.raiffeisen.ru, cat: finance, provider: rbi, cc: RU, imp: 2, tier: 4, checks: [http] }
505 + - { id: bank-tr-akbank, name: "Akbank", host: www.akbank.com, cat: finance, provider: akbank, cc: TR, imp: 4, tier: 3, checks: [http] }
506 + - { id: bank-tr-yapi-kredi, name: "Yapı Kredi", host: www.yapikredi.com.tr, cat: finance, provider: yapi-kredi, cc: TR, imp: 4, tier: 3, checks: [http] }
507 + - { id: bank-tr-vakifbank, name: "VakıfBank", host: www.vakifbank.com.tr, cat: finance, provider: vakifbank, cc: TR, imp: 4, tier: 3, checks: [http] }
508 + - { id: bank-tr-halkbank, name: "Halkbank", host: www.halkbank.com.tr, cat: finance, provider: halkbank, cc: TR, imp: 4, tier: 3, checks: [http] }
509 + - { id: bank-tr-qnb, name: "QNB Türkiye", host: www.qnb.com.tr, cat: finance, provider: qnb, cc: TR, imp: 3, tier: 4, checks: [http] }
510 + - { id: bank-tr-denizbank, name: "DenizBank", host: www.denizbank.com, cat: finance, provider: emirates-nbd, cc: TR, imp: 3, tier: 4, checks: [http] }
511 + - { id: bank-tr-teb, name: "TEB", host: www.teb.com.tr, cat: finance, provider: bnp, cc: TR, imp: 3, tier: 4, checks: [http] }
512 + - { id: bank-tr-kuveyt-turk, name: "Kuveyt Türk", host: www.kuveytturk.com.tr, cat: finance, provider: kfh, cc: TR, imp: 3, tier: 4, checks: [http] }
513 + - { id: bank-tr-ing, name: "ING Türkiye", host: www.ing.com.tr, cat: finance, provider: ing, cc: TR, imp: 2, tier: 4, checks: [http] }
514 + - { id: bank-tr-sekerbank, name: "Şekerbank", host: www.sekerbank.com.tr, cat: finance, provider: sekerbank, cc: TR, imp: 1, tier: 4, checks: [http] }
515 + - { id: bank-tr-albaraka, name: "Albaraka Türk", host: www.albaraka.com.tr, cat: finance, provider: albaraka, cc: TR, imp: 2, tier: 4, checks: [http] }
516 + - { id: bank-tr-ziraat-katilim, name: "Ziraat Katılım", host: www.ziraatkatilim.com.tr, cat: finance, provider: ziraat, cc: TR, imp: 1, tier: 4, checks: [http] }
517 + - { id: bank-il-discount, name: "Israel Discount Bank", host: www.discountbank.co.il, cat: finance, provider: discount, cc: IL, imp: 3, tier: 4, checks: [http] }
518 + - { id: bank-il-mizrahi, name: "Mizrahi-Tefahot", host: www.mizrahi-tefahot.co.il, cat: finance, provider: mizrahi, cc: IL, imp: 3, tier: 4, checks: [http] }
519 + - { id: bank-il-fibi, name: "First International Bank of Israel", host: www.fibi.co.il, cat: finance, provider: fibi, cc: IL, imp: 2, tier: 4, checks: [http] }
520 + - { id: bank-sa-snb, name: "Saudi National Bank", host: www.alahli.com, cat: finance, provider: snb, cc: SA, imp: 4, tier: 3, checks: [http] }
521 + - { id: bank-sa-riyad, name: "Riyad Bank", host: www.riyadbank.com, cat: finance, provider: riyad, cc: SA, imp: 3, tier: 4, checks: [http] }
522 + - { id: bank-sa-sab, name: "SAB (Saudi Awwal Bank)", host: www.sab.com, cat: finance, provider: sab, cc: SA, imp: 3, tier: 4, checks: [http] }
523 + - { id: bank-sa-bsf, name: "Banque Saudi Fransi", host: www.alfransi.com.sa, cat: finance, provider: bsf, cc: SA, imp: 3, tier: 4, checks: [http] }
524 + - { id: bank-sa-alinma, name: "Alinma Bank", host: www.alinma.com, cat: finance, provider: alinma, cc: SA, imp: 3, tier: 4, checks: [http] }
525 + - { id: bank-sa-anb, name: "Arab National Bank", host: www.anb.com.sa, cat: finance, provider: anb, cc: SA, imp: 3, tier: 4, checks: [http] }
526 + - { id: bank-sa-albilad, name: "Bank Albilad", host: www.bankalbilad.com, cat: finance, provider: albilad, cc: SA, imp: 2, tier: 4, checks: [http] }
527 + - { id: bank-sa-sib, name: "Saudi Investment Bank", host: www.saib.com.sa, cat: finance, provider: saib, cc: SA, imp: 2, tier: 4, checks: [http] }
528 + - { id: bank-ae-fab, name: "First Abu Dhabi Bank", host: www.bankfab.com, cat: finance, provider: fab, cc: AE, imp: 4, tier: 3, checks: [http] }
529 + - { id: bank-ae-adcb, name: "ADCB", host: www.adcb.com, cat: finance, provider: adcb, cc: AE, imp: 3, tier: 4, checks: [http] }
530 + - { id: bank-ae-dib, name: "Dubai Islamic Bank", host: www.dib.ae, cat: finance, provider: dib, cc: AE, imp: 3, tier: 4, checks: [http] }
531 + - { id: bank-ae-mashreq, name: "Mashreq", host: www.mashreqbank.com, cat: finance, provider: mashreq, cc: AE, imp: 3, tier: 4, checks: [http] }
532 + - { id: bank-ae-adib, name: "ADIB", host: www.adib.ae, cat: finance, provider: adib, cc: AE, imp: 3, tier: 4, checks: [http] }
533 + - { id: bank-ae-rakbank, name: "RAKBANK", host: www.rakbank.ae, cat: finance, provider: rakbank, cc: AE, imp: 2, tier: 4, checks: [http] }
534 + - { id: bank-ae-cbd, name: "Commercial Bank of Dubai", host: www.cbd.ae, cat: finance, provider: cbd, cc: AE, imp: 2, tier: 4, checks: [http] }
535 + - { id: bank-ae-emirates-islamic, name: "Emirates Islamic", host: www.emiratesislamic.ae, cat: finance, provider: emirates-nbd, cc: AE, imp: 2, tier: 4, checks: [http] }
536 + - { id: bank-ae-nbf, name: "National Bank of Fujairah", host: nbf.ae, cat: finance, provider: nbf, cc: AE, imp: 1, tier: 4, checks: [http] }
537 + - { id: bank-qa-cbq, name: "Commercial Bank of Qatar", host: www.cbq.qa, cat: finance, provider: cbq, cc: QA, imp: 3, tier: 4, checks: [http] }
538 + - { id: bank-qa-qib, name: "Qatar Islamic Bank", host: www.qib.com.qa, cat: finance, provider: qib, cc: QA, imp: 3, tier: 4, checks: [http] }
539 + - { id: bank-qa-alrayan, name: "Masraf Al Rayan", host: www.alrayan.com, cat: finance, provider: al-rayan, cc: QA, imp: 2, tier: 4, checks: [http] }
540 + - { id: bank-qa-dukhan, name: "Dukhan Bank", host: www.dukhanbank.com, cat: finance, provider: dukhan, cc: QA, imp: 1, tier: 4, checks: [http] }
541 + - { id: bank-qa-qcb, name: "Qatar Central Bank", host: www.qcb.gov.qa, cat: finance, provider: qcb, cc: QA, imp: 3, tier: 4, checks: [http] }
542 + - { id: bank-kw-nbk, name: "National Bank of Kuwait", host: www.nbk.com, cat: finance, provider: nbk, cc: KW, imp: 4, tier: 3, checks: [http] }
543 + - { id: bank-kw-kfh, name: "Kuwait Finance House", host: www.kfh.com, cat: finance, provider: kfh, cc: KW, imp: 3, tier: 4, checks: [http] }
544 + - { id: bank-kw-gulf-bank, name: "Gulf Bank", host: www.e-gulfbank.com, cat: finance, provider: gulf-bank, cc: KW, imp: 2, tier: 4, checks: [http] }
545 + - { id: bank-kw-burgan, name: "Burgan Bank", host: www.burgan.com, cat: finance, provider: burgan, cc: KW, imp: 2, tier: 4, checks: [http] }
546 + - { id: bank-kw-boubyan, name: "Boubyan Bank", host: www.bankboubyan.com, cat: finance, provider: nbk, cc: KW, imp: 2, tier: 4, checks: [http] }
547 + - { id: bank-kw-cbk, name: "Central Bank of Kuwait", host: www.cbk.gov.kw, cat: finance, provider: cbk-kw, cc: KW, imp: 3, tier: 4, checks: [http] }
548 + - { id: bank-bh-nbb, name: "National Bank of Bahrain", host: www.nbbonline.com, cat: finance, provider: nbb-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
549 + - { id: bank-bh-bbk, name: "BBK", host: www.bbkonline.com, cat: finance, provider: bbk, cc: BH, imp: 2, tier: 4, checks: [http] }
550 + - { id: bank-bh-ahli-united, name: "Ahli United Bank", host: www.ahliunited.com, cat: finance, provider: kfh, cc: BH, imp: 2, tier: 4, checks: [http] }
551 + - { id: bank-bh-abc, name: "Bank ABC", host: www.bank-abc.com, cat: finance, provider: bank-abc, cc: BH, imp: 2, tier: 4, checks: [http] }
552 + - { id: bank-bh-alsalam, name: "Al Salam Bank", host: www.alsalambank.com, cat: finance, provider: alsalam, cc: BH, imp: 1, tier: 4, checks: [http] }
553 + - { id: bank-bh-cbb, name: "Central Bank of Bahrain", host: www.cbb.gov.bh, cat: finance, provider: cbb, cc: BH, imp: 3, tier: 4, checks: [http] }
554 + - { id: bank-om-bank-muscat, name: "Bank Muscat", host: www.bankmuscat.com, cat: finance, provider: bank-muscat, cc: OM, imp: 3, tier: 4, checks: [http] }
555 + - { id: bank-om-bank-dhofar, name: "BankDhofar", host: www.bankdhofar.com, cat: finance, provider: bank-dhofar, cc: OM, imp: 2, tier: 4, checks: [http] }
556 + - { id: bank-om-nbo, name: "National Bank of Oman", host: www.nbo.om, cat: finance, provider: nbo, cc: OM, imp: 2, tier: 4, checks: [http] }
557 + - { id: bank-om-sohar, name: "Sohar International", host: www.soharinternational.com, cat: finance, provider: sohar, cc: OM, imp: 2, tier: 4, checks: [http] }
558 + - { id: bank-om-ahli, name: "ahlibank Oman", host: ahlibank.om, cat: finance, provider: ahlibank-om, cc: OM, imp: 1, tier: 4, checks: [http] }
559 + - { id: bank-om-cbo, name: "Central Bank of Oman", host: cbo.gov.om, cat: finance, provider: cbo, cc: OM, imp: 3, tier: 4, checks: [http] }
560 + - { id: bank-jo-arab-bank, name: "Arab Bank", host: www.arabbank.com, cat: finance, provider: arab-bank, cc: JO, imp: 4, tier: 3, checks: [http] }
561 + - { id: bank-jo-housing-bank, name: "Housing Bank", host: www.hbtf.com, cat: finance, provider: hbtf, cc: JO, imp: 3, tier: 4, checks: [http] }
562 + - { id: bank-jo-jib, name: "Jordan Islamic Bank", host: www.jordanislamicbank.com, cat: finance, provider: albaraka, cc: JO, imp: 2, tier: 4, checks: [http] }
563 + - { id: bank-jo-cab, name: "Cairo Amman Bank", host: www.cab.jo, cat: finance, provider: cab, cc: JO, imp: 2, tier: 4, checks: [http] }
564 + - { id: bank-jo-capital-bank, name: "Capital Bank of Jordan", host: www.capitalbank.jo, cat: finance, provider: capital-bank-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
565 + - { id: bank-jo-cbj, name: "Central Bank of Jordan", host: www.cbj.gov.jo, cat: finance, provider: cbj, cc: JO, imp: 3, tier: 4, checks: [http] }
566 + - { id: bank-lb-bdl, name: "Banque du Liban", host: www.bdl.gov.lb, cat: finance, provider: bdl, cc: LB, imp: 2, tier: 4, checks: [http] }
567 + - { id: bank-lb-blom, name: "BLOM Bank", host: www.blombank.com, cat: finance, provider: blom, cc: LB, imp: 2, tier: 4, checks: [http] }
568 + - { id: bank-lb-audi, name: "Bank Audi", host: www.bankaudi.com.lb, cat: finance, provider: audi, cc: LB, imp: 2, tier: 4, checks: [http] }
569 + - { id: bank-lb-byblos, name: "Byblos Bank", host: www.byblosbank.com, cat: finance, provider: byblos, cc: LB, imp: 1, tier: 4, checks: [http] }
570 + - { id: bank-iq-cbi, name: "Central Bank of Iraq", host: cbi.iq, cat: finance, provider: cbi-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
571 + - { id: bank-ir-cbi, name: "Central Bank of Iran", host: www.cbi.ir, cat: finance, provider: cbi-ir, cc: IR, imp: 2, tier: 4, checks: [http] }
572 + - { id: bank-eg-nbe, name: "National Bank of Egypt", host: www.nbe.com.eg, cat: finance, provider: nbe, cc: EG, imp: 4, tier: 3, checks: [http] }
573 + - { id: bank-eg-banque-misr, name: "Banque Misr", host: www.banquemisr.com, cat: finance, provider: banque-misr, cc: EG, imp: 4, tier: 3, checks: [http] }
574 + - { id: bank-eg-cib, name: "CIB Egypt", host: www.cibeg.com, cat: finance, provider: cib-eg, cc: EG, imp: 4, tier: 3, checks: [http] }
575 + - { id: bank-eg-qnb-alahli, name: "QNB Egypt", host: www.qnb.com.eg, cat: finance, provider: qnb, cc: EG, imp: 3, tier: 4, checks: [http] }
576 + - { id: bank-eg-aaib, name: "Arab African International Bank", host: www.aaib.com, cat: finance, provider: aaib, cc: EG, imp: 2, tier: 4, checks: [http] }
577 + - { id: bank-eg-adib-eg, name: "ADIB Egypt", host: www.adib.eg, cat: finance, provider: adib, cc: EG, imp: 1, tier: 4, checks: [http] }
578 + - { id: bank-eg-alexbank, name: "ALEXBANK", host: www.alexbank.com, cat: finance, provider: intesa, cc: EG, imp: 2, tier: 4, checks: [http] }
579 + - { id: bank-ma-attijariwafa, name: "Attijariwafa bank", host: www.attijariwafabank.com, cat: finance, provider: attijariwafa, cc: MA, imp: 4, tier: 3, checks: [http] }
580 + - { id: bank-ma-bank-of-africa, name: "Bank of Africa (BMCE)", host: www.bankofafrica.ma, cat: finance, provider: bank-of-africa, cc: MA, imp: 3, tier: 4, checks: [http] }
581 + - { id: bank-ma-credit-du-maroc, name: "Crédit du Maroc", host: www.creditdumaroc.ma, cat: finance, provider: holmarcom, cc: MA, imp: 2, tier: 4, checks: [http] }
582 + - { id: bank-ma-bmci, name: "BMCI", host: www.bmci.ma, cat: finance, provider: bnp, cc: MA, imp: 2, tier: 4, checks: [http] }
583 + - { id: bank-ma-al-barid, name: "Al Barid Bank", host: www.albaridbank.ma, cat: finance, provider: poste-maroc, cc: MA, imp: 2, tier: 4, checks: [http] }
584 + - { id: bank-ma-cam, name: "Crédit Agricole du Maroc", host: www.creditagricole.ma, cat: finance, provider: cam, cc: MA, imp: 2, tier: 4, checks: [http] }
585 + - { id: bank-tn-biat, name: "BIAT", host: www.biat.com.tn, cat: finance, provider: biat, cc: TN, imp: 3, tier: 4, checks: [http] }
586 + - { id: bank-tn-stb, name: "STB Bank", host: www.stb.com.tn, cat: finance, provider: gov-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
587 + - { id: bank-tn-attijari, name: "Attijari bank Tunisie", host: www.attijaribank.com.tn, cat: finance, provider: attijariwafa, cc: TN, imp: 2, tier: 4, checks: [http] }
588 + - { id: bank-tn-uib, name: "UIB", host: www.uib.com.tn, cat: finance, provider: socgen, cc: TN, imp: 1, tier: 4, checks: [http] }
589 + - { id: bank-tn-bct, name: "Banque Centrale de Tunisie", host: www.bct.gov.tn, cat: finance, provider: bct, cc: TN, imp: 3, tier: 4, checks: [http] }
590 + - { id: bank-dz-bna, name: "BNA Algérie", host: www.bna.dz, cat: finance, provider: gov-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
591 + - { id: bank-dz-cpa, name: "CPA", host: www.cpa-bank.dz, cat: finance, provider: gov-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
592 + - { id: bank-dz-boa, name: "Banque d'Algérie", host: www.bank-of-algeria.dz, cat: finance, provider: bank-of-algeria, cc: DZ, imp: 3, tier: 4, checks: [http] }
593 + - { id: bank-ly-cbl, name: "Central Bank of Libya", host: cbl.gov.ly, cat: finance, provider: cbl, cc: LY, imp: 1, tier: 4, checks: [http] }
594 + - { id: bank-ng-access, name: "Access Bank", host: www.accessbankplc.com, cat: finance, provider: access, cc: NG, imp: 4, tier: 3, checks: [http] }
595 + - { id: bank-ng-first-bank, name: "First Bank of Nigeria", host: www.firstbanknigeria.com, cat: finance, provider: firstbank, cc: NG, imp: 4, tier: 3, checks: [http] }
596 + - { id: bank-ng-uba, name: "UBA", host: www.ubagroup.com, cat: finance, provider: uba, cc: NG, imp: 4, tier: 3, checks: [http] }
597 + - { id: bank-ng-fidelity, name: "Fidelity Bank Nigeria", host: www.fidelitybank.ng, cat: finance, provider: fidelity-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
598 + - { id: bank-ng-stanbic-ibtc, name: "Stanbic IBTC", host: www.stanbicibtc.com, cat: finance, provider: standard-bank, cc: NG, imp: 3, tier: 4, checks: [http] }
599 + - { id: bank-ng-fcmb, name: "FCMB", host: www.fcmb.com, cat: finance, provider: fcmb, cc: NG, imp: 3, tier: 4, checks: [http] }
600 + - { id: bank-ng-union-bank, name: "Union Bank of Nigeria", host: www.unionbankng.com, cat: finance, provider: union-bank-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
601 + - { id: bank-ng-sterling, name: "Sterling Bank", host: www.sterling.ng, cat: finance, provider: sterling, cc: NG, imp: 2, tier: 4, checks: [http] }
602 + - { id: bank-ng-wema, name: "Wema Bank", host: www.wemabank.com, cat: finance, provider: wema, cc: NG, imp: 2, tier: 4, checks: [http] }
603 + - { id: bank-ng-ecobank, name: "Ecobank", host: www.ecobank.com, cat: finance, provider: ecobank, cc: NG, imp: 4, tier: 3, checks: [http] }
604 + - { id: bank-ng-polaris, name: "Polaris Bank", host: www.polarisbanklimited.com, cat: finance, provider: polaris, cc: NG, imp: 1, tier: 4, checks: [http] }
605 + - { id: bank-ng-keystone, name: "Keystone Bank", host: www.keystonebankng.com, cat: finance, provider: keystone, cc: NG, imp: 1, tier: 4, checks: [http] }
606 + - { id: bank-ng-ndic, name: "NDIC", host: ndic.gov.ng, cat: finance, provider: gov-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
607 + - { id: bank-ke-coop, name: "Co-operative Bank of Kenya", host: www.co-opbank.co.ke, cat: finance, provider: coop-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
608 + - { id: bank-ke-ncba, name: "NCBA", host: ke.ncbagroup.com, cat: finance, provider: ncba, cc: KE, imp: 3, tier: 4, checks: [http] }
609 + - { id: bank-ke-absa, name: "Absa Bank Kenya", host: www.absabank.co.ke, cat: finance, provider: absa, cc: KE, imp: 3, tier: 4, checks: [http] }
610 + - { id: bank-ke-stanbic, name: "Stanbic Bank Kenya", host: www.stanbicbank.co.ke, cat: finance, provider: standard-bank, cc: KE, imp: 2, tier: 4, checks: [http] }
611 + - { id: bank-ke-dtb, name: "Diamond Trust Bank", host: dtbafrica.com, cat: finance, provider: dtb, cc: KE, imp: 2, tier: 4, checks: [http] }
612 + - { id: bank-ke-im, name: "I&M Bank", host: www.imbankgroup.com, cat: finance, provider: im-bank, cc: KE, imp: 2, tier: 4, checks: [http] }
613 + - { id: bank-ke-family, name: "Family Bank", host: familybank.co.ke, cat: finance, provider: family-bank, cc: KE, imp: 1, tier: 4, checks: [http] }
614 + - { id: bank-ke-sc, name: "Standard Chartered Kenya", host: www.sc.com, url: "https://www.sc.com/ke/", cat: finance, provider: standard-chartered, cc: KE, imp: 2, tier: 4, checks: [http] }
615 + - { id: bank-tz-crdb, name: "CRDB Bank", host: crdbbank.co.tz, cat: finance, provider: crdb, cc: TZ, imp: 3, tier: 4, checks: [http] }
616 + - { id: bank-tz-nmb, name: "NMB Bank Tanzania", host: www.nmbbank.co.tz, cat: finance, provider: nmb, cc: TZ, imp: 3, tier: 4, checks: [http] }
617 + - { id: bank-tz-nbc, name: "NBC Tanzania", host: www.nbc.co.tz, cat: finance, provider: absa, cc: TZ, imp: 2, tier: 4, checks: [http] }
618 + - { id: bank-tz-bot, name: "Bank of Tanzania", host: www.bot.go.tz, cat: finance, provider: bot, cc: TZ, imp: 3, tier: 4, checks: [http] }
619 + - { id: bank-ug-stanbic, name: "Stanbic Bank Uganda", host: www.stanbicbank.co.ug, cat: finance, provider: standard-bank, cc: UG, imp: 2, tier: 4, checks: [http] }
620 + - { id: bank-ug-centenary, name: "Centenary Bank", host: www.centenarybank.co.ug, cat: finance, provider: centenary, cc: UG, imp: 2, tier: 4, checks: [http] }
621 + - { id: bank-ug-dfcu, name: "dfcu Bank", host: www.dfcugroup.com, cat: finance, provider: dfcu, cc: UG, imp: 1, tier: 4, checks: [http] }
622 + - { id: bank-ug-bou, name: "Bank of Uganda", host: www.bou.or.ug, cat: finance, provider: bou, cc: UG, imp: 3, tier: 4, checks: [http] }
623 + - { id: bank-et-cbe, name: "Commercial Bank of Ethiopia", host: combanketh.et, cat: finance, provider: cbe-et, cc: ET, imp: 3, tier: 4, checks: [http] }
624 + - { id: bank-et-awash, name: "Awash Bank", host: www.awashbank.com, cat: finance, provider: awash, cc: ET, imp: 2, tier: 4, checks: [http] }
625 + - { id: bank-et-dashen, name: "Dashen Bank", host: dashenbanksc.com, cat: finance, provider: dashen, cc: ET, imp: 2, tier: 4, checks: [http] }
626 + - { id: bank-et-abyssinia, name: "Bank of Abyssinia", host: www.bankofabyssinia.com, cat: finance, provider: abyssinia, cc: ET, imp: 2, tier: 4, checks: [http] }
627 + - { id: bank-et-nbe, name: "National Bank of Ethiopia", host: nbe.gov.et, cat: finance, provider: nbe-et, cc: ET, imp: 3, tier: 4, checks: [http] }
628 + - { id: bank-rw-bk, name: "Bank of Kigali", host: www.bk.rw, cat: finance, provider: bk, cc: RW, imp: 2, tier: 4, checks: [http] }
629 + - { id: bank-rw-bnr, name: "National Bank of Rwanda", host: www.bnr.rw, cat: finance, provider: bnr-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
630 + - { id: bank-rw-im, name: "I&M Bank Rwanda", host: www.imbank.com, url: "https://www.imbank.com/rwanda/", cat: finance, provider: im-bank, cc: RW, imp: 1, tier: 4, checks: [http] }
631 + - { id: bank-mu-mcb, name: "MCB Mauritius", host: www.mcb.mu, cat: finance, provider: mcb, cc: MU, imp: 3, tier: 4, checks: [http] }
632 + - { id: bank-mu-sbm, name: "SBM Group", host: www.sbmgroup.mu, cat: finance, provider: sbm, cc: MU, imp: 2, tier: 4, checks: [http] }
633 + - { id: bank-mu-bom, name: "Bank of Mauritius", host: www.bom.mu, cat: finance, provider: bom, cc: MU, imp: 3, tier: 4, checks: [http] }
634 + - { id: bank-ci-sgci, name: "Société Générale Côte d'Ivoire", host: societegenerale.ci, cat: finance, provider: socgen, cc: CI, imp: 2, tier: 4, checks: [http] }
635 + - { id: bank-ci-nsia, name: "NSIA Banque", host: www.nsiabanque.ci, cat: finance, provider: nsia, cc: CI, imp: 2, tier: 4, checks: [http] }
636 + - { id: bank-ci-bni, name: "BNI Côte d'Ivoire", host: www.bni.ci, cat: finance, provider: gouv-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
637 + - { id: bank-ci-bceao, name: "BCEAO", host: www.bceao.int, cat: finance, provider: bceao, cc: CI, imp: 4, tier: 3, checks: [http] }
638 + - { id: bank-sn-sgbs, name: "Société Générale Sénégal", host: societegenerale.sn, cat: finance, provider: socgen, cc: SN, imp: 2, tier: 4, checks: [http] }
639 + - { id: bank-sn-banque-atlantique, name: "Banque Atlantique", host: www.banqueatlantique.net, cat: finance, provider: bcp-ma, cc: SN, imp: 1, tier: 4, checks: [http] }
640 + - { id: bank-sn-bhs, name: "Banque de l'Habitat du Sénégal", host: www.bhs.sn, cat: finance, provider: bhs, cc: SN, imp: 1, tier: 4, checks: [http] }
641 + - { id: bank-cm-afriland, name: "Afriland First Bank", host: www.afrilandfirstbank.com, cat: finance, provider: afriland, cc: CM, imp: 2, tier: 4, checks: [http] }
642 + - { id: bank-cm-beac, name: "BEAC", host: www.beac.int, cat: finance, provider: beac, cc: CM, imp: 3, tier: 4, checks: [http] }
643 + - { id: bank-ml-bdm, name: "Banque de Développement du Mali", host: www.bdm-sa.com, cat: finance, provider: bdm, cc: ML, imp: 1, tier: 4, checks: [http] }
644 + - { id: bank-bf-coris, name: "Coris Bank", host: www.coris.bf, cat: finance, provider: coris, cc: BF, imp: 1, tier: 4, checks: [http] }
645 + - { id: bank-tg-ecobank-tg, name: "Ecobank Transnational (Togo HQ)", host: ecobank.com, url: "https://ecobank.com/group", cat: finance, provider: ecobank, cc: TG, imp: 2, tier: 4, checks: [http] }
646 + - { id: bank-tg-orabank, name: "Orabank", host: www.orabank.net, cat: finance, provider: orabank, cc: TG, imp: 1, tier: 4, checks: [http] }
647 + - { id: bank-gh-gcb, name: "GCB Bank", host: www.gcbbank.com.gh, cat: finance, provider: gcb, cc: GH, imp: 3, tier: 4, checks: [http] }
648 + - { id: bank-gh-stanbic, name: "Stanbic Bank Ghana", host: www.stanbicbank.com.gh, cat: finance, provider: standard-bank, cc: GH, imp: 2, tier: 4, checks: [http] }
649 + - { id: bank-gh-absa, name: "Absa Bank Ghana", host: www.absa.com.gh, cat: finance, provider: absa, cc: GH, imp: 2, tier: 4, checks: [http] }
650 + - { id: bank-gh-fidelity, name: "Fidelity Bank Ghana", host: www.fidelitybank.com.gh, cat: finance, provider: fidelity-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
651 + - { id: bank-gh-calbank, name: "CalBank", host: www.calbank.net, cat: finance, provider: calbank, cc: GH, imp: 2, tier: 4, checks: [http] }
652 + - { id: bank-gh-zenith, name: "Zenith Bank Ghana", host: www.zenithbank.com.gh, cat: finance, provider: zenith, cc: GH, imp: 1, tier: 4, checks: [http] }
653 + - { id: bank-gh-ecobank, name: "Ecobank Ghana", host: ecobank.com, url: "https://ecobank.com/gh/personal-banking", cat: finance, provider: ecobank, cc: GH, imp: 2, tier: 4, checks: [http] }
654 + - { id: bank-gh-bog, name: "Bank of Ghana", host: www.bog.gov.gh, cat: finance, provider: bog-gh, cc: GH, imp: 3, tier: 4, checks: [http] }
655 + - { id: bank-za-nedbank, name: "Nedbank", host: www.nedbank.co.za, cat: finance, provider: nedbank, cc: ZA, imp: 4, tier: 3, checks: [http] }
656 + - { id: bank-za-investec, name: "Investec", host: www.investec.com, cat: finance, provider: investec, cc: ZA, imp: 3, tier: 4, checks: [http] }
657 + - { id: bank-za-tymebank, name: "TymeBank", host: www.tymebank.co.za, cat: finance, provider: tyme, cc: ZA, imp: 3, tier: 4, checks: [http] }
658 + - { id: bank-za-discovery-bank, name: "Discovery Bank", host: www.discovery.co.za, url: "https://www.discovery.co.za/bank/", cat: finance, provider: discovery, cc: ZA, imp: 3, tier: 4, checks: [http] }
659 + - { id: bank-za-african-bank, name: "African Bank", host: www.africanbank.co.za, cat: finance, provider: african-bank, cc: ZA, imp: 2, tier: 4, checks: [http] }
660 + - { id: bank-za-bidvest, name: "Bidvest Bank", host: www.bidvestbank.co.za, cat: finance, provider: bidvest, cc: ZA, imp: 1, tier: 4, checks: [http] }
661 + - { id: bank-za-bank-zero, name: "Bank Zero", host: www.bankzero.co.za, cat: finance, provider: bank-zero, cc: ZA, imp: 1, tier: 4, checks: [http] }
662 + - { id: bank-za-firstrand, name: "FirstRand", host: www.firstrand.co.za, cat: finance, provider: firstrand, cc: ZA, imp: 3, tier: 4, checks: [http] }
663 + - { id: bank-mz-bci, name: "BCI Moçambique", host: www.bci.co.mz, cat: finance, provider: caixa, cc: MZ, imp: 2, tier: 4, checks: [http] }
664 + - { id: bank-mz-millennium-bim, name: "Millennium bim", host: www.millenniumbim.co.mz, cat: finance, provider: bcp, cc: MZ, imp: 2, tier: 4, checks: [http] }
665 + - { id: bank-mz-standard, name: "Standard Bank Moçambique", host: www.standardbank.co.mz, cat: finance, provider: standard-bank, cc: MZ, imp: 1, tier: 4, checks: [http] }
666 + - { id: bank-mz-bm, name: "Banco de Moçambique", host: www.bancomoc.mz, cat: finance, provider: bm-mz, cc: MZ, imp: 2, tier: 4, checks: [http] }
667 + - { id: bank-ao-bai, name: "Banco BAI", host: www.bancobai.ao, cat: finance, provider: bai, cc: AO, imp: 2, tier: 4, checks: [http] }
668 + - { id: bank-ao-bfa, name: "Banco de Fomento Angola", host: www.bfa.ao, cat: finance, provider: bfa, cc: AO, imp: 2, tier: 4, checks: [http] }
669 + - { id: bank-ao-bic, name: "Banco BIC", host: www.bancobic.ao, cat: finance, provider: bic-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
670 + - { id: bank-ao-bpc, name: "Banco de Poupança e Crédito", host: www.bpc.ao, cat: finance, provider: gov-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
671 + - { id: bank-ao-bna, name: "Banco Nacional de Angola", host: www.bna.ao, cat: finance, provider: bna-ao, cc: AO, imp: 3, tier: 4, checks: [http] }
672 + - { id: bank-zm-zanaco, name: "Zanaco", host: www.zanaco.co.zm, cat: finance, provider: zanaco, cc: ZM, imp: 2, tier: 4, checks: [http] }
673 + - { id: bank-zm-boz, name: "Bank of Zambia", host: www.boz.zm, cat: finance, provider: boz, cc: ZM, imp: 2, tier: 4, checks: [http] }
674 + - { id: bank-zw-cbz, name: "CBZ Holdings", host: www.cbz.co.zw, cat: finance, provider: cbz, cc: ZW, imp: 1, tier: 4, checks: [http] }
675 + - { id: bank-zw-rbz, name: "Reserve Bank of Zimbabwe", host: www.rbz.co.zw, cat: finance, provider: rbz, cc: ZW, imp: 2, tier: 4, checks: [http] }
676 + - { id: bank-bw-fnb, name: "FNB Botswana", host: www.fnbbotswana.co.bw, cat: finance, provider: firstrand, cc: BW, imp: 2, tier: 4, checks: [http] }
677 + - { id: bank-bw-bob, name: "Bank of Botswana", host: www.bankofbotswana.bw, cat: finance, provider: bob-bw, cc: BW, imp: 2, tier: 4, checks: [http] }
678 + - { id: bank-na-fnb, name: "FNB Namibia", host: www.fnbnamibia.com.na, cat: finance, provider: firstrand, cc: NA, imp: 2, tier: 4, checks: [http] }
679 + - { id: bank-na-bank-windhoek, name: "Bank Windhoek", host: www.bankwindhoek.com.na, cat: finance, provider: capricorn, cc: NA, imp: 2, tier: 4, checks: [http] }
680 + - { id: bank-na-bon, name: "Bank of Namibia", host: www.bon.com.na, cat: finance, provider: bon, cc: NA, imp: 2, tier: 4, checks: [http] }
681 + - { id: bank-mw-rbm, name: "Reserve Bank of Malawi", host: www.rbm.mw, cat: finance, provider: rbm, cc: MW, imp: 1, tier: 4, checks: [http] }
682 + - { id: bank-mw-nbm, name: "National Bank of Malawi", host: www.natbank.co.mw, cat: finance, provider: nbm, cc: MW, imp: 1, tier: 4, checks: [http] }
683 + - { id: bank-mg-bfm, name: "Banky Foiben'i Madagasikara", host: www.banky-foibe.mg, cat: finance, provider: bfm, cc: MG, imp: 1, tier: 4, checks: [http] }
684 + - { id: bank-sd-cbos, name: "Central Bank of Sudan", host: cbos.gov.sd, cat: finance, provider: cbos, cc: SD, imp: 1, tier: 4, checks: [http] }
685 + - { id: bank-cd-bcc, name: "Banque Centrale du Congo", host: www.bcc.cd, cat: finance, provider: bcc, cc: CD, imp: 1, tier: 4, checks: [http] }
686 + - { id: bank-cd-rawbank, name: "Rawbank", host: www.rawbank.com, cat: finance, provider: rawbank, cc: CD, imp: 1, tier: 4, checks: [http] }
687 + - { id: bank-cd-equity-bcdc, name: "Equity BCDC", host: equitygroupholdings.com, url: "https://equitygroupholdings.com/cd/", cat: finance, provider: equity, cc: CD, imp: 1, tier: 4, checks: [http] }
688 + - { id: bank-in-kotak, name: "Kotak Mahindra Bank", host: www.kotak.com, cat: finance, provider: kotak, cc: IN, imp: 4, tier: 3, checks: [http] }
689 + - { id: bank-in-pnb, name: "Punjab National Bank", host: www.pnbindia.in, cat: finance, provider: pnb, cc: IN, imp: 4, tier: 3, checks: [http] }
690 + - { id: bank-in-canara, name: "Canara Bank", host: www.canarabank.com, cat: finance, provider: canara, cc: IN, imp: 3, tier: 4, checks: [http] }
691 + - { id: bank-in-union-bank, name: "Union Bank of India", host: www.unionbankofindia.co.in, cat: finance, provider: union-bank-in, cc: IN, imp: 3, tier: 4, checks: [http] }
692 + - { id: bank-in-indusind, name: "IndusInd Bank", host: www.indusind.com, cat: finance, provider: indusind, cc: IN, imp: 3, tier: 4, checks: [http] }
693 + - { id: bank-in-idfc-first, name: "IDFC FIRST Bank", host: www.idfcfirstbank.com, cat: finance, provider: idfc-first, cc: IN, imp: 3, tier: 4, checks: [http] }
694 + - { id: bank-in-bank-of-india, name: "Bank of India", host: bankofindia.co.in, cat: finance, provider: boi-in, cc: IN, imp: 3, tier: 4, checks: [http] }
695 + - { id: bank-in-federal, name: "Federal Bank", host: www.federalbank.co.in, cat: finance, provider: federal-bank, cc: IN, imp: 3, tier: 4, checks: [http] }
696 + - { id: bank-in-idbi, name: "IDBI Bank", host: www.idbibank.in, cat: finance, provider: idbi, cc: IN, imp: 2, tier: 4, checks: [http] }
697 + - { id: bank-in-indian-bank, name: "Indian Bank", host: www.indianbank.in, cat: finance, provider: indian-bank, cc: IN, imp: 2, tier: 4, checks: [http] }
698 + - { id: bank-in-bandhan, name: "Bandhan Bank", host: www.bandhanbank.com, cat: finance, provider: bandhan, cc: IN, imp: 2, tier: 4, checks: [http] }
699 + - { id: bank-in-au-sfb, name: "AU Small Finance Bank", host: www.aubank.in, cat: finance, provider: au-sfb, cc: IN, imp: 2, tier: 4, checks: [http] }
700 + - { id: bank-in-rbl, name: "RBL Bank", host: www.rblbank.com, cat: finance, provider: rbl, cc: IN, imp: 2, tier: 4, checks: [http] }
701 + - { id: bank-in-karnataka, name: "Karnataka Bank", host: karnatakabank.com, cat: finance, provider: karnataka-bank, cc: IN, imp: 2, tier: 4, checks: [http] }
702 + - { id: bank-in-south-indian, name: "South Indian Bank", host: www.southindianbank.com, cat: finance, provider: south-indian-bank, cc: IN, imp: 2, tier: 4, checks: [http] }
703 + - { id: bank-in-central-bank, name: "Central Bank of India", host: www.centralbankofindia.co.in, cat: finance, provider: cbi-in, cc: IN, imp: 2, tier: 4, checks: [http] }
704 + - { id: bank-in-indian-overseas, name: "Indian Overseas Bank", host: www.iob.in, cat: finance, provider: iob, cc: IN, imp: 2, tier: 4, checks: [http] }
705 + - { id: bank-in-airtel-payments, name: "Airtel Payments Bank", host: www.airtel.in, url: "https://www.airtel.in/bank/", cat: finance, provider: airtel, cc: IN, imp: 2, tier: 4, checks: [http] }
706 + - { id: bank-in-fino, name: "Fino Payments Bank", host: www.finobank.com, cat: finance, provider: fino, cc: IN, imp: 1, tier: 4, checks: [http] }
707 + - { id: bank-in-ippb, name: "India Post Payments Bank", host: www.ippbonline.com, cat: finance, provider: gov-in, cc: IN, imp: 2, tier: 4, checks: [http] }
708 + - { id: bank-in-sidbi, name: "SIDBI", host: www.sidbi.in, cat: finance, provider: gov-in, cc: IN, imp: 1, tier: 4, checks: [http] }
709 + - { id: bank-pk-hbl, name: "HBL", host: www.hbl.com, cat: finance, provider: hbl, cc: PK, imp: 4, tier: 3, checks: [http] }
710 + - { id: bank-pk-ubl, name: "UBL", host: www.ubldigital.com, cat: finance, provider: ubl, cc: PK, imp: 3, tier: 4, checks: [http] }
711 + - { id: bank-pk-mcb, name: "MCB Bank", host: www.mcb.com.pk, cat: finance, provider: mcb-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
712 + - { id: bank-pk-nbp, name: "National Bank of Pakistan", host: www.nbp.com.pk, cat: finance, provider: nbp, cc: PK, imp: 3, tier: 4, checks: [http] }
713 + - { id: bank-pk-abl, name: "Allied Bank", host: www.abl.com, cat: finance, provider: abl, cc: PK, imp: 3, tier: 4, checks: [http] }
714 + - { id: bank-pk-meezan, name: "Meezan Bank", host: www.meezanbank.com, cat: finance, provider: meezan, cc: PK, imp: 3, tier: 4, checks: [http] }
715 + - { id: bank-pk-alfalah, name: "Bank Alfalah", host: www.bankalfalah.com, cat: finance, provider: alfalah, cc: PK, imp: 3, tier: 4, checks: [http] }
716 + - { id: bank-pk-faysal, name: "Faysal Bank", host: www.faysalbank.com, cat: finance, provider: faysal, cc: PK, imp: 2, tier: 4, checks: [http] }
717 + - { id: bank-pk-askari, name: "Askari Bank", host: askaribank.com, cat: finance, provider: askari, cc: PK, imp: 2, tier: 4, checks: [http] }
718 + - { id: bank-pk-bank-al-habib, name: "Bank Al Habib", host: www.bankalhabib.com, cat: finance, provider: al-habib, cc: PK, imp: 2, tier: 4, checks: [http] }
719 + - { id: bank-pk-js-bank, name: "JS Bank", host: www.jsbl.com, cat: finance, provider: js, cc: PK, imp: 1, tier: 4, checks: [http] }
720 + - { id: bank-bd-sonali, name: "Sonali Bank", host: www.sonalibank.com.bd, cat: finance, provider: gov-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
721 + - { id: bank-bd-brac, name: "BRAC Bank", host: www.bracbank.com, cat: finance, provider: brac, cc: BD, imp: 3, tier: 4, checks: [http] }
722 + - { id: bank-bd-dutch-bangla, name: "Dutch-Bangla Bank", host: www.dutchbanglabank.com, cat: finance, provider: dbbl, cc: BD, imp: 3, tier: 4, checks: [http] }
723 + - { id: bank-bd-islami, name: "Islami Bank Bangladesh", host: www.islamibankbd.com, cat: finance, provider: islami-bank, cc: BD, imp: 3, tier: 4, checks: [http] }
724 + - { id: bank-bd-city, name: "The City Bank", host: www.thecitybank.com, cat: finance, provider: city-bank, cc: BD, imp: 2, tier: 4, checks: [http] }
725 + - { id: bank-bd-ebl, name: "Eastern Bank", host: www.ebl.com.bd, cat: finance, provider: ebl, cc: BD, imp: 2, tier: 4, checks: [http] }
726 + - { id: bank-bd-prime, name: "Prime Bank", host: www.primebank.com.bd, cat: finance, provider: prime-bank, cc: BD, imp: 1, tier: 4, checks: [http] }
727 + - { id: bank-lk-boc, name: "Bank of Ceylon", host: www.boc.lk, cat: finance, provider: gov-lk, cc: LK, imp: 3, tier: 4, checks: [http] }
728 + - { id: bank-lk-peoples, name: "People's Bank Sri Lanka", host: www.peoplesbank.lk, cat: finance, provider: gov-lk, cc: LK, imp: 3, tier: 4, checks: [http] }
729 + - { id: bank-lk-combank, name: "Commercial Bank of Ceylon", host: www.combank.lk, cat: finance, provider: combank, cc: LK, imp: 3, tier: 4, checks: [http] }
730 + - { id: bank-lk-sampath, name: "Sampath Bank", host: www.sampath.lk, cat: finance, provider: sampath, cc: LK, imp: 2, tier: 4, checks: [http] }
731 + - { id: bank-lk-ndb, name: "NDB Bank", host: www.ndbbank.com, cat: finance, provider: ndb, cc: LK, imp: 2, tier: 4, checks: [http] }
732 + - { id: bank-lk-cbsl, name: "Central Bank of Sri Lanka", host: www.cbsl.gov.lk, cat: finance, provider: cbsl, cc: LK, imp: 3, tier: 4, checks: [http] }
733 + - { id: bank-np-nrb, name: "Nepal Rastra Bank", host: www.nrb.org.np, cat: finance, provider: nrb, cc: NP, imp: 3, tier: 4, checks: [http] }
734 + - { id: bank-np-nabil, name: "Nabil Bank", host: www.nabilbank.com, cat: finance, provider: nabil, cc: NP, imp: 2, tier: 4, checks: [http] }
735 + - { id: bank-np-nic-asia, name: "NIC ASIA Bank", host: www.nicasiabank.com, cat: finance, provider: nic-asia, cc: NP, imp: 2, tier: 4, checks: [http] }
736 + - { id: bank-np-global-ime, name: "Global IME Bank", host: www.globalimebank.com, cat: finance, provider: global-ime, cc: NP, imp: 2, tier: 4, checks: [http] }
737 + - { id: bank-mv-mma, name: "Maldives Monetary Authority", host: www.mma.gov.mv, cat: finance, provider: mma, cc: MV, imp: 1, tier: 4, checks: [http] }
738 + - { id: bank-mv-bml, name: "Bank of Maldives", host: www.bankofmaldives.com.mv, cat: finance, provider: bml, cc: MV, imp: 1, tier: 4, checks: [http] }
739 + - { id: bank-bt-rma, name: "Royal Monetary Authority of Bhutan", host: www.rma.org.bt, cat: finance, provider: rma-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
740 + - { id: bank-af-dab, name: "Da Afghanistan Bank", host: dab.gov.af, cat: finance, provider: dab, cc: AF, imp: 1, tier: 4, checks: [http] }
741 + - { id: bank-cn-psbc, name: "Postal Savings Bank of China", host: www.psbc.com, cat: finance, provider: psbc, cc: CN, imp: 4, tier: 3, checks: [http] }
742 + - { id: bank-cn-cmb, name: "China Merchants Bank", host: www.cmbchina.com, cat: finance, provider: cmb, cc: CN, imp: 4, tier: 3, checks: [http] }
743 + - { id: bank-cn-cib, name: "Industrial Bank (CIB)", host: www.cib.com.cn, cat: finance, provider: cib-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
744 + - { id: bank-cn-spdb, name: "Shanghai Pudong Development Bank", host: www.spdb.com.cn, cat: finance, provider: spdb, cc: CN, imp: 3, tier: 4, checks: [http] }
745 + - { id: bank-cn-citic, name: "China CITIC Bank", host: www.citicbank.com, cat: finance, provider: citic, cc: CN, imp: 3, tier: 4, checks: [http] }
746 + - { id: bank-cn-minsheng, name: "China Minsheng Bank", host: www.cmbc.com.cn, cat: finance, provider: minsheng, cc: CN, imp: 3, tier: 4, checks: [http] }
747 + - { id: bank-cn-pingan-bank, name: "Ping An Bank", host: bank.pingan.com, cat: finance, provider: ping-an, cc: CN, imp: 3, tier: 4, checks: [http] }
748 + - { id: bank-cn-everbright, name: "China Everbright Bank", host: www.cebbank.com, cat: finance, provider: everbright, cc: CN, imp: 3, tier: 4, checks: [http] }
749 + - { id: bank-cn-huaxia, name: "Hua Xia Bank", host: www.hxb.com.cn, cat: finance, provider: huaxia, cc: CN, imp: 2, tier: 4, checks: [http] }
750 + - { id: bank-cn-webank, name: "WeBank", host: www.webank.com, cat: finance, provider: tencent, cc: CN, imp: 3, tier: 4, checks: [http] }
751 + - { id: bank-cn-mybank, name: "MYbank", host: www.mybank.cn, cat: finance, provider: ant-group, cc: CN, imp: 2, tier: 4, checks: [http] }
752 + - { id: bank-cn-bank-of-shanghai, name: "Bank of Shanghai", host: www.bosc.cn, cat: finance, provider: bosc, cc: CN, imp: 2, tier: 4, checks: [http] }
753 + - { id: bank-cn-bank-of-beijing, name: "Bank of Beijing", host: www.bankofbeijing.com.cn, cat: finance, provider: bob-cn, cc: CN, imp: 2, tier: 4, checks: [http] }
754 + - { id: bank-cn-bank-of-jiangsu, name: "Bank of Jiangsu", host: www.jsbchina.cn, cat: finance, provider: jsb, cc: CN, imp: 2, tier: 4, checks: [http] }
755 + - { id: bank-cn-bank-of-ningbo, name: "Bank of Ningbo", host: www.nbcb.com.cn, cat: finance, provider: nbcb, cc: CN, imp: 2, tier: 4, checks: [http] }
756 + - { id: bank-cn-cdb, name: "China Development Bank", host: www.cdb.com.cn, cat: finance, provider: cdb, cc: CN, imp: 3, tier: 4, checks: [http] }
757 + - { id: bank-cn-icbc-group, name: "ICBC (group English)", host: www.icbc-ltd.com, cat: finance, provider: icbc, cc: CN, imp: 3, tier: 4, checks: [http] }
758 + - { id: bank-hk-bochk, name: "Bank of China (Hong Kong)", host: www.bochk.com, cat: finance, provider: boc, cc: HK, imp: 4, tier: 3, checks: [http] }
759 + - { id: bank-hk-sc, name: "Standard Chartered Hong Kong", host: www.sc.com, url: "https://www.sc.com/hk/", cat: finance, provider: standard-chartered, cc: HK, imp: 3, tier: 4, checks: [http] }
760 + - { id: bank-hk-bea, name: "Bank of East Asia", host: www.hkbea.com, cat: finance, provider: bea, cc: HK, imp: 3, tier: 4, checks: [http] }
761 + - { id: bank-hk-dbs, name: "DBS Hong Kong", host: www.dbs.com.hk, cat: finance, provider: dbs, cc: HK, imp: 3, tier: 4, checks: [http] }
762 + - { id: bank-hk-citibank, name: "Citibank Hong Kong", host: www.citibank.com.hk, cat: finance, provider: citi, cc: HK, imp: 3, tier: 4, checks: [http] }
763 + - { id: bank-hk-icbc-asia, name: "ICBC (Asia)", host: www.icbcasia.com, cat: finance, provider: icbc, cc: HK, imp: 2, tier: 4, checks: [http] }
764 + - { id: bank-hk-ccb-asia, name: "CCB (Asia)", host: www.asia.ccb.com, cat: finance, provider: ccb, cc: HK, imp: 2, tier: 4, checks: [http] }
765 + - { id: bank-hk-dah-sing, name: "Dah Sing Bank", host: www.dahsing.com, cat: finance, provider: dah-sing, cc: HK, imp: 2, tier: 4, checks: [http] }
766 + - { id: bank-hk-cncbi, name: "China CITIC Bank International", host: www.cncbinternational.com, cat: finance, provider: citic, cc: HK, imp: 2, tier: 4, checks: [http] }
767 + - { id: bank-hk-chong-hing, name: "Chong Hing Bank", host: www.chbank.com, cat: finance, provider: yuexiu, cc: HK, imp: 1, tier: 4, checks: [http] }
768 + - { id: bank-hk-ocbc-hk, name: "OCBC Hong Kong", host: www.ocbc.com.hk, cat: finance, provider: ocbc, cc: HK, imp: 1, tier: 4, checks: [http] }
769 + - { id: bank-mo-amcm, name: "Monetary Authority of Macao", host: www.amcm.gov.mo, cat: finance, provider: gov-mo, cc: MO, imp: 2, tier: 4, checks: [http] }
770 + - { id: bank-mo-bnu, name: "BNU Macau", host: www.bnu.com.mo, cat: finance, provider: cgd, cc: MO, imp: 1, tier: 4, checks: [http] }
771 + - { id: bank-tw-ctbc, name: "CTBC Bank", host: www.ctbcbank.com, cat: finance, provider: ctbc, cc: TW, imp: 4, tier: 3, checks: [http] }
772 + - { id: bank-tw-bot, name: "Bank of Taiwan", host: www.bot.com.tw, cat: finance, provider: bot-tw, cc: TW, imp: 4, tier: 3, checks: [http] }
773 + - { id: bank-tw-tcb, name: "Taiwan Cooperative Bank", host: www.tcb-bank.com.tw, cat: finance, provider: tcb, cc: TW, imp: 3, tier: 4, checks: [http] }
774 + - { id: bank-tw-first, name: "First Bank (Taiwan)", host: www.firstbank.com.tw, cat: finance, provider: first-fhc, cc: TW, imp: 3, tier: 4, checks: [http] }
775 + - { id: bank-tw-cathay-united, name: "Cathay United Bank", host: www.cathaybk.com.tw, cat: finance, provider: cathay, cc: TW, imp: 3, tier: 4, checks: [http] }
776 + - { id: bank-tw-mega, name: "Mega International Commercial Bank", host: www.megabank.com.tw, cat: finance, provider: mega, cc: TW, imp: 3, tier: 4, checks: [http] }
777 + - { id: bank-tw-esun, name: "E.SUN Bank", host: www.esunbank.com, cat: finance, provider: esun, cc: TW, imp: 3, tier: 4, checks: [http] }
778 + - { id: bank-tw-taishin, name: "Taishin Bank", host: www.taishinbank.com.tw, cat: finance, provider: taishin, cc: TW, imp: 3, tier: 4, checks: [http] }
779 + - { id: bank-tw-fubon, name: "Taipei Fubon Bank", host: www.fubon.com, url: "https://www.fubon.com/banking/", cat: finance, provider: fubon, cc: TW, imp: 3, tier: 4, checks: [http] }
780 + - { id: bank-tw-hua-nan, name: "Hua Nan Bank", host: www.hncb.com.tw, cat: finance, provider: hua-nan, cc: TW, imp: 2, tier: 4, checks: [http] }
781 + - { id: bank-tw-land-bank, name: "Land Bank of Taiwan", host: www.landbank.com.tw, cat: finance, provider: land-bank, cc: TW, imp: 2, tier: 4, checks: [http] }
782 + - { id: bank-tw-chang-hwa, name: "Chang Hwa Bank", host: www.bankchb.com, cat: finance, provider: chb, cc: TW, imp: 2, tier: 4, checks: [http] }
783 + - { id: bank-tw-sinopac, name: "Bank SinoPac", host: bank.sinopac.com, cat: finance, provider: sinopac, cc: TW, imp: 2, tier: 4, checks: [http] }
784 + - { id: bank-tw-line-bank, name: "LINE Bank Taiwan", host: www.linebank.com.tw, cat: finance, provider: line, cc: TW, imp: 2, tier: 4, checks: [http] }
785 + - { id: bank-tw-rakuten-bank-tw, name: "Rakuten International Commercial Bank", host: www.rakuten-bank.com.tw, cat: finance, provider: rakuten, cc: TW, imp: 1, tier: 4, checks: [http] }
786 + - { id: bank-jp-mufg-retail, name: "MUFG Bank (retail)", host: www.bk.mufg.jp, cat: finance, provider: mufg, cc: JP, imp: 4, tier: 3, checks: [http] }
787 + - { id: bank-jp-resona, name: "Resona Bank", host: www.resonabank.co.jp, cat: finance, provider: resona, cc: JP, imp: 3, tier: 4, checks: [http] }
788 + - { id: bank-jp-japan-post-bank, name: "Japan Post Bank", host: www.jp-bank.japanpost.jp, cat: finance, provider: japan-post, cc: JP, imp: 4, tier: 3, checks: [http] }
789 + - { id: bank-jp-aeon-bank, name: "AEON Bank", host: www.aeonbank.co.jp, cat: finance, provider: aeon, cc: JP, imp: 2, tier: 4, checks: [http] }
790 + - { id: bank-jp-seven-bank, name: "Seven Bank", host: www.sevenbank.co.jp, cat: finance, provider: seven-i, cc: JP, imp: 3, tier: 4, checks: [http] }
791 + - { id: bank-jp-paypay-bank, name: "PayPay Bank", host: www.paypay-bank.co.jp, cat: finance, provider: softbank, cc: JP, imp: 3, tier: 4, checks: [http] }
792 + - { id: bank-jp-au-jibun, name: "au Jibun Bank", host: www.jibunbank.co.jp, cat: finance, provider: kddi, cc: JP, imp: 2, tier: 4, checks: [http] }
793 + - { id: bank-jp-smtb, name: "Sumitomo Mitsui Trust Bank", host: www.smtb.jp, cat: finance, provider: smtb, cc: JP, imp: 3, tier: 4, checks: [http] }
794 + - { id: bank-jp-norinchukin, name: "Norinchukin Bank", host: www.nochubank.or.jp, cat: finance, provider: norinchukin, cc: JP, imp: 3, tier: 4, checks: [http] }
795 + - { id: bank-jp-chiba, name: "Chiba Bank", host: www.chibabank.co.jp, cat: finance, provider: chiba, cc: JP, imp: 2, tier: 4, checks: [http] }
796 + - { id: bank-jp-yokohama, name: "Bank of Yokohama", host: www.boy.co.jp, cat: finance, provider: concordia, cc: JP, imp: 2, tier: 4, checks: [http] }
797 + - { id: bank-jp-shizuoka, name: "Shizuoka Bank", host: www.shizuokabank.co.jp, cat: finance, provider: shizuoka, cc: JP, imp: 2, tier: 4, checks: [http] }
798 + - { id: bank-jp-fukuoka, name: "Fukuoka Financial Group", host: www.fukuoka-fg.com, cat: finance, provider: ffg, cc: JP, imp: 2, tier: 4, checks: [http] }
799 + - { id: bank-jp-orix, name: "ORIX", host: www.orix.co.jp, cat: finance, provider: orix, cc: JP, imp: 2, tier: 4, checks: [http] }
800 + - { id: bank-jp-jbic, name: "JBIC", host: www.jbic.go.jp, cat: finance, provider: gov-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
801 + - { id: bank-jp-dbj, name: "Development Bank of Japan", host: www.dbj.jp, cat: finance, provider: gov-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
802 + - { id: bank-jp-shinsei-aplus, name: "SBI Holdings", host: www.sbigroup.co.jp, cat: finance, provider: sbi, cc: JP, imp: 3, tier: 4, checks: [http] }
803 + - { id: bank-kr-hana, name: "Hana Bank", host: www.kebhana.com, cat: finance, provider: hana, cc: KR, imp: 4, tier: 3, checks: [http] }
804 + - { id: bank-kr-woori, name: "Woori Bank", host: www.wooribank.com, cat: finance, provider: woori, cc: KR, imp: 4, tier: 3, checks: [http] }
805 + - { id: bank-kr-nh, name: "NH Bank (Nonghyup)", host: banking.nonghyup.com, cat: finance, provider: nonghyup, cc: KR, imp: 4, tier: 3, checks: [http] }
806 + - { id: bank-kr-ibk, name: "Industrial Bank of Korea", host: www.ibk.co.kr, cat: finance, provider: ibk, cc: KR, imp: 3, tier: 4, checks: [http] }
807 + - { id: bank-kr-kdb, name: "Korea Development Bank", host: www.kdb.co.kr, cat: finance, provider: kdb, cc: KR, imp: 3, tier: 4, checks: [http] }
808 + - { id: bank-kr-sc-first, name: "SC First Bank Korea", host: www.standardchartered.co.kr, cat: finance, provider: standard-chartered, cc: KR, imp: 2, tier: 4, checks: [http] }
809 + - { id: bank-kr-busan, name: "Busan Bank", host: www.busanbank.co.kr, cat: finance, provider: bnk, cc: KR, imp: 2, tier: 4, checks: [http] }
810 + - { id: bank-kr-im-bank, name: "iM Bank (ex-Daegu Bank)", host: www.imbank.co.kr, cat: finance, provider: im-bank, cc: KR, imp: 2, tier: 4, checks: [http] }
811 + - { id: bank-kr-kexim, name: "Export-Import Bank of Korea", host: www.koreaexim.go.kr, cat: finance, provider: gov-kr, cc: KR, imp: 2, tier: 4, checks: [http] }
812 + - { id: bank-kr-suhyup, name: "Suhyup Bank", host: www.suhyup-bank.com, cat: finance, provider: suhyup, cc: KR, imp: 1, tier: 4, checks: [http] }
813 + - { id: bank-kr-kb-group, name: "KB Financial Group", host: www.kbfg.com, cat: finance, provider: kb, cc: KR, imp: 3, tier: 4, checks: [http] }
814 + - { id: bank-sg-citibank, name: "Citibank Singapore", host: www.citibank.com.sg, cat: finance, provider: citi, cc: SG, imp: 3, tier: 4, checks: [http] }
815 + - { id: bank-sg-hsbc, name: "HSBC Singapore", host: www.hsbc.com.sg, cat: finance, provider: hsbc, cc: SG, imp: 3, tier: 4, checks: [http] }
816 + - { id: bank-sg-sc, name: "Standard Chartered Singapore", host: www.sc.com, url: "https://www.sc.com/sg/", cat: finance, provider: standard-chartered, cc: SG, imp: 3, tier: 4, checks: [http] }
817 + - { id: bank-sg-bank-of-singapore, name: "Bank of Singapore", host: www.bankofsingapore.com, cat: finance, provider: ocbc, cc: SG, imp: 2, tier: 4, checks: [http] }
818 + - { id: bank-sg-cimb-sg, name: "CIMB Singapore", host: www.cimb.com.sg, cat: finance, provider: cimb, cc: SG, imp: 2, tier: 4, checks: [http] }
819 + - { id: bank-sg-posb, name: "POSB", host: www.posb.com.sg, cat: finance, provider: dbs, cc: SG, imp: 3, tier: 4, checks: [http] }
820 + - { id: bank-my-maybank, name: "Maybank", host: www.maybank.com, cat: finance, provider: maybank, cc: MY, imp: 4, tier: 3, checks: [http] }
821 + - { id: bank-my-cimb, name: "CIMB", host: www.cimb.com, cat: finance, provider: cimb, cc: MY, imp: 4, tier: 3, checks: [http] }
822 + - { id: bank-my-public-bank, name: "Public Bank", host: www.publicbankgroup.com, cat: finance, provider: public-bank, cc: MY, imp: 4, tier: 3, checks: [http] }
823 + - { id: bank-my-rhb, name: "RHB Bank", host: www.rhbgroup.com, cat: finance, provider: rhb, cc: MY, imp: 3, tier: 4, checks: [http] }
824 + - { id: bank-my-hong-leong, name: "Hong Leong Bank", host: www.hlb.com.my, cat: finance, provider: hong-leong, cc: MY, imp: 3, tier: 4, checks: [http] }
825 + - { id: bank-my-ambank, name: "AmBank", host: www.ambank.com.my, cat: finance, provider: ambank, cc: MY, imp: 3, tier: 4, checks: [http] }
826 + - { id: bank-my-bank-islam, name: "Bank Islam", host: www.bankislam.com, cat: finance, provider: bank-islam, cc: MY, imp: 3, tier: 4, checks: [http] }
827 + - { id: bank-my-bank-rakyat, name: "Bank Rakyat", host: www.bankrakyat.com.my, cat: finance, provider: bank-rakyat, cc: MY, imp: 2, tier: 4, checks: [http] }
828 + - { id: bank-my-bsn, name: "Bank Simpanan Nasional", host: www.bsn.com.my, cat: finance, provider: gov-my, cc: MY, imp: 2, tier: 4, checks: [http] }
829 + - { id: bank-my-ocbc-my, name: "OCBC Malaysia", host: www.ocbc.com.my, cat: finance, provider: ocbc, cc: MY, imp: 2, tier: 4, checks: [http] }
830 + - { id: bank-my-uob-my, name: "UOB Malaysia", host: www.uob.com.my, cat: finance, provider: uob, cc: MY, imp: 2, tier: 4, checks: [http] }
831 + - { id: bank-my-hsbc-my, name: "HSBC Malaysia", host: www.hsbc.com.my, cat: finance, provider: hsbc, cc: MY, imp: 2, tier: 4, checks: [http] }
832 + - { id: bank-th-kbank, name: "Kasikornbank", host: www.kasikornbank.com, cat: finance, provider: kbank, cc: TH, imp: 4, tier: 3, checks: [http] }
833 + - { id: bank-th-scb, name: "Siam Commercial Bank", host: www.scb.co.th, cat: finance, provider: scbx, cc: TH, imp: 4, tier: 3, checks: [http] }
834 + - { id: bank-th-krungthai, name: "Krungthai Bank", host: krungthai.com, cat: finance, provider: krungthai, cc: TH, imp: 4, tier: 3, checks: [http] }
835 + - { id: bank-th-krungsri, name: "Krungsri (Bank of Ayudhya)", host: www.krungsri.com, cat: finance, provider: mufg, cc: TH, imp: 3, tier: 4, checks: [http] }
836 + - { id: bank-th-ttb, name: "TMBThanachart Bank", host: www.ttbbank.com, cat: finance, provider: ttb, cc: TH, imp: 3, tier: 4, checks: [http] }
837 + - { id: bank-th-kkp, name: "Kiatnakin Phatra", host: www.kkpfg.com, cat: finance, provider: kkp, cc: TH, imp: 2, tier: 4, checks: [http] }
838 + - { id: bank-th-tisco, name: "TISCO", host: www.tisco.co.th, cat: finance, provider: tisco, cc: TH, imp: 2, tier: 4, checks: [http] }
839 + - { id: bank-th-cimb-thai, name: "CIMB Thai", host: www.cimbthai.com, cat: finance, provider: cimb, cc: TH, imp: 2, tier: 4, checks: [http] }
840 + - { id: bank-th-gsb, name: "Government Savings Bank", host: www.gsb.or.th, cat: finance, provider: gov-th, cc: TH, imp: 3, tier: 4, checks: [http] }
841 + - { id: bank-th-uob-th, name: "UOB Thailand", host: www.uob.co.th, cat: finance, provider: uob, cc: TH, imp: 2, tier: 4, checks: [http] }
842 + - { id: bank-th-baac, name: "BAAC", host: www.baac.or.th, cat: finance, provider: gov-th, cc: TH, imp: 2, tier: 4, checks: [http] }
843 + - { id: bank-id-mandiri, name: "Bank Mandiri", host: www.bankmandiri.co.id, cat: finance, provider: mandiri, cc: ID, imp: 4, tier: 3, checks: [http] }
844 + - { id: bank-id-bri, name: "Bank Rakyat Indonesia", host: bri.co.id, cat: finance, provider: bri, cc: ID, imp: 4, tier: 3, checks: [http] }
845 + - { id: bank-id-bca, name: "Bank Central Asia", host: www.bca.co.id, cat: finance, provider: bca, cc: ID, imp: 4, tier: 3, checks: [http] }
846 + - { id: bank-id-bni, name: "Bank Negara Indonesia", host: www.bni.co.id, cat: finance, provider: bni, cc: ID, imp: 4, tier: 3, checks: [http] }
847 + - { id: bank-id-btn, name: "Bank Tabungan Negara", host: www.btn.co.id, cat: finance, provider: btn, cc: ID, imp: 3, tier: 4, checks: [http] }
848 + - { id: bank-id-cimb-niaga, name: "CIMB Niaga", host: www.cimbniaga.co.id, cat: finance, provider: cimb, cc: ID, imp: 3, tier: 4, checks: [http] }
849 + - { id: bank-id-permata, name: "PermataBank", host: www.permatabank.com, cat: finance, provider: bangkok-bank, cc: ID, imp: 3, tier: 4, checks: [http] }
850 + - { id: bank-id-ocbc-id, name: "OCBC Indonesia", host: www.ocbc.id, cat: finance, provider: ocbc, cc: ID, imp: 2, tier: 4, checks: [http] }
851 + - { id: bank-id-bsi, name: "Bank Syariah Indonesia", host: www.bankbsi.co.id, cat: finance, provider: bsi, cc: ID, imp: 3, tier: 4, checks: [http] }
852 + - { id: bank-id-panin, name: "Panin Bank", host: www.panin.co.id, cat: finance, provider: panin, cc: ID, imp: 2, tier: 4, checks: [http] }
853 + - { id: bank-id-mega, name: "Bank Mega", host: www.bankmega.com, cat: finance, provider: ct-corp, cc: ID, imp: 2, tier: 4, checks: [http] }
854 + - { id: bank-id-uob-id, name: "UOB Indonesia", host: www.uob.co.id, cat: finance, provider: uob, cc: ID, imp: 1, tier: 4, checks: [http] }
855 + - { id: bank-id-maybank-id, name: "Maybank Indonesia", host: www.maybank.co.id, cat: finance, provider: maybank, cc: ID, imp: 2, tier: 4, checks: [http] }
856 + - { id: bank-ph-bpi, name: "Bank of the Philippine Islands", host: www.bpi.com.ph, cat: finance, provider: bpi, cc: PH, imp: 4, tier: 3, checks: [http] }
857 + - { id: bank-ph-metrobank, name: "Metrobank", host: www.metrobank.com.ph, cat: finance, provider: metrobank, cc: PH, imp: 4, tier: 3, checks: [http] }
858 + - { id: bank-ph-landbank, name: "Landbank", host: www.landbank.com, cat: finance, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
859 + - { id: bank-ph-pnb, name: "Philippine National Bank", host: www.pnb.com.ph, cat: finance, provider: pnb-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
860 + - { id: bank-ph-security-bank, name: "Security Bank", host: www.securitybank.com, cat: finance, provider: security-bank, cc: PH, imp: 3, tier: 4, checks: [http] }
861 + - { id: bank-ph-unionbank, name: "UnionBank of the Philippines", host: www.unionbankph.com, cat: finance, provider: unionbank, cc: PH, imp: 3, tier: 4, checks: [http] }
862 + - { id: bank-ph-chinabank, name: "China Banking Corporation", host: www.chinabank.ph, cat: finance, provider: chinabank, cc: PH, imp: 3, tier: 4, checks: [http] }
863 + - { id: bank-ph-rcbc, name: "RCBC", host: www.rcbc.com, cat: finance, provider: rcbc, cc: PH, imp: 3, tier: 4, checks: [http] }
864 + - { id: bank-ph-eastwest, name: "EastWest Bank", host: www.eastwestbanker.com, cat: finance, provider: eastwest, cc: PH, imp: 2, tier: 4, checks: [http] }
865 + - { id: bank-vn-vietcombank, name: "Vietcombank", host: www.vietcombank.com.vn, cat: finance, provider: vietcombank, cc: VN, imp: 4, tier: 3, checks: [http] }
866 + - { id: bank-vn-bidv, name: "BIDV", host: www.bidv.com.vn, cat: finance, provider: bidv, cc: VN, imp: 4, tier: 3, checks: [http] }
867 + - { id: bank-vn-vietinbank, name: "VietinBank", host: www.vietinbank.vn, cat: finance, provider: vietinbank, cc: VN, imp: 4, tier: 3, checks: [http] }
868 + - { id: bank-vn-agribank, name: "Agribank", host: www.agribank.com.vn, cat: finance, provider: agribank, cc: VN, imp: 4, tier: 3, checks: [http] }
869 + - { id: bank-vn-techcombank, name: "Techcombank", host: techcombank.com, cat: finance, provider: techcombank, cc: VN, imp: 3, tier: 4, checks: [http] }
870 + - { id: bank-vn-mb, name: "MB Bank", host: www.mbbank.com.vn, cat: finance, provider: mb, cc: VN, imp: 3, tier: 4, checks: [http] }
871 + - { id: bank-vn-vpbank, name: "VPBank", host: www.vpbank.com.vn, cat: finance, provider: vpbank, cc: VN, imp: 3, tier: 4, checks: [http] }
872 + - { id: bank-vn-acb, name: "ACB", host: acb.com.vn, cat: finance, provider: acb, cc: VN, imp: 3, tier: 4, checks: [http] }
873 + - { id: bank-vn-sacombank, name: "Sacombank", host: www.sacombank.com.vn, cat: finance, provider: sacombank, cc: VN, imp: 2, tier: 4, checks: [http] }
874 + - { id: bank-vn-tpbank, name: "TPBank", host: tpb.vn, cat: finance, provider: tpbank, cc: VN, imp: 2, tier: 4, checks: [http] }
875 + - { id: bank-vn-hdbank, name: "HDBank", host: hdbank.com.vn, cat: finance, provider: hdbank, cc: VN, imp: 2, tier: 4, checks: [http] }
876 + - { id: bank-vn-vib, name: "VIB", host: www.vib.com.vn, cat: finance, provider: vib, cc: VN, imp: 2, tier: 4, checks: [http] }
877 + - { id: bank-vn-shb, name: "SHB", host: www.shb.com.vn, cat: finance, provider: shb, cc: VN, imp: 2, tier: 4, checks: [http] }
878 + - { id: bank-vn-lpbank, name: "LPBank", host: lpbank.com.vn, cat: finance, provider: lpbank, cc: VN, imp: 1, tier: 4, checks: [http] }
879 + - { id: bank-kh-aba, name: "ABA Bank", host: www.ababank.com, cat: finance, provider: nbc-ca, cc: KH, imp: 3, tier: 4, checks: [http] }
880 + - { id: bank-kh-acleda, name: "ACLEDA Bank", host: www.acledabank.com.kh, cat: finance, provider: acleda, cc: KH, imp: 3, tier: 4, checks: [http] }
881 + - { id: bank-kh-canadia, name: "Canadia Bank", host: www.canadiabank.com.kh, cat: finance, provider: canadia, cc: KH, imp: 2, tier: 4, checks: [http] }
882 + - { id: bank-kh-nbc, name: "National Bank of Cambodia (Bakong)", host: www.nbc.gov.kh, cat: finance, provider: nbc-kh, cc: KH, imp: 3, tier: 4, checks: [http] }
883 + - { id: bank-la-bcel, name: "BCEL", host: www.bcel.com.la, cat: finance, provider: gov-la, cc: LA, imp: 2, tier: 4, checks: [http] }
884 + - { id: bank-la-bol, name: "Bank of the Lao PDR", host: www.bol.gov.la, cat: finance, provider: bol, cc: LA, imp: 2, tier: 4, checks: [http] }
885 + - { id: bank-mm-cbm, name: "Central Bank of Myanmar", host: www.cbm.gov.mm, cat: finance, provider: cbm-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
886 + - { id: bank-mm-kbz, name: "KBZ Bank", host: www.kbzbank.com, cat: finance, provider: kbz, cc: MM, imp: 1, tier: 4, checks: [http] }
887 + - { id: bank-mn-khan, name: "Khan Bank", host: www.khanbank.com, cat: finance, provider: khan-bank, cc: MN, imp: 2, tier: 4, checks: [http] }
888 + - { id: bank-mn-tdb, name: "Trade and Development Bank of Mongolia", host: www.tdbm.mn, cat: finance, provider: tdb, cc: MN, imp: 2, tier: 4, checks: [http] }
889 + - { id: bank-mn-golomt, name: "Golomt Bank", host: www.golomtbank.com, cat: finance, provider: golomt, cc: MN, imp: 1, tier: 4, checks: [http] }
890 + - { id: bank-mn-mongolbank, name: "Bank of Mongolia", host: www.mongolbank.mn, cat: finance, provider: mongolbank, cc: MN, imp: 2, tier: 4, checks: [http] }
891 + - { id: bank-bn-bibd, name: "BIBD", host: www.bibd.com.bn, cat: finance, provider: bibd, cc: BN, imp: 1, tier: 4, checks: [http] }
892 + - { id: bank-bn-bdcb, name: "Brunei Darussalam Central Bank", host: www.bdcb.gov.bn, cat: finance, provider: bdcb, cc: BN, imp: 1, tier: 4, checks: [http] }
893 + - { id: bank-tl-bctl, name: "Banco Central de Timor-Leste", host: www.bancocentral.tl, cat: finance, provider: bctl, cc: TL, imp: 1, tier: 4, checks: [http] }
894 + - { id: bank-kz-halyk, name: "Halyk Bank", host: halykbank.kz, cat: finance, provider: halyk, cc: KZ, imp: 4, tier: 3, checks: [http] }
895 + - { id: bank-kz-kaspi, name: "Kaspi.kz", host: kaspi.kz, cat: finance, provider: kaspi, cc: KZ, imp: 4, tier: 3, checks: [http] }
896 + - { id: bank-kz-forte, name: "ForteBank", host: forte.kz, cat: finance, provider: forte, cc: KZ, imp: 3, tier: 4, checks: [http] }
897 + - { id: bank-kz-bcc, name: "Bank CenterCredit", host: www.bcc.kz, cat: finance, provider: bcc, cc: KZ, imp: 3, tier: 4, checks: [http] }
898 + - { id: bank-kz-freedom, name: "Freedom Bank Kazakhstan", host: bankffin.kz, cat: finance, provider: freedom, cc: KZ, imp: 2, tier: 4, checks: [http] }
899 + - { id: bank-kz-eurasian, name: "Eurasian Bank", host: eubank.kz, cat: finance, provider: eurasian, cc: KZ, imp: 1, tier: 4, checks: [http] }
900 + - { id: bank-kz-home-credit-kz, name: "Home Credit Bank Kazakhstan", host: home.bank, cat: finance, provider: home-credit, cc: KZ, imp: 1, tier: 4, checks: [http] }
901 + - { id: bank-kz-nbk, name: "National Bank of Kazakhstan", host: www.nationalbank.kz, cat: finance, provider: nbk-kz, cc: KZ, imp: 4, tier: 3, checks: [http] }
902 + - { id: bank-uz-sqb, name: "Uzpromstroybank (SQB)", host: www.sqb.uz, cat: finance, provider: sqb, cc: UZ, imp: 2, tier: 4, checks: [http] }
903 + - { id: bank-uz-kapitalbank, name: "Kapitalbank", host: kapitalbank.uz, cat: finance, provider: kapitalbank, cc: UZ, imp: 2, tier: 4, checks: [http] }
904 + - { id: bank-uz-ipoteka, name: "Ipoteka Bank (OTP)", host: www.ipotekabank.uz, cat: finance, provider: otp, cc: UZ, imp: 2, tier: 4, checks: [http] }
905 + - { id: bank-uz-tbc, name: "TBC Bank Uzbekistan", host: tbcbank.uz, cat: finance, provider: tbc, cc: UZ, imp: 2, tier: 4, checks: [http] }
906 + - { id: bank-uz-agrobank, name: "Agrobank", host: agrobank.uz, cat: finance, provider: agrobank, cc: UZ, imp: 1, tier: 4, checks: [http] }
907 + - { id: bank-uz-cbu, name: "Central Bank of Uzbekistan", host: cbu.uz, cat: finance, provider: cbu, cc: UZ, imp: 3, tier: 4, checks: [http] }
908 + - { id: bank-ge-bog, name: "Bank of Georgia", host: bankofgeorgia.ge, cat: finance, provider: bog-ge, cc: GE, imp: 4, tier: 3, checks: [http] }
909 + - { id: bank-ge-tbc, name: "TBC Bank", host: www.tbcbank.ge, cat: finance, provider: tbc, cc: GE, imp: 4, tier: 3, checks: [http] }
910 + - { id: bank-ge-liberty, name: "Liberty Bank", host: libertybank.ge, cat: finance, provider: liberty-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
911 + - { id: bank-ge-basisbank, name: "Basisbank", host: www.basisbank.ge, cat: finance, provider: basisbank, cc: GE, imp: 1, tier: 4, checks: [http] }
912 + - { id: bank-ge-credo, name: "Credo Bank", host: credobank.ge, cat: finance, provider: credo, cc: GE, imp: 1, tier: 4, checks: [http] }
913 + - { id: bank-ge-nbg, name: "National Bank of Georgia", host: nbg.gov.ge, cat: finance, provider: nbg-ge, cc: GE, imp: 3, tier: 4, checks: [http] }
914 + - { id: bank-am-ameriabank, name: "Ameriabank", host: ameriabank.am, cat: finance, provider: ameriabank, cc: AM, imp: 3, tier: 4, checks: [http] }
915 + - { id: bank-am-ardshinbank, name: "Ardshinbank", host: www.ardshinbank.am, cat: finance, provider: ardshinbank, cc: AM, imp: 2, tier: 4, checks: [http] }
916 + - { id: bank-am-acba, name: "Acba bank", host: www.acba.am, cat: finance, provider: acba, cc: AM, imp: 2, tier: 4, checks: [http] }
917 + - { id: bank-am-inecobank, name: "Inecobank", host: www.inecobank.am, cat: finance, provider: inecobank, cc: AM, imp: 2, tier: 4, checks: [http] }
918 + - { id: bank-am-cba, name: "Central Bank of Armenia", host: www.cba.am, cat: finance, provider: cba-am, cc: AM, imp: 3, tier: 4, checks: [http] }
919 + - { id: bank-az-kapital, name: "Kapital Bank", host: www.kapitalbank.az, cat: finance, provider: pasha, cc: AZ, imp: 3, tier: 4, checks: [http] }
920 + - { id: bank-az-pasha, name: "PASHA Bank", host: www.pashabank.az, cat: finance, provider: pasha, cc: AZ, imp: 3, tier: 4, checks: [http] }
921 + - { id: bank-az-abb, name: "ABB (International Bank of Azerbaijan)", host: abb-bank.az, cat: finance, provider: abb, cc: AZ, imp: 3, tier: 4, checks: [http] }
922 + - { id: bank-az-respublika, name: "Bank Respublika", host: www.bankrespublika.az, cat: finance, provider: respublika, cc: AZ, imp: 1, tier: 4, checks: [http] }
923 + - { id: bank-az-cbar, name: "Central Bank of Azerbaijan", host: www.cbar.az, cat: finance, provider: cbar, cc: AZ, imp: 3, tier: 4, checks: [http] }
924 + - { id: bank-kg-optima, name: "Optima Bank", host: www.optimabank.kg, cat: finance, provider: optima-kg, cc: KG, imp: 2, tier: 4, checks: [http] }
925 + - { id: bank-kg-kicb, name: "KICB", host: www.kicb.net, cat: finance, provider: kicb, cc: KG, imp: 1, tier: 4, checks: [http] }
926 + - { id: bank-kg-nbkr, name: "National Bank of the Kyrgyz Republic", host: www.nbkr.kg, cat: finance, provider: nbkr, cc: KG, imp: 2, tier: 4, checks: [http] }
927 + - { id: bank-tj-nbt, name: "National Bank of Tajikistan", host: nbt.tj, cat: finance, provider: nbt, cc: TJ, imp: 1, tier: 4, checks: [http] }
928 + - { id: bank-tm-cbt, name: "Central Bank of Turkmenistan", host: www.cbt.tm, cat: finance, provider: cbt, cc: TM, imp: 1, tier: 4, checks: [http] }
929 + - { id: bank-au-macquarie, name: "Macquarie", host: www.macquarie.com, cat: finance, provider: macquarie, cc: AU, imp: 4, tier: 3, checks: [http] }
930 + - { id: bank-au-bendigo, name: "Bendigo Bank", host: www.bendigobank.com.au, cat: finance, provider: bendigo, cc: AU, imp: 3, tier: 4, checks: [http] }
931 + - { id: bank-au-boq, name: "Bank of Queensland", host: www.boq.com.au, cat: finance, provider: boq, cc: AU, imp: 3, tier: 4, checks: [http] }
932 + - { id: bank-au-suncorp-bank, name: "Suncorp Bank", host: www.suncorpbank.com.au, cat: finance, provider: anz, cc: AU, imp: 3, tier: 4, checks: [http] }
933 + - { id: bank-au-ing, name: "ING Australia", host: www.ing.com.au, cat: finance, provider: ing, cc: AU, imp: 3, tier: 4, checks: [http] }
934 + - { id: bank-au-amp, name: "AMP", host: www.amp.com.au, cat: finance, provider: amp, cc: AU, imp: 3, tier: 4, checks: [http] }
935 + - { id: bank-au-bankwest, name: "Bankwest", host: www.bankwest.com.au, cat: finance, provider: cba, cc: AU, imp: 3, tier: 4, checks: [http] }
936 + - { id: bank-au-st-george, name: "St.George Bank", host: www.stgeorge.com.au, cat: finance, provider: westpac, cc: AU, imp: 3, tier: 4, checks: [http] }
937 + - { id: bank-au-me-bank, name: "ME Bank", host: www.mebank.com.au, cat: finance, provider: boq, cc: AU, imp: 2, tier: 4, checks: [http] }
938 + - { id: bank-au-hsbc-au, name: "HSBC Australia", host: www.hsbc.com.au, cat: finance, provider: hsbc, cc: AU, imp: 2, tier: 4, checks: [http] }
939 + - { id: bank-au-judo, name: "Judo Bank", host: www.judo.bank, cat: finance, provider: judo, cc: AU, imp: 2, tier: 4, checks: [http] }
940 + - { id: bank-au-ubank, name: "ubank", host: www.ubank.com.au, cat: finance, provider: nab, cc: AU, imp: 2, tier: 4, checks: [http] }
941 + - { id: bank-au-bank-australia, name: "Bank Australia", host: www.bankaust.com.au, cat: finance, provider: bank-australia, cc: AU, imp: 2, tier: 4, checks: [http] }
942 + - { id: bank-au-great-southern, name: "Great Southern Bank", host: www.greatsouthernbank.com.au, cat: finance, provider: great-southern, cc: AU, imp: 2, tier: 4, checks: [http] }
943 + - { id: bank-au-heritage, name: "Heritage Bank", host: www.heritage.com.au, cat: finance, provider: heritage, cc: AU, imp: 1, tier: 4, checks: [http] }
944 + - { id: bank-au-newcastle-permanent, name: "Newcastle Permanent", host: www.newcastlepermanent.com.au, cat: finance, provider: nga, cc: AU, imp: 1, tier: 4, checks: [http] }
945 + - { id: bank-au-bank-of-melbourne, name: "Bank of Melbourne", host: www.bankofmelbourne.com.au, cat: finance, provider: westpac, cc: AU, imp: 1, tier: 4, checks: [http] }
946 + - { id: bank-au-banksa, name: "BankSA", host: www.banksa.com.au, cat: finance, provider: westpac, cc: AU, imp: 1, tier: 4, checks: [http] }
947 + - { id: bank-au-cba-group, name: "CommBank Group (investors)", host: www.commbank.com.au, url: "https://www.commbank.com.au/about-us/investors.html", cat: finance, provider: cba, cc: AU, imp: 2, tier: 4, checks: [http] }
948 + - { id: bank-nz-anz, name: "ANZ New Zealand", host: www.anz.co.nz, cat: finance, provider: anz, cc: NZ, imp: 4, tier: 3, checks: [http] }
949 + - { id: bank-nz-bnz, name: "BNZ", host: www.bnz.co.nz, cat: finance, provider: nab, cc: NZ, imp: 4, tier: 3, checks: [http] }
950 + - { id: bank-nz-westpac, name: "Westpac New Zealand", host: www.westpac.co.nz, cat: finance, provider: westpac, cc: NZ, imp: 3, tier: 4, checks: [http] }
951 + - { id: bank-nz-tsb, name: "TSB Bank (NZ)", host: www.tsb.co.nz, cat: finance, provider: tsb-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
952 + - { id: bank-nz-heartland, name: "Heartland Bank", host: www.heartland.co.nz, cat: finance, provider: heartland, cc: NZ, imp: 2, tier: 4, checks: [http] }
953 + - { id: bank-nz-coop, name: "The Co-operative Bank (NZ)", host: www.co-operativebank.co.nz, cat: finance, provider: coop-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
954 + - { id: bank-nz-sbs, name: "SBS Bank", host: www.sbsbank.co.nz, cat: finance, provider: sbs, cc: NZ, imp: 1, tier: 4, checks: [http] }
955 + - { id: bank-nz-rabobank-nz, name: "Rabobank New Zealand", host: www.rabobank.co.nz, cat: finance, provider: rabobank, cc: NZ, imp: 1, tier: 4, checks: [http] }
956 + - { id: bank-pg-bsp, name: "BSP Financial Group", host: www.bsp.com.pg, cat: finance, provider: bsp-pg, cc: PG, imp: 2, tier: 4, checks: [http] }
957 + - { id: bank-pg-bpng, name: "Bank of Papua New Guinea", host: www.bankpng.gov.pg, cat: finance, provider: bpng, cc: PG, imp: 1, tier: 4, checks: [http] }
958 + - { id: bank-fj-rbf, name: "Reserve Bank of Fiji", host: www.rbf.gov.fj, cat: finance, provider: rbf, cc: FJ, imp: 1, tier: 4, checks: [http] }
959 + - { id: bank-fj-anz-fj, name: "ANZ Fiji", host: www.anz.com, url: "https://www.anz.com/fiji/en/personal/", cat: finance, provider: anz, cc: FJ, imp: 1, tier: 4, checks: [http] }
960 + # ───────── Credit unions & cooperative banks (29)
961 + - { id: cu-us-navy-federal, name: "Navy Federal Credit Union", host: www.navyfederal.org, cat: finance, provider: navy-federal, cc: US, imp: 4, tier: 3, checks: [http] }
962 + - { id: cu-us-secu, name: "State Employees' Credit Union (NC)", host: www.ncsecu.org, cat: finance, provider: secu, cc: US, imp: 2, tier: 4, checks: [http] }
963 + - { id: cu-us-schoolsfirst, name: "SchoolsFirst FCU", host: www.schoolsfirstfcu.org, cat: finance, provider: schoolsfirst, cc: US, imp: 2, tier: 4, checks: [http] }
964 + - { id: cu-us-boeing-ecu, name: "BECU", host: www.becu.org, cat: finance, provider: becu, cc: US, imp: 2, tier: 4, checks: [http] }
965 + - { id: cu-us-alliant, name: "Alliant Credit Union", host: www.alliantcreditunion.org, cat: finance, provider: alliant, cc: US, imp: 2, tier: 4, checks: [http] }
966 + - { id: cu-us-cuna, name: "America's Credit Unions", host: www.americascreditunions.org, cat: finance, provider: americas-credit-unions, cc: US, imp: 2, tier: 4, checks: [http] }
967 + - { id: cu-ca-vancity, name: "Vancity", host: www.vancity.com, cat: finance, provider: vancity, cc: CA, imp: 3, tier: 4, checks: [http] }
968 + - { id: cu-ca-coast-capital, name: "Coast Capital Savings", host: www.coastcapitalsavings.com, cat: finance, provider: coast-capital, cc: CA, imp: 3, tier: 4, checks: [http] }
969 + - { id: cu-ca-servus, name: "Servus Credit Union", host: www.servus.ca, cat: finance, provider: servus, cc: CA, imp: 2, tier: 4, checks: [http] }
970 + - { id: cu-ca-meridian, name: "Meridian Credit Union", host: www.meridiancu.ca, cat: finance, provider: meridian, cc: CA, imp: 2, tier: 4, checks: [http] }
971 + - { id: cu-ca-alterna, name: "Alterna Savings", host: www.alterna.ca, cat: finance, provider: alterna, cc: CA, imp: 2, tier: 4, checks: [http] }
972 + - { id: cu-ca-conexus, name: "Conexus Credit Union", host: www.conexus.ca, cat: finance, provider: conexus, cc: CA, imp: 2, tier: 4, checks: [http] }
973 + - { id: cu-ca-affinity, name: "Affinity Credit Union", host: www.affinitycu.ca, cat: finance, provider: affinity, cc: CA, imp: 2, tier: 4, checks: [http] }
974 + - { id: cu-ca-first-west, name: "First West Credit Union", host: www.firstwestcu.ca, cat: finance, provider: first-west, cc: CA, imp: 2, tier: 4, checks: [http] }
975 + - { id: cu-ca-ccua, name: "Canadian Credit Union Association", host: ccua.com, cat: finance, provider: ccua, cc: CA, imp: 2, tier: 4, checks: [http] }
976 + - { id: cu-ca-central1, name: "Central 1", host: www.central1.com, cat: finance, provider: central1, cc: CA, imp: 2, tier: 4, checks: [http] }
977 + - { id: cu-ca-libro, name: "Libro Credit Union", host: www.libro.ca, cat: finance, provider: libro, cc: CA, imp: 2, tier: 4, checks: [http] }
978 + - { id: cu-ca-steinbach, name: "Steinbach Credit Union", host: www.scu.mb.ca, cat: finance, provider: scu, cc: CA, imp: 2, tier: 4, checks: [http] }
979 + - { id: cu-ca-assiniboine, name: "Assiniboine Credit Union", host: www.acu.ca, cat: finance, provider: acu, cc: CA, imp: 2, tier: 4, checks: [http] }
980 + - { id: cu-ca-uni, name: "UNI Coopération financière", host: www.uni.ca, cat: finance, provider: uni, cc: CA, imp: 2, tier: 4, checks: [http] }
981 + - { id: cu-br-sicredi, name: "Sicredi", host: www.sicredi.com.br, cat: finance, provider: sicredi, cc: BR, imp: 3, tier: 4, checks: [http] }
982 + - { id: cu-br-sicoob, name: "Sicoob", host: www.sicoob.com.br, cat: finance, provider: sicoob, cc: BR, imp: 3, tier: 4, checks: [http] }
983 + - { id: cu-gb-bsa, name: "Building Societies Association", host: www.bsa.org.uk, cat: finance, provider: bsa, cc: GB, imp: 2, tier: 4, checks: [http] }
984 + - { id: cu-de-vr, name: "Volksbanken Raiffeisenbanken", host: www.vr.de, cat: finance, provider: bvr, cc: DE, imp: 4, tier: 3, checks: [http] }
985 + - { id: cu-de-bvr, name: "BVR", host: www.bvr.de, cat: finance, provider: bvr, cc: DE, imp: 2, tier: 4, checks: [http] }
986 + - { id: cu-de-dsgv, name: "DSGV (Sparkassen-Finanzgruppe)", host: www.dsgv.de, cat: finance, provider: dsgv, cc: DE, imp: 2, tier: 4, checks: [http] }
987 + - { id: cu-au-coba, name: "Customer Owned Banking Association", host: www.customerownedbanking.asn.au, cat: finance, provider: coba, cc: AU, imp: 1, tier: 4, checks: [http] }
988 + - { id: cu-au-teachers-mutual, name: "Teachers Mutual Bank", host: www.tmbank.com.au, cat: finance, provider: tmb, cc: AU, imp: 1, tier: 4, checks: [http] }
989 + - { id: cu-au-people-first, name: "People First Bank", host: peoplefirstbank.com.au, cat: finance, provider: people-first, cc: AU, imp: 1, tier: 4, checks: [http] }
990 + # ───────── Neobanks & digital wallets (122)
991 + - { id: neo-ca-koho, name: "KOHO", host: www.koho.ca, cat: finance, provider: koho, cc: CA, imp: 3, tier: 4, checks: [http] }
992 + - { id: neo-ca-neo-financial, name: "Neo Financial", host: www.neofinancial.com, cat: finance, provider: neo-financial, cc: CA, imp: 3, tier: 4, checks: [http] }
993 + - { id: neo-ca-wealthsimple-cash, name: "Wealthsimple Cash", host: www.wealthsimple.com, url: "https://www.wealthsimple.com/en-ca/spend", cat: finance, provider: wealthsimple, svc: wealthsimple, cc: CA, imp: 2, tier: 4, checks: [http] }
994 + - { id: neo-mx-nu, name: "Nu México", host: nu.com.mx, cat: finance, provider: nubank, cc: MX, imp: 3, tier: 4, checks: [http] }
995 + - { id: neo-mx-stori, name: "Stori", host: www.storicard.com, cat: finance, provider: stori, cc: MX, imp: 2, tier: 4, checks: [http] }
996 + - { id: neo-mx-klar, name: "Klar", host: www.klar.mx, cat: finance, provider: klar, cc: MX, imp: 2, tier: 4, checks: [http] }
997 + - { id: neo-ar-uala, name: "Ualá", host: www.uala.com.ar, cat: finance, provider: uala, cc: AR, imp: 3, tier: 4, checks: [http] }
998 + - { id: neo-ar-brubank, name: "Brubank", host: www.brubank.com, cat: finance, provider: brubank, cc: AR, imp: 2, tier: 4, checks: [http] }
999 + - { id: neo-co-nequi, name: "Nequi", host: www.nequi.com.co, cat: finance, provider: bancolombia, cc: CO, imp: 3, tier: 4, checks: [http] }
1000 + - { id: neo-co-daviplata, name: "DaviPlata", host: www.daviplata.com, cat: finance, provider: davivienda, cc: CO, imp: 2, tier: 4, checks: [http] }
1001 + - { id: neo-co-nu, name: "Nu Colombia", host: nu.com.co, cat: finance, provider: nubank, cc: CO, imp: 2, tier: 4, checks: [http] }
1002 + - { id: neo-co-lulo, name: "Lulo Bank", host: www.lulobank.com, cat: finance, provider: lulo, cc: CO, imp: 1, tier: 4, checks: [http] }
1003 + - { id: neo-py-ueno, name: "ueno bank", host: www.ueno.com.py, cat: finance, provider: ueno, cc: PY, imp: 2, tier: 4, checks: [http] }
1004 + - { id: neo-gb-starling, name: "Starling Bank", host: www.starlingbank.com, cat: finance, provider: starling, cc: GB, imp: 3, tier: 4, checks: [http] }
1005 + - { id: neo-gb-atom, name: "Atom bank", host: www.atombank.co.uk, cat: finance, provider: atom, cc: GB, imp: 2, tier: 4, checks: [http] }
1006 + - { id: neo-gb-tide, name: "Tide", host: www.tide.co, cat: finance, provider: tide, cc: GB, imp: 2, tier: 4, checks: [http] }
1007 + - { id: neo-gb-curve, name: "Curve", host: www.curve.com, cat: finance, provider: curve, cc: GB, imp: 2, tier: 4, checks: [http] }
1008 + - { id: neo-gb-clearbank, name: "ClearBank", host: clear.bank, cat: finance, provider: clearbank, cc: GB, imp: 3, tier: 4, checks: [http] }
1009 + - { id: neo-gb-monese, name: "Monese", host: monese.com, cat: finance, provider: monese, cc: GB, imp: 1, tier: 4, checks: [http] }
1010 + - { id: neo-gb-allica, name: "Allica Bank", host: www.allica.bank, cat: finance, provider: allica, cc: GB, imp: 1, tier: 4, checks: [http] }
1011 + - { id: neo-gb-kroo, name: "Kroo", host: kroo.com, cat: finance, provider: kroo, cc: GB, imp: 1, tier: 4, checks: [http] }
1012 + - { id: neo-gb-tandem, name: "Tandem Bank", host: www.tandem.co.uk, cat: finance, provider: tandem, cc: GB, imp: 1, tier: 4, checks: [http] }
1013 + - { id: neo-fr-qonto, name: "Qonto", host: qonto.com, cat: finance, provider: qonto, cc: FR, imp: 3, tier: 4, checks: [http] }
1014 + - { id: neo-fr-lydia, name: "Lydia / Sumeria", host: www.sumeria.eu, cat: finance, provider: lydia, cc: FR, imp: 2, tier: 4, checks: [http] }
1015 + - { id: neo-fr-shine, name: "Shine", host: www.shine.fr, cat: finance, provider: socgen, cc: FR, imp: 2, tier: 4, checks: [http] }
1016 + - { id: neo-fr-nickel, name: "Nickel", host: nickel.eu, cat: finance, provider: bnp, cc: FR, imp: 2, tier: 4, checks: [http] }
1017 + - { id: neo-fr-lyf, name: "Lyf Pay", host: www.lyf.eu, cat: finance, provider: lyf, cc: FR, imp: 1, tier: 4, checks: [http] }
1018 + - { id: neo-fr-swan, name: "Swan", host: www.swan.io, cat: finance, provider: swan, cc: FR, imp: 2, tier: 4, checks: [http] }
1019 + - { id: neo-fr-alan, name: "Alan", host: alan.com, cat: finance, provider: alan, cc: FR, imp: 2, tier: 4, checks: [http] }
1020 + - { id: neo-de-c24, name: "C24 Bank", host: www.c24.de, cat: finance, provider: check24, cc: DE, imp: 2, tier: 4, checks: [http] }
1021 + - { id: neo-de-tomorrow, name: "Tomorrow", host: www.tomorrow.one, cat: finance, provider: tomorrow, cc: DE, imp: 1, tier: 4, checks: [http] }
1022 + - { id: neo-de-vivid, name: "Vivid Money", host: vivid.money, cat: finance, provider: vivid, cc: DE, imp: 2, tier: 4, checks: [http] }
1023 + - { id: neo-de-solaris, name: "Solaris", host: www.solarisgroup.com, cat: finance, provider: solaris, svc: solaris, cc: DE, imp: 2, tier: 4, checks: [http] }
1024 + - { id: neo-de-raisin, name: "Raisin", host: www.raisin.com, cat: finance, provider: raisin, cc: DE, imp: 2, tier: 4, checks: [http] }
1025 + - { id: neo-de-weltsparen, name: "WeltSparen", host: www.weltsparen.de, cat: finance, provider: raisin, cc: DE, imp: 2, tier: 4, checks: [http] }
1026 + - { id: neo-de-auxmoney, name: "auxmoney", host: www.auxmoney.com, cat: finance, provider: auxmoney, cc: DE, imp: 1, tier: 4, checks: [http] }
1027 + - { id: neo-de-finanzguru, name: "Finanzguru", host: finanzguru.de, cat: finance, provider: finanzguru, cc: DE, imp: 1, tier: 4, checks: [http] }
1028 + - { id: neo-nl-bunq, name: "bunq", host: www.bunq.com, cat: finance, provider: bunq, cc: NL, imp: 3, tier: 4, checks: [http] }
1029 + - { id: neo-ch-neon, name: "neon", host: www.neon-free.ch, cat: finance, provider: neon, cc: CH, imp: 2, tier: 4, checks: [http] }
1030 + - { id: neo-ch-yuh, name: "Yuh", host: www.yuh.com, cat: finance, provider: swissquote, cc: CH, imp: 2, tier: 4, checks: [http] }
1031 + - { id: neo-ch-zak, name: "Zak (Bank Cler)", host: www.cler.ch, cat: finance, provider: bkb, cc: CH, imp: 1, tier: 4, checks: [http] }
1032 + - { id: neo-ch-radicant, name: "radicant", host: www.radicant.com, cat: finance, provider: blkb, cc: CH, imp: 1, tier: 4, checks: [http] }
1033 + - { id: neo-it-illimity, name: "illimity", host: www.illimity.com, cat: finance, provider: illimity, cc: IT, imp: 2, tier: 4, checks: [http] }
1034 + - { id: neo-it-hype, name: "HYPE", host: www.hype.it, cat: finance, provider: sella, cc: IT, imp: 2, tier: 4, checks: [http] }
1035 + - { id: neo-it-tinaba, name: "Tinaba", host: www.tinaba.it, cat: finance, provider: tinaba, cc: IT, imp: 1, tier: 4, checks: [http] }
1036 + - { id: neo-dk-lunar, name: "Lunar", host: www.lunar.app, cat: finance, provider: lunar, cc: DK, imp: 2, tier: 4, checks: [http] }
1037 + - { id: neo-tr-papara, name: "Papara", host: www.papara.com, cat: finance, provider: papara, cc: TR, imp: 3, tier: 4, checks: [http] }
1038 + - { id: neo-tr-enpara, name: "Enpara.com", host: www.enpara.com, cat: finance, provider: qnb, cc: TR, imp: 2, tier: 4, checks: [http] }
1039 + - { id: neo-il-pepper, name: "Pepper", host: www.pepper.co.il, cat: finance, provider: leumi, cc: IL, imp: 2, tier: 4, checks: [http] }
1040 + - { id: neo-il-one-zero, name: "One Zero Digital Bank", host: www.onezerobank.com, cat: finance, provider: one-zero, cc: IL, imp: 2, tier: 4, checks: [http] }
1041 + - { id: neo-sa-d360, name: "D360 Bank", host: www.d360.com, cat: finance, provider: d360, cc: SA, imp: 1, tier: 4, checks: [http] }
1042 + - { id: neo-ae-wio, name: "Wio Bank", host: www.wio.io, cat: finance, provider: wio, cc: AE, imp: 2, tier: 4, checks: [http] }
1043 + - { id: neo-ae-liv, name: "Liv (Emirates NBD)", host: www.liv.me, cat: finance, provider: emirates-nbd, cc: AE, imp: 2, tier: 4, checks: [http] }
1044 + - { id: neo-ae-mashreq-neo, name: "Mashreq Neo", host: www.mashreqneo.com, cat: finance, provider: mashreq, cc: AE, imp: 1, tier: 4, checks: [http] }
1045 + - { id: neo-ae-zand, name: "Zand", host: www.zand.ae, cat: finance, provider: zand, cc: AE, imp: 1, tier: 4, checks: [http] }
1046 + - { id: neo-ng-kuda, name: "Kuda", host: kuda.com, cat: finance, provider: kuda, cc: NG, imp: 3, tier: 4, checks: [http] }
1047 + - { id: neo-ng-opay, name: "OPay", host: www.opayweb.com, cat: finance, provider: opay, cc: NG, imp: 3, tier: 4, checks: [http] }
1048 + - { id: neo-ng-palmpay, name: "PalmPay", host: www.palmpay.com, cat: finance, provider: palmpay, cc: NG, imp: 3, tier: 4, checks: [http] }
1049 + - { id: neo-ng-moniepoint, name: "Moniepoint", host: moniepoint.com, cat: finance, provider: moniepoint, cc: NG, imp: 3, tier: 4, checks: [http] }
1050 + - { id: neo-ng-carbon, name: "Carbon", host: getcarbon.co, cat: finance, provider: carbon, cc: NG, imp: 1, tier: 4, checks: [http] }
1051 + - { id: neo-ng-piggyvest, name: "PiggyVest", host: www.piggyvest.com, cat: finance, provider: piggyvest, cc: NG, imp: 2, tier: 4, checks: [http] }
1052 + - { id: neo-ng-fairmoney, name: "FairMoney", host: fairmoney.io, cat: finance, provider: fairmoney, cc: NG, imp: 1, tier: 4, checks: [http] }
1053 + - { id: neo-in-jupiter, name: "Jupiter", host: jupiter.money, cat: finance, provider: jupiter, cc: IN, imp: 1, tier: 4, checks: [http] }
1054 + - { id: neo-in-fi, name: "Fi Money", host: fi.money, cat: finance, provider: fi, cc: IN, imp: 1, tier: 4, checks: [http] }
1055 + - { id: neo-in-niyo, name: "Niyo", host: goniyo.com, cat: finance, provider: niyo, cc: IN, imp: 1, tier: 4, checks: [http] }
1056 + - { id: neo-in-slice, name: "slice", host: www.sliceit.com, cat: finance, provider: slice, cc: IN, imp: 1, tier: 4, checks: [http] }
1057 + - { id: neo-in-cred, name: "CRED", host: cred.club, cat: finance, provider: cred, cc: IN, imp: 2, tier: 4, checks: [http] }
1058 + - { id: neo-hk-za-bank, name: "ZA Bank", host: bank.za.group, cat: finance, provider: za, cc: HK, imp: 2, tier: 4, checks: [http] }
1059 + - { id: neo-hk-mox, name: "Mox Bank", host: mox.com, cat: finance, provider: standard-chartered, cc: HK, imp: 2, tier: 4, checks: [http] }
1060 + - { id: neo-hk-livi, name: "livi bank", host: www.livibank.com, cat: finance, provider: boc, cc: HK, imp: 1, tier: 4, checks: [http] }
1061 + - { id: neo-hk-welab, name: "WeLab Bank", host: www.welab.bank, cat: finance, provider: welab, cc: HK, imp: 1, tier: 4, checks: [http] }
1062 + - { id: neo-hk-airstar, name: "Airstar Bank", host: www.airstarbank.com, cat: finance, provider: xiaomi, cc: HK, imp: 1, tier: 4, checks: [http] }
1063 + - { id: neo-kr-kakaobank, name: "KakaoBank", host: www.kakaobank.com, cat: finance, provider: kakao, cc: KR, imp: 4, tier: 3, checks: [http] }
1064 + - { id: neo-kr-kbank, name: "K bank", host: www.kbanknow.com, cat: finance, provider: kbank, cc: KR, imp: 3, tier: 4, checks: [http] }
1065 + - { id: neo-kr-tossbank, name: "Toss Bank", host: www.tossbank.com, cat: finance, provider: viva-republica, cc: KR, imp: 3, tier: 4, checks: [http] }
1066 + - { id: neo-kr-toss, name: "Toss", host: toss.im, cat: finance, provider: viva-republica, cc: KR, imp: 4, tier: 3, checks: [http] }
1067 + - { id: neo-sg-trust-bank, name: "Trust Bank", host: trustbank.sg, cat: finance, provider: standard-chartered, cc: SG, imp: 3, tier: 4, checks: [http] }
1068 + - { id: neo-sg-gxs, name: "GXS Bank", host: www.gxs.com.sg, cat: finance, provider: grab, cc: SG, imp: 2, tier: 4, checks: [http] }
1069 + - { id: neo-sg-maribank, name: "MariBank", host: www.maribank.sg, cat: finance, provider: sea, cc: SG, imp: 2, tier: 4, checks: [http] }
1070 + - { id: neo-sg-anext, name: "ANEXT Bank", host: www.anext.com.sg, cat: finance, provider: ant-group, cc: SG, imp: 1, tier: 4, checks: [http] }
1071 + - { id: neo-sg-aspire, name: "Aspire", host: aspireapp.com, cat: finance, provider: aspire, cc: SG, imp: 2, tier: 4, checks: [http] }
1072 + - { id: neo-sg-youtrip, name: "YouTrip", host: www.you.co, cat: finance, provider: youtrip, cc: SG, imp: 2, tier: 4, checks: [http] }
1073 + - { id: neo-my-gxbank, name: "GXBank", host: gxbank.my, cat: finance, provider: grab, cc: MY, imp: 2, tier: 4, checks: [http] }
1074 + - { id: neo-my-boost-bank, name: "Boost Bank", host: www.myboostbank.co, cat: finance, provider: axiata, cc: MY, imp: 1, tier: 4, checks: [http] }
1075 + - { id: neo-my-aeon-bank-my, name: "AEON Bank Malaysia", host: www.aeonbank.com.my, cat: finance, provider: aeon, cc: MY, imp: 1, tier: 4, checks: [http] }
1076 + - { id: neo-id-jago, name: "Bank Jago", host: www.jago.com, cat: finance, provider: jago, cc: ID, imp: 3, tier: 4, checks: [http] }
1077 + - { id: neo-id-seabank, name: "SeaBank Indonesia", host: www.seabank.co.id, cat: finance, provider: sea, cc: ID, imp: 3, tier: 4, checks: [http] }
1078 + - { id: neo-id-jenius, name: "Jenius (BTPN)", host: www.jenius.com, cat: finance, provider: smbc, cc: ID, imp: 2, tier: 4, checks: [http] }
1079 + - { id: neo-id-allo, name: "Allo Bank", host: www.allobank.com, cat: finance, provider: ct-corp, cc: ID, imp: 2, tier: 4, checks: [http] }
1080 + - { id: neo-id-blu, name: "blu by BCA Digital", host: blubybcadigital.id, cat: finance, provider: bca, cc: ID, imp: 2, tier: 4, checks: [http] }
1081 + - { id: neo-id-neo-commerce, name: "Bank Neo Commerce", host: www.bankneocommerce.co.id, cat: finance, provider: akulaku, cc: ID, imp: 1, tier: 4, checks: [http] }
1082 + - { id: neo-id-superbank, name: "Superbank", host: superbank.id, cat: finance, provider: grab, cc: ID, imp: 1, tier: 4, checks: [http] }
1083 + - { id: neo-ph-maya, name: "Maya", host: www.maya.ph, cat: finance, provider: maya, cc: PH, imp: 3, tier: 4, checks: [http] }
1084 + - { id: neo-ph-gcash, name: "GCash", host: www.gcash.com, cat: finance, provider: mynt, cc: PH, imp: 4, tier: 3, checks: [http] }
1085 + - { id: neo-ph-gotyme, name: "GoTyme Bank", host: gotyme.com.ph, cat: finance, provider: gotyme, cc: PH, imp: 2, tier: 4, checks: [http] }
1086 + - { id: neo-ph-tonik, name: "Tonik", host: tonikbank.com, cat: finance, provider: tonik, cc: PH, imp: 2, tier: 4, checks: [http] }
1087 + - { id: neo-ph-uno, name: "UNO Digital Bank", host: www.uno.bank, cat: finance, provider: uno, cc: PH, imp: 1, tier: 4, checks: [http] }
1088 + - { id: neo-ph-cimb-ph, name: "CIMB Bank Philippines", host: www.cimbbank.com.ph, cat: finance, provider: cimb, cc: PH, imp: 2, tier: 4, checks: [http] }
1089 + - { id: neo-vn-timo, name: "Timo", host: timo.vn, cat: finance, provider: timo, cc: VN, imp: 2, tier: 4, checks: [http] }
1090 + - { id: neo-vn-cake, name: "Cake by VPBank", host: cake.vn, cat: finance, provider: vpbank, cc: VN, imp: 2, tier: 4, checks: [http] }
1091 + - { id: neo-au-up, name: "Up", host: up.com.au, cat: finance, provider: bendigo, cc: AU, imp: 3, tier: 4, checks: [http] }
1092 + - { id: neo-au-revolut-au, name: "Revolut Australia", host: www.revolut.com, url: "https://www.revolut.com/en-AU/", cat: finance, provider: revolut, cc: AU, imp: 1, tier: 4, checks: [http] }
1093 + - { id: neo-us-chime-status, name: "Chime (help center)", host: help.chime.com, cat: finance, provider: chime, svc: chime, cc: US, imp: 2, tier: 4, checks: [http] }
1094 + - { id: neo-us-varo, name: "Varo", host: www.varomoney.com, url: "https://www.varomoney.com/about/", cat: finance, provider: varo, cc: US, imp: 1, tier: 4, checks: [http] }
1095 + - { id: neo-us-aspiration, name: "Aspiration", host: www.aspiration.com, cat: finance, provider: aspiration, cc: US, imp: 1, tier: 4, checks: [http] }
1096 + - { id: neo-us-one, name: "One (Walmart)", host: one.app, cat: finance, provider: one, cc: US, imp: 2, tier: 4, checks: [http] }
1097 + - { id: neo-us-albert, name: "Albert", host: albert.com, cat: finance, provider: albert, cc: US, imp: 1, tier: 4, checks: [http] }
1098 + - { id: neo-us-brigit, name: "Brigit", host: www.hellobrigit.com, cat: finance, provider: brigit, cc: US, imp: 1, tier: 4, checks: [http] }
1099 + - { id: neo-us-axos, name: "Axos Bank", host: www.axosbank.com, cat: finance, provider: axos, cc: US, imp: 2, tier: 4, checks: [http] }
1100 + - { id: neo-us-live-oak, name: "Live Oak Bank", host: www.liveoakbank.com, cat: finance, provider: live-oak, cc: US, imp: 1, tier: 4, checks: [http] }
1101 + - { id: neo-us-quontic, name: "Quontic Bank", host: www.quontic.com, cat: finance, provider: quontic, cc: US, imp: 1, tier: 4, checks: [http] }
1102 + - { id: neo-us-bluevine, name: "Bluevine", host: www.bluevine.com, cat: finance, provider: bluevine, cc: US, imp: 2, tier: 4, checks: [http] }
1103 + - { id: neo-us-novo, name: "Novo", host: www.novo.co, cat: finance, provider: novo, cc: US, imp: 1, tier: 4, checks: [http] }
1104 + - { id: neo-us-relay, name: "Relay", host: relayfi.com, cat: finance, provider: relay, cc: US, imp: 1, tier: 4, checks: [http] }
1105 + - { id: neo-us-found, name: "Found", host: found.com, cat: finance, provider: found, cc: US, imp: 1, tier: 4, checks: [http] }
1106 + - { id: neo-us-lili, name: "Lili", host: lili.co, cat: finance, provider: lili, cc: US, imp: 1, tier: 4, checks: [http] }
1107 + - { id: neo-us-rho, name: "Rho", host: www.rho.co, cat: finance, provider: rho, cc: US, imp: 1, tier: 4, checks: [http] }
1108 + - { id: neo-us-arc, name: "Arc", host: www.arc.tech, cat: finance, provider: arc, cc: US, imp: 1, tier: 4, checks: [http] }
1109 + - { id: neo-us-meow, name: "Meow", host: www.meow.com, cat: finance, provider: meow, cc: US, imp: 1, tier: 4, checks: [http] }
1110 + - { id: neo-us-wise-us, name: "Wise US", host: wise.com, url: "https://wise.com/us/", cat: finance, provider: wise, svc: wise, cc: US, imp: 1, tier: 4, checks: [http] }
1111 + - { id: neo-us-revolut-us, name: "Revolut US", host: www.revolut.com, url: "https://www.revolut.com/en-US/", cat: finance, provider: revolut, cc: US, imp: 1, tier: 4, checks: [http] }
1112 + - { id: neo-us-n26-legacy, name: "N26 (global)", host: n26.com, url: "https://n26.com/en-eu", cat: finance, provider: n26, cc: DE, imp: 1, tier: 4, checks: [http] }
1113 + # ───────── Card networks (12)
1114 + - { id: card-diners, name: "Diners Club International", host: www.dinersclub.com, cat: finance, provider: discover, cc: US, imp: 4, tier: 3, checks: [http] }
1115 + - { id: card-discover-network, name: "Discover Global Network", host: www.discoverglobalnetwork.com, cat: finance, provider: discover, cc: US, imp: 3, tier: 4, checks: [http] }
1116 + - { id: card-visa-developer, name: "Visa Developer Platform", host: developer.visa.com, cat: finance, provider: visa, cc: US, imp: 4, tier: 3, checks: [http] }
1117 + - { id: card-mastercard-developers, name: "Mastercard Developers", host: developer.mastercard.com, cat: finance, provider: mastercard, cc: US, imp: 4, tier: 3, checks: [http] }
1118 + - { id: card-amex-developer, name: "American Express Developer Portal", host: developer.americanexpress.com, cat: finance, provider: amex, cc: US, imp: 3, tier: 4, checks: [http] }
1119 + - { id: card-visa-europe, name: "Visa Europe", host: www.visa.co.uk, cat: finance, provider: visa, cc: GB, imp: 3, tier: 4, checks: [http] }
1120 + - { id: card-visa-canada, name: "Visa Canada", host: www.visa.ca, cat: finance, provider: visa, cc: CA, imp: 3, tier: 4, checks: [http] }
1121 + - { id: card-mastercard-canada, name: "Mastercard Canada", host: www.mastercard.ca, cat: finance, provider: mastercard, cc: CA, imp: 3, tier: 4, checks: [http] }
1122 + - { id: card-amex-canada, name: "American Express Canada", host: www.americanexpress.com, url: "https://www.americanexpress.com/en-ca/", cat: finance, provider: amex, cc: CA, imp: 2, tier: 4, checks: [http] }
1123 + - { id: card-unionpay-hk, name: "UnionPay International (HK)", host: www.unionpayintl.com, url: "https://www.unionpayintl.com/hk/", cat: finance, provider: unionpay, cc: HK, imp: 1, tier: 4, checks: [http] }
1124 + - { id: card-emvco, name: "EMVCo", host: www.emvco.com, cat: finance, provider: emvco, cc: US, imp: 4, tier: 3, checks: [http] }
1125 + - { id: card-pci-ssc, name: "PCI Security Standards Council", host: www.pcisecuritystandards.org, cat: finance, provider: pci-ssc, cc: US, imp: 4, tier: 3, checks: [http] }
1126 + # ───────── Payment processors, PSPs, fintech infrastructure (510)
1127 + - { id: pay-ca-paymentus, name: "Paymentus", host: www.paymentus.com, cat: finance, provider: paymentus, cc: CA, imp: 2, tier: 4, checks: [http] }
1128 + - { id: pay-ca-nuvei-status, name: "Nuvei developer portal", host: docs.nuvei.com, cat: finance, provider: nuvei, cc: CA, imp: 2, tier: 4, checks: [http] }
1129 + - { id: pay-ca-helcim, name: "Helcim", host: www.helcim.com, cat: finance, provider: helcim, cc: CA, imp: 2, tier: 4, checks: [http] }
1130 + - { id: pay-ca-plooto, name: "Plooto", host: www.plooto.com, cat: finance, provider: plooto, cc: CA, imp: 2, tier: 4, checks: [http] }
1131 + - { id: pay-ca-paytm-canada, name: "Paymi / Paytm Canada", host: paytm.ca, cat: finance, provider: paytm, cc: CA, imp: 1, tier: 4, checks: [http] }
1132 + - { id: pay-mx-clip, name: "Clip", host: clip.mx, cat: finance, provider: clip, cc: MX, imp: 2, tier: 4, checks: [http] }
1133 + - { id: pay-mx-conekta, name: "Conekta", host: www.conekta.com, cat: finance, provider: conekta, cc: MX, imp: 2, tier: 4, checks: [http] }
1134 + - { id: pay-mx-openpay, name: "Openpay", host: www.openpay.mx, cat: finance, provider: bbva, cc: MX, imp: 2, tier: 4, checks: [http] }
1135 + - { id: pay-mx-kueski, name: "Kueski", host: www.kueski.com, cat: finance, provider: kueski, cc: MX, imp: 2, tier: 4, checks: [http] }
1136 + - { id: pay-br-stone, name: "Stone", host: www.stone.com.br, cat: finance, provider: stone, cc: BR, imp: 3, tier: 4, checks: [http] }
1137 + - { id: pay-br-cielo, name: "Cielo", host: www.cielo.com.br, cat: finance, provider: cielo, cc: BR, imp: 4, tier: 3, checks: [http] }
1138 + - { id: pay-br-rede, name: "Rede (Itaú)", host: www.userede.com.br, cat: finance, provider: itau, cc: BR, imp: 3, tier: 4, checks: [http] }
1139 + - { id: pay-br-getnet, name: "Getnet", host: site.getnet.com.br, cat: finance, provider: santander, cc: BR, imp: 3, tier: 4, checks: [http] }
1140 + - { id: pay-br-picpay, name: "PicPay", host: www.picpay.com, cat: finance, provider: picpay, cc: BR, imp: 3, tier: 4, checks: [http] }
1141 + - { id: pay-br-pagarme, name: "Pagar.me", host: pagar.me, cat: finance, provider: stone, cc: BR, imp: 2, tier: 4, checks: [http] }
1142 + - { id: pay-br-ebanx, name: "EBANX", host: www.ebanx.com, cat: finance, provider: ebanx, cc: BR, imp: 3, tier: 4, checks: [http] }
1143 + - { id: pay-br-recargapay, name: "RecargaPay", host: recargapay.com.br, cat: finance, provider: recargapay, cc: BR, imp: 2, tier: 4, checks: [http] }
1144 + - { id: pay-br-dock, name: "Dock", host: dock.tech, cat: finance, provider: dock, cc: BR, imp: 2, tier: 4, checks: [http] }
1145 + - { id: pay-br-celcoin, name: "Celcoin", host: www.celcoin.com.br, cat: finance, provider: celcoin, cc: BR, imp: 2, tier: 4, checks: [http] }
1146 + - { id: pay-ar-mercadopago, name: "Mercado Pago Argentina", host: www.mercadopago.com.ar, cat: finance, provider: mercadolibre, svc: mercadopago, cc: AR, imp: 3, tier: 4, checks: [http] }
1147 + - { id: pay-ar-prisma, name: "Prisma Medios de Pago", host: www.prismamediosdepago.com, cat: finance, provider: prisma, cc: AR, imp: 2, tier: 4, checks: [http] }
1148 + - { id: pay-ar-payway, name: "Payway", host: www.payway.com.ar, cat: finance, provider: prisma, cc: AR, imp: 2, tier: 4, checks: [http] }
1149 + - { id: pay-cl-transbank, name: "Transbank", host: www.transbank.cl, cat: finance, provider: transbank, cc: CL, imp: 3, tier: 4, checks: [http] }
1150 + - { id: pay-cl-khipu, name: "Khipu", host: www.khipu.com, cat: finance, provider: khipu, cc: CL, imp: 2, tier: 4, checks: [http] }
1151 + - { id: pay-cl-mercadopago, name: "Mercado Pago Chile", host: www.mercadopago.cl, cat: finance, provider: mercadolibre, svc: mercadopago, cc: CL, imp: 2, tier: 4, checks: [http] }
1152 + - { id: pay-cl-mach, name: "MACH (Bci)", host: www.somosmach.com, cat: finance, provider: bci, cc: CL, imp: 2, tier: 4, checks: [http] }
1153 + - { id: pay-cl-tenpo, name: "Tenpo", host: www.tenpo.cl, cat: finance, provider: tenpo, cc: CL, imp: 2, tier: 4, checks: [http] }
1154 + - { id: pay-co-pse, name: "PSE (ACH Colombia)", host: www.pse.com.co, cat: finance, provider: ach-colombia, cc: CO, imp: 3, tier: 4, checks: [http] }
1155 + - { id: pay-co-wompi, name: "Wompi", host: wompi.com, cat: finance, provider: bancolombia, cc: CO, imp: 2, tier: 4, checks: [http] }
1156 + - { id: pay-co-payu, name: "PayU Colombia", host: colombia.payu.com, cat: finance, provider: payu, cc: CO, imp: 2, tier: 4, checks: [http] }
1157 + - { id: pay-co-bold, name: "Bold", host: bold.co, cat: finance, provider: bold, cc: CO, imp: 1, tier: 4, checks: [http] }
1158 + - { id: pay-pe-yape, name: "Yape", host: www.yape.com.pe, cat: finance, provider: credicorp, cc: PE, imp: 3, tier: 4, checks: [http] }
1159 + - { id: pay-pe-plin, name: "Plin", host: plin.pe, cat: finance, provider: plin, cc: PE, imp: 2, tier: 4, checks: [http] }
1160 + - { id: pay-pe-niubiz, name: "Niubiz", host: www.niubiz.com.pe, cat: finance, provider: niubiz, cc: PE, imp: 2, tier: 4, checks: [http] }
1161 + - { id: pay-pe-izipay, name: "Izipay", host: www.izipay.pe, cat: finance, provider: izipay, cc: PE, imp: 2, tier: 4, checks: [http] }
1162 + - { id: pay-uy-dlocal, name: "dLocal", host: dlocal.com, cat: finance, provider: dlocal, cc: UY, imp: 3, tier: 4, checks: [http] }
1163 + - { id: pay-gb-sumup, name: "SumUp", host: www.sumup.com, cat: finance, provider: sumup, svc: sumup, cc: GB, imp: 3, tier: 4, checks: [http] }
1164 + - { id: pay-gb-truelayer, name: "TrueLayer", host: truelayer.com, cat: finance, provider: truelayer, svc: truelayer, cc: GB, imp: 3, tier: 4, checks: [http] }
1165 + - { id: pay-gb-yapily, name: "Yapily", host: www.yapily.com, cat: finance, provider: yapily, svc: yapily, cc: GB, imp: 2, tier: 4, checks: [http] }
1166 + - { id: pay-gb-rapyd, name: "Rapyd", host: www.rapyd.net, cat: finance, provider: rapyd, cc: GB, imp: 3, tier: 4, checks: [http] }
1167 + - { id: pay-gb-paddle, name: "Paddle", host: www.paddle.com, cat: finance, provider: paddle, cc: GB, imp: 2, tier: 4, checks: [http] }
1168 + - { id: pay-gb-modulr, name: "Modulr", host: www.modulrfinance.com, cat: finance, provider: modulr, cc: GB, imp: 2, tier: 4, checks: [http] }
1169 + - { id: pay-gb-form3, name: "Form3", host: www.form3.tech, cat: finance, provider: form3, cc: GB, imp: 2, tier: 4, checks: [http] }
1170 + - { id: pay-gb-ecommpay, name: "Ecommpay", host: ecommpay.com, cat: finance, provider: ecommpay, cc: GB, imp: 2, tier: 4, checks: [http] }
1171 + - { id: pay-gb-trust-payments, name: "Trust Payments", host: www.trustpayments.com, cat: finance, provider: trust-payments, cc: GB, imp: 2, tier: 4, checks: [http] }
1172 + - { id: pay-gb-dojo, name: "Dojo", host: dojo.tech, cat: finance, provider: dojo, cc: GB, imp: 2, tier: 4, checks: [http] }
1173 + - { id: pay-gb-paypoint, name: "PayPoint", host: www.paypoint.com, cat: finance, provider: paypoint, cc: GB, imp: 2, tier: 4, checks: [http] }
1174 + - { id: pay-gb-worldfirst, name: "WorldFirst", host: www.worldfirst.com, cat: finance, provider: ant-group, cc: GB, imp: 2, tier: 4, checks: [http] }
1175 + - { id: pay-gb-ebury, name: "Ebury", host: ebury.com, cat: finance, provider: santander, cc: GB, imp: 2, tier: 4, checks: [http] }
1176 + - { id: pay-gb-currencycloud, name: "Currencycloud (Visa)", host: www.currencycloud.com, cat: finance, provider: visa, cc: GB, imp: 2, tier: 4, checks: [http] }
1177 + - { id: pay-gb-gocardless-status, name: "GoCardless developers", host: developer.gocardless.com, cat: finance, provider: gocardless, svc: gocardless, cc: GB, imp: 2, tier: 4, checks: [http] }
1178 + - { id: pay-gb-checkout-docs, name: "Checkout.com docs", host: www.checkout.com, url: "https://www.checkout.com/docs", cat: finance, provider: checkout, cc: GB, imp: 2, tier: 4, checks: [http] }
1179 + - { id: pay-gb-worldpay-developer, name: "Worldpay developer portal", host: developer.worldpay.com, cat: finance, provider: worldpay, svc: worldpay, cc: GB, imp: 3, tier: 4, checks: [http] }
1180 + - { id: pay-ie-fexco, name: "Fexco", host: www.fexco.com, cat: finance, provider: fexco, cc: IE, imp: 2, tier: 4, checks: [http] }
1181 + - { id: pay-ie-bpfi, name: "Banking & Payments Federation Ireland", host: bpfi.ie, cat: finance, provider: bpfi, cc: IE, imp: 2, tier: 4, checks: [http] }
1182 + - { id: pay-fr-worldline, name: "Worldline", host: worldline.com, cat: finance, provider: worldline, cc: FR, imp: 5, tier: 2, checks: [http] }
1183 + - { id: pay-fr-lemonway, name: "Lemonway", host: www.lemonway.com, cat: finance, provider: lemonway, svc: lemonway, cc: FR, imp: 2, tier: 4, checks: [http] }
1184 + - { id: pay-fr-payplug, name: "PayPlug", host: www.payplug.com, cat: finance, provider: bpce, svc: payplug, cc: FR, imp: 2, tier: 4, checks: [http] }
1185 + - { id: pay-fr-alma, name: "Alma", host: almapay.com, cat: finance, provider: alma, svc: alma, cc: FR, imp: 2, tier: 4, checks: [http] }
1186 + - { id: pay-fr-wero, name: "Wero (EPI)", host: wero-wallet.eu, cat: finance, provider: epi, cc: FR, imp: 3, tier: 4, checks: [http] }
1187 + - { id: pay-fr-mangopay, name: "Mangopay", host: mangopay.com, cat: finance, provider: mangopay, cc: FR, imp: 2, tier: 4, checks: [http] }
1188 + - { id: pay-fr-hipay, name: "HiPay", host: hipay.com, cat: finance, provider: hipay, cc: FR, imp: 2, tier: 4, checks: [http] }
1189 + - { id: pay-fr-stancer, name: "Stancer", host: www.stancer.com, cat: finance, provider: stancer, cc: FR, imp: 1, tier: 4, checks: [http] }
1190 + - { id: pay-fr-pledg, name: "Pledg", host: www.pledg.co, cat: finance, provider: pledg, cc: FR, imp: 1, tier: 4, checks: [http] }
1191 + - { id: pay-fr-swile, name: "Swile", host: www.swile.co, cat: finance, provider: swile, cc: FR, imp: 2, tier: 4, checks: [http] }
1192 + - { id: pay-de-payone, name: "Payone", host: www.payone.com, cat: finance, provider: worldline, cc: DE, imp: 3, tier: 4, checks: [http] }
1193 + - { id: pay-de-unzer, name: "Unzer", host: www.unzer.com, cat: finance, provider: unzer, svc: unzer, cc: DE, imp: 2, tier: 4, checks: [http] }
1194 + - { id: pay-de-computop, name: "Computop", host: www.computop.com, cat: finance, provider: computop, cc: DE, imp: 2, tier: 4, checks: [http] }
1195 + - { id: pay-de-paydirekt-giropay, name: "giropay", host: www.giropay.de, cat: finance, provider: paydirekt, cc: DE, imp: 2, tier: 4, checks: [http] }
1196 + - { id: pay-de-sofort, name: "Sofort (Klarna)", host: www.sofort.com, cat: finance, provider: klarna, svc: klarna, cc: DE, imp: 2, tier: 4, checks: [http] }
1197 + - { id: pay-de-ratepay, name: "Ratepay", host: www.ratepay.com, cat: finance, provider: ratepay, cc: DE, imp: 1, tier: 4, checks: [http] }
1198 + - { id: pay-de-billie, name: "Billie", host: www.billie.io, cat: finance, provider: billie, cc: DE, imp: 1, tier: 4, checks: [http] }
1199 + - { id: pay-de-mollie-de, name: "Mollie Deutschland", host: www.mollie.com, url: "https://www.mollie.com/de", cat: finance, provider: mollie, svc: mollie, cc: DE, imp: 1, tier: 4, checks: [http] }
1200 + - { id: pay-de-concardis, name: "Nexi Germany (Concardis)", host: www.nexigroup.com, url: "https://www.nexigroup.com/de/", cat: finance, provider: nexi, cc: DE, imp: 2, tier: 4, checks: [http] }
1201 + - { id: pay-nl-buckaroo, name: "Buckaroo", host: www.buckaroo.nl, cat: finance, provider: buckaroo, cc: NL, imp: 2, tier: 4, checks: [http] }
1202 + - { id: pay-nl-adyen-docs, name: "Adyen docs", host: docs.adyen.com, cat: finance, provider: adyen, cc: NL, imp: 3, tier: 4, checks: [http] }
1203 + - { id: pay-nl-pay-nl, name: "Pay.nl", host: www.pay.nl, cat: finance, provider: pay-nl, cc: NL, imp: 1, tier: 4, checks: [http] }
1204 + - { id: pay-nl-tikkie, name: "Tikkie", host: www.tikkie.me, cat: finance, provider: abn-amro, cc: NL, imp: 2, tier: 4, checks: [http] }
1205 + - { id: pay-nl-multisafepay, name: "MultiSafepay", host: www.multisafepay.com, cat: finance, provider: multisafepay, cc: NL, imp: 1, tier: 4, checks: [http] }
1206 + - { id: pay-nl-online-payment-platform, name: "Online Payment Platform", host: onlinepaymentplatform.com, cat: finance, provider: opp, cc: NL, imp: 1, tier: 4, checks: [http] }
1207 + - { id: pay-lu-payconiq-intl, name: "Payconiq International", host: www.payconiq.com, cat: finance, provider: payconiq, cc: LU, imp: 1, tier: 4, checks: [http] }
1208 + - { id: pay-at-psa, name: "PSA Payment Services Austria", host: www.psa.at, cat: finance, provider: psa, cc: AT, imp: 2, tier: 4, checks: [http] }
1209 + - { id: pay-at-bluecode, name: "Bluecode", host: bluecode.com, cat: finance, provider: bluecode, cc: AT, imp: 1, tier: 4, checks: [http] }
1210 + - { id: pay-it-nexi, name: "Nexi", host: www.nexi.it, cat: finance, provider: nexi, cc: IT, imp: 4, tier: 3, checks: [http] }
1211 + - { id: pay-it-nexi-group, name: "Nexi Group", host: www.nexigroup.com, cat: finance, provider: nexi, cc: IT, imp: 3, tier: 4, checks: [http] }
1212 + - { id: pay-it-pagopa, name: "pagoPA", host: www.pagopa.gov.it, cat: finance, provider: gov-it, cc: IT, imp: 4, tier: 3, checks: [http] }
1213 + - { id: pay-it-bancomat, name: "Bancomat", host: bancomat.it, cat: finance, provider: bancomat, cc: IT, imp: 4, tier: 3, checks: [http] }
1214 + - { id: pay-it-satispay, name: "Satispay", host: www.satispay.com, cat: finance, provider: satispay, cc: IT, imp: 3, tier: 4, checks: [http] }
1215 + - { id: pay-it-scalapay, name: "Scalapay", host: www.scalapay.com, cat: finance, provider: scalapay, svc: scalapay, cc: IT, imp: 2, tier: 4, checks: [http] }
1216 + - { id: pay-it-postepay, name: "Postepay", host: postepay.poste.it, cat: finance, provider: poste-italiane, cc: IT, imp: 3, tier: 4, checks: [http] }
1217 + - { id: pay-it-fabrick, name: "Fabrick", host: www.fabrick.com, cat: finance, provider: sella, cc: IT, imp: 1, tier: 4, checks: [http] }
1218 + - { id: pay-es-paycomet, name: "PAYCOMET", host: www.paycomet.com, cat: finance, provider: sabadell, cc: ES, imp: 1, tier: 4, checks: [http] }
1219 + - { id: pay-es-sequra, name: "seQura", host: www.sequra.com, cat: finance, provider: sequra, cc: ES, imp: 1, tier: 4, checks: [http] }
1220 + - { id: pay-gr-everypay, name: "EveryPay (Greece)", host: www.everypay.gr, cat: finance, provider: everypay-gr, cc: GR, imp: 1, tier: 4, checks: [http] }
1221 + - { id: pay-cy-jcc, name: "JCC Payment Systems", host: www.jcc.com.cy, cat: finance, provider: jcc, cc: CY, imp: 2, tier: 4, checks: [http] }
1222 + - { id: pay-se-trustly, name: "Trustly", host: www.trustly.com, cat: finance, provider: trustly, cc: SE, imp: 3, tier: 4, checks: [http] }
1223 + - { id: pay-se-tink, name: "Tink (Visa)", host: tink.com, cat: finance, provider: visa, svc: tink, cc: SE, imp: 3, tier: 4, checks: [http] }
1224 + - { id: pay-se-zettle, name: "Zettle by PayPal", host: www.zettle.com, cat: finance, provider: paypal, svc: zettle, cc: SE, imp: 3, tier: 4, checks: [http] }
1225 + - { id: pay-se-qliro, name: "Qliro", host: www.qliro.com, cat: finance, provider: qliro, cc: SE, imp: 2, tier: 4, checks: [http] }
1226 + - { id: pay-se-zimpler, name: "Zimpler", host: www.zimpler.com, cat: finance, provider: zimpler, cc: SE, imp: 1, tier: 4, checks: [http] }
1227 + - { id: pay-se-billogram, name: "Billogram", host: billogram.com, cat: finance, provider: billogram, cc: SE, imp: 1, tier: 4, checks: [http] }
1228 + - { id: pay-se-klarna-docs, name: "Klarna docs", host: docs.klarna.com, cat: finance, provider: klarna, svc: klarna, cc: SE, imp: 2, tier: 4, checks: [http] }
1229 + - { id: pay-dk-pleo, name: "Pleo", host: www.pleo.io, cat: finance, provider: pleo, svc: pleo, cc: DK, imp: 2, tier: 4, checks: [http] }
1230 + - { id: pay-dk-quickpay, name: "QuickPay", host: quickpay.net, cat: finance, provider: quickpay, cc: DK, imp: 1, tier: 4, checks: [http] }
1231 + - { id: pay-dk-onpay, name: "OnPay", host: onpay.io, cat: finance, provider: onpay, cc: DK, imp: 1, tier: 4, checks: [http] }
1232 + - { id: pay-dk-flatpay, name: "Flatpay", host: flatpay.com, cat: finance, provider: flatpay, cc: DK, imp: 1, tier: 4, checks: [http] }
1233 + - { id: pay-fi-paytrail, name: "Paytrail", host: www.paytrail.com, cat: finance, provider: nets, cc: FI, imp: 2, tier: 4, checks: [http] }
1234 + - { id: pay-fi-enfuce, name: "Enfuce", host: enfuce.com, cat: finance, provider: enfuce, cc: FI, imp: 1, tier: 4, checks: [http] }
1235 + - { id: pay-fi-mobilepay-fi, name: "MobilePay Suomi", host: mobilepay.fi, cat: finance, provider: vipps-mobilepay, cc: FI, imp: 2, tier: 4, checks: [http] }
1236 + - { id: pay-fi-siirto, name: "Siirto", host: siirto.fi, cat: finance, provider: automatia, cc: FI, imp: 1, tier: 4, checks: [http] }
1237 + - { id: pay-is-valitor, name: "Valitor (Rapyd)", host: www.valitor.com, cat: finance, provider: rapyd, cc: IS, imp: 1, tier: 4, checks: [http] }
1238 + - { id: pay-is-teya, name: "Teya (ex-SaltPay)", host: www.teya.com, cat: finance, provider: teya, cc: IS, imp: 2, tier: 4, checks: [http] }
1239 + - { id: pay-pl-przelewy24, name: "Przelewy24", host: www.przelewy24.pl, cat: finance, provider: paypro, cc: PL, imp: 3, tier: 4, checks: [http] }
1240 + - { id: pay-pl-payu, name: "PayU Polska", host: poland.payu.com, cat: finance, provider: payu, cc: PL, imp: 3, tier: 4, checks: [http] }
1241 + - { id: pay-pl-tpay, name: "Tpay", host: tpay.com, cat: finance, provider: tpay, cc: PL, imp: 2, tier: 4, checks: [http] }
1242 + - { id: pay-pl-zen, name: "ZEN.COM", host: www.zen.com, cat: finance, provider: zen, cc: PL, imp: 2, tier: 4, checks: [http] }
1243 + - { id: pay-pl-autopay, name: "Autopay", host: autopay.pl, cat: finance, provider: autopay, cc: PL, imp: 2, tier: 4, checks: [http] }
1244 + - { id: pay-pl-paynow, name: "paynow (mBank)", host: www.paynow.pl, cat: finance, provider: commerzbank, cc: PL, imp: 1, tier: 4, checks: [http] }
1245 + - { id: pay-pl-allegro-pay, name: "Allegro Pay", host: allegropay.pl, cat: finance, provider: allegro, cc: PL, imp: 1, tier: 4, checks: [http] }
1246 + - { id: pay-cz-gopay, name: "GoPay", host: www.gopay.com, cat: finance, provider: gopay, cc: CZ, imp: 2, tier: 4, checks: [http] }
1247 + - { id: pay-cz-comgate, name: "Comgate", host: www.comgate.cz, cat: finance, provider: comgate, cc: CZ, imp: 2, tier: 4, checks: [http] }
1248 + - { id: pay-cz-global-payments-cz, name: "Global Payments Europe (CZ)", host: www.globalpayments.cz, cat: finance, provider: global-payments, cc: CZ, imp: 1, tier: 4, checks: [http] }
1249 + - { id: pay-hu-simplepay, name: "SimplePay (OTP)", host: simplepay.hu, cat: finance, provider: otp, cc: HU, imp: 2, tier: 4, checks: [http] }
1250 + - { id: pay-hu-barion, name: "Barion", host: www.barion.com, cat: finance, provider: barion, cc: HU, imp: 1, tier: 4, checks: [http] }
1251 + - { id: pay-ro-netopia, name: "Netopia Payments", host: netopia-payments.com, cat: finance, provider: netopia, cc: RO, imp: 1, tier: 4, checks: [http] }
1252 + - { id: pay-hr-aircash, name: "Aircash", host: aircash.eu, cat: finance, provider: aircash, cc: HR, imp: 1, tier: 4, checks: [http] }
1253 + - { id: pay-ee-montonio, name: "Montonio", host: montonio.com, cat: finance, provider: montonio, svc: montonio, cc: EE, imp: 2, tier: 4, checks: [http] }
1254 + - { id: pay-ee-everypay, name: "EveryPay (Estonia)", host: every-pay.com, cat: finance, provider: everypay, cc: EE, imp: 1, tier: 4, checks: [http] }
1255 + - { id: pay-ee-maksekeskus, name: "Maksekeskus", host: maksekeskus.ee, cat: finance, provider: maksekeskus, cc: EE, imp: 1, tier: 4, checks: [http] }
1256 + - { id: pay-lt-paysera, name: "Paysera", host: www.paysera.com, cat: finance, provider: paysera, cc: LT, imp: 2, tier: 4, checks: [http] }
1257 + - { id: pay-ua-fondy, name: "Fondy", host: fondy.io, cat: finance, provider: fondy, cc: UA, imp: 1, tier: 4, checks: [http] }
1258 + - { id: pay-ua-liqpay, name: "LiqPay", host: www.liqpay.ua, cat: finance, provider: privatbank, cc: UA, imp: 2, tier: 4, checks: [http] }
1259 + - { id: pay-ua-portmone, name: "Portmone", host: www.portmone.com.ua, cat: finance, provider: portmone, cc: UA, imp: 1, tier: 4, checks: [http] }
1260 + - { id: pay-ru-yoomoney, name: "YooMoney", host: yoomoney.ru, cat: finance, provider: sber, cc: RU, imp: 2, tier: 4, checks: [http] }
1261 + - { id: pay-ru-qiwi, name: "QIWI", host: qiwi.com, cat: finance, provider: qiwi, cc: RU, imp: 1, tier: 4, checks: [http] }
1262 + - { id: pay-tr-paycell, name: "Paycell", host: www.paycell.com.tr, cat: finance, provider: turkcell, cc: TR, imp: 2, tier: 4, checks: [http] }
1263 + - { id: pay-tr-param, name: "Param", host: param.com.tr, cat: finance, provider: param, cc: TR, imp: 1, tier: 4, checks: [http] }
1264 + - { id: pay-tr-paytr, name: "PayTR", host: www.paytr.com, cat: finance, provider: paytr, cc: TR, imp: 2, tier: 4, checks: [http] }
1265 + - { id: pay-il-isracard, name: "Isracard", host: www.isracard.co.il, cat: finance, provider: isracard, cc: IL, imp: 3, tier: 4, checks: [http] }
1266 + - { id: pay-il-max, name: "MAX", host: www.max.co.il, cat: finance, provider: max, cc: IL, imp: 2, tier: 4, checks: [http] }
1267 + - { id: pay-il-cal, name: "Cal (Israel Credit Cards)", host: www.cal-online.co.il, cat: finance, provider: cal, cc: IL, imp: 2, tier: 4, checks: [http] }
1268 + - { id: pay-il-bit, name: "bit (Bank Hapoalim)", host: www.bitpay.co.il, cat: finance, provider: hapoalim, cc: IL, imp: 2, tier: 4, checks: [http] }
1269 + - { id: pay-il-paybox, name: "PayBox", host: www.payboxapp.com, cat: finance, provider: discount, cc: IL, imp: 1, tier: 4, checks: [http] }
1270 + - { id: pay-il-rapyd-il, name: "Rapyd Israel", host: www.rapyd.net, url: "https://www.rapyd.net/company/", cat: finance, provider: rapyd, cc: IL, imp: 1, tier: 4, checks: [http] }
1271 + - { id: pay-sa-tamara, name: "Tamara", host: tamara.co, cat: finance, provider: tamara, cc: SA, imp: 3, tier: 4, checks: [http] }
1272 + - { id: pay-sa-tabby, name: "Tabby", host: tabby.ai, cat: finance, provider: tabby, svc: tabby, cc: SA, imp: 3, tier: 4, checks: [http] }
1273 + - { id: pay-sa-hyperpay, name: "HyperPay", host: www.hyperpay.com, cat: finance, provider: hyperpay, cc: SA, imp: 2, tier: 4, checks: [http] }
1274 + - { id: pay-sa-paytabs, name: "PayTabs", host: site.paytabs.com, cat: finance, provider: paytabs, cc: SA, imp: 2, tier: 4, checks: [http] }
1275 + - { id: pay-sa-geidea, name: "Geidea", host: www.geidea.net, cat: finance, provider: geidea, cc: SA, imp: 2, tier: 4, checks: [http] }
1276 + - { id: pay-sa-moyasar, name: "Moyasar", host: moyasar.com, cat: finance, provider: moyasar, cc: SA, imp: 1, tier: 4, checks: [http] }
1277 + - { id: pay-ae-network-intl, name: "Network International", host: www.network.global, cat: finance, provider: network-intl, cc: AE, imp: 3, tier: 4, checks: [http] }
1278 + - { id: pay-ae-telr, name: "Telr", host: telr.com, cat: finance, provider: telr, cc: AE, imp: 2, tier: 4, checks: [http] }
1279 + - { id: pay-ae-ziina, name: "Ziina", host: ziina.com, cat: finance, provider: ziina, cc: AE, imp: 1, tier: 4, checks: [http] }
1280 + - { id: pay-ae-mamo, name: "Mamo", host: mamopay.com, cat: finance, provider: mamo, cc: AE, imp: 1, tier: 4, checks: [http] }
1281 + - { id: pay-ae-careem-pay, name: "Careem Pay", host: www.careem.com, url: "https://www.careem.com/en-ae/pay/", cat: finance, provider: careem, cc: AE, imp: 1, tier: 4, checks: [http] }
1282 + - { id: pay-ae-magnati, name: "Magnati", host: www.magnati.com, cat: finance, provider: magnati, cc: AE, imp: 1, tier: 4, checks: [http] }
1283 + - { id: pay-kw-tap, name: "Tap Payments", host: www.tap.company, cat: finance, provider: tap, cc: KW, imp: 2, tier: 4, checks: [http] }
1284 + - { id: pay-kw-myfatoorah, name: "MyFatoorah", host: www.myfatoorah.com, cat: finance, provider: myfatoorah, cc: KW, imp: 1, tier: 4, checks: [http] }
1285 + - { id: pay-om-thawani, name: "Thawani", host: thawani.om, cat: finance, provider: thawani, cc: OM, imp: 1, tier: 4, checks: [http] }
1286 + - { id: pay-jo-zain-cash, name: "Zain Cash", host: www.zaincash.com, cat: finance, provider: zain, cc: JO, imp: 1, tier: 4, checks: [http] }
1287 + - { id: pay-eg-fawry, name: "Fawry", host: fawry.com, cat: finance, provider: fawry, cc: EG, imp: 3, tier: 4, checks: [http] }
1288 + - { id: pay-eg-paymob, name: "Paymob", host: paymob.com, cat: finance, provider: paymob, cc: EG, imp: 3, tier: 4, checks: [http] }
1289 + - { id: pay-eg-valu, name: "valU", host: www.valu.com.eg, cat: finance, provider: efg-hermes, cc: EG, imp: 2, tier: 4, checks: [http] }
1290 + - { id: pay-eg-mnt-halan, name: "MNT-Halan", host: halan.com, cat: finance, provider: mnt-halan, cc: EG, imp: 1, tier: 4, checks: [http] }
1291 + - { id: pay-ma-hps, name: "HPS", host: www.hps-worldwide.com, cat: finance, provider: hps, cc: MA, imp: 2, tier: 4, checks: [http] }
1292 + - { id: pay-ma-m2t, name: "M2T", host: www.m2t.ma, cat: finance, provider: m2t, cc: MA, imp: 1, tier: 4, checks: [http] }
1293 + - { id: pay-ng-remita, name: "Remita", host: www.remita.net, cat: finance, provider: systemspecs, cc: NG, imp: 2, tier: 4, checks: [http] }
1294 + - { id: pay-ng-flutterwave-docs, name: "Flutterwave developers", host: developer.flutterwave.com, cat: finance, provider: flutterwave, svc: flutterwave, cc: NG, imp: 2, tier: 4, checks: [http] }
1295 + - { id: pay-ng-paga, name: "Paga", host: www.mypaga.com, cat: finance, provider: paga, cc: NG, imp: 1, tier: 4, checks: [http] }
1296 + - { id: pay-ng-teamapt, name: "TeamApt (Moniepoint)", host: www.teamapt.com, cat: finance, provider: moniepoint, cc: NG, imp: 1, tier: 4, checks: [http] }
1297 + - { id: pay-ke-pesapal, name: "Pesapal", host: www.pesapal.com, cat: finance, provider: pesapal, cc: KE, imp: 2, tier: 4, checks: [http] }
1298 + - { id: pay-ke-cellulant, name: "Cellulant", host: www.cellulant.io, cat: finance, provider: cellulant, cc: KE, imp: 2, tier: 4, checks: [http] }
1299 + - { id: pay-ke-mpesa-daraja, name: "M-PESA Daraja API portal", host: developer.safaricom.co.ke, cat: finance, provider: safaricom, cc: KE, imp: 3, tier: 4, checks: [http] }
1300 + - { id: pay-ke-pesalink, name: "PesaLink (IPSL)", host: ipsl.co.ke, cat: finance, provider: ipsl, cc: KE, imp: 2, tier: 4, checks: [http] }
1301 + - { id: pay-ke-kopokopo, name: "Kopo Kopo", host: kopokopo.co.ke, cat: finance, provider: kopokopo, cc: KE, imp: 1, tier: 4, checks: [http] }
1302 + - { id: pay-ke-tala, name: "Tala", host: tala.co, cat: finance, provider: tala, cc: KE, imp: 1, tier: 4, checks: [http] }
1303 + - { id: pay-ke-branch, name: "Branch", host: branch.co, cat: finance, provider: branch, cc: KE, imp: 1, tier: 4, checks: [http] }
1304 + - { id: pay-tz-selcom, name: "Selcom", host: www.selcom.net, cat: finance, provider: selcom, cc: TZ, imp: 1, tier: 4, checks: [http] }
1305 + - { id: pay-et-telebirr, name: "telebirr", host: www.ethiotelecom.et, url: "https://www.ethiotelecom.et/telebirr/", cat: finance, provider: ethio-telecom, cc: ET, imp: 2, tier: 4, checks: [http] }
1306 + - { id: pay-et-ethswitch, name: "EthSwitch", host: ethswitch.com, cat: finance, provider: ethswitch, cc: ET, imp: 1, tier: 4, checks: [http] }
1307 + - { id: pay-ci-wave, name: "Wave", host: www.wave.com, cat: finance, provider: wave, cc: CI, imp: 3, tier: 4, checks: [http] }
1308 + - { id: pay-ci-cinetpay, name: "CinetPay", host: cinetpay.com, cat: finance, provider: cinetpay, cc: CI, imp: 1, tier: 4, checks: [http] }
1309 + - { id: pay-ci-djamo, name: "Djamo", host: djamo.com, cat: finance, provider: djamo, cc: CI, imp: 1, tier: 4, checks: [http] }
1310 + - { id: pay-sn-paydunya, name: "PayDunya", host: paydunya.com, cat: finance, provider: paydunya, cc: SN, imp: 1, tier: 4, checks: [http] }
1311 + - { id: pay-sn-intouch, name: "InTouch", host: www.intouchgroup.net, cat: finance, provider: intouch, cc: SN, imp: 1, tier: 4, checks: [http] }
1312 + - { id: pay-gh-hubtel, name: "Hubtel", host: www.hubtel.com, cat: finance, provider: hubtel, cc: GH, imp: 2, tier: 4, checks: [http] }
1313 + - { id: pay-gh-expresspay, name: "ExpressPay", host: expresspaygh.com, cat: finance, provider: expresspay, cc: GH, imp: 1, tier: 4, checks: [http] }
1314 + - { id: pay-za-yoco, name: "Yoco", host: www.yoco.com, cat: finance, provider: yoco, svc: yoco, cc: ZA, imp: 2, tier: 4, checks: [http] }
1315 + - { id: pay-za-peach, name: "Peach Payments", host: www.peachpayments.com, cat: finance, provider: peach, svc: peach-payments, cc: ZA, imp: 2, tier: 4, checks: [http] }
1316 + - { id: pay-za-ozow, name: "Ozow", host: ozow.com, cat: finance, provider: ozow, cc: ZA, imp: 2, tier: 4, checks: [http] }
1317 + - { id: pay-za-payfast, name: "Payfast (Network)", host: payfast.io, cat: finance, provider: network-intl, svc: payfast, cc: ZA, imp: 2, tier: 4, checks: [http] }
1318 + - { id: pay-za-snapscan, name: "SnapScan", host: www.snapscan.co.za, cat: finance, provider: standard-bank, cc: ZA, imp: 1, tier: 4, checks: [http] }
1319 + - { id: pay-za-zapper, name: "Zapper", host: www.zapper.com, cat: finance, provider: zapper, cc: ZA, imp: 1, tier: 4, checks: [http] }
1320 + - { id: pay-za-stitch, name: "Stitch", host: stitch.money, cat: finance, provider: stitch, cc: ZA, imp: 1, tier: 4, checks: [http] }
1321 + - { id: pay-za-ikhokha, name: "iKhokha", host: www.ikhokha.com, cat: finance, provider: ikhokha, cc: ZA, imp: 1, tier: 4, checks: [http] }
1322 + - { id: pay-za-paygate, name: "PayGate (DPO)", host: www.paygate.co.za, cat: finance, provider: network-intl, cc: ZA, imp: 1, tier: 4, checks: [http] }
1323 + - { id: pay-za-dpo, name: "DPO Group", host: dpogroup.com, cat: finance, provider: network-intl, cc: ZA, imp: 2, tier: 4, checks: [http] }
1324 + - { id: pay-zw-ecocash, name: "EcoCash", host: www.ecocash.co.zw, cat: finance, provider: econet, cc: ZW, imp: 2, tier: 4, checks: [http] }
1325 + - { id: pay-in-cashfree, name: "Cashfree Payments", host: www.cashfree.com, cat: finance, provider: cashfree, cc: IN, imp: 3, tier: 4, checks: [http] }
1326 + - { id: pay-in-billdesk, name: "BillDesk", host: www.billdesk.com, cat: finance, provider: billdesk, cc: IN, imp: 3, tier: 4, checks: [http] }
1327 + - { id: pay-in-ccavenue, name: "CCAvenue", host: www.ccavenue.com, cat: finance, provider: infibeam, cc: IN, imp: 3, tier: 4, checks: [http] }
1328 + - { id: pay-in-pine-labs, name: "Pine Labs", host: www.pinelabs.com, cat: finance, provider: pine-labs, cc: IN, imp: 3, tier: 4, checks: [http] }
1329 + - { id: pay-in-juspay, name: "Juspay", host: juspay.io, cat: finance, provider: juspay, cc: IN, imp: 2, tier: 4, checks: [http] }
1330 + - { id: pay-in-mobikwik, name: "MobiKwik", host: www.mobikwik.com, cat: finance, provider: mobikwik, cc: IN, imp: 2, tier: 4, checks: [http] }
1331 + - { id: pay-in-freecharge, name: "Freecharge", host: www.freecharge.in, cat: finance, provider: axis, cc: IN, imp: 2, tier: 4, checks: [http] }
1332 + - { id: pay-in-bharatpe, name: "BharatPe", host: bharatpe.com, cat: finance, provider: bharatpe, cc: IN, imp: 2, tier: 4, checks: [http] }
1333 + - { id: pay-in-payu-money, name: "PayUmoney (PayU India)", host: payu.in, url: "https://payu.in/business", cat: finance, provider: payu, cc: IN, imp: 1, tier: 4, checks: [http] }
1334 + - { id: pay-in-instamojo, name: "Instamojo", host: www.instamojo.com, cat: finance, provider: instamojo, cc: IN, imp: 1, tier: 4, checks: [http] }
1335 + - { id: pay-in-easebuzz, name: "Easebuzz", host: easebuzz.in, cat: finance, provider: easebuzz, cc: IN, imp: 1, tier: 4, checks: [http] }
1336 + - { id: pay-in-paytm-business, name: "Paytm for Business", host: business.paytm.com, cat: finance, provider: paytm, cc: IN, imp: 2, tier: 4, checks: [http] }
1337 + - { id: pay-in-razorpay-docs, name: "Razorpay docs", host: razorpay.com, url: "https://razorpay.com/docs/", cat: finance, provider: razorpay, cc: IN, imp: 2, tier: 4, checks: [http] }
1338 + - { id: pay-in-amazon-pay, name: "Amazon Pay India", host: www.amazon.in, url: "https://www.amazon.in/amazonpay/home", cat: finance, provider: amazon, cc: IN, imp: 2, tier: 4, checks: [http] }
1339 + - { id: pay-in-google-pay, name: "Google Pay India", host: pay.google.com, url: "https://pay.google.com/intl/en_in/about/", cat: finance, provider: google, cc: IN, imp: 3, tier: 4, checks: [http] }
1340 + - { id: pay-pk-jazzcash, name: "JazzCash", host: www.jazzcash.com.pk, cat: finance, provider: jazz, cc: PK, imp: 3, tier: 4, checks: [http] }
1341 + - { id: pay-pk-easypaisa, name: "easypaisa", host: easypaisa.com.pk, cat: finance, provider: telenor, cc: PK, imp: 3, tier: 4, checks: [http] }
1342 + - { id: pay-pk-nayapay, name: "NayaPay", host: www.nayapay.com, cat: finance, provider: nayapay, cc: PK, imp: 1, tier: 4, checks: [http] }
1343 + - { id: pay-pk-sadapay, name: "SadaPay", host: sadapay.pk, cat: finance, provider: sadapay, cc: PK, imp: 1, tier: 4, checks: [http] }
1344 + - { id: pay-bd-bkash, name: "bKash", host: www.bkash.com, cat: finance, provider: brac, cc: BD, imp: 4, tier: 3, checks: [http] }
1345 + - { id: pay-bd-nagad, name: "Nagad", host: nagad.com.bd, cat: finance, provider: nagad, cc: BD, imp: 3, tier: 4, checks: [http] }
1346 + - { id: pay-bd-sslcommerz, name: "SSLCOMMERZ", host: www.sslcommerz.com, cat: finance, provider: sslcommerz, cc: BD, imp: 2, tier: 4, checks: [http] }
1347 + - { id: pay-bd-rocket, name: "Rocket (DBBL)", host: www.dutchbanglabank.com, url: "https://www.dutchbanglabank.com/rocket/rocket.html", cat: finance, provider: dbbl, cc: BD, imp: 1, tier: 4, checks: [http] }
1348 + - { id: pay-lk-payhere, name: "PayHere", host: www.payhere.lk, cat: finance, provider: payhere, cc: LK, imp: 1, tier: 4, checks: [http] }
1349 + - { id: pay-np-esewa, name: "eSewa", host: esewa.com.np, cat: finance, provider: f1soft, cc: NP, imp: 2, tier: 4, checks: [http] }
1350 + - { id: pay-np-khalti, name: "Khalti", host: khalti.com, cat: finance, provider: khalti, cc: NP, imp: 1, tier: 4, checks: [http] }
1351 + - { id: pay-np-fonepay, name: "Fonepay", host: fonepay.com, cat: finance, provider: f1soft, cc: NP, imp: 1, tier: 4, checks: [http] }
1352 + - { id: pay-cn-ant-group, name: "Ant Group", host: www.antgroup.com, cat: finance, provider: ant-group, cc: CN, imp: 4, tier: 3, checks: [http] }
1353 + - { id: pay-cn-alipay-plus, name: "Alipay+", host: www.alipayplus.com, cat: finance, provider: ant-group, cc: CN, imp: 3, tier: 4, checks: [http] }
1354 + - { id: pay-cn-lakala, name: "Lakala", host: www.lakala.com, cat: finance, provider: lakala, cc: CN, imp: 2, tier: 4, checks: [http] }
1355 + - { id: pay-cn-jd-pay, name: "JD Finance", host: jr.jd.com, cat: finance, provider: jd, cc: CN, imp: 2, tier: 4, checks: [http] }
1356 + - { id: pay-cn-lufax, name: "Lufax", host: www.lufaxholding.com, cat: finance, provider: ping-an, cc: CN, imp: 2, tier: 4, checks: [http] }
1357 + - { id: pay-cn-du-xiaoman, name: "Du Xiaoman", host: www.duxiaoman.com, cat: finance, provider: baidu, cc: CN, imp: 1, tier: 4, checks: [http] }
1358 + - { id: pay-hk-octopus, name: "Octopus", host: www.octopus.com.hk, cat: finance, provider: octopus, cc: HK, imp: 4, tier: 3, checks: [http] }
1359 + - { id: pay-hk-airwallex, name: "Airwallex", host: www.airwallex.com, cat: finance, provider: airwallex, svc: airwallex, cc: HK, imp: 3, tier: 4, checks: [http] }
1360 + - { id: pay-hk-alipayhk, name: "AlipayHK", host: www.alipayhk.com, cat: finance, provider: ant-group, cc: HK, imp: 2, tier: 4, checks: [http] }
1361 + - { id: pay-hk-payme, name: "PayMe from HSBC", host: payme.hsbc.com.hk, cat: finance, provider: hsbc, cc: HK, imp: 2, tier: 4, checks: [http] }
1362 + - { id: pay-hk-tap-and-go, name: "Tap & Go", host: www.tapngo.com.hk, cat: finance, provider: hkt, cc: HK, imp: 1, tier: 4, checks: [http] }
1363 + - { id: pay-hk-asiapay, name: "AsiaPay", host: www.asiapay.com, cat: finance, provider: asiapay, cc: HK, imp: 1, tier: 4, checks: [http] }
1364 + - { id: pay-hk-yedpay, name: "Yedpay", host: www.yedpay.com, cat: finance, provider: yedpay, cc: HK, imp: 1, tier: 4, checks: [http] }
1365 + - { id: pay-tw-jkopay, name: "JKOPAY", host: www.jkopay.com, cat: finance, provider: jkopay, cc: TW, imp: 2, tier: 4, checks: [http] }
1366 + - { id: pay-tw-ecpay, name: "ECPay", host: www.ecpay.com.tw, cat: finance, provider: ecpay, cc: TW, imp: 2, tier: 4, checks: [http] }
1367 + - { id: pay-tw-newebpay, name: "NewebPay", host: www.newebpay.com, cat: finance, provider: newebpay, cc: TW, imp: 1, tier: 4, checks: [http] }
1368 + - { id: pay-tw-line-pay, name: "LINE Pay Taiwan", host: pay.line.me, url: "https://pay.line.me/portal/tw/main", cat: finance, provider: line, cc: TW, imp: 2, tier: 4, checks: [http] }
1369 + - { id: pay-tw-easycard, name: "EasyCard", host: www.easycard.com.tw, cat: finance, provider: easycard, cc: TW, imp: 2, tier: 4, checks: [http] }
1370 + - { id: pay-tw-icash, name: "icash Pay", host: www.icash.com.tw, cat: finance, provider: uni-president, cc: TW, imp: 1, tier: 4, checks: [http] }
1371 + - { id: pay-tw-taiwan-pay, name: "Taiwan Pay", host: www.taiwanpay.com.tw, cat: finance, provider: fisc, cc: TW, imp: 1, tier: 4, checks: [http] }
1372 + - { id: pay-jp-paypay, name: "PayPay", host: paypay.ne.jp, cat: finance, provider: softbank, cc: JP, imp: 4, tier: 3, checks: [http] }
1373 + - { id: pay-jp-rakuten-pay, name: "Rakuten Pay", host: pay.rakuten.co.jp, cat: finance, provider: rakuten, cc: JP, imp: 3, tier: 4, checks: [http] }
1374 + - { id: pay-jp-merpay, name: "Merpay", host: www.merpay.com, cat: finance, provider: mercari, cc: JP, imp: 2, tier: 4, checks: [http] }
1375 + - { id: pay-jp-d-barai, name: "d Payment (NTT Docomo)", host: service.smt.docomo.ne.jp, url: "https://service.smt.docomo.ne.jp/keitai_payment/", cat: finance, provider: docomo, cc: JP, imp: 2, tier: 4, checks: [http] }
1376 + - { id: pay-jp-au-pay, name: "au PAY", host: aupay.wallet.auone.jp, cat: finance, provider: kddi, cc: JP, imp: 2, tier: 4, checks: [http] }
1377 + - { id: pay-jp-gmo-pg, name: "GMO Payment Gateway", host: www.gmo-pg.com, cat: finance, provider: gmo, cc: JP, imp: 3, tier: 4, checks: [http] }
1378 + - { id: pay-jp-sbps, name: "SB Payment Service", host: www.sbpayment.jp, cat: finance, provider: softbank, cc: JP, imp: 2, tier: 4, checks: [http] }
1379 + - { id: pay-jp-veritrans, name: "DG Financial Technology (VeriTrans)", host: www.dgft.jp, cat: finance, provider: digital-garage, cc: JP, imp: 1, tier: 4, checks: [http] }
1380 + - { id: pay-jp-rakuten-card, name: "Rakuten Card", host: www.rakuten-card.co.jp, cat: finance, provider: rakuten, cc: JP, imp: 3, tier: 4, checks: [http] }
1381 + - { id: pay-jp-credit-saison, name: "Credit Saison", host: www.saisoncard.co.jp, cat: finance, provider: saison, cc: JP, imp: 2, tier: 4, checks: [http] }
1382 + - { id: pay-jp-orico, name: "Orient Corporation", host: www.orico.co.jp, cat: finance, provider: orico, cc: JP, imp: 2, tier: 4, checks: [http] }
1383 + - { id: pay-jp-smbc-card, name: "Sumitomo Mitsui Card", host: www.smbc-card.com, cat: finance, provider: smbc, cc: JP, imp: 3, tier: 4, checks: [http] }
1384 + - { id: pay-jp-mufg-card, name: "Mitsubishi UFJ NICOS", host: www.cr.mufg.jp, cat: finance, provider: mufg, cc: JP, imp: 2, tier: 4, checks: [http] }
1385 + - { id: pay-jp-aeon-card, name: "AEON Financial Service", host: www.aeonfinancial.co.jp, cat: finance, provider: aeon, cc: JP, imp: 2, tier: 4, checks: [http] }
1386 + - { id: pay-jp-suica, name: "Suica (JR East)", host: www.jreast.co.jp, url: "https://www.jreast.co.jp/multi/en/suica/", cat: finance, provider: jr-east, cc: JP, imp: 2, tier: 4, checks: [http] }
1387 + - { id: pay-jp-paidy, name: "Paidy", host: paidy.com, cat: finance, provider: paypal, cc: JP, imp: 2, tier: 4, checks: [http] }
1388 + - { id: pay-jp-np-atobarai, name: "NP Atobarai (Net Protections)", host: www.netprotections.com, cat: finance, provider: net-protections, cc: JP, imp: 1, tier: 4, checks: [http] }
1389 + - { id: pay-kr-kakaopay, name: "Kakao Pay", host: www.kakaopay.com, cat: finance, provider: kakao, cc: KR, imp: 4, tier: 3, checks: [http] }
1390 + - { id: pay-kr-naver-pay, name: "Naver Pay", host: pay.naver.com, url: "https://pay.naver.com/about", cat: finance, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
1391 + - { id: pay-kr-samsung-pay, name: "Samsung Pay", host: www.samsung.com, url: "https://www.samsung.com/sec/samsung-pay/", cat: finance, provider: samsung, cc: KR, imp: 2, tier: 4, checks: [http] }
1392 + - { id: pay-kr-payco, name: "PAYCO", host: www.payco.com, cat: finance, provider: nhn, cc: KR, imp: 2, tier: 4, checks: [http] }
1393 + - { id: pay-kr-kg-inicis, name: "KG Inicis", host: www.inicis.com, cat: finance, provider: kg, cc: KR, imp: 2, tier: 4, checks: [http] }
1394 + - { id: pay-kr-nice-pay, name: "NICE Payments", host: www.nicepay.co.kr, cat: finance, provider: nice, cc: KR, imp: 2, tier: 4, checks: [http] }
1395 + - { id: pay-kr-toss-payments, name: "Toss Payments", host: www.tosspayments.com, cat: finance, provider: viva-republica, cc: KR, imp: 3, tier: 4, checks: [http] }
1396 + - { id: pay-kr-danal, name: "Danal", host: www.danal.co.kr, cat: finance, provider: danal, cc: KR, imp: 1, tier: 4, checks: [http] }
1397 + - { id: pay-kr-hyundai-card, name: "Hyundai Card", host: www.hyundaicard.com, cat: finance, provider: hyundai, cc: KR, imp: 3, tier: 4, checks: [http] }
1398 + - { id: pay-kr-samsung-card, name: "Samsung Card", host: www.samsungcard.com, cat: finance, provider: samsung, cc: KR, imp: 3, tier: 4, checks: [http] }
1399 + - { id: pay-kr-shinhan-card, name: "Shinhan Card", host: www.shinhancard.com, cat: finance, provider: shinhan, cc: KR, imp: 3, tier: 4, checks: [http] }
1400 + - { id: pay-kr-bc-card, name: "BC Card", host: www.bccard.com, cat: finance, provider: kt, cc: KR, imp: 3, tier: 4, checks: [http] }
1401 + - { id: pay-kr-lotte-card, name: "Lotte Card", host: www.lottecard.co.kr, cat: finance, provider: lotte, cc: KR, imp: 2, tier: 4, checks: [http] }
1402 + - { id: pay-kr-kb-card, name: "KB Kookmin Card", host: card.kbcard.com, cat: finance, provider: kb, cc: KR, imp: 2, tier: 4, checks: [http] }
1403 + - { id: pay-kr-hana-card, name: "Hana Card", host: www.hanacard.co.kr, cat: finance, provider: hana, cc: KR, imp: 2, tier: 4, checks: [http] }
1404 + - { id: pay-kr-woori-card, name: "Woori Card", host: pc.wooricard.com, cat: finance, provider: woori, cc: KR, imp: 1, tier: 4, checks: [http] }
1405 + - { id: pay-sg-2c2p, name: "2C2P", host: 2c2p.com, cat: finance, provider: 2c2p, cc: SG, imp: 3, tier: 4, checks: [http] }
1406 + - { id: pay-sg-nium, name: "Nium", host: www.nium.com, cat: finance, provider: nium, svc: nium, cc: SG, imp: 3, tier: 4, checks: [http] }
1407 + - { id: pay-sg-thunes, name: "Thunes", host: www.thunes.com, cat: finance, provider: thunes, cc: SG, imp: 3, tier: 4, checks: [http] }
1408 + - { id: pay-sg-grabpay, name: "Grab Financial Group", host: www.grab.com, url: "https://www.grab.com/sg/finance/", cat: finance, provider: grab, cc: SG, imp: 3, tier: 4, checks: [http] }
1409 + - { id: pay-sg-fomo-pay, name: "FOMO Pay", host: www.fomopay.com, cat: finance, provider: fomo-pay, cc: SG, imp: 1, tier: 4, checks: [http] }
1410 + - { id: pay-sg-hitpay, name: "HitPay", host: www.hitpayapp.com, cat: finance, provider: hitpay, cc: SG, imp: 1, tier: 4, checks: [http] }
1411 + - { id: pay-sg-atome, name: "Atome", host: www.atome.sg, cat: finance, provider: advance-intelligence, cc: SG, imp: 2, tier: 4, checks: [http] }
1412 + - { id: pay-sg-shopback-paylater, name: "ShopBack PayLater", host: www.shopback.sg, url: "https://www.shopback.sg/paylater", cat: finance, provider: shopback, cc: SG, imp: 1, tier: 4, checks: [http] }
1413 + - { id: pay-sg-liquid-group, name: "Liquid Group", host: www.liquidpay.com, cat: finance, provider: liquid-group, cc: SG, imp: 1, tier: 4, checks: [http] }
1414 + - { id: pay-sg-ezlink, name: "EZ-Link", host: www.ezlink.com.sg, cat: finance, provider: ezlink, cc: SG, imp: 2, tier: 4, checks: [http] }
1415 + - { id: pay-my-tng, name: "Touch 'n Go eWallet", host: www.tngdigital.com.my, cat: finance, provider: tng-digital, cc: MY, imp: 3, tier: 4, checks: [http] }
1416 + - { id: pay-my-boost, name: "Boost", host: www.myboost.com.my, cat: finance, provider: axiata, cc: MY, imp: 2, tier: 4, checks: [http] }
1417 + - { id: pay-my-ipay88, name: "iPay88", host: www.ipay88.com, cat: finance, provider: nttdata, cc: MY, imp: 2, tier: 4, checks: [http] }
1418 + - { id: pay-my-billplz, name: "Billplz", host: www.billplz.com, cat: finance, provider: billplz, cc: MY, imp: 1, tier: 4, checks: [http] }
1419 + - { id: pay-my-razer-merchant, name: "Razer Merchant Services", host: merchant.razer.com, cat: finance, provider: razer, cc: MY, imp: 1, tier: 4, checks: [http] }
1420 + - { id: pay-my-curlec, name: "Curlec (Razorpay)", host: curlec.com, cat: finance, provider: razorpay, cc: MY, imp: 1, tier: 4, checks: [http] }
1421 + - { id: pay-my-senangpay, name: "senangPay", host: senangpay.my, cat: finance, provider: senangpay, cc: MY, imp: 1, tier: 4, checks: [http] }
1422 + - { id: pay-my-shopeepay, name: "ShopeePay Malaysia", host: shopee.com.my, url: "https://shopee.com.my/m/shopeepay", cat: finance, provider: sea, cc: MY, imp: 1, tier: 4, checks: [http] }
1423 + - { id: pay-th-truemoney, name: "TrueMoney", host: www.truemoney.com, cat: finance, provider: ascend, cc: TH, imp: 3, tier: 4, checks: [http] }
1424 + - { id: pay-th-omise, name: "Omise (Opn)", host: www.omise.co, cat: finance, provider: opn, svc: omise, cc: TH, imp: 2, tier: 4, checks: [http] }
1425 + - { id: pay-th-opn, name: "Opn", host: www.opn.ooo, cat: finance, provider: opn, cc: TH, imp: 1, tier: 4, checks: [http] }
1426 + - { id: pay-th-2c2p-th, name: "2C2P Thailand", host: 2c2p.com, url: "https://2c2p.com/th", cat: finance, provider: 2c2p, cc: TH, imp: 1, tier: 4, checks: [http] }
1427 + - { id: pay-th-rabbit-line-pay, name: "Rabbit LINE Pay", host: pay.line.me, url: "https://pay.line.me/portal/th/main", cat: finance, provider: line, cc: TH, imp: 1, tier: 4, checks: [http] }
1428 + - { id: pay-th-gb-prime-pay, name: "GB Prime Pay", host: www.gbprimepay.com, cat: finance, provider: gb-prime-pay, cc: TH, imp: 1, tier: 4, checks: [http] }
1429 + - { id: pay-id-gopay, name: "GoPay", host: gopay.co.id, cat: finance, provider: goto, cc: ID, imp: 4, tier: 3, checks: [http] }
1430 + - { id: pay-id-ovo, name: "OVO", host: www.ovo.id, cat: finance, provider: grab, cc: ID, imp: 4, tier: 3, checks: [http] }
1431 + - { id: pay-id-linkaja, name: "LinkAja", host: www.linkaja.id, cat: finance, provider: linkaja, cc: ID, imp: 3, tier: 4, checks: [http] }
1432 + - { id: pay-id-shopeepay, name: "ShopeePay Indonesia", host: shopeepay.co.id, cat: finance, provider: sea, cc: ID, imp: 3, tier: 4, checks: [http] }
1433 + - { id: pay-id-xendit, name: "Xendit", host: www.xendit.co, cat: finance, provider: xendit, svc: xendit, cc: ID, imp: 3, tier: 4, checks: [http] }
1434 + - { id: pay-id-midtrans, name: "Midtrans", host: midtrans.com, cat: finance, provider: goto, cc: ID, imp: 3, tier: 4, checks: [http] }
1435 + - { id: pay-id-doku, name: "DOKU", host: www.doku.com, cat: finance, provider: doku, cc: ID, imp: 2, tier: 4, checks: [http] }
1436 + - { id: pay-id-flip, name: "Flip", host: flip.id, cat: finance, provider: flip, cc: ID, imp: 2, tier: 4, checks: [http] }
1437 + - { id: pay-id-kredivo, name: "Kredivo", host: www.kredivo.com, cat: finance, provider: finaccel, cc: ID, imp: 2, tier: 4, checks: [http] }
1438 + - { id: pay-id-akulaku, name: "Akulaku", host: www.akulaku.com, cat: finance, provider: akulaku, cc: ID, imp: 2, tier: 4, checks: [http] }
1439 + - { id: pay-id-ipaymu, name: "iPaymu", host: ipaymu.com, cat: finance, provider: ipaymu, cc: ID, imp: 1, tier: 4, checks: [http] }
1440 + - { id: pay-id-faspay, name: "Faspay", host: faspay.co.id, cat: finance, provider: faspay, cc: ID, imp: 1, tier: 4, checks: [http] }
1441 + - { id: pay-id-nicepay-id, name: "NICEPay Indonesia", host: www.nicepay.co.id, cat: finance, provider: nice, cc: ID, imp: 1, tier: 4, checks: [http] }
1442 + - { id: pay-ph-paymongo, name: "PayMongo", host: www.paymongo.com, cat: finance, provider: paymongo, cc: PH, imp: 2, tier: 4, checks: [http] }
1443 + - { id: pay-ph-paynamics, name: "Paynamics", host: www.paynamics.com, cat: finance, provider: paynamics, cc: PH, imp: 1, tier: 4, checks: [http] }
1444 + - { id: pay-ph-billease, name: "BillEase", host: billease.ph, cat: finance, provider: billease, cc: PH, imp: 1, tier: 4, checks: [http] }
1445 + - { id: pay-ph-grabpay-ph, name: "GrabPay Philippines", host: www.grab.com, url: "https://www.grab.com/ph/pay/", cat: finance, provider: grab, cc: PH, imp: 1, tier: 4, checks: [http] }
1446 + - { id: pay-vn-momo, name: "MoMo", host: momo.vn, cat: finance, provider: momo, cc: VN, imp: 4, tier: 3, checks: [http] }
1447 + - { id: pay-vn-zalopay, name: "ZaloPay", host: zalopay.vn, cat: finance, provider: vng, cc: VN, imp: 3, tier: 4, checks: [http] }
1448 + - { id: pay-vn-vnpay, name: "VNPAY", host: vnpay.vn, cat: finance, provider: vnpay, cc: VN, imp: 3, tier: 4, checks: [http] }
1449 + - { id: pay-vn-payoo, name: "Payoo", host: www.payoo.vn, cat: finance, provider: vietunion, cc: VN, imp: 2, tier: 4, checks: [http] }
1450 + - { id: pay-vn-viettel-money, name: "Viettel Money", host: viettelmoney.vn, cat: finance, provider: viettel, cc: VN, imp: 2, tier: 4, checks: [http] }
1451 + - { id: pay-vn-shopeepay-vn, name: "ShopeePay Vietnam", host: shopeepay.vn, cat: finance, provider: sea, cc: VN, imp: 1, tier: 4, checks: [http] }
1452 + - { id: pay-vn-onepay, name: "OnePay", host: onepay.vn, cat: finance, provider: onepay, cc: VN, imp: 1, tier: 4, checks: [http] }
1453 + - { id: pay-mm-wave-money, name: "Wave Money", host: www.wavemoney.com.mm, cat: finance, provider: wave-money, cc: MM, imp: 1, tier: 4, checks: [http] }
1454 + - { id: pay-uz-payme, name: "Payme", host: payme.uz, cat: finance, provider: tbc, cc: UZ, imp: 3, tier: 4, checks: [http] }
1455 + - { id: pay-uz-click, name: "Click", host: click.uz, cat: finance, provider: click, cc: UZ, imp: 3, tier: 4, checks: [http] }
1456 + - { id: pay-uz-uzum-bank, name: "Uzum Bank", host: uzumbank.uz, cat: finance, provider: uzum, cc: UZ, imp: 2, tier: 4, checks: [http] }
1457 + - { id: pay-am-idram, name: "Idram", host: www.idram.am, cat: finance, provider: idram, cc: AM, imp: 2, tier: 4, checks: [http] }
1458 + - { id: pay-au-zip, name: "Zip", host: zip.co, cat: finance, provider: zip, cc: AU, imp: 3, tier: 4, checks: [http] }
1459 + - { id: pay-au-tyro, name: "Tyro", host: www.tyro.com, cat: finance, provider: tyro, svc: tyro, cc: AU, imp: 3, tier: 4, checks: [http] }
1460 + - { id: pay-au-airwallex-au, name: "Airwallex Australia", host: www.airwallex.com, url: "https://www.airwallex.com/au", cat: finance, provider: airwallex, svc: airwallex, cc: AU, imp: 1, tier: 4, checks: [http] }
1461 + - { id: pay-au-humm, name: "humm", host: www.shophumm.com, cat: finance, provider: humm, cc: AU, imp: 2, tier: 4, checks: [http] }
1462 + - { id: pay-au-latitude, name: "Latitude Financial", host: www.latitudefinancial.com.au, cat: finance, provider: latitude, cc: AU, imp: 3, tier: 4, checks: [http] }
1463 + - { id: pay-au-pepper-money, name: "Pepper Money", host: www.pepper.com.au, cat: finance, provider: pepper, cc: AU, imp: 2, tier: 4, checks: [http] }
1464 + - { id: pay-au-beem, name: "Beem", host: www.beemit.com.au, cat: finance, provider: eftpos, cc: AU, imp: 1, tier: 4, checks: [http] }
1465 + - { id: pay-au-till, name: "Till Payments", host: tillpayments.com, cat: finance, provider: till, cc: AU, imp: 1, tier: 4, checks: [http] }
1466 + - { id: pay-au-fat-zebra, name: "Fat Zebra", host: www.fatzebra.com, cat: finance, provider: fat-zebra, cc: AU, imp: 1, tier: 4, checks: [http] }
1467 + - { id: pay-au-payright, name: "Payright", host: www.payright.com.au, cat: finance, provider: payright, cc: AU, imp: 1, tier: 4, checks: [http] }
1468 + - { id: pay-au-eway, name: "Eway", host: www.eway.com.au, cat: finance, provider: global-payments, cc: AU, imp: 1, tier: 4, checks: [http] }
1469 + - { id: pay-au-pin-payments, name: "Pin Payments", host: pinpayments.com, cat: finance, provider: checkout, cc: AU, imp: 1, tier: 4, checks: [http] }
1470 + - { id: pay-nz-windcave, name: "Windcave", host: www.windcave.com, cat: finance, provider: windcave, cc: NZ, imp: 2, tier: 4, checks: [http] }
1471 + - { id: pay-nz-afterpay-nz, name: "Afterpay NZ", host: www.afterpay.com, url: "https://www.afterpay.com/en-NZ", cat: finance, provider: block, svc: afterpay, cc: NZ, imp: 1, tier: 4, checks: [http] }
1472 + - { id: pay-nz-smartpay, name: "Smartpay", host: www.smartpay.co.nz, cat: finance, provider: smartpay, cc: NZ, imp: 1, tier: 4, checks: [http] }
1473 + - { id: pay-nz-dosh, name: "Dosh", host: dosh.nz, cat: finance, provider: dosh, cc: NZ, imp: 1, tier: 4, checks: [http] }
1474 + - { id: pay-elavon, name: "Elavon", host: www.elavon.com, cat: finance, provider: usbank, cc: US, imp: 4, tier: 3, checks: [http] }
1475 + - { id: pay-authorize-net, name: "Authorize.net", host: www.authorize.net, cat: finance, provider: visa, svc: authorizenet, cc: US, imp: 4, tier: 3, checks: [http] }
1476 + - { id: pay-chase-paymentech, name: "Chase Payment Solutions", host: www.chase.com, url: "https://www.chase.com/business/payments", cat: finance, provider: jpmorgan, cc: US, imp: 4, tier: 3, checks: [http] }
1477 + - { id: pay-shift4, name: "Shift4", host: www.shift4.com, cat: finance, provider: shift4, svc: shift4, cc: US, imp: 3, tier: 4, checks: [http] }
1478 + - { id: pay-clover, name: "Clover", host: www.clover.com, cat: finance, provider: fiserv, svc: clover, cc: US, imp: 3, tier: 4, checks: [http] }
1479 + - { id: pay-toast, name: "Toast", host: pos.toasttab.com, cat: finance, provider: toast, svc: toast, cc: US, imp: 3, tier: 4, checks: [http] }
1480 + - { id: pay-aci-worldwide, name: "ACI Worldwide", host: www.aciworldwide.com, cat: finance, provider: aci, cc: US, imp: 3, tier: 4, checks: [http] }
1481 + - { id: pay-bottomline, name: "Bottomline", host: www.bottomline.com, cat: finance, provider: bottomline, cc: US, imp: 2, tier: 4, checks: [http] }
1482 + - { id: pay-jack-henry, name: "Jack Henry", host: www.jackhenry.com, cat: finance, provider: jack-henry, cc: US, imp: 3, tier: 4, checks: [http] }
1483 + - { id: pay-q2, name: "Q2", host: www.q2.com, cat: finance, provider: q2, cc: US, imp: 2, tier: 4, checks: [http] }
1484 + - { id: pay-ncino, name: "nCino", host: www.ncino.com, cat: finance, provider: ncino, cc: US, imp: 2, tier: 4, checks: [http] }
1485 + - { id: pay-temenos, name: "Temenos", host: www.temenos.com, cat: finance, provider: temenos, cc: CH, imp: 3, tier: 4, checks: [http] }
1486 + - { id: pay-finastra, name: "Finastra", host: www.finastra.com, cat: finance, provider: finastra, cc: GB, imp: 3, tier: 4, checks: [http] }
1487 + - { id: pay-mambu, name: "Mambu", host: mambu.com, cat: finance, provider: mambu, cc: NL, imp: 2, tier: 4, checks: [http] }
1488 + - { id: pay-thought-machine, name: "Thought Machine", host: www.thoughtmachine.net, cat: finance, provider: thought-machine, cc: GB, imp: 2, tier: 4, checks: [http] }
1489 + - { id: pay-10x, name: "10x Banking", host: www.10xbanking.com, cat: finance, provider: 10x, cc: GB, imp: 1, tier: 4, checks: [http] }
1490 + - { id: pay-marqeta, name: "Marqeta", host: www.marqeta.com, cat: finance, provider: marqeta, svc: marqeta, cc: US, imp: 3, tier: 4, checks: [http] }
1491 + - { id: pay-galileo, name: "Galileo Financial Technologies", host: www.galileo-ft.com, cat: finance, provider: sofi, cc: US, imp: 3, tier: 4, checks: [http] }
1492 + - { id: pay-lithic, name: "Lithic", host: www.lithic.com, cat: finance, provider: lithic, svc: lithic, cc: US, imp: 2, tier: 4, checks: [http] }
1493 + - { id: pay-unit, name: "Unit", host: www.unit.co, cat: finance, provider: unit, svc: unit, cc: US, imp: 2, tier: 4, checks: [http] }
1494 + - { id: pay-treasury-prime, name: "Treasury Prime", host: www.treasuryprime.com, cat: finance, provider: treasury-prime, svc: treasuryprime, cc: US, imp: 2, tier: 4, checks: [http] }
1495 + - { id: pay-column, name: "Column", host: column.com, cat: finance, provider: column, svc: column, cc: US, imp: 2, tier: 4, checks: [http] }
1496 + - { id: pay-increase, name: "Increase", host: increase.com, cat: finance, provider: increase, svc: increase, cc: US, imp: 2, tier: 4, checks: [http] }
1497 + - { id: pay-modern-treasury, name: "Modern Treasury", host: www.moderntreasury.com, cat: finance, provider: modern-treasury, cc: US, imp: 2, tier: 4, checks: [http] }
1498 + - { id: pay-mx, name: "MX Technologies", host: www.mx.com, cat: finance, provider: mx, svc: mx, cc: US, imp: 2, tier: 4, checks: [http] }
1499 + - { id: pay-finicity, name: "Finicity (Mastercard)", host: www.finicity.com, cat: finance, provider: mastercard, cc: US, imp: 2, tier: 4, checks: [http] }
1500 + - { id: pay-yodlee, name: "Envestnet Yodlee", host: www.yodlee.com, cat: finance, provider: envestnet, cc: US, imp: 2, tier: 4, checks: [http] }
1501 + - { id: pay-akoya, name: "Akoya", host: akoya.com, cat: finance, provider: akoya, cc: US, imp: 1, tier: 4, checks: [http] }
1502 + - { id: pay-dwolla, name: "Dwolla", host: www.dwolla.com, cat: finance, provider: dwolla, svc: dwolla, cc: US, imp: 2, tier: 4, checks: [http] }
1503 + - { id: pay-melio, name: "Melio", host: meliopayments.com, cat: finance, provider: melio, cc: US, imp: 2, tier: 4, checks: [http] }
1504 + - { id: pay-bill-com, name: "BILL", host: www.bill.com, cat: finance, provider: bill, cc: US, imp: 3, tier: 4, checks: [http] }
1505 + - { id: pay-avidxchange, name: "AvidXchange", host: www.avidxchange.com, cat: finance, provider: avidxchange, cc: US, imp: 2, tier: 4, checks: [http] }
1506 + - { id: pay-tipalti, name: "Tipalti", host: tipalti.com, cat: finance, provider: tipalti, cc: US, imp: 2, tier: 4, checks: [http] }
1507 + - { id: pay-ramp, name: "Ramp", host: ramp.com, cat: finance, provider: ramp, cc: US, imp: 3, tier: 4, checks: [http] }
1508 + - { id: pay-mercury, name: "Mercury", host: mercury.com, cat: finance, provider: mercury, svc: mercury, cc: US, imp: 3, tier: 4, checks: [http] }
1509 + - { id: pay-airbase, name: "Airbase (Paylocity)", host: www.airbase.com, cat: finance, provider: paylocity, cc: US, imp: 1, tier: 4, checks: [http] }
1510 + - { id: pay-navan, name: "Navan", host: navan.com, cat: finance, provider: navan, cc: US, imp: 2, tier: 4, checks: [http] }
1511 + - { id: pay-flywire, name: "Flywire", host: www.flywire.com, cat: finance, provider: flywire, cc: US, imp: 3, tier: 4, checks: [http] }
1512 + - { id: pay-convera, name: "Convera", host: convera.com, cat: finance, provider: convera, cc: US, imp: 3, tier: 4, checks: [http] }
1513 + - { id: pay-corpay, name: "Corpay", host: www.corpay.com, cat: finance, provider: corpay, cc: US, imp: 3, tier: 4, checks: [http] }
1514 + - { id: pay-wex, name: "WEX", host: www.wexinc.com, cat: finance, provider: wex, cc: US, imp: 3, tier: 4, checks: [http] }
1515 + - { id: pay-bluesnap, name: "BlueSnap", host: www.bluesnap.com, cat: finance, provider: bluesnap, cc: US, imp: 2, tier: 4, checks: [http] }
1516 + - { id: pay-verifone, name: "Verifone", host: www.verifone.com, cat: finance, provider: verifone, cc: US, imp: 3, tier: 4, checks: [http] }
1517 + - { id: pay-ingenico, name: "Ingenico", host: ingenico.com, cat: finance, provider: ingenico, cc: FR, imp: 3, tier: 4, checks: [http] }
1518 + - { id: pay-pax, name: "PAX Technology", host: www.paxtechnology.com, cat: finance, provider: pax, cc: CN, imp: 2, tier: 4, checks: [http] }
1519 + - { id: pay-stripe-docs, name: "Stripe docs", host: docs.stripe.com, cat: finance, provider: stripe, svc: stripe, cc: US, imp: 3, tier: 4, checks: [http] }
1520 + - { id: pay-stripe-status, name: "Stripe status", host: status.stripe.com, cat: finance, provider: stripe, svc: stripe, cc: US, imp: 3, tier: 4, checks: [http] }
1521 + - { id: pay-paypal-status, name: "PayPal status", host: www.paypal-status.com, cat: finance, provider: paypal, svc: paypal, cc: US, imp: 3, tier: 4, checks: [http] }
1522 + - { id: pay-square-developer, name: "Square Developer", host: developer.squareup.com, cat: finance, provider: block, svc: square, cc: US, imp: 3, tier: 4, checks: [http] }
1523 + - { id: pay-adyen-status, name: "Adyen status", host: status.adyen.com, cat: finance, provider: adyen, cc: NL, imp: 3, tier: 4, checks: [http] }
1524 + - { id: pay-checkout-api, name: "Checkout.com API docs", host: api-reference.checkout.com, cat: finance, provider: checkout, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
1525 + - { id: pay-payu-global, name: "PayU (global)", host: corporate.payu.com, cat: finance, provider: payu, cc: NL, imp: 3, tier: 4, checks: [http] }
1526 + - { id: pay-paysafe-developer, name: "Paysafe developer", host: developer.paysafe.com, cat: finance, provider: paysafe, svc: paysafe, cc: GB, imp: 2, tier: 4, checks: [http] }
1527 + - { id: pay-skrill, name: "Skrill", host: www.skrill.com, cat: finance, provider: paysafe, svc: paysafe, cc: GB, imp: 3, tier: 4, checks: [http] }
1528 + - { id: pay-neteller, name: "NETELLER", host: www.neteller.com, cat: finance, provider: paysafe, svc: paysafe, cc: GB, imp: 2, tier: 4, checks: [http] }
1529 + - { id: pay-paysafecard, name: "paysafecard", host: www.paysafecard.com, cat: finance, provider: paysafe, svc: paysafe, cc: AT, imp: 2, tier: 4, checks: [http] }
1530 + - { id: pay-payoneer-developer, name: "Payoneer (business)", host: www.payoneer.com, url: "https://www.payoneer.com/business/", cat: finance, provider: payoneer, svc: payoneer, cc: US, imp: 2, tier: 4, checks: [http] }
1531 + - { id: pay-2checkout, name: "2Checkout (Verifone)", host: www.2checkout.com, cat: finance, provider: verifone, cc: US, imp: 2, tier: 4, checks: [http] }
1532 + - { id: pay-fastspring, name: "FastSpring", host: fastspring.com, cat: finance, provider: fastspring, cc: US, imp: 1, tier: 4, checks: [http] }
1533 + - { id: pay-chargebee, name: "Chargebee", host: www.chargebee.com, cat: finance, provider: chargebee, cc: US, imp: 2, tier: 4, checks: [http] }
1534 + - { id: pay-recurly, name: "Recurly", host: recurly.com, cat: finance, provider: recurly, cc: US, imp: 1, tier: 4, checks: [http] }
1535 + - { id: pay-zuora, name: "Zuora", host: www.zuora.com, cat: finance, provider: zuora, cc: US, imp: 2, tier: 4, checks: [http] }
1536 + - { id: pay-spreedly, name: "Spreedly", host: www.spreedly.com, cat: finance, provider: spreedly, cc: US, imp: 1, tier: 4, checks: [http] }
1537 + - { id: pay-very-good-security, name: "Basis Theory", host: basistheory.com, cat: finance, provider: basis-theory, cc: US, imp: 1, tier: 4, checks: [http] }
1538 + - { id: pay-forter, name: "Forter", host: www.forter.com, cat: finance, provider: forter, cc: US, imp: 2, tier: 4, checks: [http] }
1539 + - { id: pay-riskified, name: "Riskified", host: www.riskified.com, cat: finance, provider: riskified, cc: US, imp: 2, tier: 4, checks: [http] }
1540 + - { id: pay-signifyd, name: "Signifyd", host: www.signifyd.com, cat: finance, provider: signifyd, cc: US, imp: 2, tier: 4, checks: [http] }
1541 + - { id: pay-sift, name: "Sift", host: sift.com, cat: finance, provider: sift, cc: US, imp: 2, tier: 4, checks: [http] }
1542 + - { id: pay-alloy, name: "Alloy", host: www.alloy.com, cat: finance, provider: alloy, cc: US, imp: 1, tier: 4, checks: [http] }
1543 + - { id: pay-socure, name: "Socure", host: www.socure.com, cat: finance, provider: socure, cc: US, imp: 2, tier: 4, checks: [http] }
1544 + - { id: pay-jumio, name: "Jumio", host: www.jumio.com, cat: finance, provider: jumio, cc: US, imp: 2, tier: 4, checks: [http] }
1545 + - { id: pay-onfido, name: "Onfido (Entrust)", host: onfido.com, cat: finance, provider: entrust, cc: GB, imp: 2, tier: 4, checks: [http] }
1546 + - { id: pay-sumsub, name: "Sumsub", host: sumsub.com, cat: finance, provider: sumsub, cc: GB, imp: 2, tier: 4, checks: [http] }
1547 + - { id: pay-persona, name: "Persona", host: withpersona.com, cat: finance, provider: persona, cc: US, imp: 1, tier: 4, checks: [http] }
1548 + - { id: pay-veriff, name: "Veriff", host: www.veriff.com, cat: finance, provider: veriff, cc: EE, imp: 2, tier: 4, checks: [http] }
1549 + - { id: pay-trulioo, name: "Trulioo", host: www.trulioo.com, cat: finance, provider: trulioo, cc: CA, imp: 2, tier: 4, checks: [http] }
1550 + - { id: pay-lexisnexis-risk, name: "LexisNexis Risk Solutions", host: risk.lexisnexis.com, cat: finance, provider: relx, cc: US, imp: 3, tier: 4, checks: [http] }
1551 + - { id: pay-nice-actimize, name: "NICE Actimize", host: www.niceactimize.com, cat: finance, provider: nice, cc: US, imp: 2, tier: 4, checks: [http] }
1552 + - { id: pay-featurespace, name: "Featurespace (Visa)", host: www.featurespace.com, cat: finance, provider: visa, cc: GB, imp: 1, tier: 4, checks: [http] }
1553 + - { id: pay-feedzai, name: "Feedzai", host: feedzai.com, cat: finance, provider: feedzai, cc: PT, imp: 1, tier: 4, checks: [http] }
1554 + - { id: pay-kyriba, name: "Kyriba", host: www.kyriba.com, cat: finance, provider: kyriba, cc: US, imp: 2, tier: 4, checks: [http] }
1555 + - { id: pay-fenergo, name: "Fenergo", host: www.fenergo.com, cat: finance, provider: fenergo, cc: IE, imp: 1, tier: 4, checks: [http] }
1556 + - { id: pay-episode-six, name: "Episode Six", host: www.episodesix.com, cat: finance, provider: episode-six, cc: US, imp: 1, tier: 4, checks: [http] }
1557 + - { id: pay-tribe-payments, name: "Tribe Payments", host: tribepayments.com, cat: finance, provider: tribe, cc: GB, imp: 1, tier: 4, checks: [http] }
1558 + - { id: pay-primer, name: "Primer", host: primer.io, cat: finance, provider: primer, cc: GB, imp: 1, tier: 4, checks: [http] }
1559 + - { id: pay-gr4vy, name: "Gr4vy", host: gr4vy.com, cat: finance, provider: gr4vy, cc: US, imp: 1, tier: 4, checks: [http] }
1560 + - { id: pay-payrix, name: "Payrix (Worldpay)", host: www.payrix.com, cat: finance, provider: worldpay, svc: worldpay, cc: US, imp: 1, tier: 4, checks: [http] }
1561 + - { id: pay-fortis, name: "Fortis Payments", host: fortispay.com, cat: finance, provider: fortis, cc: US, imp: 1, tier: 4, checks: [http] }
1562 + - { id: pay-heartland, name: "Heartland Payment Systems", host: www.heartland.us, cat: finance, provider: global-payments, cc: US, imp: 2, tier: 4, checks: [http] }
1563 + - { id: pay-tsys, name: "TSYS (Global Payments)", host: www.tsys.com, cat: finance, provider: global-payments, cc: US, imp: 2, tier: 4, checks: [http] }
1564 + - { id: pay-first-data-legacy, name: "Fiserv Developer Studio", host: developer.fiserv.com, cat: finance, provider: fiserv, cc: US, imp: 2, tier: 4, checks: [http] }
1565 + - { id: pay-cardconnect, name: "CardConnect", host: cardconnect.com, cat: finance, provider: fiserv, cc: US, imp: 1, tier: 4, checks: [http] }
1566 + - { id: pay-north-american-bancard, name: "North American Bancard", host: www.northamericanbancard.com, cat: finance, provider: nab-us, cc: US, imp: 1, tier: 4, checks: [http] }
1567 + - { id: pay-priority, name: "Priority Technology", host: www.prioritycommerce.com, cat: finance, provider: priority, cc: US, imp: 1, tier: 4, checks: [http] }
1568 + - { id: pay-repay, name: "REPAY", host: www.repay.com, cat: finance, provider: repay, cc: US, imp: 1, tier: 4, checks: [http] }
1569 + - { id: pay-flexa, name: "Flexa", host: flexa.co, cat: finance, provider: flexa, cc: US, imp: 1, tier: 4, checks: [http] }
1570 + - { id: pay-moneylion, name: "MoneyLion", host: www.moneylion.com, cat: finance, provider: moneylion, cc: US, imp: 2, tier: 4, checks: [http] }
1571 + - { id: pay-dave, name: "Dave", host: dave.com, cat: finance, provider: dave, cc: US, imp: 2, tier: 4, checks: [http] }
1572 + - { id: pay-varo, name: "Varo Bank", host: www.varomoney.com, cat: finance, provider: varo, cc: US, imp: 2, tier: 4, checks: [http] }
1573 + - { id: pay-current, name: "Current", host: current.com, cat: finance, provider: current, cc: US, imp: 2, tier: 4, checks: [http] }
1574 + - { id: pay-step, name: "Step", host: step.com, cat: finance, provider: step, cc: US, imp: 1, tier: 4, checks: [http] }
1575 + - { id: pay-greenlight, name: "Greenlight", host: greenlight.com, cat: finance, provider: greenlight, cc: US, imp: 1, tier: 4, checks: [http] }
1576 + - { id: pay-oportun, name: "Oportun", host: oportun.com, cat: finance, provider: oportun, cc: US, imp: 1, tier: 4, checks: [http] }
1577 + - { id: pay-earnin, name: "EarnIn", host: www.earnin.com, cat: finance, provider: earnin, cc: US, imp: 1, tier: 4, checks: [http] }
1578 + - { id: pay-netspend, name: "Netspend", host: www.netspend.com, cat: finance, provider: global-payments, cc: US, imp: 2, tier: 4, checks: [http] }
1579 + - { id: pay-green-dot, name: "Green Dot", host: www.greendot.com, cat: finance, provider: green-dot, cc: US, imp: 3, tier: 4, checks: [http] }
1580 + - { id: pay-pathward, name: "Pathward", host: www.pathward.com, cat: finance, provider: pathward, cc: US, imp: 2, tier: 4, checks: [http] }
1581 + - { id: pay-cross-river, name: "Cross River Bank", host: www.crossriver.com, cat: finance, provider: cross-river, cc: US, imp: 2, tier: 4, checks: [http] }
1582 + - { id: pay-the-bancorp, name: "The Bancorp", host: thebancorp.com, cat: finance, provider: bancorp, cc: US, imp: 2, tier: 4, checks: [http] }
1583 + - { id: pay-evolve, name: "Evolve Bank & Trust", host: www.getevolved.com, cat: finance, provider: evolve, cc: US, imp: 1, tier: 4, checks: [http] }
1584 + - { id: pay-sutton, name: "Sutton Bank", host: www.suttonbank.com, cat: finance, provider: sutton, cc: US, imp: 1, tier: 4, checks: [http] }
1585 + - { id: pay-coastal, name: "Coastal Community Bank", host: www.coastalbank.com, cat: finance, provider: coastal, cc: US, imp: 1, tier: 4, checks: [http] }
1586 + - { id: pay-lead-bank, name: "Lead Bank", host: www.lead.bank, cat: finance, provider: lead, cc: US, imp: 1, tier: 4, checks: [http] }
1587 + - { id: pay-synctera, name: "Synctera", host: synctera.com, cat: finance, provider: synctera, cc: US, imp: 1, tier: 4, checks: [http] }
1588 + - { id: pay-alkami, name: "Alkami", host: www.alkami.com, cat: finance, provider: alkami, cc: US, imp: 1, tier: 4, checks: [http] }
1589 + - { id: pay-fis-developer, name: "FIS Code Connect", host: developer.fisglobal.com, cat: finance, provider: fis, cc: US, imp: 2, tier: 4, checks: [http] }
1590 + - { id: pay-affirm-developer, name: "Affirm docs", host: docs.affirm.com, cat: finance, provider: affirm, svc: affirm, cc: US, imp: 1, tier: 4, checks: [http] }
1591 + - { id: pay-afterpay-developer, name: "Afterpay developers", host: developers.afterpay.com, cat: finance, provider: block, svc: afterpay, cc: US, imp: 1, tier: 4, checks: [http] }
1592 + - { id: pay-klarna-developer, name: "Klarna developer portal", host: developers.klarna.com, cat: finance, provider: klarna, svc: klarna, cc: SE, imp: 1, tier: 4, checks: [http] }
1593 + - { id: pay-sezzle, name: "Sezzle", host: sezzle.com, cat: finance, provider: sezzle, svc: sezzle, cc: US, imp: 2, tier: 4, checks: [http] }
1594 + - { id: pay-splitit, name: "Splitit", host: www.splitit.com, cat: finance, provider: splitit, cc: US, imp: 1, tier: 4, checks: [http] }
1595 + - { id: pay-uplift, name: "Uplift (Flexshopper)", host: www.uplift.com, cat: finance, provider: uplift, cc: US, imp: 1, tier: 4, checks: [http] }
1596 + - { id: pay-bread, name: "Bread Financial", host: www.breadfinancial.com, cat: finance, provider: bread, cc: US, imp: 2, tier: 4, checks: [http] }
1597 + - { id: pay-paypal-paylater, name: "PayPal Pay Later", host: www.paypal.com, url: "https://www.paypal.com/us/digital-wallet/ways-to-pay/buy-now-pay-later", cat: finance, provider: paypal, svc: paypal, cc: US, imp: 1, tier: 4, checks: [http] }
1598 + - { id: pay-upgrade, name: "Upgrade", host: www.upgrade.com, cat: finance, provider: upgrade, cc: US, imp: 2, tier: 4, checks: [http] }
1599 + - { id: pay-lendingclub, name: "LendingClub", host: www.lendingclub.com, cat: finance, provider: lendingclub, cc: US, imp: 2, tier: 4, checks: [http] }
1600 + - { id: pay-upstart, name: "Upstart", host: www.upstart.com, cat: finance, provider: upstart, cc: US, imp: 2, tier: 4, checks: [http] }
1601 + - { id: pay-prosper, name: "Prosper", host: www.prosper.com, cat: finance, provider: prosper, cc: US, imp: 1, tier: 4, checks: [http] }
1602 + - { id: pay-avant, name: "Avant", host: www.avant.com, cat: finance, provider: avant, cc: US, imp: 1, tier: 4, checks: [http] }
1603 + - { id: pay-oppfi, name: "OppFi", host: www.oppfi.com, cat: finance, provider: oppfi, cc: US, imp: 1, tier: 4, checks: [http] }
1604 + - { id: pay-enova, name: "Enova", host: www.enova.com, cat: finance, provider: enova, cc: US, imp: 1, tier: 4, checks: [http] }
1605 + - { id: pay-rocket-mortgage, name: "Rocket Mortgage", host: www.rocketmortgage.com, cat: finance, provider: rocket, cc: US, imp: 3, tier: 4, checks: [http] }
1606 + - { id: pay-uwm, name: "United Wholesale Mortgage", host: www.uwm.com, cat: finance, provider: uwm, cc: US, imp: 2, tier: 4, checks: [http] }
1607 + - { id: pay-loandepot, name: "loanDepot", host: www.loandepot.com, cat: finance, provider: loandepot, cc: US, imp: 2, tier: 4, checks: [http] }
1608 + - { id: pay-mr-cooper, name: "Mr. Cooper", host: www.mrcooper.com, cat: finance, provider: mr-cooper, cc: US, imp: 2, tier: 4, checks: [http] }
1609 + - { id: pay-pennymac, name: "Pennymac", host: www.pennymac.com, cat: finance, provider: pennymac, cc: US, imp: 2, tier: 4, checks: [http] }
1610 + - { id: pay-better, name: "Better Mortgage", host: better.com, cat: finance, provider: better, cc: US, imp: 1, tier: 4, checks: [http] }
1611 + - { id: pay-sallie-mae, name: "Sallie Mae", host: www.salliemae.com, cat: finance, provider: sallie-mae, cc: US, imp: 2, tier: 4, checks: [http] }
1612 + - { id: pay-nelnet, name: "Nelnet", host: nelnet.com, cat: finance, provider: nelnet, cc: US, imp: 2, tier: 4, checks: [http] }
1613 + - { id: pay-navient, name: "Navient", host: navient.com, cat: finance, provider: navient, cc: US, imp: 1, tier: 4, checks: [http] }
1614 + - { id: pay-toyota-financial, name: "Toyota Financial Services", host: www.toyotafinancial.com, cat: finance, provider: toyota, cc: US, imp: 2, tier: 4, checks: [http] }
1615 + - { id: pay-ford-credit, name: "Ford Credit", host: www.ford.com, url: "https://www.ford.com/finance/", cat: finance, provider: ford, cc: US, imp: 1, tier: 4, checks: [http] }
1616 + - { id: pay-gm-financial, name: "GM Financial", host: www.gmfinancial.com, cat: finance, provider: gm, cc: US, imp: 2, tier: 4, checks: [http] }
1617 + - { id: pay-onemain, name: "OneMain Financial", host: www.onemainfinancial.com, cat: finance, provider: onemain, cc: US, imp: 2, tier: 4, checks: [http] }
1618 + - { id: pay-credit-acceptance, name: "Credit Acceptance", host: www.creditacceptance.com, cat: finance, provider: credit-acceptance, cc: US, imp: 1, tier: 4, checks: [http] }
1619 + - { id: pay-carmax-auto, name: "CarMax Auto Finance", host: www.carmax.com, url: "https://www.carmax.com/car-financing", cat: finance, provider: carmax, cc: US, imp: 1, tier: 4, checks: [http] }
1620 + - { id: pay-fleetcor-legacy, name: "Comdata", host: www.comdata.com, cat: finance, provider: corpay, cc: US, imp: 1, tier: 4, checks: [http] }
1621 + - { id: pay-paymentus-us, name: "Paymentus (US)", host: www.paymentus.com, url: "https://www.paymentus.com/solutions/", cat: finance, provider: paymentus, cc: US, imp: 1, tier: 4, checks: [http] }
1622 + - { id: pay-invoice-cloud, name: "InvoiceCloud", host: www.invoicecloud.com, cat: finance, provider: invoicecloud, cc: US, imp: 1, tier: 4, checks: [http] }
1623 + - { id: pay-doxo, name: "doxo", host: www.doxo.com, cat: finance, provider: doxo, cc: US, imp: 1, tier: 4, checks: [http] }
1624 + - { id: pay-payactiv, name: "Payactiv", host: www.payactiv.com, cat: finance, provider: payactiv, cc: US, imp: 1, tier: 4, checks: [http] }
1625 + - { id: pay-dailypay, name: "DailyPay", host: www.dailypay.com, cat: finance, provider: dailypay, cc: US, imp: 1, tier: 4, checks: [http] }
1626 + - { id: pay-gusto-embedded, name: "Gusto Embedded", host: embedded.gusto.com, cat: finance, provider: gusto, svc: gusto, cc: US, imp: 1, tier: 4, checks: [http] }
1627 + - { id: pay-papaya-global, name: "Papaya Global", host: www.papayaglobal.com, cat: finance, provider: papaya, cc: IL, imp: 2, tier: 4, checks: [http] }
1628 + - { id: pay-deel, name: "Deel", host: www.deel.com, cat: finance, provider: deel, cc: US, imp: 3, tier: 4, checks: [http] }
1629 + - { id: pay-remote, name: "Remote", host: remote.com, cat: finance, provider: remote, cc: US, imp: 2, tier: 4, checks: [http] }
1630 + - { id: pay-oyster, name: "Oyster HR", host: www.oysterhr.com, cat: finance, provider: oyster, cc: US, imp: 1, tier: 4, checks: [http] }
1631 + - { id: pay-payoneer-checkout, name: "Payoneer Checkout", host: www.payoneer.com, url: "https://www.payoneer.com/checkout/", cat: finance, provider: payoneer, svc: payoneer, cc: US, imp: 1, tier: 4, checks: [http] }
1632 + - { id: pay-airtm, name: "Airtm", host: www.airtm.com, cat: finance, provider: airtm, cc: US, imp: 1, tier: 4, checks: [http] }
1633 + - { id: pay-uphold, name: "Uphold", host: uphold.com, cat: finance, provider: uphold, cc: US, imp: 2, tier: 4, checks: [http] }
1634 + - { id: pay-strike, name: "Strike", host: strike.me, cat: finance, provider: strike, cc: US, imp: 2, tier: 4, checks: [http] }
1635 + - { id: pay-lightspark, name: "Lightspark", host: www.lightspark.com, cat: finance, provider: lightspark, cc: US, imp: 1, tier: 4, checks: [http] }
1636 + - { id: pay-moneygram-developer, name: "MoneyGram developer", host: developer.moneygram.com, cat: finance, provider: moneygram, cc: US, imp: 1, tier: 4, checks: [http] }
1637 + # ───────── Payment rails & schemes (100)
1638 + - { id: rail-gb-pay-uk, name: "Pay.UK (Faster Payments, Bacs)", host: www.wearepay.uk, cat: finance, provider: pay-uk, cc: GB, imp: 5, tier: 2, checks: [http] }
1639 + - { id: rail-gb-link, name: "LINK ATM scheme", host: www.link.co.uk, cat: finance, provider: link, cc: GB, imp: 3, tier: 4, checks: [http] }
1640 + - { id: rail-gb-vocalink, name: "Vocalink (Mastercard)", host: www.vocalink.com, cat: finance, provider: mastercard, cc: GB, imp: 4, tier: 3, checks: [http] }
1641 + - { id: rail-gb-cls, name: "CLS Group", host: www.cls-group.com, cat: finance, provider: cls, cc: GB, imp: 5, tier: 2, checks: [http] }
1642 + - { id: rail-gb-chaps-boe, name: "Bank of England (CHAPS & RTGS)", host: www.bankofengland.co.uk, url: "https://www.bankofengland.co.uk/payment-and-settlement", cat: finance, provider: boe, cc: GB, imp: 4, tier: 3, checks: [http] }
1643 + - { id: rail-fr-cartes-bancaires, name: "Cartes Bancaires CB", host: www.cartes-bancaires.com, cat: finance, provider: cb, cc: FR, imp: 4, tier: 3, checks: [http] }
1644 + - { id: rail-fr-stet, name: "STET", host: www.stet.eu, cat: finance, provider: stet, cc: FR, imp: 4, tier: 3, checks: [http] }
1645 + - { id: rail-de-girocard, name: "girocard", host: www.girocard.eu, cat: finance, provider: dk, cc: DE, imp: 4, tier: 3, checks: [http] }
1646 + - { id: rail-de-die-deutsche-kreditwirtschaft, name: "Die Deutsche Kreditwirtschaft", host: die-dk.de, cat: finance, provider: dk, cc: DE, imp: 2, tier: 4, checks: [http] }
1647 + - { id: rail-nl-ideal, name: "iDEAL", host: www.ideal.nl, cat: finance, provider: currence, cc: NL, imp: 4, tier: 3, checks: [http] }
1648 + - { id: rail-nl-betaalvereniging, name: "Betaalvereniging Nederland", host: www.betaalvereniging.nl, cat: finance, provider: betaalvereniging, cc: NL, imp: 2, tier: 4, checks: [http] }
1649 + - { id: rail-be-bancontact, name: "Bancontact Payconiq", host: www.bancontact.com, cat: finance, provider: bancontact, cc: BE, imp: 4, tier: 3, checks: [http] }
1650 + - { id: rail-be-payconiq, name: "Payconiq", host: www.payconiq.be, cat: finance, provider: bancontact, cc: BE, imp: 3, tier: 4, checks: [http] }
1651 + - { id: rail-ch-twint, name: "TWINT", host: www.twint.ch, cat: finance, provider: twint, cc: CH, imp: 4, tier: 3, checks: [http] }
1652 + - { id: rail-ch-six-payments, name: "SIX Banking Services (SIC)", host: www.six-group.com, url: "https://www.six-group.com/en/products-services/banking-services.html", cat: finance, provider: six, cc: CH, imp: 3, tier: 4, checks: [http] }
1653 + - { id: rail-es-bizum, name: "Bizum", host: bizum.es, cat: finance, provider: bizum, cc: ES, imp: 4, tier: 3, checks: [http] }
1654 + - { id: rail-es-redsys, name: "Redsys", host: www.redsys.es, cat: finance, provider: redsys, cc: ES, imp: 4, tier: 3, checks: [http] }
1655 + - { id: rail-es-iberpay, name: "Iberpay", host: www.iberpay.es, cat: finance, provider: iberpay, cc: ES, imp: 4, tier: 3, checks: [http] }
1656 + - { id: rail-pt-sibs, name: "SIBS", host: www.sibs.com, cat: finance, provider: sibs, cc: PT, imp: 4, tier: 3, checks: [http] }
1657 + - { id: rail-pt-mbway, name: "MB WAY", host: www.mbway.pt, cat: finance, provider: sibs, cc: PT, imp: 3, tier: 4, checks: [http] }
1658 + - { id: rail-pt-multibanco, name: "Multibanco", host: www.multibanco.pt, cat: finance, provider: sibs, cc: PT, imp: 2, tier: 4, checks: [http] }
1659 + - { id: rail-gr-dias, name: "DIAS Interbanking Systems", host: www.dias.com.gr, cat: finance, provider: dias, cc: GR, imp: 3, tier: 4, checks: [http] }
1660 + - { id: rail-se-swish, name: "Swish", host: www.swish.nu, cat: finance, provider: getswish, svc: swish, cc: SE, imp: 4, tier: 3, checks: [http] }
1661 + - { id: rail-se-bankgirot, name: "Bankgirot", host: www.bankgirot.se, cat: finance, provider: bankgirot, cc: SE, imp: 4, tier: 3, checks: [http] }
1662 + - { id: rail-se-bankid, name: "BankID (Sweden)", host: www.bankid.com, cat: finance, provider: finansiell-id, cc: SE, imp: 4, tier: 3, checks: [http] }
1663 + - { id: rail-dk-mobilepay, name: "MobilePay", host: www.mobilepay.dk, cat: finance, provider: vipps-mobilepay, cc: DK, imp: 4, tier: 3, checks: [http] }
1664 + - { id: rail-dk-nets, name: "Nets (Nexi)", host: www.nets.eu, cat: finance, provider: nexi, cc: DK, imp: 4, tier: 3, checks: [http] }
1665 + - { id: rail-dk-finance-denmark, name: "Finance Denmark", host: financedenmark.dk, cat: finance, provider: finance-denmark, cc: DK, imp: 2, tier: 4, checks: [http] }
1666 + - { id: rail-dk-mitid, name: "MitID", host: www.mitid.dk, cat: finance, provider: mitid, cc: DK, imp: 3, tier: 4, checks: [http] }
1667 + - { id: rail-no-vipps, name: "Vipps", host: www.vipps.no, cat: finance, provider: vipps-mobilepay, cc: "NO", imp: 4, tier: 3, checks: [http] }
1668 + - { id: rail-no-bankaxept, name: "BankAxept", host: www.bankaxept.no, cat: finance, provider: bankaxept, cc: "NO", imp: 3, tier: 4, checks: [http] }
1669 + - { id: rail-no-bankid, name: "BankID Norge", host: www.bankid.no, cat: finance, provider: bankid-no, cc: "NO", imp: 3, tier: 4, checks: [http] }
1670 + - { id: rail-no-bits, name: "Bits", host: www.bits.no, cat: finance, provider: bits, cc: "NO", imp: 2, tier: 4, checks: [http] }
1671 + - { id: rail-pl-kir, name: "KIR (Elixir)", host: www.kir.pl, cat: finance, provider: kir, cc: PL, imp: 4, tier: 3, checks: [http] }
1672 + - { id: rail-pl-blik, name: "BLIK", host: blik.com, cat: finance, provider: polski-standard-platnosci, cc: PL, imp: 4, tier: 3, checks: [http] }
1673 + - { id: rail-hu-giro, name: "GIRO Zrt.", host: www.giro.hu, cat: finance, provider: giro, cc: HU, imp: 3, tier: 4, checks: [http] }
1674 + - { id: rail-ro-transfond, name: "TRANSFOND", host: www.transfond.ro, cat: finance, provider: transfond, cc: RO, imp: 3, tier: 4, checks: [http] }
1675 + - { id: rail-bg-borica, name: "BORICA", host: www.borica.bg, cat: finance, provider: borica, cc: BG, imp: 3, tier: 4, checks: [http] }
1676 + - { id: rail-tr-bkm, name: "BKM (Interbank Card Center)", host: bkm.com.tr, cat: finance, provider: bkm, cc: TR, imp: 4, tier: 3, checks: [http] }
1677 + - { id: rail-tr-troy, name: "TROY", host: www.troyodeme.com, cat: finance, provider: bkm, cc: TR, imp: 3, tier: 4, checks: [http] }
1678 + - { id: rail-sa-mada, name: "mada", host: www.mada.com.sa, cat: finance, provider: sama, cc: SA, imp: 3, tier: 4, checks: [http] }
1679 + - { id: rail-kw-knet, name: "KNET", host: www.knet.com.kw, cat: finance, provider: knet, cc: KW, imp: 3, tier: 4, checks: [http] }
1680 + - { id: rail-bh-benefit, name: "BENEFIT", host: www.benefit.bh, cat: finance, provider: benefit, cc: BH, imp: 2, tier: 4, checks: [http] }
1681 + - { id: rail-jo-jopacc, name: "JoPACC (CliQ)", host: www.jopacc.com, cat: finance, provider: jopacc, cc: JO, imp: 2, tier: 4, checks: [http] }
1682 + - { id: rail-eg-ebc, name: "Egyptian Banks Company", host: www.egyptianbanks.com, cat: finance, provider: ebc, cc: EG, imp: 2, tier: 4, checks: [http] }
1683 + - { id: rail-ma-cmi, name: "Centre Monétique Interbancaire", host: www.cmi.co.ma, cat: finance, provider: cmi, cc: MA, imp: 3, tier: 4, checks: [http] }
1684 + - { id: rail-dz-satim, name: "SATIM", host: www.satim.dz, cat: finance, provider: satim, cc: DZ, imp: 1, tier: 4, checks: [http] }
1685 + - { id: rail-ng-nibss, name: "NIBSS", host: nibss-plc.com.ng, cat: finance, provider: nibss, cc: NG, imp: 4, tier: 3, checks: [http] }
1686 + - { id: rail-ng-interswitch, name: "Interswitch", host: www.interswitchgroup.com, cat: finance, provider: interswitch, cc: NG, imp: 4, tier: 3, checks: [http] }
1687 + - { id: rail-ci-gim-uemoa, name: "GIM-UEMOA", host: www.gim-uemoa.org, cat: finance, provider: gim-uemoa, cc: CI, imp: 2, tier: 4, checks: [http] }
1688 + - { id: rail-gh-ghipss, name: "GhIPSS", host: www.ghipss.net, cat: finance, provider: ghipss, cc: GH, imp: 3, tier: 4, checks: [http] }
1689 + - { id: rail-za-bankserv, name: "BankservAfrica", host: www.bankservafrica.com, cat: finance, provider: bankserv, cc: ZA, imp: 4, tier: 3, checks: [http] }
1690 + - { id: rail-za-pasa, name: "Payments Association of South Africa", host: www.pasa.org.za, cat: finance, provider: pasa, cc: ZA, imp: 2, tier: 4, checks: [http] }
1691 + - { id: rail-in-npci-upi, name: "UPI (NPCI product page)", host: www.npci.org.in, url: "https://www.npci.org.in/what-we-do/upi/product-overview", cat: finance, provider: npci, cc: IN, imp: 4, tier: 3, checks: [http] }
1692 + - { id: rail-in-npci-international, name: "NPCI International", host: www.npci.org.in, url: "https://www.npci.org.in/npci-international", cat: finance, provider: npci, cc: IN, imp: 2, tier: 4, checks: [http] }
1693 + - { id: rail-in-rupay, name: "RuPay", host: www.rupay.co.in, cat: finance, provider: npci, cc: IN, imp: 4, tier: 3, checks: [http] }
1694 + - { id: rail-in-bhim, name: "BHIM", host: www.bhimupi.org.in, cat: finance, provider: npci, cc: IN, imp: 3, tier: 4, checks: [http] }
1695 + - { id: rail-pk-1link, name: "1LINK", host: 1link.net.pk, cat: finance, provider: 1link, cc: PK, imp: 3, tier: 4, checks: [http] }
1696 + - { id: rail-lk-lankapay, name: "LankaPay", host: www.lankapay.net, cat: finance, provider: lankaclear, cc: LK, imp: 2, tier: 4, checks: [http] }
1697 + - { id: rail-cn-unionpay-cn, name: "UnionPay (China)", host: www.unionpay.com, cat: finance, provider: unionpay, cc: CN, imp: 4, tier: 3, checks: [http] }
1698 + - { id: rail-cn-ecny, name: "e-CNY (PBoC digital currency)", host: www.pbc.gov.cn, url: "http://www.pbc.gov.cn/en/3688110/3688172/4157443/index.html", cat: finance, provider: gov-cn, cc: CN, imp: 2, tier: 4, checks: [http] }
1699 + - { id: rail-tw-fisc, name: "Financial Information Service Co.", host: www.fisc.com.tw, cat: finance, provider: fisc, cc: TW, imp: 3, tier: 4, checks: [http] }
1700 + - { id: rail-tw-nccc, name: "National Credit Card Center", host: www.nccc.com.tw, cat: finance, provider: nccc, cc: TW, imp: 2, tier: 4, checks: [http] }
1701 + - { id: rail-tw-twqr, name: "TWQR", host: www.twqr.com.tw, cat: finance, provider: fisc, cc: TW, imp: 1, tier: 4, checks: [http] }
1702 + - { id: rail-jp-zengin, name: "Zengin-Net", host: www.zengin-net.jp, cat: finance, provider: zengin, cc: JP, imp: 4, tier: 3, checks: [http] }
1703 + - { id: rail-jp-jcb-jp, name: "JCB (Japan)", host: www.jcb.co.jp, cat: finance, provider: jcb, cc: JP, imp: 3, tier: 4, checks: [http] }
1704 + - { id: rail-kr-kftc, name: "KFTC (Korea Financial Telecommunications & Clearings)", host: www.kftc.or.kr, cat: finance, provider: kftc, cc: KR, imp: 4, tier: 3, checks: [http] }
1705 + - { id: rail-sg-nets, name: "NETS", host: www.nets.com.sg, cat: finance, provider: nets-sg, cc: SG, imp: 4, tier: 3, checks: [http] }
1706 + - { id: rail-my-paynet, name: "PayNet (DuitNow)", host: www.paynet.my, cat: finance, provider: paynet, cc: MY, imp: 4, tier: 3, checks: [http] }
1707 + - { id: rail-th-itmx, name: "National ITMX (PromptPay)", host: www.itmx.co.th, cat: finance, provider: itmx, cc: TH, imp: 4, tier: 3, checks: [http] }
1708 + - { id: rail-id-artajasa, name: "Artajasa (ATM Bersama)", host: www.artajasa.co.id, cat: finance, provider: artajasa, cc: ID, imp: 2, tier: 4, checks: [http] }
1709 + - { id: rail-id-jalin, name: "Jalin (Link)", host: www.jalin.co.id, cat: finance, provider: jalin, cc: ID, imp: 1, tier: 4, checks: [http] }
1710 + - { id: rail-ph-bancnet, name: "BancNet", host: www.bancnet.net, cat: finance, provider: bancnet, cc: PH, imp: 3, tier: 4, checks: [http] }
1711 + - { id: rail-ph-pchc, name: "Philippine Clearing House", host: www.pchc.com.ph, cat: finance, provider: pchc, cc: PH, imp: 2, tier: 4, checks: [http] }
1712 + - { id: rail-vn-napas, name: "NAPAS", host: napas.com.vn, cat: finance, provider: napas, cc: VN, imp: 4, tier: 3, checks: [http] }
1713 + - { id: rail-uz-uzcard, name: "UzCard", host: uzcard.uz, cat: finance, provider: uzcard, cc: UZ, imp: 2, tier: 4, checks: [http] }
1714 + - { id: rail-uz-humo, name: "HUMO", host: humocard.uz, cat: finance, provider: humo, cc: UZ, imp: 2, tier: 4, checks: [http] }
1715 + - { id: rail-au-auspaynet, name: "Australian Payments Network", host: www.auspaynet.com.au, cat: finance, provider: auspaynet, cc: AU, imp: 3, tier: 4, checks: [http] }
1716 + - { id: rail-au-npp, name: "NPP Australia (Osko, PayID)", host: nppa.com.au, cat: finance, provider: auspaynet, cc: AU, imp: 4, tier: 3, checks: [http] }
1717 + - { id: rail-au-eftpos, name: "eftpos Australia", host: www.eftposaustralia.com.au, cat: finance, provider: australian-payments-plus, cc: AU, imp: 3, tier: 4, checks: [http] }
1718 + - { id: rail-au-bpay, name: "BPAY", host: www.bpay.com.au, cat: finance, provider: australian-payments-plus, cc: AU, imp: 4, tier: 3, checks: [http] }
1719 + - { id: rail-au-payid, name: "PayID", host: payid.com.au, cat: finance, provider: auspaynet, cc: AU, imp: 3, tier: 4, checks: [http] }
1720 + - { id: rail-au-auspayplus, name: "Australian Payments Plus", host: www.auspayplus.com.au, cat: finance, provider: australian-payments-plus, cc: AU, imp: 3, tier: 4, checks: [http] }
1721 + - { id: rail-au-cuscal, name: "Cuscal", host: www.cuscal.com, cat: finance, provider: cuscal, cc: AU, imp: 2, tier: 4, checks: [http] }
1722 + - { id: rail-nz-payments-nz, name: "Payments NZ", host: www.paymentsnz.co.nz, cat: finance, provider: payments-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
1723 + - { id: rail-nz-worldline-nz, name: "Worldline NZ (Paymark)", host: www.worldline.co.nz, cat: finance, provider: worldline, cc: NZ, imp: 3, tier: 4, checks: [http] }
1724 + - { id: rail-us-tch, name: "The Clearing House (RTP, CHIPS)", host: www.theclearinghouse.org, cat: finance, provider: tch, cc: US, imp: 5, tier: 2, checks: [http] }
1725 + - { id: rail-us-nacha, name: "Nacha (ACH)", host: www.nacha.org, cat: finance, provider: nacha, cc: US, imp: 5, tier: 2, checks: [http] }
1726 + - { id: rail-us-fednow, name: "FedNow Service", host: www.frbservices.org, url: "https://www.frbservices.org/financial-services/fednow", cat: finance, provider: fed, cc: US, imp: 5, tier: 2, checks: [http] }
1727 + - { id: rail-us-fedwire, name: "Fedwire Funds Service", host: www.frbservices.org, url: "https://www.frbservices.org/financial-services/wires", cat: finance, provider: fed, cc: US, imp: 4, tier: 3, checks: [http] }
1728 + - { id: rail-us-zelle, name: "Zelle", host: www.zellepay.com, cat: finance, provider: early-warning, cc: US, imp: 5, tier: 2, checks: [http] }
1729 + - { id: rail-us-early-warning, name: "Early Warning Services", host: www.earlywarning.com, cat: finance, provider: early-warning, cc: US, imp: 3, tier: 4, checks: [http] }
1730 + - { id: rail-us-venmo, name: "Venmo", host: venmo.com, cat: finance, provider: paypal, svc: paypal, cc: US, imp: 4, tier: 3, checks: [http] }
1731 + - { id: rail-us-cash-app, name: "Cash App", host: cash.app, cat: finance, provider: block, svc: cashapp, cc: US, imp: 4, tier: 3, checks: [http] }
1732 + - { id: rail-us-apple-pay, name: "Apple Pay", host: www.apple.com, url: "https://www.apple.com/apple-pay/", cat: finance, provider: apple, cc: US, imp: 4, tier: 3, checks: [http] }
1733 + - { id: rail-us-google-pay, name: "Google Pay", host: pay.google.com, url: "https://pay.google.com/about/", cat: finance, provider: google, cc: US, imp: 4, tier: 3, checks: [http] }
1734 + - { id: rail-us-paypal-developer, name: "PayPal Developer", host: developer.paypal.com, cat: finance, provider: paypal, svc: paypal, cc: US, imp: 4, tier: 3, checks: [http] }
1735 + - { id: rail-us-star, name: "STAR Network (Fiserv)", host: www.star.com, cat: finance, provider: fiserv, cc: US, imp: 2, tier: 4, checks: [http] }
1736 + - { id: rail-us-nyce, name: "NYCE (FIS)", host: www.nyce.net, cat: finance, provider: fis, cc: US, imp: 2, tier: 4, checks: [http] }
1737 + - { id: rail-us-pulse, name: "PULSE (Discover)", host: www.pulsenetwork.com, cat: finance, provider: discover, cc: US, imp: 2, tier: 4, checks: [http] }
1738 + # ───────── Market infrastructure, clearing, CSDs, international bodies (117)
1739 + - { id: infra-ca-cds, name: "CDS Clearing (TMX)", host: www.cds.ca, cat: finance, provider: tmx, cc: CA, imp: 4, tier: 3, checks: [http] }
1740 + - { id: infra-ca-tmx-group, name: "TMX Group", host: www.tmx.com, cat: finance, provider: tmx, cc: CA, imp: 4, tier: 3, checks: [http] }
1741 + - { id: infra-gb-lch, name: "LCH", host: www.lch.com, cat: finance, provider: lseg, cc: GB, imp: 5, tier: 2, checks: [http] }
1742 + - { id: infra-gb-euroclear-uk, name: "Euroclear UK & International (CREST)", host: www.euroclear.com, url: "https://www.euroclear.com/en/about/our-business/EuroclearUKandInternational.html", cat: finance, provider: euroclear, cc: GB, imp: 4, tier: 3, checks: [http] }
1743 + - { id: infra-de-clearstream, name: "Clearstream", host: www.clearstream.com, cat: finance, provider: deutsche-boerse, cc: DE, imp: 5, tier: 2, checks: [http] }
1744 + - { id: infra-de-eurex-clearing, name: "Eurex Clearing", host: www.eurex.com, url: "https://www.eurex.com/ec-en/", cat: finance, provider: deutsche-boerse, cc: DE, imp: 4, tier: 3, checks: [http] }
1745 + - { id: infra-de-360t, name: "360T", host: www.360t.com, cat: finance, provider: deutsche-boerse, cc: DE, imp: 2, tier: 4, checks: [http] }
1746 + - { id: infra-be-euroclear, name: "Euroclear", host: www.euroclear.com, cat: finance, provider: euroclear, cc: BE, imp: 5, tier: 2, checks: [http] }
1747 + - { id: infra-be-isabel, name: "Isabel Group", host: www.isabel.eu, cat: finance, provider: isabel, cc: BE, imp: 2, tier: 4, checks: [http] }
1748 + - { id: infra-it-monte-titoli, name: "Euronext Securities Milan", host: www.euronext.com, url: "https://www.euronext.com/en/post-trade/euronext-securities/milan", cat: finance, provider: euronext, cc: IT, imp: 2, tier: 4, checks: [http] }
1749 + - { id: infra-pl-kdpw, name: "KDPW", host: www.kdpw.pl, cat: finance, provider: kdpw, cc: PL, imp: 3, tier: 4, checks: [http] }
1750 + - { id: infra-tr-takasbank, name: "Takasbank", host: www.takasbank.com.tr, cat: finance, provider: borsa-istanbul, cc: TR, imp: 3, tier: 4, checks: [http] }
1751 + - { id: infra-tr-mkk, name: "MKK (Central Securities Depository)", host: www.mkk.com.tr, cat: finance, provider: borsa-istanbul, cc: TR, imp: 2, tier: 4, checks: [http] }
1752 + - { id: infra-sa-edaa, name: "Edaa (Securities Depository Center)", host: www.edaa.com.sa, cat: finance, provider: tadawul, cc: SA, imp: 2, tier: 4, checks: [http] }
1753 + - { id: infra-sa-muqassa, name: "Muqassa (Securities Clearing)", host: www.muqassa.sa, cat: finance, provider: tadawul, cc: SA, imp: 2, tier: 4, checks: [http] }
1754 + - { id: infra-ma-maroclear, name: "Maroclear", host: www.maroclear.com, cat: finance, provider: maroclear, cc: MA, imp: 2, tier: 4, checks: [http] }
1755 + - { id: infra-za-strate, name: "Strate", host: www.strate.co.za, cat: finance, provider: strate, cc: ZA, imp: 3, tier: 4, checks: [http] }
1756 + - { id: infra-in-nsdl, name: "NSDL", host: nsdl.co.in, cat: finance, provider: nsdl, cc: IN, imp: 4, tier: 3, checks: [http] }
1757 + - { id: infra-in-cdsl, name: "CDSL", host: www.cdslindia.com, cat: finance, provider: cdsl, cc: IN, imp: 4, tier: 3, checks: [http] }
1758 + - { id: infra-in-ccil, name: "CCIL", host: www.ccilindia.com, cat: finance, provider: ccil, cc: IN, imp: 3, tier: 4, checks: [http] }
1759 + - { id: infra-cn-csdc, name: "China Securities Depository and Clearing", host: www.chinaclear.cn, cat: finance, provider: chinaclear, cc: CN, imp: 4, tier: 3, checks: [http] }
1760 + - { id: infra-cn-cfets, name: "CFETS (China Foreign Exchange Trade System)", host: www.chinamoney.com.cn, cat: finance, provider: cfets, cc: CN, imp: 3, tier: 4, checks: [http] }
1761 + - { id: infra-cn-cips, name: "CIPS (Cross-border Interbank Payment System)", host: www.cips.com.cn, cat: finance, provider: cips, cc: CN, imp: 4, tier: 3, checks: [http] }
1762 + - { id: infra-cn-nucc, name: "NetsUnion Clearing", host: www.nucc.com, cat: finance, provider: nucc, cc: CN, imp: 3, tier: 4, checks: [http] }
1763 + - { id: infra-cn-shanghai-clearing, name: "Shanghai Clearing House", host: www.shclearing.com.cn, cat: finance, provider: shclearing, cc: CN, imp: 2, tier: 4, checks: [http] }
1764 + - { id: infra-hk-hkscc, name: "HKEX Clearing (HKSCC)", host: www.hkex.com.hk, url: "https://www.hkex.com.hk/Services/Clearing", cat: finance, provider: hkex, cc: HK, imp: 3, tier: 4, checks: [http] }
1765 + - { id: infra-tw-tdcc, name: "Taiwan Depository & Clearing", host: www.tdcc.com.tw, cat: finance, provider: tdcc, cc: TW, imp: 3, tier: 4, checks: [http] }
1766 + - { id: infra-jp-jasdec, name: "JASDEC", host: www.jasdec.com, cat: finance, provider: jasdec, cc: JP, imp: 4, tier: 3, checks: [http] }
1767 + - { id: infra-jp-jscc, name: "Japan Securities Clearing Corporation", host: www.jpx.co.jp, url: "https://www.jpx.co.jp/jscc/en/", cat: finance, provider: jpx, cc: JP, imp: 3, tier: 4, checks: [http] }
1768 + - { id: infra-kr-ksd, name: "Korea Securities Depository", host: www.ksd.or.kr, cat: finance, provider: ksd, cc: KR, imp: 4, tier: 3, checks: [http] }
1769 + - { id: infra-kr-koscom, name: "Koscom", host: www.koscom.co.kr, cat: finance, provider: koscom, cc: KR, imp: 2, tier: 4, checks: [http] }
1770 + - { id: infra-sg-sgx-cdp, name: "SGX CDP", host: www.sgx.com, url: "https://www.sgx.com/securities/cdp", cat: finance, provider: sgx, cc: SG, imp: 2, tier: 4, checks: [http] }
1771 + - { id: infra-sg-apex, name: "Asia Pacific Exchange", host: www.asiapacificex.com, cat: finance, provider: apex, cc: SG, imp: 1, tier: 4, checks: [http] }
1772 + - { id: infra-id-ksei, name: "KSEI", host: www.ksei.co.id, cat: finance, provider: ksei, cc: ID, imp: 3, tier: 4, checks: [http] }
1773 + - { id: infra-au-asx-clear, name: "ASX Clear & Settlement (CHESS)", host: www.asx.com.au, url: "https://www.asx.com.au/markets/clearing-and-settlement-services", cat: finance, provider: asx, cc: AU, imp: 3, tier: 4, checks: [http] }
1774 + - { id: infra-us-occ-options, name: "OCC (Options Clearing Corporation)", host: www.theocc.com, cat: finance, provider: occ-options, cc: US, imp: 5, tier: 2, checks: [http] }
1775 + - { id: infra-us-ice-clear, name: "ICE Clear", host: www.ice.com, url: "https://www.ice.com/clearing", cat: finance, provider: ice, cc: US, imp: 4, tier: 3, checks: [http] }
1776 + - { id: infra-us-dtcc-nscc, name: "DTCC NSCC", host: www.dtcc.com, url: "https://www.dtcc.com/clearing-services/equities-clearing-services", cat: finance, provider: dtcc, cc: US, imp: 4, tier: 3, checks: [http] }
1777 + - { id: infra-us-dtcc-learning, name: "DTCC Learning Center", host: dtcclearning.com, cat: finance, provider: dtcc, cc: US, imp: 2, tier: 4, checks: [http] }
1778 + - { id: infra-us-fincen, name: "FinCEN", host: www.fincen.gov, cat: finance, provider: treasury, cc: US, imp: 3, tier: 4, checks: [http] }
1779 + - { id: infra-us-sifma, name: "SIFMA", host: www.sifma.org, cat: finance, provider: sifma, cc: US, imp: 3, tier: 4, checks: [http] }
1780 + - { id: infra-us-isda, name: "ISDA", host: www.isda.org, cat: finance, provider: isda, cc: US, imp: 4, tier: 3, checks: [http] }
1781 + - { id: infra-us-fia, name: "FIA", host: www.fia.org, cat: finance, provider: fia, cc: US, imp: 2, tier: 4, checks: [http] }
1782 + - { id: infra-us-broadridge, name: "Broadridge", host: www.broadridge.com, cat: finance, provider: broadridge, cc: US, imp: 3, tier: 4, checks: [http] }
1783 + - { id: infra-us-ss-c, name: "SS&C Technologies", host: www.ssctech.com, cat: finance, provider: ssc, cc: US, imp: 2, tier: 4, checks: [http] }
1784 + - { id: infra-us-markit-ihs, name: "S&P Global Market Intelligence", host: www.spglobal.com, url: "https://www.spglobal.com/marketintelligence/en/", cat: finance, provider: spglobal, cc: US, imp: 3, tier: 4, checks: [http] }
1785 + - { id: infra-eu-euroclear-france, name: "Euroclear France", host: www.euroclear.com, url: "https://www.euroclear.com/en/about/our-business/EuroclearFrance.html", cat: finance, provider: euroclear, cc: FR, imp: 2, tier: 4, checks: [http] }
1786 + - { id: infra-eu-eba-clearing, name: "EBA CLEARING", host: www.ebaclearing.eu, cat: finance, provider: eba-clearing, cc: FR, imp: 5, tier: 2, checks: [http] }
1787 + - { id: infra-eu-epc, name: "European Payments Council (SEPA)", host: www.europeanpaymentscouncil.eu, cat: finance, provider: epc, cc: BE, imp: 5, tier: 2, checks: [http] }
1788 + - { id: infra-eu-epi, name: "European Payments Initiative", host: www.epicompany.eu, cat: finance, provider: epi, cc: BE, imp: 3, tier: 4, checks: [http] }
1789 + - { id: infra-eu-target-ecb, name: "ECB TARGET Services (T2, TIPS)", host: www.ecb.europa.eu, url: "https://www.ecb.europa.eu/paym/target/html/index.en.html", cat: finance, provider: eu, cc: DE, imp: 4, tier: 3, checks: [http] }
1790 + - { id: infra-eu-ecb-supervision, name: "ECB Banking Supervision", host: www.bankingsupervision.europa.eu, cat: finance, provider: eu, cc: DE, imp: 4, tier: 3, checks: [http] }
1791 + - { id: infra-eu-esm, name: "European Stability Mechanism", host: www.esm.europa.eu, cat: finance, provider: eu, cc: LU, imp: 3, tier: 4, checks: [http] }
1792 + - { id: infra-eu-eib, name: "European Investment Bank", host: www.eib.org, cat: finance, provider: eu, cc: LU, imp: 3, tier: 4, checks: [http] }
1793 + - { id: infra-eu-ebrd, name: "EBRD", host: www.ebrd.com, cat: finance, provider: ebrd, cc: GB, imp: 3, tier: 4, checks: [http] }
1794 + - { id: infra-eu-ecsda, name: "ECSDA", host: ecsda.eu, cat: finance, provider: ecsda, cc: BE, imp: 1, tier: 4, checks: [http] }
1795 + - { id: infra-eu-six-sis, name: "SIX SIS (Swiss CSD)", host: www.six-group.com, url: "https://www.six-group.com/en/products-services/securities-services.html", cat: finance, provider: six, cc: CH, imp: 2, tier: 4, checks: [http] }
1796 + - { id: infra-eu-vp-securities, name: "Euronext Securities Copenhagen (VP)", host: www.euronext.com, url: "https://www.euronext.com/en/post-trade/euronext-securities/copenhagen", cat: finance, provider: euronext, cc: DK, imp: 2, tier: 4, checks: [http] }
1797 + - { id: infra-eu-cc-g, name: "Euronext Clearing", host: www.euronext.com, url: "https://www.euronext.com/en/post-trade/euronext-clearing", cat: finance, provider: euronext, cc: IT, imp: 2, tier: 4, checks: [http] }
1798 + - { id: infra-eu-lch-sa, name: "LCH SA", host: www.lch.com, url: "https://www.lch.com/about-us/lch-sa", cat: finance, provider: lseg, cc: FR, imp: 2, tier: 4, checks: [http] }
1799 + - { id: infra-eu-monte-titoli-old, name: "Iberclear", host: www.iberclear.es, cat: finance, provider: six, cc: ES, imp: 2, tier: 4, checks: [http] }
1800 + - { id: infra-eu-interbolsa, name: "Interbolsa", host: www.interbolsa.pt, cat: finance, provider: euronext, cc: PT, imp: 1, tier: 4, checks: [http] }
1801 + - { id: infra-eu-oekb-csd, name: "OeKB CSD", host: www.oekb-csd.at, cat: finance, provider: oekb, cc: AT, imp: 1, tier: 4, checks: [http] }
1802 + - { id: infra-eu-kelerkszf, name: "KELER", host: www.keler.hu, cat: finance, provider: keler, cc: HU, imp: 1, tier: 4, checks: [http] }
1803 + - { id: infra-eu-cdcp, name: "CDCP (Slovak CSD)", host: www.cdcp.sk, cat: finance, provider: cdcp, cc: SK, imp: 1, tier: 4, checks: [http] }
1804 + - { id: infra-eu-nasdaq-csd, name: "Nasdaq CSD (Baltics)", host: nasdaqcsd.com, cat: finance, provider: nasdaq, cc: LV, imp: 1, tier: 4, checks: [http] }
1805 + - { id: infra-eu-strate-like-cscs, name: "CSCS Nigeria", host: www.cscs.ng, cat: finance, provider: cscs, cc: NG, imp: 2, tier: 4, checks: [http] }
1806 + - { id: infra-eu-cdsc-kenya, name: "CDSC Kenya", host: www.cdsckenya.com, cat: finance, provider: cdsc, cc: KE, imp: 1, tier: 4, checks: [http] }
1807 + - { id: infra-asia-hkma-cmu, name: "HKMA CMU (Central Moneymarkets Unit)", host: www.cmu.org.hk, cat: finance, provider: gov-hk, cc: HK, imp: 2, tier: 4, checks: [http] }
1808 + - { id: infra-asia-sgx-derivatives, name: "SGX Derivatives Clearing", host: www.sgx.com, url: "https://www.sgx.com/derivatives", cat: finance, provider: sgx, cc: SG, imp: 2, tier: 4, checks: [http] }
1809 + - { id: infra-asia-bursa-clearing, name: "Bursa Malaysia Derivatives", host: www.bursamalaysia.com, url: "https://www.bursamalaysia.com/trade/our_products_services/derivatives", cat: finance, provider: bursa, cc: MY, imp: 1, tier: 4, checks: [http] }
1810 + - { id: infra-asia-tsd, name: "Thailand Securities Depository", host: www.set.or.th, url: "https://www.set.or.th/en/tsd/overview", cat: finance, provider: set, cc: TH, imp: 1, tier: 4, checks: [http] }
1811 + - { id: infra-asia-asx-austraclear, name: "ASX Austraclear", host: www.asx.com.au, url: "https://www.asx.com.au/connectivity-and-data/asx-austraclear", cat: finance, provider: asx, cc: AU, imp: 1, tier: 4, checks: [http] }
1812 + - { id: infra-asia-nzclear, name: "NZClear (RBNZ)", host: www.rbnz.govt.nz, url: "https://www.rbnz.govt.nz/financial-stability/payment-and-settlement-systems", cat: finance, provider: rbnz, cc: NZ, imp: 1, tier: 4, checks: [http] }
1813 + - { id: infra-latam-cetip, name: "B3 Balcão (ex-Cetip)", host: www.b3.com.br, url: "https://www.b3.com.br/en_us/products-and-services/registration/", cat: finance, provider: b3, cc: BR, imp: 2, tier: 4, checks: [http] }
1814 + - { id: infra-latam-indeval, name: "Indeval", host: www.indeval.com.mx, cat: finance, provider: bmv, cc: MX, imp: 2, tier: 4, checks: [http] }
1815 + - { id: infra-latam-caja-de-valores, name: "Caja de Valores", host: www.cajadevalores.com.ar, cat: finance, provider: byma, cc: AR, imp: 2, tier: 4, checks: [http] }
1816 + - { id: infra-latam-dcv, name: "DCV Chile", host: www.dcv.cl, cat: finance, provider: dcv, cc: CL, imp: 2, tier: 4, checks: [http] }
1817 + - { id: infra-latam-deceval, name: "Deceval (bvc)", host: www.deceval.com, cat: finance, provider: bvc, cc: CO, imp: 1, tier: 4, checks: [http] }
1818 + - { id: infra-latam-cavali, name: "Cavali", host: www.cavali.com.pe, cat: finance, provider: grupo-bvl, cc: PE, imp: 1, tier: 4, checks: [http] }
1819 + - { id: infra-latam-combanc, name: "ComBanc", host: www.combanc.cl, cat: finance, provider: combanc, cc: CL, imp: 1, tier: 4, checks: [http] }
1820 + - { id: infra-latam-ach-colombia, name: "ACH Colombia", host: www.achcolombia.com.co, cat: finance, provider: ach-colombia, cc: CO, imp: 2, tier: 4, checks: [http] }
1821 + - { id: infra-latam-abm, name: "Asociación de Bancos de México", host: www.abm.org.mx, cat: finance, provider: abm, cc: MX, imp: 1, tier: 4, checks: [http] }
1822 + - { id: infra-latam-asobancaria, name: "Asobancaria", host: www.asobancaria.com, cat: finance, provider: asobancaria, cc: CO, imp: 1, tier: 4, checks: [http] }
1823 + - { id: infra-mea-buna, name: "Buna (Arab Regional Payments)", host: www.buna.co, cat: finance, provider: arab-monetary-fund, cc: AE, imp: 2, tier: 4, checks: [http] }
1824 + - { id: infra-mea-amf, name: "Arab Monetary Fund", host: www.amf.org.ae, cat: finance, provider: arab-monetary-fund, cc: AE, imp: 2, tier: 4, checks: [http] }
1825 + - { id: infra-mea-papss, name: "PAPSS (Pan-African Payment and Settlement System)", host: papss.com, cat: finance, provider: afreximbank, cc: EG, imp: 3, tier: 4, checks: [http] }
1826 + - { id: infra-mea-afreximbank, name: "Afreximbank", host: www.afreximbank.com, cat: finance, provider: afreximbank, cc: EG, imp: 3, tier: 4, checks: [http] }
1827 + - { id: infra-mea-afdb, name: "African Development Bank", host: www.afdb.org, cat: finance, provider: afdb, cc: CI, imp: 3, tier: 4, checks: [http] }
1828 + - { id: infra-mea-tdb, name: "Trade and Development Bank (Africa)", host: www.tdbgroup.org, cat: finance, provider: tdb-africa, cc: BI, imp: 1, tier: 4, checks: [http] }
1829 + - { id: infra-mea-sadc-rtgs, name: "SADC Banking Association", host: www.sadcbanking.org, cat: finance, provider: sadc, cc: ZA, imp: 1, tier: 4, checks: [http] }
1830 + - { id: infra-asia-adb, name: "Asian Development Bank", host: www.adb.org, cat: finance, provider: adb, cc: PH, imp: 4, tier: 3, checks: [http] }
1831 + - { id: infra-asia-aiib, name: "AIIB", host: www.aiib.org, cat: finance, provider: aiib, cc: CN, imp: 3, tier: 4, checks: [http] }
1832 + - { id: infra-asia-ndb, name: "New Development Bank", host: www.ndb.int, cat: finance, provider: ndb, cc: CN, imp: 2, tier: 4, checks: [http] }
1833 + - { id: infra-asia-isdb, name: "Islamic Development Bank", host: www.isdb.org, cat: finance, provider: isdb, cc: SA, imp: 2, tier: 4, checks: [http] }
1834 + - { id: infra-latam-iadb, name: "Inter-American Development Bank", host: www.iadb.org, cat: finance, provider: iadb, cc: US, imp: 3, tier: 4, checks: [http] }
1835 + - { id: infra-latam-caf, name: "CAF Development Bank of Latin America", host: www.caf.com, cat: finance, provider: caf, cc: VE, imp: 2, tier: 4, checks: [http] }
1836 + - { id: infra-latam-cabei, name: "CABEI (BCIE)", host: www.bcie.org, cat: finance, provider: bcie, cc: HN, imp: 1, tier: 4, checks: [http] }
1837 + - { id: infra-latam-fonplata, name: "FONPLATA", host: www.fonplata.org, cat: finance, provider: fonplata, cc: UY, imp: 1, tier: 4, checks: [http] }
1838 + - { id: infra-global-ifc, name: "IFC", host: www.ifc.org, cat: finance, provider: world-bank, cc: US, imp: 3, tier: 4, checks: [http] }
1839 + - { id: infra-global-bis-innovation, name: "BIS Innovation Hub", host: www.bis.org, url: "https://www.bis.org/about/bisih/about.htm", cat: finance, provider: bis, cc: CH, imp: 2, tier: 4, checks: [http] }
1840 + - { id: infra-global-bis-data, name: "BIS Data Portal", host: data.bis.org, cat: finance, provider: bis, cc: CH, imp: 3, tier: 4, checks: [http] }
1841 + - { id: infra-global-fsb, name: "Financial Stability Board", host: www.fsb.org, cat: finance, provider: fsb, cc: CH, imp: 4, tier: 3, checks: [http] }
1842 + - { id: infra-global-iosco, name: "IOSCO", host: www.iosco.org, cat: finance, provider: iosco, cc: ES, imp: 4, tier: 3, checks: [http] }
1843 + - { id: infra-global-fatf, name: "FATF", host: www.fatf-gafi.org, cat: finance, provider: fatf, cc: FR, imp: 4, tier: 3, checks: [http] }
1844 + - { id: infra-global-iais, name: "IAIS", host: www.iaisweb.org, cat: finance, provider: iais, cc: CH, imp: 3, tier: 4, checks: [http] }
1845 + - { id: infra-global-ifrs, name: "IFRS Foundation", host: www.ifrs.org, cat: finance, provider: ifrs, cc: GB, imp: 3, tier: 4, checks: [http] }
1846 + - { id: infra-global-iif, name: "Institute of International Finance", host: www.iif.com, cat: finance, provider: iif, cc: US, imp: 2, tier: 4, checks: [http] }
1847 + - { id: infra-global-gleif, name: "GLEIF (LEI)", host: www.gleif.org, cat: finance, provider: gleif, cc: CH, imp: 3, tier: 4, checks: [http] }
1848 + - { id: infra-global-anna, name: "ANNA (ISIN)", host: www.anna-web.org, cat: finance, provider: anna, cc: BE, imp: 2, tier: 4, checks: [http] }
1849 + - { id: infra-global-wfe, name: "World Federation of Exchanges", host: www.world-exchanges.org, cat: finance, provider: wfe, cc: GB, imp: 2, tier: 4, checks: [http] }
1850 + - { id: infra-global-oecd-data, name: "OECD Data Explorer", host: data-explorer.oecd.org, cat: finance, provider: oecd, cc: FR, imp: 2, tier: 4, checks: [http] }
1851 + - { id: infra-global-imf-data, name: "IMF Data", host: data.imf.org, cat: finance, provider: imf, cc: US, imp: 3, tier: 4, checks: [http] }
1852 + - { id: infra-global-world-bank-data, name: "World Bank Open Data", host: data.worldbank.org, cat: finance, provider: world-bank, cc: US, imp: 3, tier: 4, checks: [http] }
1853 + - { id: infra-global-egmont, name: "Egmont Group", host: egmontgroup.org, cat: finance, provider: egmont, cc: CA, imp: 1, tier: 4, checks: [http] }
1854 + - { id: infra-global-wolfsberg, name: "Wolfsberg Group", host: www.wolfsberg-group.org, cat: finance, provider: wolfsberg, cc: CH, imp: 1, tier: 4, checks: [http] }
1855 + - { id: infra-global-cls-status, name: "CLS Settlement (statistics)", host: www.cls-group.com, url: "https://www.cls-group.com/insights/", cat: finance, provider: cls, cc: GB, imp: 2, tier: 4, checks: [http] }
1856 + # ───────── Exchanges & trading venues (156)
1857 + - { id: exch-ca-cse, name: "Canadian Securities Exchange", host: thecse.com, cat: finance, provider: cse, cc: CA, imp: 3, tier: 4, checks: [http] }
1858 + - { id: exch-ca-mx, name: "Montréal Exchange", host: www.m-x.ca, cat: finance, provider: tmx, cc: CA, imp: 3, tier: 4, checks: [http] }
1859 + - { id: exch-ca-cboe, name: "Cboe Canada", host: www.cboe.ca, cat: finance, provider: cboe, cc: CA, imp: 3, tier: 4, checks: [http] }
1860 + - { id: exch-mx-biva, name: "BIVA", host: www.biva.mx, cat: finance, provider: biva, cc: MX, imp: 3, tier: 4, checks: [http] }
1861 + - { id: exch-ar-byma, name: "BYMA", host: www.byma.com.ar, cat: finance, provider: byma, cc: AR, imp: 3, tier: 4, checks: [http] }
1862 + - { id: exch-ar-matba-rofex, name: "Matba Rofex (A3 Mercados)", host: www.matbarofex.com.ar, cat: finance, provider: a3, cc: AR, imp: 2, tier: 4, checks: [http] }
1863 + - { id: exch-cl-bolsa-santiago, name: "Bolsa de Santiago", host: www.bolsadesantiago.com, cat: finance, provider: bolsa-santiago, cc: CL, imp: 3, tier: 4, checks: [http] }
1864 + - { id: exch-co-bvc, name: "Bolsa de Valores de Colombia", host: www.bvc.com.co, cat: finance, provider: bvc, cc: CO, imp: 3, tier: 4, checks: [http] }
1865 + - { id: exch-pe-bvl, name: "Bolsa de Valores de Lima", host: www.bvl.com.pe, cat: finance, provider: grupo-bvl, cc: PE, imp: 3, tier: 4, checks: [http] }
1866 + - { id: exch-pa-latinex, name: "Latinex", host: www.latinexbolsa.com, cat: finance, provider: latinex, cc: PA, imp: 2, tier: 4, checks: [http] }
1867 + - { id: exch-gb-lseg, name: "LSEG", host: www.lseg.com, cat: finance, provider: lseg, cc: GB, imp: 5, tier: 2, checks: [http] }
1868 + - { id: exch-gb-lme, name: "London Metal Exchange", host: www.lme.com, cat: finance, provider: hkex, cc: GB, imp: 4, tier: 3, checks: [http] }
1869 + - { id: exch-gb-aquis, name: "Aquis Exchange", host: www.aquis.eu, cat: finance, provider: aquis, cc: GB, imp: 2, tier: 4, checks: [http] }
1870 + - { id: exch-gb-ice-futures-europe, name: "ICE Futures Europe", host: www.ice.com, url: "https://www.ice.com/futures-europe", cat: finance, provider: ice, cc: GB, imp: 3, tier: 4, checks: [http] }
1871 + - { id: exch-ie-euronext-dublin, name: "Euronext Dublin", host: www.euronext.com, url: "https://www.euronext.com/en/markets/dublin", cat: finance, provider: euronext, cc: IE, imp: 2, tier: 4, checks: [http] }
1872 + - { id: exch-de-xetra, name: "Xetra", host: www.xetra.com, cat: finance, provider: deutsche-boerse, cc: DE, imp: 4, tier: 3, checks: [http] }
1873 + - { id: exch-de-eurex, name: "Eurex", host: www.eurex.com, cat: finance, provider: deutsche-boerse, cc: DE, imp: 5, tier: 2, checks: [http] }
1874 + - { id: exch-de-boerse-frankfurt, name: "Börse Frankfurt", host: www.boerse-frankfurt.de, cat: finance, provider: deutsche-boerse, cc: DE, imp: 3, tier: 4, checks: [http] }
1875 + - { id: exch-de-boerse-stuttgart, name: "Börse Stuttgart", host: www.boerse-stuttgart.de, cat: finance, provider: boerse-stuttgart, cc: DE, imp: 3, tier: 4, checks: [http] }
1876 + - { id: exch-de-tradegate, name: "Tradegate Exchange", host: www.tradegate.de, cat: finance, provider: tradegate, cc: DE, imp: 2, tier: 4, checks: [http] }
1877 + - { id: exch-de-boerse-muenchen, name: "Börse München (gettex)", host: www.gettex.de, cat: finance, provider: boerse-muenchen, cc: DE, imp: 2, tier: 4, checks: [http] }
1878 + - { id: exch-de-boerse-hamburg, name: "Börse Hamburg", host: www.boerse-hamburg.de, cat: finance, provider: boag, cc: DE, imp: 1, tier: 4, checks: [http] }
1879 + - { id: exch-de-eex, name: "European Energy Exchange", host: www.eex.com, cat: finance, provider: deutsche-boerse, cc: DE, imp: 3, tier: 4, checks: [http] }
1880 + - { id: exch-lu-luxse, name: "Luxembourg Stock Exchange", host: www.luxse.com, cat: finance, provider: luxse, cc: LU, imp: 3, tier: 4, checks: [http] }
1881 + - { id: exch-at-wiener-boerse, name: "Wiener Börse", host: www.wienerborse.at, cat: finance, provider: wiener-boerse, cc: AT, imp: 3, tier: 4, checks: [http] }
1882 + - { id: exch-it-borsa-italiana, name: "Borsa Italiana", host: www.borsaitaliana.it, cat: finance, provider: euronext, cc: IT, imp: 4, tier: 3, checks: [http] }
1883 + - { id: exch-es-bme, name: "BME (Bolsas y Mercados Españoles)", host: www.bolsasymercados.es, cat: finance, provider: six, cc: ES, imp: 4, tier: 3, checks: [http] }
1884 + - { id: exch-es-bolsa-madrid, name: "Bolsa de Madrid", host: www.bolsamadrid.es, cat: finance, provider: six, cc: ES, imp: 3, tier: 4, checks: [http] }
1885 + - { id: exch-pt-euronext-lisbon, name: "Euronext Lisbon", host: www.euronext.com, url: "https://www.euronext.com/en/markets/lisbon", cat: finance, provider: euronext, cc: PT, imp: 2, tier: 4, checks: [http] }
1886 + - { id: exch-gr-athex, name: "Athens Exchange Group", host: www.athexgroup.gr, cat: finance, provider: athex, cc: GR, imp: 3, tier: 4, checks: [http] }
1887 + - { id: exch-cy-cse, name: "Cyprus Stock Exchange", host: www.cse.com.cy, cat: finance, provider: cse-cy, cc: CY, imp: 2, tier: 4, checks: [http] }
1888 + - { id: exch-mt-mse, name: "Malta Stock Exchange", host: www.borzamalta.com.mt, cat: finance, provider: mse, cc: MT, imp: 2, tier: 4, checks: [http] }
1889 + - { id: exch-se-nasdaq-nordic, name: "Nasdaq Nordic", host: www.nasdaqomxnordic.com, cat: finance, provider: nasdaq, cc: SE, imp: 4, tier: 3, checks: [http] }
1890 + - { id: exch-se-spotlight, name: "Spotlight Stock Market", host: spotlightstockmarket.com, cat: finance, provider: spotlight, cc: SE, imp: 1, tier: 4, checks: [http] }
1891 + - { id: exch-se-ngm, name: "Nordic Growth Market", host: www.ngm.se, cat: finance, provider: boerse-stuttgart, cc: SE, imp: 1, tier: 4, checks: [http] }
1892 + - { id: exch-no-oslo-bors, name: "Euronext Oslo Børs", host: live.euronext.com, url: "https://live.euronext.com/en/markets/oslo", cat: finance, provider: euronext, cc: "NO", imp: 3, tier: 4, checks: [http] }
1893 + - { id: exch-pl-gpw, name: "GPW (Warsaw Stock Exchange)", host: www.gpw.pl, cat: finance, provider: gpw, cc: PL, imp: 3, tier: 4, checks: [http] }
1894 + - { id: exch-cz-pse, name: "Prague Stock Exchange", host: www.pse.cz, cat: finance, provider: wiener-boerse, cc: CZ, imp: 2, tier: 4, checks: [http] }
1895 + - { id: exch-sk-bsse, name: "Bratislava Stock Exchange", host: www.bsse.sk, cat: finance, provider: bsse, cc: SK, imp: 1, tier: 4, checks: [http] }
1896 + - { id: exch-hu-bse, name: "Budapest Stock Exchange", host: www.bse.hu, cat: finance, provider: bse-hu, cc: HU, imp: 3, tier: 4, checks: [http] }
1897 + - { id: exch-bg-bse, name: "Bulgarian Stock Exchange", host: www.bse-sofia.bg, cat: finance, provider: bse-sofia, cc: BG, imp: 2, tier: 4, checks: [http] }
1898 + - { id: exch-hr-zse, name: "Zagreb Stock Exchange", host: zse.hr, cat: finance, provider: zse, cc: HR, imp: 2, tier: 4, checks: [http] }
1899 + - { id: exch-si-ljse, name: "Ljubljana Stock Exchange", host: ljse.si, cat: finance, provider: ljse, cc: SI, imp: 1, tier: 4, checks: [http] }
1900 + - { id: exch-lt-nasdaq-baltic, name: "Nasdaq Baltic", host: nasdaqbaltic.com, cat: finance, provider: nasdaq, cc: LT, imp: 2, tier: 4, checks: [http] }
1901 + - { id: exch-il-tase, name: "Tel Aviv Stock Exchange", host: www.tase.co.il, cat: finance, provider: tase, cc: IL, imp: 3, tier: 4, checks: [http] }
1902 + - { id: exch-ae-dfm, name: "Dubai Financial Market", host: www.dfm.ae, cat: finance, provider: dfm, cc: AE, imp: 3, tier: 4, checks: [http] }
1903 + - { id: exch-ae-adx, name: "Abu Dhabi Securities Exchange", host: www.adx.ae, cat: finance, provider: adx, cc: AE, imp: 3, tier: 4, checks: [http] }
1904 + - { id: exch-ae-nasdaq-dubai, name: "Nasdaq Dubai", host: www.nasdaqdubai.com, cat: finance, provider: dfm, cc: AE, imp: 2, tier: 4, checks: [http] }
1905 + - { id: exch-ae-dgcx, name: "Dubai Gold & Commodities Exchange", host: www.dgcx.ae, cat: finance, provider: dgcx, cc: AE, imp: 2, tier: 4, checks: [http] }
1906 + - { id: exch-qa-qse, name: "Qatar Stock Exchange", host: www.qe.com.qa, cat: finance, provider: qse, cc: QA, imp: 2, tier: 4, checks: [http] }
1907 + - { id: exch-kw-boursa, name: "Boursa Kuwait", host: www.boursakuwait.com.kw, cat: finance, provider: boursa-kuwait, cc: KW, imp: 2, tier: 4, checks: [http] }
1908 + - { id: exch-bh-bourse, name: "Bahrain Bourse", host: www.bahrainbourse.com, cat: finance, provider: bahrain-bourse, cc: BH, imp: 2, tier: 4, checks: [http] }
1909 + - { id: exch-om-msx, name: "Muscat Stock Exchange", host: www.msx.om, cat: finance, provider: msx, cc: OM, imp: 2, tier: 4, checks: [http] }
1910 + - { id: exch-jo-ase, name: "Amman Stock Exchange", host: www.exchange.jo, cat: finance, provider: ase, cc: JO, imp: 2, tier: 4, checks: [http] }
1911 + - { id: exch-ma-casablanca, name: "Bourse de Casablanca", host: www.casablanca-bourse.com, cat: finance, provider: casablanca-bourse, cc: MA, imp: 3, tier: 4, checks: [http] }
1912 + - { id: exch-tn-bvmt, name: "Bourse de Tunis", host: www.bvmt.com.tn, cat: finance, provider: bvmt, cc: TN, imp: 2, tier: 4, checks: [http] }
1913 + - { id: exch-ng-ngx, name: "Nigerian Exchange Group", host: ngxgroup.com, cat: finance, provider: ngx, cc: NG, imp: 3, tier: 4, checks: [http] }
1914 + - { id: exch-ke-nse, name: "Nairobi Securities Exchange", host: www.nse.co.ke, cat: finance, provider: nse-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
1915 + - { id: exch-ug-use, name: "Uganda Securities Exchange", host: www.use.or.ug, cat: finance, provider: use, cc: UG, imp: 1, tier: 4, checks: [http] }
1916 + - { id: exch-rw-rse, name: "Rwanda Stock Exchange", host: rse.rw, cat: finance, provider: rse, cc: RW, imp: 1, tier: 4, checks: [http] }
1917 + - { id: exch-mu-sem, name: "Stock Exchange of Mauritius", host: www.stockexchangeofmauritius.com, cat: finance, provider: sem, cc: MU, imp: 1, tier: 4, checks: [http] }
1918 + - { id: exch-ci-brvm, name: "BRVM", host: www.brvm.org, cat: finance, provider: brvm, cc: CI, imp: 3, tier: 4, checks: [http] }
1919 + - { id: exch-gh-gse, name: "Ghana Stock Exchange", host: gse.com.gh, cat: finance, provider: gse, cc: GH, imp: 2, tier: 4, checks: [http] }
1920 + - { id: exch-za-a2x, name: "A2X Markets", host: www.a2x.co.za, cat: finance, provider: a2x, cc: ZA, imp: 1, tier: 4, checks: [http] }
1921 + - { id: exch-ao-bodiva, name: "BODIVA", host: www.bodiva.ao, cat: finance, provider: bodiva, cc: AO, imp: 1, tier: 4, checks: [http] }
1922 + - { id: exch-zm-luse, name: "Lusaka Securities Exchange", host: www.luse.co.zm, cat: finance, provider: luse, cc: ZM, imp: 1, tier: 4, checks: [http] }
1923 + - { id: exch-zw-zse, name: "Zimbabwe Stock Exchange", host: www.zse.co.zw, cat: finance, provider: zse-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
1924 + - { id: exch-bw-bse, name: "Botswana Stock Exchange", host: www.bse.co.bw, cat: finance, provider: bse-bw, cc: BW, imp: 1, tier: 4, checks: [http] }
1925 + - { id: exch-na-nsx, name: "Namibian Stock Exchange", host: nsx.com.na, cat: finance, provider: nsx, cc: NA, imp: 1, tier: 4, checks: [http] }
1926 + - { id: exch-in-mcx, name: "MCX India", host: www.mcxindia.com, cat: finance, provider: mcx, cc: IN, imp: 3, tier: 4, checks: [http] }
1927 + - { id: exch-in-ncdex, name: "NCDEX", host: www.ncdex.com, cat: finance, provider: ncdex, cc: IN, imp: 2, tier: 4, checks: [http] }
1928 + - { id: exch-in-mse, name: "Metropolitan Stock Exchange", host: www.msei.in, cat: finance, provider: msei, cc: IN, imp: 1, tier: 4, checks: [http] }
1929 + - { id: exch-in-india-inx, name: "India INX", host: www.indiainx.com, cat: finance, provider: bse, cc: IN, imp: 1, tier: 4, checks: [http] }
1930 + - { id: exch-pk-psx, name: "Pakistan Stock Exchange", host: www.psx.com.pk, cat: finance, provider: psx, cc: PK, imp: 3, tier: 4, checks: [http] }
1931 + - { id: exch-bd-dse, name: "Dhaka Stock Exchange", host: www.dsebd.org, cat: finance, provider: dse-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
1932 + - { id: exch-bd-cse, name: "Chittagong Stock Exchange", host: www.cse.com.bd, cat: finance, provider: cse-bd, cc: BD, imp: 1, tier: 4, checks: [http] }
1933 + - { id: exch-lk-cse, name: "Colombo Stock Exchange", host: www.cse.lk, cat: finance, provider: cse-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
1934 + - { id: exch-np-nepse, name: "NEPSE", host: www.nepalstock.com, cat: finance, provider: nepse, cc: NP, imp: 1, tier: 4, checks: [http] }
1935 + - { id: exch-cn-bse, name: "Beijing Stock Exchange", host: www.bse.cn, cat: finance, provider: bse-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1936 + - { id: exch-cn-shfe, name: "Shanghai Futures Exchange", host: www.shfe.com.cn, cat: finance, provider: shfe, cc: CN, imp: 3, tier: 4, checks: [http] }
1937 + - { id: exch-cn-zce, name: "Zhengzhou Commodity Exchange", host: www.czce.com.cn, cat: finance, provider: zce, cc: CN, imp: 2, tier: 4, checks: [http] }
1938 + - { id: exch-cn-ine, name: "Shanghai International Energy Exchange", host: www.ine.cn, cat: finance, provider: shfe, cc: CN, imp: 2, tier: 4, checks: [http] }
1939 + - { id: exch-cn-sge, name: "Shanghai Gold Exchange", host: www.sge.com.cn, cat: finance, provider: sge, cc: CN, imp: 2, tier: 4, checks: [http] }
1940 + - { id: exch-tw-taifex, name: "Taiwan Futures Exchange", host: www.taifex.com.tw, cat: finance, provider: taifex, cc: TW, imp: 3, tier: 4, checks: [http] }
1941 + - { id: exch-jp-tfx, name: "Tokyo Financial Exchange", host: www.tfx.co.jp, cat: finance, provider: tfx, cc: JP, imp: 2, tier: 4, checks: [http] }
1942 + - { id: exch-jp-tocom, name: "Osaka Exchange / TOCOM", host: www.jpx.co.jp, url: "https://www.jpx.co.jp/english/derivatives/", cat: finance, provider: jpx, cc: JP, imp: 2, tier: 4, checks: [http] }
1943 + - { id: exch-jp-nagoya, name: "Nagoya Stock Exchange", host: www.nse.or.jp, cat: finance, provider: nse-jp, cc: JP, imp: 1, tier: 4, checks: [http] }
1944 + - { id: exch-jp-sapporo, name: "Sapporo Securities Exchange", host: www.sse.or.jp, cat: finance, provider: sse-jp, cc: JP, imp: 1, tier: 4, checks: [http] }
1945 + - { id: exch-jp-fukuoka, name: "Fukuoka Stock Exchange", host: www.fse.or.jp, cat: finance, provider: fse-jp, cc: JP, imp: 1, tier: 4, checks: [http] }
1946 + - { id: exch-my-bursa, name: "Bursa Malaysia", host: www.bursamalaysia.com, cat: finance, provider: bursa, cc: MY, imp: 4, tier: 3, checks: [http] }
1947 + - { id: exch-th-set, name: "Stock Exchange of Thailand", host: www.set.or.th, cat: finance, provider: set, cc: TH, imp: 4, tier: 3, checks: [http] }
1948 + - { id: exch-th-tfex, name: "Thailand Futures Exchange", host: www.tfex.co.th, cat: finance, provider: set, cc: TH, imp: 2, tier: 4, checks: [http] }
1949 + - { id: exch-id-idx, name: "Indonesia Stock Exchange", host: www.idx.co.id, cat: finance, provider: idx, cc: ID, imp: 4, tier: 3, checks: [http] }
1950 + - { id: exch-ph-pse, name: "Philippine Stock Exchange", host: www.pse.com.ph, cat: finance, provider: pse-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
1951 + - { id: exch-vn-hose, name: "Ho Chi Minh Stock Exchange", host: www.hsx.vn, cat: finance, provider: hose, cc: VN, imp: 3, tier: 4, checks: [http] }
1952 + - { id: exch-vn-hnx, name: "Hanoi Stock Exchange", host: www.hnx.vn, cat: finance, provider: hnx, cc: VN, imp: 2, tier: 4, checks: [http] }
1953 + - { id: exch-kh-csx, name: "Cambodia Securities Exchange", host: csx.com.kh, cat: finance, provider: csx, cc: KH, imp: 1, tier: 4, checks: [http] }
1954 + - { id: exch-mn-mse, name: "Mongolian Stock Exchange", host: www.mse.mn, cat: finance, provider: mse-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
1955 + - { id: exch-kz-kase, name: "Kazakhstan Stock Exchange", host: kase.kz, cat: finance, provider: kase, cc: KZ, imp: 3, tier: 4, checks: [http] }
1956 + - { id: exch-kz-aix, name: "Astana International Exchange", host: aix.kz, cat: finance, provider: aifc, cc: KZ, imp: 2, tier: 4, checks: [http] }
1957 + - { id: exch-uz-uzse, name: "Tashkent Stock Exchange", host: www.uzse.uz, cat: finance, provider: uzse, cc: UZ, imp: 1, tier: 4, checks: [http] }
1958 + - { id: exch-ge-gse, name: "Georgian Stock Exchange", host: gse.ge, cat: finance, provider: gse-ge, cc: GE, imp: 1, tier: 4, checks: [http] }
1959 + - { id: exch-am-amx, name: "Armenia Securities Exchange", host: amx.am, cat: finance, provider: amx, cc: AM, imp: 1, tier: 4, checks: [http] }
1960 + - { id: exch-az-bse, name: "Baku Stock Exchange", host: www.bfb.az, cat: finance, provider: bfb, cc: AZ, imp: 1, tier: 4, checks: [http] }
1961 + - { id: exch-au-cboe-au, name: "Cboe Australia", host: www.cboe.com, url: "https://www.cboe.com/au/", cat: finance, provider: cboe, cc: AU, imp: 2, tier: 4, checks: [http] }
1962 + - { id: exch-au-nsx, name: "National Stock Exchange of Australia", host: www.nsx.com.au, cat: finance, provider: nsx-au, cc: AU, imp: 1, tier: 4, checks: [http] }
1963 + - { id: exch-nz-nzx, name: "NZX", host: www.nzx.com, cat: finance, provider: nzx, cc: NZ, imp: 3, tier: 4, checks: [http] }
1964 + - { id: exch-us-cboe-global, name: "Cboe Global Markets (investors)", host: ir.cboe.com, cat: finance, provider: cboe, cc: US, imp: 3, tier: 4, checks: [http] }
1965 + - { id: exch-us-nyse-arca, name: "NYSE Arca", host: www.nyse.com, url: "https://www.nyse.com/markets/nyse-arca", cat: finance, provider: ice, cc: US, imp: 3, tier: 4, checks: [http] }
1966 + - { id: exch-us-nasdaq-trader, name: "Nasdaq Trader", host: www.nasdaqtrader.com, cat: finance, provider: nasdaq, cc: US, imp: 4, tier: 3, checks: [http] }
1967 + - { id: exch-us-iex, name: "IEX Exchange", host: www.iexexchange.io, cat: finance, provider: iex, cc: US, imp: 3, tier: 4, checks: [http] }
1968 + - { id: exch-us-memx, name: "MEMX", host: memx.com, cat: finance, provider: memx, cc: US, imp: 2, tier: 4, checks: [http] }
1969 + - { id: exch-us-miax, name: "MIAX Exchange Group", host: www.miaxglobal.com, cat: finance, provider: miax, cc: US, imp: 2, tier: 4, checks: [http] }
1970 + - { id: exch-us-otc-markets, name: "OTC Markets Group", host: www.otcmarkets.com, cat: finance, provider: otc-markets, cc: US, imp: 3, tier: 4, checks: [http] }
1971 + - { id: exch-us-tradeweb, name: "Tradeweb", host: www.tradeweb.com, cat: finance, provider: tradeweb, cc: US, imp: 3, tier: 4, checks: [http] }
1972 + - { id: exch-us-marketaxess, name: "MarketAxess", host: www.marketaxess.com, cat: finance, provider: marketaxess, cc: US, imp: 3, tier: 4, checks: [http] }
1973 + - { id: exch-us-ice-futures-us, name: "ICE Futures U.S.", host: www.ice.com, url: "https://www.ice.com/futures-us", cat: finance, provider: ice, cc: US, imp: 2, tier: 4, checks: [http] }
1974 + - { id: exch-us-nodal, name: "Nodal Exchange", host: www.nodalexchange.com, cat: finance, provider: eex, cc: US, imp: 1, tier: 4, checks: [http] }
1975 + - { id: exch-us-texas-stock-exchange, name: "Texas Stock Exchange", host: txse.com, cat: finance, provider: txse, cc: US, imp: 1, tier: 4, checks: [http] }
1976 + - { id: exch-us-long-term-stock-exchange, name: "Long-Term Stock Exchange", host: ltse.com, cat: finance, provider: ltse, cc: US, imp: 1, tier: 4, checks: [http] }
1977 + - { id: exch-us-24x, name: "24X National Exchange", host: 24x.exchange, cat: finance, provider: 24x, cc: US, imp: 1, tier: 4, checks: [http] }
1978 + - { id: exch-ca-tsxv, name: "TSX Venture Exchange", host: www.tsx.com, url: "https://www.tsx.com/en/listings/listing-with-us/tsx-venture-exchange", cat: finance, provider: tmx, cc: CA, imp: 2, tier: 4, checks: [http] }
1979 + - { id: exch-eu-euronext-live, name: "Euronext Live Markets", host: live.euronext.com, cat: finance, provider: euronext, cc: NL, imp: 4, tier: 3, checks: [http] }
1980 + - { id: exch-eu-cboe-europe, name: "Cboe Europe", host: www.cboe.com, url: "https://www.cboe.com/europe/equities/", cat: finance, provider: cboe, cc: NL, imp: 3, tier: 4, checks: [http] }
1981 + - { id: exch-eu-turquoise, name: "Turquoise (LSEG)", host: www.lseg.com, url: "https://www.lseg.com/en/markets-products-and-services/our-markets/turquoise", cat: finance, provider: lseg, cc: GB, imp: 2, tier: 4, checks: [http] }
1982 + - { id: exch-eu-ice-endex, name: "ICE Endex", host: www.ice.com, url: "https://www.ice.com/endex", cat: finance, provider: ice, cc: NL, imp: 1, tier: 4, checks: [http] }
1983 + - { id: exch-ph-pdex, name: "PDEx (Philippine Dealing & Exchange)", host: www.pds.com.ph, cat: finance, provider: pds, cc: PH, imp: 1, tier: 4, checks: [http] }
1984 + - { id: exch-hk-hkex-news, name: "HKEXnews", host: www.hkexnews.hk, cat: finance, provider: hkex, cc: HK, imp: 3, tier: 4, checks: [http] }
1985 + - { id: exch-jp-jpx-data, name: "JPX Market Data", host: www.jpx.co.jp, url: "https://www.jpx.co.jp/english/markets/index.html", cat: finance, provider: jpx, cc: JP, imp: 2, tier: 4, checks: [http] }
1986 + - { id: exch-ng-fmdq, name: "FMDQ Group", host: fmdqgroup.com, cat: finance, provider: fmdq, cc: NG, imp: 2, tier: 4, checks: [http] }
1987 + - { id: exch-ps-pex, name: "Palestine Exchange", host: www.pex.ps, cat: finance, provider: pex, cc: PS, imp: 1, tier: 4, checks: [http] }
1988 + - { id: exch-cn-hk-connect, name: "Stock Connect (HKEX)", host: www.hkex.com.hk, url: "https://www.hkex.com.hk/Mutual-Market/Stock-Connect", cat: finance, provider: hkex, cc: HK, imp: 2, tier: 4, checks: [http] }
1989 + - { id: exch-int-euronext-growth, name: "Euronext Growth", host: www.euronext.com, url: "https://www.euronext.com/en/raise-capital/how-go-public/choosing-market/euronext-growth", cat: finance, provider: euronext, cc: FR, imp: 1, tier: 4, checks: [http] }
1990 + - { id: exch-int-aim, name: "AIM (London)", host: www.londonstockexchange.com, url: "https://www.londonstockexchange.com/raise-finance/equity/aim", cat: finance, provider: lseg, cc: GB, imp: 2, tier: 4, checks: [http] }
1991 + - { id: exch-int-mercado-de-valores-caracas, name: "Bolsa de Valores de Caracas", host: www.bolsadecaracas.com, cat: finance, provider: bvc-ve, cc: VE, imp: 1, tier: 4, checks: [http] }
1992 + - { id: exch-int-bolsa-quito, name: "Bolsa de Valores de Quito", host: www.bolsadequito.com, cat: finance, provider: bvq, cc: EC, imp: 1, tier: 4, checks: [http] }
1993 + - { id: exch-int-bolsa-guayaquil, name: "Bolsa de Valores de Guayaquil", host: www.bolsadevaloresguayaquil.com, cat: finance, provider: bvg, cc: EC, imp: 1, tier: 4, checks: [http] }
1994 + - { id: exch-int-bolsa-costa-rica, name: "Bolsa Nacional de Valores (Costa Rica)", host: www.bolsacr.com, cat: finance, provider: bnv, cc: CR, imp: 1, tier: 4, checks: [http] }
1995 + - { id: exch-int-bolsa-asuncion, name: "Bolsa de Valores de Asunción", host: www.bolsadevalores.com.py, cat: finance, provider: bva, cc: PY, imp: 1, tier: 4, checks: [http] }
1996 + - { id: exch-int-bolsa-montevideo, name: "Bolsa de Valores de Montevideo", host: www.bvm.com.uy, cat: finance, provider: bvm, cc: UY, imp: 1, tier: 4, checks: [http] }
1997 + - { id: exch-int-bolsa-el-salvador, name: "Bolsa de Valores de El Salvador", host: www.bolsadevalores.com.sv, cat: finance, provider: bves, cc: SV, imp: 1, tier: 4, checks: [http] }
1998 + - { id: exch-int-jamaica-se, name: "Jamaica Stock Exchange", host: www.jamstockex.com, cat: finance, provider: jse-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
1999 + - { id: exch-int-ttse, name: "Trinidad and Tobago Stock Exchange", host: www.stockex.co.tt, cat: finance, provider: ttse, cc: TT, imp: 1, tier: 4, checks: [http] }
2000 + - { id: exch-int-bermuda-bsx, name: "Bermuda Stock Exchange", host: www.bsx.com, cat: finance, provider: miax, cc: BM, imp: 1, tier: 4, checks: [http] }
2001 + - { id: exch-int-cayman-csx, name: "Cayman Islands Stock Exchange", host: www.csx.ky, cat: finance, provider: csx-ky, cc: KY, imp: 1, tier: 4, checks: [http] }
2002 + - { id: exch-int-tise, name: "The International Stock Exchange (Guernsey)", host: www.tisegroup.com, cat: finance, provider: tise, cc: GG, imp: 1, tier: 4, checks: [http] }
2003 + - { id: exch-int-bvmt-alt, name: "Bourse Régionale (BRVM) Investor Portal", host: www.brvm.org, url: "https://www.brvm.org/en", cat: finance, provider: brvm, cc: CI, imp: 1, tier: 4, checks: [http] }
2004 + - { id: exch-int-egyptian-egx30, name: "Misr for Central Clearing (MCDR)", host: www.mcdr.com.eg, cat: finance, provider: mcdr, cc: EG, imp: 1, tier: 4, checks: [http] }
2005 + - { id: exch-int-bahrain-clear, name: "Bahrain Clear", host: www.bahrainclear.com, cat: finance, provider: bahrain-bourse, cc: BH, imp: 1, tier: 4, checks: [http] }
2006 + - { id: exch-int-oman-mcd, name: "Muscat Clearing & Depository", host: www.mcd.om, cat: finance, provider: mcd, cc: OM, imp: 1, tier: 4, checks: [http] }
2007 + - { id: exch-int-kuwait-clearing, name: "Kuwait Clearing Company", host: www.maqasa.com, cat: finance, provider: kcc, cc: KW, imp: 1, tier: 4, checks: [http] }
2008 + - { id: exch-int-edaa-alt, name: "Saudi Tadawul Group", host: www.tadawulgroup.sa, cat: finance, provider: tadawul, cc: SA, imp: 3, tier: 4, checks: [http] }
2009 + - { id: exch-int-ise-istanbul-alt, name: "Borsa İstanbul Data", host: datastore.borsaistanbul.com, cat: finance, provider: borsa-istanbul, cc: TR, imp: 1, tier: 4, checks: [http] }
2010 + - { id: exch-int-cse-cyprus-alt, name: "Athens Exchange (ATHEX) Investor Relations", host: www.athexgroup.gr, url: "https://www.athexgroup.gr/en/web/guest/home", cat: finance, provider: athex, cc: GR, imp: 1, tier: 4, checks: [http] }
2011 + - { id: exch-int-nse-nigeria-alt, name: "NGX Data Portal", host: ngxgroup.com, url: "https://ngxgroup.com/exchange/data/", cat: finance, provider: ngx, cc: NG, imp: 1, tier: 4, checks: [http] }
2012 + - { id: exch-int-bvc-colombia-alt, name: "bvc (English)", host: www.bvc.com.co, url: "https://www.bvc.com.co/en", cat: finance, provider: bvc, cc: CO, imp: 1, tier: 4, checks: [http] }
2013 + # ───────── Brokers, wealth & asset managers (321)
2014 + - { id: broker-ca-fidelity, name: "Fidelity Canada", host: www.fidelity.ca, cat: finance, provider: fidelity, cc: CA, imp: 2, tier: 4, checks: [http] }
2015 + - { id: broker-ca-vanguard, name: "Vanguard Canada", host: www.vanguard.ca, cat: finance, provider: vanguard, cc: CA, imp: 2, tier: 4, checks: [http] }
2016 + - { id: broker-ca-ci, name: "CI Financial", host: www.cifinancial.com, cat: finance, provider: ci-financial, cc: CA, imp: 2, tier: 4, checks: [http] }
2017 + - { id: broker-ca-igm, name: "IGM Financial", host: www.igmfinancial.com, cat: finance, provider: igm, cc: CA, imp: 2, tier: 4, checks: [http] }
2018 + - { id: broker-ca-mackenzie, name: "Mackenzie Investments", host: www.mackenzieinvestments.com, cat: finance, provider: igm, cc: CA, imp: 2, tier: 4, checks: [http] }
2019 + - { id: broker-ca-power-corp, name: "Power Corporation", host: www.powercorporation.com, cat: finance, provider: power-corp, cc: CA, imp: 2, tier: 4, checks: [http] }
2020 + - { id: broker-ca-cpp, name: "CPP Investments", host: www.cppinvestments.com, cat: finance, provider: cpp, cc: CA, imp: 3, tier: 4, checks: [http] }
2021 + - { id: broker-ca-cdpq, name: "CDPQ", host: www.cdpq.com, cat: finance, provider: cdpq, cc: CA, imp: 3, tier: 4, checks: [http] }
2022 + - { id: broker-ca-otpp, name: "Ontario Teachers' Pension Plan", host: www.otpp.com, cat: finance, provider: otpp, cc: CA, imp: 2, tier: 4, checks: [http] }
2023 + - { id: broker-ca-omers, name: "OMERS", host: www.omers.com, cat: finance, provider: omers, cc: CA, imp: 2, tier: 4, checks: [http] }
2024 + - { id: broker-ca-psp, name: "PSP Investments", host: www.investpsp.com, cat: finance, provider: psp, cc: CA, imp: 2, tier: 4, checks: [http] }
2025 + - { id: broker-ca-aimco, name: "AIMCo", host: www.aimco.ca, cat: finance, provider: aimco, cc: CA, imp: 2, tier: 4, checks: [http] }
2026 + - { id: broker-ca-bci, name: "BCI", host: www.bci.ca, cat: finance, provider: bci, cc: CA, imp: 2, tier: 4, checks: [http] }
2027 + - { id: broker-ca-brookfield, name: "Brookfield", host: www.brookfield.com, cat: finance, provider: brookfield, cc: CA, imp: 3, tier: 4, checks: [http] }
2028 + - { id: broker-ca-onex, name: "Onex", host: www.onex.com, cat: finance, provider: onex, cc: CA, imp: 2, tier: 4, checks: [http] }
2029 + - { id: broker-br-xp, name: "XP Investimentos", host: www.xpi.com.br, cat: finance, provider: xp, cc: BR, imp: 3, tier: 4, checks: [http] }
2030 + - { id: broker-br-rico, name: "Rico", host: www.rico.com.vc, cat: finance, provider: xp, cc: BR, imp: 2, tier: 4, checks: [http] }
2031 + - { id: broker-br-clear, name: "Clear Corretora", host: www.clear.com.br, cat: finance, provider: xp, cc: BR, imp: 2, tier: 4, checks: [http] }
2032 + - { id: broker-br-modal, name: "Modalmais", host: www.modalmais.com.br, cat: finance, provider: xp, cc: BR, imp: 1, tier: 4, checks: [http] }
2033 + - { id: broker-gb-hl, name: "Hargreaves Lansdown", host: www.hl.co.uk, cat: finance, provider: hl, cc: GB, imp: 4, tier: 3, checks: [http] }
2034 + - { id: broker-gb-ajbell, name: "AJ Bell", host: www.ajbell.co.uk, cat: finance, provider: ajbell, cc: GB, imp: 3, tier: 4, checks: [http] }
2035 + - { id: broker-gb-ii, name: "interactive investor", host: www.ii.co.uk, cat: finance, provider: abrdn, cc: GB, imp: 3, tier: 4, checks: [http] }
2036 + - { id: broker-gb-freetrade, name: "Freetrade", host: freetrade.io, cat: finance, provider: freetrade, cc: GB, imp: 2, tier: 4, checks: [http] }
2037 + - { id: broker-gb-trading212, name: "Trading 212", host: www.trading212.com, cat: finance, provider: trading212, cc: GB, imp: 3, tier: 4, checks: [http] }
2038 + - { id: broker-gb-plus500, name: "Plus500", host: www.plus500.com, cat: finance, provider: plus500, cc: GB, imp: 3, tier: 4, checks: [http] }
2039 + - { id: broker-gb-cmc, name: "CMC Markets", host: www.cmcmarkets.com, cat: finance, provider: cmc, cc: GB, imp: 3, tier: 4, checks: [http] }
2040 + - { id: broker-gb-moneybox, name: "Moneybox", host: www.moneyboxapp.com, cat: finance, provider: moneybox, cc: GB, imp: 2, tier: 4, checks: [http] }
2041 + - { id: broker-gb-nutmeg, name: "Nutmeg", host: www.nutmeg.com, cat: finance, provider: jpmorgan, cc: GB, imp: 2, tier: 4, checks: [http] }
2042 + - { id: broker-gb-schroders, name: "Schroders", host: www.schroders.com, cat: finance, provider: schroders, cc: GB, imp: 3, tier: 4, checks: [http] }
2043 + - { id: broker-gb-abrdn, name: "abrdn", host: www.abrdn.com, cat: finance, provider: abrdn, cc: GB, imp: 3, tier: 4, checks: [http] }
2044 + - { id: broker-gb-mandg, name: "M&G", host: www.mandg.com, cat: finance, provider: mandg, cc: GB, imp: 3, tier: 4, checks: [http] }
2045 + - { id: broker-gb-man-group, name: "Man Group", host: www.man.com, cat: finance, provider: man-group, cc: GB, imp: 2, tier: 4, checks: [http] }
2046 + - { id: broker-gb-baillie-gifford, name: "Baillie Gifford", host: www.bailliegifford.com, cat: finance, provider: baillie-gifford, cc: GB, imp: 2, tier: 4, checks: [http] }
2047 + - { id: broker-gb-lgim, name: "Legal & General Investment Management", host: www.lgim.com, cat: finance, provider: legal-general, cc: GB, imp: 2, tier: 4, checks: [http] }
2048 + - { id: broker-gb-st-james, name: "St. James's Place", host: www.sjp.co.uk, cat: finance, provider: sjp, cc: GB, imp: 2, tier: 4, checks: [http] }
2049 + - { id: broker-gb-quilter, name: "Quilter", host: www.quilter.com, cat: finance, provider: quilter, cc: GB, imp: 2, tier: 4, checks: [http] }
2050 + - { id: broker-gb-rathbones, name: "Rathbones", host: www.rathbones.com, cat: finance, provider: rathbones, cc: GB, imp: 2, tier: 4, checks: [http] }
2051 + - { id: broker-gb-vanguard-uk, name: "Vanguard UK", host: www.vanguardinvestor.co.uk, cat: finance, provider: vanguard, cc: GB, imp: 2, tier: 4, checks: [http] }
2052 + - { id: broker-gb-fidelity-intl, name: "Fidelity International", host: www.fidelity.co.uk, cat: finance, provider: fidelity-intl, cc: GB, imp: 3, tier: 4, checks: [http] }
2053 + - { id: broker-gb-pension-nest, name: "Nest Pensions", host: www.nestpensions.org.uk, cat: finance, provider: nest, cc: GB, imp: 2, tier: 4, checks: [http] }
2054 + - { id: broker-fr-amundi, name: "Amundi", host: www.amundi.com, cat: finance, provider: credit-agricole, cc: FR, imp: 4, tier: 3, checks: [http] }
2055 + - { id: broker-fr-bourse-direct, name: "Bourse Direct", host: www.boursedirect.fr, cat: finance, provider: bourse-direct, cc: FR, imp: 2, tier: 4, checks: [http] }
2056 + - { id: broker-fr-saxo-fr, name: "Saxo Banque France", host: www.home.saxo, url: "https://www.home.saxo/fr-fr", cat: finance, provider: saxo, cc: FR, imp: 2, tier: 4, checks: [http] }
2057 + - { id: broker-fr-yomoni, name: "Yomoni", host: www.yomoni.fr, cat: finance, provider: yomoni, cc: FR, imp: 1, tier: 4, checks: [http] }
2058 + - { id: broker-fr-tikehau, name: "Tikehau Capital", host: www.tikehaucapital.com, cat: finance, provider: tikehau, cc: FR, imp: 2, tier: 4, checks: [http] }
2059 + - { id: broker-fr-ardian, name: "Ardian", host: www.ardian.com, cat: finance, provider: ardian, cc: FR, imp: 2, tier: 4, checks: [http] }
2060 + - { id: broker-fr-eurazeo, name: "Eurazeo", host: www.eurazeo.com, cat: finance, provider: eurazeo, cc: FR, imp: 2, tier: 4, checks: [http] }
2061 + - { id: broker-fr-caisse-depots, name: "Caisse des Dépôts", host: www.caissedesdepots.fr, cat: finance, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
2062 + - { id: broker-de-trade-republic, name: "Trade Republic", host: traderepublic.com, cat: finance, provider: trade-republic, cc: DE, imp: 4, tier: 3, checks: [http] }
2063 + - { id: broker-de-scalable, name: "Scalable Capital", host: de.scalable.capital, cat: finance, provider: scalable, svc: scalable, cc: DE, imp: 3, tier: 4, checks: [http] }
2064 + - { id: broker-de-flatex, name: "flatex", host: www.flatex.de, cat: finance, provider: flatexdegiro, cc: DE, imp: 3, tier: 4, checks: [http] }
2065 + - { id: broker-de-smartbroker, name: "Smartbroker+", host: smartbroker.de, cat: finance, provider: smartbroker, cc: DE, imp: 1, tier: 4, checks: [http] }
2066 + - { id: broker-de-dws, name: "DWS", host: www.dws.com, cat: finance, provider: deutsche-bank, cc: DE, imp: 3, tier: 4, checks: [http] }
2067 + - { id: broker-de-allianz-gi, name: "Allianz Global Investors", host: www.allianzgi.com, cat: finance, provider: allianz, cc: DE, imp: 3, tier: 4, checks: [http] }
2068 + - { id: broker-de-union-investment, name: "Union Investment", host: www.union-investment.de, cat: finance, provider: dz-bank, cc: DE, imp: 3, tier: 4, checks: [http] }
2069 + - { id: broker-de-deka, name: "Deka", host: www.deka.de, cat: finance, provider: dsgv, cc: DE, imp: 3, tier: 4, checks: [http] }
2070 + - { id: broker-de-ls-tc, name: "Lang & Schwarz", host: www.ls-tc.de, cat: finance, provider: lang-schwarz, cc: DE, imp: 2, tier: 4, checks: [http] }
2071 + - { id: broker-de-justtrade, name: "justTRADE", host: www.justtrade.com, cat: finance, provider: justtrade, cc: DE, imp: 1, tier: 4, checks: [http] }
2072 + - { id: broker-nl-degiro, name: "DEGIRO", host: www.degiro.nl, cat: finance, provider: flatexdegiro, cc: NL, imp: 3, tier: 4, checks: [http] }
2073 + - { id: broker-nl-robeco, name: "Robeco", host: www.robeco.com, cat: finance, provider: orix, cc: NL, imp: 3, tier: 4, checks: [http] }
2074 + - { id: broker-nl-apg, name: "APG", host: www.apg.nl, cat: finance, provider: apg, cc: NL, imp: 3, tier: 4, checks: [http] }
2075 + - { id: broker-nl-pggm, name: "PGGM", host: www.pggm.nl, cat: finance, provider: pggm, cc: NL, imp: 2, tier: 4, checks: [http] }
2076 + - { id: broker-nl-flow-traders, name: "Flow Traders", host: www.flowtraders.com, cat: finance, provider: flow-traders, cc: NL, imp: 2, tier: 4, checks: [http] }
2077 + - { id: broker-nl-optiver, name: "Optiver", host: optiver.com, cat: finance, provider: optiver, cc: NL, imp: 3, tier: 4, checks: [http] }
2078 + - { id: broker-nl-imc, name: "IMC Trading", host: www.imc.com, cat: finance, provider: imc, cc: NL, imp: 2, tier: 4, checks: [http] }
2079 + - { id: broker-nl-brand-new-day, name: "Brand New Day", host: www.brandnewday.nl, cat: finance, provider: asr, cc: NL, imp: 1, tier: 4, checks: [http] }
2080 + - { id: broker-ch-swissquote, name: "Swissquote", host: www.swissquote.com, cat: finance, provider: swissquote, cc: CH, imp: 3, tier: 4, checks: [http] }
2081 + - { id: broker-ch-partners-group, name: "Partners Group", host: www.partnersgroup.com, cat: finance, provider: partners-group, cc: CH, imp: 3, tier: 4, checks: [http] }
2082 + - { id: broker-ch-gam, name: "GAM", host: www.gam.com, cat: finance, provider: gam, cc: CH, imp: 1, tier: 4, checks: [http] }
2083 + - { id: broker-ch-cornertrader, name: "Cornèrtrader", host: www.cornertrader.ch, cat: finance, provider: corner, cc: CH, imp: 1, tier: 4, checks: [http] }
2084 + - { id: broker-it-banca-generali, name: "Banca Generali", host: www.bancagenerali.com, cat: finance, provider: generali, cc: IT, imp: 2, tier: 4, checks: [http] }
2085 + - { id: broker-it-azimut, name: "Azimut", host: www.azimut-group.com, cat: finance, provider: azimut, cc: IT, imp: 2, tier: 4, checks: [http] }
2086 + - { id: broker-it-anima, name: "Anima Holding", host: www.animaholding.it, cat: finance, provider: anima, cc: IT, imp: 2, tier: 4, checks: [http] }
2087 + - { id: broker-it-eurizon, name: "Eurizon", host: www.eurizoncapital.com, cat: finance, provider: intesa, cc: IT, imp: 2, tier: 4, checks: [http] }
2088 + - { id: broker-it-directa, name: "Directa SIM", host: www.directa.it, cat: finance, provider: directa, cc: IT, imp: 1, tier: 4, checks: [http] }
2089 + - { id: broker-it-moneyfarm, name: "Moneyfarm", host: www.moneyfarm.com, cat: finance, provider: moneyfarm, cc: IT, imp: 1, tier: 4, checks: [http] }
2090 + - { id: broker-se-avanza, name: "Avanza", host: www.avanza.se, cat: finance, provider: avanza, cc: SE, imp: 3, tier: 4, checks: [http] }
2091 + - { id: broker-se-nordnet, name: "Nordnet", host: www.nordnet.se, cat: finance, provider: nordnet, cc: SE, imp: 3, tier: 4, checks: [http] }
2092 + - { id: broker-se-eqt, name: "EQT", host: eqtgroup.com, cat: finance, provider: eqt, cc: SE, imp: 3, tier: 4, checks: [http] }
2093 + - { id: broker-se-investor-ab, name: "Investor AB", host: www.investorab.com, cat: finance, provider: investor-ab, cc: SE, imp: 2, tier: 4, checks: [http] }
2094 + - { id: broker-se-ap7, name: "AP7", host: www.ap7.se, cat: finance, provider: ap7, cc: SE, imp: 1, tier: 4, checks: [http] }
2095 + - { id: broker-se-alecta, name: "Alecta", host: www.alecta.se, cat: finance, provider: alecta, cc: SE, imp: 2, tier: 4, checks: [http] }
2096 + - { id: broker-no-nbim, name: "Norges Bank Investment Management", host: www.nbim.no, cat: finance, provider: norges-bank, cc: "NO", imp: 3, tier: 4, checks: [http] }
2097 + - { id: broker-no-nordnet-no, name: "Nordnet Norge", host: www.nordnet.no, cat: finance, provider: nordnet, cc: "NO", imp: 2, tier: 4, checks: [http] }
2098 + - { id: broker-no-folketrygdfondet, name: "Folketrygdfondet", host: www.folketrygdfondet.no, cat: finance, provider: folketrygdfondet, cc: "NO", imp: 1, tier: 4, checks: [http] }
2099 + - { id: broker-pl-xtb, name: "XTB", host: www.xtb.com, cat: finance, provider: xtb, cc: PL, imp: 3, tier: 4, checks: [http] }
2100 + - { id: broker-pl-dm-bos, name: "DM BOŚ", host: bossa.pl, cat: finance, provider: bos, cc: PL, imp: 1, tier: 4, checks: [http] }
2101 + - { id: broker-sa-pif, name: "Public Investment Fund", host: www.pif.gov.sa, cat: finance, provider: pif, cc: SA, imp: 3, tier: 4, checks: [http] }
2102 + - { id: broker-sa-alrajhi-capital, name: "Al Rajhi Capital", host: www.alrajhi-capital.com, cat: finance, provider: al-rajhi, cc: SA, imp: 1, tier: 4, checks: [http] }
2103 + - { id: broker-ae-adia, name: "ADIA", host: www.adia.ae, cat: finance, provider: adia, cc: AE, imp: 3, tier: 4, checks: [http] }
2104 + - { id: broker-ae-mubadala, name: "Mubadala", host: www.mubadala.com, cat: finance, provider: mubadala, cc: AE, imp: 3, tier: 4, checks: [http] }
2105 + - { id: broker-ae-ica, name: "Investment Corporation of Dubai", host: www.icd.gov.ae, cat: finance, provider: icd, cc: AE, imp: 1, tier: 4, checks: [http] }
2106 + - { id: broker-qa-qia, name: "Qatar Investment Authority", host: www.qia.qa, cat: finance, provider: qia, cc: QA, imp: 3, tier: 4, checks: [http] }
2107 + - { id: broker-kw-kia, name: "Kuwait Investment Authority", host: www.kia.gov.kw, cat: finance, provider: kia, cc: KW, imp: 2, tier: 4, checks: [http] }
2108 + - { id: broker-eg-efg-hermes, name: "EFG Holding", host: www.efghldg.com, cat: finance, provider: efg-hermes, cc: EG, imp: 2, tier: 4, checks: [http] }
2109 + - { id: broker-za-easyequities, name: "EasyEquities", host: www.easyequities.co.za, cat: finance, provider: purple-group, cc: ZA, imp: 2, tier: 4, checks: [http] }
2110 + - { id: broker-za-allan-gray, name: "Allan Gray", host: www.allangray.co.za, cat: finance, provider: allan-gray, cc: ZA, imp: 2, tier: 4, checks: [http] }
2111 + - { id: broker-za-ninety-one, name: "Ninety One", host: ninetyone.com, cat: finance, provider: ninety-one, cc: ZA, imp: 3, tier: 4, checks: [http] }
2112 + - { id: broker-za-coronation, name: "Coronation Fund Managers", host: www.coronation.com, cat: finance, provider: coronation, cc: ZA, imp: 2, tier: 4, checks: [http] }
2113 + - { id: broker-za-pic, name: "Public Investment Corporation", host: www.pic.gov.za, cat: finance, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
2114 + - { id: broker-za-satrix, name: "Satrix", host: satrix.co.za, cat: finance, provider: sanlam, cc: ZA, imp: 1, tier: 4, checks: [http] }
2115 + - { id: broker-in-zerodha, name: "Zerodha", host: zerodha.com, cat: finance, provider: zerodha, cc: IN, imp: 4, tier: 3, checks: [http] }
2116 + - { id: broker-in-groww, name: "Groww", host: groww.in, cat: finance, provider: groww, cc: IN, imp: 4, tier: 3, checks: [http] }
2117 + - { id: broker-in-upstox, name: "Upstox", host: upstox.com, cat: finance, provider: upstox, cc: IN, imp: 3, tier: 4, checks: [http] }
2118 + - { id: broker-in-angel-one, name: "Angel One", host: www.angelone.in, cat: finance, provider: angel-one, cc: IN, imp: 3, tier: 4, checks: [http] }
2119 + - { id: broker-in-icici-direct, name: "ICICI Direct", host: www.icicidirect.com, cat: finance, provider: icici, cc: IN, imp: 3, tier: 4, checks: [http] }
2120 + - { id: broker-in-hdfc-securities, name: "HDFC Securities", host: www.hdfcsec.com, cat: finance, provider: hdfc, cc: IN, imp: 3, tier: 4, checks: [http] }
2121 + - { id: broker-in-kotak-securities, name: "Kotak Securities", host: www.kotaksecurities.com, cat: finance, provider: kotak, cc: IN, imp: 2, tier: 4, checks: [http] }
2122 + - { id: broker-in-motilal-oswal, name: "Motilal Oswal", host: www.motilaloswal.com, cat: finance, provider: motilal-oswal, cc: IN, imp: 2, tier: 4, checks: [http] }
2123 + - { id: broker-in-5paisa, name: "5paisa", host: www.5paisa.com, cat: finance, provider: 5paisa, cc: IN, imp: 2, tier: 4, checks: [http] }
2124 + - { id: broker-in-dhan, name: "Dhan", host: dhan.co, cat: finance, provider: dhan, cc: IN, imp: 2, tier: 4, checks: [http] }
2125 + - { id: broker-in-sharekhan, name: "Sharekhan", host: www.sharekhan.com, cat: finance, provider: mirae, cc: IN, imp: 2, tier: 4, checks: [http] }
2126 + - { id: broker-in-paytm-money, name: "Paytm Money", host: www.paytmmoney.com, cat: finance, provider: paytm, cc: IN, imp: 2, tier: 4, checks: [http] }
2127 + - { id: broker-in-hdfc-amc, name: "HDFC Asset Management", host: www.hdfcfund.com, cat: finance, provider: hdfc, cc: IN, imp: 2, tier: 4, checks: [http] }
2128 + - { id: broker-in-sbi-mf, name: "SBI Mutual Fund", host: www.sbimf.com, cat: finance, provider: sbi, cc: IN, imp: 2, tier: 4, checks: [http] }
2129 + - { id: broker-in-nippon-india, name: "Nippon India Mutual Fund", host: mf.nipponindiaim.com, cat: finance, provider: nippon-life, cc: IN, imp: 2, tier: 4, checks: [http] }
2130 + - { id: broker-in-icici-pru-amc, name: "ICICI Prudential AMC", host: www.icicipruamc.com, cat: finance, provider: icici, cc: IN, imp: 2, tier: 4, checks: [http] }
2131 + - { id: broker-in-amfi, name: "AMFI", host: www.amfiindia.com, cat: finance, provider: amfi, cc: IN, imp: 2, tier: 4, checks: [http] }
2132 + - { id: broker-in-kuvera, name: "Kuvera", host: kuvera.in, cat: finance, provider: kuvera, cc: IN, imp: 1, tier: 4, checks: [http] }
2133 + - { id: broker-in-smallcase, name: "smallcase", host: www.smallcase.com, cat: finance, provider: smallcase, cc: IN, imp: 1, tier: 4, checks: [http] }
2134 + - { id: broker-cn-east-money, name: "East Money", host: www.eastmoney.com, cat: finance, provider: east-money, cc: CN, imp: 3, tier: 4, checks: [http] }
2135 + - { id: broker-cn-tonghuashun, name: "Tonghuashun (10jqka)", host: www.10jqka.com.cn, cat: finance, provider: hithink, cc: CN, imp: 2, tier: 4, checks: [http] }
2136 + - { id: broker-cn-citic-securities, name: "CITIC Securities", host: www.cs.ecitic.com, cat: finance, provider: citic, cc: CN, imp: 3, tier: 4, checks: [http] }
2137 + - { id: broker-cn-huatai, name: "Huatai Securities", host: www.htsc.com.cn, cat: finance, provider: huatai, cc: CN, imp: 2, tier: 4, checks: [http] }
2138 + - { id: broker-cn-gf, name: "GF Securities", host: www.gf.com.cn, cat: finance, provider: gf, cc: CN, imp: 2, tier: 4, checks: [http] }
2139 + - { id: broker-cn-guotai-haitong, name: "Guotai Haitong Securities", host: www.gtht.com, cat: finance, provider: gtht, cc: CN, imp: 2, tier: 4, checks: [http] }
2140 + - { id: broker-cn-china-galaxy, name: "China Galaxy Securities", host: www.chinastock.com.cn, cat: finance, provider: china-galaxy, cc: CN, imp: 1, tier: 4, checks: [http] }
2141 + - { id: broker-cn-cic, name: "China Investment Corporation", host: www.china-inv.cn, cat: finance, provider: cic, cc: CN, imp: 3, tier: 4, checks: [http] }
2142 + - { id: broker-cn-tiantian, name: "Tiantian Fund", host: fund.eastmoney.com, cat: finance, provider: east-money, cc: CN, imp: 2, tier: 4, checks: [http] }
2143 + - { id: broker-hk-futu, name: "Futu", host: www.futunn.com, cat: finance, provider: futu, cc: HK, imp: 3, tier: 4, checks: [http] }
2144 + - { id: broker-hk-moomoo, name: "moomoo", host: www.moomoo.com, cat: finance, provider: futu, cc: HK, imp: 3, tier: 4, checks: [http] }
2145 + - { id: broker-hk-tiger, name: "Tiger Brokers", host: www.itiger.com, cat: finance, provider: tiger, cc: HK, imp: 3, tier: 4, checks: [http] }
2146 + - { id: broker-hk-longbridge, name: "Longbridge", host: longbridge.com, cat: finance, provider: longbridge, cc: HK, imp: 1, tier: 4, checks: [http] }
2147 + - { id: broker-hk-value-partners, name: "Value Partners", host: www.valuepartners-group.com, cat: finance, provider: value-partners, cc: HK, imp: 1, tier: 4, checks: [http] }
2148 + - { id: broker-hk-hkma-exchange-fund, name: "Hong Kong Exchange Fund (HKMA)", host: www.hkma.gov.hk, url: "https://www.hkma.gov.hk/eng/key-functions/reserves-management/", cat: finance, provider: gov-hk, cc: HK, imp: 2, tier: 4, checks: [http] }
2149 + - { id: broker-tw-yuanta, name: "Yuanta Financial", host: www.yuanta.com, cat: finance, provider: yuanta, cc: TW, imp: 3, tier: 4, checks: [http] }
2150 + - { id: broker-tw-kgi, name: "KGI Securities", host: www.kgi.com.tw, cat: finance, provider: kgi, cc: TW, imp: 2, tier: 4, checks: [http] }
2151 + - { id: broker-tw-fubon-securities, name: "Fubon Securities", host: www.fbs.com.tw, cat: finance, provider: fubon, cc: TW, imp: 1, tier: 4, checks: [http] }
2152 + - { id: broker-tw-cathay-securities, name: "Cathay Securities", host: www.cathaysec.com.tw, cat: finance, provider: cathay, cc: TW, imp: 1, tier: 4, checks: [http] }
2153 + - { id: broker-jp-nomura, name: "Nomura", host: www.nomura.com, cat: finance, provider: nomura, cc: JP, imp: 4, tier: 3, checks: [http] }
2154 + - { id: broker-jp-daiwa, name: "Daiwa Securities", host: www.daiwa.jp, cat: finance, provider: daiwa, cc: JP, imp: 3, tier: 4, checks: [http] }
2155 + - { id: broker-jp-sbi-securities, name: "SBI Securities", host: www.sbisec.co.jp, cat: finance, provider: sbi, cc: JP, imp: 4, tier: 3, checks: [http] }
2156 + - { id: broker-jp-rakuten-securities, name: "Rakuten Securities", host: www.rakuten-sec.co.jp, cat: finance, provider: rakuten, cc: JP, imp: 4, tier: 3, checks: [http] }
2157 + - { id: broker-jp-monex, name: "Monex", host: www.monex.co.jp, cat: finance, provider: monex, cc: JP, imp: 3, tier: 4, checks: [http] }
2158 + - { id: broker-jp-matsui, name: "Matsui Securities", host: www.matsui.co.jp, cat: finance, provider: matsui, cc: JP, imp: 2, tier: 4, checks: [http] }
2159 + - { id: broker-jp-kabu, name: "au Kabucom Securities", host: kabu.com, cat: finance, provider: kddi, cc: JP, imp: 2, tier: 4, checks: [http] }
2160 + - { id: broker-jp-gmo-click, name: "GMO Click Securities", host: www.click-sec.com, cat: finance, provider: gmo, cc: JP, imp: 2, tier: 4, checks: [http] }
2161 + - { id: broker-jp-nomura-am, name: "Nomura Asset Management", host: www.nomura-am.co.jp, cat: finance, provider: nomura, cc: JP, imp: 2, tier: 4, checks: [http] }
2162 + - { id: broker-jp-nikko-am, name: "Nikko Asset Management", host: www.nikkoam.com, cat: finance, provider: nikko-am, cc: JP, imp: 2, tier: 4, checks: [http] }
2163 + - { id: broker-jp-gpif, name: "GPIF", host: www.gpif.go.jp, cat: finance, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2164 + - { id: broker-jp-mizuho-securities, name: "Mizuho Securities", host: www.mizuho-sc.com, cat: finance, provider: mizuho, cc: JP, imp: 2, tier: 4, checks: [http] }
2165 + - { id: broker-jp-smbc-nikko, name: "SMBC Nikko Securities", host: www.smbcnikko.co.jp, cat: finance, provider: smbc, cc: JP, imp: 2, tier: 4, checks: [http] }
2166 + - { id: broker-jp-wealthnavi, name: "WealthNavi", host: www.wealthnavi.com, cat: finance, provider: wealthnavi, cc: JP, imp: 1, tier: 4, checks: [http] }
2167 + - { id: broker-kr-kiwoom, name: "Kiwoom Securities", host: www.kiwoom.com, cat: finance, provider: kiwoom, cc: KR, imp: 3, tier: 4, checks: [http] }
2168 + - { id: broker-kr-mirae, name: "Mirae Asset Securities", host: securities.miraeasset.com, cat: finance, provider: mirae, cc: KR, imp: 4, tier: 3, checks: [http] }
2169 + - { id: broker-kr-samsung-securities, name: "Samsung Securities", host: www.samsungpop.com, cat: finance, provider: samsung, cc: KR, imp: 3, tier: 4, checks: [http] }
2170 + - { id: broker-kr-nh-investment, name: "NH Investment & Securities", host: www.nhqv.com, cat: finance, provider: nonghyup, cc: KR, imp: 3, tier: 4, checks: [http] }
2171 + - { id: broker-kr-korea-investment, name: "Korea Investment & Securities", host: www.truefriend.com, cat: finance, provider: kis, cc: KR, imp: 3, tier: 4, checks: [http] }
2172 + - { id: broker-kr-kb-securities, name: "KB Securities", host: www.kbsec.com, cat: finance, provider: kb, cc: KR, imp: 2, tier: 4, checks: [http] }
2173 + - { id: broker-kr-shinhan-securities, name: "Shinhan Securities", host: www.shinhansec.com, cat: finance, provider: shinhan, cc: KR, imp: 2, tier: 4, checks: [http] }
2174 + - { id: broker-kr-hana-securities, name: "Hana Securities", host: www.hanaw.com, cat: finance, provider: hana, cc: KR, imp: 2, tier: 4, checks: [http] }
2175 + - { id: broker-kr-nps, name: "National Pension Service", host: www.nps.or.kr, cat: finance, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2176 + - { id: broker-kr-kic, name: "Korea Investment Corporation", host: www.kic.kr, cat: finance, provider: gov-kr, cc: KR, imp: 2, tier: 4, checks: [http] }
2177 + - { id: broker-sg-temasek, name: "Temasek", host: www.temasek.com.sg, cat: finance, provider: temasek, cc: SG, imp: 4, tier: 3, checks: [http] }
2178 + - { id: broker-sg-gic, name: "GIC", host: www.gic.com.sg, cat: finance, provider: gic, cc: SG, imp: 4, tier: 3, checks: [http] }
2179 + - { id: broker-sg-tiger-sg, name: "Tiger Brokers Singapore", host: www.tigerbrokers.com.sg, cat: finance, provider: tiger, cc: SG, imp: 2, tier: 4, checks: [http] }
2180 + - { id: broker-sg-moomoo-sg, name: "moomoo Singapore", host: www.moomoo.com, url: "https://www.moomoo.com/sg", cat: finance, provider: futu, cc: SG, imp: 2, tier: 4, checks: [http] }
2181 + - { id: broker-sg-syfe, name: "Syfe", host: www.syfe.com, cat: finance, provider: syfe, cc: SG, imp: 2, tier: 4, checks: [http] }
2182 + - { id: broker-sg-stashaway, name: "StashAway", host: www.stashaway.sg, cat: finance, provider: stashaway, cc: SG, imp: 2, tier: 4, checks: [http] }
2183 + - { id: broker-sg-endowus, name: "Endowus", host: endowus.com, cat: finance, provider: endowus, cc: SG, imp: 2, tier: 4, checks: [http] }
2184 + - { id: broker-sg-phillip, name: "PhillipCapital", host: www.phillip.com.sg, cat: finance, provider: phillip, cc: SG, imp: 2, tier: 4, checks: [http] }
2185 + - { id: broker-sg-uob-kay-hian, name: "UOB Kay Hian", host: www.utrade.com.sg, cat: finance, provider: uob, cc: SG, imp: 1, tier: 4, checks: [http] }
2186 + - { id: broker-sg-cpf, name: "CPF Board", host: www.cpf.gov.sg, cat: finance, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
2187 + - { id: broker-my-kenanga, name: "Kenanga", host: www.kenanga.com.my, cat: finance, provider: kenanga, cc: MY, imp: 2, tier: 4, checks: [http] }
2188 + - { id: broker-my-rakuten-trade, name: "Rakuten Trade", host: www.rakutentrade.my, cat: finance, provider: rakuten, cc: MY, imp: 2, tier: 4, checks: [http] }
2189 + - { id: broker-my-khazanah, name: "Khazanah Nasional", host: www.khazanah.com.my, cat: finance, provider: khazanah, cc: MY, imp: 3, tier: 4, checks: [http] }
2190 + - { id: broker-my-pnb, name: "Permodalan Nasional Berhad", host: www.pnb.com.my, cat: finance, provider: pnb-my, cc: MY, imp: 2, tier: 4, checks: [http] }
2191 + - { id: broker-th-scbx, name: "SCB X", host: www.scbx.com, cat: finance, provider: scbx, cc: TH, imp: 2, tier: 4, checks: [http] }
2192 + - { id: broker-th-finnomena, name: "Finnomena", host: www.finnomena.com, cat: finance, provider: finnomena, cc: TH, imp: 1, tier: 4, checks: [http] }
2193 + - { id: broker-th-kbtg, name: "KBTG", host: www.kbtg.tech, cat: finance, provider: kbank, cc: TH, imp: 1, tier: 4, checks: [http] }
2194 + - { id: broker-th-innovestx, name: "InnovestX", host: www.innovestx.co.th, cat: finance, provider: scbx, cc: TH, imp: 1, tier: 4, checks: [http] }
2195 + - { id: broker-id-ajaib, name: "Ajaib", host: ajaib.co.id, cat: finance, provider: ajaib, cc: ID, imp: 2, tier: 4, checks: [http] }
2196 + - { id: broker-id-bibit, name: "Bibit", host: bibit.id, cat: finance, provider: stockbit, cc: ID, imp: 2, tier: 4, checks: [http] }
2197 + - { id: broker-id-stockbit, name: "Stockbit", host: stockbit.com, cat: finance, provider: stockbit, cc: ID, imp: 2, tier: 4, checks: [http] }
2198 + - { id: broker-id-mandiri-sekuritas, name: "Mandiri Sekuritas", host: www.mandirisekuritas.co.id, cat: finance, provider: mandiri, cc: ID, imp: 1, tier: 4, checks: [http] }
2199 + - { id: broker-id-indo-premier, name: "Indo Premier", host: www.indopremier.com, cat: finance, provider: indo-premier, cc: ID, imp: 1, tier: 4, checks: [http] }
2200 + - { id: broker-id-bpjs, name: "BPJS Ketenagakerjaan", host: www.bpjsketenagakerjaan.go.id, cat: finance, provider: gov-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2201 + - { id: broker-id-ina, name: "Indonesia Investment Authority", host: www.ina.go.id, cat: finance, provider: gov-id, cc: ID, imp: 1, tier: 4, checks: [http] }
2202 + - { id: broker-ph-col, name: "COL Financial", host: www.colfinancial.com, cat: finance, provider: col, cc: PH, imp: 2, tier: 4, checks: [http] }
2203 + - { id: broker-ph-gsis, name: "GSIS", host: www.gsis.gov.ph, cat: finance, provider: gov-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
2204 + - { id: broker-vn-ssi, name: "SSI Securities", host: www.ssi.com.vn, cat: finance, provider: ssi, cc: VN, imp: 3, tier: 4, checks: [http] }
2205 + - { id: broker-vn-vndirect, name: "VNDIRECT", host: www.vndirect.com.vn, cat: finance, provider: vndirect, cc: VN, imp: 2, tier: 4, checks: [http] }
2206 + - { id: broker-vn-vps, name: "VPS Securities", host: www.vps.com.vn, cat: finance, provider: vps, cc: VN, imp: 2, tier: 4, checks: [http] }
2207 + - { id: broker-vn-hsc, name: "HSC", host: www.hsc.com.vn, cat: finance, provider: hsc, cc: VN, imp: 1, tier: 4, checks: [http] }
2208 + - { id: broker-vn-vci, name: "Vietcap Securities", host: www.vietcap.com.vn, cat: finance, provider: vietcap, cc: VN, imp: 1, tier: 4, checks: [http] }
2209 + - { id: broker-kz-freedom-holding, name: "Freedom Holding", host: freedomholdingcorp.com, cat: finance, provider: freedom, cc: KZ, imp: 2, tier: 4, checks: [http] }
2210 + - { id: broker-kz-samruk, name: "Samruk-Kazyna", host: sk.kz, cat: finance, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2211 + - { id: broker-au-commsec, name: "CommSec", host: www.commsec.com.au, cat: finance, provider: cba, cc: AU, imp: 4, tier: 3, checks: [http] }
2212 + - { id: broker-au-stake, name: "Stake", host: hellostake.com, cat: finance, provider: stake, cc: AU, imp: 2, tier: 4, checks: [http] }
2213 + - { id: broker-au-selfwealth, name: "Selfwealth", host: www.selfwealth.com.au, cat: finance, provider: selfwealth, cc: AU, imp: 1, tier: 4, checks: [http] }
2214 + - { id: broker-au-superhero, name: "Superhero", host: www.superhero.com.au, cat: finance, provider: superhero, cc: AU, imp: 1, tier: 4, checks: [http] }
2215 + - { id: broker-au-pearler, name: "Pearler", host: pearler.com, cat: finance, provider: pearler, cc: AU, imp: 1, tier: 4, checks: [http] }
2216 + - { id: broker-au-vanguard-au, name: "Vanguard Australia", host: www.vanguard.com.au, cat: finance, provider: vanguard, cc: AU, imp: 3, tier: 4, checks: [http] }
2217 + - { id: broker-au-australiansuper, name: "AustralianSuper", host: www.australiansuper.com, cat: finance, provider: australiansuper, cc: AU, imp: 4, tier: 3, checks: [http] }
2218 + - { id: broker-au-art, name: "Australian Retirement Trust", host: www.australianretirementtrust.com.au, cat: finance, provider: art, cc: AU, imp: 3, tier: 4, checks: [http] }
2219 + - { id: broker-au-aware-super, name: "Aware Super", host: aware.com.au, cat: finance, provider: aware, cc: AU, imp: 2, tier: 4, checks: [http] }
2220 + - { id: broker-au-hostplus, name: "Hostplus", host: hostplus.com.au, cat: finance, provider: hostplus, cc: AU, imp: 2, tier: 4, checks: [http] }
2221 + - { id: broker-au-rest, name: "Rest Super", host: rest.com.au, cat: finance, provider: rest, cc: AU, imp: 2, tier: 4, checks: [http] }
2222 + - { id: broker-au-cbus, name: "Cbus", host: www.cbussuper.com.au, cat: finance, provider: cbus, cc: AU, imp: 2, tier: 4, checks: [http] }
2223 + - { id: broker-au-unisuper, name: "UniSuper", host: www.unisuper.com.au, cat: finance, provider: unisuper, cc: AU, imp: 2, tier: 4, checks: [http] }
2224 + - { id: broker-au-future-fund, name: "Future Fund", host: www.futurefund.gov.au, cat: finance, provider: gov-au, cc: AU, imp: 3, tier: 4, checks: [http] }
2225 + - { id: broker-au-magellan, name: "Magellan Financial Group", host: www.magellangroup.com.au, cat: finance, provider: magellan, cc: AU, imp: 2, tier: 4, checks: [http] }
2226 + - { id: broker-au-perpetual, name: "Perpetual", host: www.perpetual.com.au, cat: finance, provider: perpetual, cc: AU, imp: 2, tier: 4, checks: [http] }
2227 + - { id: broker-au-pendal, name: "Pendal", host: www.pendalgroup.com, cat: finance, provider: perpetual, cc: AU, imp: 1, tier: 4, checks: [http] }
2228 + - { id: broker-au-betashares, name: "Betashares", host: www.betashares.com.au, cat: finance, provider: betashares, cc: AU, imp: 2, tier: 4, checks: [http] }
2229 + - { id: broker-au-vaneck-au, name: "VanEck Australia", host: www.vaneck.com.au, cat: finance, provider: vaneck, cc: AU, imp: 1, tier: 4, checks: [http] }
2230 + - { id: broker-au-ig-au, name: "IG Australia", host: www.ig.com, url: "https://www.ig.com/au", cat: finance, provider: ig, svc: ig, cc: AU, imp: 1, tier: 4, checks: [http] }
2231 + - { id: broker-au-pepperstone, name: "Pepperstone", host: pepperstone.com, cat: finance, provider: pepperstone, cc: AU, imp: 3, tier: 4, checks: [http] }
2232 + - { id: broker-au-ic-markets, name: "IC Markets", host: www.icmarkets.com, cat: finance, provider: ic-markets, cc: AU, imp: 2, tier: 4, checks: [http] }
2233 + - { id: broker-au-macquarie-am, name: "Macquarie Asset Management", host: www.macquarie.com, url: "https://www.macquarie.com/au/en/about/company/macquarie-asset-management.html", cat: finance, provider: macquarie, cc: AU, imp: 1, tier: 4, checks: [http] }
2234 + - { id: broker-nz-sharesies, name: "Sharesies", host: www.sharesies.nz, cat: finance, provider: sharesies, cc: NZ, imp: 3, tier: 4, checks: [http] }
2235 + - { id: broker-nz-hatch, name: "Hatch", host: www.hatchinvest.nz, cat: finance, provider: fnz, cc: NZ, imp: 2, tier: 4, checks: [http] }
2236 + - { id: broker-nz-nzsuperfund, name: "NZ Super Fund", host: nzsuperfund.nz, cat: finance, provider: gov-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
2237 + - { id: broker-nz-fisher-funds, name: "Fisher Funds", host: fisherfunds.co.nz, cat: finance, provider: fisher-funds, cc: NZ, imp: 1, tier: 4, checks: [http] }
2238 + - { id: broker-nz-simplicity, name: "Simplicity", host: simplicity.kiwi, cat: finance, provider: simplicity, cc: NZ, imp: 1, tier: 4, checks: [http] }
2239 + - { id: broker-nz-milford, name: "Milford Asset Management", host: milfordasset.com, cat: finance, provider: milford, cc: NZ, imp: 1, tier: 4, checks: [http] }
2240 + - { id: broker-nz-fnz, name: "FNZ", host: www.fnz.com, cat: finance, provider: fnz, cc: NZ, imp: 2, tier: 4, checks: [http] }
2241 + - { id: broker-us-blackrock, name: "BlackRock", host: www.blackrock.com, cat: finance, provider: blackrock, cc: US, imp: 5, tier: 3, checks: [http] }
2242 + - { id: broker-us-ishares, name: "iShares", host: www.ishares.com, cat: finance, provider: blackrock, cc: US, imp: 4, tier: 3, checks: [http] }
2243 + - { id: broker-us-ssga, name: "State Street Global Advisors", host: www.ssga.com, cat: finance, provider: state-street, cc: US, imp: 4, tier: 3, checks: [http] }
2244 + - { id: broker-us-invesco, name: "Invesco", host: www.invesco.com, cat: finance, provider: invesco, cc: US, imp: 3, tier: 4, checks: [http] }
2245 + - { id: broker-us-franklin-templeton, name: "Franklin Templeton", host: www.franklintempleton.com, cat: finance, provider: franklin-templeton, cc: US, imp: 3, tier: 4, checks: [http] }
2246 + - { id: broker-us-t-rowe, name: "T. Rowe Price", host: www.troweprice.com, cat: finance, provider: t-rowe, cc: US, imp: 3, tier: 4, checks: [http] }
2247 + - { id: broker-us-capital-group, name: "Capital Group", host: www.capitalgroup.com, cat: finance, provider: capital-group, cc: US, imp: 3, tier: 4, checks: [http] }
2248 + - { id: broker-us-pimco, name: "PIMCO", host: www.pimco.com, cat: finance, provider: allianz, cc: US, imp: 3, tier: 4, checks: [http] }
2249 + - { id: broker-us-jpm-am, name: "J.P. Morgan Asset Management", host: am.jpmorgan.com, cat: finance, provider: jpmorgan, cc: US, imp: 3, tier: 4, checks: [http] }
2250 + - { id: broker-us-gsam, name: "Goldman Sachs Asset Management", host: am.gs.com, cat: finance, provider: goldman, cc: US, imp: 3, tier: 4, checks: [http] }
2251 + - { id: broker-us-wellington, name: "Wellington Management", host: www.wellington.com, cat: finance, provider: wellington, cc: US, imp: 2, tier: 4, checks: [http] }
2252 + - { id: broker-us-alliancebernstein, name: "AllianceBernstein", host: www.alliancebernstein.com, cat: finance, provider: alliancebernstein, cc: US, imp: 2, tier: 4, checks: [http] }
2253 + - { id: broker-us-dimensional, name: "Dimensional Fund Advisors", host: www.dimensional.com, cat: finance, provider: dimensional, cc: US, imp: 2, tier: 4, checks: [http] }
2254 + - { id: broker-us-bridgewater, name: "Bridgewater Associates", host: www.bridgewater.com, cat: finance, provider: bridgewater, cc: US, imp: 2, tier: 4, checks: [http] }
2255 + - { id: broker-us-citadel, name: "Citadel", host: www.citadel.com, cat: finance, provider: citadel, cc: US, imp: 3, tier: 4, checks: [http] }
2256 + - { id: broker-us-citadel-securities, name: "Citadel Securities", host: www.citadelsecurities.com, cat: finance, provider: citadel, cc: US, imp: 4, tier: 3, checks: [http] }
2257 + - { id: broker-us-virtu, name: "Virtu Financial", host: www.virtu.com, cat: finance, provider: virtu, cc: US, imp: 3, tier: 4, checks: [http] }
2258 + - { id: broker-us-jane-street, name: "Jane Street", host: www.janestreet.com, cat: finance, provider: jane-street, cc: US, imp: 3, tier: 4, checks: [http] }
2259 + - { id: broker-us-two-sigma, name: "Two Sigma", host: www.twosigma.com, cat: finance, provider: two-sigma, cc: US, imp: 2, tier: 4, checks: [http] }
2260 + - { id: broker-us-millennium, name: "Millennium Management", host: www.mlp.com, cat: finance, provider: millennium, cc: US, imp: 2, tier: 4, checks: [http] }
2261 + - { id: broker-us-point72, name: "Point72", host: www.point72.com, cat: finance, provider: point72, cc: US, imp: 2, tier: 4, checks: [http] }
2262 + - { id: broker-us-aqr, name: "AQR Capital", host: www.aqr.com, cat: finance, provider: aqr, cc: US, imp: 2, tier: 4, checks: [http] }
2263 + - { id: broker-us-de-shaw, name: "D. E. Shaw", host: www.deshaw.com, cat: finance, provider: de-shaw, cc: US, imp: 2, tier: 4, checks: [http] }
2264 + - { id: broker-us-renaissance, name: "Renaissance Technologies", host: www.rentec.com, cat: finance, provider: rentec, cc: US, imp: 1, tier: 4, checks: [http] }
2265 + - { id: broker-us-elliott, name: "Elliott Management", host: www.elliottmgmt.com, cat: finance, provider: elliott, cc: US, imp: 1, tier: 4, checks: [http] }
2266 + - { id: broker-us-apollo, name: "Apollo Global Management", host: www.apollo.com, cat: finance, provider: apollo, cc: US, imp: 3, tier: 4, checks: [http] }
2267 + - { id: broker-us-blackstone, name: "Blackstone", host: www.blackstone.com, cat: finance, provider: blackstone, cc: US, imp: 4, tier: 3, checks: [http] }
2268 + - { id: broker-us-kkr, name: "KKR", host: www.kkr.com, cat: finance, provider: kkr, cc: US, imp: 3, tier: 4, checks: [http] }
2269 + - { id: broker-us-carlyle, name: "Carlyle", host: www.carlyle.com, cat: finance, provider: carlyle, cc: US, imp: 3, tier: 4, checks: [http] }
2270 + - { id: broker-us-tpg, name: "TPG", host: www.tpg.com, cat: finance, provider: tpg, cc: US, imp: 2, tier: 4, checks: [http] }
2271 + - { id: broker-us-ares, name: "Ares Management", host: www.aresmgmt.com, cat: finance, provider: ares, cc: US, imp: 2, tier: 4, checks: [http] }
2272 + - { id: broker-us-bain-capital, name: "Bain Capital", host: www.baincapital.com, cat: finance, provider: bain-capital, cc: US, imp: 2, tier: 4, checks: [http] }
2273 + - { id: broker-us-warburg, name: "Warburg Pincus", host: warburgpincus.com, cat: finance, provider: warburg, cc: US, imp: 1, tier: 4, checks: [http] }
2274 + - { id: broker-us-general-atlantic, name: "General Atlantic", host: www.generalatlantic.com, cat: finance, provider: general-atlantic, cc: US, imp: 1, tier: 4, checks: [http] }
2275 + - { id: broker-us-silver-lake, name: "Silver Lake", host: www.silverlake.com, cat: finance, provider: silver-lake, cc: US, imp: 1, tier: 4, checks: [http] }
2276 + - { id: broker-us-vista, name: "Vista Equity Partners", host: www.vistaequitypartners.com, cat: finance, provider: vista, cc: US, imp: 1, tier: 4, checks: [http] }
2277 + - { id: broker-us-thoma-bravo, name: "Thoma Bravo", host: www.thomabravo.com, cat: finance, provider: thoma-bravo, cc: US, imp: 1, tier: 4, checks: [http] }
2278 + - { id: broker-us-sequoia, name: "Sequoia Capital", host: www.sequoiacap.com, cat: finance, provider: sequoia, cc: US, imp: 2, tier: 4, checks: [http] }
2279 + - { id: broker-us-a16z, name: "Andreessen Horowitz", host: a16z.com, cat: finance, provider: a16z, cc: US, imp: 2, tier: 4, checks: [http] }
2280 + - { id: broker-us-webull, name: "Webull", host: www.webull.com, cat: finance, provider: webull, cc: US, imp: 3, tier: 4, checks: [http] }
2281 + - { id: broker-us-public, name: "Public.com", host: public.com, cat: finance, provider: public, cc: US, imp: 2, tier: 4, checks: [http] }
2282 + - { id: broker-us-m1, name: "M1 Finance", host: m1.com, cat: finance, provider: m1, svc: m1, cc: US, imp: 2, tier: 4, checks: [http] }
2283 + - { id: broker-us-betterment, name: "Betterment", host: www.betterment.com, cat: finance, provider: betterment, cc: US, imp: 2, tier: 4, checks: [http] }
2284 + - { id: broker-us-wealthfront, name: "Wealthfront", host: www.wealthfront.com, cat: finance, provider: wealthfront, cc: US, imp: 2, tier: 4, checks: [http] }
2285 + - { id: broker-us-acorns, name: "Acorns", host: www.acorns.com, cat: finance, provider: acorns, cc: US, imp: 2, tier: 4, checks: [http] }
2286 + - { id: broker-us-stash, name: "Stash", host: www.stash.com, cat: finance, provider: stash, cc: US, imp: 1, tier: 4, checks: [http] }
2287 + - { id: broker-us-tastytrade, name: "tastytrade", host: tastytrade.com, cat: finance, provider: ig, svc: tastytrade, cc: US, imp: 2, tier: 4, checks: [http] }
2288 + - { id: broker-us-tradestation, name: "TradeStation", host: www.tradestation.com, cat: finance, provider: monex, cc: US, imp: 2, tier: 4, checks: [http] }
2289 + - { id: broker-us-alpaca, name: "Alpaca", host: alpaca.markets, cat: finance, provider: alpaca, svc: alpaca, cc: US, imp: 2, tier: 4, checks: [http] }
2290 + - { id: broker-us-moomoo-us, name: "moomoo US", host: www.moomoo.com, url: "https://www.moomoo.com/us", cat: finance, provider: futu, cc: US, imp: 1, tier: 4, checks: [http] }
2291 + - { id: broker-us-firstrade, name: "Firstrade", host: www.firstrade.com, cat: finance, provider: firstrade, cc: US, imp: 1, tier: 4, checks: [http] }
2292 + - { id: broker-us-merrill, name: "Merrill", host: www.ml.com, cat: finance, provider: bofa, cc: US, imp: 3, tier: 4, checks: [http] }
2293 + - { id: broker-us-merrill-edge, name: "Merrill Edge", host: www.merrilledge.com, cat: finance, provider: bofa, cc: US, imp: 2, tier: 4, checks: [http] }
2294 + - { id: broker-us-edward-jones, name: "Edward Jones", host: www.edwardjones.com, cat: finance, provider: edward-jones, cc: US, imp: 3, tier: 4, checks: [http] }
2295 + - { id: broker-us-lpl, name: "LPL Financial", host: www.lpl.com, cat: finance, provider: lpl, cc: US, imp: 3, tier: 4, checks: [http] }
2296 + - { id: broker-us-ameriprise, name: "Ameriprise Financial", host: www.ameriprise.com, cat: finance, provider: ameriprise, cc: US, imp: 3, tier: 4, checks: [http] }
2297 + - { id: broker-us-stifel, name: "Stifel", host: www.stifel.com, cat: finance, provider: stifel, cc: US, imp: 2, tier: 4, checks: [http] }
2298 + - { id: broker-us-jefferies, name: "Jefferies", host: www.jefferies.com, cat: finance, provider: jefferies, cc: US, imp: 3, tier: 4, checks: [http] }
2299 + - { id: broker-us-lazard, name: "Lazard", host: www.lazard.com, cat: finance, provider: lazard, cc: US, imp: 2, tier: 4, checks: [http] }
2300 + - { id: broker-us-evercore, name: "Evercore", host: www.evercore.com, cat: finance, provider: evercore, cc: US, imp: 2, tier: 4, checks: [http] }
2301 + - { id: broker-us-moelis, name: "Moelis & Company", host: www.moelis.com, cat: finance, provider: moelis, cc: US, imp: 1, tier: 4, checks: [http] }
2302 + - { id: broker-us-houlihan, name: "Houlihan Lokey", host: hl.com, cat: finance, provider: houlihan, cc: US, imp: 1, tier: 4, checks: [http] }
2303 + - { id: broker-us-piper-sandler, name: "Piper Sandler", host: www.pipersandler.com, cat: finance, provider: piper-sandler, cc: US, imp: 1, tier: 4, checks: [http] }
2304 + - { id: broker-us-cantor, name: "Cantor Fitzgerald", host: www.cantor.com, cat: finance, provider: cantor, cc: US, imp: 2, tier: 4, checks: [http] }
2305 + - { id: broker-us-bgc, name: "BGC Group", host: www.bgcg.com, cat: finance, provider: bgc, cc: US, imp: 2, tier: 4, checks: [http] }
2306 + - { id: broker-us-stonex, name: "StoneX", host: www.stonex.com, cat: finance, provider: stonex, cc: US, imp: 2, tier: 4, checks: [http] }
2307 + - { id: broker-us-oanda, name: "OANDA", host: www.oanda.com, cat: finance, provider: oanda, cc: US, imp: 3, tier: 4, checks: [http] }
2308 + - { id: broker-us-forex-com, name: "FOREX.com (StoneX)", host: www.forex.com, cat: finance, provider: stonex, cc: US, imp: 2, tier: 4, checks: [http] }
2309 + - { id: broker-us-fxcm, name: "FXCM", host: www.fxcm.com, cat: finance, provider: fxcm, cc: US, imp: 1, tier: 4, checks: [http] }
2310 + - { id: broker-us-ninjatrader, name: "NinjaTrader", host: ninjatrader.com, cat: finance, provider: ninjatrader, cc: US, imp: 2, tier: 4, checks: [http] }
2311 + - { id: broker-us-thinkorswim, name: "thinkorswim (Schwab)", host: www.schwab.com, url: "https://www.schwab.com/trading/thinkorswim", cat: finance, provider: schwab, cc: US, imp: 2, tier: 4, checks: [http] }
2312 + - { id: broker-us-fidelity-institutional, name: "Fidelity Institutional", host: institutional.fidelity.com, cat: finance, provider: fidelity, cc: US, imp: 2, tier: 4, checks: [http] }
2313 + - { id: broker-us-vanguard-corporate, name: "Vanguard (corporate)", host: corporate.vanguard.com, cat: finance, provider: vanguard, cc: US, imp: 2, tier: 4, checks: [http] }
2314 + - { id: broker-us-empower, name: "Empower", host: www.empower.com, cat: finance, provider: great-west, cc: US, imp: 3, tier: 4, checks: [http] }
2315 + - { id: broker-us-calpers, name: "CalPERS", host: www.calpers.ca.gov, cat: finance, provider: calpers, cc: US, imp: 3, tier: 4, checks: [http] }
2316 + - { id: broker-us-calstrs, name: "CalSTRS", host: www.calstrs.com, cat: finance, provider: calstrs, cc: US, imp: 2, tier: 4, checks: [http] }
2317 + - { id: broker-us-nyscrf, name: "New York State Common Retirement Fund", host: www.osc.ny.gov, url: "https://www.osc.ny.gov/common-retirement-fund", cat: finance, provider: osc-ny, cc: US, imp: 1, tier: 4, checks: [http] }
2318 + - { id: broker-us-cboe-vix, name: "Cboe VIX Index", host: www.cboe.com, url: "https://www.cboe.com/tradable_products/vix/", cat: finance, provider: cboe, cc: US, imp: 2, tier: 4, checks: [http] }
2319 + - { id: broker-us-spdr, name: "SPDR ETFs", host: www.ssga.com, url: "https://www.ssga.com/us/en/intermediary/etfs", cat: finance, provider: state-street, cc: US, imp: 2, tier: 4, checks: [http] }
2320 + - { id: broker-us-ark, name: "ARK Invest", host: ark-invest.com, cat: finance, provider: ark, cc: US, imp: 2, tier: 4, checks: [http] }
2321 + - { id: broker-us-global-x, name: "Global X ETFs", host: www.globalxetfs.com, cat: finance, provider: mirae, cc: US, imp: 2, tier: 4, checks: [http] }
2322 + - { id: broker-us-proshares, name: "ProShares", host: www.proshares.com, cat: finance, provider: proshares, cc: US, imp: 2, tier: 4, checks: [http] }
2323 + - { id: broker-us-wisdomtree, name: "WisdomTree", host: www.wisdomtree.com, cat: finance, provider: wisdomtree, cc: US, imp: 2, tier: 4, checks: [http] }
2324 + - { id: broker-us-vaneck, name: "VanEck", host: www.vaneck.com, cat: finance, provider: vaneck, cc: US, imp: 2, tier: 4, checks: [http] }
2325 + - { id: broker-us-grayscale, name: "Grayscale", host: www.grayscale.com, cat: finance, provider: grayscale, cc: US, imp: 2, tier: 4, checks: [http] }
2326 + - { id: broker-us-bitwise, name: "Bitwise", host: bitwiseinvestments.com, cat: finance, provider: bitwise, cc: US, imp: 1, tier: 4, checks: [http] }
2327 + - { id: broker-us-dfa-legacy, name: "Fisher Investments", host: www.fisherinvestments.com, cat: finance, provider: fisher, cc: US, imp: 2, tier: 4, checks: [http] }
2328 + - { id: broker-us-charles-river, name: "Charles River Development (State Street)", host: www.crd.com, cat: finance, provider: state-street, cc: US, imp: 1, tier: 4, checks: [http] }
2329 + - { id: broker-us-envestnet, name: "Envestnet", host: www.envestnet.com, cat: finance, provider: envestnet, cc: US, imp: 2, tier: 4, checks: [http] }
2330 + - { id: broker-us-orion, name: "Orion Advisor", host: orion.com, cat: finance, provider: orion, cc: US, imp: 1, tier: 4, checks: [http] }
2331 + - { id: broker-us-addepar, name: "Addepar", host: addepar.com, cat: finance, provider: addepar, cc: US, imp: 1, tier: 4, checks: [http] }
2332 + - { id: broker-us-carta, name: "Carta", host: carta.com, cat: finance, provider: carta, cc: US, imp: 2, tier: 4, checks: [http] }
2333 + - { id: broker-us-computershare, name: "Computershare", host: www.computershare.com, cat: finance, provider: computershare, cc: AU, imp: 3, tier: 4, checks: [http] }
2334 + - { id: broker-us-equiniti, name: "Equiniti (EQ)", host: equiniti.com, cat: finance, provider: equiniti, cc: GB, imp: 2, tier: 4, checks: [http] }
2335 + # ───────── Insurers & reinsurers (336)
2336 + - { id: ins-ca-manulife, name: "Manulife", host: www.manulife.com, cat: finance, provider: manulife, cc: CA, imp: 4, tier: 3, checks: [http] }
2337 + - { id: ins-ca-sun-life, name: "Sun Life", host: www.sunlife.com, cat: finance, provider: sun-life, cc: CA, imp: 4, tier: 3, checks: [http] }
2338 + - { id: ins-ca-great-west-lifeco, name: "Great-West Lifeco", host: www.greatwestlifeco.com, cat: finance, provider: great-west, cc: CA, imp: 3, tier: 4, checks: [http] }
2339 + - { id: ins-ca-canada-life, name: "Canada Life", host: www.canadalife.com, cat: finance, provider: great-west, cc: CA, imp: 3, tier: 4, checks: [http] }
2340 + - { id: ins-ca-intact, name: "Intact Financial", host: www.intact.ca, cat: finance, provider: intact, cc: CA, imp: 3, tier: 4, checks: [http] }
2341 + - { id: ins-ca-belairdirect, name: "belairdirect", host: www.belairdirect.com, cat: finance, provider: intact, cc: CA, imp: 2, tier: 4, checks: [http] }
2342 + - { id: ins-ca-fairfax, name: "Fairfax Financial", host: www.fairfax.ca, cat: finance, provider: fairfax, cc: CA, imp: 3, tier: 4, checks: [http] }
2343 + - { id: ins-ca-ia, name: "iA Financial Group", host: ia.ca, cat: finance, provider: ia, cc: CA, imp: 3, tier: 4, checks: [http] }
2344 + - { id: ins-ca-cooperators, name: "Co-operators", host: www.cooperators.ca, cat: finance, provider: cooperators, cc: CA, imp: 2, tier: 4, checks: [http] }
2345 + - { id: ins-ca-wawanesa, name: "Wawanesa", host: www.wawanesa.com, cat: finance, provider: wawanesa, cc: CA, imp: 2, tier: 4, checks: [http] }
2346 + - { id: ins-ca-definity, name: "Definity Financial", host: www.definityfinancial.com, cat: finance, provider: definity, cc: CA, imp: 2, tier: 4, checks: [http] }
2347 + - { id: ins-ca-beneva, name: "Beneva", host: www.beneva.ca, cat: finance, provider: beneva, cc: CA, imp: 2, tier: 4, checks: [http] }
2348 + - { id: ins-ca-empire-life, name: "Empire Life", host: www.empire.ca, cat: finance, provider: empire-life, cc: CA, imp: 2, tier: 4, checks: [http] }
2349 + - { id: ins-ca-sonnet, name: "Sonnet", host: www.sonnet.ca, cat: finance, provider: definity, cc: CA, imp: 2, tier: 4, checks: [http] }
2350 + - { id: ins-ca-edc, name: "Export Development Canada", host: www.edc.ca, cat: finance, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
2351 + - { id: ins-mx-gnp, name: "GNP Seguros", host: www.gnp.com.mx, cat: finance, provider: gnp, cc: MX, imp: 2, tier: 4, checks: [http] }
2352 + - { id: ins-mx-qualitas, name: "Quálitas", host: www.qualitas.com.mx, cat: finance, provider: qualitas, cc: MX, imp: 2, tier: 4, checks: [http] }
2353 + - { id: ins-br-porto-seguro, name: "Porto Seguro", host: www.portoseguro.com.br, cat: finance, provider: porto-seguro, cc: BR, imp: 3, tier: 4, checks: [http] }
2354 + - { id: ins-br-sulamerica, name: "SulAmérica", host: portal.sulamericaseguros.com.br, cat: finance, provider: sulamerica, cc: BR, imp: 2, tier: 4, checks: [http] }
2355 + - { id: ins-br-bradesco-seguros, name: "Bradesco Seguros", host: www.bradescoseguros.com.br, cat: finance, provider: bradesco, cc: BR, imp: 2, tier: 4, checks: [http] }
2356 + - { id: ins-br-caixa-seguradora, name: "Caixa Seguradora", host: www.caixaseguradora.com.br, cat: finance, provider: caixa, cc: BR, imp: 2, tier: 4, checks: [http] }
2357 + - { id: ins-gb-aviva, name: "Aviva", host: www.aviva.com, cat: finance, provider: aviva, cc: GB, imp: 4, tier: 3, checks: [http] }
2358 + - { id: ins-gb-legal-general, name: "Legal & General", host: www.legalandgeneral.com, cat: finance, provider: legal-general, cc: GB, imp: 4, tier: 3, checks: [http] }
2359 + - { id: ins-gb-prudential-plc, name: "Prudential plc", host: www.prudentialplc.com, cat: finance, provider: prudential-plc, cc: GB, imp: 4, tier: 3, checks: [http] }
2360 + - { id: ins-gb-lloyds-of-london, name: "Lloyd's of London", host: www.lloyds.com, cat: finance, provider: lloyds-of-london, cc: GB, imp: 4, tier: 3, checks: [http] }
2361 + - { id: ins-gb-direct-line, name: "Direct Line Group", host: www.directlinegroup.co.uk, cat: finance, provider: direct-line, cc: GB, imp: 3, tier: 4, checks: [http] }
2362 + - { id: ins-gb-phoenix, name: "Phoenix Group", host: www.thephoenixgroup.com, cat: finance, provider: phoenix, cc: GB, imp: 3, tier: 4, checks: [http] }
2363 + - { id: ins-gb-standard-life, name: "Standard Life", host: www.standardlife.co.uk, cat: finance, provider: phoenix, cc: GB, imp: 2, tier: 4, checks: [http] }
2364 + - { id: ins-gb-royal-london, name: "Royal London", host: www.royallondon.com, cat: finance, provider: royal-london, cc: GB, imp: 2, tier: 4, checks: [http] }
2365 + - { id: ins-gb-scottish-widows, name: "Scottish Widows", host: www.scottishwidows.co.uk, cat: finance, provider: lloyds, cc: GB, imp: 2, tier: 4, checks: [http] }
2366 + - { id: ins-gb-hiscox, name: "Hiscox", host: www.hiscox.com, cat: finance, provider: hiscox, cc: GB, imp: 3, tier: 4, checks: [http] }
2367 + - { id: ins-gb-beazley, name: "Beazley", host: www.beazley.com, cat: finance, provider: beazley, cc: GB, imp: 3, tier: 4, checks: [http] }
2368 + - { id: ins-gb-lv, name: "LV=", host: www.lv.com, cat: finance, provider: lv, cc: GB, imp: 2, tier: 4, checks: [http] }
2369 + - { id: ins-gb-nfu-mutual, name: "NFU Mutual", host: www.nfumutual.co.uk, cat: finance, provider: nfu-mutual, cc: GB, imp: 2, tier: 4, checks: [http] }
2370 + - { id: ins-gb-bupa, name: "Bupa", host: www.bupa.com, cat: finance, provider: bupa, cc: GB, imp: 3, tier: 4, checks: [http] }
2371 + - { id: ins-gb-rsa, name: "RSA Insurance", host: www.rsagroup.com, cat: finance, provider: intact, cc: GB, imp: 2, tier: 4, checks: [http] }
2372 + - { id: ins-gb-just, name: "Just Group", host: www.justgroupplc.co.uk, cat: finance, provider: just, cc: GB, imp: 2, tier: 4, checks: [http] }
2373 + - { id: ins-gb-howden, name: "Howden", host: www.howdengroup.com, cat: finance, provider: howden, cc: GB, imp: 2, tier: 4, checks: [http] }
2374 + - { id: ins-gb-wtw, name: "WTW", host: www.wtwco.com, cat: finance, provider: wtw, cc: GB, imp: 3, tier: 4, checks: [http] }
2375 + - { id: ins-ie-fbd, name: "FBD Insurance", host: www.fbd.ie, cat: finance, provider: fbd, cc: IE, imp: 2, tier: 4, checks: [http] }
2376 + - { id: ins-ie-irish-life, name: "Irish Life", host: www.irishlife.ie, cat: finance, provider: great-west, cc: IE, imp: 2, tier: 4, checks: [http] }
2377 + - { id: ins-fr-axa, name: "AXA", host: www.axa.com, cat: finance, provider: axa, cc: FR, imp: 5, tier: 3, checks: [http] }
2378 + - { id: ins-fr-cnp, name: "CNP Assurances", host: www.cnp.fr, cat: finance, provider: la-poste, cc: FR, imp: 3, tier: 4, checks: [http] }
2379 + - { id: ins-fr-covea, name: "Covéa", host: www.covea.com, cat: finance, provider: covea, cc: FR, imp: 3, tier: 4, checks: [http] }
2380 + - { id: ins-fr-groupama, name: "Groupama", host: www.groupama.com, cat: finance, provider: groupama, cc: FR, imp: 3, tier: 4, checks: [http] }
2381 + - { id: ins-fr-maif, name: "MAIF", host: www.maif.fr, cat: finance, provider: maif, cc: FR, imp: 2, tier: 4, checks: [http] }
2382 + - { id: ins-fr-macif, name: "Macif", host: www.macif.fr, cat: finance, provider: aema, cc: FR, imp: 2, tier: 4, checks: [http] }
2383 + - { id: ins-fr-scor, name: "SCOR", host: www.scor.com, cat: finance, provider: scor, cc: FR, imp: 3, tier: 4, checks: [http] }
2384 + - { id: ins-fr-ca-assurances, name: "Crédit Agricole Assurances", host: www.ca-assurances.com, cat: finance, provider: credit-agricole, cc: FR, imp: 2, tier: 4, checks: [http] }
2385 + - { id: ins-fr-allianz-france, name: "Allianz France", host: www.allianz.fr, cat: finance, provider: allianz, cc: FR, imp: 2, tier: 4, checks: [http] }
2386 + - { id: ins-fr-generali-france, name: "Generali France", host: www.generali.fr, cat: finance, provider: generali, cc: FR, imp: 2, tier: 4, checks: [http] }
2387 + - { id: ins-fr-april, name: "APRIL", host: www.april.com, cat: finance, provider: april, cc: FR, imp: 1, tier: 4, checks: [http] }
2388 + - { id: ins-fr-coface, name: "Coface", host: www.coface.com, cat: finance, provider: coface, cc: FR, imp: 3, tier: 4, checks: [http] }
2389 + - { id: ins-fr-euler-hermes, name: "Allianz Trade", host: www.allianz-trade.com, cat: finance, provider: allianz, cc: FR, imp: 3, tier: 4, checks: [http] }
2390 + - { id: ins-de-allianz, name: "Allianz", host: www.allianz.com, cat: finance, provider: allianz, cc: DE, imp: 5, tier: 3, checks: [http] }
2391 + - { id: ins-de-munich-re, name: "Munich Re", host: www.munichre.com, cat: finance, provider: munich-re, cc: DE, imp: 4, tier: 3, checks: [http] }
2392 + - { id: ins-de-hannover-re, name: "Hannover Re", host: www.hannover-re.com, cat: finance, provider: talanx, cc: DE, imp: 4, tier: 3, checks: [http] }
2393 + - { id: ins-de-talanx, name: "Talanx", host: www.talanx.com, cat: finance, provider: talanx, cc: DE, imp: 3, tier: 4, checks: [http] }
2394 + - { id: ins-de-ergo, name: "ERGO", host: www.ergo.com, cat: finance, provider: munich-re, cc: DE, imp: 3, tier: 4, checks: [http] }
2395 + - { id: ins-de-huk, name: "HUK-COBURG", host: www.huk.de, cat: finance, provider: huk, cc: DE, imp: 3, tier: 4, checks: [http] }
2396 + - { id: ins-de-debeka, name: "Debeka", host: www.debeka.de, cat: finance, provider: debeka, cc: DE, imp: 2, tier: 4, checks: [http] }
2397 + - { id: ins-de-rv, name: "R+V Versicherung", host: www.ruv.de, cat: finance, provider: dz-bank, cc: DE, imp: 2, tier: 4, checks: [http] }
2398 + - { id: ins-de-signal-iduna, name: "SIGNAL IDUNA", host: www.signal-iduna.de, cat: finance, provider: signal-iduna, cc: DE, imp: 2, tier: 4, checks: [http] }
2399 + - { id: ins-de-gothaer, name: "Gothaer", host: www.gothaer.de, cat: finance, provider: gothaer, cc: DE, imp: 2, tier: 4, checks: [http] }
2400 + - { id: ins-de-devk, name: "DEVK", host: www.devk.de, cat: finance, provider: devk, cc: DE, imp: 2, tier: 4, checks: [http] }
2401 + - { id: ins-de-lvm, name: "LVM Versicherung", host: www.lvm.de, cat: finance, provider: lvm, cc: DE, imp: 2, tier: 4, checks: [http] }
2402 + - { id: ins-de-provinzial, name: "Provinzial", host: www.provinzial.de, cat: finance, provider: provinzial, cc: DE, imp: 2, tier: 4, checks: [http] }
2403 + - { id: ins-de-axa-de, name: "AXA Deutschland", host: www.axa.de, cat: finance, provider: axa, cc: DE, imp: 2, tier: 4, checks: [http] }
2404 + - { id: ins-de-generali-de, name: "Generali Deutschland", host: www.generali.de, cat: finance, provider: generali, cc: DE, imp: 2, tier: 4, checks: [http] }
2405 + - { id: ins-de-wuestenrot, name: "Wüstenrot & Württembergische", host: www.ww-ag.com, cat: finance, provider: ww, cc: DE, imp: 2, tier: 4, checks: [http] }
2406 + - { id: ins-de-check24, name: "CHECK24", host: www.check24.de, cat: finance, provider: check24, cc: DE, imp: 2, tier: 4, checks: [http] }
2407 + - { id: ins-nl-aegon, name: "Aegon", host: www.aegon.com, cat: finance, provider: aegon, cc: NL, imp: 4, tier: 3, checks: [http] }
2408 + - { id: ins-nl-nn-group, name: "NN Group", host: www.nn-group.com, cat: finance, provider: nn, cc: NL, imp: 4, tier: 3, checks: [http] }
2409 + - { id: ins-nl-asr, name: "a.s.r.", host: www.asrnederland.nl, cat: finance, provider: asr, cc: NL, imp: 3, tier: 4, checks: [http] }
2410 + - { id: ins-nl-achmea, name: "Achmea", host: www.achmea.nl, cat: finance, provider: achmea, cc: NL, imp: 3, tier: 4, checks: [http] }
2411 + - { id: ins-be-ageas, name: "Ageas", host: www.ageas.com, cat: finance, provider: ageas, cc: BE, imp: 4, tier: 3, checks: [http] }
2412 + - { id: ins-be-ag-insurance, name: "AG Insurance", host: www.aginsurance.be, cat: finance, provider: ageas, cc: BE, imp: 3, tier: 4, checks: [http] }
2413 + - { id: ins-be-ethias, name: "Ethias", host: www.ethias.be, cat: finance, provider: ethias, cc: BE, imp: 2, tier: 4, checks: [http] }
2414 + - { id: ins-ch-zurich, name: "Zurich Insurance", host: www.zurich.com, cat: finance, provider: zurich, cc: CH, imp: 5, tier: 3, checks: [http] }
2415 + - { id: ins-ch-swiss-re, name: "Swiss Re", host: www.swissre.com, cat: finance, provider: swiss-re, cc: CH, imp: 4, tier: 3, checks: [http] }
2416 + - { id: ins-ch-swiss-life, name: "Swiss Life", host: www.swisslife.com, cat: finance, provider: swiss-life, cc: CH, imp: 4, tier: 3, checks: [http] }
2417 + - { id: ins-ch-helvetia, name: "Helvetia", host: www.helvetia.com, cat: finance, provider: helvetia, cc: CH, imp: 3, tier: 4, checks: [http] }
2418 + - { id: ins-ch-baloise, name: "Baloise", host: www.baloise.com, cat: finance, provider: baloise, cc: CH, imp: 3, tier: 4, checks: [http] }
2419 + - { id: ins-ch-axa-ch, name: "AXA Switzerland", host: www.axa.ch, cat: finance, provider: axa, cc: CH, imp: 2, tier: 4, checks: [http] }
2420 + - { id: ins-ch-mobiliar, name: "Die Mobiliar", host: www.mobiliar.ch, cat: finance, provider: mobiliar, cc: CH, imp: 2, tier: 4, checks: [http] }
2421 + - { id: ins-ch-vaudoise, name: "Vaudoise", host: www.vaudoise.ch, cat: finance, provider: vaudoise, cc: CH, imp: 1, tier: 4, checks: [http] }
2422 + - { id: ins-at-uniqa, name: "UNIQA", host: www.uniqagroup.com, cat: finance, provider: uniqa, cc: AT, imp: 3, tier: 4, checks: [http] }
2423 + - { id: ins-at-vig, name: "Vienna Insurance Group", host: www.vig.com, cat: finance, provider: vig, cc: AT, imp: 3, tier: 4, checks: [http] }
2424 + - { id: ins-at-wiener-staedtische, name: "Wiener Städtische", host: www.wienerstaedtische.at, cat: finance, provider: vig, cc: AT, imp: 2, tier: 4, checks: [http] }
2425 + - { id: ins-it-generali, name: "Generali", host: www.generali.com, cat: finance, provider: generali, cc: IT, imp: 5, tier: 3, checks: [http] }
2426 + - { id: ins-it-unipol, name: "Unipol", host: www.unipol.it, cat: finance, provider: unipol, cc: IT, imp: 3, tier: 4, checks: [http] }
2427 + - { id: ins-it-unipolsai, name: "UnipolSai", host: www.unipolsai.it, cat: finance, provider: unipol, cc: IT, imp: 3, tier: 4, checks: [http] }
2428 + - { id: ins-it-poste-vita, name: "Poste Vita", host: postevita.poste.it, cat: finance, provider: poste-italiane, cc: IT, imp: 2, tier: 4, checks: [http] }
2429 + - { id: ins-it-intesa-vita, name: "Intesa Sanpaolo Vita", host: www.intesasanpaolovita.it, cat: finance, provider: intesa, cc: IT, imp: 2, tier: 4, checks: [http] }
2430 + - { id: ins-it-reale-mutua, name: "Reale Mutua", host: www.realemutua.it, cat: finance, provider: reale, cc: IT, imp: 2, tier: 4, checks: [http] }
2431 + - { id: ins-it-cattolica, name: "Cattolica Assicurazioni", host: www.cattolica.it, cat: finance, provider: generali, cc: IT, imp: 1, tier: 4, checks: [http] }
2432 + - { id: ins-es-mapfre, name: "Mapfre", host: www.mapfre.com, cat: finance, provider: mapfre, cc: ES, imp: 4, tier: 3, checks: [http] }
2433 + - { id: ins-es-mutua-madrilena, name: "Mutua Madrileña", host: www.mutua.es, cat: finance, provider: mutua, cc: ES, imp: 3, tier: 4, checks: [http] }
2434 + - { id: ins-es-catalana-occidente, name: "Grupo Catalana Occidente", host: www.grupocatalanaoccidente.com, cat: finance, provider: gco, cc: ES, imp: 2, tier: 4, checks: [http] }
2435 + - { id: ins-es-santalucia, name: "Santalucía", host: www.santalucia.es, cat: finance, provider: santalucia, cc: ES, imp: 2, tier: 4, checks: [http] }
2436 + - { id: ins-es-linea-directa, name: "Línea Directa", host: www.lineadirecta.com, cat: finance, provider: linea-directa, cc: ES, imp: 2, tier: 4, checks: [http] }
2437 + - { id: ins-es-vidacaixa, name: "VidaCaixa", host: www.vidacaixa.es, cat: finance, provider: caixabank, cc: ES, imp: 2, tier: 4, checks: [http] }
2438 + - { id: ins-pt-fidelidade, name: "Fidelidade", host: www.fidelidade.pt, cat: finance, provider: fidelidade, cc: PT, imp: 3, tier: 4, checks: [http] }
2439 + - { id: ins-pt-ageas-pt, name: "Ageas Portugal", host: www.ageas.pt, cat: finance, provider: ageas, cc: PT, imp: 1, tier: 4, checks: [http] }
2440 + - { id: ins-gr-ethniki, name: "Ethniki Asfalistiki", host: www.ethniki-asfalistiki.gr, cat: finance, provider: ethniki, cc: GR, imp: 2, tier: 4, checks: [http] }
2441 + - { id: ins-se-folksam, name: "Folksam", host: www.folksam.se, cat: finance, provider: folksam, cc: SE, imp: 3, tier: 4, checks: [http] }
2442 + - { id: ins-se-if, name: "If P&C Insurance", host: www.if.se, cat: finance, provider: sampo, cc: SE, imp: 3, tier: 4, checks: [http] }
2443 + - { id: ins-se-trygg-hansa, name: "Trygg-Hansa", host: www.trygghansa.se, cat: finance, provider: tryg, cc: SE, imp: 2, tier: 4, checks: [http] }
2444 + - { id: ins-se-afa, name: "Afa Försäkring", host: www.afaforsakring.se, cat: finance, provider: afa, cc: SE, imp: 1, tier: 4, checks: [http] }
2445 + - { id: ins-dk-tryg, name: "Tryg", host: www.tryg.com, cat: finance, provider: tryg, cc: DK, imp: 3, tier: 4, checks: [http] }
2446 + - { id: ins-dk-topdanmark, name: "Topdanmark", host: www.topdanmark.dk, cat: finance, provider: topdanmark, cc: DK, imp: 2, tier: 4, checks: [http] }
2447 + - { id: ins-dk-pfa, name: "PFA Pension", host: www.pfa.dk, cat: finance, provider: pfa, cc: DK, imp: 3, tier: 4, checks: [http] }
2448 + - { id: ins-dk-atp, name: "ATP", host: www.atp.dk, cat: finance, provider: atp, cc: DK, imp: 3, tier: 4, checks: [http] }
2449 + - { id: ins-dk-danica, name: "Danica Pension", host: www.danicapension.dk, cat: finance, provider: danske, cc: DK, imp: 2, tier: 4, checks: [http] }
2450 + - { id: ins-dk-alm-brand, name: "Alm. Brand", host: www.almbrand.dk, cat: finance, provider: alm-brand, cc: DK, imp: 2, tier: 4, checks: [http] }
2451 + - { id: ins-dk-velliv, name: "Velliv", host: www.velliv.dk, cat: finance, provider: velliv, cc: DK, imp: 1, tier: 4, checks: [http] }
2452 + - { id: ins-no-gjensidige, name: "Gjensidige", host: www.gjensidige.no, cat: finance, provider: gjensidige, cc: "NO", imp: 3, tier: 4, checks: [http] }
2453 + - { id: ins-no-klp, name: "KLP", host: www.klp.no, cat: finance, provider: klp, cc: "NO", imp: 3, tier: 4, checks: [http] }
2454 + - { id: ins-no-fremtind, name: "Fremtind", host: www.fremtind.no, cat: finance, provider: fremtind, cc: "NO", imp: 2, tier: 4, checks: [http] }
2455 + - { id: ins-no-protector, name: "Protector Forsikring", host: www.protectorforsikring.no, cat: finance, provider: protector, cc: "NO", imp: 1, tier: 4, checks: [http] }
2456 + - { id: ins-fi-sampo, name: "Sampo", host: www.sampo.com, cat: finance, provider: sampo, cc: FI, imp: 4, tier: 3, checks: [http] }
2457 + - { id: ins-fi-lahitapiola, name: "LähiTapiola", host: www.lahitapiola.fi, cat: finance, provider: lahitapiola, cc: FI, imp: 3, tier: 4, checks: [http] }
2458 + - { id: ins-fi-mandatum, name: "Mandatum", host: www.mandatumlife.fi, cat: finance, provider: mandatum, cc: FI, imp: 2, tier: 4, checks: [http] }
2459 + - { id: ins-fi-varma, name: "Varma", host: www.varma.fi, cat: finance, provider: varma, cc: FI, imp: 2, tier: 4, checks: [http] }
2460 + - { id: ins-fi-ilmarinen, name: "Ilmarinen", host: www.ilmarinen.fi, cat: finance, provider: ilmarinen, cc: FI, imp: 2, tier: 4, checks: [http] }
2461 + - { id: ins-fi-fennia, name: "Fennia", host: www.fennia.fi, cat: finance, provider: fennia, cc: FI, imp: 1, tier: 4, checks: [http] }
2462 + - { id: ins-pl-pzu, name: "PZU", host: www.pzu.pl, cat: finance, provider: pzu, cc: PL, imp: 3, tier: 4, checks: [http] }
2463 + - { id: ins-pl-warta, name: "Warta", host: www.warta.pl, cat: finance, provider: talanx, cc: PL, imp: 2, tier: 4, checks: [http] }
2464 + - { id: ins-pl-ergo-hestia, name: "ERGO Hestia", host: www.ergohestia.pl, cat: finance, provider: munich-re, cc: PL, imp: 1, tier: 4, checks: [http] }
2465 + - { id: ins-cz-kooperativa, name: "Kooperativa", host: www.koop.cz, cat: finance, provider: vig, cc: CZ, imp: 2, tier: 4, checks: [http] }
2466 + - { id: ins-cz-ceska-pojistovna, name: "Generali Česká pojišťovna", host: www.generaliceska.cz, cat: finance, provider: generali, cc: CZ, imp: 2, tier: 4, checks: [http] }
2467 + - { id: ins-tr-turkiye-sigorta, name: "Türkiye Sigorta", host: www.turkiyesigorta.com.tr, cat: finance, provider: gov-tr, cc: TR, imp: 2, tier: 4, checks: [http] }
2468 + - { id: ins-tr-allianz-tr, name: "Allianz Türkiye", host: www.allianz.com.tr, cat: finance, provider: allianz, cc: TR, imp: 1, tier: 4, checks: [http] }
2469 + - { id: ins-il-harel, name: "Harel Insurance", host: www.harel-group.co.il, cat: finance, provider: harel, cc: IL, imp: 2, tier: 4, checks: [http] }
2470 + - { id: ins-il-migdal, name: "Migdal", host: www.migdal.co.il, cat: finance, provider: migdal, cc: IL, imp: 2, tier: 4, checks: [http] }
2471 + - { id: ins-il-phoenix, name: "The Phoenix", host: www.fnx.co.il, cat: finance, provider: phoenix-il, cc: IL, imp: 2, tier: 4, checks: [http] }
2472 + - { id: ins-il-clal, name: "Clal Insurance", host: www.clalbit.co.il, cat: finance, provider: clal, cc: IL, imp: 2, tier: 4, checks: [http] }
2473 + - { id: ins-il-menora, name: "Menora Mivtachim", host: www.menoramivt.co.il, cat: finance, provider: menora, cc: IL, imp: 1, tier: 4, checks: [http] }
2474 + - { id: ins-sa-tawuniya, name: "Tawuniya", host: www.tawuniya.com, cat: finance, provider: tawuniya, cc: SA, imp: 2, tier: 4, checks: [http] }
2475 + - { id: ins-sa-bupa-arabia, name: "Bupa Arabia", host: www.bupa.com.sa, cat: finance, provider: bupa, cc: SA, imp: 2, tier: 4, checks: [http] }
2476 + - { id: ins-ae-sukoon, name: "Sukoon Insurance", host: www.sukoon.com, cat: finance, provider: sukoon, cc: AE, imp: 1, tier: 4, checks: [http] }
2477 + - { id: ins-ae-adnic, name: "ADNIC", host: www.adnic.ae, cat: finance, provider: adnic, cc: AE, imp: 1, tier: 4, checks: [http] }
2478 + - { id: ins-ma-wafa-assurance, name: "Wafa Assurance", host: www.wafaassurance.ma, cat: finance, provider: attijariwafa, cc: MA, imp: 2, tier: 4, checks: [http] }
2479 + - { id: ins-ma-rma, name: "RMA", host: www.rmaassurance.com, cat: finance, provider: rma, cc: MA, imp: 1, tier: 4, checks: [http] }
2480 + - { id: ins-ma-sanlam-ma, name: "Sanlam Maroc", host: www.sanlam.ma, cat: finance, provider: sanlam, cc: MA, imp: 1, tier: 4, checks: [http] }
2481 + - { id: ins-ng-aiico, name: "AIICO Insurance", host: www.aiicoplc.com, cat: finance, provider: aiico, cc: NG, imp: 1, tier: 4, checks: [http] }
2482 + - { id: ins-ng-leadway, name: "Leadway Assurance", host: www.leadway.com, cat: finance, provider: leadway, cc: NG, imp: 1, tier: 4, checks: [http] }
2483 + - { id: ins-za-sanlam, name: "Sanlam", host: www.sanlam.com, cat: finance, provider: sanlam, cc: ZA, imp: 4, tier: 3, checks: [http] }
2484 + - { id: ins-za-old-mutual, name: "Old Mutual", host: www.oldmutual.com, cat: finance, provider: old-mutual, cc: ZA, imp: 4, tier: 3, checks: [http] }
2485 + - { id: ins-za-discovery, name: "Discovery", host: www.discovery.co.za, cat: finance, provider: discovery, cc: ZA, imp: 3, tier: 4, checks: [http] }
2486 + - { id: ins-za-momentum, name: "Momentum", host: www.momentum.co.za, cat: finance, provider: momentum, cc: ZA, imp: 3, tier: 4, checks: [http] }
2487 + - { id: ins-za-santam, name: "Santam", host: www.santam.co.za, cat: finance, provider: sanlam, cc: ZA, imp: 3, tier: 4, checks: [http] }
2488 + - { id: ins-za-liberty, name: "Liberty", host: www.liberty.co.za, cat: finance, provider: standard-bank, cc: ZA, imp: 2, tier: 4, checks: [http] }
2489 + - { id: ins-za-outsurance, name: "OUTsurance", host: www.outsurance.co.za, cat: finance, provider: outsurance, cc: ZA, imp: 2, tier: 4, checks: [http] }
2490 + - { id: ins-za-hollard, name: "Hollard", host: www.hollard.co.za, cat: finance, provider: hollard, cc: ZA, imp: 2, tier: 4, checks: [http] }
2491 + - { id: ins-in-lic, name: "LIC", host: licindia.in, cat: finance, provider: lic, cc: IN, imp: 4, tier: 3, checks: [http] }
2492 + - { id: ins-in-hdfc-life, name: "HDFC Life", host: www.hdfclife.com, cat: finance, provider: hdfc, cc: IN, imp: 3, tier: 4, checks: [http] }
2493 + - { id: ins-in-icici-pru, name: "ICICI Prudential Life", host: www.iciciprulife.com, cat: finance, provider: icici, cc: IN, imp: 3, tier: 4, checks: [http] }
2494 + - { id: ins-in-sbi-life, name: "SBI Life", host: www.sbilife.co.in, cat: finance, provider: sbi, cc: IN, imp: 3, tier: 4, checks: [http] }
2495 + - { id: ins-in-bajaj-finserv, name: "Bajaj Finserv", host: www.bajajfinserv.in, cat: finance, provider: bajaj, cc: IN, imp: 3, tier: 4, checks: [http] }
2496 + - { id: ins-in-bajaj-allianz, name: "Bajaj Allianz", host: www.bajajallianz.com, cat: finance, provider: bajaj, cc: IN, imp: 2, tier: 4, checks: [http] }
2497 + - { id: ins-in-max-life, name: "Axis Max Life", host: www.maxlifeinsurance.com, cat: finance, provider: max-life, cc: IN, imp: 2, tier: 4, checks: [http] }
2498 + - { id: ins-in-tata-aia, name: "Tata AIA Life", host: www.tataaia.com, cat: finance, provider: tata, cc: IN, imp: 2, tier: 4, checks: [http] }
2499 + - { id: ins-in-new-india, name: "New India Assurance", host: www.newindia.co.in, cat: finance, provider: gov-in, cc: IN, imp: 2, tier: 4, checks: [http] }
2500 + - { id: ins-in-star-health, name: "Star Health", host: www.starhealth.in, cat: finance, provider: star-health, cc: IN, imp: 2, tier: 4, checks: [http] }
2501 + - { id: ins-in-acko, name: "ACKO", host: www.acko.com, cat: finance, provider: acko, cc: IN, imp: 1, tier: 4, checks: [http] }
2502 + - { id: ins-cn-ping-an, name: "Ping An", host: www.pingan.com, cat: finance, provider: ping-an, cc: CN, imp: 5, tier: 3, checks: [http] }
2503 + - { id: ins-cn-china-life, name: "China Life", host: www.chinalife.com.cn, cat: finance, provider: china-life, cc: CN, imp: 5, tier: 3, checks: [http] }
2504 + - { id: ins-cn-picc, name: "PICC", host: www.picc.com, cat: finance, provider: picc, cc: CN, imp: 4, tier: 3, checks: [http] }
2505 + - { id: ins-cn-cpic, name: "China Pacific Insurance", host: www.cpic.com.cn, cat: finance, provider: cpic, cc: CN, imp: 4, tier: 3, checks: [http] }
2506 + - { id: ins-cn-new-china-life, name: "New China Life", host: www.newchinalife.com, cat: finance, provider: nci, cc: CN, imp: 3, tier: 4, checks: [http] }
2507 + - { id: ins-cn-taiping, name: "China Taiping", host: www.cntaiping.com, cat: finance, provider: taiping, cc: CN, imp: 3, tier: 4, checks: [http] }
2508 + - { id: ins-cn-zhongan, name: "ZhongAn", host: www.zhongan.com, cat: finance, provider: zhongan, cc: CN, imp: 2, tier: 4, checks: [http] }
2509 + - { id: ins-cn-taikang, name: "Taikang", host: www.taikang.com, cat: finance, provider: taikang, cc: CN, imp: 2, tier: 4, checks: [http] }
2510 + - { id: ins-cn-sunshine, name: "Sunshine Insurance", host: www.sinosig.com, cat: finance, provider: sunshine, cc: CN, imp: 1, tier: 4, checks: [http] }
2511 + - { id: ins-hk-prudential-hk, name: "Prudential Hong Kong", host: www.prudential.com.hk, cat: finance, provider: prudential-plc, cc: HK, imp: 2, tier: 4, checks: [http] }
2512 + - { id: ins-hk-manulife-hk, name: "Manulife Hong Kong", host: www.manulife.com.hk, cat: finance, provider: manulife, cc: HK, imp: 2, tier: 4, checks: [http] }
2513 + - { id: ins-hk-fwd, name: "FWD Group", host: www.fwd.com, cat: finance, provider: fwd, cc: HK, imp: 3, tier: 4, checks: [http] }
2514 + - { id: ins-hk-bowtie, name: "Bowtie", host: www.bowtie.com.hk, cat: finance, provider: bowtie, cc: HK, imp: 1, tier: 4, checks: [http] }
2515 + - { id: ins-tw-cathay-life, name: "Cathay Life", host: www.cathaylife.com.tw, cat: finance, provider: cathay, cc: TW, imp: 3, tier: 4, checks: [http] }
2516 + - { id: ins-tw-fubon-life, name: "Fubon Life", host: www.fubon.com, url: "https://www.fubon.com/life/", cat: finance, provider: fubon, cc: TW, imp: 2, tier: 4, checks: [http] }
2517 + - { id: ins-tw-nan-shan, name: "Nan Shan Life", host: www.nanshanlife.com.tw, cat: finance, provider: nan-shan, cc: TW, imp: 2, tier: 4, checks: [http] }
2518 + - { id: ins-tw-shin-kong, name: "Shin Kong Life", host: www.skl.com.tw, cat: finance, provider: shin-kong, cc: TW, imp: 1, tier: 4, checks: [http] }
2519 + - { id: ins-tw-taiwan-life, name: "Taiwan Life", host: www.taiwanlife.com, cat: finance, provider: ctbc, cc: TW, imp: 1, tier: 4, checks: [http] }
2520 + - { id: ins-jp-nippon-life, name: "Nippon Life", host: www.nissay.co.jp, cat: finance, provider: nippon-life, cc: JP, imp: 4, tier: 3, checks: [http] }
2521 + - { id: ins-jp-dai-ichi, name: "Dai-ichi Life", host: www.dai-ichi-life.co.jp, cat: finance, provider: dai-ichi, cc: JP, imp: 4, tier: 3, checks: [http] }
2522 + - { id: ins-jp-meiji-yasuda, name: "Meiji Yasuda Life", host: www.meijiyasuda.co.jp, cat: finance, provider: meiji-yasuda, cc: JP, imp: 3, tier: 4, checks: [http] }
2523 + - { id: ins-jp-sumitomo-life, name: "Sumitomo Life", host: www.sumitomolife.co.jp, cat: finance, provider: sumitomo-life, cc: JP, imp: 3, tier: 4, checks: [http] }
2524 + - { id: ins-jp-tokio-marine, name: "Tokio Marine", host: www.tokiomarinehd.com, cat: finance, provider: tokio-marine, cc: JP, imp: 4, tier: 3, checks: [http] }
2525 + - { id: ins-jp-ms-ad, name: "MS&AD Insurance Group", host: www.ms-ad-hd.com, cat: finance, provider: ms-ad, cc: JP, imp: 4, tier: 3, checks: [http] }
2526 + - { id: ins-jp-sompo, name: "Sompo Holdings", host: www.sompo-hd.com, cat: finance, provider: sompo, cc: JP, imp: 4, tier: 3, checks: [http] }
2527 + - { id: ins-jp-japan-post-insurance, name: "Japan Post Insurance", host: www.jp-life.japanpost.jp, cat: finance, provider: japan-post, cc: JP, imp: 3, tier: 4, checks: [http] }
2528 + - { id: ins-jp-t-d, name: "T&D Holdings", host: www.td-holdings.co.jp, cat: finance, provider: td-holdings, cc: JP, imp: 2, tier: 4, checks: [http] }
2529 + - { id: ins-jp-aflac-jp, name: "Aflac Japan", host: www.aflac.co.jp, cat: finance, provider: aflac, cc: JP, imp: 2, tier: 4, checks: [http] }
2530 + - { id: ins-jp-lifenet, name: "Lifenet Insurance", host: www.lifenet-seimei.co.jp, cat: finance, provider: lifenet, cc: JP, imp: 1, tier: 4, checks: [http] }
2531 + - { id: ins-kr-samsung-life, name: "Samsung Life", host: www.samsunglife.com, cat: finance, provider: samsung, cc: KR, imp: 4, tier: 3, checks: [http] }
2532 + - { id: ins-kr-hanwha-life, name: "Hanwha Life", host: www.hanwhalife.com, cat: finance, provider: hanwha, cc: KR, imp: 3, tier: 4, checks: [http] }
2533 + - { id: ins-kr-kyobo, name: "Kyobo Life", host: www.kyobo.com, cat: finance, provider: kyobo, cc: KR, imp: 3, tier: 4, checks: [http] }
2534 + - { id: ins-kr-samsung-fire, name: "Samsung Fire & Marine", host: www.samsungfire.com, cat: finance, provider: samsung, cc: KR, imp: 3, tier: 4, checks: [http] }
2535 + - { id: ins-kr-db-insurance, name: "DB Insurance", host: www.idbins.com, cat: finance, provider: db, cc: KR, imp: 3, tier: 4, checks: [http] }
2536 + - { id: ins-kr-hyundai-marine, name: "Hyundai Marine & Fire", host: www.hi.co.kr, cat: finance, provider: hyundai, cc: KR, imp: 2, tier: 4, checks: [http] }
2537 + - { id: ins-kr-kb-insurance, name: "KB Insurance", host: www.kbinsure.co.kr, cat: finance, provider: kb, cc: KR, imp: 2, tier: 4, checks: [http] }
2538 + - { id: ins-kr-meritz-fire, name: "Meritz Fire & Marine", host: www.meritzfire.com, cat: finance, provider: meritz, cc: KR, imp: 2, tier: 4, checks: [http] }
2539 + - { id: ins-kr-shinhan-life, name: "Shinhan Life", host: www.shinhanlife.co.kr, cat: finance, provider: shinhan, cc: KR, imp: 2, tier: 4, checks: [http] }
2540 + - { id: ins-sg-great-eastern, name: "Great Eastern", host: www.greateasternlife.com, cat: finance, provider: ocbc, cc: SG, imp: 3, tier: 4, checks: [http] }
2541 + - { id: ins-sg-income, name: "Income Insurance", host: www.income.com.sg, cat: finance, provider: income, cc: SG, imp: 3, tier: 4, checks: [http] }
2542 + - { id: ins-sg-singlife, name: "Singlife", host: singlife.com, cat: finance, provider: sumitomo-life, cc: SG, imp: 2, tier: 4, checks: [http] }
2543 + - { id: ins-sg-prudential-sg, name: "Prudential Singapore", host: www.prudential.com.sg, cat: finance, provider: prudential-plc, cc: SG, imp: 2, tier: 4, checks: [http] }
2544 + - { id: ins-my-etiqa, name: "Etiqa", host: www.etiqa.com.my, cat: finance, provider: maybank, cc: MY, imp: 2, tier: 4, checks: [http] }
2545 + - { id: ins-my-great-eastern-my, name: "Great Eastern Malaysia", host: www.greateasternlife.com, url: "https://www.greateasternlife.com/my/en/personal-insurance.html", cat: finance, provider: ocbc, cc: MY, imp: 1, tier: 4, checks: [http] }
2546 + - { id: ins-my-allianz-my, name: "Allianz Malaysia", host: www.allianz.com.my, cat: finance, provider: allianz, cc: MY, imp: 1, tier: 4, checks: [http] }
2547 + - { id: ins-my-takaful-malaysia, name: "Syarikat Takaful Malaysia", host: www.takaful-malaysia.com.my, cat: finance, provider: takaful-malaysia, cc: MY, imp: 1, tier: 4, checks: [http] }
2548 + - { id: ins-th-muang-thai, name: "Muang Thai Life", host: www.muangthai.co.th, cat: finance, provider: muang-thai, cc: TH, imp: 2, tier: 4, checks: [http] }
2549 + - { id: ins-th-thai-life, name: "Thai Life Insurance", host: www.thailife.com, cat: finance, provider: thai-life, cc: TH, imp: 2, tier: 4, checks: [http] }
2550 + - { id: ins-th-bangkok-insurance, name: "Bangkok Insurance", host: www.bangkokinsurance.com, cat: finance, provider: bangkok-insurance, cc: TH, imp: 1, tier: 4, checks: [http] }
2551 + - { id: ins-th-viriyah, name: "Viriyah Insurance", host: www.viriyah.co.th, cat: finance, provider: viriyah, cc: TH, imp: 1, tier: 4, checks: [http] }
2552 + - { id: ins-id-prudential-id, name: "Prudential Indonesia", host: www.prudential.co.id, cat: finance, provider: prudential-plc, cc: ID, imp: 2, tier: 4, checks: [http] }
2553 + - { id: ins-id-allianz-id, name: "Allianz Indonesia", host: www.allianz.co.id, cat: finance, provider: allianz, cc: ID, imp: 1, tier: 4, checks: [http] }
2554 + - { id: ins-id-astra-life, name: "Astra Life", host: www.astralife.co.id, cat: finance, provider: astra, cc: ID, imp: 1, tier: 4, checks: [http] }
2555 + - { id: ins-ph-insular-life, name: "InLife (Insular Life)", host: www.insularlife.com.ph, cat: finance, provider: insular-life, cc: PH, imp: 2, tier: 4, checks: [http] }
2556 + - { id: ins-ph-sun-life-ph, name: "Sun Life Philippines", host: www.sunlife.com.ph, cat: finance, provider: sun-life, cc: PH, imp: 2, tier: 4, checks: [http] }
2557 + - { id: ins-ph-pru-life-uk, name: "Pru Life UK", host: www.prulifeuk.com.ph, cat: finance, provider: prudential-plc, cc: PH, imp: 2, tier: 4, checks: [http] }
2558 + - { id: ins-ph-manulife-ph, name: "Manulife Philippines", host: www.manulife.com.ph, cat: finance, provider: manulife, cc: PH, imp: 1, tier: 4, checks: [http] }
2559 + - { id: ins-vn-bao-viet, name: "Bao Viet Holdings", host: www.baoviet.com.vn, cat: finance, provider: bao-viet, cc: VN, imp: 3, tier: 4, checks: [http] }
2560 + - { id: ins-vn-prudential-vn, name: "Prudential Vietnam", host: www.prudential.com.vn, cat: finance, provider: prudential-plc, cc: VN, imp: 1, tier: 4, checks: [http] }
2561 + - { id: ins-vn-manulife-vn, name: "Manulife Vietnam", host: www.manulife.com.vn, cat: finance, provider: manulife, cc: VN, imp: 1, tier: 4, checks: [http] }
2562 + - { id: ins-vn-pvi, name: "PVI", host: www.pvi.com.vn, cat: finance, provider: pvi, cc: VN, imp: 1, tier: 4, checks: [http] }
2563 + - { id: ins-au-qbe, name: "QBE Insurance", host: www.qbe.com, cat: finance, provider: qbe, cc: AU, imp: 4, tier: 3, checks: [http] }
2564 + - { id: ins-au-iag, name: "IAG", host: www.iag.com.au, cat: finance, provider: iag, cc: AU, imp: 4, tier: 3, checks: [http] }
2565 + - { id: ins-au-suncorp, name: "Suncorp Group", host: www.suncorpgroup.com.au, cat: finance, provider: suncorp, cc: AU, imp: 3, tier: 4, checks: [http] }
2566 + - { id: ins-au-allianz-au, name: "Allianz Australia", host: www.allianz.com.au, cat: finance, provider: allianz, cc: AU, imp: 2, tier: 4, checks: [http] }
2567 + - { id: ins-au-medibank, name: "Medibank", host: www.medibank.com.au, cat: finance, provider: medibank, cc: AU, imp: 3, tier: 4, checks: [http] }
2568 + - { id: ins-au-nib, name: "nib", host: www.nib.com.au, cat: finance, provider: nib, cc: AU, imp: 2, tier: 4, checks: [http] }
2569 + - { id: ins-au-tal, name: "TAL", host: www.tal.com.au, cat: finance, provider: dai-ichi, cc: AU, imp: 2, tier: 4, checks: [http] }
2570 + - { id: ins-au-nrma, name: "NRMA Insurance", host: www.nrma.com.au, cat: finance, provider: iag, cc: AU, imp: 2, tier: 4, checks: [http] }
2571 + - { id: ins-au-youi, name: "Youi", host: www.youi.com.au, cat: finance, provider: outsurance, cc: AU, imp: 1, tier: 4, checks: [http] }
2572 + - { id: ins-au-budget-direct, name: "Budget Direct", host: www.budgetdirect.com.au, cat: finance, provider: auto-general, cc: AU, imp: 1, tier: 4, checks: [http] }
2573 + - { id: ins-au-steadfast, name: "Steadfast Group", host: www.steadfast.com.au, cat: finance, provider: steadfast, cc: AU, imp: 1, tier: 4, checks: [http] }
2574 + - { id: ins-nz-tower, name: "Tower Insurance", host: www.tower.co.nz, cat: finance, provider: tower, cc: NZ, imp: 2, tier: 4, checks: [http] }
2575 + - { id: ins-nz-aa-insurance, name: "AA Insurance", host: www.aainsurance.co.nz, cat: finance, provider: aa-insurance, cc: NZ, imp: 1, tier: 4, checks: [http] }
2576 + - { id: ins-nz-southern-cross, name: "Southern Cross", host: www.southerncross.co.nz, cat: finance, provider: southern-cross, cc: NZ, imp: 2, tier: 4, checks: [http] }
2577 + - { id: ins-nz-fidelity-life, name: "Fidelity Life", host: www.fidelitylife.co.nz, cat: finance, provider: fidelity-life, cc: NZ, imp: 1, tier: 4, checks: [http] }
2578 + - { id: ins-nz-partners-life, name: "Partners Life", host: www.partnerslife.co.nz, cat: finance, provider: dai-ichi, cc: NZ, imp: 1, tier: 4, checks: [http] }
2579 + - { id: ins-us-berkshire, name: "Berkshire Hathaway", host: www.berkshirehathaway.com, cat: finance, provider: berkshire, cc: US, imp: 5, tier: 3, checks: [http] }
2580 + - { id: ins-us-unitedhealth, name: "UnitedHealth Group", host: www.unitedhealthgroup.com, cat: finance, provider: unitedhealth, cc: US, imp: 4, tier: 3, checks: [http] }
2581 + - { id: ins-us-prudential-financial, name: "Prudential Financial", host: www.prudential.com, cat: finance, provider: prudential-financial, cc: US, imp: 4, tier: 3, checks: [http] }
2582 + - { id: ins-us-metlife, name: "MetLife", host: www.metlife.com, cat: finance, provider: metlife, cc: US, imp: 5, tier: 3, checks: [http] }
2583 + - { id: ins-us-aig, name: "AIG", host: www.aig.com, cat: finance, provider: aig, cc: US, imp: 4, tier: 3, checks: [http] }
2584 + - { id: ins-us-chubb, name: "Chubb", host: www.chubb.com, cat: finance, provider: chubb, cc: US, imp: 4, tier: 3, checks: [http] }
2585 + - { id: ins-us-travelers, name: "Travelers", host: www.travelers.com, cat: finance, provider: travelers, cc: US, imp: 4, tier: 3, checks: [http] }
2586 + - { id: ins-us-progressive, name: "Progressive", host: www.progressive.com, cat: finance, provider: progressive, cc: US, imp: 4, tier: 3, checks: [http] }
2587 + - { id: ins-us-state-farm, name: "State Farm", host: www.statefarm.com, cat: finance, provider: state-farm, cc: US, imp: 4, tier: 3, checks: [http] }
2588 + - { id: ins-us-liberty-mutual, name: "Liberty Mutual", host: www.libertymutual.com, cat: finance, provider: liberty-mutual, cc: US, imp: 4, tier: 3, checks: [http] }
2589 + - { id: ins-us-geico, name: "GEICO", host: www.geico.com, cat: finance, provider: berkshire, cc: US, imp: 3, tier: 4, checks: [http] }
2590 + - { id: ins-us-nationwide, name: "Nationwide", host: www.nationwide.com, cat: finance, provider: nationwide-us, cc: US, imp: 3, tier: 4, checks: [http] }
2591 + - { id: ins-us-hartford, name: "The Hartford", host: www.thehartford.com, cat: finance, provider: hartford, cc: US, imp: 3, tier: 4, checks: [http] }
2592 + - { id: ins-us-cigna, name: "The Cigna Group", host: www.thecignagroup.com, cat: finance, provider: cigna, cc: US, imp: 3, tier: 4, checks: [http] }
2593 + - { id: ins-us-elevance, name: "Elevance Health", host: www.elevancehealth.com, cat: finance, provider: elevance, cc: US, imp: 3, tier: 4, checks: [http] }
2594 + - { id: ins-us-humana, name: "Humana", host: www.humana.com, cat: finance, provider: humana, cc: US, imp: 3, tier: 4, checks: [http] }
2595 + - { id: ins-us-aflac, name: "Aflac", host: www.aflac.com, cat: finance, provider: aflac, cc: US, imp: 3, tier: 4, checks: [http] }
2596 + - { id: ins-us-lincoln, name: "Lincoln Financial", host: www.lincolnfinancial.com, cat: finance, provider: lincoln, cc: US, imp: 3, tier: 4, checks: [http] }
2597 + - { id: ins-us-principal, name: "Principal Financial", host: www.principal.com, cat: finance, provider: principal, cc: US, imp: 3, tier: 4, checks: [http] }
2598 + - { id: ins-us-northwestern-mutual, name: "Northwestern Mutual", host: www.northwesternmutual.com, cat: finance, provider: northwestern-mutual, cc: US, imp: 3, tier: 4, checks: [http] }
2599 + - { id: ins-us-new-york-life, name: "New York Life", host: www.newyorklife.com, cat: finance, provider: new-york-life, cc: US, imp: 3, tier: 4, checks: [http] }
2600 + - { id: ins-us-guardian, name: "Guardian Life", host: www.guardianlife.com, cat: finance, provider: guardian, cc: US, imp: 2, tier: 4, checks: [http] }
2601 + - { id: ins-us-marsh-mclennan, name: "Marsh McLennan", host: www.marshmclennan.com, cat: finance, provider: marsh, cc: US, imp: 4, tier: 3, checks: [http] }
2602 + - { id: ins-us-marsh, name: "Marsh", host: www.marsh.com, cat: finance, provider: marsh, cc: US, imp: 3, tier: 4, checks: [http] }
2603 + - { id: ins-us-aon, name: "Aon", host: www.aon.com, cat: finance, provider: aon, cc: US, imp: 4, tier: 3, checks: [http] }
2604 + - { id: ins-us-gallagher, name: "Gallagher", host: www.ajg.com, cat: finance, provider: gallagher, cc: US, imp: 3, tier: 4, checks: [http] }
2605 + - { id: ins-us-brown-brown, name: "Brown & Brown", host: www.bbinsurance.com, cat: finance, provider: brown-brown, cc: US, imp: 2, tier: 4, checks: [http] }
2606 + - { id: ins-us-assurant, name: "Assurant", host: www.assurant.com, cat: finance, provider: assurant, cc: US, imp: 2, tier: 4, checks: [http] }
2607 + - { id: ins-us-genworth, name: "Genworth", host: www.genworth.com, cat: finance, provider: genworth, cc: US, imp: 2, tier: 4, checks: [http] }
2608 + - { id: ins-us-unum, name: "Unum", host: www.unum.com, cat: finance, provider: unum, cc: US, imp: 2, tier: 4, checks: [http] }
2609 + - { id: ins-us-voya, name: "Voya Financial", host: www.voya.com, cat: finance, provider: voya, cc: US, imp: 3, tier: 4, checks: [http] }
2610 + - { id: ins-us-equitable, name: "Equitable", host: equitable.com, cat: finance, provider: equitable, cc: US, imp: 3, tier: 4, checks: [http] }
2611 + - { id: ins-us-brighthouse, name: "Brighthouse Financial", host: www.brighthousefinancial.com, cat: finance, provider: brighthouse, cc: US, imp: 2, tier: 4, checks: [http] }
2612 + - { id: ins-us-corebridge, name: "Corebridge Financial", host: www.corebridgefinancial.com, cat: finance, provider: corebridge, cc: US, imp: 2, tier: 4, checks: [http] }
2613 + - { id: ins-us-athene, name: "Athene", host: www.athene.com, cat: finance, provider: apollo, cc: US, imp: 2, tier: 4, checks: [http] }
2614 + - { id: ins-us-rga, name: "Reinsurance Group of America", host: www.rgare.com, cat: finance, provider: rga, cc: US, imp: 3, tier: 4, checks: [http] }
2615 + - { id: ins-us-everest, name: "Everest Group", host: www.everestglobal.com, cat: finance, provider: everest, cc: US, imp: 2, tier: 4, checks: [http] }
2616 + - { id: ins-us-arch, name: "Arch Capital", host: www.archgroup.com, cat: finance, provider: arch, cc: US, imp: 3, tier: 4, checks: [http] }
2617 + - { id: ins-us-renre, name: "RenaissanceRe", host: www.renre.com, cat: finance, provider: renre, cc: BM, imp: 2, tier: 4, checks: [http] }
2618 + - { id: ins-us-markel, name: "Markel", host: www.markel.com, cat: finance, provider: markel, cc: US, imp: 2, tier: 4, checks: [http] }
2619 + - { id: ins-us-wr-berkley, name: "W. R. Berkley", host: www.berkley.com, cat: finance, provider: wr-berkley, cc: US, imp: 2, tier: 4, checks: [http] }
2620 + - { id: ins-us-cincinnati, name: "Cincinnati Financial", host: www.cinfin.com, cat: finance, provider: cincinnati, cc: US, imp: 2, tier: 4, checks: [http] }
2621 + - { id: ins-us-erie, name: "Erie Insurance", host: www.erieinsurance.com, cat: finance, provider: erie, cc: US, imp: 2, tier: 4, checks: [http] }
2622 + - { id: ins-us-american-family, name: "American Family Insurance", host: www.amfam.com, cat: finance, provider: amfam, cc: US, imp: 2, tier: 4, checks: [http] }
2623 + - { id: ins-us-farmers, name: "Farmers Insurance", host: www.farmers.com, cat: finance, provider: zurich, cc: US, imp: 3, tier: 4, checks: [http] }
2624 + - { id: ins-us-auto-owners, name: "Auto-Owners Insurance", host: www.auto-owners.com, cat: finance, provider: auto-owners, cc: US, imp: 1, tier: 4, checks: [http] }
2625 + - { id: ins-us-kemper, name: "Kemper", host: www.kemper.com, cat: finance, provider: kemper, cc: US, imp: 1, tier: 4, checks: [http] }
2626 + - { id: ins-us-mercury-insurance, name: "Mercury Insurance", host: www.mercuryinsurance.com, cat: finance, provider: mercury-general, cc: US, imp: 1, tier: 4, checks: [http] }
2627 + - { id: ins-us-root, name: "Root Insurance", host: www.joinroot.com, cat: finance, provider: root, cc: US, imp: 1, tier: 4, checks: [http] }
2628 + - { id: ins-us-lemonade, name: "Lemonade", host: www.lemonade.com, cat: finance, provider: lemonade, cc: US, imp: 2, tier: 4, checks: [http] }
2629 + - { id: ins-us-hippo, name: "Hippo", host: www.hippo.com, cat: finance, provider: hippo, cc: US, imp: 1, tier: 4, checks: [http] }
2630 + - { id: ins-us-oscar, name: "Oscar Health", host: www.hioscar.com, cat: finance, provider: oscar, cc: US, imp: 2, tier: 4, checks: [http] }
2631 + - { id: ins-us-centene, name: "Centene", host: www.centene.com, cat: finance, provider: centene, cc: US, imp: 2, tier: 4, checks: [http] }
2632 + - { id: ins-us-cvs-aetna, name: "Aetna (CVS Health)", host: www.aetna.com, cat: finance, provider: cvs, cc: US, imp: 3, tier: 4, checks: [http] }
2633 + - { id: ins-us-kaiser, name: "Kaiser Permanente", host: healthy.kaiserpermanente.org, cat: finance, provider: kaiser, cc: US, imp: 2, tier: 4, checks: [http] }
2634 + - { id: ins-us-bcbs, name: "Blue Cross Blue Shield Association", host: www.bcbs.com, cat: finance, provider: bcbs, cc: US, imp: 3, tier: 4, checks: [http] }
2635 + - { id: ins-us-fm-global, name: "FM", host: www.fm.com, cat: finance, provider: fm, cc: US, imp: 2, tier: 4, checks: [http] }
2636 + - { id: ins-us-cna, name: "CNA", host: www.cna.com, cat: finance, provider: loews, cc: US, imp: 2, tier: 4, checks: [http] }
2637 + - { id: ins-us-hanover, name: "The Hanover", host: www.hanover.com, cat: finance, provider: hanover, cc: US, imp: 1, tier: 4, checks: [http] }
2638 + - { id: ins-us-selective, name: "Selective Insurance", host: www.selective.com, cat: finance, provider: selective, cc: US, imp: 1, tier: 4, checks: [http] }
2639 + - { id: ins-us-globe-life, name: "Globe Life", host: www.globelifeinsurance.com, cat: finance, provider: globe-life, cc: US, imp: 1, tier: 4, checks: [http] }
2640 + - { id: ins-us-primerica, name: "Primerica", host: www.primerica.com, cat: finance, provider: primerica, cc: US, imp: 2, tier: 4, checks: [http] }
2641 + - { id: ins-us-pacific-life, name: "Pacific Life", host: www.pacificlife.com, cat: finance, provider: pacific-life, cc: US, imp: 2, tier: 4, checks: [http] }
2642 + - { id: ins-us-securian, name: "Securian Financial", host: www.securian.com, cat: finance, provider: securian, cc: US, imp: 1, tier: 4, checks: [http] }
2643 + - { id: ins-us-mutual-of-omaha, name: "Mutual of Omaha", host: www.mutualofomaha.com, cat: finance, provider: mutual-of-omaha, cc: US, imp: 2, tier: 4, checks: [http] }
2644 + - { id: ins-us-thrivent, name: "Thrivent", host: www.thrivent.com, cat: finance, provider: thrivent, cc: US, imp: 1, tier: 4, checks: [http] }
2645 + - { id: ins-us-transamerica, name: "Transamerica", host: www.transamerica.com, cat: finance, provider: aegon, cc: US, imp: 2, tier: 4, checks: [http] }
2646 + - { id: ins-us-nationwide-pet, name: "Nationwide Pet", host: www.petinsurance.com, cat: finance, provider: nationwide-us, cc: US, imp: 1, tier: 4, checks: [http] }
2647 + - { id: ins-us-naic, name: "NAIC", host: content.naic.org, cat: finance, provider: naic, cc: US, imp: 3, tier: 4, checks: [http] }
2648 + - { id: ins-us-iii, name: "Insurance Information Institute", host: www.iii.org, cat: finance, provider: iii, cc: US, imp: 1, tier: 4, checks: [http] }
2649 + - { id: ins-us-verisk, name: "Verisk", host: www.verisk.com, cat: finance, provider: verisk, cc: US, imp: 3, tier: 4, checks: [http] }
2650 + - { id: ins-us-guidewire, name: "Guidewire", host: www.guidewire.com, cat: finance, provider: guidewire, cc: US, imp: 2, tier: 4, checks: [http] }
2651 + - { id: ins-us-duck-creek, name: "Duck Creek", host: www.duckcreek.com, cat: finance, provider: duck-creek, cc: US, imp: 1, tier: 4, checks: [http] }
2652 + - { id: ins-us-applied-systems, name: "Applied Systems", host: www1.appliedsystems.com, cat: finance, provider: applied-systems, cc: US, imp: 1, tier: 4, checks: [http] }
2653 + - { id: ins-us-ebix, name: "Ebix", host: www.ebix.com, cat: finance, provider: ebix, cc: US, imp: 1, tier: 4, checks: [http] }
2654 + - { id: ins-us-policygenius, name: "Policygenius", host: www.policygenius.com, cat: finance, provider: zinnia, cc: US, imp: 1, tier: 4, checks: [http] }
2655 + - { id: ins-us-the-zebra, name: "The Zebra", host: www.thezebra.com, cat: finance, provider: zebra, cc: US, imp: 1, tier: 4, checks: [http] }
2656 + - { id: ins-global-generali-investments, name: "Generali Investments", host: www.generali-investments.com, cat: finance, provider: generali, cc: IT, imp: 1, tier: 4, checks: [http] }
2657 + - { id: ins-global-lloyds-market-association, name: "Lloyd's Market Association", host: www.lmalloyds.com, cat: finance, provider: lma, cc: GB, imp: 1, tier: 4, checks: [http] }
2658 + - { id: ins-global-geneva-association, name: "The Geneva Association", host: www.genevaassociation.org, cat: finance, provider: geneva-association, cc: CH, imp: 1, tier: 4, checks: [http] }
2659 + - { id: ins-global-insurance-europe, name: "Insurance Europe", host: www.insuranceeurope.eu, cat: finance, provider: insurance-europe, cc: BE, imp: 2, tier: 4, checks: [http] }
2660 + - { id: ins-global-great-eastern-holdings, name: "Great Eastern Holdings", host: www.greateasternlife.com, url: "https://www.greateasternlife.com/sg/en/about-us.html", cat: finance, provider: ocbc, cc: SG, imp: 1, tier: 4, checks: [http] }
2661 + - { id: ins-global-mapfre-re, name: "MAPFRE RE", host: www.mapfrere.com, cat: finance, provider: mapfre, cc: ES, imp: 1, tier: 4, checks: [http] }
2662 + - { id: ins-global-partner-re, name: "PartnerRe", host: www.partnerre.com, cat: finance, provider: covea, cc: BM, imp: 2, tier: 4, checks: [http] }
2663 + - { id: ins-global-axis, name: "AXIS Capital", host: www.axiscapital.com, cat: finance, provider: axis-capital, cc: BM, imp: 1, tier: 4, checks: [http] }
2664 + - { id: ins-global-hamilton, name: "Hamilton Insurance Group", host: www.hamiltongroup.com, cat: finance, provider: hamilton, cc: BM, imp: 1, tier: 4, checks: [http] }
2665 + - { id: ins-global-convex, name: "Convex", host: convexin.com, cat: finance, provider: convex, cc: BM, imp: 1, tier: 4, checks: [http] }
2666 + - { id: ins-global-fidelis, name: "Fidelis Insurance", host: www.fidelisinsurance.com, cat: finance, provider: fidelis, cc: BM, imp: 1, tier: 4, checks: [http] }
2667 + - { id: ins-global-fairfax-allied-world, name: "Allied World", host: alliedworldinsurance.com, cat: finance, provider: fairfax, cc: BM, imp: 1, tier: 4, checks: [http] }
2668 + - { id: ins-global-sompo-intl, name: "Sompo International", host: www.sompo-intl.com, cat: finance, provider: sompo, cc: BM, imp: 1, tier: 4, checks: [http] }
2669 + - { id: ins-global-aspen, name: "Aspen Insurance", host: www.aspen.co, cat: finance, provider: aspen, cc: BM, imp: 1, tier: 4, checks: [http] }
2670 + - { id: ins-global-hiscox-re, name: "Hiscox Re & ILS", host: www.hiscoxgroup.com, cat: finance, provider: hiscox, cc: BM, imp: 1, tier: 4, checks: [http] }
2671 + - { id: ins-global-abir, name: "Association of Bermuda Insurers & Reinsurers", host: www.abir.bm, cat: finance, provider: abir, cc: BM, imp: 1, tier: 4, checks: [http] }
2672 + # ───────── Crypto exchanges, wallets, infrastructure (445)
2673 + - { id: crypto-br-mercado-bitcoin, name: "Mercado Bitcoin", host: www.mercadobitcoin.com.br, cat: finance, provider: mercado-bitcoin, cc: BR, imp: 3, tier: 4, checks: [http] }
2674 + - { id: crypto-br-foxbit, name: "Foxbit", host: www.foxbit.com.br, cat: finance, provider: foxbit, svc: foxbit, cc: BR, imp: 2, tier: 4, checks: [http] }
2675 + - { id: crypto-br-bitpreco, name: "BitPreço", host: bitpreco.com, cat: finance, provider: bitpreco, cc: BR, imp: 1, tier: 4, checks: [http] }
2676 + - { id: crypto-ar-ripio, name: "Ripio", host: www.ripio.com, cat: finance, provider: ripio, svc: ripio, cc: AR, imp: 2, tier: 4, checks: [http] }
2677 + - { id: crypto-ar-lemon, name: "Lemon", host: www.lemon.me, cat: finance, provider: lemon, svc: lemon, cc: AR, imp: 2, tier: 4, checks: [http] }
2678 + - { id: crypto-ar-buenbit, name: "Buenbit", host: www.buenbit.com, cat: finance, provider: buenbit, cc: AR, imp: 1, tier: 4, checks: [http] }
2679 + - { id: crypto-cl-buda, name: "Buda.com", host: www.buda.com, cat: finance, provider: buda, cc: CL, imp: 2, tier: 4, checks: [http] }
2680 + - { id: crypto-fr-ledger, name: "Ledger", host: www.ledger.com, cat: finance, provider: ledger, svc: ledger, cc: FR, imp: 4, tier: 3, checks: [http] }
2681 + - { id: crypto-fr-coinhouse, name: "Coinhouse", host: www.coinhouse.com, cat: finance, provider: coinhouse, cc: FR, imp: 2, tier: 4, checks: [http] }
2682 + - { id: crypto-fr-paymium, name: "Paymium", host: www.paymium.com, cat: finance, provider: paymium, cc: FR, imp: 1, tier: 4, checks: [http] }
2683 + - { id: crypto-de-bitcoin-de, name: "Bitcoin.de", host: www.bitcoin.de, cat: finance, provider: bitcoin-group, cc: DE, imp: 2, tier: 4, checks: [http] }
2684 + - { id: crypto-de-bison, name: "BISON (Börse Stuttgart)", host: bisonapp.com, cat: finance, provider: boerse-stuttgart, cc: DE, imp: 2, tier: 4, checks: [http] }
2685 + - { id: crypto-de-boerse-stuttgart-digital, name: "Boerse Stuttgart Digital", host: www.bsdigital.com, cat: finance, provider: boerse-stuttgart, cc: DE, imp: 1, tier: 4, checks: [http] }
2686 + - { id: crypto-nl-bitvavo, name: "Bitvavo", host: bitvavo.com, cat: finance, provider: bitvavo, svc: bitvavo, cc: NL, imp: 3, tier: 4, checks: [http] }
2687 + - { id: crypto-nl-bitonic, name: "Bitonic", host: bitonic.nl, cat: finance, provider: bitonic, cc: NL, imp: 1, tier: 4, checks: [http] }
2688 + - { id: crypto-ch-sygnum, name: "Sygnum", host: www.sygnum.com, cat: finance, provider: sygnum, cc: CH, imp: 2, tier: 4, checks: [http] }
2689 + - { id: crypto-ch-bitcoin-suisse, name: "Bitcoin Suisse", host: www.bitcoinsuisse.com, cat: finance, provider: bitcoin-suisse, cc: CH, imp: 2, tier: 4, checks: [http] }
2690 + - { id: crypto-ch-amina, name: "AMINA Bank", host: www.aminagroup.com, cat: finance, provider: amina, cc: CH, imp: 1, tier: 4, checks: [http] }
2691 + - { id: crypto-ch-21shares, name: "21Shares", host: www.21shares.com, cat: finance, provider: 21shares, cc: CH, imp: 2, tier: 4, checks: [http] }
2692 + - { id: crypto-ch-relai, name: "Relai", host: relai.app, cat: finance, provider: relai, cc: CH, imp: 1, tier: 4, checks: [http] }
2693 + - { id: crypto-ch-bity, name: "Bity", host: bity.com, cat: finance, provider: bity, cc: CH, imp: 1, tier: 4, checks: [http] }
2694 + - { id: crypto-ch-six-digital, name: "SIX Digital Exchange", host: www.sdx.com, cat: finance, provider: six, cc: CH, imp: 2, tier: 4, checks: [http] }
2695 + - { id: crypto-ch-crypto-finance, name: "Crypto Finance (Deutsche Börse)", host: www.crypto-finance.com, cat: finance, provider: deutsche-boerse, cc: CH, imp: 1, tier: 4, checks: [http] }
2696 + - { id: crypto-at-bitpanda, name: "Bitpanda", host: www.bitpanda.com, cat: finance, provider: bitpanda, svc: bitpanda, cc: AT, imp: 3, tier: 4, checks: [http] }
2697 + - { id: crypto-it-young-platform, name: "Young Platform", host: youngplatform.com, cat: finance, provider: young-platform, cc: IT, imp: 1, tier: 4, checks: [http] }
2698 + - { id: crypto-it-conio, name: "Conio", host: www.conio.com, cat: finance, provider: conio, cc: IT, imp: 1, tier: 4, checks: [http] }
2699 + - { id: crypto-es-bit2me, name: "Bit2Me", host: bit2me.com, cat: finance, provider: bit2me, svc: bit2me, cc: ES, imp: 2, tier: 4, checks: [http] }
2700 + - { id: crypto-se-safello, name: "Safello", host: safello.com, cat: finance, provider: safello, cc: SE, imp: 1, tier: 4, checks: [http] }
2701 + - { id: crypto-no-firi, name: "Firi", host: firi.com, cat: finance, provider: firi, cc: "NO", imp: 1, tier: 4, checks: [http] }
2702 + - { id: crypto-pl-zonda, name: "zondacrypto", host: zondacrypto.com, cat: finance, provider: zonda, cc: PL, imp: 2, tier: 4, checks: [http] }
2703 + - { id: crypto-tr-btcturk, name: "BtcTurk", host: www.btcturk.com, cat: finance, provider: btcturk, cc: TR, imp: 3, tier: 4, checks: [http] }
2704 + - { id: crypto-tr-paribu, name: "Paribu", host: www.paribu.com, cat: finance, provider: paribu, cc: TR, imp: 2, tier: 4, checks: [http] }
2705 + - { id: crypto-il-bits-of-gold, name: "Bits of Gold", host: www.bitsofgold.co.il, cat: finance, provider: bits-of-gold, cc: IL, imp: 1, tier: 4, checks: [http] }
2706 + - { id: crypto-ae-rain, name: "Rain", host: www.rain.com, cat: finance, provider: rain, cc: AE, imp: 2, tier: 4, checks: [http] }
2707 + - { id: crypto-ae-bitoasis, name: "BitOasis", host: bitoasis.net, cat: finance, provider: bitoasis, cc: AE, imp: 2, tier: 4, checks: [http] }
2708 + - { id: crypto-ae-coinmena, name: "CoinMENA", host: www.coinmena.com, cat: finance, provider: coinmena, cc: AE, imp: 1, tier: 4, checks: [http] }
2709 + - { id: crypto-ng-quidax, name: "Quidax", host: www.quidax.com, cat: finance, provider: quidax, cc: NG, imp: 1, tier: 4, checks: [http] }
2710 + - { id: crypto-ng-yellow-card, name: "Yellow Card", host: yellowcard.io, cat: finance, provider: yellow-card, cc: NG, imp: 2, tier: 4, checks: [http] }
2711 + - { id: crypto-ng-busha, name: "Busha", host: www.busha.co, cat: finance, provider: busha, cc: NG, imp: 1, tier: 4, checks: [http] }
2712 + - { id: crypto-za-luno, name: "Luno", host: www.luno.com, cat: finance, provider: luno, svc: luno, cc: ZA, imp: 3, tier: 4, checks: [http] }
2713 + - { id: crypto-za-valr, name: "VALR", host: www.valr.com, cat: finance, provider: valr, svc: valr, cc: ZA, imp: 2, tier: 4, checks: [http] }
2714 + - { id: crypto-za-ovex, name: "Ovex", host: www.ovex.io, cat: finance, provider: ovex, cc: ZA, imp: 1, tier: 4, checks: [http] }
2715 + - { id: crypto-in-coindcx, name: "CoinDCX", host: coindcx.com, cat: finance, provider: coindcx, svc: coindcx, cc: IN, imp: 3, tier: 4, checks: [http] }
2716 + - { id: crypto-in-wazirx, name: "WazirX", host: wazirx.com, cat: finance, provider: wazirx, cc: IN, imp: 2, tier: 4, checks: [http] }
2717 + - { id: crypto-in-coinswitch, name: "CoinSwitch", host: coinswitch.co, cat: finance, provider: coinswitch, cc: IN, imp: 2, tier: 4, checks: [http] }
2718 + - { id: crypto-in-zebpay, name: "ZebPay", host: zebpay.com, cat: finance, provider: zebpay, cc: IN, imp: 2, tier: 4, checks: [http] }
2719 + - { id: crypto-in-unocoin, name: "Unocoin", host: www.unocoin.com, cat: finance, provider: unocoin, cc: IN, imp: 1, tier: 4, checks: [http] }
2720 + - { id: crypto-in-mudrex, name: "Mudrex", host: mudrex.com, cat: finance, provider: mudrex, cc: IN, imp: 1, tier: 4, checks: [http] }
2721 + - { id: crypto-hk-hashkey, name: "HashKey", host: hashkey.com, cat: finance, provider: hashkey, cc: HK, imp: 2, tier: 4, checks: [http] }
2722 + - { id: crypto-hk-osl, name: "OSL", host: osl.com, cat: finance, provider: osl, svc: osl, cc: HK, imp: 2, tier: 4, checks: [http] }
2723 + - { id: crypto-hk-amber, name: "Amber Group", host: www.ambergroup.io, cat: finance, provider: amber, cc: HK, imp: 1, tier: 4, checks: [http] }
2724 + - { id: crypto-tw-maicoin, name: "MaiCoin", host: www.maicoin.com, cat: finance, provider: maicoin, cc: TW, imp: 1, tier: 4, checks: [http] }
2725 + - { id: crypto-tw-bitopro, name: "BitoPro", host: www.bitopro.com, cat: finance, provider: bitopro, cc: TW, imp: 1, tier: 4, checks: [http] }
2726 + - { id: crypto-jp-bitflyer, name: "bitFlyer", host: bitflyer.com, cat: finance, provider: bitflyer, svc: bitflyer, cc: JP, imp: 3, tier: 4, checks: [http] }
2727 + - { id: crypto-jp-coincheck, name: "Coincheck", host: coincheck.com, cat: finance, provider: monex, cc: JP, imp: 3, tier: 4, checks: [http] }
2728 + - { id: crypto-jp-gmo-coin, name: "GMO Coin", host: coin.z.com, cat: finance, provider: gmo, cc: JP, imp: 2, tier: 4, checks: [http] }
2729 + - { id: crypto-jp-bitbank, name: "bitbank", host: bitbank.cc, cat: finance, provider: bitbank, cc: JP, imp: 2, tier: 4, checks: [http] }
2730 + - { id: crypto-jp-sbi-vc, name: "SBI VC Trade", host: www.sbivc.co.jp, cat: finance, provider: sbi, cc: JP, imp: 1, tier: 4, checks: [http] }
2731 + - { id: crypto-jp-bitpoint, name: "BITPoint", host: www.bitpoint.co.jp, cat: finance, provider: sbi, cc: JP, imp: 1, tier: 4, checks: [http] }
2732 + - { id: crypto-jp-jvcea, name: "JVCEA", host: jvcea.or.jp, cat: finance, provider: jvcea, cc: JP, imp: 1, tier: 4, checks: [http] }
2733 + - { id: crypto-kr-upbit, name: "Upbit", host: upbit.com, cat: finance, provider: dunamu, cc: KR, imp: 4, tier: 3, checks: [http] }
2734 + - { id: crypto-kr-bithumb, name: "Bithumb", host: www.bithumb.com, cat: finance, provider: bithumb, cc: KR, imp: 3, tier: 4, checks: [http] }
2735 + - { id: crypto-kr-coinone, name: "Coinone", host: coinone.co.kr, cat: finance, provider: coinone, cc: KR, imp: 2, tier: 4, checks: [http] }
2736 + - { id: crypto-kr-korbit, name: "Korbit", host: www.korbit.co.kr, cat: finance, provider: korbit, cc: KR, imp: 2, tier: 4, checks: [http] }
2737 + - { id: crypto-kr-gopax, name: "GOPAX", host: www.gopax.co.kr, cat: finance, provider: gopax, cc: KR, imp: 1, tier: 4, checks: [http] }
2738 + - { id: crypto-sg-coinhako, name: "Coinhako", host: www.coinhako.com, cat: finance, provider: coinhako, cc: SG, imp: 2, tier: 4, checks: [http] }
2739 + - { id: crypto-sg-independent-reserve-sg, name: "Independent Reserve Singapore", host: www.independentreserve.com, url: "https://www.independentreserve.com/sg", cat: finance, provider: independent-reserve, cc: SG, imp: 1, tier: 4, checks: [http] }
2740 + - { id: crypto-sg-crypto-com-exchange, name: "Crypto.com Exchange", host: crypto.com, url: "https://crypto.com/exchange", cat: finance, provider: crypto-com, svc: crypto-com, cc: SG, imp: 2, tier: 4, checks: [http] }
2741 + - { id: crypto-my-luno-my, name: "Luno Malaysia", host: www.luno.com, url: "https://www.luno.com/en/my", cat: finance, provider: luno, svc: luno, cc: MY, imp: 1, tier: 4, checks: [http] }
2742 + - { id: crypto-my-tokenize, name: "Tokenize Xchange", host: tokenize.exchange, cat: finance, provider: tokenize, cc: MY, imp: 1, tier: 4, checks: [http] }
2743 + - { id: crypto-th-bitkub, name: "Bitkub", host: www.bitkub.com, cat: finance, provider: bitkub, cc: TH, imp: 3, tier: 4, checks: [http] }
2744 + - { id: crypto-th-binance-th, name: "Binance TH", host: www.binance.th, cat: finance, provider: binance, cc: TH, imp: 1, tier: 4, checks: [http] }
2745 + - { id: crypto-th-orbix, name: "Orbix (KBank)", host: www.orbixtrade.com, cat: finance, provider: kbank, cc: TH, imp: 1, tier: 4, checks: [http] }
2746 + - { id: crypto-id-indodax, name: "Indodax", host: indodax.com, cat: finance, provider: indodax, cc: ID, imp: 3, tier: 4, checks: [http] }
2747 + - { id: crypto-id-tokocrypto, name: "Tokocrypto", host: www.tokocrypto.com, cat: finance, provider: binance, cc: ID, imp: 2, tier: 4, checks: [http] }
2748 + - { id: crypto-id-pintu, name: "Pintu", host: pintu.co.id, cat: finance, provider: pintu, cc: ID, imp: 2, tier: 4, checks: [http] }
2749 + - { id: crypto-id-reku, name: "Reku", host: reku.id, cat: finance, provider: reku, cc: ID, imp: 1, tier: 4, checks: [http] }
2750 + - { id: crypto-ph-coins-ph, name: "Coins.ph", host: coins.ph, cat: finance, provider: coins-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
2751 + - { id: crypto-ph-pdax, name: "PDAX", host: pdax.ph, cat: finance, provider: pdax, cc: PH, imp: 2, tier: 4, checks: [http] }
2752 + - { id: crypto-au-swyftx, name: "Swyftx", host: swyftx.com, cat: finance, provider: swyftx, cc: AU, imp: 3, tier: 4, checks: [http] }
2753 + - { id: crypto-au-coinspot, name: "CoinSpot", host: www.coinspot.com.au, cat: finance, provider: coinspot, cc: AU, imp: 3, tier: 4, checks: [http] }
2754 + - { id: crypto-au-independent-reserve, name: "Independent Reserve", host: www.independentreserve.com, cat: finance, provider: independent-reserve, cc: AU, imp: 2, tier: 4, checks: [http] }
2755 + - { id: crypto-au-btc-markets, name: "BTC Markets", host: www.btcmarkets.net, cat: finance, provider: btc-markets, svc: btcmarkets, cc: AU, imp: 2, tier: 4, checks: [http] }
2756 + - { id: crypto-au-coinjar, name: "CoinJar", host: www.coinjar.com, cat: finance, provider: coinjar, svc: coinjar, cc: AU, imp: 2, tier: 4, checks: [http] }
2757 + - { id: crypto-au-kraken-au, name: "Kraken Australia", host: www.kraken.com, url: "https://www.kraken.com/en-au", cat: finance, provider: kraken, svc: kraken, cc: AU, imp: 1, tier: 4, checks: [http] }
2758 + - { id: crypto-au-digital-surge, name: "Digital Surge", host: digitalsurge.com.au, cat: finance, provider: digital-surge, cc: AU, imp: 1, tier: 4, checks: [http] }
2759 + - { id: crypto-au-coinstash, name: "Coinstash", host: coinstash.com.au, cat: finance, provider: coinstash, cc: AU, imp: 1, tier: 4, checks: [http] }
2760 + - { id: crypto-nz-easy-crypto, name: "Easy Crypto", host: easycrypto.com, cat: finance, provider: easy-crypto, cc: NZ, imp: 1, tier: 4, checks: [http] }
2761 + - { id: crypto-gate, name: "Gate.io", host: www.gate.io, cat: finance, provider: gate, cc: null, imp: 3, tier: 4, checks: [http] }
2762 + - { id: crypto-mexc, name: "MEXC", host: www.mexc.com, cat: finance, provider: mexc, cc: null, imp: 3, tier: 4, checks: [http] }
2763 + - { id: crypto-bitmart, name: "BitMart", host: www.bitmart.com, cat: finance, provider: bitmart, cc: null, imp: 2, tier: 4, checks: [http] }
2764 + - { id: crypto-lbank, name: "LBank", host: www.lbank.com, cat: finance, provider: lbank, cc: null, imp: 2, tier: 4, checks: [http] }
2765 + - { id: crypto-bingx, name: "BingX", host: bingx.com, cat: finance, provider: bingx, cc: null, imp: 2, tier: 4, checks: [http] }
2766 + - { id: crypto-deribit, name: "Deribit", host: www.deribit.com, cat: finance, provider: coinbase, cc: null, imp: 3, tier: 4, checks: [http] }
2767 + - { id: crypto-bitmex, name: "BitMEX", host: www.bitmex.com, cat: finance, provider: bitmex, svc: bitmex, cc: null, imp: 2, tier: 4, checks: [http] }
2768 + - { id: crypto-binance-us, name: "Binance.US", host: www.binance.us, cat: finance, provider: binance, cc: US, imp: 3, tier: 4, checks: [http] }
2769 + - { id: crypto-poloniex, name: "Poloniex", host: poloniex.com, cat: finance, provider: poloniex, cc: null, imp: 2, tier: 4, checks: [http] }
2770 + - { id: crypto-coinlist, name: "CoinList", host: coinlist.co, cat: finance, provider: coinlist, svc: coinlist, cc: US, imp: 2, tier: 4, checks: [http] }
2771 + - { id: crypto-phemex, name: "Phemex", host: phemex.com, cat: finance, provider: phemex, cc: null, imp: 2, tier: 4, checks: [http] }
2772 + - { id: crypto-woo-x, name: "WOO X", host: woox.io, cat: finance, provider: woo, cc: null, imp: 1, tier: 4, checks: [http] }
2773 + - { id: crypto-backpack, name: "Backpack Exchange", host: backpack.exchange, cat: finance, provider: backpack, cc: null, imp: 1, tier: 4, checks: [http] }
2774 + - { id: crypto-bullish, name: "Bullish", host: bullish.com, cat: finance, provider: bullish, svc: bullish, cc: null, imp: 2, tier: 4, checks: [http] }
2775 + - { id: crypto-bakkt, name: "Bakkt", host: www.bakkt.com, cat: finance, provider: bakkt, svc: bakkt, cc: US, imp: 2, tier: 4, checks: [http] }
2776 + - { id: crypto-bitrue, name: "Bitrue", host: www.bitrue.com, cat: finance, provider: bitrue, cc: null, imp: 1, tier: 4, checks: [http] }
2777 + - { id: crypto-whitebit, name: "WhiteBIT", host: whitebit.com, cat: finance, provider: whitebit, cc: null, imp: 2, tier: 4, checks: [http] }
2778 + - { id: crypto-bitpanda-pro, name: "One Trading", host: onetrading.com, cat: finance, provider: one-trading, cc: AT, imp: 1, tier: 4, checks: [http] }
2779 + - { id: crypto-blofin, name: "BloFin", host: blofin.com, cat: finance, provider: blofin, cc: null, imp: 1, tier: 4, checks: [http] }
2780 + - { id: crypto-hyperliquid, name: "Hyperliquid", host: hyperliquid.xyz, cat: finance, provider: hyperliquid, cc: null, imp: 2, tier: 4, checks: [http] }
2781 + - { id: crypto-kraken-pro, name: "Kraken Pro", host: pro.kraken.com, cat: finance, provider: kraken, svc: kraken, cc: US, imp: 2, tier: 4, checks: [http] }
2782 + - { id: crypto-coinbase-exchange, name: "Coinbase Exchange (institutional)", host: exchange.coinbase.com, cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 3, tier: 4, checks: [http] }
2783 + - { id: crypto-coinbase-developer, name: "Coinbase Developer Platform", host: docs.cdp.coinbase.com, cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 2, tier: 4, checks: [http] }
2784 + - { id: crypto-binance-developers, name: "Binance Developers", host: developers.binance.com, cat: finance, provider: binance, cc: null, imp: 3, tier: 4, checks: [http] }
2785 + - { id: crypto-binance-academy, name: "Binance Academy", host: academy.binance.com, cat: finance, provider: binance, cc: null, imp: 1, tier: 4, checks: [http] }
2786 + - { id: crypto-ca-newton, name: "Newton", host: www.newton.co, cat: finance, provider: newton, svc: newton, cc: CA, imp: 2, tier: 4, checks: [http] }
2787 + - { id: crypto-ca-shakepay, name: "Shakepay", host: shakepay.com, cat: finance, provider: shakepay, svc: shakepay, cc: CA, imp: 3, tier: 4, checks: [http] }
2788 + - { id: crypto-ca-bitbuy, name: "Bitbuy", host: bitbuy.ca, cat: finance, provider: wonderfi, svc: bitbuy, cc: CA, imp: 2, tier: 4, checks: [http] }
2789 + - { id: crypto-ca-ndax, name: "NDAX", host: ndax.io, cat: finance, provider: ndax, cc: CA, imp: 2, tier: 4, checks: [http] }
2790 + - { id: crypto-ca-coinsquare, name: "Coinsquare", host: www.coinsquare.com, cat: finance, provider: wonderfi, cc: CA, imp: 2, tier: 4, checks: [http] }
2791 + - { id: crypto-ca-wonderfi, name: "WonderFi", host: www.wonder.fi, cat: finance, provider: wonderfi, cc: CA, imp: 1, tier: 4, checks: [http] }
2792 + - { id: crypto-ca-kraken-ca, name: "Kraken Canada", host: www.kraken.com, url: "https://www.kraken.com/en-ca", cat: finance, provider: kraken, svc: kraken, cc: CA, imp: 1, tier: 4, checks: [http] }
2793 + - { id: crypto-ca-coinbase-ca, name: "Coinbase Canada", host: www.coinbase.com, url: "https://www.coinbase.com/en-ca", cat: finance, provider: coinbase, svc: coinbase, cc: CA, imp: 1, tier: 4, checks: [http] }
2794 + - { id: crypto-ca-wealthsimple-crypto, name: "Wealthsimple Crypto", host: www.wealthsimple.com, url: "https://www.wealthsimple.com/en-ca/crypto", cat: finance, provider: wealthsimple, svc: wealthsimple, cc: CA, imp: 1, tier: 4, checks: [http] }
2795 + - { id: crypto-ca-purpose-etf, name: "Purpose Investments (Bitcoin ETF)", host: www.purposeinvest.com, cat: finance, provider: purpose, cc: CA, imp: 1, tier: 4, checks: [http] }
2796 + - { id: crypto-ca-3iq, name: "3iQ", host: 3iq.io, cat: finance, provider: 3iq, cc: CA, imp: 1, tier: 4, checks: [http] }
2797 + - { id: crypto-ca-ledn, name: "Ledn", host: ledn.io, cat: finance, provider: ledn, cc: CA, imp: 1, tier: 4, checks: [http] }
2798 + - { id: crypto-ca-balance, name: "Balance (custody)", host: www.balance.ca, cat: finance, provider: balance, cc: CA, imp: 1, tier: 4, checks: [http] }
2799 + - { id: crypto-ca-bull-bitcoin, name: "Bull Bitcoin", host: www.bullbitcoin.com, cat: finance, provider: bull-bitcoin, cc: CA, imp: 1, tier: 4, checks: [http] }
2800 + - { id: crypto-ca-tetra-trust, name: "Tetra Trust", host: www.tetratrust.com, cat: finance, provider: tetra, cc: CA, imp: 1, tier: 4, checks: [http] }
2801 + - { id: crypto-eu-kraken-eu, name: "Kraken Europe", host: www.kraken.com, url: "https://www.kraken.com/en-gb", cat: finance, provider: kraken, svc: kraken, cc: GB, imp: 1, tier: 4, checks: [http] }
2802 + - { id: crypto-eu-coinbase-eu, name: "Coinbase Europe", host: www.coinbase.com, url: "https://www.coinbase.com/en-gb", cat: finance, provider: coinbase, svc: coinbase, cc: GB, imp: 1, tier: 4, checks: [http] }
2803 + - { id: crypto-eu-zaif-legacy, name: "Kriptomat", host: kriptomat.io, cat: finance, provider: kriptomat, cc: EE, imp: 1, tier: 4, checks: [http] }
2804 + - { id: crypto-eu-coinmotion, name: "Coinmotion", host: coinmotion.com, cat: finance, provider: coinmotion, cc: FI, imp: 1, tier: 4, checks: [http] }
2805 + - { id: crypto-eu-bitcoin-com, name: "Bitcoin.com", host: www.bitcoin.com, cat: finance, provider: bitcoin-com, cc: null, imp: 2, tier: 4, checks: [http] }
2806 + - { id: crypto-eu-nexo, name: "Nexo", host: nexo.com, cat: finance, provider: nexo, cc: CH, imp: 2, tier: 4, checks: [http] }
2807 + - { id: crypto-eu-cake-defi, name: "Bake", host: bake.io, cat: finance, provider: bake, cc: SG, imp: 1, tier: 4, checks: [http] }
2808 + - { id: crypto-mx-bitso-alpha, name: "Bitso Business", host: business.bitso.com, cat: finance, provider: bitso, svc: bitso, cc: MX, imp: 1, tier: 4, checks: [http] }
2809 + - { id: crypto-latam-buenbit-legacy, name: "Ripio Trade (Brazil)", host: trade.ripio.com, cat: finance, provider: ripio, svc: ripio, cc: BR, imp: 1, tier: 4, checks: [http] }
2810 + - { id: crypto-latam-satoshitango, name: "SatoshiTango", host: www.satoshitango.com, cat: finance, provider: satoshitango, cc: AR, imp: 1, tier: 4, checks: [http] }
2811 + - { id: crypto-latam-crypto-mkt, name: "CryptoMarket", host: www.cryptomkt.com, cat: finance, provider: cryptomkt, cc: CL, imp: 1, tier: 4, checks: [http] }
2812 + - { id: crypto-latam-orionx, name: "Orionx", host: orionx.com, cat: finance, provider: orionx, cc: CL, imp: 1, tier: 4, checks: [http] }
2813 + - { id: crypto-explorer-blockchair, name: "Blockchair", host: blockchair.com, cat: finance, provider: blockchair, cc: null, imp: 3, tier: 4, checks: [http] }
2814 + - { id: crypto-explorer-solscan, name: "Solscan", host: solscan.io, cat: finance, provider: solscan, cc: null, imp: 3, tier: 4, checks: [http] }
2815 + - { id: crypto-explorer-polygonscan, name: "Polygonscan", host: polygonscan.com, cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 3, tier: 4, checks: [http] }
2816 + - { id: crypto-explorer-bscscan, name: "BscScan", host: bscscan.com, cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 3, tier: 4, checks: [http] }
2817 + - { id: crypto-explorer-arbiscan, name: "Arbiscan", host: arbiscan.io, cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 3, tier: 4, checks: [http] }
2818 + - { id: crypto-explorer-optimism, name: "Optimism Etherscan", host: optimistic.etherscan.io, cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 2, tier: 4, checks: [http] }
2819 + - { id: crypto-explorer-basescan, name: "Basescan", host: basescan.org, cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 3, tier: 4, checks: [http] }
2820 + - { id: crypto-explorer-snowtrace, name: "Snowtrace", host: snowtrace.io, cat: finance, provider: routescan, cc: null, imp: 2, tier: 4, checks: [http] }
2821 + - { id: crypto-explorer-blockscout, name: "Blockscout", host: www.blockscout.com, cat: finance, provider: blockscout, cc: null, imp: 2, tier: 4, checks: [http] }
2822 + - { id: crypto-explorer-blockscout-eth, name: "Blockscout Ethereum", host: eth.blockscout.com, cat: finance, provider: blockscout, cc: null, imp: 2, tier: 4, checks: [http] }
2823 + - { id: crypto-explorer-tronscan, name: "Tronscan", host: tronscan.org, cat: finance, provider: tron, cc: null, imp: 3, tier: 4, checks: [http] }
2824 + - { id: crypto-explorer-cardanoscan, name: "Cardanoscan", host: cardanoscan.io, cat: finance, provider: cardanoscan, cc: null, imp: 2, tier: 4, checks: [http] }
2825 + - { id: crypto-explorer-mintscan, name: "Mintscan", host: www.mintscan.io, cat: finance, provider: cosmostation, cc: null, imp: 2, tier: 4, checks: [http] }
2826 + - { id: crypto-explorer-subscan, name: "Subscan", host: www.subscan.io, cat: finance, provider: subscan, cc: null, imp: 2, tier: 4, checks: [http] }
2827 + - { id: crypto-explorer-xrpscan, name: "XRPScan", host: xrpscan.com, cat: finance, provider: xrpscan, cc: null, imp: 2, tier: 4, checks: [http] }
2828 + - { id: crypto-explorer-nearblocks, name: "NearBlocks", host: nearblocks.io, cat: finance, provider: nearblocks, cc: null, imp: 2, tier: 4, checks: [http] }
2829 + - { id: crypto-explorer-suiscan, name: "Suiscan", host: suiscan.xyz, cat: finance, provider: suiscan, cc: null, imp: 1, tier: 4, checks: [http] }
2830 + - { id: crypto-explorer-solana-explorer, name: "Solana Explorer", host: explorer.solana.com, cat: finance, provider: solana, svc: solana, cc: null, imp: 3, tier: 4, checks: [http] }
2831 + - { id: crypto-explorer-solana-fm, name: "SolanaFM", host: solana.fm, cat: finance, provider: solanafm, cc: null, imp: 1, tier: 4, checks: [http] }
2832 + - { id: crypto-explorer-blockstream-liquid, name: "Blockstream (Liquid explorer)", host: blockstream.info, url: "https://blockstream.info/liquid/", cat: finance, provider: blockstream, cc: null, imp: 1, tier: 4, checks: [http] }
2833 + - { id: crypto-explorer-blockcypher, name: "BlockCypher", host: live.blockcypher.com, cat: finance, provider: blockcypher, cc: null, imp: 1, tier: 4, checks: [http] }
2834 + - { id: crypto-explorer-oklink, name: "OKLink", host: www.oklink.com, cat: finance, provider: okx, cc: null, imp: 2, tier: 4, checks: [http] }
2835 + - { id: crypto-explorer-dextools, name: "DEXTools", host: www.dextools.io, cat: finance, provider: dextools, cc: null, imp: 2, tier: 4, checks: [http] }
2836 + - { id: crypto-explorer-l2beat, name: "L2BEAT", host: l2beat.com, cat: finance, provider: l2beat, cc: null, imp: 2, tier: 4, checks: [http] }
2837 + - { id: crypto-explorer-ethernodes, name: "Ethernodes", host: ethernodes.org, cat: finance, provider: bitfly, cc: null, imp: 1, tier: 4, checks: [http] }
2838 + - { id: crypto-explorer-beaconchain, name: "beaconcha.in", host: beaconcha.in, cat: finance, provider: bitfly, cc: null, imp: 2, tier: 4, checks: [http] }
2839 + - { id: crypto-explorer-mempool-api, name: "mempool.space API (tip height)", host: mempool.space, url: "https://mempool.space/api/blocks/tip/height", cat: finance, provider: mempool, cc: null, imp: 3, tier: 4, checks: [http, dns] }
2840 + - { id: crypto-explorer-blockchain-info-api, name: "Blockchain.com latest block API", host: blockchain.info, url: "https://blockchain.info/latestblock", cat: finance, provider: blockchain, svc: blockchain, cc: GB, imp: 3, tier: 4, checks: [http] }
2841 + - { id: crypto-explorer-blockchair-api, name: "Blockchair stats API", host: api.blockchair.com, url: "https://api.blockchair.com/bitcoin/stats", cat: finance, provider: blockchair, cc: null, imp: 2, tier: 4, checks: [http, dns] }
2842 + - { id: crypto-explorer-blockstream-api, name: "Blockstream Esplora API", host: blockstream.info, url: "https://blockstream.info/api/blocks/tip/height", cat: finance, provider: blockstream, cc: null, imp: 3, tier: 4, checks: [http, dns] }
2843 + - { id: crypto-infra-metamask, name: "MetaMask", host: metamask.io, cat: finance, provider: consensys, cc: US, imp: 4, tier: 3, checks: [http] }
2844 + - { id: crypto-infra-trezor, name: "Trezor", host: trezor.io, cat: finance, provider: satoshilabs, cc: CZ, imp: 3, tier: 4, checks: [http] }
2845 + - { id: crypto-infra-phantom, name: "Phantom", host: phantom.com, cat: finance, provider: phantom, cc: US, imp: 3, tier: 4, checks: [http] }
2846 + - { id: crypto-infra-trust-wallet, name: "Trust Wallet", host: trustwallet.com, cat: finance, provider: binance, cc: null, imp: 3, tier: 4, checks: [http] }
2847 + - { id: crypto-infra-exodus, name: "Exodus", host: www.exodus.com, cat: finance, provider: exodus, cc: US, imp: 2, tier: 4, checks: [http] }
2848 + - { id: crypto-infra-rabby, name: "Rabby Wallet", host: rabby.io, cat: finance, provider: debank, cc: null, imp: 1, tier: 4, checks: [http] }
2849 + - { id: crypto-infra-coinbase-wallet, name: "Coinbase Wallet", host: wallet.coinbase.com, cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 2, tier: 4, checks: [http] }
2850 + - { id: crypto-infra-ledger-live, name: "Ledger Live", host: www.ledger.com, url: "https://www.ledger.com/ledger-live", cat: finance, provider: ledger, svc: ledger, cc: FR, imp: 2, tier: 4, checks: [http] }
2851 + - { id: crypto-infra-safe, name: "Safe (Gnosis Safe)", host: safe.global, cat: finance, provider: safe, cc: DE, imp: 2, tier: 4, checks: [http] }
2852 + - { id: crypto-infra-infura, name: "Infura", host: www.infura.io, cat: finance, provider: consensys, svc: infura, cc: US, imp: 4, tier: 3, checks: [http] }
2853 + - { id: crypto-infra-alchemy, name: "Alchemy", host: www.alchemy.com, cat: finance, provider: alchemy, svc: alchemy, cc: US, imp: 4, tier: 3, checks: [http] }
2854 + - { id: crypto-infra-quicknode, name: "QuickNode", host: www.quicknode.com, cat: finance, provider: quicknode, svc: quicknode, cc: US, imp: 3, tier: 4, checks: [http] }
2855 + - { id: crypto-infra-ankr, name: "Ankr", host: www.ankr.com, cat: finance, provider: ankr, cc: null, imp: 2, tier: 4, checks: [http] }
2856 + - { id: crypto-infra-chainstack, name: "Chainstack", host: chainstack.com, cat: finance, provider: chainstack, cc: SG, imp: 1, tier: 4, checks: [http] }
2857 + - { id: crypto-infra-moralis, name: "Moralis", host: moralis.com, cat: finance, provider: moralis, cc: SE, imp: 1, tier: 4, checks: [http] }
2858 + - { id: crypto-infra-helius, name: "Helius", host: www.helius.dev, cat: finance, provider: helius, cc: US, imp: 1, tier: 4, checks: [http] }
2859 + - { id: crypto-infra-chainlink, name: "Chainlink", host: chain.link, cat: finance, provider: chainlink, cc: null, imp: 4, tier: 3, checks: [http] }
2860 + - { id: crypto-infra-the-graph, name: "The Graph", host: thegraph.com, cat: finance, provider: edge-node, cc: null, imp: 2, tier: 4, checks: [http] }
2861 + - { id: crypto-infra-pyth, name: "Pyth Network", host: www.pyth.network, cat: finance, provider: pyth, cc: null, imp: 2, tier: 4, checks: [http] }
2862 + - { id: crypto-infra-layerzero, name: "LayerZero", host: layerzero.network, cat: finance, provider: layerzero, cc: null, imp: 2, tier: 4, checks: [http] }
2863 + - { id: crypto-infra-wormhole, name: "Wormhole", host: wormhole.com, cat: finance, provider: wormhole, cc: null, imp: 2, tier: 4, checks: [http] }
2864 + - { id: crypto-infra-consensys, name: "Consensys", host: consensys.io, cat: finance, provider: consensys, cc: US, imp: 3, tier: 4, checks: [http] }
2865 + - { id: crypto-infra-etherscan-status, name: "Etherscan status", host: status.etherscan.io, cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 1, tier: 4, checks: [http] }
2866 + - { id: crypto-defi-uniswap, name: "Uniswap", host: uniswap.org, cat: finance, provider: uniswap, cc: US, imp: 4, tier: 3, checks: [http] }
2867 + - { id: crypto-defi-uniswap-app, name: "Uniswap app", host: app.uniswap.org, cat: finance, provider: uniswap, cc: US, imp: 3, tier: 4, checks: [http] }
2868 + - { id: crypto-defi-aave, name: "Aave", host: aave.com, cat: finance, provider: aave, svc: aave, cc: null, imp: 4, tier: 3, checks: [http] }
2869 + - { id: crypto-defi-lido, name: "Lido", host: lido.fi, cat: finance, provider: lido, cc: null, imp: 4, tier: 3, checks: [http] }
2870 + - { id: crypto-defi-sky, name: "Sky (MakerDAO)", host: sky.money, cat: finance, provider: sky, cc: null, imp: 3, tier: 4, checks: [http] }
2871 + - { id: crypto-defi-makerdao, name: "MakerDAO", host: makerdao.com, cat: finance, provider: sky, cc: null, imp: 2, tier: 4, checks: [http] }
2872 + - { id: crypto-defi-curve, name: "Curve Finance", host: curve.fi, cat: finance, provider: curve, cc: null, imp: 3, tier: 4, checks: [http] }
2873 + - { id: crypto-defi-compound, name: "Compound", host: compound.finance, cat: finance, provider: compound, cc: US, imp: 3, tier: 4, checks: [http] }
2874 + - { id: crypto-defi-dydx, name: "dYdX", host: dydx.exchange, cat: finance, provider: dydx, cc: null, imp: 3, tier: 4, checks: [http] }
2875 + - { id: crypto-defi-pancakeswap, name: "PancakeSwap", host: pancakeswap.finance, cat: finance, provider: pancakeswap, cc: null, imp: 3, tier: 4, checks: [http] }
2876 + - { id: crypto-defi-jupiter, name: "Jupiter", host: jup.ag, cat: finance, provider: jupiter-ag, cc: null, imp: 3, tier: 4, checks: [http] }
2877 + - { id: crypto-defi-raydium, name: "Raydium", host: raydium.io, cat: finance, provider: raydium, cc: null, imp: 2, tier: 4, checks: [http] }
2878 + - { id: crypto-defi-1inch, name: "1inch", host: 1inch.io, cat: finance, provider: 1inch, cc: null, imp: 3, tier: 4, checks: [http] }
2879 + - { id: crypto-defi-sushi, name: "Sushi", host: www.sushi.com, cat: finance, provider: sushi, cc: null, imp: 1, tier: 4, checks: [http] }
2880 + - { id: crypto-defi-balancer, name: "Balancer", host: balancer.fi, cat: finance, provider: balancer, cc: null, imp: 1, tier: 4, checks: [http] }
2881 + - { id: crypto-defi-gmx, name: "GMX", host: gmx.io, cat: finance, provider: gmx, cc: null, imp: 2, tier: 4, checks: [http] }
2882 + - { id: crypto-defi-eigenlayer, name: "EigenLayer", host: www.eigenlayer.xyz, cat: finance, provider: eigen, cc: null, imp: 2, tier: 4, checks: [http] }
2883 + - { id: crypto-defi-ethena, name: "Ethena", host: ethena.fi, cat: finance, provider: ethena, cc: null, imp: 2, tier: 4, checks: [http] }
2884 + - { id: crypto-defi-pendle, name: "Pendle", host: www.pendle.finance, cat: finance, provider: pendle, cc: null, imp: 1, tier: 4, checks: [http] }
2885 + - { id: crypto-defi-morpho, name: "Morpho", host: morpho.org, cat: finance, provider: morpho, cc: FR, imp: 2, tier: 4, checks: [http] }
2886 + - { id: crypto-defi-rocket-pool, name: "Rocket Pool", host: rocketpool.net, cat: finance, provider: rocket-pool, cc: null, imp: 2, tier: 4, checks: [http] }
2887 + - { id: crypto-defi-frax, name: "Frax Finance", host: frax.finance, cat: finance, provider: frax, cc: null, imp: 1, tier: 4, checks: [http] }
2888 + - { id: crypto-defi-opensea, name: "OpenSea", host: opensea.io, cat: finance, provider: opensea, svc: opensea, cc: US, imp: 3, tier: 4, checks: [http] }
2889 + - { id: crypto-defi-blur, name: "Blur", host: blur.io, cat: finance, provider: blur, cc: null, imp: 1, tier: 4, checks: [http] }
2890 + - { id: crypto-defi-magic-eden, name: "Magic Eden", host: magiceden.io, cat: finance, provider: magic-eden, cc: US, imp: 2, tier: 4, checks: [http] }
2891 + - { id: crypto-stable-circle, name: "Circle (USDC)", host: www.circle.com, cat: finance, provider: circle, svc: circle, cc: US, imp: 5, tier: 3, checks: [http] }
2892 + - { id: crypto-stable-tether, name: "Tether (USDT)", host: tether.to, cat: finance, provider: tether, cc: null, imp: 5, tier: 3, checks: [http] }
2893 + - { id: crypto-stable-paxos, name: "Paxos", host: www.paxos.com, cat: finance, provider: paxos, svc: paxos, cc: US, imp: 3, tier: 4, checks: [http] }
2894 + - { id: crypto-stable-paypal-pyusd, name: "PayPal USD (PYUSD)", host: www.paypal.com, url: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd", cat: finance, provider: paypal, svc: paypal, cc: US, imp: 2, tier: 4, checks: [http] }
2895 + - { id: crypto-stable-first-digital, name: "First Digital (FDUSD)", host: firstdigitallabs.com, cat: finance, provider: first-digital, cc: HK, imp: 1, tier: 4, checks: [http] }
2896 + - { id: crypto-stable-stasis, name: "Stasis (EURS)", host: stasis.net, cat: finance, provider: stasis, cc: MT, imp: 1, tier: 4, checks: [http] }
2897 + - { id: crypto-stable-monerium, name: "Monerium", host: monerium.com, cat: finance, provider: monerium, cc: IS, imp: 1, tier: 4, checks: [http] }
2898 + - { id: crypto-stable-usdc-transparency, name: "Circle USDC transparency", host: www.circle.com, url: "https://www.circle.com/transparency", cat: finance, provider: circle, svc: circle, cc: US, imp: 2, tier: 4, checks: [http] }
2899 + - { id: crypto-stable-tether-transparency, name: "Tether transparency", host: tether.to, url: "https://tether.to/en/transparency/", cat: finance, provider: tether, cc: null, imp: 3, tier: 4, checks: [http] }
2900 + - { id: crypto-custody-fireblocks, name: "Fireblocks", host: www.fireblocks.com, cat: finance, provider: fireblocks, svc: fireblocks, cc: US, imp: 4, tier: 3, checks: [http] }
2901 + - { id: crypto-custody-anchorage, name: "Anchorage Digital", host: www.anchorage.com, cat: finance, provider: anchorage, cc: US, imp: 3, tier: 4, checks: [http] }
2902 + - { id: crypto-custody-bitgo, name: "BitGo", host: www.bitgo.com, cat: finance, provider: bitgo, svc: bitgo, cc: US, imp: 3, tier: 4, checks: [http] }
2903 + - { id: crypto-custody-copper, name: "Copper", host: copper.co, cat: finance, provider: copper, cc: GB, imp: 2, tier: 4, checks: [http] }
2904 + - { id: crypto-custody-komainu, name: "Komainu", host: www.komainu.com, cat: finance, provider: komainu, cc: JE, imp: 1, tier: 4, checks: [http] }
2905 + - { id: crypto-custody-zodia, name: "Zodia Custody", host: zodia-custody.com, cat: finance, provider: standard-chartered, cc: GB, imp: 1, tier: 4, checks: [http] }
2906 + - { id: crypto-custody-coinbase-custody, name: "Coinbase Institutional", host: www.coinbase.com, url: "https://www.coinbase.com/institutional", cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 2, tier: 4, checks: [http] }
2907 + - { id: crypto-custody-gemini-custody, name: "Gemini Custody", host: www.gemini.com, url: "https://www.gemini.com/custody", cat: finance, provider: gemini, svc: gemini, cc: US, imp: 1, tier: 4, checks: [http] }
2908 + - { id: crypto-custody-taurus, name: "Taurus", host: www.taurushq.com, cat: finance, provider: taurus, cc: CH, imp: 1, tier: 4, checks: [http] }
2909 + - { id: crypto-custody-metaco, name: "Ripple Custody (Metaco)", host: ripple.com, url: "https://ripple.com/solutions/custody/", cat: finance, provider: ripple, cc: CH, imp: 1, tier: 4, checks: [http] }
2910 + - { id: crypto-analytics-chainalysis, name: "Chainalysis", host: www.chainalysis.com, cat: finance, provider: chainalysis, svc: chainalysis, cc: US, imp: 3, tier: 4, checks: [http] }
2911 + - { id: crypto-analytics-elliptic, name: "Elliptic", host: www.elliptic.co, cat: finance, provider: elliptic, cc: GB, imp: 2, tier: 4, checks: [http] }
2912 + - { id: crypto-analytics-trm, name: "TRM Labs", host: www.trmlabs.com, cat: finance, provider: trm, cc: US, imp: 2, tier: 4, checks: [http] }
2913 + - { id: crypto-analytics-coin-metrics, name: "Coin Metrics", host: coinmetrics.io, cat: finance, provider: coin-metrics, cc: US, imp: 2, tier: 4, checks: [http] }
2914 + - { id: crypto-analytics-kaiko, name: "Kaiko", host: www.kaiko.com, cat: finance, provider: kaiko, cc: FR, imp: 2, tier: 4, checks: [http] }
2915 + - { id: crypto-analytics-messari, name: "Messari", host: messari.io, cat: finance, provider: messari, cc: US, imp: 2, tier: 4, checks: [http] }
2916 + - { id: crypto-analytics-glassnode, name: "Glassnode", host: glassnode.com, cat: finance, provider: glassnode, cc: CH, imp: 2, tier: 4, checks: [http] }
2917 + - { id: crypto-analytics-defillama, name: "DefiLlama", host: defillama.com, cat: finance, provider: defillama, cc: null, imp: 3, tier: 4, checks: [http] }
2918 + - { id: crypto-analytics-dune, name: "Dune", host: dune.com, cat: finance, provider: dune, cc: "NO", imp: 2, tier: 4, checks: [http] }
2919 + - { id: crypto-analytics-nansen, name: "Nansen", host: www.nansen.ai, cat: finance, provider: nansen, cc: SG, imp: 2, tier: 4, checks: [http] }
2920 + - { id: crypto-analytics-cryptoquant, name: "CryptoQuant", host: cryptoquant.com, cat: finance, provider: cryptoquant, cc: KR, imp: 1, tier: 4, checks: [http] }
2921 + - { id: crypto-analytics-santiment, name: "Santiment", host: santiment.net, cat: finance, provider: santiment, cc: CH, imp: 1, tier: 4, checks: [http] }
2922 + - { id: crypto-analytics-token-terminal, name: "Token Terminal", host: tokenterminal.com, cat: finance, provider: token-terminal, cc: FI, imp: 1, tier: 4, checks: [http] }
2923 + - { id: crypto-analytics-artemis, name: "Artemis", host: www.artemisanalytics.com, cat: finance, provider: artemis, cc: US, imp: 1, tier: 4, checks: [http] }
2924 + - { id: crypto-analytics-arkham, name: "Arkham", host: www.arkhamintelligence.com, cat: finance, provider: arkham, cc: US, imp: 1, tier: 4, checks: [http] }
2925 + - { id: crypto-analytics-coinpaprika, name: "Coinpaprika", host: coinpaprika.com, cat: finance, provider: coinpaprika, cc: PL, imp: 2, tier: 4, checks: [http] }
2926 + - { id: crypto-analytics-coincap, name: "CoinCap", host: coincap.io, cat: finance, provider: coincap, cc: US, imp: 1, tier: 4, checks: [http] }
2927 + - { id: crypto-analytics-cryptocompare, name: "CryptoCompare (CCData)", host: www.cryptocompare.com, cat: finance, provider: ccdata, cc: GB, imp: 2, tier: 4, checks: [http] }
2928 + - { id: crypto-analytics-livecoinwatch, name: "Live Coin Watch", host: www.livecoinwatch.com, cat: finance, provider: livecoinwatch, cc: null, imp: 1, tier: 4, checks: [http] }
2929 + - { id: crypto-analytics-coinglass, name: "Coinglass", host: www.coinglass.com, cat: finance, provider: coinglass, cc: null, imp: 2, tier: 4, checks: [http] }
2930 + - { id: crypto-analytics-tradingview-crypto, name: "TradingView crypto", host: www.tradingview.com, url: "https://www.tradingview.com/markets/cryptocurrencies/", cat: finance, provider: tradingview, cc: US, imp: 1, tier: 4, checks: [http] }
2931 + - { id: crypto-media-coindesk, name: "CoinDesk", host: www.coindesk.com, cat: finance, provider: bullish, cc: US, imp: 3, tier: 4, checks: [http] }
2932 + - { id: crypto-media-the-block, name: "The Block", host: www.theblock.co, cat: finance, provider: the-block, cc: US, imp: 2, tier: 4, checks: [http] }
2933 + - { id: crypto-media-cointelegraph, name: "Cointelegraph", host: cointelegraph.com, cat: finance, provider: cointelegraph, cc: null, imp: 2, tier: 4, checks: [http] }
2934 + - { id: crypto-media-decrypt, name: "Decrypt", host: decrypt.co, cat: finance, provider: decrypt, cc: US, imp: 2, tier: 4, checks: [http] }
2935 + - { id: crypto-media-bitcoin-magazine, name: "Bitcoin Magazine", host: bitcoinmagazine.com, cat: finance, provider: btc-inc, cc: US, imp: 1, tier: 4, checks: [http] }
2936 + - { id: crypto-media-blockworks, name: "Blockworks", host: blockworks.co, cat: finance, provider: blockworks, cc: US, imp: 1, tier: 4, checks: [http] }
2937 + - { id: crypto-media-dlnews, name: "DL News", host: www.dlnews.com, cat: finance, provider: dlnews, cc: null, imp: 1, tier: 4, checks: [http] }
2938 + - { id: crypto-media-cryptoslate, name: "CryptoSlate", host: cryptoslate.com, cat: finance, provider: cryptoslate, cc: null, imp: 1, tier: 4, checks: [http] }
2939 + - { id: crypto-media-coinmarketcap-status, name: "CoinMarketCap status", host: status.coinmarketcap.com, cat: finance, provider: binance, svc: coinmarketcap, cc: null, imp: 1, tier: 4, checks: [http] }
2940 + - { id: crypto-proto-ethereum, name: "Ethereum.org", host: ethereum.org, cat: finance, provider: ethereum-foundation, cc: null, imp: 4, tier: 3, checks: [http] }
2941 + - { id: crypto-proto-ethereum-foundation, name: "Ethereum Foundation", host: ethereum.foundation, cat: finance, provider: ethereum-foundation, cc: CH, imp: 2, tier: 4, checks: [http] }
2942 + - { id: crypto-proto-bitcoin-org, name: "Bitcoin.org", host: bitcoin.org, cat: finance, provider: bitcoin-org, cc: null, imp: 4, tier: 3, checks: [http] }
2943 + - { id: crypto-proto-bitcoin-core, name: "Bitcoin Core", host: bitcoincore.org, cat: finance, provider: bitcoin-core, cc: null, imp: 3, tier: 4, checks: [http] }
2944 + - { id: crypto-proto-solana, name: "Solana", host: solana.com, cat: finance, provider: solana, svc: solana, cc: null, imp: 4, tier: 3, checks: [http] }
2945 + - { id: crypto-proto-polygon, name: "Polygon", host: polygon.technology, cat: finance, provider: polygon, svc: polygon, cc: null, imp: 3, tier: 4, checks: [http] }
2946 + - { id: crypto-proto-arbitrum, name: "Arbitrum", host: arbitrum.io, cat: finance, provider: arbitrum, cc: null, imp: 3, tier: 4, checks: [http] }
2947 + - { id: crypto-proto-optimism, name: "Optimism", host: www.optimism.io, cat: finance, provider: optimism, cc: null, imp: 3, tier: 4, checks: [http] }
2948 + - { id: crypto-proto-base, name: "Base", host: www.base.org, cat: finance, provider: coinbase, svc: base, cc: US, imp: 3, tier: 4, checks: [http] }
2949 + - { id: crypto-proto-avalanche, name: "Avalanche", host: www.avax.network, cat: finance, provider: avalanche, svc: avalanche, cc: null, imp: 3, tier: 4, checks: [http] }
2950 + - { id: crypto-proto-cardano, name: "Cardano", host: cardano.org, cat: finance, provider: cardano-foundation, cc: CH, imp: 3, tier: 4, checks: [http] }
2951 + - { id: crypto-proto-polkadot, name: "Polkadot", host: polkadot.com, cat: finance, provider: web3-foundation, cc: CH, imp: 3, tier: 4, checks: [http] }
2952 + - { id: crypto-proto-cosmos, name: "Cosmos", host: cosmos.network, cat: finance, provider: interchain, cc: null, imp: 2, tier: 4, checks: [http] }
2953 + - { id: crypto-proto-tron, name: "TRON", host: tron.network, cat: finance, provider: tron, cc: null, imp: 3, tier: 4, checks: [http] }
2954 + - { id: crypto-proto-ripple, name: "Ripple", host: ripple.com, cat: finance, provider: ripple, cc: US, imp: 4, tier: 3, checks: [http] }
2955 + - { id: crypto-proto-xrpl, name: "XRP Ledger", host: xrpl.org, cat: finance, provider: xrpl-foundation, cc: null, imp: 3, tier: 4, checks: [http] }
2956 + - { id: crypto-proto-stellar, name: "Stellar", host: stellar.org, cat: finance, provider: stellar, svc: stellar, cc: US, imp: 3, tier: 4, checks: [http] }
2957 + - { id: crypto-proto-near, name: "NEAR", host: near.org, cat: finance, provider: near, cc: CH, imp: 2, tier: 4, checks: [http] }
2958 + - { id: crypto-proto-aptos, name: "Aptos", host: aptosfoundation.org, cat: finance, provider: aptos, cc: null, imp: 2, tier: 4, checks: [http] }
2959 + - { id: crypto-proto-ton, name: "TON", host: ton.org, cat: finance, provider: ton-foundation, cc: CH, imp: 2, tier: 4, checks: [http] }
2960 + - { id: crypto-proto-bnb-chain, name: "BNB Chain", host: www.bnbchain.org, cat: finance, provider: binance, cc: null, imp: 3, tier: 4, checks: [http] }
2961 + - { id: crypto-proto-litecoin, name: "Litecoin", host: litecoin.org, cat: finance, provider: litecoin, cc: null, imp: 2, tier: 4, checks: [http] }
2962 + - { id: crypto-proto-dogecoin, name: "Dogecoin", host: dogecoin.com, cat: finance, provider: dogecoin, cc: null, imp: 2, tier: 4, checks: [http] }
2963 + - { id: crypto-proto-monero, name: "Monero", host: www.getmonero.org, cat: finance, provider: monero, cc: null, imp: 2, tier: 4, checks: [http] }
2964 + - { id: crypto-proto-hedera, name: "Hedera", host: hedera.com, cat: finance, provider: hedera, cc: US, imp: 2, tier: 4, checks: [http] }
2965 + - { id: crypto-proto-algorand, name: "Algorand", host: algorand.co, cat: finance, provider: algorand, cc: null, imp: 2, tier: 4, checks: [http] }
2966 + - { id: crypto-proto-chainlink-docs, name: "Chainlink docs", host: docs.chain.link, cat: finance, provider: chainlink, cc: null, imp: 2, tier: 4, checks: [http] }
2967 + - { id: crypto-proto-lightning, name: "Lightning Network (Lightning Labs)", host: lightning.engineering, cat: finance, provider: lightning-labs, cc: US, imp: 2, tier: 4, checks: [http] }
2968 + - { id: crypto-proto-hyperliquid-app, name: "Hyperliquid app", host: app.hyperliquid.xyz, cat: finance, provider: hyperliquid, cc: null, imp: 1, tier: 4, checks: [http] }
2969 + - { id: crypto-etf-blackrock-ibit, name: "iShares Bitcoin Trust (IBIT)", host: www.ishares.com, url: "https://www.ishares.com/us/products/333011/ishares-bitcoin-trust", cat: finance, provider: blackrock, cc: US, imp: 3, tier: 4, checks: [http] }
2970 + - { id: crypto-etf-fidelity-fbtc, name: "Fidelity Wise Origin Bitcoin Fund", host: www.fidelity.com, url: "https://www.fidelity.com/etfs/fbtc", cat: finance, provider: fidelity, cc: US, imp: 2, tier: 4, checks: [http] }
2971 + - { id: crypto-etf-coinshares, name: "CoinShares", host: coinshares.com, cat: finance, provider: coinshares, cc: JE, imp: 2, tier: 4, checks: [http] }
2972 + - { id: crypto-etf-microstrategy, name: "Strategy (MicroStrategy)", host: www.strategy.com, cat: finance, provider: strategy, cc: US, imp: 3, tier: 4, checks: [http] }
2973 + - { id: crypto-etf-galaxy, name: "Galaxy Digital", host: www.galaxy.com, cat: finance, provider: galaxy, cc: US, imp: 2, tier: 4, checks: [http] }
2974 + - { id: crypto-etf-marathon, name: "MARA Holdings", host: www.mara.com, cat: finance, provider: mara, cc: US, imp: 2, tier: 4, checks: [http] }
2975 + - { id: crypto-etf-riot, name: "Riot Platforms", host: www.riotplatforms.com, cat: finance, provider: riot, cc: US, imp: 2, tier: 4, checks: [http] }
2976 + - { id: crypto-etf-coreweave-legacy, name: "Core Scientific", host: corescientific.com, cat: finance, provider: core-scientific, cc: US, imp: 1, tier: 4, checks: [http] }
2977 + - { id: crypto-etf-hut8, name: "Hut 8", host: hut8.com, cat: finance, provider: hut8, cc: US, imp: 1, tier: 4, checks: [http] }
2978 + - { id: crypto-etf-bitfarms, name: "Bitfarms", host: bitfarms.com, cat: finance, provider: bitfarms, cc: CA, imp: 1, tier: 4, checks: [http] }
2979 + - { id: crypto-etf-hive, name: "HIVE Digital", host: www.hivedigitaltechnologies.com, cat: finance, provider: hive, cc: CA, imp: 1, tier: 4, checks: [http] }
2980 + - { id: crypto-etf-cleanspark, name: "CleanSpark", host: www.cleanspark.com, cat: finance, provider: cleanspark, cc: US, imp: 1, tier: 4, checks: [http] }
2981 + - { id: crypto-etf-foundry, name: "Foundry", host: foundrydigital.com, cat: finance, provider: dcg, cc: US, imp: 1, tier: 4, checks: [http] }
2982 + - { id: crypto-etf-antpool, name: "Antpool", host: www.antpool.com, cat: finance, provider: bitmain, cc: CN, imp: 2, tier: 4, checks: [http] }
2983 + - { id: crypto-etf-f2pool, name: "F2Pool", host: www.f2pool.com, cat: finance, provider: f2pool, cc: null, imp: 2, tier: 4, checks: [http] }
2984 + - { id: crypto-etf-viabtc, name: "ViaBTC", host: www.viabtc.com, cat: finance, provider: viabtc, cc: null, imp: 1, tier: 4, checks: [http] }
2985 + - { id: crypto-etf-bitmain, name: "Bitmain", host: www.bitmain.com, cat: finance, provider: bitmain, cc: CN, imp: 2, tier: 4, checks: [http] }
2986 + - { id: crypto-etf-dcg, name: "Digital Currency Group", host: dcg.co, cat: finance, provider: dcg, cc: US, imp: 2, tier: 4, checks: [http] }
2987 + - { id: crypto-etf-a16z-crypto, name: "a16z crypto", host: a16zcrypto.com, cat: finance, provider: a16z, cc: US, imp: 1, tier: 4, checks: [http] }
2988 + - { id: crypto-etf-paradigm, name: "Paradigm", host: www.paradigm.xyz, cat: finance, provider: paradigm, cc: US, imp: 1, tier: 4, checks: [http] }
2989 + - { id: crypto-etf-pantera, name: "Pantera Capital", host: panteracapital.com, cat: finance, provider: pantera, cc: US, imp: 1, tier: 4, checks: [http] }
2990 + - { id: crypto-etf-polychain, name: "Polychain Capital", host: polychain.capital, cat: finance, provider: polychain, cc: US, imp: 1, tier: 4, checks: [http] }
2991 + - { id: crypto-etf-jump-crypto, name: "Jump Crypto", host: jumpcrypto.com, cat: finance, provider: jump, cc: US, imp: 1, tier: 4, checks: [http] }
2992 + - { id: crypto-etf-wintermute, name: "Wintermute", host: www.wintermute.com, cat: finance, provider: wintermute, cc: GB, imp: 2, tier: 4, checks: [http] }
2993 + - { id: crypto-etf-gsr, name: "GSR", host: www.gsr.io, cat: finance, provider: gsr, cc: GB, imp: 1, tier: 4, checks: [http] }
2994 + - { id: crypto-etf-cumberland, name: "Cumberland (DRW)", host: cumberland.io, cat: finance, provider: drw, cc: US, imp: 2, tier: 4, checks: [http] }
2995 + - { id: crypto-etf-b2c2, name: "B2C2", host: www.b2c2.com, cat: finance, provider: sbi, cc: GB, imp: 1, tier: 4, checks: [http] }
2996 + - { id: crypto-etf-flowdesk, name: "Flowdesk", host: www.flowdesk.co, cat: finance, provider: flowdesk, cc: FR, imp: 1, tier: 4, checks: [http] }
2997 + - { id: crypto-etf-talos, name: "Talos", host: www.talos.com, cat: finance, provider: talos, cc: US, imp: 1, tier: 4, checks: [http] }
2998 + - { id: crypto-etf-zerohash, name: "Zero Hash", host: zerohash.com, cat: finance, provider: zero-hash, cc: US, imp: 2, tier: 4, checks: [http] }
2999 + - { id: crypto-etf-moonpay, name: "MoonPay", host: www.moonpay.com, cat: finance, provider: moonpay, cc: US, imp: 2, tier: 4, checks: [http] }
3000 + - { id: crypto-etf-ramp-network, name: "Ramp Network", host: ramp.network, cat: finance, provider: ramp-network, cc: PL, imp: 2, tier: 4, checks: [http] }
3001 + - { id: crypto-etf-transak, name: "Transak", host: transak.com, cat: finance, provider: transak, cc: GB, imp: 1, tier: 4, checks: [http] }
3002 + - { id: crypto-etf-banxa, name: "Banxa", host: banxa.com, cat: finance, provider: banxa, cc: AU, imp: 1, tier: 4, checks: [http] }
3003 + - { id: crypto-etf-simplex, name: "Simplex (Nuvei)", host: www.simplex.com, cat: finance, provider: nuvei, cc: IL, imp: 1, tier: 4, checks: [http] }
3004 + - { id: crypto-etf-mercuryo, name: "Mercuryo", host: mercuryo.io, cat: finance, provider: mercuryo, cc: GB, imp: 1, tier: 4, checks: [http] }
3005 + - { id: crypto-etf-bitpay, name: "BitPay", host: bitpay.com, cat: finance, provider: bitpay, cc: US, imp: 3, tier: 4, checks: [http] }
3006 + - { id: crypto-etf-coinbase-commerce, name: "Coinbase Commerce", host: www.coinbase.com, url: "https://www.coinbase.com/commerce", cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 2, tier: 4, checks: [http] }
3007 + - { id: crypto-etf-nowpayments, name: "NOWPayments", host: nowpayments.io, cat: finance, provider: nowpayments, cc: null, imp: 1, tier: 4, checks: [http] }
3008 + - { id: crypto-etf-coingate, name: "CoinGate", host: coingate.com, cat: finance, provider: coingate, cc: LT, imp: 1, tier: 4, checks: [http] }
3009 + - { id: crypto-etf-btcpay, name: "BTCPay Server", host: btcpayserver.org, cat: finance, provider: btcpay, cc: null, imp: 2, tier: 4, checks: [http] }
3010 + - { id: crypto-etf-opennode, name: "OpenNode", host: www.opennode.com, cat: finance, provider: opennode, cc: US, imp: 1, tier: 4, checks: [http] }
3011 + - { id: crypto-etf-alchemy-pay, name: "Alchemy Pay", host: alchemypay.org, cat: finance, provider: alchemy-pay, cc: SG, imp: 1, tier: 4, checks: [http] }
3012 + - { id: crypto-etf-triple-a, name: "Triple-A", host: www.triple-a.io, cat: finance, provider: triple-a, cc: SG, imp: 1, tier: 4, checks: [http] }
3013 + - { id: crypto-etf-blockchain-association, name: "Blockchain Association", host: theblockchainassociation.org, cat: finance, provider: blockchain-association, cc: US, imp: 1, tier: 4, checks: [http] }
3014 + - { id: crypto-etf-coincenter, name: "Coin Center", host: www.coincenter.org, cat: finance, provider: coin-center, cc: US, imp: 1, tier: 4, checks: [http] }
3015 + - { id: crypto-etf-crypto-council, name: "Crypto Council for Innovation", host: cryptoforinnovation.org, cat: finance, provider: cci, cc: US, imp: 1, tier: 4, checks: [http] }
3016 + - { id: crypto-etf-gbbc, name: "Global Blockchain Business Council", host: www.gbbc.io, cat: finance, provider: gbbc, cc: CH, imp: 1, tier: 4, checks: [http] }
3017 + - { id: crypto-etf-cryptouk, name: "CryptoUK", host: cryptouk.io, cat: finance, provider: cryptouk, cc: GB, imp: 1, tier: 4, checks: [http] }
3018 + - { id: crypto-etf-bitcoin-treasuries, name: "Bitcoin Treasuries", host: bitcointreasuries.net, cat: finance, provider: bitcoin-treasuries, cc: null, imp: 1, tier: 4, checks: [http] }
3019 + - { id: crypto-etf-clark-moody, name: "Clark Moody Bitcoin dashboard", host: bitcoin.clarkmoody.com, cat: finance, provider: clark-moody, cc: US, imp: 1, tier: 4, checks: [http] }
3020 + - { id: crypto-etf-fear-greed, name: "Alternative.me Crypto Fear & Greed", host: alternative.me, url: "https://alternative.me/crypto/fear-and-greed-index/", cat: finance, provider: alternative-me, cc: null, imp: 1, tier: 4, checks: [http] }
3021 + - { id: crypto-etf-bitnodes, name: "Bitnodes", host: bitnodes.io, cat: finance, provider: bitnodes, cc: null, imp: 2, tier: 4, checks: [http] }
3022 + - { id: crypto-etf-etherchain, name: "Etherchain (beaconcha.in)", host: etherchain.org, cat: finance, provider: bitfly, cc: null, imp: 1, tier: 4, checks: [http] }
3023 + - { id: crypto-etf-ultrasound, name: "Ultra Sound Money", host: ultrasound.money, cat: finance, provider: ultrasound, cc: null, imp: 1, tier: 4, checks: [http] }
3024 + - { id: crypto-etf-gas-tracker, name: "Etherscan gas tracker", host: etherscan.io, url: "https://etherscan.io/gastracker", cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 2, tier: 4, checks: [http] }
3025 + - { id: crypto-etf-mempool-goggles, name: "mempool.space mining dashboard", host: mempool.space, url: "https://mempool.space/mining", cat: finance, provider: mempool, cc: null, imp: 1, tier: 4, checks: [http] }
3026 + - { id: crypto-etf-hashrate-index, name: "Hashrate Index (Luxor)", host: hashrateindex.com, cat: finance, provider: luxor, cc: US, imp: 1, tier: 4, checks: [http] }
3027 + - { id: crypto-etf-luxor, name: "Luxor Technology", host: luxor.tech, cat: finance, provider: luxor, cc: US, imp: 1, tier: 4, checks: [http] }
3028 + - { id: crypto-etf-braiins, name: "Braiins", host: braiins.com, cat: finance, provider: braiins, cc: CZ, imp: 1, tier: 4, checks: [http] }
3029 + - { id: crypto-etf-ocean, name: "OCEAN Mining", host: ocean.xyz, cat: finance, provider: ocean, cc: US, imp: 1, tier: 4, checks: [http] }
3030 + - { id: crypto-etf-river, name: "River", host: river.com, cat: finance, provider: river, cc: US, imp: 2, tier: 4, checks: [http] }
3031 + - { id: crypto-etf-swan, name: "Swan Bitcoin", host: www.swanbitcoin.com, cat: finance, provider: swan-bitcoin, cc: US, imp: 2, tier: 4, checks: [http] }
3032 + - { id: crypto-etf-unchained, name: "Unchained", host: unchained.com, cat: finance, provider: unchained, cc: US, imp: 1, tier: 4, checks: [http] }
3033 + - { id: crypto-etf-casa, name: "Casa", host: casa.io, cat: finance, provider: casa, cc: US, imp: 1, tier: 4, checks: [http] }
3034 + - { id: crypto-etf-fold, name: "Fold", host: foldapp.com, cat: finance, provider: fold, cc: US, imp: 1, tier: 4, checks: [http] }
3035 + - { id: crypto-etf-bitrefill, name: "Bitrefill", host: www.bitrefill.com, cat: finance, provider: bitrefill, cc: null, imp: 1, tier: 4, checks: [http] }
3036 + - { id: crypto-etf-spendl, name: "Spritz Finance", host: www.spritz.finance, cat: finance, provider: spritz, cc: US, imp: 1, tier: 4, checks: [http] }
3037 + - { id: crypto-etf-coinbase-card, name: "Coinbase Card", host: www.coinbase.com, url: "https://www.coinbase.com/card", cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 1, tier: 4, checks: [http] }
3038 + - { id: crypto-etf-crypto-com-card, name: "Crypto.com Visa Card", host: crypto.com, url: "https://crypto.com/cards", cat: finance, provider: crypto-com, svc: crypto-com, cc: SG, imp: 1, tier: 4, checks: [http] }
3039 + - { id: crypto-etf-gnosis-pay, name: "Gnosis Pay", host: gnosispay.com, cat: finance, provider: gnosis, cc: DE, imp: 1, tier: 4, checks: [http] }
3040 + - { id: crypto-etf-ether-fi-cash, name: "ether.fi", host: www.ether.fi, cat: finance, provider: ether-fi, cc: null, imp: 1, tier: 4, checks: [http] }
3041 + - { id: crypto-etf-binance-pay, name: "Binance Pay", host: pay.binance.com, cat: finance, provider: binance, cc: null, imp: 2, tier: 4, checks: [http] }
3042 + - { id: crypto-etf-okx-wallet, name: "OKX Wallet", host: www.okx.com, url: "https://www.okx.com/web3", cat: finance, provider: okx, cc: null, imp: 2, tier: 4, checks: [http] }
3043 + - { id: crypto-etf-bitget-wallet, name: "Bitget Wallet", host: web3.bitget.com, cat: finance, provider: bitget, cc: null, imp: 1, tier: 4, checks: [http] }
3044 + - { id: crypto-etf-tonkeeper, name: "Tonkeeper", host: tonkeeper.com, cat: finance, provider: tonkeeper, cc: null, imp: 1, tier: 4, checks: [http] }
3045 + - { id: crypto-etf-argent, name: "Argent", host: www.argent.xyz, cat: finance, provider: argent, cc: GB, imp: 1, tier: 4, checks: [http] }
3046 + - { id: crypto-etf-zerion, name: "Zerion", host: zerion.io, cat: finance, provider: zerion, cc: null, imp: 1, tier: 4, checks: [http] }
3047 + - { id: crypto-etf-zapper, name: "Zapper", host: zapper.xyz, cat: finance, provider: zapper, cc: null, imp: 1, tier: 4, checks: [http] }
3048 + - { id: crypto-etf-debank, name: "DeBank", host: debank.com, cat: finance, provider: debank, cc: null, imp: 1, tier: 4, checks: [http] }
3049 + - { id: crypto-etf-revoke, name: "Revoke.cash", host: revoke.cash, cat: finance, provider: revoke, cc: null, imp: 1, tier: 4, checks: [http] }
3050 + - { id: crypto-etf-ens, name: "ENS (Ethereum Name Service)", host: ens.domains, cat: finance, provider: ens, cc: null, imp: 2, tier: 4, checks: [http] }
3051 + - { id: crypto-etf-unstoppable, name: "Unstoppable Domains", host: unstoppabledomains.com, cat: finance, provider: unstoppable, cc: US, imp: 1, tier: 4, checks: [http] }
3052 + - { id: crypto-etf-ipfs, name: "IPFS", host: ipfs.tech, cat: finance, provider: protocol-labs, cc: null, imp: 2, tier: 4, checks: [http] }
3053 + - { id: crypto-etf-filecoin, name: "Filecoin", host: filecoin.io, cat: finance, provider: protocol-labs, cc: null, imp: 2, tier: 4, checks: [http] }
3054 + - { id: crypto-etf-arweave, name: "Arweave", host: arweave.org, cat: finance, provider: arweave, cc: null, imp: 1, tier: 4, checks: [http] }
3055 + - { id: crypto-etf-worldcoin, name: "World (Worldcoin)", host: world.org, cat: finance, provider: tools-for-humanity, cc: null, imp: 2, tier: 4, checks: [http] }
3056 + - { id: crypto-etf-polymarket, name: "Polymarket", host: polymarket.com, cat: finance, provider: polymarket, cc: US, imp: 3, tier: 4, checks: [http] }
3057 + - { id: crypto-etf-kalshi, name: "Kalshi", host: kalshi.com, cat: finance, provider: kalshi, cc: US, imp: 3, tier: 4, checks: [http] }
3058 + - { id: crypto-etf-polymarket-gamma, name: "Polymarket Gamma API", host: gamma-api.polymarket.com, url: "https://gamma-api.polymarket.com/markets?limit=1", cat: finance, provider: polymarket, cc: US, imp: 2, tier: 4, checks: [http] }
3059 + - { id: crypto-etf-kalshi-api, name: "Kalshi trade API (exchange status)", host: api.elections.kalshi.com, url: "https://api.elections.kalshi.com/trade-api/v2/exchange/status", cat: finance, provider: kalshi, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3060 + - { id: crypto-etf-robinhood-crypto, name: "Robinhood Crypto", host: robinhood.com, url: "https://robinhood.com/us/en/about/crypto/", cat: finance, provider: robinhood, svc: robinhood, cc: US, imp: 2, tier: 4, checks: [http] }
3061 + - { id: crypto-etf-etoro-crypto, name: "eToro Crypto", host: www.etoro.com, url: "https://www.etoro.com/crypto/", cat: finance, provider: etoro, svc: etoro, cc: IL, imp: 1, tier: 4, checks: [http] }
3062 + - { id: crypto-etf-paypal-crypto, name: "PayPal Crypto", host: www.paypal.com, url: "https://www.paypal.com/us/digital-wallet/manage-money/crypto", cat: finance, provider: paypal, svc: paypal, cc: US, imp: 2, tier: 4, checks: [http] }
3063 + - { id: crypto-etf-cash-app-bitcoin, name: "Cash App Bitcoin", host: cash.app, url: "https://cash.app/bitcoin", cat: finance, provider: block, svc: cashapp, cc: US, imp: 2, tier: 4, checks: [http] }
3064 + - { id: crypto-etf-venmo-crypto, name: "Venmo Crypto", host: venmo.com, url: "https://venmo.com/crypto/", cat: finance, provider: paypal, svc: paypal, cc: US, imp: 1, tier: 4, checks: [http] }
3065 + - { id: crypto-etf-webull-crypto, name: "Webull Pay", host: www.webullpay.com, cat: finance, provider: webull, cc: US, imp: 1, tier: 4, checks: [http] }
3066 + - { id: crypto-etf-sofi-crypto, name: "SoFi Invest (crypto)", host: www.sofi.com, url: "https://www.sofi.com/invest/", cat: finance, provider: sofi, cc: US, imp: 1, tier: 4, checks: [http] }
3067 + - { id: crypto-etf-fidelity-crypto, name: "Fidelity Crypto", host: www.fidelity.com, url: "https://www.fidelity.com/crypto/overview", cat: finance, provider: fidelity, cc: US, imp: 2, tier: 4, checks: [http] }
3068 + - { id: crypto-etf-schwab-crypto, name: "Schwab crypto (thematic)", host: www.schwab.com, url: "https://www.schwab.com/cryptocurrency", cat: finance, provider: schwab, cc: US, imp: 1, tier: 4, checks: [http] }
3069 + - { id: crypto-etf-interactive-brokers-crypto, name: "Interactive Brokers Crypto", host: www.interactivebrokers.com, url: "https://www.interactivebrokers.com/en/trading/crypto.php", cat: finance, provider: ibkr, cc: US, imp: 1, tier: 4, checks: [http] }
3070 + - { id: crypto-etf-nubank-crypto, name: "Nubank Cripto", host: nubank.com.br, url: "https://nubank.com.br/cripto/", cat: finance, provider: nubank, cc: BR, imp: 1, tier: 4, checks: [http] }
3071 + - { id: crypto-etf-mercado-pago-crypto, name: "Mercado Pago Cripto", host: www.mercadopago.com.br, url: "https://www.mercadopago.com.br/cripto", cat: finance, provider: mercadolibre, svc: mercadopago, cc: BR, imp: 1, tier: 4, checks: [http] }
3072 + - { id: crypto-etf-revolut-crypto, name: "Revolut Crypto", host: www.revolut.com, url: "https://www.revolut.com/crypto/", cat: finance, provider: revolut, cc: GB, imp: 1, tier: 4, checks: [http] }
3073 + - { id: crypto-etf-n26-crypto, name: "N26 Crypto", host: n26.com, url: "https://n26.com/en-eu/crypto", cat: finance, provider: n26, cc: DE, imp: 1, tier: 4, checks: [http] }
3074 + - { id: crypto-etf-bunq-crypto, name: "bunq crypto", host: www.bunq.com, url: "https://www.bunq.com/crypto", cat: finance, provider: bunq, cc: NL, imp: 1, tier: 4, checks: [http] }
3075 + - { id: crypto-etf-trade-republic-crypto, name: "Trade Republic Crypto", host: traderepublic.com, url: "https://traderepublic.com/en-de/crypto", cat: finance, provider: trade-republic, cc: DE, imp: 1, tier: 4, checks: [http] }
3076 + - { id: crypto-etf-bitpanda-technology, name: "Bitpanda Technology Solutions", host: www.bitpanda.com, url: "https://www.bitpanda.com/en/technology-solutions", cat: finance, provider: bitpanda, svc: bitpanda, cc: AT, imp: 1, tier: 4, checks: [http] }
3077 + - { id: crypto-etf-sbi-crypto, name: "SBI VC Trade (corporate)", host: www.sbivc.co.jp, url: "https://www.sbivc.co.jp/company", cat: finance, provider: sbi, cc: JP, imp: 1, tier: 4, checks: [http] }
3078 + - { id: crypto-etf-dbs-digital-exchange, name: "DBS Digital Exchange", host: www.dbs.com.sg, url: "https://www.dbs.com.sg/corporate/digital-assets", cat: finance, provider: dbs, cc: SG, imp: 1, tier: 4, checks: [http] }
3079 + - { id: crypto-etf-hsbc-tokenised, name: "HSBC Orion (tokenisation)", host: www.gbm.hsbc.com, url: "https://www.gbm.hsbc.com/en-gb/campaigns/hsbc-orion", cat: finance, provider: hsbc, cc: GB, imp: 1, tier: 4, checks: [http] }
3080 + - { id: crypto-etf-jpm-kinexys, name: "Kinexys by J.P. Morgan", host: www.jpmorgan.com, url: "https://www.jpmorgan.com/kinexys", cat: finance, provider: jpmorgan, cc: US, imp: 2, tier: 4, checks: [http] }
3081 + - { id: crypto-etf-goldman-gs-dap, name: "Goldman Sachs Digital Assets", host: www.goldmansachs.com, url: "https://www.goldmansachs.com/what-we-do/global-banking-and-markets/digital-assets", cat: finance, provider: goldman, cc: US, imp: 1, tier: 4, checks: [http] }
3082 + - { id: crypto-etf-fnality, name: "Fnality", host: www.fnality.org, cat: finance, provider: fnality, cc: GB, imp: 1, tier: 4, checks: [http] }
3083 + - { id: crypto-etf-partior, name: "Partior", host: www.partior.com, cat: finance, provider: partior, cc: SG, imp: 1, tier: 4, checks: [http] }
3084 + - { id: crypto-etf-r3, name: "R3", host: r3.com, cat: finance, provider: r3, cc: GB, imp: 1, tier: 4, checks: [http] }
3085 + - { id: crypto-etf-digital-asset, name: "Digital Asset (Canton)", host: www.digitalasset.com, cat: finance, provider: digital-asset, cc: US, imp: 1, tier: 4, checks: [http] }
3086 + - { id: crypto-etf-securitize, name: "Securitize", host: securitize.io, cat: finance, provider: securitize, cc: US, imp: 2, tier: 4, checks: [http] }
3087 + - { id: crypto-etf-ondo, name: "Ondo Finance", host: ondo.finance, cat: finance, provider: ondo, cc: US, imp: 2, tier: 4, checks: [http] }
3088 + - { id: crypto-etf-franklin-benji, name: "Franklin Templeton Digital Assets", host: digitalassets.franklintempleton.com, cat: finance, provider: franklin-templeton, cc: US, imp: 1, tier: 4, checks: [http] }
3089 + - { id: crypto-etf-blackrock-buidl, name: "BlackRock BUIDL (Securitize)", host: securitize.io, url: "https://securitize.io/learn/press/blackrock-launches-first-tokenized-fund-buidl-on-the-ethereum-network", cat: finance, provider: securitize, cc: US, imp: 1, tier: 4, checks: [http] }
3090 + - { id: crypto-etf-rwa-xyz, name: "RWA.xyz", host: www.rwa.xyz, cat: finance, provider: rwa-xyz, cc: US, imp: 1, tier: 4, checks: [http] }
3091 + - { id: crypto-etf-centrifuge, name: "Centrifuge", host: centrifuge.io, cat: finance, provider: centrifuge, cc: null, imp: 1, tier: 4, checks: [http] }
3092 + - { id: crypto-etf-maple, name: "Maple Finance", host: maple.finance, cat: finance, provider: maple, cc: null, imp: 1, tier: 4, checks: [http] }
3093 + - { id: crypto-etf-superstate, name: "Superstate", host: superstate.co, cat: finance, provider: superstate, cc: US, imp: 1, tier: 4, checks: [http] }
3094 + - { id: crypto-etf-backed, name: "Backed Finance", host: backed.fi, cat: finance, provider: backed, cc: CH, imp: 1, tier: 4, checks: [http] }
3095 + - { id: crypto-etf-mountain, name: "Mountain Protocol", host: mountainprotocol.com, cat: finance, provider: mountain, cc: BM, imp: 1, tier: 4, checks: [http] }
3096 + - { id: crypto-etf-hashnote, name: "Hashnote", host: www.hashnote.com, cat: finance, provider: circle, svc: circle, cc: US, imp: 1, tier: 4, checks: [http] }
3097 + - { id: crypto-etf-openeden, name: "OpenEden", host: openeden.com, cat: finance, provider: openeden, cc: SG, imp: 1, tier: 4, checks: [http] }
3098 + - { id: crypto-etf-usdtb, name: "Ethena USDtb", host: usdtb.money, cat: finance, provider: ethena, cc: null, imp: 1, tier: 4, checks: [http] }
3099 + - { id: crypto-etf-agora, name: "Agora (AUSD)", host: www.agora.finance, cat: finance, provider: agora, cc: US, imp: 1, tier: 4, checks: [http] }
3100 + - { id: crypto-etf-bridge-xyz, name: "Bridge (Stripe)", host: www.bridge.xyz, cat: finance, provider: stripe, svc: stripe, cc: US, imp: 2, tier: 4, checks: [http] }
3101 + - { id: crypto-etf-privy, name: "Privy (Stripe)", host: www.privy.io, cat: finance, provider: stripe, svc: stripe, cc: US, imp: 1, tier: 4, checks: [http] }
3102 + - { id: crypto-etf-stripe-crypto, name: "Stripe crypto", host: stripe.com, url: "https://stripe.com/crypto", cat: finance, provider: stripe, svc: stripe, cc: US, imp: 2, tier: 4, checks: [http] }
3103 + - { id: crypto-etf-visa-crypto, name: "Visa Crypto", host: usa.visa.com, url: "https://usa.visa.com/solutions/crypto.html", cat: finance, provider: visa, cc: US, imp: 2, tier: 4, checks: [http] }
3104 + - { id: crypto-etf-mastercard-crypto, name: "Mastercard Crypto", host: www.mastercard.com, url: "https://www.mastercard.com/global/en/business/issuers/crypto.html", cat: finance, provider: mastercard, cc: US, imp: 2, tier: 4, checks: [http] }
3105 + - { id: crypto-etf-dtcc-digital, name: "DTCC Digital Assets", host: www.dtcc.com, url: "https://www.dtcc.com/digital-assets", cat: finance, provider: dtcc, cc: US, imp: 1, tier: 4, checks: [http] }
3106 + - { id: crypto-etf-six-sdx-alt, name: "SDX (SIX Digital Exchange) news", host: www.sdx.com, url: "https://www.sdx.com/news", cat: finance, provider: six, cc: CH, imp: 1, tier: 4, checks: [http] }
3107 + - { id: crypto-etf-bis-mbridge, name: "BIS Project mBridge", host: www.bis.org, url: "https://www.bis.org/about/bisih/topics/cbdc/mcbdc_bridge.htm", cat: finance, provider: bis, cc: CH, imp: 1, tier: 4, checks: [http] }
3108 + - { id: crypto-etf-ecb-digital-euro, name: "ECB Digital Euro", host: www.ecb.europa.eu, url: "https://www.ecb.europa.eu/euro/digital_euro/html/index.en.html", cat: finance, provider: eu, cc: DE, imp: 2, tier: 4, checks: [http] }
3109 + - { id: crypto-etf-boe-digital-pound, name: "Bank of England Digital Pound", host: www.bankofengland.co.uk, url: "https://www.bankofengland.co.uk/the-digital-pound", cat: finance, provider: boe, cc: GB, imp: 1, tier: 4, checks: [http] }
3110 + - { id: crypto-etf-boc-digital-cad, name: "Bank of Canada digital currency", host: www.bankofcanada.ca, url: "https://www.bankofcanada.ca/digitaldollar/", cat: finance, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
3111 + - { id: crypto-etf-rbi-cbdc, name: "RBI Digital Rupee", host: www.rbi.org.in, url: "https://www.rbi.org.in/Scripts/BS_PressReleaseDisplay.aspx?prid=54773", cat: finance, provider: rbi, cc: IN, imp: 1, tier: 4, checks: [http] }
3112 + - { id: crypto-etf-sandbox-hk, name: "HKMA e-HKD", host: www.hkma.gov.hk, url: "https://www.hkma.gov.hk/eng/key-functions/money/e-hkd/", cat: finance, provider: gov-hk, cc: HK, imp: 1, tier: 4, checks: [http] }
3113 + - { id: crypto-etf-nbc-bakong, name: "Bakong (NBC Cambodia)", host: bakong.nbc.gov.kh, cat: finance, provider: nbc-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
3114 + - { id: crypto-etf-sand-dollar, name: "Sand Dollar (Bahamas CBDC)", host: www.sanddollar.bs, cat: finance, provider: gov-bs, cc: BS, imp: 1, tier: 4, checks: [http] }
3115 + - { id: crypto-etf-jam-dex, name: "JAM-DEX (Bank of Jamaica)", host: boj.org.jm, url: "https://boj.org.jm/core-functions/currency/cbdc/", cat: finance, provider: gov-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
3116 + - { id: crypto-etf-drex, name: "Drex (Banco Central do Brasil)", host: www.bcb.gov.br, url: "https://www.bcb.gov.br/estabilidadefinanceira/drex", cat: finance, provider: gov-br, cc: BR, imp: 1, tier: 4, checks: [http] }
3117 + - { id: crypto-etf-cbdc-tracker, name: "Atlantic Council CBDC Tracker", host: www.atlanticcouncil.org, url: "https://www.atlanticcouncil.org/cbdctracker/", cat: finance, provider: atlantic-council, cc: US, imp: 2, tier: 4, checks: [http] }
3118 + # ───────── Public no-key API pings (payments, market data, blockchain RPC) (94)
3119 + - { id: api-coinbase-exchange-time, name: "Coinbase Exchange API (time)", host: api.exchange.coinbase.com, url: "https://api.exchange.coinbase.com/time", cat: finance, provider: coinbase, svc: coinbase, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3120 + - { id: api-gemini-ticker, name: "Gemini public API", host: api.gemini.com, url: "https://api.gemini.com/v1/pubticker/btcusd", cat: finance, provider: gemini, svc: gemini, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3121 + - { id: api-bitstamp-ticker, name: "Bitstamp public API", host: www.bitstamp.net, url: "https://www.bitstamp.net/api/v2/ticker/btcusd/", cat: finance, provider: bitstamp, svc: bitstamp, cc: LU, imp: 3, tier: 4, checks: [http, dns] }
3122 + - { id: api-okx-time, name: "OKX public API (time)", host: www.okx.com, url: "https://www.okx.com/api/v5/public/time", cat: finance, provider: okx, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3123 + - { id: api-bybit-time, name: "Bybit public API (time)", host: api.bybit.com, url: "https://api.bybit.com/v5/market/time", cat: finance, provider: bybit, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3124 + - { id: api-kucoin-time, name: "KuCoin public API (timestamp)", host: api.kucoin.com, url: "https://api.kucoin.com/api/v1/timestamp", cat: finance, provider: kucoin, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3125 + - { id: api-bitfinex-status, name: "Bitfinex platform status API", host: api-pub.bitfinex.com, url: "https://api-pub.bitfinex.com/v2/platform/status", cat: finance, provider: bitfinex, svc: bitfinex, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3126 + - { id: api-gate-time, name: "Gate.io public API (time)", host: api.gateio.ws, url: "https://api.gateio.ws/api/v4/spot/time", cat: finance, provider: gate, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3127 + - { id: api-htx-time, name: "HTX public API (timestamp)", host: api.huobi.pro, url: "https://api.huobi.pro/v1/common/timestamp", cat: finance, provider: htx, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3128 + - { id: api-bitget-time, name: "Bitget public API (time)", host: api.bitget.com, url: "https://api.bitget.com/api/v2/public/time", cat: finance, provider: bitget, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3129 + - { id: api-mexc-time, name: "MEXC public API (time)", host: api.mexc.com, url: "https://api.mexc.com/api/v3/time", cat: finance, provider: mexc, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3130 + - { id: api-crypto-com-instruments, name: "Crypto.com Exchange API (instruments)", host: api.crypto.com, url: "https://api.crypto.com/exchange/v1/public/get-instruments", cat: finance, provider: crypto-com, svc: crypto-com, cc: SG, imp: 2, tier: 4, checks: [http, dns] }
3131 + - { id: api-upbit-market-all, name: "Upbit public API (markets)", host: api.upbit.com, url: "https://api.upbit.com/v1/market/all", cat: finance, provider: dunamu, cc: KR, imp: 3, tier: 4, checks: [http, dns] }
3132 + - { id: api-bithumb-ticker, name: "Bithumb public API (ticker)", host: api.bithumb.com, url: "https://api.bithumb.com/public/ticker/BTC_KRW", cat: finance, provider: bithumb, cc: KR, imp: 2, tier: 4, checks: [http, dns] }
3133 + - { id: api-bitflyer-markets, name: "bitFlyer public API (markets)", host: api.bitflyer.com, url: "https://api.bitflyer.com/v1/getmarkets", cat: finance, provider: bitflyer, svc: bitflyer, cc: JP, imp: 3, tier: 4, checks: [http, dns] }
3134 + - { id: api-coincheck-ticker, name: "Coincheck public API (ticker)", host: coincheck.com, url: "https://coincheck.com/api/ticker", cat: finance, provider: monex, cc: JP, imp: 2, tier: 4, checks: [http, dns] }
3135 + - { id: api-bitbank-ticker, name: "bitbank public API (ticker)", host: public.bitbank.cc, url: "https://public.bitbank.cc/btc_jpy/ticker", cat: finance, provider: bitbank, cc: JP, imp: 2, tier: 4, checks: [http, dns] }
3136 + - { id: api-bitso-ticker, name: "Bitso public API (ticker)", host: api.bitso.com, url: "https://api.bitso.com/v3/ticker/?book=btc_mxn", cat: finance, provider: bitso, svc: bitso, cc: MX, imp: 2, tier: 4, checks: [http, dns] }
3137 + - { id: api-luno-ticker, name: "Luno public API (ticker)", host: api.luno.com, url: "https://api.luno.com/api/1/ticker?pair=XBTZAR", cat: finance, provider: luno, svc: luno, cc: ZA, imp: 2, tier: 4, checks: [http, dns] }
3138 + - { id: api-valr-time, name: "VALR public API (time)", host: api.valr.com, url: "https://api.valr.com/v1/public/time", cat: finance, provider: valr, svc: valr, cc: ZA, imp: 2, tier: 4, checks: [http, dns] }
3139 + - { id: api-independent-reserve-time, name: "Independent Reserve public API", host: api.independentreserve.com, url: "https://api.independentreserve.com/Public/GetValidPrimaryCurrencyCodes", cat: finance, provider: independent-reserve, cc: AU, imp: 2, tier: 4, checks: [http, dns] }
3140 + - { id: api-btcmarkets-time, name: "BTC Markets public API (time)", host: api.btcmarkets.net, url: "https://api.btcmarkets.net/v3/time", cat: finance, provider: btc-markets, svc: btcmarkets, cc: AU, imp: 2, tier: 4, checks: [http, dns] }
3141 + - { id: api-coinspot-latest, name: "CoinSpot public API (latest)", host: www.coinspot.com.au, url: "https://www.coinspot.com.au/pubapi/v2/latest", cat: finance, provider: coinspot, cc: AU, imp: 2, tier: 4, checks: [http, dns] }
3142 + - { id: api-bitvavo-time, name: "Bitvavo public API (time)", host: api.bitvavo.com, url: "https://api.bitvavo.com/v2/time", cat: finance, provider: bitvavo, svc: bitvavo, cc: NL, imp: 2, tier: 4, checks: [http, dns] }
3143 + - { id: api-bitpanda-pro-time, name: "One Trading public API (time)", host: api.onetrading.com, url: "https://api.onetrading.com/fast/v1/time", cat: finance, provider: one-trading, cc: AT, imp: 1, tier: 4, checks: [http, dns] }
3144 + - { id: api-deribit-time, name: "Deribit public API (time)", host: www.deribit.com, url: "https://www.deribit.com/api/v2/public/get_time", cat: finance, provider: coinbase, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3145 + - { id: api-bitmex-announcement, name: "BitMEX public API (instrument)", host: www.bitmex.com, url: "https://www.bitmex.com/api/v1/instrument/active", cat: finance, provider: bitmex, svc: bitmex, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3146 + - { id: api-binance-us-time, name: "Binance.US public API (time)", host: api.binance.us, url: "https://api.binance.us/api/v3/time", cat: finance, provider: binance, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3147 + - { id: api-poloniex-timestamp, name: "Poloniex public API (timestamp)", host: api.poloniex.com, url: "https://api.poloniex.com/timestamp", cat: finance, provider: poloniex, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3148 + - { id: api-indodax-server-time, name: "Indodax public API (server time)", host: indodax.com, url: "https://indodax.com/api/server_time", cat: finance, provider: indodax, cc: ID, imp: 2, tier: 4, checks: [http, dns] }
3149 + - { id: api-bitkub-servertime, name: "Bitkub public API (servertime)", host: api.bitkub.com, url: "https://api.bitkub.com/api/v3/servertime", cat: finance, provider: bitkub, cc: TH, imp: 2, tier: 4, checks: [http, dns] }
3150 + - { id: api-coindcx-ticker, name: "CoinDCX public API (ticker)", host: api.coindcx.com, url: "https://api.coindcx.com/exchange/ticker", cat: finance, provider: coindcx, svc: coindcx, cc: IN, imp: 2, tier: 4, checks: [http, dns] }
3151 + - { id: api-wazirx-tickers, name: "WazirX public API (tickers)", host: api.wazirx.com, url: "https://api.wazirx.com/sapi/v1/tickers/24hr", cat: finance, provider: wazirx, cc: IN, imp: 1, tier: 4, checks: [http, dns] }
3152 + - { id: api-coingecko-global, name: "CoinGecko API (global)", host: api.coingecko.com, url: "https://api.coingecko.com/api/v3/global", cat: finance, provider: coingecko, cc: SG, imp: 2, tier: 4, checks: [http, dns] }
3153 + - { id: api-coincap-assets, name: "CoinCap API (rates)", host: rest.coincap.io, url: "https://rest.coincap.io/v3/rates?limit=1", cat: finance, provider: coincap, cc: US, imp: 1, tier: 4, checks: [http, dns] }
3154 + - { id: api-coinpaprika-global, name: "Coinpaprika API (global)", host: api.coinpaprika.com, url: "https://api.coinpaprika.com/v1/global", cat: finance, provider: coinpaprika, cc: PL, imp: 2, tier: 4, checks: [http, dns] }
3155 + - { id: api-cryptocompare-price, name: "CryptoCompare API (price)", host: min-api.cryptocompare.com, url: "https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USD", cat: finance, provider: ccdata, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
3156 + - { id: api-alternative-me-fng, name: "Alternative.me Fear & Greed API", host: api.alternative.me, url: "https://api.alternative.me/fng/", cat: finance, provider: alternative-me, cc: null, imp: 1, tier: 4, checks: [http, dns] }
3157 + - { id: api-blockchain-com-ticker, name: "Blockchain.com ticker API", host: blockchain.info, url: "https://blockchain.info/ticker", cat: finance, provider: blockchain, svc: blockchain, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
3158 + - { id: api-defillama-protocols, name: "DefiLlama API (chains)", host: api.llama.fi, url: "https://api.llama.fi/v2/chains", cat: finance, provider: defillama, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3159 + - { id: api-etherscan-gas, name: "Etherscan gas oracle (public)", host: api.etherscan.io, url: "https://api.etherscan.io/v2/api?chainid=1&module=gastracker&action=gasoracle", cat: finance, provider: etherscan, svc: etherscan, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3160 + - { id: api-cloudflare-eth-gateway, name: "Cloudflare Ethereum Gateway", host: cloudflare-eth.com, url: "https://cloudflare-eth.com/", cat: finance, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3161 + - { id: api-ankr-eth-rpc, name: "Ankr public Ethereum RPC", host: rpc.ankr.com, url: "https://rpc.ankr.com/eth", cat: finance, provider: ankr, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3162 + - { id: api-solana-mainnet-rpc, name: "Solana public mainnet RPC", host: api.mainnet-beta.solana.com, url: "https://api.mainnet-beta.solana.com/", cat: finance, provider: solana, svc: solana, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3163 + - { id: api-polygon-rpc, name: "Polygon public RPC", host: polygon-rpc.com, url: "https://polygon-rpc.com/", cat: finance, provider: polygon, svc: polygon, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3164 + - { id: api-arbitrum-rpc, name: "Arbitrum One public RPC", host: arb1.arbitrum.io, url: "https://arb1.arbitrum.io/rpc", cat: finance, provider: arbitrum, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3165 + - { id: api-optimism-rpc, name: "Optimism public RPC", host: mainnet.optimism.io, url: "https://mainnet.optimism.io/", cat: finance, provider: optimism, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3166 + - { id: api-base-rpc, name: "Base public RPC", host: mainnet.base.org, url: "https://mainnet.base.org/", cat: finance, provider: coinbase, svc: base, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3167 + - { id: api-avalanche-rpc, name: "Avalanche C-Chain public RPC", host: api.avax.network, url: "https://api.avax.network/ext/bc/C/rpc", cat: finance, provider: avalanche, svc: avalanche, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3168 + - { id: api-bsc-rpc, name: "BNB Smart Chain public RPC", host: bsc-dataseed.binance.org, url: "https://bsc-dataseed.binance.org/", cat: finance, provider: binance, cc: null, imp: 3, tier: 4, checks: [http, dns] }
3169 + - { id: api-tron-grid, name: "TronGrid public API", host: api.trongrid.io, url: "https://api.trongrid.io/wallet/getnowblock", cat: finance, provider: tron, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3170 + - { id: api-xrpl-cluster, name: "XRPL public cluster", host: xrplcluster.com, url: "https://xrplcluster.com/", cat: finance, provider: xrpl-foundation, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3171 + - { id: api-stellar-horizon, name: "Stellar Horizon (public)", host: horizon.stellar.org, url: "https://horizon.stellar.org/", cat: finance, provider: stellar, svc: stellar, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3172 + - { id: api-cardano-koios, name: "Koios (Cardano API)", host: api.koios.rest, url: "https://api.koios.rest/api/v1/tip", cat: finance, provider: koios, cc: null, imp: 1, tier: 4, checks: [http, dns] }
3173 + - { id: api-blockfrost, name: "Blockfrost", host: blockfrost.io, cat: finance, provider: blockfrost, cc: null, imp: 1, tier: 4, checks: [http, dns] }
3174 + - { id: api-algorand-node, name: "Algorand public node (AlgoNode)", host: mainnet-api.4160.nodely.dev, url: "https://mainnet-api.4160.nodely.dev/health", cat: finance, provider: nodely, cc: null, imp: 1, tier: 4, checks: [http, dns] }
3175 + - { id: api-near-rpc, name: "NEAR public RPC", host: rpc.mainnet.near.org, url: "https://rpc.mainnet.near.org/status", cat: finance, provider: near, cc: null, imp: 1, tier: 4, checks: [http, dns] }
3176 + - { id: api-cosmos-lcd, name: "Cosmos Hub public REST", host: cosmos-rest.publicnode.com, url: "https://cosmos-rest.publicnode.com/cosmos/base/tendermint/v1beta1/blocks/latest", cat: finance, provider: allnodes, cc: null, imp: 1, tier: 4, checks: [http, dns] }
3177 + - { id: api-polkadot-rpc, name: "Polkadot public RPC (Parity)", host: rpc.polkadot.io, url: "https://rpc.polkadot.io/", cat: finance, provider: parity, cc: null, imp: 2, tier: 4, checks: [http, dns] }
3178 + - { id: api-frankfurter-currencies, name: "Frankfurter currencies list", host: api.frankfurter.app, url: "https://api.frankfurter.app/currencies", cat: finance, provider: frankfurter, cc: DE, imp: 2, tier: 4, checks: [http, dns] }
3179 + - { id: api-ecb-eurofxref, name: "ECB euro foreign exchange reference rates (XML)", host: www.ecb.europa.eu, url: "https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml", cat: finance, provider: eu, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
3180 + - { id: api-ecb-data-api, name: "ECB Data Portal API (EXR)", host: data-api.ecb.europa.eu, url: "https://data-api.ecb.europa.eu/service/data/EXR/D.USD.EUR.SP00.A?lastNObservations=1&format=jsondata", cat: finance, provider: eu, cc: DE, imp: 3, tier: 4, checks: [http, dns] }
3181 + - { id: api-boc-valet-lists, name: "Bank of Canada Valet (series list)", host: www.bankofcanada.ca, url: "https://www.bankofcanada.ca/valet/lists/series/json", cat: finance, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
3182 + - { id: api-fed-h10-data, name: "Federal Reserve H.10 data download", host: www.federalreserve.gov, url: "https://www.federalreserve.gov/datadownload/", cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3183 + - { id: api-treasury-rates-xml, name: "Treasury daily par yield curve (XML)", host: home.treasury.gov, url: "https://home.treasury.gov/resource-center/data-chart-center/interest-rates/pages/xml?data=daily_treasury_yield_curve&field_tdr_date_value_month=202509", cat: finance, provider: treasury, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3184 + - { id: api-bls-api, name: "BLS Public Data API", host: api.bls.gov, url: "https://api.bls.gov/publicAPI/v2/timeseries/data/CUUR0000SA0", cat: finance, provider: gov-us, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3185 + - { id: api-bis-sdmx, name: "BIS SDMX API", host: stats.bis.org, url: "https://stats.bis.org/api/v2/structure/dataflow/BIS", cat: finance, provider: bis, cc: CH, imp: 2, tier: 4, checks: [http, dns] }
3186 + - { id: api-imf-datamapper, name: "IMF DataMapper API", host: www.imf.org, url: "https://www.imf.org/external/datamapper/api/v1/indicators", cat: finance, provider: imf, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3187 + - { id: api-world-bank-api, name: "World Bank Indicators API", host: api.worldbank.org, url: "https://api.worldbank.org/v2/country/CA/indicator/NY.GDP.MKTP.CD?format=json&mrv=1", cat: finance, provider: world-bank, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3188 + - { id: api-oecd-sdmx, name: "OECD SDMX API", host: sdmx.oecd.org, url: "https://sdmx.oecd.org/public/rest/dataflow/all", cat: finance, provider: oecd, cc: FR, imp: 2, tier: 4, checks: [http, dns] }
3189 + - { id: api-eurostat-api, name: "Eurostat API", host: ec.europa.eu, url: "https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/nama_10_gdp?geo=EU27_2020&na_item=B1GQ&unit=CP_MEUR&time=2023", cat: finance, provider: eu, cc: LU, imp: 2, tier: 4, checks: [http, dns] }
3190 + - { id: api-fred-series-observations, name: "FRED (public series page JSON)", host: fred.stlouisfed.org, url: "https://fred.stlouisfed.org/graph/fredgraph.csv?id=DGS10", cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3191 + - { id: api-nasdaq-data-link-api, name: "Nasdaq Data Link API (metadata)", host: data.nasdaq.com, url: "https://data.nasdaq.com/api/v3/databases.json?per_page=1", cat: finance, provider: nasdaq, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3192 + - { id: api-sec-edgar-tickers, name: "SEC EDGAR company tickers (JSON)", host: www.sec.gov, url: "https://www.sec.gov/files/company_tickers.json", cat: finance, provider: sec, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3193 + - { id: api-finra-otc, name: "FINRA data (API portal)", host: api.finra.org, url: "https://api.finra.org/", cat: finance, provider: finra, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3194 + - { id: api-cftc-cot, name: "CFTC Commitments of Traders (public data)", host: publicreporting.cftc.gov, url: "https://publicreporting.cftc.gov/resource/6dca-aqww.json?$limit=1", cat: finance, provider: cftc, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3195 + - { id: api-cboe-delayed-quotes, name: "Cboe delayed quotes API", host: cdn.cboe.com, url: "https://cdn.cboe.com/api/global/delayed_quotes/quotes/_SPX.json", cat: finance, provider: cboe, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3196 + - { id: api-yahoo-finance-chart, name: "Yahoo Finance chart API", host: query1.finance.yahoo.com, url: "https://query1.finance.yahoo.com/v8/finance/chart/%5EGSPC?range=1d&interval=1d", cat: finance, provider: yahoo, cc: US, imp: 3, tier: 4, checks: [http, dns] }
3197 + - { id: api-stooq-csv, name: "Stooq CSV quotes", host: stooq.com, url: "https://stooq.com/q/l/?s=spx&f=sd2t2ohlcv&h&e=csv", cat: finance, provider: stooq, cc: PL, imp: 2, tier: 4, checks: [http, dns] }
3198 + - { id: api-bse-india-api, name: "BSE India (sensex JSON)", host: api.bseindia.com, url: "https://api.bseindia.com/BseIndiaAPI/api/GetSensexData/w", cat: finance, provider: bse, cc: IN, imp: 1, tier: 4, checks: [http, dns] }
3199 + - { id: api-hkex-quote, name: "HKEX (market data landing)", host: www.hkex.com.hk, url: "https://www.hkex.com.hk/Market-Data", cat: finance, provider: hkex, cc: HK, imp: 2, tier: 4, checks: [http, dns] }
3200 + - { id: api-jpx-quote, name: "JPX (indices landing)", host: www.jpx.co.jp, url: "https://www.jpx.co.jp/english/markets/indices/index.html", cat: finance, provider: jpx, cc: JP, imp: 1, tier: 4, checks: [http, dns] }
3201 + - { id: api-euronext-live-api, name: "Euronext Live (index page)", host: live.euronext.com, url: "https://live.euronext.com/en/product/indices/FR0003500008-XPAR", cat: finance, provider: euronext, cc: FR, imp: 2, tier: 4, checks: [http, dns] }
3202 + - { id: api-lse-prices, name: "LSE prices & markets", host: www.londonstockexchange.com, url: "https://www.londonstockexchange.com/live-markets/market-data-dashboard/price-explorer", cat: finance, provider: lseg, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
3203 + - { id: api-deutsche-boerse-data, name: "Deutsche Börse market data portal", host: www.mds.deutsche-boerse.com, cat: finance, provider: deutsche-boerse, cc: DE, imp: 2, tier: 4, checks: [http, dns] }
3204 + - { id: api-tmx-money-quote, name: "TMX Money quote page", host: money.tmx.com, url: "https://money.tmx.com/en/quote/RY", cat: finance, provider: tmx, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
3205 + - { id: api-b3-cotacoes, name: "B3 market data (Up2Data)", host: www.b3.com.br, url: "https://www.b3.com.br/pt_br/market-data-e-indices/servicos-de-dados/market-data/", cat: finance, provider: b3, cc: BR, imp: 1, tier: 4, checks: [http, dns] }
3206 + - { id: api-asx-markets, name: "ASX Markets (announcements)", host: www.asx.com.au, url: "https://www.asx.com.au/markets/trade-our-cash-market/announcements", cat: finance, provider: asx, cc: AU, imp: 2, tier: 4, checks: [http, dns] }
3207 + - { id: api-iban-com, name: "IBAN.com", host: www.iban.com, cat: finance, provider: iban-com, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
3208 + - { id: api-xe-rates, name: "XE currency converter (public page)", host: www.xe.com, url: "https://www.xe.com/currencyconverter/convert/?Amount=1&From=USD&To=CAD", cat: finance, provider: euronet, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
3209 + - { id: api-oanda-rates, name: "OANDA currency converter", host: www.oanda.com, url: "https://www.oanda.com/currency-converter/en/?from=USD&to=CAD&amount=1", cat: finance, provider: oanda, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3210 + - { id: api-wise-rates, name: "Wise currency converter (public page)", host: wise.com, url: "https://wise.com/gb/currency-converter/usd-to-cad-rate", cat: finance, provider: wise, svc: wise, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
3211 + - { id: api-revolut-rates, name: "Revolut exchange rates (public page)", host: www.revolut.com, url: "https://www.revolut.com/currency-converter/", cat: finance, provider: revolut, cc: GB, imp: 1, tier: 4, checks: [http, dns] }
3212 + - { id: api-google-finance-quote, name: "Google Finance quote (S&P 500)", host: www.google.com, url: "https://www.google.com/finance/quote/.INX:INDEXSP", cat: finance, provider: google, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3213 + # ───────── Market data, ratings, indices, financial media (175)
3214 + - { id: data-bloomberg-professional, name: "Bloomberg Professional Services", host: www.bloomberg.com, url: "https://www.bloomberg.com/professional/", cat: finance, provider: bloomberg, cc: US, imp: 3, tier: 4, checks: [http] }
3215 + - { id: data-refinitiv-lseg, name: "LSEG Data & Analytics", host: www.lseg.com, url: "https://www.lseg.com/en/data-analytics", cat: finance, provider: lseg, cc: GB, imp: 4, tier: 3, checks: [http] }
3216 + - { id: data-msci, name: "MSCI", host: www.msci.com, cat: finance, provider: msci, cc: US, imp: 4, tier: 3, checks: [http] }
3217 + - { id: data-sp-global, name: "S&P Global", host: www.spglobal.com, cat: finance, provider: spglobal, cc: US, imp: 5, tier: 3, checks: [http] }
3218 + - { id: data-sp-dji, name: "S&P Dow Jones Indices", host: www.spglobal.com, url: "https://www.spglobal.com/spdji/en/", cat: finance, provider: spglobal, cc: US, imp: 4, tier: 3, checks: [http] }
3219 + - { id: data-ftse-russell, name: "FTSE Russell", host: www.lseg.com, url: "https://www.lseg.com/en/ftse-russell/", cat: finance, provider: lseg, cc: GB, imp: 4, tier: 3, checks: [http] }
3220 + - { id: data-moodys, name: "Moody's", host: www.moodys.com, cat: finance, provider: moodys, cc: US, imp: 4, tier: 3, checks: [http] }
3221 + - { id: data-fitch, name: "Fitch Ratings", host: www.fitchratings.com, cat: finance, provider: fitch, cc: US, imp: 4, tier: 3, checks: [http] }
3222 + - { id: data-dbrs, name: "Morningstar DBRS", host: dbrs.morningstar.com, cat: finance, provider: morningstar, cc: CA, imp: 3, tier: 4, checks: [http] }
3223 + - { id: data-kbra, name: "KBRA", host: www.kbra.com, cat: finance, provider: kbra, cc: US, imp: 2, tier: 4, checks: [http] }
3224 + - { id: data-am-best, name: "AM Best", host: www.ambest.com, cat: finance, provider: am-best, cc: US, imp: 2, tier: 4, checks: [http] }
3225 + - { id: data-morningstar, name: "Morningstar", host: www.morningstar.com, cat: finance, provider: morningstar, svc: morningstar, cc: US, imp: 4, tier: 3, checks: [http] }
3226 + - { id: data-factset, name: "FactSet", host: www.factset.com, cat: finance, provider: factset, cc: US, imp: 4, tier: 3, checks: [http] }
3227 + - { id: data-ice-data, name: "ICE Data Services", host: www.ice.com, url: "https://www.ice.com/market-data", cat: finance, provider: ice, cc: US, imp: 3, tier: 4, checks: [http] }
3228 + - { id: data-nasdaq-data-link, name: "Nasdaq Data Link", host: data.nasdaq.com, cat: finance, provider: nasdaq, cc: US, imp: 3, tier: 4, checks: [http] }
3229 + - { id: data-cboe-data, name: "Cboe Data Vantage", host: www.cboe.com, url: "https://www.cboe.com/market_data_services/", cat: finance, provider: cboe, cc: US, imp: 2, tier: 4, checks: [http] }
3230 + - { id: data-dow-jones, name: "Dow Jones", host: www.dowjones.com, cat: finance, provider: news-corp, cc: US, imp: 3, tier: 4, checks: [http] }
3231 + - { id: data-marketwatch, name: "MarketWatch", host: www.marketwatch.com, cat: finance, provider: news-corp, cc: US, imp: 3, tier: 4, checks: [http] }
3232 + - { id: data-barrons, name: "Barron's", host: www.barrons.com, cat: finance, provider: news-corp, cc: US, imp: 2, tier: 4, checks: [http] }
3233 + - { id: data-wsj-markets, name: "WSJ Markets", host: www.wsj.com, url: "https://www.wsj.com/market-data", cat: finance, provider: news-corp, cc: US, imp: 3, tier: 4, checks: [http] }
3234 + - { id: data-ft-markets, name: "FT Markets", host: markets.ft.com, cat: finance, provider: nikkei, cc: GB, imp: 3, tier: 4, checks: [http] }
3235 + - { id: data-reuters-markets, name: "Reuters Markets", host: www.reuters.com, url: "https://www.reuters.com/markets/", cat: finance, provider: thomson-reuters, cc: GB, imp: 3, tier: 4, checks: [http] }
3236 + - { id: data-cnbc-markets, name: "CNBC Markets", host: www.cnbc.com, url: "https://www.cnbc.com/markets/", cat: finance, provider: nbcu, cc: US, imp: 3, tier: 4, checks: [http] }
3237 + - { id: data-seeking-alpha, name: "Seeking Alpha", host: seekingalpha.com, cat: finance, provider: seeking-alpha, cc: US, imp: 3, tier: 4, checks: [http] }
3238 + - { id: data-motley-fool, name: "The Motley Fool", host: www.fool.com, cat: finance, provider: motley-fool, cc: US, imp: 2, tier: 4, checks: [http] }
3239 + - { id: data-finviz, name: "Finviz", host: finviz.com, cat: finance, provider: finviz, cc: US, imp: 3, tier: 4, checks: [http] }
3240 + - { id: data-stocktwits, name: "Stocktwits", host: stocktwits.com, cat: finance, provider: stocktwits, cc: US, imp: 2, tier: 4, checks: [http] }
3241 + - { id: data-koyfin, name: "Koyfin", host: www.koyfin.com, cat: finance, provider: koyfin, cc: US, imp: 2, tier: 4, checks: [http] }
3242 + - { id: data-simply-wall-st, name: "Simply Wall St", host: simplywall.st, cat: finance, provider: simply-wall-st, cc: AU, imp: 2, tier: 4, checks: [http] }
3243 + - { id: data-zacks, name: "Zacks", host: www.zacks.com, cat: finance, provider: zacks, cc: US, imp: 2, tier: 4, checks: [http] }
3244 + - { id: data-benzinga, name: "Benzinga", host: www.benzinga.com, cat: finance, provider: benzinga, cc: US, imp: 2, tier: 4, checks: [http] }
3245 + - { id: data-macrotrends, name: "Macrotrends", host: www.macrotrends.net, cat: finance, provider: macrotrends, cc: US, imp: 2, tier: 4, checks: [http] }
3246 + - { id: data-trading-economics, name: "Trading Economics", host: tradingeconomics.com, cat: finance, provider: trading-economics, cc: US, imp: 3, tier: 4, checks: [http] }
3247 + - { id: data-fred, name: "FRED (St. Louis Fed)", host: fred.stlouisfed.org, cat: finance, provider: fed, cc: US, imp: 4, tier: 3, checks: [http] }
3248 + - { id: data-fred-api, name: "FRED API (docs)", host: fred.stlouisfed.org, url: "https://fred.stlouisfed.org/docs/api/fred/", cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http, dns] }
3249 + - { id: data-ecb-data-portal, name: "ECB Data Portal", host: data.ecb.europa.eu, cat: finance, provider: eu, cc: DE, imp: 4, tier: 3, checks: [http] }
3250 + - { id: data-boe-database, name: "Bank of England Database", host: www.bankofengland.co.uk, url: "https://www.bankofengland.co.uk/boeapps/database/", cat: finance, provider: boe, cc: GB, imp: 2, tier: 4, checks: [http] }
3251 + - { id: data-boc-valet, name: "Bank of Canada Valet API", host: www.bankofcanada.ca, url: "https://www.bankofcanada.ca/valet/observations/FXUSDCAD/json?recent=1", cat: finance, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
3252 + - { id: data-frankfurter, name: "Frankfurter (ECB rates API)", host: api.frankfurter.app, url: "https://api.frankfurter.app/latest", cat: finance, provider: frankfurter, cc: DE, imp: 3, tier: 4, checks: [http, dns] }
3253 + - { id: data-frankfurter-dev, name: "Frankfurter (frankfurter.dev)", host: api.frankfurter.dev, url: "https://api.frankfurter.dev/v1/latest", cat: finance, provider: frankfurter, cc: DE, imp: 2, tier: 4, checks: [http, dns] }
3254 + - { id: data-exchangerate-host, name: "exchangerate.host", host: exchangerate.host, cat: finance, provider: apilayer, cc: GB, imp: 2, tier: 4, checks: [http] }
3255 + - { id: data-open-exchange-rates, name: "Open Exchange Rates", host: openexchangerates.org, cat: finance, provider: open-exchange-rates, svc: openexchangerates, cc: GB, imp: 3, tier: 4, checks: [http] }
3256 + - { id: data-fixer, name: "Fixer", host: fixer.io, cat: finance, provider: apilayer, cc: GB, imp: 2, tier: 4, checks: [http] }
3257 + - { id: data-currencylayer, name: "currencylayer", host: currencylayer.com, cat: finance, provider: apilayer, cc: GB, imp: 1, tier: 4, checks: [http] }
3258 + - { id: data-exchangerate-api, name: "ExchangeRate-API", host: www.exchangerate-api.com, url: "https://open.er-api.com/v6/latest/USD", cat: finance, provider: exchangerate-api, cc: IE, imp: 3, tier: 4, checks: [http] }
3259 + - { id: data-fawaz-currency-api, name: "Fawaz Ahmed Currency API", host: cdn.jsdelivr.net, url: "https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/usd.json", cat: finance, provider: jsdelivr, cc: null, imp: 2, tier: 4, checks: [http] }
3260 + - { id: data-floatrates, name: "FloatRates", host: www.floatrates.com, url: "https://www.floatrates.com/daily/usd.json", cat: finance, provider: floatrates, cc: null, imp: 2, tier: 4, checks: [http] }
3261 + - { id: data-currency-api-freecurrency, name: "FreeCurrencyAPI", host: freecurrencyapi.com, cat: finance, provider: everapi, cc: DE, imp: 1, tier: 4, checks: [http] }
3262 + - { id: data-alpha-vantage, name: "Alpha Vantage", host: www.alphavantage.co, cat: finance, provider: alpha-vantage, cc: US, imp: 3, tier: 4, checks: [http] }
3263 + - { id: data-polygon-io, name: "Polygon.io", host: polygon.io, cat: finance, provider: polygon-io, cc: US, imp: 3, tier: 4, checks: [http] }
3264 + - { id: data-finnhub, name: "Finnhub", host: finnhub.io, cat: finance, provider: finnhub, cc: US, imp: 2, tier: 4, checks: [http] }
3265 + - { id: data-twelve-data, name: "Twelve Data", host: twelvedata.com, cat: finance, provider: twelve-data, cc: US, imp: 2, tier: 4, checks: [http] }
3266 + - { id: data-tiingo, name: "Tiingo", host: www.tiingo.com, cat: finance, provider: tiingo, cc: US, imp: 2, tier: 4, checks: [http] }
3267 + - { id: data-eodhd, name: "EODHD", host: eodhd.com, cat: finance, provider: eodhd, cc: FR, imp: 2, tier: 4, checks: [http] }
3268 + - { id: data-marketstack, name: "marketstack", host: marketstack.com, cat: finance, provider: apilayer, cc: GB, imp: 1, tier: 4, checks: [http] }
3269 + - { id: data-fmp, name: "Financial Modeling Prep", host: site.financialmodelingprep.com, cat: finance, provider: fmp, cc: US, imp: 2, tier: 4, checks: [http] }
3270 + - { id: data-intrinio, name: "Intrinio", host: intrinio.com, cat: finance, provider: intrinio, cc: US, imp: 1, tier: 4, checks: [http] }
3271 + - { id: data-quiverquant, name: "Quiver Quantitative", host: www.quiverquant.com, cat: finance, provider: quiver, cc: US, imp: 1, tier: 4, checks: [http] }
3272 + - { id: data-databento, name: "Databento", host: databento.com, cat: finance, provider: databento, cc: US, imp: 2, tier: 4, checks: [http] }
3273 + - { id: data-dxfeed, name: "dxFeed", host: dxfeed.com, cat: finance, provider: devexperts, cc: DE, imp: 2, tier: 4, checks: [http] }
3274 + - { id: data-activ, name: "ACTIV Financial", host: www.activfinancial.com, cat: finance, provider: activ, cc: US, imp: 1, tier: 4, checks: [http] }
3275 + - { id: data-exegy, name: "Exegy", host: www.exegy.com, cat: finance, provider: exegy, cc: US, imp: 1, tier: 4, checks: [http] }
3276 + - { id: data-quandl-legacy, name: "Nasdaq Data Link API docs", host: docs.data.nasdaq.com, cat: finance, provider: nasdaq, cc: US, imp: 2, tier: 4, checks: [http] }
3277 + - { id: data-sec-edgar-full-text, name: "SEC EDGAR full-text search", host: efts.sec.gov, url: "https://efts.sec.gov/LATEST/search-index?q=%22annual%20report%22&dateRange=custom&startdt=2024-01-01&enddt=2024-01-02", cat: finance, provider: sec, cc: US, imp: 2, tier: 4, checks: [http] }
3278 + - { id: data-sec-edgar-www, name: "SEC EDGAR company search", host: www.sec.gov, url: "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193&type=10-K&dateb=&owner=include&count=1", cat: finance, provider: sec, cc: US, imp: 3, tier: 4, checks: [http] }
3279 + - { id: data-sec-data-api, name: "SEC data.sec.gov (submissions API)", host: data.sec.gov, url: "https://data.sec.gov/submissions/CIK0000320193.json", cat: finance, provider: sec, cc: US, imp: 3, tier: 4, checks: [http] }
3280 + - { id: data-treasurydirect, name: "TreasuryDirect", host: www.treasurydirect.gov, cat: finance, provider: treasury, cc: US, imp: 3, tier: 4, checks: [http] }
3281 + - { id: data-bea, name: "Bureau of Economic Analysis", host: www.bea.gov, cat: finance, provider: gov-us, cc: US, imp: 3, tier: 4, checks: [http] }
3282 + - { id: data-eurostat, name: "Eurostat", host: ec.europa.eu, url: "https://ec.europa.eu/eurostat", cat: finance, provider: eu, cc: LU, imp: 3, tier: 4, checks: [http] }
3283 + - { id: data-statcan, name: "Statistics Canada", host: www.statcan.gc.ca, cat: finance, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
3284 + - { id: data-cboe-vix-data, name: "Cboe Global Indices", host: www.cboe.com, url: "https://www.cboe.com/us/indices/", cat: finance, provider: cboe, cc: US, imp: 1, tier: 4, checks: [http] }
3285 + - { id: data-bloomberg-terminal-status, name: "Bloomberg Terminal", host: www.bloomberg.com, url: "https://www.bloomberg.com/professional/products/bloomberg-terminal/", cat: finance, provider: bloomberg, cc: US, imp: 2, tier: 4, checks: [http] }
3286 + - { id: data-lseg-workspace, name: "LSEG Workspace", host: www.lseg.com, url: "https://www.lseg.com/en/data-analytics/products/workspace", cat: finance, provider: lseg, cc: GB, imp: 2, tier: 4, checks: [http] }
3287 + - { id: data-morningstar-direct, name: "Morningstar Direct", host: www.morningstar.com, url: "https://www.morningstar.com/products/direct", cat: finance, provider: morningstar, svc: morningstar, cc: US, imp: 1, tier: 4, checks: [http] }
3288 + - { id: data-yahoo-finance-quote, name: "Yahoo Finance quote page", host: finance.yahoo.com, url: "https://finance.yahoo.com/quote/%5EGSPC/", cat: finance, provider: yahoo, cc: US, imp: 3, tier: 4, checks: [http] }
3289 + - { id: data-google-finance, name: "Google Finance", host: www.google.com, url: "https://www.google.com/finance/", cat: finance, provider: google, cc: US, imp: 3, tier: 4, checks: [http] }
3290 + - { id: data-tradingview-charts, name: "TradingView chart", host: www.tradingview.com, url: "https://www.tradingview.com/chart/", cat: finance, provider: tradingview, cc: US, imp: 2, tier: 4, checks: [http] }
3291 + - { id: data-investing-indices, name: "Investing.com indices", host: www.investing.com, url: "https://www.investing.com/indices/major-indices", cat: finance, provider: investing, cc: null, imp: 2, tier: 4, checks: [http] }
3292 + - { id: data-nikkei, name: "Nikkei Asia (markets)", host: asia.nikkei.com, cat: finance, provider: nikkei, cc: JP, imp: 2, tier: 4, checks: [http] }
3293 + - { id: data-nikkei-indexes, name: "Nikkei Indexes", host: indexes.nikkei.co.jp, cat: finance, provider: nikkei, cc: JP, imp: 2, tier: 4, checks: [http] }
3294 + - { id: data-hang-seng-indexes, name: "Hang Seng Indexes", host: www.hsi.com.hk, cat: finance, provider: hsbc, cc: HK, imp: 2, tier: 4, checks: [http] }
3295 + - { id: data-stoxx, name: "STOXX", host: www.stoxx.com, cat: finance, provider: deutsche-boerse, cc: CH, imp: 3, tier: 4, checks: [http] }
3296 + - { id: data-solactive, name: "Solactive", host: www.solactive.com, cat: finance, provider: solactive, cc: DE, imp: 2, tier: 4, checks: [http] }
3297 + - { id: data-sustainalytics, name: "Sustainalytics", host: www.sustainalytics.com, cat: finance, provider: morningstar, cc: NL, imp: 2, tier: 4, checks: [http] }
3298 + - { id: data-preqin, name: "Preqin", host: www.preqin.com, cat: finance, provider: blackrock, cc: GB, imp: 2, tier: 4, checks: [http] }
3299 + - { id: data-pitchbook, name: "PitchBook", host: pitchbook.com, cat: finance, provider: morningstar, cc: US, imp: 2, tier: 4, checks: [http] }
3300 + - { id: data-crunchbase, name: "Crunchbase", host: www.crunchbase.com, cat: finance, provider: crunchbase, cc: US, imp: 2, tier: 4, checks: [http] }
3301 + - { id: data-cb-insights, name: "CB Insights", host: www.cbinsights.com, cat: finance, provider: cb-insights, cc: US, imp: 1, tier: 4, checks: [http] }
3302 + - { id: data-dealogic, name: "Dealogic (ION)", host: www.dealogic.com, cat: finance, provider: ion, cc: GB, imp: 1, tier: 4, checks: [http] }
3303 + - { id: data-mergermarket, name: "Mergermarket (ION)", host: www.mergermarket.com, cat: finance, provider: ion, cc: GB, imp: 1, tier: 4, checks: [http] }
3304 + - { id: data-with-intelligence, name: "With Intelligence", host: www.withintelligence.com, cat: finance, provider: with-intelligence, cc: GB, imp: 1, tier: 4, checks: [http] }
3305 + - { id: data-cfa-institute, name: "CFA Institute", host: www.cfainstitute.org, cat: finance, provider: cfa, cc: US, imp: 2, tier: 4, checks: [http] }
3306 + - { id: data-garp, name: "GARP", host: www.garp.org, cat: finance, provider: garp, cc: US, imp: 1, tier: 4, checks: [http] }
3307 + - { id: data-investopedia, name: "Investopedia", host: www.investopedia.com, cat: finance, provider: dotdash, cc: US, imp: 3, tier: 4, checks: [http] }
3308 + - { id: data-nerdwallet, name: "NerdWallet", host: www.nerdwallet.com, cat: finance, provider: nerdwallet, cc: US, imp: 3, tier: 4, checks: [http] }
3309 + - { id: data-bankrate, name: "Bankrate", host: www.bankrate.com, cat: finance, provider: red-ventures, cc: US, imp: 3, tier: 4, checks: [http] }
3310 + - { id: data-credit-karma, name: "Credit Karma", host: www.creditkarma.com, cat: finance, provider: intuit, svc: quickbooks, cc: US, imp: 3, tier: 4, checks: [http] }
3311 + - { id: data-mint-empower, name: "Empower Personal Dashboard", host: www.empower.com, url: "https://www.empower.com/empower-personal-dashboard", cat: finance, provider: great-west, cc: US, imp: 1, tier: 4, checks: [http] }
3312 + - { id: data-ynab, name: "YNAB", host: www.ynab.com, cat: finance, provider: ynab, cc: US, imp: 2, tier: 4, checks: [http] }
3313 + - { id: data-monarch, name: "Monarch Money", host: www.monarchmoney.com, cat: finance, provider: monarch, cc: US, imp: 1, tier: 4, checks: [http] }
3314 + - { id: data-copilot-money, name: "Copilot Money", host: copilot.money, cat: finance, provider: copilot, cc: US, imp: 1, tier: 4, checks: [http] }
3315 + - { id: data-quicken, name: "Quicken", host: www.quicken.com, cat: finance, provider: quicken, cc: US, imp: 2, tier: 4, checks: [http] }
3316 + - { id: data-moneycontrol, name: "Moneycontrol", host: www.moneycontrol.com, cat: finance, provider: network18, cc: IN, imp: 3, tier: 4, checks: [http] }
3317 + - { id: data-screener-in, name: "Screener.in", host: www.screener.in, cat: finance, provider: screener, cc: IN, imp: 2, tier: 4, checks: [http] }
3318 + - { id: data-tickertape, name: "Tickertape", host: www.tickertape.in, cat: finance, provider: smallcase, cc: IN, imp: 1, tier: 4, checks: [http] }
3319 + - { id: data-kabutan, name: "Kabutan", host: kabutan.jp, cat: finance, provider: minkabu, cc: JP, imp: 2, tier: 4, checks: [http] }
3320 + - { id: data-minkabu, name: "Minkabu", host: minkabu.jp, cat: finance, provider: minkabu, cc: JP, imp: 1, tier: 4, checks: [http] }
3321 + - { id: data-naver-finance, name: "Naver Finance", host: finance.naver.com, cat: finance, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
3322 + - { id: data-aastocks, name: "AAStocks", host: www.aastocks.com, cat: finance, provider: aastocks, cc: HK, imp: 2, tier: 4, checks: [http] }
3323 + - { id: data-etnet, name: "ETNet", host: www.etnet.com.hk, cat: finance, provider: etnet, cc: HK, imp: 1, tier: 4, checks: [http] }
3324 + - { id: data-boerse-de, name: "boerse.de", host: www.boerse.de, cat: finance, provider: boerse-de, cc: DE, imp: 1, tier: 4, checks: [http] }
3325 + - { id: data-finanzen-net, name: "finanzen.net", host: www.finanzen.net, cat: finance, provider: axel-springer, cc: DE, imp: 3, tier: 4, checks: [http] }
3326 + - { id: data-onvista, name: "onvista", host: www.onvista.de, cat: finance, provider: comdirect, cc: DE, imp: 2, tier: 4, checks: [http] }
3327 + - { id: data-boursorama-bourse, name: "Boursorama Bourse", host: www.boursorama.com, cat: finance, provider: socgen, cc: FR, imp: 3, tier: 4, checks: [http] }
3328 + - { id: data-abc-bourse, name: "ABC Bourse", host: www.abcbourse.com, cat: finance, provider: abc-bourse, cc: FR, imp: 1, tier: 4, checks: [http] }
3329 + - { id: data-zonebourse, name: "Zonebourse (MarketScreener)", host: www.zonebourse.com, cat: finance, provider: surperformance, cc: FR, imp: 2, tier: 4, checks: [http] }
3330 + - { id: data-marketscreener, name: "MarketScreener", host: www.marketscreener.com, cat: finance, provider: surperformance, cc: FR, imp: 2, tier: 4, checks: [http] }
3331 + - { id: data-il-sole-24-ore-finanza, name: "Il Sole 24 Ore Finanza", host: mercati.ilsole24ore.com, cat: finance, provider: sole-24-ore, cc: IT, imp: 1, tier: 4, checks: [http] }
3332 + - { id: data-bankier, name: "Bankier.pl", host: www.bankier.pl, cat: finance, provider: bonnier, cc: PL, imp: 2, tier: 4, checks: [http] }
3333 + - { id: data-money-pl, name: "Money.pl", host: www.money.pl, cat: finance, provider: wp, cc: PL, imp: 1, tier: 4, checks: [http] }
3334 + - { id: data-kurzy-cz, name: "Kurzy.cz", host: www.kurzy.cz, cat: finance, provider: kurzy, cc: CZ, imp: 1, tier: 4, checks: [http] }
3335 + - { id: data-dagens-industri, name: "Dagens Industri", host: www.di.se, cat: finance, provider: bonnier, cc: SE, imp: 2, tier: 4, checks: [http] }
3336 + - { id: data-e24, name: "E24", host: e24.no, cat: finance, provider: schibsted, cc: "NO", imp: 1, tier: 4, checks: [http] }
3337 + - { id: data-kauppalehti, name: "Kauppalehti", host: www.kauppalehti.fi, cat: finance, provider: alma-media, cc: FI, imp: 1, tier: 4, checks: [http] }
3338 + - { id: data-borsen, name: "Børsen", host: borsen.dk, cat: finance, provider: borsen, cc: DK, imp: 1, tier: 4, checks: [http] }
3339 + - { id: data-globes, name: "Globes", host: www.globes.co.il, cat: finance, provider: globes, cc: IL, imp: 1, tier: 4, checks: [http] }
3340 + - { id: data-argaam, name: "Argaam", host: www.argaam.com, cat: finance, provider: argaam, cc: SA, imp: 2, tier: 4, checks: [http] }
3341 + - { id: data-mubasher, name: "Mubasher", host: www.mubasher.info, cat: finance, provider: mubasher, cc: EG, imp: 1, tier: 4, checks: [http] }
3342 + - { id: data-zawya, name: "Zawya", host: www.zawya.com, cat: finance, provider: lseg, cc: AE, imp: 2, tier: 4, checks: [http] }
3343 + - { id: data-infomoney, name: "InfoMoney", host: www.infomoney.com.br, cat: finance, provider: xp, cc: BR, imp: 2, tier: 4, checks: [http] }
3344 + - { id: data-valor-economico, name: "Valor Econômico", host: valor.globo.com, cat: finance, provider: globo, cc: BR, imp: 2, tier: 4, checks: [http] }
3345 + - { id: data-el-economista-mx, name: "El Economista (México)", host: www.eleconomista.com.mx, cat: finance, provider: el-economista, cc: MX, imp: 1, tier: 4, checks: [http] }
3346 + - { id: data-ambito, name: "Ámbito Financiero", host: www.ambito.com, cat: finance, provider: ambito, cc: AR, imp: 2, tier: 4, checks: [http] }
3347 + - { id: data-df-cl, name: "Diario Financiero", host: www.df.cl, cat: finance, provider: df, cc: CL, imp: 1, tier: 4, checks: [http] }
3348 + - { id: data-la-republica-co, name: "La República (Colombia)", host: www.larepublica.co, cat: finance, provider: la-republica, cc: CO, imp: 1, tier: 4, checks: [http] }
3349 + - { id: data-gestion-pe, name: "Gestión (Perú)", host: gestion.pe, cat: finance, provider: el-comercio, cc: PE, imp: 1, tier: 4, checks: [http] }
3350 + - { id: data-afr, name: "Australian Financial Review", host: www.afr.com, cat: finance, provider: nine, cc: AU, imp: 2, tier: 4, checks: [http] }
3351 + - { id: data-livewire, name: "Livewire Markets", host: www.livewiremarkets.com, cat: finance, provider: livewire, cc: AU, imp: 1, tier: 4, checks: [http] }
3352 + - { id: data-business-day-za, name: "Business Day (South Africa)", host: www.businesslive.co.za, cat: finance, provider: arena, cc: ZA, imp: 1, tier: 4, checks: [http] }
3353 + - { id: data-moneyweb, name: "Moneyweb", host: www.moneyweb.co.za, cat: finance, provider: moneyweb, cc: ZA, imp: 1, tier: 4, checks: [http] }
3354 + - { id: data-nairametrics, name: "Nairametrics", host: nairametrics.com, cat: finance, provider: nairametrics, cc: NG, imp: 1, tier: 4, checks: [http] }
3355 + - { id: data-business-daily-ke, name: "Business Daily Africa", host: www.businessdailyafrica.com, cat: finance, provider: nation-media, cc: KE, imp: 1, tier: 4, checks: [http] }
3356 + - { id: data-toyokeizai, name: "Toyo Keizai Online", host: toyokeizai.net, cat: finance, provider: toyo-keizai, cc: JP, imp: 1, tier: 4, checks: [http] }
3357 + - { id: data-caixin, name: "Caixin Global", host: www.caixinglobal.com, cat: finance, provider: caixin, cc: CN, imp: 2, tier: 4, checks: [http] }
3358 + - { id: data-yicai, name: "Yicai Global", host: www.yicaiglobal.com, cat: finance, provider: yicai, cc: CN, imp: 1, tier: 4, checks: [http] }
3359 + - { id: data-hankyung, name: "Hankyung (Korea Economic Daily)", host: www.hankyung.com, cat: finance, provider: hankyung, cc: KR, imp: 1, tier: 4, checks: [http] }
3360 + - { id: data-business-times-sg, name: "The Business Times (Singapore)", host: www.businesstimes.com.sg, cat: finance, provider: sph, cc: SG, imp: 2, tier: 4, checks: [http] }
3361 + - { id: data-the-edge-my, name: "The Edge Malaysia", host: theedgemalaysia.com, cat: finance, provider: the-edge, cc: MY, imp: 1, tier: 4, checks: [http] }
3362 + - { id: data-bisnis-id, name: "Bisnis.com", host: www.bisnis.com, cat: finance, provider: bisnis, cc: ID, imp: 1, tier: 4, checks: [http] }
3363 + - { id: data-kontan, name: "Kontan", host: www.kontan.co.id, cat: finance, provider: kompas-gramedia, cc: ID, imp: 1, tier: 4, checks: [http] }
3364 + - { id: data-cafef, name: "CafeF", host: cafef.vn, cat: finance, provider: vccorp, cc: VN, imp: 1, tier: 4, checks: [http] }
3365 + - { id: data-businessworld-ph, name: "BusinessWorld (Philippines)", host: www.bworldonline.com, cat: finance, provider: businessworld, cc: PH, imp: 1, tier: 4, checks: [http] }
3366 + - { id: data-mint, name: "Mint (livemint)", host: www.livemint.com, cat: finance, provider: ht-media, cc: IN, imp: 2, tier: 4, checks: [http] }
3367 + - { id: data-business-standard, name: "Business Standard", host: www.business-standard.com, cat: finance, provider: business-standard, cc: IN, imp: 2, tier: 4, checks: [http] }
3368 + - { id: data-financial-express-bd, name: "The Financial Express (Bangladesh)", host: thefinancialexpress.com.bd, cat: finance, provider: fe-bd, cc: BD, imp: 1, tier: 4, checks: [http] }
3369 + - { id: data-kommersant, name: "Kommersant", host: www.kommersant.ru, cat: finance, provider: kommersant, cc: RU, imp: 1, tier: 4, checks: [http] }
3370 + - { id: data-rbc-ru, name: "RBC", host: www.rbc.ru, cat: finance, provider: rbc-ru, cc: RU, imp: 1, tier: 4, checks: [http] }
3371 + - { id: data-dunya-tr, name: "Dünya Gazetesi", host: www.dunya.com, cat: finance, provider: dunya, cc: TR, imp: 1, tier: 4, checks: [http] }
3372 + - { id: data-bloomberg-ht, name: "Bloomberg HT", host: www.bloomberght.com, cat: finance, provider: bloomberg-ht, cc: TR, imp: 2, tier: 4, checks: [http] }
3373 + - { id: data-handelsblatt, name: "Handelsblatt", host: www.handelsblatt.com, cat: finance, provider: handelsblatt, cc: DE, imp: 2, tier: 4, checks: [http] }
3374 + - { id: data-les-echos, name: "Les Echos", host: www.lesechos.fr, cat: finance, provider: lvmh, cc: FR, imp: 2, tier: 4, checks: [http] }
3375 + - { id: data-il-sole-24-ore, name: "Il Sole 24 Ore", host: www.ilsole24ore.com, cat: finance, provider: sole-24-ore, cc: IT, imp: 2, tier: 4, checks: [http] }
3376 + - { id: data-expansion, name: "Expansión", host: www.expansion.com, cat: finance, provider: unidad-editorial, cc: ES, imp: 2, tier: 4, checks: [http] }
3377 + - { id: data-cinco-dias, name: "Cinco Días", host: cincodias.elpais.com, cat: finance, provider: prisa, cc: ES, imp: 1, tier: 4, checks: [http] }
3378 + - { id: data-fd-nl, name: "Het Financieele Dagblad", host: fd.nl, cat: finance, provider: fd-mediagroep, cc: NL, imp: 2, tier: 4, checks: [http] }
3379 + - { id: data-de-tijd, name: "De Tijd", host: www.tijd.be, cat: finance, provider: mediafin, cc: BE, imp: 1, tier: 4, checks: [http] }
3380 + - { id: data-l-echo, name: "L'Echo", host: www.lecho.be, cat: finance, provider: mediafin, cc: BE, imp: 1, tier: 4, checks: [http] }
3381 + - { id: data-cash-ch, name: "cash.ch", host: www.cash.ch, cat: finance, provider: ringier, cc: CH, imp: 1, tier: 4, checks: [http] }
3382 + - { id: data-finanz-und-wirtschaft, name: "Finanz und Wirtschaft", host: www.fuw.ch, cat: finance, provider: tamedia, cc: CH, imp: 1, tier: 4, checks: [http] }
3383 + - { id: data-globe-investor, name: "Globe and Mail Investing", host: www.theglobeandmail.com, url: "https://www.theglobeandmail.com/investing/", cat: finance, provider: globe, cc: CA, imp: 2, tier: 4, checks: [http] }
3384 + - { id: data-financial-post, name: "Financial Post", host: financialpost.com, cat: finance, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
3385 + - { id: data-les-affaires, name: "Les Affaires", host: www.lesaffaires.com, cat: finance, provider: les-affaires, cc: CA, imp: 1, tier: 4, checks: [http] }
3386 + - { id: data-bnn-bloomberg, name: "BNN Bloomberg", host: www.bnnbloomberg.ca, cat: finance, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
3387 + - { id: data-morningstar-ca, name: "Morningstar Canada", host: www.morningstar.ca, cat: finance, provider: morningstar, svc: morningstar, cc: CA, imp: 1, tier: 4, checks: [http] }
3388 + - { id: data-stockwatch, name: "Stockwatch", host: www.stockwatch.com, cat: finance, provider: stockwatch, cc: CA, imp: 1, tier: 4, checks: [http] }
3389 + # ───────── Remittances (40)
3390 + - { id: remit-gb-worldremit, name: "WorldRemit", host: www.worldremit.com, cat: finance, provider: zepz, cc: GB, imp: 3, tier: 4, checks: [http] }
3391 + - { id: remit-gb-azimo, name: "Azimo (Papaya)", host: azimo.com, cat: finance, provider: papaya, cc: GB, imp: 1, tier: 4, checks: [http] }
3392 + - { id: remit-gb-taptap-send, name: "Taptap Send", host: www.taptapsend.com, cat: finance, provider: taptap, cc: GB, imp: 2, tier: 4, checks: [http] }
3393 + - { id: remit-gb-sendwave, name: "Sendwave", host: www.sendwave.com, cat: finance, provider: zepz, cc: GB, imp: 2, tier: 4, checks: [http] }
3394 + - { id: remit-gb-small-world, name: "Small World Money Transfer", host: www.smallworldfs.com, cat: finance, provider: small-world, cc: GB, imp: 2, tier: 4, checks: [http] }
3395 + - { id: remit-xoom, name: "Xoom (PayPal)", host: www.xoom.com, cat: finance, provider: paypal, svc: paypal, cc: US, imp: 3, tier: 4, checks: [http] }
3396 + - { id: remit-ria, name: "Ria Money Transfer", host: www.riamoneytransfer.com, cat: finance, provider: euronet, cc: US, imp: 3, tier: 4, checks: [http] }
3397 + - { id: remit-euronet, name: "Euronet Worldwide", host: www.euronetworldwide.com, cat: finance, provider: euronet, cc: US, imp: 3, tier: 4, checks: [http] }
3398 + - { id: remit-ofx, name: "OFX", host: www.ofx.com, cat: finance, provider: ofx, cc: AU, imp: 2, tier: 4, checks: [http] }
3399 + - { id: remit-currencyfair, name: "CurrencyFair", host: www.currencyfair.com, cat: finance, provider: currencyfair, cc: IE, imp: 1, tier: 4, checks: [http] }
3400 + - { id: remit-xe-money-transfer, name: "Xe Money Transfer", host: www.xe.com, url: "https://www.xe.com/send-money/", cat: finance, provider: euronet, cc: CA, imp: 2, tier: 4, checks: [http] }
3401 + - { id: remit-instarem, name: "Instarem (Nium)", host: www.instarem.com, cat: finance, provider: nium, svc: nium, cc: SG, imp: 2, tier: 4, checks: [http] }
3402 + - { id: remit-paysend, name: "Paysend", host: paysend.com, cat: finance, provider: paysend, cc: GB, imp: 2, tier: 4, checks: [http] }
3403 + - { id: remit-transfergo, name: "TransferGo", host: www.transfergo.com, cat: finance, provider: transfergo, cc: GB, imp: 2, tier: 4, checks: [http] }
3404 + - { id: remit-remitbee, name: "Remitbee", host: www.remitbee.com, cat: finance, provider: remitbee, cc: CA, imp: 1, tier: 4, checks: [http] }
3405 + - { id: remit-intermex, name: "Intermex", host: www.intermexonline.com, cat: finance, provider: intermex, cc: US, imp: 1, tier: 4, checks: [http] }
3406 + - { id: remit-pangea, name: "Pangea Money Transfer", host: pangeamoneytransfer.com, cat: finance, provider: pangea, cc: US, imp: 1, tier: 4, checks: [http] }
3407 + - { id: remit-boss-revolution, name: "BOSS Money", host: bossmoney.com, cat: finance, provider: idt, cc: US, imp: 1, tier: 4, checks: [http] }
3408 + - { id: remit-sigue, name: "Sigue", host: www.sigue.com, cat: finance, provider: sigue, cc: US, imp: 1, tier: 4, checks: [http] }
3409 + - { id: remit-mukuru, name: "Mukuru", host: www.mukuru.com, cat: finance, provider: mukuru, cc: ZA, imp: 2, tier: 4, checks: [http] }
3410 + - { id: remit-chipper, name: "Chipper Cash", host: chippercash.com, cat: finance, provider: chipper, cc: US, imp: 2, tier: 4, checks: [http] }
3411 + - { id: remit-lemfi, name: "LemFi", host: lemfi.com, cat: finance, provider: lemfi, cc: GB, imp: 2, tier: 4, checks: [http] }
3412 + - { id: remit-nala, name: "NALA", host: www.nala.com, cat: finance, provider: nala, cc: GB, imp: 1, tier: 4, checks: [http] }
3413 + - { id: remit-flutterwave-send, name: "Send by Flutterwave", host: send.flutterwave.com, cat: finance, provider: flutterwave, svc: flutterwave, cc: NG, imp: 1, tier: 4, checks: [http] }
3414 + - { id: remit-remitano, name: "Remitano", host: remitano.com, cat: finance, provider: remitano, cc: VN, imp: 1, tier: 4, checks: [http] }
3415 + - { id: remit-terrapay, name: "TerraPay", host: www.terrapay.com, cat: finance, provider: terrapay, cc: NL, imp: 2, tier: 4, checks: [http] }
3416 + - { id: remit-dlocal-go, name: "dLocal Go", host: dlocalgo.com, cat: finance, provider: dlocal, cc: UY, imp: 1, tier: 4, checks: [http] }
3417 + - { id: remit-mfs-africa, name: "Onafriq (MFS Africa)", host: onafriq.com, cat: finance, provider: onafriq, cc: MU, imp: 2, tier: 4, checks: [http] }
3418 + - { id: remit-ezremit, name: "Ezremit", host: www.ezremit.com, cat: finance, provider: ezremit, cc: BH, imp: 1, tier: 4, checks: [http] }
3419 + - { id: remit-al-ansari, name: "Al Ansari Exchange", host: alansariexchange.com, cat: finance, provider: al-ansari, cc: AE, imp: 2, tier: 4, checks: [http] }
3420 + - { id: remit-lulu-exchange, name: "LuLu Exchange", host: www.luluexchange.com, cat: finance, provider: lulu, cc: AE, imp: 1, tier: 4, checks: [http] }
3421 + - { id: remit-uae-exchange-unimoni, name: "Unimoni", host: www.unimoni.com, cat: finance, provider: unimoni, cc: AE, imp: 1, tier: 4, checks: [http] }
3422 + - { id: remit-enjaz, name: "Enjaz (Bank Albilad)", host: www.bankalbilad.com, url: "https://www.bankalbilad.com/en/personal/enjaz", cat: finance, provider: albilad, cc: SA, imp: 1, tier: 4, checks: [http] }
3423 + - { id: remit-korea-hanpass, name: "Hanpass", host: www.hanpass.com, cat: finance, provider: hanpass, cc: KR, imp: 1, tier: 4, checks: [http] }
3424 + - { id: remit-gme, name: "GME Remittance", host: www.gmeremit.com, cat: finance, provider: gme, cc: KR, imp: 1, tier: 4, checks: [http] }
3425 + - { id: remit-seven-bank-remit, name: "Seven Bank International Money Transfer", host: www.sevenbank.co.jp, url: "https://www.sevenbank.co.jp/soukin/en/", cat: finance, provider: seven-i, cc: JP, imp: 1, tier: 4, checks: [http] }
3426 + - { id: remit-cebuana, name: "Cebuana Lhuillier", host: www.cebuanalhuillier.com, cat: finance, provider: cebuana, cc: PH, imp: 1, tier: 4, checks: [http] }
3427 + - { id: remit-palawan, name: "Palawan Pawnshop", host: www.palawanpawnshop.com, cat: finance, provider: palawan, cc: PH, imp: 1, tier: 4, checks: [http] }
3428 + - { id: remit-mlhuillier, name: "M Lhuillier", host: www.mlhuillier.com, cat: finance, provider: m-lhuillier, cc: PH, imp: 1, tier: 4, checks: [http] }
3429 + - { id: remit-elektra-dinero, name: "Dinero Express (Elektra)", host: www.elektra.mx, url: "https://www.elektra.mx/dinero-express", cat: finance, provider: grupo-elektra, cc: MX, imp: 1, tier: 4, checks: [http] }
3430 + # ───────── Buy-now-pay-later & consumer credit (3)
3431 + - { id: bnpl-ca-flexiti, name: "Flexiti", host: www.flexiti.com, cat: finance, provider: flexiti, cc: CA, imp: 2, tier: 4, checks: [http] }
3432 + - { id: bnpl-gb-clearpay, name: "Clearpay", host: www.clearpay.co.uk, cat: finance, provider: block, svc: afterpay, cc: GB, imp: 2, tier: 4, checks: [http] }
3433 + - { id: bnpl-gb-zilch, name: "Zilch", host: www.zilch.com, cat: finance, provider: zilch, cc: GB, imp: 2, tier: 4, checks: [http] }
3434 + # ───────── Consumer lenders (4)
3435 + - { id: credit-ca-fairstone, name: "Fairstone", host: www.fairstone.ca, cat: finance, provider: fairstone, cc: CA, imp: 2, tier: 4, checks: [http] }
3436 + - { id: credit-ca-goeasy, name: "goeasy", host: www.goeasy.com, cat: finance, provider: goeasy, cc: CA, imp: 2, tier: 4, checks: [http] }
3437 + - { id: credit-ca-mogo, name: "Mogo", host: www.mogo.ca, cat: finance, provider: mogo, cc: CA, imp: 2, tier: 4, checks: [http] }
3438 + - { id: credit-ca-borrowell, name: "Borrowell", host: borrowell.com, cat: finance, provider: borrowell, cc: CA, imp: 2, tier: 4, checks: [http] }
3439 + # ───────── Credit bureaus & risk data (60)
3440 + - { id: bureau-ca-equifax, name: "Equifax Canada", host: www.consumer.equifax.ca, cat: finance, provider: equifax, cc: CA, imp: 3, tier: 4, checks: [http] }
3441 + - { id: bureau-ca-transunion, name: "TransUnion Canada", host: www.transunion.ca, cat: finance, provider: transunion, cc: CA, imp: 3, tier: 4, checks: [http] }
3442 + - { id: bureau-mx-buro, name: "Buró de Crédito", host: www.burodecredito.com.mx, cat: finance, provider: buro-credito, cc: MX, imp: 2, tier: 4, checks: [http] }
3443 + - { id: bureau-br-serasa, name: "Serasa", host: www.serasa.com.br, cat: finance, provider: experian, cc: BR, imp: 3, tier: 4, checks: [http] }
3444 + - { id: bureau-br-boa-vista, name: "Boa Vista SCPC", host: www.boavistaservicos.com.br, cat: finance, provider: equifax, cc: BR, imp: 2, tier: 4, checks: [http] }
3445 + - { id: bureau-gb-experian, name: "Experian UK", host: www.experian.co.uk, cat: finance, provider: experian, cc: GB, imp: 3, tier: 4, checks: [http] }
3446 + - { id: bureau-gb-equifax, name: "Equifax UK", host: www.equifax.co.uk, cat: finance, provider: equifax, cc: GB, imp: 2, tier: 4, checks: [http] }
3447 + - { id: bureau-gb-transunion, name: "TransUnion UK", host: www.transunion.co.uk, cat: finance, provider: transunion, cc: GB, imp: 2, tier: 4, checks: [http] }
3448 + - { id: bureau-gb-clearscore, name: "ClearScore", host: www.clearscore.com, cat: finance, provider: clearscore, cc: GB, imp: 2, tier: 4, checks: [http] }
3449 + - { id: bureau-gb-creditsafe, name: "Creditsafe", host: www.creditsafe.com, cat: finance, provider: creditsafe, cc: GB, imp: 2, tier: 4, checks: [http] }
3450 + - { id: bureau-de-schufa, name: "Schufa", host: www.schufa.de, cat: finance, provider: schufa, cc: DE, imp: 3, tier: 4, checks: [http] }
3451 + - { id: bureau-de-crif, name: "CRIF", host: www.crif.com, cat: finance, provider: crif, cc: DE, imp: 2, tier: 4, checks: [http] }
3452 + - { id: bureau-de-creditreform, name: "Creditreform", host: www.creditreform.de, cat: finance, provider: creditreform, cc: DE, imp: 2, tier: 4, checks: [http] }
3453 + - { id: bureau-pl-bik, name: "BIK", host: www.bik.pl, cat: finance, provider: bik, cc: PL, imp: 2, tier: 4, checks: [http] }
3454 + - { id: bureau-in-cibil, name: "CIBIL (TransUnion)", host: www.cibil.com, cat: finance, provider: transunion, cc: IN, imp: 3, tier: 4, checks: [http] }
3455 + - { id: bureau-in-experian, name: "Experian India", host: www.experian.in, cat: finance, provider: experian, cc: IN, imp: 2, tier: 4, checks: [http] }
3456 + - { id: bureau-in-crif-high-mark, name: "CRIF High Mark", host: www.crifhighmark.com, cat: finance, provider: crif, cc: IN, imp: 1, tier: 4, checks: [http] }
3457 + - { id: bureau-au-equifax, name: "Equifax Australia", host: www.equifax.com.au, cat: finance, provider: equifax, cc: AU, imp: 3, tier: 4, checks: [http] }
3458 + - { id: bureau-au-illion, name: "illion", host: www.illion.com.au, cat: finance, provider: experian, cc: AU, imp: 2, tier: 4, checks: [http] }
3459 + - { id: bureau-au-experian-au, name: "Experian Australia", host: www.experian.com.au, cat: finance, provider: experian, cc: AU, imp: 2, tier: 4, checks: [http] }
3460 + - { id: bureau-experian-plc, name: "Experian plc", host: www.experianplc.com, cat: finance, provider: experian, cc: IE, imp: 3, tier: 4, checks: [http] }
3461 + - { id: bureau-dnb, name: "Dun & Bradstreet", host: www.dnb.com, cat: finance, provider: dnb-us, cc: US, imp: 3, tier: 4, checks: [http] }
3462 + - { id: bureau-fico, name: "FICO", host: www.fico.com, cat: finance, provider: fico, cc: US, imp: 4, tier: 3, checks: [http] }
3463 + - { id: bureau-vantagescore, name: "VantageScore", host: www.vantagescore.com, cat: finance, provider: vantagescore, cc: US, imp: 2, tier: 4, checks: [http] }
3464 + - { id: bureau-innovis, name: "Innovis", host: www.innovis.com, cat: finance, provider: innovis, cc: US, imp: 1, tier: 4, checks: [http] }
3465 + - { id: bureau-chexsystems, name: "ChexSystems", host: www.chexsystems.com, cat: finance, provider: fis, cc: US, imp: 2, tier: 4, checks: [http] }
3466 + - { id: bureau-lexisnexis, name: "LexisNexis", host: www.lexisnexis.com, cat: finance, provider: relx, cc: US, imp: 2, tier: 4, checks: [http] }
3467 + - { id: bureau-annualcreditreport, name: "AnnualCreditReport.com", host: www.annualcreditreport.com, cat: finance, provider: central-source, cc: US, imp: 3, tier: 4, checks: [http] }
3468 + - { id: bureau-crif-it, name: "CRIF Italia", host: www.crif.it, cat: finance, provider: crif, cc: IT, imp: 1, tier: 4, checks: [http] }
3469 + - { id: bureau-creditinfo, name: "Creditinfo", host: www.creditinfo.com, cat: finance, provider: creditinfo, cc: IS, imp: 2, tier: 4, checks: [http] }
3470 + - { id: bureau-uc-se, name: "UC (Enento)", host: www.uc.se, cat: finance, provider: enento, cc: SE, imp: 2, tier: 4, checks: [http] }
3471 + - { id: bureau-enento, name: "Enento Group", host: www.enento.com, cat: finance, provider: enento, cc: FI, imp: 1, tier: 4, checks: [http] }
3472 + - { id: bureau-bisnode, name: "Dun & Bradstreet Europe (Bisnode)", host: www.dnb.com, url: "https://www.dnb.com/de-de.html", cat: finance, provider: dnb-us, cc: DE, imp: 1, tier: 4, checks: [http] }
3473 + - { id: bureau-experian-de, name: "Experian Deutschland", host: www.experian.de, cat: finance, provider: experian, cc: DE, imp: 1, tier: 4, checks: [http] }
3474 + - { id: bureau-experian-es, name: "Experian España", host: www.experian.es, cat: finance, provider: experian, cc: ES, imp: 1, tier: 4, checks: [http] }
3475 + - { id: bureau-asnef, name: "ASNEF", host: www.asnef.com, cat: finance, provider: asnef, cc: ES, imp: 1, tier: 4, checks: [http] }
3476 + - { id: bureau-bkr, name: "BKR (Netherlands)", host: www.bkr.nl, cat: finance, provider: bkr, cc: NL, imp: 2, tier: 4, checks: [http] }
3477 + - { id: bureau-crb-kenya, name: "Metropol CRB", host: www.metropol.co.ke, cat: finance, provider: metropol, cc: KE, imp: 1, tier: 4, checks: [http] }
3478 + - { id: bureau-transunion-za, name: "TransUnion South Africa", host: www.transunion.co.za, cat: finance, provider: transunion, cc: ZA, imp: 2, tier: 4, checks: [http] }
3479 + - { id: bureau-experian-za, name: "Experian South Africa", host: www.experian.co.za, cat: finance, provider: experian, cc: ZA, imp: 1, tier: 4, checks: [http] }
3480 + - { id: bureau-xds, name: "XDS", host: www.xds.co.za, cat: finance, provider: xds, cc: ZA, imp: 1, tier: 4, checks: [http] }
3481 + - { id: bureau-credit-bureau-sg, name: "Credit Bureau Singapore", host: www.creditbureau.com.sg, cat: finance, provider: cbs-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3482 + - { id: bureau-ctos, name: "CTOS", host: www.ctoscredit.com.my, cat: finance, provider: ctos, cc: MY, imp: 2, tier: 4, checks: [http] }
3483 + - { id: bureau-experian-my, name: "Experian Malaysia", host: www.experian.com.my, cat: finance, provider: experian, cc: MY, imp: 1, tier: 4, checks: [http] }
3484 + - { id: bureau-cic-jp, name: "CIC Japan", host: www.cic.co.jp, cat: finance, provider: cic-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
3485 + - { id: bureau-jicc, name: "JICC", host: www.jicc.co.jp, cat: finance, provider: jicc, cc: JP, imp: 1, tier: 4, checks: [http] }
3486 + - { id: bureau-kcb-kr, name: "Korea Credit Bureau", host: www.koreacb.com, cat: finance, provider: kcb-kr, cc: KR, imp: 1, tier: 4, checks: [http] }
3487 + - { id: bureau-nice-kr, name: "NICE Information Service", host: www.niceinfo.co.kr, cat: finance, provider: nice, cc: KR, imp: 1, tier: 4, checks: [http] }
3488 + - { id: bureau-equifax-nz, name: "Equifax New Zealand", host: www.equifax.co.nz, cat: finance, provider: equifax, cc: NZ, imp: 1, tier: 4, checks: [http] }
3489 + - { id: bureau-centrix, name: "Centrix", host: www.centrix.co.nz, cat: finance, provider: centrix, cc: NZ, imp: 1, tier: 4, checks: [http] }
3490 + - { id: bureau-experian-br, name: "Experian Brasil (Serasa Experian)", host: www.serasaexperian.com.br, cat: finance, provider: experian, cc: BR, imp: 2, tier: 4, checks: [http] }
3491 + - { id: bureau-quod, name: "Quod", host: www.quod.com.br, cat: finance, provider: quod, cc: BR, imp: 1, tier: 4, checks: [http] }
3492 + - { id: bureau-equifax-ar, name: "Equifax Argentina (Veraz)", host: www.equifax.com.ar, cat: finance, provider: equifax, cc: AR, imp: 1, tier: 4, checks: [http] }
3493 + - { id: bureau-datacredito, name: "DataCrédito Experian", host: www.datacredito.com.co, cat: finance, provider: experian, cc: CO, imp: 1, tier: 4, checks: [http] }
3494 + - { id: bureau-circulo-de-credito, name: "Círculo de Crédito", host: www.circulodecredito.com.mx, cat: finance, provider: circulo-credito, cc: MX, imp: 1, tier: 4, checks: [http] }
3495 + - { id: bureau-equifax-in, name: "Equifax India", host: www.equifax.co.in, cat: finance, provider: equifax, cc: IN, imp: 1, tier: 4, checks: [http] }
3496 + - { id: bureau-simah, name: "SIMAH (Saudi Credit Bureau)", host: www.simah.com, cat: finance, provider: simah, cc: SA, imp: 2, tier: 4, checks: [http] }
3497 + - { id: bureau-crif-egypt-iscore, name: "I-Score", host: www.i-score.com.eg, cat: finance, provider: i-score, cc: EG, imp: 1, tier: 4, checks: [http] }
3498 + - { id: bureau-creditregistry-ng, name: "CreditRegistry", host: www.creditregistry.ng, cat: finance, provider: creditregistry, cc: NG, imp: 1, tier: 4, checks: [http] }
3499 + - { id: bureau-first-central, name: "FirstCentral Credit Bureau", host: www.firstcentralcreditbureau.com, cat: finance, provider: firstcentral, cc: NG, imp: 1, tier: 4, checks: [http] }
3500 + # ───────── Regulators & supervisors (163)
3501 + - { id: reg-ca-osfi, name: "OSFI", host: www.osfi-bsif.gc.ca, cat: finance, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
3502 + - { id: reg-ca-fintrac, name: "FINTRAC", host: fintrac-canafe.canada.ca, cat: finance, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
3503 + - { id: reg-ca-ciro, name: "CIRO", host: www.ciro.ca, cat: finance, provider: ciro, cc: CA, imp: 3, tier: 4, checks: [http] }
3504 + - { id: reg-ca-csa, name: "Canadian Securities Administrators", host: www.securities-administrators.ca, cat: finance, provider: csa, cc: CA, imp: 2, tier: 4, checks: [http] }
3505 + - { id: reg-ca-bcsc, name: "BC Securities Commission", host: www.bcsc.bc.ca, cat: finance, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
3506 + - { id: reg-ca-asc, name: "Alberta Securities Commission", host: www.asc.ca, cat: finance, provider: gov-ab, cc: CA, imp: 2, tier: 4, checks: [http] }
3507 + - { id: reg-ca-fcac, name: "FCAC", host: www.canada.ca, url: "https://www.canada.ca/en/financial-consumer-agency.html", cat: finance, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
3508 + - { id: reg-mx-cnbv, name: "CNBV", host: www.gob.mx, url: "https://www.gob.mx/cnbv", cat: finance, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3509 + - { id: reg-br-cvm, name: "CVM", host: www.gov.br, url: "https://www.gov.br/cvm/pt-br", cat: finance, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
3510 + - { id: reg-br-susep, name: "SUSEP", host: www.gov.br, url: "https://www.gov.br/susep/pt-br", cat: finance, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
3511 + - { id: reg-ar-cnv, name: "CNV Argentina", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/cnv", cat: finance, provider: gob-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
3512 + - { id: reg-cl-cmf, name: "CMF Chile", host: www.cmfchile.cl, cat: finance, provider: cmf, cc: CL, imp: 3, tier: 4, checks: [http] }
3513 + - { id: reg-co-sfc, name: "Superintendencia Financiera de Colombia", host: www.superfinanciera.gov.co, cat: finance, provider: gov-co, cc: CO, imp: 3, tier: 4, checks: [http] }
3514 + - { id: reg-pe-sbs, name: "SBS Perú", host: www.sbs.gob.pe, cat: finance, provider: gob-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3515 + - { id: reg-pa-sbp, name: "Superintendencia de Bancos de Panamá", host: www.superbancos.gob.pa, cat: finance, provider: gob-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3516 + - { id: reg-gb-pra, name: "Prudential Regulation Authority", host: www.bankofengland.co.uk, url: "https://www.bankofengland.co.uk/prudential-regulation", cat: finance, provider: boe, cc: GB, imp: 3, tier: 4, checks: [http] }
3517 + - { id: reg-gb-psr, name: "Payment Systems Regulator", host: www.psr.org.uk, cat: finance, provider: psr, cc: GB, imp: 2, tier: 4, checks: [http] }
3518 + - { id: reg-gb-fos, name: "Financial Ombudsman Service", host: www.financial-ombudsman.org.uk, cat: finance, provider: fos, cc: GB, imp: 2, tier: 4, checks: [http] }
3519 + - { id: reg-gb-fscs, name: "FSCS", host: www.fscs.org.uk, cat: finance, provider: fscs, cc: GB, imp: 3, tier: 4, checks: [http] }
3520 + - { id: reg-gb-tpr, name: "The Pensions Regulator", host: www.thepensionsregulator.gov.uk, cat: finance, provider: tpr, cc: GB, imp: 2, tier: 4, checks: [http] }
3521 + - { id: reg-gb-uk-finance, name: "UK Finance", host: www.ukfinance.org.uk, cat: finance, provider: uk-finance, cc: GB, imp: 2, tier: 4, checks: [http] }
3522 + - { id: reg-gb-hmt, name: "HM Treasury", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/hm-treasury", cat: finance, provider: gov-uk, cc: GB, imp: 3, tier: 4, checks: [http] }
3523 + - { id: reg-gb-dmo, name: "UK Debt Management Office", host: www.dmo.gov.uk, cat: finance, provider: gov-uk, cc: GB, imp: 2, tier: 4, checks: [http] }
3524 + - { id: reg-gb-companies-house, name: "Companies House", host: find-and-update.company-information.service.gov.uk, cat: finance, provider: gov-uk, cc: GB, imp: 3, tier: 4, checks: [http] }
3525 + - { id: reg-fr-amf, name: "AMF (France)", host: www.amf-france.org, cat: finance, provider: amf-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
3526 + - { id: reg-fr-acpr, name: "ACPR", host: acpr.banque-france.fr, cat: finance, provider: banque-de-france, cc: FR, imp: 3, tier: 4, checks: [http] }
3527 + - { id: reg-fr-tracfin, name: "Tracfin", host: www.economie.gouv.fr, url: "https://www.economie.gouv.fr/tracfin", cat: finance, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
3528 + - { id: reg-fr-aft, name: "Agence France Trésor", host: www.aft.gouv.fr, cat: finance, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
3529 + - { id: reg-de-bafin, name: "BaFin", host: www.bafin.de, cat: finance, provider: bafin, cc: DE, imp: 4, tier: 3, checks: [http] }
3530 + - { id: reg-de-finanzagentur, name: "Deutsche Finanzagentur", host: www.deutsche-finanzagentur.de, cat: finance, provider: bund, cc: DE, imp: 2, tier: 4, checks: [http] }
3531 + - { id: reg-de-bmf, name: "Bundesministerium der Finanzen", host: www.bundesfinanzministerium.de, cat: finance, provider: bund, cc: DE, imp: 2, tier: 4, checks: [http] }
3532 + - { id: reg-nl-afm, name: "AFM (Netherlands)", host: www.afm.nl, cat: finance, provider: afm, cc: NL, imp: 3, tier: 4, checks: [http] }
3533 + - { id: reg-be-fsma, name: "FSMA (Belgium)", host: www.fsma.be, cat: finance, provider: fsma, cc: BE, imp: 3, tier: 4, checks: [http] }
3534 + - { id: reg-lu-cssf, name: "CSSF", host: www.cssf.lu, cat: finance, provider: cssf, cc: LU, imp: 3, tier: 4, checks: [http] }
3535 + - { id: reg-ch-finma, name: "FINMA", host: www.finma.ch, cat: finance, provider: finma, cc: CH, imp: 4, tier: 3, checks: [http] }
3536 + - { id: reg-at-fma, name: "FMA Austria", host: www.fma.gv.at, cat: finance, provider: fma-at, cc: AT, imp: 3, tier: 4, checks: [http] }
3537 + - { id: reg-it-consob, name: "CONSOB", host: www.consob.it, cat: finance, provider: consob, cc: IT, imp: 3, tier: 4, checks: [http] }
3538 + - { id: reg-it-ivass, name: "IVASS", host: www.ivass.it, cat: finance, provider: ivass, cc: IT, imp: 2, tier: 4, checks: [http] }
3539 + - { id: reg-it-mef, name: "Ministero dell'Economia e delle Finanze", host: www.mef.gov.it, cat: finance, provider: gov-it, cc: IT, imp: 2, tier: 4, checks: [http] }
3540 + - { id: reg-es-cnmv, name: "CNMV", host: www.cnmv.es, cat: finance, provider: cnmv, cc: ES, imp: 3, tier: 4, checks: [http] }
3541 + - { id: reg-es-dgsfp, name: "DGSFP (seguros)", host: dgsfp.mineco.gob.es, cat: finance, provider: gob-es, cc: ES, imp: 1, tier: 4, checks: [http] }
3542 + - { id: reg-pt-cmvm, name: "CMVM", host: www.cmvm.pt, cat: finance, provider: cmvm, cc: PT, imp: 3, tier: 4, checks: [http] }
3543 + - { id: reg-pt-asf, name: "ASF (seguros)", host: www.asf.com.pt, cat: finance, provider: asf-pt, cc: PT, imp: 1, tier: 4, checks: [http] }
3544 + - { id: reg-cy-cysec, name: "CySEC", host: www.cysec.gov.cy, cat: finance, provider: cysec, cc: CY, imp: 3, tier: 4, checks: [http] }
3545 + - { id: reg-mt-mfsa, name: "MFSA", host: www.mfsa.mt, cat: finance, provider: mfsa, cc: MT, imp: 3, tier: 4, checks: [http] }
3546 + - { id: reg-se-fi, name: "Finansinspektionen (Sweden)", host: www.fi.se, cat: finance, provider: fi-se, cc: SE, imp: 3, tier: 4, checks: [http] }
3547 + - { id: reg-se-riksgalden, name: "Riksgälden", host: www.riksgalden.se, cat: finance, provider: riksgalden, cc: SE, imp: 2, tier: 4, checks: [http] }
3548 + - { id: reg-dk-finanstilsynet, name: "Finanstilsynet (Denmark)", host: www.finanstilsynet.dk, cat: finance, provider: dfsa, cc: DK, imp: 3, tier: 4, checks: [http] }
3549 + - { id: reg-no-finanstilsynet, name: "Finanstilsynet (Norway)", host: www.finanstilsynet.no, cat: finance, provider: finanstilsynet-no, cc: "NO", imp: 3, tier: 4, checks: [http] }
3550 + - { id: reg-fi-fin-fsa, name: "FIN-FSA", host: www.finanssivalvonta.fi, cat: finance, provider: fin-fsa, cc: FI, imp: 3, tier: 4, checks: [http] }
3551 + - { id: reg-pl-knf, name: "KNF", host: www.knf.gov.pl, cat: finance, provider: knf, cc: PL, imp: 3, tier: 4, checks: [http] }
3552 + - { id: reg-pl-bfg, name: "Bankowy Fundusz Gwarancyjny", host: www.bfg.pl, cat: finance, provider: bfg, cc: PL, imp: 2, tier: 4, checks: [http] }
3553 + - { id: reg-ro-asf, name: "ASF România", host: www.asfromania.ro, cat: finance, provider: asf-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3554 + - { id: reg-bg-fsc, name: "FSC Bulgaria", host: www.fsc.bg, cat: finance, provider: fsc-bg, cc: BG, imp: 1, tier: 4, checks: [http] }
3555 + - { id: reg-hr-hanfa, name: "HANFA", host: www.hanfa.hr, cat: finance, provider: hanfa, cc: HR, imp: 1, tier: 4, checks: [http] }
3556 + - { id: reg-ee-fi, name: "Finantsinspektsioon", host: www.fi.ee, cat: finance, provider: fi-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
3557 + - { id: reg-ua-nssmc, name: "NSSMC Ukraine", host: www.nssmc.gov.ua, cat: finance, provider: nssmc, cc: UA, imp: 1, tier: 4, checks: [http] }
3558 + - { id: reg-tr-spk, name: "SPK (Capital Markets Board)", host: spk.gov.tr, cat: finance, provider: spk, cc: TR, imp: 3, tier: 4, checks: [http] }
3559 + - { id: reg-tr-bddk, name: "BDDK", host: www.bddk.org.tr, cat: finance, provider: bddk, cc: TR, imp: 3, tier: 4, checks: [http] }
3560 + - { id: reg-il-isa, name: "Israel Securities Authority", host: www.isa.gov.il, cat: finance, provider: isa-il, cc: IL, imp: 2, tier: 4, checks: [http] }
3561 + - { id: reg-sa-cma, name: "Capital Market Authority (Saudi)", host: cma.org.sa, cat: finance, provider: cma-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3562 + - { id: reg-ae-dfsa, name: "DFSA", host: www.dfsa.ae, cat: finance, provider: dfsa, cc: AE, imp: 3, tier: 4, checks: [http] }
3563 + - { id: reg-ae-sca, name: "Securities and Commodities Authority", host: www.sca.gov.ae, cat: finance, provider: sca-ae, cc: AE, imp: 2, tier: 4, checks: [http] }
3564 + - { id: reg-ae-adgm, name: "ADGM", host: www.adgm.com, cat: finance, provider: adgm, cc: AE, imp: 3, tier: 4, checks: [http] }
3565 + - { id: reg-ae-vara, name: "VARA (Dubai)", host: www.vara.ae, cat: finance, provider: vara, cc: AE, imp: 2, tier: 4, checks: [http] }
3566 + - { id: reg-qa-qfcra, name: "QFC Regulatory Authority", host: www.qfcra.com, cat: finance, provider: qfcra, cc: QA, imp: 1, tier: 4, checks: [http] }
3567 + - { id: reg-eg-fra, name: "Financial Regulatory Authority (Egypt)", host: fra.gov.eg, cat: finance, provider: fra-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
3568 + - { id: reg-ma-ammc, name: "AMMC", host: www.ammc.ma, cat: finance, provider: ammc, cc: MA, imp: 2, tier: 4, checks: [http] }
3569 + - { id: reg-tn-cmf, name: "CMF Tunisie", host: www.cmf.tn, cat: finance, provider: cmf-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
3570 + - { id: reg-ng-sec, name: "SEC Nigeria", host: sec.gov.ng, cat: finance, provider: gov-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3571 + - { id: reg-ke-cma, name: "Capital Markets Authority Kenya", host: www.cma.or.ke, cat: finance, provider: cma-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
3572 + - { id: reg-mu-fsc, name: "FSC Mauritius", host: www.fscmauritius.org, cat: finance, provider: fsc-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3573 + - { id: reg-cm-cobac, name: "COBAC", host: www.sgcobac.org, cat: finance, provider: beac, cc: CM, imp: 1, tier: 4, checks: [http] }
3574 + - { id: reg-gh-sec, name: "SEC Ghana", host: sec.gov.gh, cat: finance, provider: gov-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
3575 + - { id: reg-za-fsca, name: "FSCA", host: www.fsca.co.za, cat: finance, provider: fsca, cc: ZA, imp: 3, tier: 4, checks: [http] }
3576 + - { id: reg-za-prudential-authority, name: "Prudential Authority (SARB)", host: www.resbank.co.za, url: "https://www.resbank.co.za/en/home/what-we-do/Prudentialregulation", cat: finance, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
3577 + - { id: reg-in-sebi, name: "SEBI", host: www.sebi.gov.in, cat: finance, provider: sebi, cc: IN, imp: 4, tier: 3, checks: [http] }
3578 + - { id: reg-in-irdai, name: "IRDAI", host: irdai.gov.in, cat: finance, provider: irdai, cc: IN, imp: 3, tier: 4, checks: [http] }
3579 + - { id: reg-in-pfrda, name: "PFRDA", host: www.pfrda.org.in, cat: finance, provider: pfrda, cc: IN, imp: 2, tier: 4, checks: [http] }
3580 + - { id: reg-in-dea, name: "Department of Economic Affairs", host: dea.gov.in, cat: finance, provider: gov-in, cc: IN, imp: 1, tier: 4, checks: [http] }
3581 + - { id: reg-pk-secp, name: "SECP", host: www.secp.gov.pk, cat: finance, provider: secp, cc: PK, imp: 2, tier: 4, checks: [http] }
3582 + - { id: reg-cn-nfra, name: "National Financial Regulatory Administration", host: www.nfra.gov.cn, cat: finance, provider: gov-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
3583 + - { id: reg-cn-csrc, name: "CSRC", host: www.csrc.gov.cn, cat: finance, provider: gov-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
3584 + - { id: reg-cn-safe, name: "SAFE (State Administration of Foreign Exchange)", host: www.safe.gov.cn, cat: finance, provider: gov-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
3585 + - { id: reg-hk-sfc, name: "Securities and Futures Commission (HK)", host: www.sfc.hk, cat: finance, provider: sfc-hk, cc: HK, imp: 4, tier: 3, checks: [http] }
3586 + - { id: reg-hk-ia, name: "Insurance Authority (HK)", host: www.ia.org.hk, cat: finance, provider: ia-hk, cc: HK, imp: 2, tier: 4, checks: [http] }
3587 + - { id: reg-hk-hkicl, name: "Hong Kong Interbank Clearing (FPS)", host: www.hkicl.com.hk, cat: finance, provider: hkicl, cc: HK, imp: 4, tier: 3, checks: [http] }
3588 + - { id: reg-tw-fsc, name: "Financial Supervisory Commission (Taiwan)", host: www.fsc.gov.tw, cat: finance, provider: fsc-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
3589 + - { id: reg-jp-fsa, name: "Financial Services Agency (Japan)", host: www.fsa.go.jp, cat: finance, provider: gov-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
3590 + - { id: reg-jp-mof, name: "Ministry of Finance Japan", host: www.mof.go.jp, cat: finance, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
3591 + - { id: reg-jp-jba, name: "Japanese Bankers Association", host: www.zenginkyo.or.jp, cat: finance, provider: jba, cc: JP, imp: 2, tier: 4, checks: [http] }
3592 + - { id: reg-kr-fsc, name: "Financial Services Commission (Korea)", host: www.fsc.go.kr, cat: finance, provider: gov-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
3593 + - { id: reg-kr-fss, name: "Financial Supervisory Service", host: www.fss.or.kr, cat: finance, provider: fss, cc: KR, imp: 3, tier: 4, checks: [http] }
3594 + - { id: reg-kr-kdic, name: "Korea Deposit Insurance Corporation", host: www.kdic.or.kr, cat: finance, provider: kdic, cc: KR, imp: 2, tier: 4, checks: [http] }
3595 + - { id: reg-sg-abs, name: "Association of Banks in Singapore (PayNow)", host: www.abs.org.sg, cat: finance, provider: abs-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3596 + - { id: reg-sg-sdic, name: "Singapore Deposit Insurance Corporation", host: www.sdic.org.sg, cat: finance, provider: sdic, cc: SG, imp: 1, tier: 4, checks: [http] }
3597 + - { id: reg-my-sc, name: "Securities Commission Malaysia", host: www.sc.com.my, cat: finance, provider: sc-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3598 + - { id: reg-my-pidm, name: "PIDM", host: www.pidm.gov.my, cat: finance, provider: gov-my, cc: MY, imp: 1, tier: 4, checks: [http] }
3599 + - { id: reg-th-sec, name: "SEC Thailand", host: www.sec.or.th, cat: finance, provider: sec-th, cc: TH, imp: 3, tier: 4, checks: [http] }
3600 + - { id: reg-th-oic, name: "Office of Insurance Commission (Thailand)", host: www.oic.or.th, cat: finance, provider: oic-th, cc: TH, imp: 1, tier: 4, checks: [http] }
3601 + - { id: reg-id-lps, name: "LPS (deposit insurance)", host: www.lps.go.id, cat: finance, provider: gov-id, cc: ID, imp: 2, tier: 4, checks: [http] }
3602 + - { id: reg-ph-sec, name: "SEC Philippines", host: www.sec.gov.ph, cat: finance, provider: sec-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3603 + - { id: reg-ph-pdic, name: "PDIC", host: www.pdic.gov.ph, cat: finance, provider: gov-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3604 + - { id: reg-ph-insurance-commission, name: "Insurance Commission (Philippines)", host: www.insurance.gov.ph, cat: finance, provider: gov-ph, cc: PH, imp: 1, tier: 4, checks: [http] }
3605 + - { id: reg-vn-ssc, name: "State Securities Commission (Vietnam)", host: www.ssc.gov.vn, cat: finance, provider: ssc-vn, cc: VN, imp: 2, tier: 4, checks: [http] }
3606 + - { id: reg-kz-ardfm, name: "ARDFM Kazakhstan", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/ardfm", cat: finance, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
3607 + - { id: reg-kz-afsa, name: "AFSA (AIFC)", host: afsa.aifc.kz, cat: finance, provider: aifc, cc: KZ, imp: 2, tier: 4, checks: [http] }
3608 + - { id: reg-au-apra, name: "APRA", host: www.apra.gov.au, cat: finance, provider: apra, cc: AU, imp: 4, tier: 3, checks: [http] }
3609 + - { id: reg-au-asic, name: "ASIC", host: asic.gov.au, cat: finance, provider: asic, cc: AU, imp: 4, tier: 3, checks: [http] }
3610 + - { id: reg-au-afca, name: "AFCA", host: www.afca.org.au, cat: finance, provider: afca, cc: AU, imp: 2, tier: 4, checks: [http] }
3611 + - { id: reg-au-treasury, name: "Australian Treasury", host: treasury.gov.au, cat: finance, provider: gov-au, cc: AU, imp: 2, tier: 4, checks: [http] }
3612 + - { id: reg-nz-fma, name: "Financial Markets Authority (NZ)", host: www.fma.govt.nz, cat: finance, provider: fma-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3613 + - { id: reg-nz-commerce-commission, name: "Commerce Commission NZ", host: comcom.govt.nz, cat: finance, provider: gov-nz, cc: NZ, imp: 1, tier: 4, checks: [http] }
3614 + - { id: reg-us-cftc, name: "CFTC", host: www.cftc.gov, cat: finance, provider: cftc, cc: US, imp: 4, tier: 3, checks: [http] }
3615 + - { id: reg-us-fdic, name: "FDIC", host: www.fdic.gov, cat: finance, provider: fdic, cc: US, imp: 4, tier: 3, checks: [http] }
3616 + - { id: reg-us-occ, name: "OCC (Comptroller of the Currency)", host: www.occ.gov, cat: finance, provider: occ, cc: US, imp: 4, tier: 3, checks: [http] }
3617 + - { id: reg-us-ncua, name: "NCUA", host: ncua.gov, cat: finance, provider: ncua, cc: US, imp: 3, tier: 4, checks: [http] }
3618 + - { id: reg-us-cfpb, name: "CFPB", host: www.consumerfinance.gov, cat: finance, provider: cfpb, cc: US, imp: 3, tier: 4, checks: [http] }
3619 + - { id: reg-us-ofac, name: "OFAC", host: ofac.treasury.gov, cat: finance, provider: treasury, cc: US, imp: 4, tier: 3, checks: [http] }
3620 + - { id: reg-us-fhfa, name: "FHFA", host: www.fhfa.gov, cat: finance, provider: fhfa, cc: US, imp: 3, tier: 4, checks: [http] }
3621 + - { id: reg-us-msrb, name: "MSRB", host: www.msrb.org, cat: finance, provider: msrb, cc: US, imp: 2, tier: 4, checks: [http] }
3622 + - { id: reg-us-sipc, name: "SIPC", host: www.sipc.org, cat: finance, provider: sipc, cc: US, imp: 2, tier: 4, checks: [http] }
3623 + - { id: reg-us-nfa, name: "National Futures Association", host: www.nfa.futures.org, cat: finance, provider: nfa, cc: US, imp: 2, tier: 4, checks: [http] }
3624 + - { id: reg-us-nydfs, name: "NY Department of Financial Services", host: www.dfs.ny.gov, cat: finance, provider: gov-ny, cc: US, imp: 3, tier: 4, checks: [http] }
3625 + - { id: reg-us-fsoc, name: "FSOC", host: home.treasury.gov, url: "https://home.treasury.gov/policy-issues/financial-markets-financial-institutions-and-fiscal-service/fsoc", cat: finance, provider: treasury, cc: US, imp: 2, tier: 4, checks: [http] }
3626 + - { id: reg-us-ffiec, name: "FFIEC", host: www.ffiec.gov, cat: finance, provider: ffiec, cc: US, imp: 3, tier: 4, checks: [http] }
3627 + - { id: reg-us-fed-ny, name: "Federal Reserve Bank of New York", host: www.newyorkfed.org, cat: finance, provider: fed, cc: US, imp: 4, tier: 3, checks: [http] }
3628 + - { id: reg-us-fed-stl, name: "Federal Reserve Bank of St. Louis", host: www.stlouisfed.org, cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
3629 + - { id: reg-us-fed-chicago, name: "Federal Reserve Bank of Chicago", host: www.chicagofed.org, cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
3630 + - { id: reg-us-fed-sf, name: "Federal Reserve Bank of San Francisco", host: www.frbsf.org, cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
3631 + - { id: reg-us-fed-atlanta, name: "Federal Reserve Bank of Atlanta", host: www.atlantafed.org, cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
3632 + - { id: reg-us-fed-boston, name: "Federal Reserve Bank of Boston", host: www.bostonfed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3633 + - { id: reg-us-fed-philadelphia, name: "Federal Reserve Bank of Philadelphia", host: www.philadelphiafed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3634 + - { id: reg-us-fed-cleveland, name: "Federal Reserve Bank of Cleveland", host: www.clevelandfed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3635 + - { id: reg-us-fed-richmond, name: "Federal Reserve Bank of Richmond", host: www.richmondfed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3636 + - { id: reg-us-fed-minneapolis, name: "Federal Reserve Bank of Minneapolis", host: www.minneapolisfed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3637 + - { id: reg-us-fed-kansas-city, name: "Federal Reserve Bank of Kansas City", host: www.kansascityfed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3638 + - { id: reg-us-fed-dallas, name: "Federal Reserve Bank of Dallas", host: www.dallasfed.org, cat: finance, provider: fed, cc: US, imp: 2, tier: 4, checks: [http] }
3639 + - { id: reg-us-fed-fomc, name: "FOMC (Federal Reserve)", host: www.federalreserve.gov, url: "https://www.federalreserve.gov/monetarypolicy/fomc.htm", cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
3640 + - { id: reg-us-fed-data, name: "Federal Reserve Data (H.15)", host: www.federalreserve.gov, url: "https://www.federalreserve.gov/releases/h15/", cat: finance, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
3641 + - { id: reg-us-fannie-mae, name: "Fannie Mae", host: www.fanniemae.com, cat: finance, provider: fannie-mae, cc: US, imp: 4, tier: 3, checks: [http] }
3642 + - { id: reg-us-freddie-mac, name: "Freddie Mac", host: www.freddiemac.com, cat: finance, provider: freddie-mac, cc: US, imp: 4, tier: 3, checks: [http] }
3643 + - { id: reg-us-ginnie-mae, name: "Ginnie Mae", host: www.ginniemae.gov, cat: finance, provider: ginnie-mae, cc: US, imp: 3, tier: 4, checks: [http] }
3644 + - { id: reg-us-fhlbanks, name: "FHLBanks", host: www.fhlbanks.com, cat: finance, provider: fhlbanks, cc: US, imp: 2, tier: 4, checks: [http] }
3645 + - { id: reg-us-farm-credit, name: "Farm Credit Administration", host: www.fca.gov, cat: finance, provider: fca-us, cc: US, imp: 1, tier: 4, checks: [http] }
3646 + - { id: reg-us-sba, name: "U.S. Small Business Administration", host: www.sba.gov, cat: finance, provider: gov-us, cc: US, imp: 2, tier: 4, checks: [http] }
3647 + - { id: reg-us-bureau-fiscal-service, name: "Bureau of the Fiscal Service", host: www.fiscal.treasury.gov, cat: finance, provider: treasury, cc: US, imp: 3, tier: 4, checks: [http] }
3648 + - { id: reg-us-us-mint, name: "United States Mint", host: www.usmint.gov, cat: finance, provider: treasury, cc: US, imp: 2, tier: 4, checks: [http] }
3649 + - { id: reg-us-bep, name: "Bureau of Engraving and Printing", host: www.bep.gov, cat: finance, provider: treasury, cc: US, imp: 1, tier: 4, checks: [http] }
3650 + - { id: reg-us-exim, name: "EXIM Bank (US)", host: www.exim.gov, cat: finance, provider: gov-us, cc: US, imp: 2, tier: 4, checks: [http] }
3651 + - { id: reg-us-dfc, name: "U.S. International Development Finance Corporation", host: www.dfc.gov, cat: finance, provider: gov-us, cc: US, imp: 1, tier: 4, checks: [http] }
3652 + - { id: reg-us-pcaob, name: "PCAOB", host: pcaobus.org, cat: finance, provider: pcaob, cc: US, imp: 2, tier: 4, checks: [http] }
3653 + - { id: reg-us-fasb, name: "FASB", host: www.fasb.org, cat: finance, provider: faf, cc: US, imp: 3, tier: 4, checks: [http] }
3654 + - { id: reg-us-aicpa, name: "AICPA & CIMA", host: www.aicpa-cima.com, cat: finance, provider: aicpa, cc: US, imp: 2, tier: 4, checks: [http] }
3655 + - { id: reg-us-aba, name: "American Bankers Association", host: www.aba.com, cat: finance, provider: aba, cc: US, imp: 2, tier: 4, checks: [http] }
3656 + - { id: reg-us-icba, name: "Independent Community Bankers of America", host: www.icba.org, cat: finance, provider: icba, cc: US, imp: 1, tier: 4, checks: [http] }
3657 + - { id: reg-us-bpi, name: "Bank Policy Institute", host: bpi.com, cat: finance, provider: bpi, cc: US, imp: 1, tier: 4, checks: [http] }
3658 + - { id: reg-us-cba, name: "Consumer Bankers Association", host: www.consumerbankers.com, cat: finance, provider: cba-us, cc: US, imp: 1, tier: 4, checks: [http] }
3659 + - { id: reg-us-ici, name: "Investment Company Institute", host: www.ici.org, cat: finance, provider: ici, cc: US, imp: 2, tier: 4, checks: [http] }
3660 + - { id: reg-us-mba, name: "Mortgage Bankers Association", host: www.mba.org, cat: finance, provider: mba, cc: US, imp: 2, tier: 4, checks: [http] }
3661 + - { id: reg-us-nasaa, name: "NASAA", host: www.nasaa.org, cat: finance, provider: nasaa, cc: US, imp: 1, tier: 4, checks: [http] }
3662 + - { id: reg-us-csbs, name: "Conference of State Bank Supervisors", host: www.csbs.org, cat: finance, provider: csbs, cc: US, imp: 1, tier: 4, checks: [http] }
3663 + - { id: reg-us-nmls, name: "NMLS", host: nationwidelicensingsystem.org, cat: finance, provider: csbs, cc: US, imp: 2, tier: 4, checks: [http] }
3664 + # ───────── Accounting, tax & payroll software (152)
3665 + - { id: acct-intuit, name: "Intuit", host: www.intuit.com, cat: finance, provider: intuit, svc: quickbooks, cc: US, imp: 4, tier: 3, checks: [http] }
3666 + - { id: acct-quickbooks, name: "QuickBooks", host: quickbooks.intuit.com, cat: finance, provider: intuit, svc: quickbooks, cc: US, imp: 4, tier: 3, checks: [http] }
3667 + - { id: acct-turbotax, name: "TurboTax", host: turbotax.intuit.com, cat: finance, provider: intuit, svc: quickbooks, cc: US, imp: 3, tier: 4, checks: [http] }
3668 + - { id: acct-xero-developer, name: "Xero Developer", host: developer.xero.com, cat: finance, provider: xero, svc: xero, cc: NZ, imp: 2, tier: 4, checks: [http] }
3669 + - { id: acct-sage, name: "Sage", host: www.sage.com, cat: finance, provider: sage, svc: sage, cc: GB, imp: 4, tier: 3, checks: [http] }
3670 + - { id: acct-sage-intacct, name: "Sage Intacct", host: www.sageintacct.com, cat: finance, provider: sage, svc: sage, cc: US, imp: 2, tier: 4, checks: [http] }
3671 + - { id: acct-freshbooks, name: "FreshBooks", host: www.freshbooks.com, cat: finance, provider: freshbooks, svc: freshbooks, cc: CA, imp: 3, tier: 4, checks: [http] }
3672 + - { id: acct-wave, name: "Wave", host: www.waveapps.com, cat: finance, provider: wave, svc: wave, cc: CA, imp: 3, tier: 4, checks: [http] }
3673 + - { id: acct-zoho-books, name: "Zoho Books", host: www.zoho.com, url: "https://www.zoho.com/books/", cat: finance, provider: zoho, cc: IN, imp: 3, tier: 4, checks: [http] }
3674 + - { id: acct-zoho-invoice, name: "Zoho Invoice", host: www.zoho.com, url: "https://www.zoho.com/invoice/", cat: finance, provider: zoho, cc: IN, imp: 1, tier: 4, checks: [http] }
3675 + - { id: acct-netsuite, name: "Oracle NetSuite", host: www.netsuite.com, cat: finance, provider: oracle, svc: netsuite, cc: US, imp: 4, tier: 3, checks: [http] }
3676 + - { id: acct-sap-concur, name: "SAP Concur", host: www.concur.com, cat: finance, provider: sap, cc: US, imp: 3, tier: 4, checks: [http] }
3677 + - { id: acct-sap-finance, name: "SAP S/4HANA Finance", host: www.sap.com, url: "https://www.sap.com/products/erp/s4hana.html", cat: finance, provider: sap, cc: DE, imp: 2, tier: 4, checks: [http] }
3678 + - { id: acct-workday-financials, name: "Workday Financial Management", host: www.workday.com, url: "https://www.workday.com/en-us/products/financial-management/overview.html", cat: finance, provider: workday, cc: US, imp: 2, tier: 4, checks: [http] }
3679 + - { id: acct-microsoft-dynamics-finance, name: "Dynamics 365 Finance", host: www.microsoft.com, url: "https://www.microsoft.com/en-us/dynamics-365/products/finance", cat: finance, provider: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
3680 + - { id: acct-blackline, name: "BlackLine", host: www.blackline.com, cat: finance, provider: blackline, cc: US, imp: 2, tier: 4, checks: [http] }
3681 + - { id: acct-floqast, name: "FloQast", host: floqast.com, cat: finance, provider: floqast, cc: US, imp: 1, tier: 4, checks: [http] }
3682 + - { id: acct-adp, name: "ADP", host: www.adp.com, cat: finance, provider: adp, cc: US, imp: 4, tier: 3, checks: [http] }
3683 + - { id: acct-paychex, name: "Paychex", host: www.paychex.com, cat: finance, provider: paychex, cc: US, imp: 3, tier: 4, checks: [http] }
3684 + - { id: acct-paycom, name: "Paycom", host: www.paycom.com, cat: finance, provider: paycom, cc: US, imp: 2, tier: 4, checks: [http] }
3685 + - { id: acct-paylocity, name: "Paylocity", host: www.paylocity.com, cat: finance, provider: paylocity, cc: US, imp: 2, tier: 4, checks: [http] }
3686 + - { id: acct-dayforce, name: "Dayforce", host: www.dayforce.com, cat: finance, provider: dayforce, cc: US, imp: 2, tier: 4, checks: [http] }
3687 + - { id: acct-ukg, name: "UKG", host: www.ukg.com, cat: finance, provider: ukg, cc: US, imp: 2, tier: 4, checks: [http] }
3688 + - { id: acct-payworks, name: "Payworks", host: www.payworks.ca, cat: finance, provider: payworks, cc: CA, imp: 1, tier: 4, checks: [http] }
3689 + - { id: acct-wagepoint, name: "Wagepoint", host: wagepoint.com, cat: finance, provider: wagepoint, cc: CA, imp: 1, tier: 4, checks: [http] }
3690 + - { id: acct-avalara, name: "Avalara", host: www.avalara.com, cat: finance, provider: avalara, svc: avalara, cc: US, imp: 3, tier: 4, checks: [http] }
3691 + - { id: acct-vertex, name: "Vertex", host: www.vertexinc.com, cat: finance, provider: vertex, cc: US, imp: 2, tier: 4, checks: [http] }
3692 + - { id: acct-sovos, name: "Sovos", host: sovos.com, cat: finance, provider: sovos, cc: US, imp: 2, tier: 4, checks: [http] }
3693 + - { id: acct-thomson-reuters-tax, name: "Thomson Reuters Tax & Accounting", host: tax.thomsonreuters.com, cat: finance, provider: thomson-reuters, cc: US, imp: 3, tier: 4, checks: [http] }
3694 + - { id: acct-wolters-kluwer-tax, name: "Wolters Kluwer Tax & Accounting", host: www.wolterskluwer.com, url: "https://www.wolterskluwer.com/en/solutions/tax-accounting", cat: finance, provider: wolters-kluwer, cc: NL, imp: 2, tier: 4, checks: [http] }
3695 + - { id: acct-hr-block, name: "H&R Block", host: www.hrblock.com, cat: finance, provider: hr-block, cc: US, imp: 3, tier: 4, checks: [http] }
3696 + - { id: acct-taxact, name: "TaxAct", host: www.taxact.com, cat: finance, provider: taxact, cc: US, imp: 2, tier: 4, checks: [http] }
3697 + - { id: acct-taxslayer, name: "TaxSlayer", host: www.taxslayer.com, cat: finance, provider: taxslayer, cc: US, imp: 1, tier: 4, checks: [http] }
3698 + - { id: acct-freetaxusa, name: "FreeTaxUSA", host: www.freetaxusa.com, cat: finance, provider: taxhawk, cc: US, imp: 2, tier: 4, checks: [http] }
3699 + - { id: acct-cash-app-taxes, name: "Cash App Taxes", host: cash.app, url: "https://cash.app/taxes", cat: finance, provider: block, svc: cashapp, cc: US, imp: 1, tier: 4, checks: [http] }
3700 + - { id: acct-wealthsimple-tax, name: "Wealthsimple Tax", host: www.wealthsimple.com, url: "https://www.wealthsimple.com/en-ca/tax", cat: finance, provider: wealthsimple, svc: wealthsimple, cc: CA, imp: 2, tier: 4, checks: [http] }
3701 + - { id: acct-turbotax-ca, name: "TurboTax Canada", host: turbotax.intuit.ca, cat: finance, provider: intuit, svc: quickbooks, cc: CA, imp: 2, tier: 4, checks: [http] }
3702 + - { id: acct-ufile, name: "UFile", host: www.ufile.ca, cat: finance, provider: thomson-reuters, cc: CA, imp: 1, tier: 4, checks: [http] }
3703 + - { id: acct-cra-netfile, name: "CRA NETFILE", host: www.canada.ca, url: "https://www.canada.ca/en/revenue-agency/services/e-services/digital-services-individuals/netfile-overview.html", cat: finance, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
3704 + - { id: acct-afip-arca, name: "ARCA (ex-AFIP)", host: www.afip.gob.ar, cat: finance, provider: gob-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
3705 + - { id: acct-hometax-kr, name: "Hometax (Korea NTS)", host: www.hometax.go.kr, cat: finance, provider: gov-kr, cc: KR, imp: 2, tier: 4, checks: [http] }
3706 + - { id: acct-gst-india, name: "GST Portal India", host: www.gst.gov.in, cat: finance, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
3707 + - { id: acct-freeagent, name: "FreeAgent", host: www.freeagent.com, cat: finance, provider: natwest, cc: GB, imp: 2, tier: 4, checks: [http] }
3708 + - { id: acct-kashflow, name: "KashFlow (IRIS)", host: www.kashflow.com, cat: finance, provider: iris, cc: GB, imp: 1, tier: 4, checks: [http] }
3709 + - { id: acct-iris, name: "IRIS Software", host: www.iris.co.uk, cat: finance, provider: iris, cc: GB, imp: 1, tier: 4, checks: [http] }
3710 + - { id: acct-clearbooks, name: "Clear Books", host: www.clearbooks.co.uk, cat: finance, provider: clear-books, cc: GB, imp: 1, tier: 4, checks: [http] }
3711 + - { id: acct-crunch, name: "Crunch", host: www.crunch.co.uk, cat: finance, provider: crunch, cc: GB, imp: 1, tier: 4, checks: [http] }
3712 + - { id: acct-pennylane, name: "Pennylane", host: www.pennylane.com, cat: finance, provider: pennylane, cc: FR, imp: 2, tier: 4, checks: [http] }
3713 + - { id: acct-agicap, name: "Agicap", host: agicap.com, cat: finance, provider: agicap, cc: FR, imp: 1, tier: 4, checks: [http] }
3714 + - { id: acct-cegid, name: "Cegid", host: www.cegid.com, cat: finance, provider: cegid, cc: FR, imp: 2, tier: 4, checks: [http] }
3715 + - { id: acct-sage-fr, name: "Sage France", host: www.sage.com, url: "https://www.sage.com/fr-fr/", cat: finance, provider: sage, svc: sage, cc: FR, imp: 1, tier: 4, checks: [http] }
3716 + - { id: acct-ebp, name: "EBP", host: www.ebp.com, cat: finance, provider: ebp, cc: FR, imp: 1, tier: 4, checks: [http] }
3717 + - { id: acct-datev, name: "DATEV", host: www.datev.de, cat: finance, provider: datev, cc: DE, imp: 3, tier: 4, checks: [http] }
3718 + - { id: acct-lexware, name: "Lexware", host: www.lexware.de, cat: finance, provider: haufe, cc: DE, imp: 2, tier: 4, checks: [http] }
3719 + - { id: acct-sevdesk, name: "sevdesk", host: sevdesk.de, cat: finance, provider: sevdesk, cc: DE, imp: 1, tier: 4, checks: [http] }
3720 + - { id: acct-lexoffice, name: "lexoffice", host: www.lexoffice.de, cat: finance, provider: haufe, cc: DE, imp: 1, tier: 4, checks: [http] }
3721 + - { id: acct-exact, name: "Exact", host: www.exact.com, cat: finance, provider: exact, cc: NL, imp: 2, tier: 4, checks: [http] }
3722 + - { id: acct-visma, name: "Visma", host: www.visma.com, cat: finance, provider: visma, cc: "NO", imp: 3, tier: 4, checks: [http] }
3723 + - { id: acct-fortnox, name: "Fortnox", host: www.fortnox.se, cat: finance, provider: fortnox, cc: SE, imp: 2, tier: 4, checks: [http] }
3724 + - { id: acct-e-conomic, name: "e-conomic", host: www.e-conomic.dk, cat: finance, provider: visma, cc: DK, imp: 1, tier: 4, checks: [http] }
3725 + - { id: acct-fiken, name: "Fiken", host: fiken.no, cat: finance, provider: visma, cc: "NO", imp: 1, tier: 4, checks: [http] }
3726 + - { id: acct-procountor, name: "Procountor", host: procountor.finago.com, cat: finance, provider: finago, cc: FI, imp: 1, tier: 4, checks: [http] }
3727 + - { id: acct-holded, name: "Holded", host: www.holded.com, cat: finance, provider: holded, cc: ES, imp: 1, tier: 4, checks: [http] }
3728 + - { id: acct-a3-wolters, name: "Wolters Kluwer a3", host: www.wolterskluwer.com, url: "https://www.wolterskluwer.com/es-es", cat: finance, provider: wolters-kluwer, cc: ES, imp: 1, tier: 4, checks: [http] }
3729 + - { id: acct-teamsystem, name: "TeamSystem", host: www.teamsystem.com, cat: finance, provider: teamsystem, cc: IT, imp: 2, tier: 4, checks: [http] }
3730 + - { id: acct-zucchetti, name: "Zucchetti", host: www.zucchetti.it, cat: finance, provider: zucchetti, cc: IT, imp: 2, tier: 4, checks: [http] }
3731 + - { id: acct-fatture-in-cloud, name: "Fatture in Cloud", host: www.fattureincloud.it, cat: finance, provider: teamsystem, cc: IT, imp: 1, tier: 4, checks: [http] }
3732 + - { id: acct-moloni, name: "Moloni", host: www.moloni.pt, cat: finance, provider: moloni, cc: PT, imp: 1, tier: 4, checks: [http] }
3733 + - { id: acct-primavera, name: "Cegid Primavera", host: pt.primaverabss.com, cat: finance, provider: cegid, cc: PT, imp: 1, tier: 4, checks: [http] }
3734 + - { id: acct-bexio, name: "bexio", host: www.bexio.com, cat: finance, provider: bexio, cc: CH, imp: 1, tier: 4, checks: [http] }
3735 + - { id: acct-abacus, name: "Abacus Research", host: www.abacus.ch, cat: finance, provider: abacus, cc: CH, imp: 1, tier: 4, checks: [http] }
3736 + - { id: acct-bmd, name: "BMD", host: www.bmd.com, cat: finance, provider: bmd, cc: AT, imp: 1, tier: 4, checks: [http] }
3737 + - { id: acct-ifirma, name: "iFirma", host: www.ifirma.pl, cat: finance, provider: ifirma, cc: PL, imp: 1, tier: 4, checks: [http] }
3738 + - { id: acct-comarch, name: "Comarch", host: www.comarch.com, cat: finance, provider: comarch, cc: PL, imp: 2, tier: 4, checks: [http] }
3739 + - { id: acct-asseco, name: "Asseco", host: asseco.com, cat: finance, provider: asseco, cc: PL, imp: 2, tier: 4, checks: [http] }
3740 + - { id: acct-money-s3, name: "Money S3 (Seyfor)", host: money.cz, cat: finance, provider: seyfor, cc: CZ, imp: 1, tier: 4, checks: [http] }
3741 + - { id: acct-pohoda, name: "POHODA (Stormware)", host: www.stormware.cz, cat: finance, provider: stormware, cc: CZ, imp: 1, tier: 4, checks: [http] }
3742 + - { id: acct-kontist, name: "Kontist", host: kontist.com, cat: finance, provider: kontist, cc: DE, imp: 1, tier: 4, checks: [http] }
3743 + - { id: acct-tally, name: "TallyPrime", host: tallysolutions.com, cat: finance, provider: tally, cc: IN, imp: 3, tier: 4, checks: [http] }
3744 + - { id: acct-cleartax, name: "ClearTax", host: cleartax.in, cat: finance, provider: clear, cc: IN, imp: 2, tier: 4, checks: [http] }
3745 + - { id: acct-busy, name: "Busy Accounting", host: busy.in, cat: finance, provider: busy, cc: IN, imp: 1, tier: 4, checks: [http] }
3746 + - { id: acct-marg, name: "Marg ERP", host: margcompusoft.com, cat: finance, provider: marg, cc: IN, imp: 1, tier: 4, checks: [http] }
3747 + - { id: acct-myob, name: "MYOB", host: www.myob.com, cat: finance, provider: myob, cc: AU, imp: 3, tier: 4, checks: [http] }
3748 + - { id: acct-reckon, name: "Reckon", host: www.reckon.com, cat: finance, provider: reckon, cc: AU, imp: 2, tier: 4, checks: [http] }
3749 + - { id: acct-yayoi, name: "Yayoi", host: www.yayoi-kk.co.jp, cat: finance, provider: yayoi, cc: JP, imp: 2, tier: 4, checks: [http] }
3750 + - { id: acct-freee, name: "freee", host: www.freee.co.jp, cat: finance, provider: freee, cc: JP, imp: 2, tier: 4, checks: [http] }
3751 + - { id: acct-money-forward, name: "Money Forward", host: corp.moneyforward.com, cat: finance, provider: money-forward, cc: JP, imp: 2, tier: 4, checks: [http] }
3752 + - { id: acct-obic, name: "OBIC", host: www.obic.co.jp, cat: finance, provider: obic, cc: JP, imp: 1, tier: 4, checks: [http] }
3753 + - { id: acct-douzone, name: "Douzone", host: www.douzone.com, cat: finance, provider: douzone, cc: KR, imp: 2, tier: 4, checks: [http] }
3754 + - { id: acct-kingdee, name: "Kingdee", host: www.kingdee.com, cat: finance, provider: kingdee, cc: CN, imp: 2, tier: 4, checks: [http] }
3755 + - { id: acct-yonyou, name: "Yonyou", host: www.yonyou.com, cat: finance, provider: yonyou, cc: CN, imp: 2, tier: 4, checks: [http] }
3756 + - { id: acct-jurnal, name: "Mekari Jurnal", host: www.jurnal.id, cat: finance, provider: mekari, cc: ID, imp: 1, tier: 4, checks: [http] }
3757 + - { id: acct-accurate, name: "Accurate Online", host: accurate.id, cat: finance, provider: cpssoft, cc: ID, imp: 1, tier: 4, checks: [http] }
3758 + - { id: acct-sql-account, name: "SQL Account", host: www.sql.com.my, cat: finance, provider: sql, cc: MY, imp: 1, tier: 4, checks: [http] }
3759 + - { id: acct-autocount, name: "AutoCount", host: www.autocountsoft.com, cat: finance, provider: autocount, cc: MY, imp: 1, tier: 4, checks: [http] }
3760 + - { id: acct-flowaccount, name: "FlowAccount", host: flowaccount.com, cat: finance, provider: flowaccount, cc: TH, imp: 1, tier: 4, checks: [http] }
3761 + - { id: acct-misa, name: "MISA", host: www.misa.vn, cat: finance, provider: misa, cc: VN, imp: 2, tier: 4, checks: [http] }
3762 + - { id: acct-conta-azul, name: "Conta Azul", host: contaazul.com, cat: finance, provider: conta-azul, cc: BR, imp: 2, tier: 4, checks: [http] }
3763 + - { id: acct-omie, name: "Omie", host: www.omie.com.br, cat: finance, provider: omie, cc: BR, imp: 1, tier: 4, checks: [http] }
3764 + - { id: acct-bling, name: "Bling", host: www.bling.com.br, cat: finance, provider: locaweb, cc: BR, imp: 1, tier: 4, checks: [http] }
3765 + - { id: acct-alegra, name: "Alegra", host: www.alegra.com, cat: finance, provider: alegra, cc: CO, imp: 1, tier: 4, checks: [http] }
3766 + - { id: acct-siigo, name: "Siigo", host: www.siigo.com, cat: finance, provider: siigo, cc: CO, imp: 1, tier: 4, checks: [http] }
3767 + - { id: acct-contpaqi, name: "CONTPAQi", host: www.contpaqi.com, cat: finance, provider: contpaqi, cc: MX, imp: 1, tier: 4, checks: [http] }
3768 + - { id: acct-aspel, name: "Aspel", host: www.aspel.com.mx, cat: finance, provider: aspel, cc: MX, imp: 1, tier: 4, checks: [http] }
3769 + - { id: acct-bind-erp, name: "Bind ERP", host: www.bind.com.mx, cat: finance, provider: bind, cc: MX, imp: 1, tier: 4, checks: [http] }
3770 + - { id: acct-colppy, name: "Colppy", host: www.colppy.com, cat: finance, provider: colppy, cc: AR, imp: 1, tier: 4, checks: [http] }
3771 + - { id: acct-nubox, name: "Nubox", host: www.nubox.com, cat: finance, provider: nubox, cc: CL, imp: 1, tier: 4, checks: [http] }
3772 + - { id: acct-defontana, name: "Defontana", host: www.defontana.com, cat: finance, provider: defontana, cc: CL, imp: 1, tier: 4, checks: [http] }
3773 + - { id: acct-expensify-docs, name: "Expensify Help", host: help.expensify.com, cat: finance, provider: expensify, svc: expensify, cc: US, imp: 1, tier: 4, checks: [http] }
3774 + - { id: acct-spendesk, name: "Spendesk", host: www.spendesk.com, cat: finance, provider: spendesk, svc: spendesk, cc: FR, imp: 2, tier: 4, checks: [http] }
3775 + - { id: acct-payhawk, name: "Payhawk", host: payhawk.com, cat: finance, provider: payhawk, cc: GB, imp: 2, tier: 4, checks: [http] }
3776 + - { id: acct-moss, name: "Moss", host: getmoss.com, cat: finance, provider: moss, cc: DE, imp: 1, tier: 4, checks: [http] }
3777 + - { id: acct-soldo, name: "Soldo", host: www.soldo.com, cat: finance, provider: soldo, cc: GB, imp: 1, tier: 4, checks: [http] }
3778 + - { id: acct-rydoo, name: "Rydoo", host: www.rydoo.com, cat: finance, provider: rydoo, cc: BE, imp: 1, tier: 4, checks: [http] }
3779 + - { id: acct-emburse, name: "Emburse", host: www.emburse.com, cat: finance, provider: emburse, cc: US, imp: 2, tier: 4, checks: [http] }
3780 + - { id: acct-coupa, name: "Coupa", host: www.coupa.com, cat: finance, provider: coupa, cc: US, imp: 3, tier: 4, checks: [http] }
3781 + - { id: acct-basware, name: "Basware", host: www.basware.com, cat: finance, provider: basware, cc: FI, imp: 2, tier: 4, checks: [http] }
3782 + - { id: acct-medius, name: "Medius", host: www.medius.com, cat: finance, provider: medius, cc: SE, imp: 1, tier: 4, checks: [http] }
3783 + - { id: acct-yooz, name: "Yooz", host: www.getyooz.com, cat: finance, provider: yooz, cc: FR, imp: 1, tier: 4, checks: [http] }
3784 + - { id: acct-libeo, name: "Libeo", host: www.libeo.io, cat: finance, provider: libeo, cc: FR, imp: 1, tier: 4, checks: [http] }
3785 + - { id: acct-highradius, name: "HighRadius", host: www.highradius.com, cat: finance, provider: highradius, cc: US, imp: 2, tier: 4, checks: [http] }
3786 + - { id: acct-billtrust, name: "Billtrust", host: www.billtrust.com, cat: finance, provider: billtrust, cc: US, imp: 1, tier: 4, checks: [http] }
3787 + - { id: acct-versapay, name: "Versapay", host: www.versapay.com, cat: finance, provider: versapay, cc: CA, imp: 1, tier: 4, checks: [http] }
3788 + - { id: acct-anaplan, name: "Anaplan", host: www.anaplan.com, cat: finance, provider: anaplan, cc: US, imp: 2, tier: 4, checks: [http] }
3789 + - { id: acct-planful, name: "Planful", host: planful.com, cat: finance, provider: planful, cc: US, imp: 1, tier: 4, checks: [http] }
3790 + - { id: acct-vena, name: "Vena Solutions", host: www.venasolutions.com, cat: finance, provider: vena, cc: CA, imp: 1, tier: 4, checks: [http] }
3791 + - { id: acct-onestream, name: "OneStream", host: www.onestream.com, cat: finance, provider: onestream, cc: US, imp: 1, tier: 4, checks: [http] }
3792 + - { id: acct-trintech, name: "Trintech", host: www.trintech.com, cat: finance, provider: trintech, cc: US, imp: 1, tier: 4, checks: [http] }
3793 + - { id: acct-workiva, name: "Workiva", host: www.workiva.com, cat: finance, provider: workiva, cc: US, imp: 2, tier: 4, checks: [http] }
3794 + - { id: acct-caseware, name: "Caseware", host: www.caseware.com, cat: finance, provider: caseware, cc: CA, imp: 1, tier: 4, checks: [http] }
3795 + - { id: acct-karbon, name: "Karbon", host: karbonhq.com, cat: finance, provider: karbon, cc: US, imp: 1, tier: 4, checks: [http] }
3796 + - { id: acct-canopy, name: "Canopy Tax", host: www.getcanopy.com, cat: finance, provider: canopy, cc: US, imp: 1, tier: 4, checks: [http] }
3797 + - { id: acct-taxdome, name: "TaxDome", host: taxdome.com, cat: finance, provider: taxdome, cc: US, imp: 1, tier: 4, checks: [http] }
3798 + - { id: acct-drake, name: "Drake Software", host: www.drakesoftware.com, cat: finance, provider: drake, cc: US, imp: 1, tier: 4, checks: [http] }
3799 + - { id: acct-cch-axcess, name: "CCH Axcess (Wolters Kluwer)", host: www.wolterskluwer.com, url: "https://www.wolterskluwer.com/en/solutions/cch-axcess", cat: finance, provider: wolters-kluwer, cc: US, imp: 1, tier: 4, checks: [http] }
3800 + - { id: acct-gusto-status, name: "Gusto (help)", host: support.gusto.com, cat: finance, provider: gusto, svc: gusto, cc: US, imp: 1, tier: 4, checks: [http] }
3801 + - { id: acct-rippling-status, name: "Rippling (help)", host: help.rippling.com, cat: finance, provider: rippling, svc: rippling, cc: US, imp: 1, tier: 4, checks: [http] }
3802 + - { id: acct-justworks, name: "Justworks", host: www.justworks.com, cat: finance, provider: justworks, cc: US, imp: 2, tier: 4, checks: [http] }
3803 + - { id: acct-trinet, name: "TriNet", host: www.trinet.com, cat: finance, provider: trinet, cc: US, imp: 2, tier: 4, checks: [http] }
3804 + - { id: acct-onpay, name: "OnPay (payroll)", host: onpay.com, cat: finance, provider: onpay-us, cc: US, imp: 1, tier: 4, checks: [http] }
3805 + - { id: acct-patriot, name: "Patriot Software", host: www.patriotsoftware.com, cat: finance, provider: patriot, cc: US, imp: 1, tier: 4, checks: [http] }
3806 + - { id: acct-square-payroll, name: "Square Payroll", host: squareup.com, url: "https://squareup.com/us/en/payroll", cat: finance, provider: block, svc: square, cc: US, imp: 1, tier: 4, checks: [http] }
3807 + - { id: acct-paypal-business, name: "PayPal Business", host: www.paypal.com, url: "https://www.paypal.com/us/business", cat: finance, provider: paypal, svc: paypal, cc: US, imp: 1, tier: 4, checks: [http] }
3808 + - { id: acct-shopify-payments, name: "Shopify Payments", host: www.shopify.com, url: "https://www.shopify.com/payments", cat: finance, provider: shopify, cc: CA, imp: 3, tier: 4, checks: [http] }
3809 + - { id: acct-shopify-balance, name: "Shopify Balance", host: www.shopify.com, url: "https://www.shopify.com/balance", cat: finance, provider: shopify, cc: CA, imp: 1, tier: 4, checks: [http] }
3810 + - { id: acct-amazon-pay, name: "Amazon Pay", host: pay.amazon.com, cat: finance, provider: amazon, cc: US, imp: 3, tier: 4, checks: [http] }
3811 + - { id: acct-amazon-lending, name: "Amazon Lending", host: sell.amazon.com, url: "https://sell.amazon.com/programs/lending", cat: finance, provider: amazon, cc: US, imp: 1, tier: 4, checks: [http] }
3812 + - { id: acct-woocommerce-payments, name: "WooPayments", host: woocommerce.com, url: "https://woocommerce.com/payments/", cat: finance, provider: automattic, cc: US, imp: 1, tier: 4, checks: [http] }
3813 + - { id: acct-bigcommerce-payments, name: "BigCommerce Payments", host: www.bigcommerce.com, url: "https://www.bigcommerce.com/payments/", cat: finance, provider: bigcommerce, cc: US, imp: 1, tier: 4, checks: [http] }
3814 + - { id: acct-wix-payments, name: "Wix Payments", host: www.wix.com, url: "https://www.wix.com/payments", cat: finance, provider: wix, cc: IL, imp: 1, tier: 4, checks: [http] }
3815 + - { id: acct-squarespace-payments, name: "Squarespace Payments", host: www.squarespace.com, url: "https://www.squarespace.com/payments", cat: finance, provider: squarespace, cc: US, imp: 1, tier: 4, checks: [http] }
3816 + - { id: acct-godaddy-payments, name: "GoDaddy Payments", host: www.godaddy.com, url: "https://www.godaddy.com/payments", cat: finance, provider: godaddy, cc: US, imp: 1, tier: 4, checks: [http] }
added data/targets/fragments/government.yaml +5106 −0
@@ -0,0 +1,5106 @@
1 +# InternetPressure target fragment — GOVERNMENT & PUBLIC SECTOR (worldwide), generated 2026-09-13.
2 +# Same shape as data/targets/targets.yaml. Every host verified (dig non-empty + curl 2xx/3xx/4xx, 12 s timeout, 1 retry).
3 +# Conventions: cat=government, checks=[http] only (no DNS/ICMP load on the long tail), tier 3 (300 s) for imp>=4 else tier 4 (900 s), no traceroute.
4 +# Ids: gov-<cc>-<role> national bodies, gov-<cc>-<region>-<role> sub-national, city-<name> city portals, org-<slug> international organisations (cc: null).
5 +# Public landing pages only (no login/forms/search endpoints).
6 +
7 +targets:
8 + # ───────── International organisations
9 + - { id: org-adb, name: "Asian Development Bank", host: www.adb.org, cat: government, provider: adb, cc: null, imp: 4, tier: 3, checks: [http] }
10 + - { id: org-afcfta, name: "AfCFTA Secretariat", host: au-afcfta.org, cat: government, provider: au, cc: null, imp: 2, tier: 4, checks: [http] }
11 + - { id: org-afdb, name: "African Development Bank", host: www.afdb.org, cat: government, provider: afdb, cc: null, imp: 3, tier: 4, checks: [http] }
12 + - { id: org-aiib, name: "Asian Infrastructure Investment Bank", host: www.aiib.org, cat: government, provider: aiib, cc: null, imp: 3, tier: 4, checks: [http] }
13 + - { id: org-apec, name: "APEC", host: www.apec.org, cat: government, provider: apec, cc: null, imp: 3, tier: 4, checks: [http] }
14 + - { id: org-arab-league, name: "League of Arab States", host: www.lasportal.org, url: "http://www.lasportal.org/", cat: government, provider: las, cc: null, imp: 3, tier: 4, checks: [http] }
15 + - { id: org-asean, name: "ASEAN", host: asean.org, cat: government, provider: asean, cc: null, imp: 4, tier: 3, checks: [http] }
16 + - { id: org-au, name: "African Union", host: au.int, cat: government, provider: au, cc: null, imp: 4, tier: 3, checks: [http] }
17 + - { id: org-au-cdc, name: "Africa CDC", host: africacdc.org, cat: government, provider: au, cc: null, imp: 3, tier: 4, checks: [http] }
18 + - { id: org-bipm, name: "BIPM", host: www.bipm.org, cat: government, provider: bipm, cc: null, imp: 2, tier: 4, checks: [http] }
19 + - { id: org-caf, name: "CAF – Development Bank of Latin America", host: www.caf.com, cat: government, provider: caf, cc: null, imp: 2, tier: 4, checks: [http] }
20 + - { id: org-can, name: "Comunidad Andina", host: www.comunidadandina.org, cat: government, provider: can, cc: null, imp: 2, tier: 4, checks: [http] }
21 + - { id: org-caricom, name: "CARICOM", host: caricom.org, cat: government, provider: caricom, cc: null, imp: 3, tier: 4, checks: [http] }
22 + - { id: org-ceb, name: "Council of Europe Development Bank", host: coebank.org, cat: government, provider: ceb, cc: null, imp: 2, tier: 4, checks: [http] }
23 + - { id: org-celac, name: "CELAC / SELA", host: www.sela.org, cat: government, provider: sela, cc: null, imp: 2, tier: 4, checks: [http] }
24 + - { id: org-cern, name: "CERN", host: home.cern, cat: government, provider: cern, cc: null, imp: 3, tier: 4, checks: [http] }
25 + - { id: org-cis, name: "Commonwealth of Independent States", host: cis.minsk.by, cat: government, provider: cis, cc: null, imp: 2, tier: 4, checks: [http] }
26 + - { id: org-coe, name: "Council of Europe", host: www.coe.int, cat: government, provider: coe, cc: null, imp: 4, tier: 3, checks: [http] }
27 + - { id: org-comesa, name: "COMESA", host: www.comesa.int, cat: government, provider: comesa, cc: null, imp: 2, tier: 4, checks: [http] }
28 + - { id: org-commonwealth, name: "The Commonwealth", host: thecommonwealth.org, cat: government, provider: commonwealth, cc: null, imp: 3, tier: 4, checks: [http] }
29 + - { id: org-croix-rouge-fr, name: "Croix-Rouge française", host: www.croix-rouge.fr, cat: government, provider: redcross, cc: null, imp: 2, tier: 4, checks: [http] }
30 + - { id: org-ctbto, name: "CTBTO", host: www.ctbto.org, cat: government, provider: ctbto, cc: null, imp: 2, tier: 4, checks: [http] }
31 + - { id: org-drk, name: "Deutsches Rotes Kreuz", host: www.drk.de, cat: government, provider: redcross, cc: null, imp: 2, tier: 4, checks: [http] }
32 + - { id: org-eac, name: "East African Community", host: www.eac.int, cat: government, provider: eac, cc: null, imp: 2, tier: 4, checks: [http] }
33 + - { id: org-eaeu, name: "Eurasian Economic Commission", host: eec.eaeunion.org, cat: government, provider: eaeu, cc: null, imp: 2, tier: 4, checks: [http] }
34 + - { id: org-ebrd, name: "EBRD", host: www.ebrd.com, cat: government, provider: ebrd, cc: null, imp: 3, tier: 4, checks: [http] }
35 + - { id: org-ecb-banking-supervision, name: "ECB Banking Supervision", host: www.bankingsupervision.europa.eu, cat: government, provider: ecb, cc: null, imp: 3, tier: 4, checks: [http] }
36 + - { id: org-ecb-data, name: "ECB Data Portal", host: data.ecb.europa.eu, cat: government, provider: ecb, cc: null, imp: 3, tier: 4, checks: [http] }
37 + - { id: org-echr, name: "European Court of Human Rights", host: www.echr.coe.int, cat: government, provider: coe, cc: null, imp: 3, tier: 4, checks: [http] }
38 + - { id: org-echr-hudoc, name: "HUDOC (ECHR case-law)", host: hudoc.echr.coe.int, cat: government, provider: coe, cc: null, imp: 2, tier: 4, checks: [http] }
39 + - { id: org-eclac, name: "ECLAC / CEPAL", host: www.cepal.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
40 + - { id: org-ecowas, name: "ECOWAS", host: ecowas.int, cat: government, provider: ecowas, cc: null, imp: 3, tier: 4, checks: [http] }
41 + - { id: org-efta, name: "EFTA", host: www.efta.int, cat: government, provider: efta, cc: null, imp: 2, tier: 4, checks: [http] }
42 + - { id: org-eib, name: "European Investment Bank", host: www.eib.org, cat: government, provider: eib, cc: null, imp: 4, tier: 3, checks: [http] }
43 + - { id: org-eif, name: "European Investment Fund", host: www.eif.org, cat: government, provider: eib, cc: null, imp: 2, tier: 4, checks: [http] }
44 + - { id: org-esa, name: "European Space Agency", host: www.esa.int, cat: government, provider: esa, cc: null, imp: 4, tier: 3, checks: [http] }
45 + - { id: org-escap, name: "UN ESCAP", host: www.unescap.org, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
46 + - { id: org-eso, name: "European Southern Observatory", host: www.eso.org, cat: government, provider: eso, cc: null, imp: 2, tier: 4, checks: [http] }
47 + - { id: org-eu-cedefop, name: "Cedefop", host: www.cedefop.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
48 + - { id: org-eu-cert, name: "CERT-EU", host: cert.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
49 + - { id: org-eu-copernicus, name: "Copernicus", host: www.copernicus.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
50 + - { id: org-eu-cor, name: "European Committee of the Regions", host: cor.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
51 + - { id: org-eu-curia, name: "Court of Justice of the EU", host: curia.europa.eu, cat: government, provider: eu, cc: null, imp: 4, tier: 3, checks: [http] }
52 + - { id: org-eu-data, name: "data.europa.eu", host: data.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
53 + - { id: org-eu-easa, name: "EASA", host: www.easa.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
54 + - { id: org-eu-eba, name: "European Banking Authority", host: www.eba.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
55 + - { id: org-eu-eca, name: "European Court of Auditors", host: www.eca.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
56 + - { id: org-eu-ecdc-data, name: "ECDC Surveillance Atlas", host: atlas.ecdc.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
57 + - { id: org-eu-echa, name: "ECHA", host: echa.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
58 + - { id: org-eu-ecmwf, name: "ECMWF", host: www.ecmwf.int, cat: government, provider: ecmwf, cc: null, imp: 3, tier: 4, checks: [http] }
59 + - { id: org-eu-eda, name: "European Defence Agency", host: eda.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
60 + - { id: org-eu-edpb, name: "European Data Protection Board", host: www.edpb.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
61 + - { id: org-eu-edps, name: "European Data Protection Supervisor", host: www.edps.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
62 + - { id: org-eu-eea, name: "European Environment Agency", host: www.eea.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
63 + - { id: org-eu-eeas, name: "European External Action Service", host: www.eeas.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
64 + - { id: org-eu-eesc, name: "European Economic and Social Committee", host: www.eesc.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
65 + - { id: org-eu-efsa, name: "EFSA", host: www.efsa.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
66 + - { id: org-eu-eiopa, name: "EIOPA", host: www.eiopa.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
67 + - { id: org-eu-emsa, name: "EMSA", host: www.emsa.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
68 + - { id: org-eu-epo, name: "European Patent Office", host: www.epo.org, cat: government, provider: epo, cc: null, imp: 3, tier: 4, checks: [http] }
69 + - { id: org-eu-eppo, name: "European Public Prosecutor's Office", host: www.eppo.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
70 + - { id: org-eu-era, name: "EU Agency for Railways", host: www.era.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
71 + - { id: org-eu-esm, name: "European Stability Mechanism", host: www.esm.europa.eu, cat: government, provider: esm, cc: null, imp: 2, tier: 4, checks: [http] }
72 + - { id: org-eu-euaa, name: "EU Agency for Asylum", host: euaa.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
73 + - { id: org-eu-euipo, name: "EUIPO", host: www.euipo.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
74 + - { id: org-eu-eumetsat, name: "EUMETSAT", host: www.eumetsat.int, cat: government, provider: eumetsat, cc: null, imp: 3, tier: 4, checks: [http] }
75 + - { id: org-eu-eures, name: "EURES", host: eures.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
76 + - { id: org-eu-eurobarometer, name: "Eurobarometer", host: europa.eu, url: "https://europa.eu/eurobarometer/", cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
77 + - { id: org-eu-eurocontrol, name: "EUROCONTROL", host: www.eurocontrol.int, cat: government, provider: eurocontrol, cc: null, imp: 3, tier: 4, checks: [http] }
78 + - { id: org-eu-eurofound, name: "Eurofound", host: www.eurofound.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
79 + - { id: org-eu-eurojust, name: "Eurojust", host: www.eurojust.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
80 + - { id: org-eu-euspa, name: "EUSPA (Galileo)", host: www.euspa.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
81 + - { id: org-eu-fra, name: "EU Agency for Fundamental Rights", host: fra.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
82 + - { id: org-eu-frontex, name: "Frontex", host: www.frontex.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
83 + - { id: org-eu-ombudsman, name: "European Ombudsman", host: www.ombudsman.europa.eu, cat: government, provider: eu, cc: null, imp: 2, tier: 4, checks: [http] }
84 + - { id: org-eu-publications, name: "EU Publications Office", host: op.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
85 + - { id: org-eu-ted, name: "TED (EU tenders)", host: ted.europa.eu, cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
86 + - { id: org-eu-your-europe, name: "Your Europe", host: europa.eu, url: "https://europa.eu/youreurope/", cat: government, provider: eu, cc: null, imp: 3, tier: 4, checks: [http] }
87 + - { id: org-europa, name: "europa.eu", host: europa.eu, cat: government, provider: eu, cc: null, imp: 4, tier: 3, checks: [http] }
88 + - { id: org-eurostat, name: "Eurostat", host: ec.europa.eu, url: "https://ec.europa.eu/eurostat", cat: government, provider: eu, cc: null, imp: 4, tier: 3, checks: [http] }
89 + - { id: org-fao, name: "FAO", host: www.fao.org, cat: government, provider: fao, cc: null, imp: 4, tier: 3, checks: [http] }
90 + - { id: org-fatf, name: "FATF", host: www.fatf-gafi.org, cat: government, provider: fatf, cc: null, imp: 3, tier: 4, checks: [http] }
91 + - { id: org-fsb, name: "Financial Stability Board", host: www.fsb.org, cat: government, provider: fsb, cc: null, imp: 3, tier: 4, checks: [http] }
92 + - { id: org-g20, name: "G20", host: www.g20.org, cat: government, provider: g20, cc: null, imp: 3, tier: 4, checks: [http] }
93 + - { id: org-gavi, name: "Gavi", host: www.gavi.org, cat: government, provider: gavi, cc: null, imp: 2, tier: 4, checks: [http] }
94 + - { id: org-gcc, name: "Gulf Cooperation Council", host: www.gcc-sg.org, cat: government, provider: gcc, cc: null, imp: 3, tier: 4, checks: [http] }
95 + - { id: org-globalfund, name: "The Global Fund", host: www.theglobalfund.org, cat: government, provider: globalfund, cc: null, imp: 2, tier: 4, checks: [http] }
96 + - { id: org-iadb, name: "Inter-American Development Bank", host: www.iadb.org, cat: government, provider: iadb, cc: null, imp: 3, tier: 4, checks: [http] }
97 + - { id: org-iaea, name: "IAEA", host: www.iaea.org, cat: government, provider: iaea, cc: null, imp: 4, tier: 3, checks: [http] }
98 + - { id: org-icc, name: "International Criminal Court", host: www.icc-cpi.int, cat: government, provider: icc, cc: null, imp: 3, tier: 4, checks: [http] }
99 + - { id: org-icj, name: "International Court of Justice", host: www.icj-cij.org, cat: government, provider: icj, cc: null, imp: 3, tier: 4, checks: [http] }
100 + - { id: org-icrc-ihl, name: "ICRC IHL Databases", host: ihl-databases.icrc.org, cat: government, provider: icrc, cc: null, imp: 2, tier: 4, checks: [http] }
101 + - { id: org-iea, name: "International Energy Agency", host: www.iea.org, cat: government, provider: iea, cc: null, imp: 3, tier: 4, checks: [http] }
102 + - { id: org-iec, name: "IEC", host: www.iec.ch, cat: government, provider: iec, cc: null, imp: 2, tier: 4, checks: [http] }
103 + - { id: org-ifad, name: "IFAD", host: www.ifad.org, cat: government, provider: ifad, cc: null, imp: 2, tier: 4, checks: [http] }
104 + - { id: org-ifc, name: "IFC", host: www.ifc.org, cat: government, provider: worldbank, cc: null, imp: 3, tier: 4, checks: [http] }
105 + - { id: org-ifrc, name: "IFRC", host: www.ifrc.org, cat: government, provider: ifrc, cc: null, imp: 4, tier: 3, checks: [http] }
106 + - { id: org-ilo, name: "International Labour Organization", host: www.ilo.org, cat: government, provider: ilo, cc: null, imp: 4, tier: 3, checks: [http] }
107 + - { id: org-ilostat, name: "ILOSTAT", host: ilostat.ilo.org, cat: government, provider: ilo, cc: null, imp: 2, tier: 4, checks: [http] }
108 + - { id: org-imf-data, name: "IMF Data", host: data.imf.org, cat: government, provider: imf, cc: null, imp: 3, tier: 4, checks: [http] }
109 + - { id: org-imo, name: "International Maritime Organization", host: www.imo.org, cat: government, provider: imo, cc: null, imp: 3, tier: 4, checks: [http] }
110 + - { id: org-interpol-notices, name: "Interpol Red Notices", host: www.interpol.int, url: "https://www.interpol.int/How-we-work/Notices/Red-Notices/View-Red-Notices", cat: government, provider: interpol, cc: null, imp: 3, tier: 4, checks: [http] }
111 + - { id: org-iom, name: "International Organization for Migration", host: www.iom.int, cat: government, provider: iom, cc: null, imp: 3, tier: 4, checks: [http] }
112 + - { id: org-iom-dtm, name: "IOM Displacement Tracking Matrix", host: dtm.iom.int, cat: government, provider: iom, cc: null, imp: 2, tier: 4, checks: [http] }
113 + - { id: org-iom-un-migration, name: "UN Migration Network", host: migrationnetwork.un.org, cat: government, provider: un, cc: null, imp: 1, tier: 4, checks: [http] }
114 + - { id: org-ipcc, name: "IPCC", host: www.ipcc.ch, cat: government, provider: ipcc, cc: null, imp: 3, tier: 4, checks: [http] }
115 + - { id: org-isdb, name: "Islamic Development Bank", host: www.isdb.org, cat: government, provider: isdb, cc: null, imp: 2, tier: 4, checks: [http] }
116 + - { id: org-iso, name: "ISO", host: www.iso.org, cat: government, provider: iso, cc: null, imp: 3, tier: 4, checks: [http] }
117 + - { id: org-itc, name: "International Trade Centre", host: www.intracen.org, cat: government, provider: itc, cc: null, imp: 2, tier: 4, checks: [http] }
118 + - { id: org-mercosur, name: "Mercosur", host: www.mercosur.int, cat: government, provider: mercosur, cc: null, imp: 3, tier: 4, checks: [http] }
119 + - { id: org-msf, name: "Médecins Sans Frontières", host: www.msf.org, cat: government, provider: msf, cc: null, imp: 3, tier: 4, checks: [http] }
120 + - { id: org-nato-act, name: "NATO Allied Command Transformation", host: www.act.nato.int, cat: government, provider: nato, cc: null, imp: 2, tier: 4, checks: [http] }
121 + - { id: org-nato-pa, name: "NATO Parliamentary Assembly", host: www.nato-pa.int, cat: government, provider: nato, cc: null, imp: 2, tier: 4, checks: [http] }
122 + - { id: org-nato-shape, name: "NATO SHAPE", host: shape.nato.int, cat: government, provider: nato, cc: null, imp: 3, tier: 4, checks: [http] }
123 + - { id: org-ndb, name: "New Development Bank", host: www.ndb.int, cat: government, provider: ndb, cc: null, imp: 2, tier: 4, checks: [http] }
124 + - { id: org-nordic-council, name: "Nordic Council", host: www.norden.org, cat: government, provider: norden, cc: null, imp: 2, tier: 4, checks: [http] }
125 + - { id: org-oas, name: "Organization of American States", host: www.oas.org, cat: government, provider: oas, cc: null, imp: 4, tier: 3, checks: [http] }
126 + - { id: org-oecd-data, name: "OECD Data Explorer", host: data-explorer.oecd.org, cat: government, provider: oecd, cc: null, imp: 3, tier: 4, checks: [http] }
127 + - { id: org-oecd-stats, name: "OECD Statistics", host: stats.oecd.org, cat: government, provider: oecd, cc: null, imp: 2, tier: 4, checks: [http] }
128 + - { id: org-ohchr, name: "UN Human Rights (OHCHR)", host: www.ohchr.org, cat: government, provider: ohchr, cc: null, imp: 3, tier: 4, checks: [http] }
129 + - { id: org-ohchr-treaty, name: "UN Treaty Body Database", host: tbinternet.ohchr.org, cat: government, provider: ohchr, cc: null, imp: 1, tier: 4, checks: [http] }
130 + - { id: org-oic, name: "Organisation of Islamic Cooperation", host: www.oic-oci.org, cat: government, provider: oic, cc: null, imp: 3, tier: 4, checks: [http] }
131 + - { id: org-oif, name: "Organisation internationale de la Francophonie", host: www.francophonie.org, cat: government, provider: oif, cc: null, imp: 3, tier: 4, checks: [http] }
132 + - { id: org-opcw, name: "OPCW", host: www.opcw.org, cat: government, provider: opcw, cc: null, imp: 3, tier: 4, checks: [http] }
133 + - { id: org-opec, name: "OPEC", host: www.opec.org, cat: government, provider: opec, cc: null, imp: 3, tier: 4, checks: [http] }
134 + - { id: org-osce, name: "OSCE", host: www.osce.org, cat: government, provider: osce, cc: null, imp: 3, tier: 4, checks: [http] }
135 + - { id: org-paho, name: "PAHO", host: www.paho.org, cat: government, provider: paho, cc: null, imp: 3, tier: 4, checks: [http] }
136 + - { id: org-pca, name: "Permanent Court of Arbitration", host: pca-cpa.org, cat: government, provider: pca, cc: null, imp: 2, tier: 4, checks: [http] }
137 + - { id: org-pif, name: "Pacific Islands Forum", host: forumsec.org, cat: government, provider: pif, cc: null, imp: 2, tier: 4, checks: [http] }
138 + - { id: org-redcross-ca, name: "Canadian Red Cross", host: www.redcross.ca, cat: government, provider: redcross, cc: null, imp: 3, tier: 4, checks: [http] }
139 + - { id: org-redcross-uk, name: "British Red Cross", host: www.redcross.org.uk, cat: government, provider: redcross, cc: null, imp: 2, tier: 4, checks: [http] }
140 + - { id: org-redcross-us, name: "American Red Cross", host: www.redcross.org, cat: government, provider: redcross, cc: null, imp: 3, tier: 4, checks: [http] }
141 + - { id: org-reliefweb, name: "ReliefWeb (OCHA)", host: reliefweb.int, cat: government, provider: unocha, cc: null, imp: 3, tier: 4, checks: [http] }
142 + - { id: org-saarc, name: "SAARC", host: www.saarc-sec.org, cat: government, provider: saarc, cc: null, imp: 2, tier: 4, checks: [http] }
143 + - { id: org-sadc, name: "SADC", host: www.sadc.int, cat: government, provider: sadc, cc: null, imp: 3, tier: 4, checks: [http] }
144 + - { id: org-sco, name: "Shanghai Cooperation Organisation", host: eng.sectsco.org, cat: government, provider: sco, cc: null, imp: 2, tier: 4, checks: [http] }
145 + - { id: org-sica, name: "SICA", host: www.sica.int, cat: government, provider: sica, cc: null, imp: 2, tier: 4, checks: [http] }
146 + - { id: org-spc, name: "Pacific Community (SPC)", host: www.spc.int, cat: government, provider: spc, cc: null, imp: 2, tier: 4, checks: [http] }
147 + - { id: org-un-careers, name: "UN Careers", host: careers.un.org, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
148 + - { id: org-un-data, name: "UN Data", host: data.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
149 + - { id: org-un-digital-library, name: "UN Digital Library", host: digitallibrary.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
150 + - { id: org-un-news, name: "UN News", host: news.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
151 + - { id: org-un-peacekeeping, name: "UN Peacekeeping", host: peacekeeping.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
152 + - { id: org-un-press, name: "UN Press", host: press.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
153 + - { id: org-un-sdgs, name: "UN Sustainable Development Goals", host: sdgs.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
154 + - { id: org-un-security-council, name: "UN Security Council", host: main.un.org, url: "https://main.un.org/securitycouncil/en", cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
155 + - { id: org-un-treaties, name: "UN Treaty Collection", host: treaties.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
156 + - { id: org-un-women, name: "UN Women", host: www.unwomen.org, cat: government, provider: unwomen, cc: null, imp: 3, tier: 4, checks: [http] }
157 + - { id: org-unaids, name: "UNAIDS", host: www.unaids.org, cat: government, provider: unaids, cc: null, imp: 3, tier: 4, checks: [http] }
158 + - { id: org-unctad, name: "UNCTAD", host: unctad.org, cat: government, provider: unctad, cc: null, imp: 3, tier: 4, checks: [http] }
159 + - { id: org-undp, name: "UNDP", host: www.undp.org, cat: government, provider: undp, cc: null, imp: 4, tier: 3, checks: [http] }
160 + - { id: org-uneca, name: "UN ECA", host: www.uneca.org, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
161 + - { id: org-unece, name: "UNECE", host: unece.org, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
162 + - { id: org-unep, name: "UN Environment Programme", host: www.unep.org, cat: government, provider: unep, cc: null, imp: 3, tier: 4, checks: [http] }
163 + - { id: org-unesco, name: "UNESCO", host: www.unesco.org, cat: government, provider: unesco, cc: null, imp: 4, tier: 3, checks: [http] }
164 + - { id: org-unesco-whc, name: "UNESCO World Heritage Centre", host: whc.unesco.org, cat: government, provider: unesco, cc: null, imp: 3, tier: 4, checks: [http] }
165 + - { id: org-unfccc, name: "UNFCCC", host: unfccc.int, cat: government, provider: unfccc, cc: null, imp: 3, tier: 4, checks: [http] }
166 + - { id: org-unfpa, name: "UNFPA", host: www.unfpa.org, cat: government, provider: unfpa, cc: null, imp: 3, tier: 4, checks: [http] }
167 + - { id: org-unhabitat, name: "UN-Habitat", host: unhabitat.org, cat: government, provider: unhabitat, cc: null, imp: 2, tier: 4, checks: [http] }
168 + - { id: org-unicef-data, name: "UNICEF Data", host: data.unicef.org, cat: government, provider: unicef, cc: null, imp: 2, tier: 4, checks: [http] }
169 + - { id: org-unido, name: "UNIDO", host: www.unido.org, cat: government, provider: unido, cc: null, imp: 2, tier: 4, checks: [http] }
170 + - { id: org-unisdr, name: "UNDRR", host: www.undrr.org, cat: government, provider: undrr, cc: null, imp: 2, tier: 4, checks: [http] }
171 + - { id: org-unitar, name: "UNITAR", host: unitar.org, cat: government, provider: un, cc: null, imp: 1, tier: 4, checks: [http] }
172 + - { id: org-unocha, name: "UN OCHA", host: www.unocha.org, cat: government, provider: unocha, cc: null, imp: 3, tier: 4, checks: [http] }
173 + - { id: org-unodc, name: "UNODC", host: www.unodc.org, cat: government, provider: unodc, cc: null, imp: 3, tier: 4, checks: [http] }
174 + - { id: org-unog, name: "UN Geneva", host: www.ungeneva.org, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
175 + - { id: org-unoosa, name: "UNOOSA", host: www.unoosa.org, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
176 + - { id: org-unops, name: "UNOPS", host: www.unops.org, cat: government, provider: unops, cc: null, imp: 2, tier: 4, checks: [http] }
177 + - { id: org-unov, name: "UN Vienna", host: www.unov.org, cat: government, provider: un, cc: null, imp: 1, tier: 4, checks: [http] }
178 + - { id: org-unrwa, name: "UNRWA", host: www.unrwa.org, cat: government, provider: unrwa, cc: null, imp: 3, tier: 4, checks: [http] }
179 + - { id: org-unstats, name: "UN Statistics Division", host: unstats.un.org, cat: government, provider: un, cc: null, imp: 3, tier: 4, checks: [http] }
180 + - { id: org-unu, name: "United Nations University", host: unu.edu, cat: government, provider: un, cc: null, imp: 2, tier: 4, checks: [http] }
181 + - { id: org-unv, name: "UN Volunteers", host: www.unv.org, cat: government, provider: unv, cc: null, imp: 1, tier: 4, checks: [http] }
182 + - { id: org-unwto, name: "UN Tourism", host: www.unwto.org, cat: government, provider: unwto, cc: null, imp: 2, tier: 4, checks: [http] }
183 + - { id: org-upu, name: "Universal Postal Union", host: www.upu.int, cat: government, provider: upu, cc: null, imp: 3, tier: 4, checks: [http] }
184 + - { id: org-wada, name: "WADA", host: www.wada-ama.org, cat: government, provider: wada, cc: null, imp: 2, tier: 4, checks: [http] }
185 + - { id: org-wfp, name: "World Food Programme", host: www.wfp.org, cat: government, provider: wfp, cc: null, imp: 4, tier: 3, checks: [http] }
186 + - { id: org-who-afro, name: "WHO Africa", host: www.afro.who.int, cat: government, provider: who, cc: null, imp: 3, tier: 4, checks: [http] }
187 + - { id: org-who-data, name: "WHO Data (GHO)", host: data.who.int, cat: government, provider: who, cc: null, imp: 3, tier: 4, checks: [http] }
188 + - { id: org-who-euro, name: "WHO Regional Office for Europe", host: www.who.int, url: "https://www.who.int/europe", cat: government, provider: who, cc: null, imp: 3, tier: 4, checks: [http] }
189 + - { id: org-who-iris, name: "WHO IRIS", host: iris.who.int, cat: government, provider: who, cc: null, imp: 2, tier: 4, checks: [http] }
190 + - { id: org-wipo, name: "WIPO", host: www.wipo.int, cat: government, provider: wipo, cc: null, imp: 4, tier: 3, checks: [http] }
191 + - { id: org-wmo, name: "World Meteorological Organization", host: wmo.int, cat: government, provider: wmo, cc: null, imp: 4, tier: 3, checks: [http] }
192 + - { id: org-wmo-community, name: "WMO Community Platform", host: community.wmo.int, cat: government, provider: wmo, cc: null, imp: 2, tier: 4, checks: [http] }
193 + - { id: org-worldbank-data, name: "World Bank Open Data", host: data.worldbank.org, cat: government, provider: worldbank, cc: null, imp: 4, tier: 3, checks: [http] }
194 + - { id: org-worldbank-docs, name: "World Bank Documents", host: documents.worldbank.org, cat: government, provider: worldbank, cc: null, imp: 2, tier: 4, checks: [http] }
195 + - { id: org-worldcustoms, name: "World Customs Organization", host: www.wcoomd.org, cat: government, provider: wco, cc: null, imp: 3, tier: 4, checks: [http] }
196 + - { id: org-wto-docs, name: "WTO Documents Online", host: docs.wto.org, cat: government, provider: wto, cc: null, imp: 2, tier: 4, checks: [http] }
197 + - { id: org-wto-stats, name: "WTO Stats", host: stats.wto.org, cat: government, provider: wto, cc: null, imp: 2, tier: 4, checks: [http] }
198 + # ───────── AE
199 + - { id: city-abu-dhabi, name: "Abu Dhabi City Municipality", host: www.dmt.gov.ae, cat: government, provider: abu-dhabi, cc: AE, imp: 2, tier: 4, checks: [http] }
200 + - { id: gov-ae-abudhabi, name: "Abu Dhabi Government (TAMM)", host: www.tamm.abudhabi, cat: government, provider: abu-dhabi, cc: AE, imp: 3, tier: 4, checks: [http] }
201 + - { id: gov-ae-adgm, name: "ADGM", host: www.adgm.com, cat: government, provider: adgm, cc: AE, imp: 2, tier: 4, checks: [http] }
202 + - { id: gov-ae-adpolice, name: "Abu Dhabi Police", host: www.adpolice.gov.ae, cat: government, provider: abu-dhabi, cc: AE, imp: 2, tier: 4, checks: [http] }
203 + - { id: gov-ae-bayanat, name: "Bayanat (open data)", host: bayanat.ae, cat: government, provider: gov-ae, cc: AE, imp: 1, tier: 4, checks: [http] }
204 + - { id: gov-ae-customs, name: "Federal Authority for Identity, Citizenship, Customs & Port Security", host: icp.gov.ae, cat: government, provider: icp, cc: AE, imp: 4, tier: 3, checks: [http] }
205 + - { id: gov-ae-ded, name: "Dubai Economy and Tourism", host: www.dubaidet.gov.ae, cat: government, provider: dubai, cc: AE, imp: 1, tier: 4, checks: [http] }
206 + - { id: gov-ae-dewa, name: "DEWA", host: www.dewa.gov.ae, cat: government, provider: dubai, cc: AE, imp: 2, tier: 4, checks: [http] }
207 + - { id: gov-ae-dha, name: "Dubai Health Authority", host: www.dha.gov.ae, cat: government, provider: dubai, cc: AE, imp: 2, tier: 4, checks: [http] }
208 + - { id: gov-ae-difc, name: "DIFC", host: www.difc.com, cat: government, provider: difc, cc: AE, imp: 2, tier: 4, checks: [http] }
209 + - { id: gov-ae-dm, name: "Dubai Municipality", host: www.dm.gov.ae, cat: government, provider: dubai, cc: AE, imp: 2, tier: 4, checks: [http] }
210 + - { id: gov-ae-doh-ad, name: "Department of Health Abu Dhabi", host: www.doh.gov.ae, cat: government, provider: abu-dhabi, cc: AE, imp: 2, tier: 4, checks: [http] }
211 + - { id: gov-ae-dubaiairports, name: "Dubai Airports", host: www.dubaiairports.ae, cat: government, provider: dubai-airports, cc: AE, imp: 3, tier: 4, checks: [http] }
212 + - { id: gov-ae-dubaipolice, name: "Dubai Police", host: www.dubaipolice.gov.ae, cat: government, provider: dubai, cc: AE, imp: 3, tier: 4, checks: [http] }
213 + - { id: gov-ae-dxbcert, name: "aeCERT", host: www.tdra.gov.ae, url: "https://www.tdra.gov.ae/en/aecert", cat: government, provider: tdra, cc: AE, imp: 1, tier: 4, checks: [http] }
214 + - { id: gov-ae-emiratespost, name: "Emirates Post", host: www.emiratespost.ae, cat: government, provider: emiratespost, cc: AE, imp: 3, tier: 4, checks: [http] }
215 + - { id: gov-ae-etihadrail, name: "Etihad Rail", host: www.etihadrail.ae, cat: government, provider: etihadrail, cc: AE, imp: 2, tier: 4, checks: [http] }
216 + - { id: gov-ae-fcsc, name: "Federal Competitiveness and Statistics Centre", host: fcsc.gov.ae, cat: government, provider: fcsc, cc: AE, imp: 2, tier: 4, checks: [http] }
217 + - { id: gov-ae-fedcourts, name: "Federal Judiciary", host: www.moj.gov.ae, url: "https://www.moj.gov.ae/en/courts.aspx", cat: government, provider: gov-ae, cc: AE, imp: 1, tier: 4, checks: [http] }
218 + - { id: gov-ae-fnc, name: "Federal National Council", host: www.mfnca.gov.ae, cat: government, provider: fnc, cc: AE, imp: 1, tier: 4, checks: [http] }
219 + - { id: gov-ae-gcaa, name: "GCAA", host: www.gcaa.gov.ae, cat: government, provider: gcaa, cc: AE, imp: 2, tier: 4, checks: [http] }
220 + - { id: gov-ae-gpssa, name: "GPSSA (pensions)", host: gpssa.gov.ae, cat: government, provider: gpssa, cc: AE, imp: 1, tier: 4, checks: [http] }
221 + - { id: gov-ae-mbrsc, name: "MBRSC", host: www.mbrsc.ae, cat: government, provider: mbrsc, cc: AE, imp: 1, tier: 4, checks: [http] }
222 + - { id: gov-ae-moe, name: "Ministry of Education", host: www.moe.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 3, tier: 4, checks: [http] }
223 + - { id: gov-ae-moec, name: "Ministry of Economy", host: www.moec.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 2, tier: 4, checks: [http] }
224 + - { id: gov-ae-mof, name: "Ministry of Finance", host: mof.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 3, tier: 4, checks: [http] }
225 + - { id: gov-ae-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 3, tier: 4, checks: [http] }
226 + - { id: gov-ae-moi, name: "Ministry of Interior", host: www.moi.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 3, tier: 4, checks: [http] }
227 + - { id: gov-ae-moj, name: "Ministry of Justice", host: www.moj.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 2, tier: 4, checks: [http] }
228 + - { id: gov-ae-rta, name: "RTA Dubai", host: www.rta.ae, cat: government, provider: dubai, cc: AE, imp: 3, tier: 4, checks: [http] }
229 + - { id: gov-ae-sca, name: "Securities and Commodities Authority", host: www.sca.gov.ae, cat: government, provider: sca, cc: AE, imp: 2, tier: 4, checks: [http] }
230 + - { id: gov-ae-sharjah, name: "Sharjah Government", host: www.sharjah.ae, cat: government, provider: sharjah, cc: AE, imp: 1, tier: 4, checks: [http] }
231 + - { id: gov-ae-smartdubai, name: "Digital Dubai", host: www.digitaldubai.ae, cat: government, provider: dubai, cc: AE, imp: 2, tier: 4, checks: [http] }
232 + - { id: gov-ae-tdra, name: "TDRA", host: tdra.gov.ae, cat: government, provider: tdra, cc: AE, imp: 3, tier: 4, checks: [http] }
233 + - { id: gov-ae-uaecabinet, name: "UAE Cabinet", host: uaecabinet.ae, cat: government, provider: gov-ae, cc: AE, imp: 3, tier: 4, checks: [http] }
234 + - { id: gov-ae-uaeelections, name: "UAE National Elections Committee", host: www.uaenec.ae, cat: government, provider: nec-ae, cc: AE, imp: 1, tier: 4, checks: [http] }
235 + - { id: gov-ae-uaelegislation, name: "UAE Legislation", host: uaelegislation.gov.ae, cat: government, provider: gov-ae, cc: AE, imp: 2, tier: 4, checks: [http] }
236 + - { id: gov-ae-uaepass, name: "UAE PASS", host: uaepass.ae, cat: government, provider: tdra, cc: AE, imp: 3, tier: 4, checks: [http] }
237 + - { id: gov-ae-wam, name: "WAM (Emirates News Agency)", host: www.wam.ae, cat: government, provider: wam, cc: AE, imp: 3, tier: 4, checks: [http] }
238 + # ───────── AF
239 + - { id: gov-af-dab, name: "Da Afghanistan Bank", host: dab.gov.af, cat: government, provider: dab, cc: AF, imp: 1, tier: 4, checks: [http] }
240 + - { id: gov-af-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.af, cat: government, provider: gov-af, cc: AF, imp: 1, tier: 4, checks: [http] }
241 + - { id: gov-af-mof, name: "Ministry of Finance (Afghanistan)", host: mof.gov.af, cat: government, provider: gov-af, cc: AF, imp: 1, tier: 4, checks: [http] }
242 + - { id: gov-af-moph, name: "Ministry of Public Health", host: moph.gov.af, cat: government, provider: gov-af, cc: AF, imp: 1, tier: 4, checks: [http] }
243 + # ───────── AG
244 + - { id: gov-ag-eccb, name: "Eastern Caribbean Central Bank", host: www.eccb-centralbank.org, cat: government, provider: eccb, cc: AG, imp: 2, tier: 4, checks: [http] }
245 + - { id: gov-ag-gov, name: "Government of Antigua and Barbuda", host: ab.gov.ag, cat: government, provider: gov-ag, cc: AG, imp: 1, tier: 4, checks: [http] }
246 + # ───────── AL
247 + - { id: gov-al-asp, name: "Policia e Shtetit", host: www.asp.gov.al, cat: government, provider: asp, cc: AL, imp: 2, tier: 4, checks: [http] }
248 + - { id: gov-al-bankofalbania, name: "Banka e Shqipërisë", host: www.bankofalbania.org, cat: government, provider: boa, cc: AL, imp: 2, tier: 4, checks: [http] }
249 + - { id: gov-al-dogana, name: "Doganat", host: dogana.gov.al, cat: government, provider: dogana, cc: AL, imp: 1, tier: 4, checks: [http] }
250 + - { id: gov-al-e-albania, name: "e-Albania", host: e-albania.al, cat: government, provider: gov-al, cc: AL, imp: 3, tier: 4, checks: [http] }
251 + - { id: gov-al-financa, name: "Ministria e Financave", host: financa.gov.al, cat: government, provider: gov-al, cc: AL, imp: 1, tier: 4, checks: [http] }
252 + - { id: gov-al-instat, name: "INSTAT", host: www.instat.gov.al, cat: government, provider: instat, cc: AL, imp: 2, tier: 4, checks: [http] }
253 + - { id: gov-al-ishp, name: "Instituti i Shëndetit Publik", host: www.ishp.gov.al, cat: government, provider: ishp, cc: AL, imp: 1, tier: 4, checks: [http] }
254 + - { id: gov-al-issh, name: "ISSH", host: www.issh.gov.al, cat: government, provider: issh, cc: AL, imp: 1, tier: 4, checks: [http] }
255 + - { id: gov-al-kqz, name: "KQZ", host: kqz.gov.al, cat: government, provider: kqz, cc: AL, imp: 2, tier: 4, checks: [http] }
256 + - { id: gov-al-kryeministria, name: "Kryeministria", host: www.kryeministria.al, cat: government, provider: gov-al, cc: AL, imp: 2, tier: 4, checks: [http] }
257 + - { id: gov-al-mb, name: "Ministria e Brendshme", host: mb.gov.al, cat: government, provider: gov-al, cc: AL, imp: 1, tier: 4, checks: [http] }
258 + - { id: gov-al-parlament, name: "Kuvendi i Shqipërisë", host: www.parlament.al, cat: government, provider: kuvendi, cc: AL, imp: 2, tier: 4, checks: [http] }
259 + - { id: gov-al-postashqiptare, name: "Posta Shqiptare", host: www.postashqiptare.al, cat: government, provider: posta-al, cc: AL, imp: 1, tier: 4, checks: [http] }
260 + - { id: gov-al-president, name: "Presidenti i Republikës", host: president.al, cat: government, provider: gov-al, cc: AL, imp: 1, tier: 4, checks: [http] }
261 + - { id: gov-al-punetejashtme, name: "Ministria për Evropën dhe Punët e Jashtme", host: punetejashtme.gov.al, cat: government, provider: gov-al, cc: AL, imp: 1, tier: 4, checks: [http] }
262 + - { id: gov-al-shendetesia, name: "Ministria e Shëndetësisë", host: shendetesia.gov.al, cat: government, provider: gov-al, cc: AL, imp: 1, tier: 4, checks: [http] }
263 + - { id: gov-al-tatime, name: "Drejtoria e Tatimeve", host: www.tatime.gov.al, cat: government, provider: tatime, cc: AL, imp: 2, tier: 4, checks: [http] }
264 + - { id: gov-al-tirana, name: "Bashkia Tiranë", host: www.tirana.al, cat: government, provider: tirana, cc: AL, imp: 1, tier: 4, checks: [http] }
265 + # ───────── AM
266 + - { id: gov-am-arlis, name: "ARLIS (legal)", host: www.arlis.am, cat: government, provider: gov-am, cc: AM, imp: 1, tier: 4, checks: [http] }
267 + - { id: gov-am-armstat, name: "Armstat", host: www.armstat.am, cat: government, provider: armstat, cc: AM, imp: 2, tier: 4, checks: [http] }
268 + - { id: gov-am-cba, name: "Central Bank of Armenia", host: www.cba.am, cat: government, provider: cba, cc: AM, imp: 2, tier: 4, checks: [http] }
269 + - { id: gov-am-concourt, name: "Constitutional Court", host: www.concourt.am, cat: government, provider: concourt, cc: AM, imp: 1, tier: 4, checks: [http] }
270 + - { id: gov-am-court, name: "Judiciary of Armenia", host: www.court.am, cat: government, provider: court-am, cc: AM, imp: 1, tier: 4, checks: [http] }
271 + - { id: gov-am-e-gov, name: "e-gov.am", host: www.e-gov.am, cat: government, provider: gov-am, cc: AM, imp: 2, tier: 4, checks: [http] }
272 + - { id: gov-am-elections, name: "Central Electoral Commission", host: www.elections.am, cat: government, provider: cec-am, cc: AM, imp: 1, tier: 4, checks: [http] }
273 + - { id: gov-am-gov, name: "Government of Armenia", host: www.gov.am, cat: government, provider: gov-am, cc: AM, imp: 3, tier: 4, checks: [http] }
274 + - { id: gov-am-haypost, name: "HayPost", host: www.haypost.am, cat: government, provider: haypost, cc: AM, imp: 1, tier: 4, checks: [http] }
275 + - { id: gov-am-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.am, cat: government, provider: gov-am, cc: AM, imp: 2, tier: 4, checks: [http] }
276 + - { id: gov-am-minfin, name: "Ministry of Finance", host: minfin.am, cat: government, provider: gov-am, cc: AM, imp: 1, tier: 4, checks: [http] }
277 + - { id: gov-am-moh, name: "Ministry of Health", host: www.moh.am, cat: government, provider: gov-am, cc: AM, imp: 1, tier: 4, checks: [http] }
278 + - { id: gov-am-parliament, name: "National Assembly", host: www.parliament.am, cat: government, provider: parliament-am, cc: AM, imp: 2, tier: 4, checks: [http] }
279 + - { id: gov-am-police, name: "Police of Armenia", host: www.police.am, cat: government, provider: police-am, cc: AM, imp: 2, tier: 4, checks: [http] }
280 + - { id: gov-am-president, name: "President of Armenia", host: www.president.am, cat: government, provider: gov-am, cc: AM, imp: 2, tier: 4, checks: [http] }
281 + - { id: gov-am-src, name: "State Revenue Committee", host: www.src.am, cat: government, provider: src, cc: AM, imp: 2, tier: 4, checks: [http] }
282 + - { id: gov-am-yerevan, name: "Yerevan Municipality", host: www.yerevan.am, cat: government, provider: yerevan, cc: AM, imp: 1, tier: 4, checks: [http] }
283 + # ───────── AO
284 + - { id: gov-ao-agt, name: "Administração Geral Tributária", host: agt.minfin.gov.ao, cat: government, provider: agt, cc: AO, imp: 2, tier: 4, checks: [http] }
285 + - { id: gov-ao-bna, name: "Banco Nacional de Angola", host: www.bna.ao, cat: government, provider: bna-ao, cc: AO, imp: 2, tier: 4, checks: [http] }
286 + - { id: gov-ao-cne, name: "Comissão Nacional Eleitoral", host: www.cne.ao, cat: government, provider: cne-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
287 + - { id: gov-ao-correios, name: "Correios de Angola", host: www.correiosdeangola.ao, cat: government, provider: correios-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
288 + - { id: gov-ao-governo, name: "Governo de Angola", host: governo.gov.ao, cat: government, provider: gov-ao, cc: AO, imp: 3, tier: 4, checks: [http] }
289 + - { id: gov-ao-inacom, name: "INACOM", host: www.inacom.gov.ao, cat: government, provider: inacom, cc: AO, imp: 1, tier: 4, checks: [http] }
290 + - { id: gov-ao-inss, name: "INSS Angola", host: www.inss.gov.ao, cat: government, provider: inss-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
291 + - { id: gov-ao-med, name: "Ministério da Educação", host: www.med.gov.ao, cat: government, provider: gov-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
292 + - { id: gov-ao-minfin, name: "Ministério das Finanças", host: www.minfin.gov.ao, cat: government, provider: gov-ao, cc: AO, imp: 2, tier: 4, checks: [http] }
293 + - { id: gov-ao-minsa, name: "Ministério da Saúde", host: www.minsa.gov.ao, cat: government, provider: gov-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
294 + - { id: gov-ao-mirex, name: "MIREX", host: mirex.gov.ao, cat: government, provider: gov-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
295 + - { id: gov-ao-parlamento, name: "Assembleia Nacional", host: www.parlamento.ao, cat: government, provider: parlamento-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
296 + - { id: gov-ao-sepe, name: "Portal do Cidadão (SEPE)", host: www.sepe.gov.ao, cat: government, provider: gov-ao, cc: AO, imp: 2, tier: 4, checks: [http] }
297 + - { id: gov-ao-sme, name: "Serviço de Migração e Estrangeiros", host: www.sme.gov.ao, cat: government, provider: sme-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
298 + - { id: gov-ao-tribunalsupremo, name: "Tribunal Supremo", host: www.tribunalsupremo.ao, cat: government, provider: ts-ao, cc: AO, imp: 1, tier: 4, checks: [http] }
299 + # ───────── AR
300 + - { id: city-cordoba-ar, name: "Municipalidad de Córdoba", host: www.cordoba.gob.ar, cat: government, provider: cordoba-city, cc: AR, imp: 1, tier: 4, checks: [http] }
301 + - { id: city-rosario, name: "Municipalidad de Rosario", host: www.rosario.gob.ar, cat: government, provider: rosario, cc: AR, imp: 1, tier: 4, checks: [http] }
302 + - { id: gov-ar-aaip, name: "Agencia de Acceso a la Información Pública", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/aaip", cat: government, provider: gov-ar, cc: AR, imp: 1, tier: 4, checks: [http] }
303 + - { id: gov-ar-aduana, name: "Aduana (ARCA)", host: www.afip.gob.ar, url: "https://www.afip.gob.ar/aduana/", cat: government, provider: arca, cc: AR, imp: 2, tier: 4, checks: [http] }
304 + - { id: gov-ar-agn, name: "Archivo General de la Nación", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/interior/archivo-general-de-la-nacion", cat: government, provider: gov-ar, cc: AR, imp: 1, tier: 4, checks: [http] }
305 + - { id: gov-ar-anac, name: "ANAC", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/anac", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
306 + - { id: gov-ar-anmat, name: "ANMAT", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/anmat", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
307 + - { id: gov-ar-anses-mi, name: "Mi ANSES", host: www.anses.gob.ar, url: "https://www.anses.gob.ar/mi-anses", cat: government, provider: anses, cc: AR, imp: 3, tier: 4, checks: [http] }
308 + - { id: gov-ar-bn, name: "Biblioteca Nacional Mariano Moreno", host: www.bn.gov.ar, cat: government, provider: bn-ar, cc: AR, imp: 1, tier: 4, checks: [http] }
309 + - { id: gov-ar-bna, name: "Banco de la Nación Argentina", host: www.bna.com.ar, cat: government, provider: bna, cc: AR, imp: 3, tier: 4, checks: [http] }
310 + - { id: gov-ar-boletinoficial, name: "Boletín Oficial", host: www.boletinoficial.gob.ar, cat: government, provider: bo-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
311 + - { id: gov-ar-buenosaires, name: "Gobierno de la Ciudad de Buenos Aires", host: buenosaires.gob.ar, cat: government, provider: caba, cc: AR, imp: 3, tier: 4, checks: [http] }
312 + - { id: gov-ar-cancilleria, name: "Cancillería Argentina", host: www.cancilleria.gob.ar, cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
313 + - { id: gov-ar-cnv, name: "CNV", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/cnv", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
314 + - { id: gov-ar-cordoba, name: "Gobierno de Córdoba", host: www.cba.gov.ar, cat: government, provider: cordoba-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
315 + - { id: gov-ar-correo, name: "Correo Argentino", host: www.correoargentino.com.ar, cat: government, provider: correo-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
316 + - { id: gov-ar-csjn, name: "Corte Suprema de Justicia", host: www.csjn.gov.ar, cat: government, provider: csjn, cc: AR, imp: 3, tier: 4, checks: [http] }
317 + - { id: gov-ar-datos, name: "datos.gob.ar", host: datos.gob.ar, cat: government, provider: gov-ar, cc: AR, imp: 1, tier: 4, checks: [http] }
318 + - { id: gov-ar-diputados, name: "Cámara de Diputados", host: www.hcdn.gob.ar, cat: government, provider: hcdn, cc: AR, imp: 3, tier: 4, checks: [http] }
319 + - { id: gov-ar-economia, name: "Ministerio de Economía", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/economia", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
320 + - { id: gov-ar-educacion, name: "Secretaría de Educación", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/educacion", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
321 + - { id: gov-ar-electoral, name: "Cámara Nacional Electoral", host: www.electoral.gob.ar, cat: government, provider: cne-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
322 + - { id: gov-ar-enacom, name: "ENACOM", host: www.enacom.gob.ar, cat: government, provider: enacom, cc: AR, imp: 2, tier: 4, checks: [http] }
323 + - { id: gov-ar-gba, name: "Provincia de Buenos Aires", host: www.gba.gob.ar, cat: government, provider: gba, cc: AR, imp: 2, tier: 4, checks: [http] }
324 + - { id: gov-ar-infoleg, name: "InfoLEG", host: www.infoleg.gob.ar, cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
325 + - { id: gov-ar-interior, name: "Ministerio del Interior", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/interior", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
326 + - { id: gov-ar-justicia, name: "Ministerio de Justicia", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/justicia", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
327 + - { id: gov-ar-mendoza, name: "Gobierno de Mendoza", host: www.mendoza.gov.ar, cat: government, provider: mendoza, cc: AR, imp: 1, tier: 4, checks: [http] }
328 + - { id: gov-ar-mi-argentina, name: "Mi Argentina", host: mi.argentina.gob.ar, cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
329 + - { id: gov-ar-migraciones, name: "Dirección Nacional de Migraciones", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/interior/migraciones", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
330 + - { id: gov-ar-pami, name: "PAMI", host: www.pami.org.ar, cat: government, provider: pami, cc: AR, imp: 2, tier: 4, checks: [http] }
331 + - { id: gov-ar-pfa, name: "Policía Federal Argentina", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/policiafederal", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
332 + - { id: gov-ar-pjn, name: "Poder Judicial de la Nación", host: www.pjn.gov.ar, cat: government, provider: pjn, cc: AR, imp: 2, tier: 4, checks: [http] }
333 + - { id: gov-ar-renaper, name: "RENAPER", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/interior/renaper", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
334 + - { id: gov-ar-salud, name: "Ministerio de Salud", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/salud", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
335 + - { id: gov-ar-santafe, name: "Gobierno de Santa Fe", host: www.santafe.gov.ar, cat: government, provider: santafe, cc: AR, imp: 2, tier: 4, checks: [http] }
336 + - { id: gov-ar-seguridad, name: "Ministerio de Seguridad Nacional", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/seguridad", cat: government, provider: gov-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
337 + - { id: gov-ar-senado, name: "Senado de la Nación", host: www.senado.gob.ar, cat: government, provider: senado-ar, cc: AR, imp: 3, tier: 4, checks: [http] }
338 + - { id: gov-ar-transporte, name: "Secretaría de Transporte", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/transporte", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
339 + - { id: gov-ar-trenes, name: "Trenes Argentinos", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/transporte/trenes-argentinos", cat: government, provider: gov-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
340 + - { id: gov-ar-vialidad, name: "Vialidad Nacional", host: www.argentina.gob.ar, url: "https://www.argentina.gob.ar/obras-publicas/vialidad-nacional", cat: government, provider: gov-ar, cc: AR, imp: 1, tier: 4, checks: [http] }
341 + # ───────── AT
342 + - { id: gov-at-ages, name: "AGES", host: www.ages.at, cat: government, provider: ages, cc: AT, imp: 3, tier: 4, checks: [http] }
343 + - { id: gov-at-asfinag, name: "ASFINAG", host: www.asfinag.at, cat: government, provider: asfinag, cc: AT, imp: 2, tier: 4, checks: [http] }
344 + - { id: gov-at-bmbwf, name: "Bildungsministerium", host: www.bmbwf.gv.at, cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
345 + - { id: gov-at-bmeia, name: "Außenministerium", host: www.bmeia.gv.at, cat: government, provider: gov-at, cc: AT, imp: 3, tier: 4, checks: [http] }
346 + - { id: gov-at-bmi, name: "Bundesministerium für Inneres", host: www.bmi.gv.at, cat: government, provider: gov-at, cc: AT, imp: 3, tier: 4, checks: [http] }
347 + - { id: gov-at-bmj, name: "Justizministerium", host: www.bmj.gv.at, cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
348 + - { id: gov-at-bmk, name: "Klimaschutz- & Verkehrsministerium", host: www.bmk.gv.at, cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
349 + - { id: gov-at-bundeskanzleramt, name: "Bundeskanzleramt", host: www.bundeskanzleramt.gv.at, cat: government, provider: gov-at, cc: AT, imp: 4, tier: 3, checks: [http] }
350 + - { id: gov-at-bundespraesident, name: "Bundespräsident", host: www.bundespraesident.at, cat: government, provider: gov-at, cc: AT, imp: 3, tier: 4, checks: [http] }
351 + - { id: gov-at-bundeswahlen, name: "Wahlen (BMI)", host: www.bmi.gv.at, url: "https://www.bmi.gv.at/412/", cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
352 + - { id: gov-at-data-gv, name: "data.gv.at", host: www.data.gv.at, cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
353 + - { id: gov-at-dsb, name: "Datenschutzbehörde", host: www.dsb.gv.at, cat: government, provider: dsb, cc: AT, imp: 1, tier: 4, checks: [http] }
354 + - { id: gov-at-finanzonline, name: "FinanzOnline", host: finanzonline.bmf.gv.at, cat: government, provider: gov-at, cc: AT, imp: 3, tier: 4, checks: [http] }
355 + - { id: gov-at-fma, name: "FMA", host: www.fma.gv.at, cat: government, provider: fma, cc: AT, imp: 2, tier: 4, checks: [http] }
356 + - { id: gov-at-gesundheit, name: "gesundheit.gv.at", host: www.gesundheit.gv.at, cat: government, provider: gov-at, cc: AT, imp: 3, tier: 4, checks: [http] }
357 + - { id: gov-at-graz, name: "Stadt Graz", host: www.graz.at, cat: government, provider: graz, cc: AT, imp: 1, tier: 4, checks: [http] }
358 + - { id: gov-at-id-austria, name: "ID Austria", host: www.oesterreich.gv.at, url: "https://www.oesterreich.gv.at/id-austria.html", cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
359 + - { id: gov-at-land-noe, name: "Land Niederösterreich", host: www.noe.gv.at, cat: government, provider: land-noe, cc: AT, imp: 2, tier: 4, checks: [http] }
360 + - { id: gov-at-land-ooe, name: "Land Oberösterreich", host: www.land-oberoesterreich.gv.at, cat: government, provider: land-ooe, cc: AT, imp: 2, tier: 4, checks: [http] }
361 + - { id: gov-at-land-sbg, name: "Land Salzburg", host: www.salzburg.gv.at, cat: government, provider: land-sbg, cc: AT, imp: 1, tier: 4, checks: [http] }
362 + - { id: gov-at-land-stmk, name: "Land Steiermark", host: www.steiermark.at, cat: government, provider: land-stmk, cc: AT, imp: 2, tier: 4, checks: [http] }
363 + - { id: gov-at-land-tirol, name: "Land Tirol", host: www.tirol.gv.at, cat: government, provider: land-tirol, cc: AT, imp: 2, tier: 4, checks: [http] }
364 + - { id: gov-at-oeamtc-notruf, name: "help.gv.at (Bürgerservice)", host: www.help.gv.at, cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
365 + - { id: gov-at-oegk, name: "ÖGK", host: www.gesundheitskasse.at, cat: government, provider: oegk, cc: AT, imp: 3, tier: 4, checks: [http] }
366 + - { id: gov-at-ogh, name: "Oberster Gerichtshof", host: www.ogh.gv.at, cat: government, provider: ogh, cc: AT, imp: 2, tier: 4, checks: [http] }
367 + - { id: gov-at-onb, name: "Österreichische Nationalbibliothek", host: www.onb.ac.at, cat: government, provider: onb, cc: AT, imp: 2, tier: 4, checks: [http] }
368 + - { id: gov-at-polizei, name: "Polizei Österreich", host: www.polizei.gv.at, cat: government, provider: polizei-at, cc: AT, imp: 3, tier: 4, checks: [http] }
369 + - { id: gov-at-post, name: "Österreichische Post", host: www.post.at, cat: government, provider: post-at, cc: AT, imp: 3, tier: 4, checks: [http] }
370 + - { id: gov-at-pva, name: "Pensionsversicherungsanstalt", host: www.pv.at, cat: government, provider: pva, cc: AT, imp: 3, tier: 4, checks: [http] }
371 + - { id: gov-at-rtr, name: "RTR", host: www.rtr.at, cat: government, provider: rtr, cc: AT, imp: 2, tier: 4, checks: [http] }
372 + - { id: gov-at-statistik, name: "Statistik Austria", host: www.statistik.at, cat: government, provider: statistik-at, cc: AT, imp: 3, tier: 4, checks: [http] }
373 + - { id: gov-at-usp, name: "Unternehmensserviceportal", host: www.usp.gv.at, cat: government, provider: gov-at, cc: AT, imp: 2, tier: 4, checks: [http] }
374 + - { id: gov-at-vfgh, name: "Verfassungsgerichtshof", host: www.vfgh.gv.at, cat: government, provider: vfgh, cc: AT, imp: 2, tier: 4, checks: [http] }
375 + - { id: gov-at-wien, name: "Stadt Wien", host: www.wien.gv.at, cat: government, provider: wien, cc: AT, imp: 3, tier: 4, checks: [http] }
376 + - { id: gov-at-wienerlinien, name: "Wiener Linien", host: www.wienerlinien.at, cat: government, provider: wiener-linien, cc: AT, imp: 3, tier: 4, checks: [http] }
377 + # ───────── AU
378 + - { id: city-adelaide, name: "City of Adelaide", host: www.cityofadelaide.com.au, cat: government, provider: adelaide, cc: AU, imp: 1, tier: 4, checks: [http] }
379 + - { id: city-brisbane, name: "Brisbane City Council", host: www.brisbane.qld.gov.au, cat: government, provider: brisbane, cc: AU, imp: 2, tier: 4, checks: [http] }
380 + - { id: city-canberra, name: "City of Canberra (ACT)", host: www.canberra.com.au, cat: government, provider: canberra, cc: AU, imp: 1, tier: 4, checks: [http] }
381 + - { id: city-darwin, name: "City of Darwin", host: www.darwin.nt.gov.au, cat: government, provider: darwin, cc: AU, imp: 1, tier: 4, checks: [http] }
382 + - { id: city-goldcoast, name: "City of Gold Coast", host: www.goldcoast.qld.gov.au, cat: government, provider: gold-coast, cc: AU, imp: 1, tier: 4, checks: [http] }
383 + - { id: city-hobart, name: "City of Hobart", host: www.hobartcity.com.au, cat: government, provider: hobart, cc: AU, imp: 1, tier: 4, checks: [http] }
384 + - { id: city-melbourne, name: "City of Melbourne", host: www.melbourne.vic.gov.au, cat: government, provider: melbourne, cc: AU, imp: 2, tier: 4, checks: [http] }
385 + - { id: city-perth, name: "City of Perth", host: www.perth.wa.gov.au, cat: government, provider: perth, cc: AU, imp: 1, tier: 4, checks: [http] }
386 + - { id: city-sydney, name: "City of Sydney", host: www.cityofsydney.nsw.gov.au, cat: government, provider: sydney, cc: AU, imp: 2, tier: 4, checks: [http] }
387 + - { id: gov-au-abf, name: "Australian Border Force", host: www.abf.gov.au, cat: government, provider: abf, cc: AU, imp: 4, tier: 3, checks: [http] }
388 + - { id: gov-au-abr, name: "Australian Business Register", host: abr.gov.au, cat: government, provider: ato, cc: AU, imp: 3, tier: 4, checks: [http] }
389 + - { id: gov-au-accc, name: "ACCC", host: www.accc.gov.au, cat: government, provider: accc, cc: AU, imp: 3, tier: 4, checks: [http] }
390 + - { id: gov-au-act-esa, name: "ACT Emergency Services Agency", host: esa.act.gov.au, cat: government, provider: gov-au-act, cc: AU, imp: 1, tier: 4, checks: [http] }
391 + - { id: gov-au-act-health, name: "ACT Health", host: www.health.act.gov.au, cat: government, provider: gov-au-act, cc: AU, imp: 1, tier: 4, checks: [http] }
392 + - { id: gov-au-act-parliament, name: "ACT Legislative Assembly", host: www.parliament.act.gov.au, cat: government, provider: gov-au-act, cc: AU, imp: 1, tier: 4, checks: [http] }
393 + - { id: gov-au-act-portal, name: "Australian Capital Territory Government", host: www.act.gov.au, cat: government, provider: gov-au-act, cc: AU, imp: 2, tier: 4, checks: [http] }
394 + - { id: gov-au-act-revenue, name: "Australian Capital Territory revenue office", host: www.revenue.act.gov.au, cat: government, provider: gov-au-act, cc: AU, imp: 2, tier: 4, checks: [http] }
395 + - { id: gov-au-act-transport, name: "Australian Capital Territory transport / licensing", host: www.accesscanberra.act.gov.au, cat: government, provider: gov-au-act, cc: AU, imp: 2, tier: 4, checks: [http] }
396 + - { id: gov-au-aec, name: "Australian Electoral Commission", host: www.aec.gov.au, cat: government, provider: aec, cc: AU, imp: 4, tier: 3, checks: [http] }
397 + - { id: gov-au-afp, name: "Australian Federal Police", host: www.afp.gov.au, cat: government, provider: afp, cc: AU, imp: 3, tier: 4, checks: [http] }
398 + - { id: gov-au-airservices, name: "Airservices Australia", host: www.airservicesaustralia.com, cat: government, provider: airservices, cc: AU, imp: 2, tier: 4, checks: [http] }
399 + - { id: gov-au-apra, name: "APRA", host: www.apra.gov.au, cat: government, provider: apra, cc: AU, imp: 3, tier: 4, checks: [http] }
400 + - { id: gov-au-artc, name: "ARTC", host: www.artc.com.au, cat: government, provider: artc, cc: AU, imp: 1, tier: 4, checks: [http] }
401 + - { id: gov-au-asic, name: "ASIC", host: www.asic.gov.au, cat: government, provider: asic, cc: AU, imp: 4, tier: 3, checks: [http] }
402 + - { id: gov-au-ausindustry, name: "Grants & programs (business.gov.au)", host: business.gov.au, url: "https://business.gov.au/grants-and-programs", cat: government, provider: gov-au, cc: AU, imp: 1, tier: 4, checks: [http] }
403 + - { id: gov-au-austlii, name: "AustLII", host: www.austlii.edu.au, cat: government, provider: austlii, cc: AU, imp: 2, tier: 4, checks: [http] }
404 + - { id: gov-au-australiapost-tracking, name: "Australia Post (tracking)", host: auspost.com.au, url: "https://auspost.com.au/mypost/track/", cat: government, provider: auspost, cc: AU, imp: 2, tier: 4, checks: [http] }
405 + - { id: gov-au-business, name: "business.gov.au", host: business.gov.au, cat: government, provider: gov-au, cc: AU, imp: 3, tier: 4, checks: [http] }
406 + - { id: gov-au-csiro, name: "CSIRO", host: www.csiro.au, cat: government, provider: csiro, cc: AU, imp: 3, tier: 4, checks: [http] }
407 + - { id: gov-au-data, name: "data.gov.au", host: data.gov.au, cat: government, provider: gov-au, cc: AU, imp: 3, tier: 4, checks: [http] }
408 + - { id: gov-au-fedcourt, name: "Federal Court of Australia", host: www.fedcourt.gov.au, cat: government, provider: fedcourt, cc: AU, imp: 2, tier: 4, checks: [http] }
409 + - { id: gov-au-ga, name: "Geoscience Australia", host: www.ga.gov.au, cat: government, provider: ga, cc: AU, imp: 3, tier: 4, checks: [http] }
410 + - { id: gov-au-healthdirect, name: "healthdirect", host: www.healthdirect.gov.au, cat: government, provider: healthdirect, cc: AU, imp: 3, tier: 4, checks: [http] }
411 + - { id: gov-au-immi, name: "Immigration and citizenship", host: immi.homeaffairs.gov.au, cat: government, provider: home-affairs-au, cc: AU, imp: 4, tier: 3, checks: [http] }
412 + - { id: gov-au-ipaustralia, name: "IP Australia", host: www.ipaustralia.gov.au, cat: government, provider: ipaustralia, cc: AU, imp: 2, tier: 4, checks: [http] }
413 + - { id: gov-au-legislation, name: "Federal Register of Legislation", host: www.legislation.gov.au, cat: government, provider: gov-au, cc: AU, imp: 4, tier: 3, checks: [http] }
414 + - { id: gov-au-mel-airport, name: "Melbourne Airport", host: www.melbourneairport.com.au, cat: government, provider: mel, cc: AU, imp: 2, tier: 4, checks: [http] }
415 + - { id: gov-au-moneysmart, name: "Moneysmart", host: moneysmart.gov.au, cat: government, provider: asic, cc: AU, imp: 2, tier: 4, checks: [http] }
416 + - { id: gov-au-mygovid, name: "myID", host: www.myid.gov.au, cat: government, provider: ato, cc: AU, imp: 3, tier: 4, checks: [http] }
417 + - { id: gov-au-ndis, name: "NDIS", host: www.ndis.gov.au, cat: government, provider: ndia, cc: AU, imp: 3, tier: 4, checks: [http] }
418 + - { id: gov-au-nla, name: "National Library of Australia", host: www.nla.gov.au, cat: government, provider: nla, cc: AU, imp: 3, tier: 4, checks: [http] }
419 + - { id: gov-au-nsw-health, name: "NSW Health", host: www.health.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 2, tier: 4, checks: [http] }
420 + - { id: gov-au-nsw-legislation, name: "NSW Legislation", host: legislation.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 1, tier: 4, checks: [http] }
421 + - { id: gov-au-nsw-livetraffic, name: "Live Traffic NSW", host: www.livetraffic.com, cat: government, provider: gov-au-nsw, cc: AU, imp: 2, tier: 4, checks: [http] }
422 + - { id: gov-au-nsw-parliament, name: "Parliament of NSW", host: www.parliament.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 1, tier: 4, checks: [http] }
423 + - { id: gov-au-nsw-police, name: "NSW Police Force", host: www.police.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 2, tier: 4, checks: [http] }
424 + - { id: gov-au-nsw-portal, name: "New South Wales Government", host: www.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 3, tier: 4, checks: [http] }
425 + - { id: gov-au-nsw-revenue, name: "New South Wales revenue office", host: www.revenue.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 2, tier: 4, checks: [http] }
426 + - { id: gov-au-nsw-rfs, name: "NSW Rural Fire Service", host: www.rfs.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 3, tier: 4, checks: [http] }
427 + - { id: gov-au-nsw-ses, name: "NSW SES", host: www.ses.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 2, tier: 4, checks: [http] }
428 + - { id: gov-au-nsw-transport, name: "New South Wales transport / licensing", host: www.service.nsw.gov.au, cat: government, provider: gov-au-nsw, cc: AU, imp: 2, tier: 4, checks: [http] }
429 + - { id: gov-au-nsw-transportnsw, name: "Transport for NSW", host: transportnsw.info, cat: government, provider: gov-au-nsw, cc: AU, imp: 3, tier: 4, checks: [http] }
430 + - { id: gov-au-nt-health, name: "NT Health", host: health.nt.gov.au, cat: government, provider: gov-au-nt, cc: AU, imp: 1, tier: 4, checks: [http] }
431 + - { id: gov-au-nt-parliament, name: "Parliament of the Northern Territory", host: parliament.nt.gov.au, cat: government, provider: gov-au-nt, cc: AU, imp: 1, tier: 4, checks: [http] }
432 + - { id: gov-au-nt-portal, name: "Northern Territory Government", host: nt.gov.au, cat: government, provider: gov-au-nt, cc: AU, imp: 2, tier: 4, checks: [http] }
433 + - { id: gov-au-nt-revenue, name: "Northern Territory revenue office", host: nt.gov.au, url: "https://nt.gov.au/employ/money-and-taxes", cat: government, provider: gov-au-nt, cc: AU, imp: 2, tier: 4, checks: [http] }
434 + - { id: gov-au-nt-securent, name: "SecureNT", host: securent.nt.gov.au, cat: government, provider: gov-au-nt, cc: AU, imp: 1, tier: 4, checks: [http] }
435 + - { id: gov-au-nt-transport, name: "Northern Territory transport / licensing", host: nt.gov.au, url: "https://nt.gov.au/driving", cat: government, provider: gov-au-nt, cc: AU, imp: 2, tier: 4, checks: [http] }
436 + - { id: gov-au-oaic, name: "OAIC", host: www.oaic.gov.au, cat: government, provider: oaic, cc: AU, imp: 2, tier: 4, checks: [http] }
437 + - { id: gov-au-pm, name: "Prime Minister of Australia", host: www.pm.gov.au, cat: government, provider: gov-au, cc: AU, imp: 4, tier: 3, checks: [http] }
438 + - { id: gov-au-pmc, name: "Department of the Prime Minister and Cabinet", host: www.pmc.gov.au, cat: government, provider: gov-au, cc: AU, imp: 3, tier: 4, checks: [http] }
439 + - { id: gov-au-qld-disaster, name: "Queensland Disaster Management", host: www.disaster.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
440 + - { id: gov-au-qld-health, name: "Queensland Health", host: www.health.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
441 + - { id: gov-au-qld-parliament, name: "Queensland Parliament", host: www.parliament.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 1, tier: 4, checks: [http] }
442 + - { id: gov-au-qld-police, name: "Queensland Police Service", host: www.police.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
443 + - { id: gov-au-qld-portal, name: "Queensland Government", host: www.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 3, tier: 4, checks: [http] }
444 + - { id: gov-au-qld-qfes, name: "Queensland Fire Department", host: www.fire.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
445 + - { id: gov-au-qld-qldtraffic, name: "QLDTraffic", host: qldtraffic.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
446 + - { id: gov-au-qld-revenue, name: "Queensland revenue office", host: qro.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
447 + - { id: gov-au-qld-translink, name: "Translink", host: translink.com.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
448 + - { id: gov-au-qld-transport, name: "Queensland transport / licensing", host: www.tmr.qld.gov.au, cat: government, provider: gov-au-qld, cc: AU, imp: 2, tier: 4, checks: [http] }
449 + - { id: gov-au-sa-adelaidemetro, name: "Adelaide Metro", host: www.adelaidemetro.com.au, cat: government, provider: gov-au-sa, cc: AU, imp: 1, tier: 4, checks: [http] }
450 + - { id: gov-au-sa-cfs, name: "SA Country Fire Service", host: www.cfs.sa.gov.au, cat: government, provider: gov-au-sa, cc: AU, imp: 2, tier: 4, checks: [http] }
451 + - { id: gov-au-sa-health, name: "SA Health", host: www.sahealth.sa.gov.au, cat: government, provider: gov-au-sa, cc: AU, imp: 2, tier: 4, checks: [http] }
452 + - { id: gov-au-sa-parliament, name: "Parliament of South Australia", host: www.parliament.sa.gov.au, cat: government, provider: gov-au-sa, cc: AU, imp: 1, tier: 4, checks: [http] }
453 + - { id: gov-au-sa-police, name: "SA Police", host: www.police.sa.gov.au, cat: government, provider: gov-au-sa, cc: AU, imp: 1, tier: 4, checks: [http] }
454 + - { id: gov-au-sa-portal, name: "South Australia Government", host: www.sa.gov.au, cat: government, provider: gov-au-sa, cc: AU, imp: 2, tier: 4, checks: [http] }
455 + - { id: gov-au-sa-revenue, name: "South Australia revenue office", host: www.revenuesa.sa.gov.au, cat: government, provider: gov-au-sa, cc: AU, imp: 2, tier: 4, checks: [http] }
456 + - { id: gov-au-sa-transport, name: "South Australia transport / licensing", host: www.sa.gov.au, url: "https://www.sa.gov.au/topics/driving-and-transport", cat: government, provider: gov-au-sa, cc: AU, imp: 2, tier: 4, checks: [http] }
457 + - { id: gov-au-syd-airport, name: "Sydney Airport", host: www.sydneyairport.com.au, cat: government, provider: syd, cc: AU, imp: 2, tier: 4, checks: [http] }
458 + - { id: gov-au-tas-health, name: "Tasmanian Department of Health", host: www.health.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 1, tier: 4, checks: [http] }
459 + - { id: gov-au-tas-parliament, name: "Parliament of Tasmania", host: www.parliament.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 1, tier: 4, checks: [http] }
460 + - { id: gov-au-tas-police, name: "Tasmania Police", host: www.police.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 1, tier: 4, checks: [http] }
461 + - { id: gov-au-tas-portal, name: "Tasmania Government", host: www.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 2, tier: 4, checks: [http] }
462 + - { id: gov-au-tas-revenue, name: "Tasmania revenue office", host: www.sro.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 2, tier: 4, checks: [http] }
463 + - { id: gov-au-tas-tasalert, name: "TasALERT", host: alert.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 2, tier: 4, checks: [http] }
464 + - { id: gov-au-tas-transport, name: "Tasmania transport / licensing", host: www.transport.tas.gov.au, cat: government, provider: gov-au-tas, cc: AU, imp: 2, tier: 4, checks: [http] }
465 + - { id: gov-au-treasury, name: "The Treasury", host: treasury.gov.au, cat: government, provider: gov-au, cc: AU, imp: 4, tier: 3, checks: [http] }
466 + - { id: gov-au-trove, name: "Trove", host: trove.nla.gov.au, cat: government, provider: nla, cc: AU, imp: 2, tier: 4, checks: [http] }
467 + - { id: gov-au-vic-emergency, name: "VicEmergency", host: www.emergency.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 3, tier: 4, checks: [http] }
468 + - { id: gov-au-vic-health, name: "Victorian Department of Health", host: www.health.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 2, tier: 4, checks: [http] }
469 + - { id: gov-au-vic-legislation, name: "Victorian Legislation", host: www.legislation.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 1, tier: 4, checks: [http] }
470 + - { id: gov-au-vic-parliament, name: "Parliament of Victoria", host: www.parliament.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 1, tier: 4, checks: [http] }
471 + - { id: gov-au-vic-police, name: "Victoria Police", host: www.police.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 2, tier: 4, checks: [http] }
472 + - { id: gov-au-vic-portal, name: "Victoria Government", host: www.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 3, tier: 4, checks: [http] }
473 + - { id: gov-au-vic-ptv, name: "Public Transport Victoria", host: www.ptv.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 2, tier: 4, checks: [http] }
474 + - { id: gov-au-vic-revenue, name: "Victoria revenue office", host: www.sro.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 2, tier: 4, checks: [http] }
475 + - { id: gov-au-vic-servicevictoria, name: "Service Victoria", host: service.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 2, tier: 4, checks: [http] }
476 + - { id: gov-au-vic-transport, name: "Victoria transport / licensing", host: www.vicroads.vic.gov.au, cat: government, provider: gov-au-vic, cc: AU, imp: 2, tier: 4, checks: [http] }
477 + - { id: gov-au-wa-emergency, name: "Emergency WA", host: www.emergency.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 2, tier: 4, checks: [http] }
478 + - { id: gov-au-wa-health, name: "WA Health", host: www.health.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 2, tier: 4, checks: [http] }
479 + - { id: gov-au-wa-parliament, name: "Parliament of Western Australia", host: www.parliament.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 1, tier: 4, checks: [http] }
480 + - { id: gov-au-wa-police, name: "WA Police Force", host: www.police.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 1, tier: 4, checks: [http] }
481 + - { id: gov-au-wa-portal, name: "Western Australia Government", host: www.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 2, tier: 4, checks: [http] }
482 + - { id: gov-au-wa-revenue, name: "Western Australia revenue office", host: www.wa.gov.au, url: "https://www.wa.gov.au/organisation/department-of-finance", cat: government, provider: gov-au-wa, cc: AU, imp: 2, tier: 4, checks: [http] }
483 + - { id: gov-au-wa-transperth, name: "Transperth", host: www.transperth.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 1, tier: 4, checks: [http] }
484 + - { id: gov-au-wa-transport, name: "Western Australia transport / licensing", host: www.transport.wa.gov.au, cat: government, provider: gov-au-wa, cc: AU, imp: 2, tier: 4, checks: [http] }
485 + # ───────── AZ
486 + - { id: gov-az-ady, name: "Azerbaijan Railways", host: www.ady.az, cat: government, provider: ady, cc: AZ, imp: 1, tier: 4, checks: [http] }
487 + - { id: gov-az-azerpost, name: "Azerpost", host: www.azerpost.az, cat: government, provider: azerpost, cc: AZ, imp: 1, tier: 4, checks: [http] }
488 + - { id: gov-az-baku, name: "Baku City Executive Power", host: baku-ih.gov.az, cat: government, provider: baku, cc: AZ, imp: 1, tier: 4, checks: [http] }
489 + - { id: gov-az-cabmin, name: "Cabinet of Ministers", host: cabmin.gov.az, url: "http://cabmin.gov.az/", cat: government, provider: gov-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
490 + - { id: gov-az-cbar, name: "Central Bank of Azerbaijan", host: www.cbar.az, cat: government, provider: cbar, cc: AZ, imp: 2, tier: 4, checks: [http] }
491 + - { id: gov-az-constcourt, name: "Constitutional Court", host: www.constcourt.gov.az, cat: government, provider: constcourt-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
492 + - { id: gov-az-customs, name: "State Customs Committee", host: customs.gov.az, cat: government, provider: customs-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
493 + - { id: gov-az-e-qanun, name: "e-qanun.az", host: e-qanun.az, cat: government, provider: gov-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
494 + - { id: gov-az-edu, name: "Ministry of Science and Education", host: edu.gov.az, cat: government, provider: gov-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
495 + - { id: gov-az-maliyye, name: "Ministry of Finance", host: www.maliyye.gov.az, cat: government, provider: gov-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
496 + - { id: gov-az-meclis, name: "Milli Məclis", host: meclis.gov.az, cat: government, provider: meclis, cc: AZ, imp: 2, tier: 4, checks: [http] }
497 + - { id: gov-az-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.az, cat: government, provider: gov-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
498 + - { id: gov-az-mia, name: "Ministry of Internal Affairs", host: mia.gov.az, cat: government, provider: gov-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
499 + - { id: gov-az-migration, name: "State Migration Service", host: migration.gov.az, cat: government, provider: migration-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
500 + - { id: gov-az-msk, name: "Central Election Commission", host: www.msk.gov.az, url: "http://www.msk.gov.az/", cat: government, provider: cec-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
501 + - { id: gov-az-president, name: "President of Azerbaijan", host: president.az, cat: government, provider: gov-az, cc: AZ, imp: 3, tier: 4, checks: [http] }
502 + - { id: gov-az-sehiyye, name: "Ministry of Health", host: sehiyye.gov.az, cat: government, provider: gov-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
503 + - { id: gov-az-stat, name: "State Statistical Committee", host: www.stat.gov.az, cat: government, provider: stat-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
504 + - { id: gov-az-supremecourt, name: "Supreme Court", host: supremecourt.gov.az, cat: government, provider: supremecourt-az, cc: AZ, imp: 1, tier: 4, checks: [http] }
505 + - { id: gov-az-taxes, name: "State Tax Service", host: www.taxes.gov.az, cat: government, provider: taxes-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
506 + # ───────── BA
507 + - { id: gov-ba-bhas, name: "Agencija za statistiku", host: bhas.gov.ba, cat: government, provider: bhas, cc: BA, imp: 1, tier: 4, checks: [http] }
508 + - { id: gov-ba-cbbh, name: "Centralna banka BiH", host: www.cbbh.ba, cat: government, provider: cbbh, cc: BA, imp: 2, tier: 4, checks: [http] }
509 + - { id: gov-ba-fbihvlada, name: "Vlada Federacije BiH", host: fbihvlada.gov.ba, cat: government, provider: gov-fbih, cc: BA, imp: 1, tier: 4, checks: [http] }
510 + - { id: gov-ba-izbori, name: "Centralna izborna komisija", host: www.izbori.ba, cat: government, provider: cik-ba, cc: BA, imp: 2, tier: 4, checks: [http] }
511 + - { id: gov-ba-mfa, name: "Ministarstvo vanjskih poslova", host: www.mvp.gov.ba, cat: government, provider: gov-ba, cc: BA, imp: 1, tier: 4, checks: [http] }
512 + - { id: gov-ba-parlament, name: "Parlamentarna skupština BiH", host: www.parlament.ba, cat: government, provider: parlament-ba, cc: BA, imp: 2, tier: 4, checks: [http] }
513 + - { id: gov-ba-predsjednistvo, name: "Predsjedništvo BiH", host: www.predsjednistvobih.ba, cat: government, provider: gov-ba, cc: BA, imp: 2, tier: 4, checks: [http] }
514 + - { id: gov-ba-sarajevo, name: "Grad Sarajevo", host: sarajevo.ba, cat: government, provider: sarajevo, cc: BA, imp: 1, tier: 4, checks: [http] }
515 + - { id: gov-ba-sipa, name: "SIPA", host: www.sipa.gov.ba, cat: government, provider: sipa, cc: BA, imp: 1, tier: 4, checks: [http] }
516 + - { id: gov-ba-uino, name: "Uprava za indirektno oporezivanje", host: www.uino.gov.ba, cat: government, provider: uino, cc: BA, imp: 1, tier: 4, checks: [http] }
517 + - { id: gov-ba-ustavnisud, name: "Ustavni sud BiH", host: www.ustavnisud.ba, cat: government, provider: ustavni-sud-ba, cc: BA, imp: 1, tier: 4, checks: [http] }
518 + - { id: gov-ba-vijeceministara, name: "Vijeće ministara BiH", host: www.vijeceministara.gov.ba, cat: government, provider: gov-ba, cc: BA, imp: 2, tier: 4, checks: [http] }
519 + - { id: gov-ba-vladars, name: "Vlada Republike Srpske", host: www.vladars.net, cat: government, provider: gov-rs-ba, cc: BA, imp: 1, tier: 4, checks: [http] }
520 + # ───────── BB
521 + - { id: gov-bb-bra, name: "Barbados Revenue Authority", host: bra.gov.bb, cat: government, provider: bra, cc: BB, imp: 1, tier: 4, checks: [http] }
522 + - { id: gov-bb-centralbank, name: "Central Bank of Barbados", host: www.centralbank.org.bb, cat: government, provider: cbb, cc: BB, imp: 1, tier: 4, checks: [http] }
523 + - { id: gov-bb-gis, name: "Barbados Government Information Service", host: gisbarbados.gov.bb, cat: government, provider: gis-bb, cc: BB, imp: 1, tier: 4, checks: [http] }
524 + - { id: gov-bb-gov, name: "Government of Barbados", host: www.gov.bb, cat: government, provider: gov-bb, cc: BB, imp: 2, tier: 4, checks: [http] }
525 + - { id: gov-bb-met, name: "Barbados Meteorological Services", host: www.barbadosweather.org, cat: government, provider: met-bb, cc: BB, imp: 1, tier: 4, checks: [http] }
526 + - { id: gov-bb-parliament, name: "Parliament of Barbados", host: www.barbadosparliament.com, cat: government, provider: parliament-bb, cc: BB, imp: 1, tier: 4, checks: [http] }
527 + - { id: gov-bb-stats, name: "Barbados Statistical Service", host: stats.gov.bb, cat: government, provider: bss, cc: BB, imp: 1, tier: 4, checks: [http] }
528 + # ───────── BD
529 + - { id: gov-bd-bangabhaban, name: "President of Bangladesh", host: bangabhaban.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
530 + - { id: gov-bd-bbs, name: "Bangladesh Bureau of Statistics", host: bbs.gov.bd, cat: government, provider: bbs, cc: BD, imp: 3, tier: 4, checks: [http] }
531 + - { id: gov-bd-bdlaws, name: "Laws of Bangladesh", host: bdlaws.minlaw.gov.bd, cat: government, provider: minlaw, cc: BD, imp: 2, tier: 4, checks: [http] }
532 + - { id: gov-bd-bdpost, name: "Bangladesh Post Office", host: bdpost.gov.bd, cat: government, provider: bdpost, cc: BD, imp: 2, tier: 4, checks: [http] }
533 + - { id: gov-bd-brta, name: "BRTA", host: brta.gov.bd, cat: government, provider: brta, cc: BD, imp: 2, tier: 4, checks: [http] }
534 + - { id: gov-bd-bsec, name: "BSEC", host: www.sec.gov.bd, cat: government, provider: bsec, cc: BD, imp: 1, tier: 4, checks: [http] }
535 + - { id: gov-bd-btrc, name: "BTRC", host: btrc.gov.bd, cat: government, provider: btrc, cc: BD, imp: 2, tier: 4, checks: [http] }
536 + - { id: gov-bd-chittagong, name: "Chattogram City Corporation", host: www.ccc.gov.bd, url: "http://www.ccc.gov.bd/", cat: government, provider: chattogram, cc: BD, imp: 1, tier: 4, checks: [http] }
537 + - { id: gov-bd-cirt, name: "BGD e-GOV CIRT", host: www.cirt.gov.bd, cat: government, provider: cirt-bd, cc: BD, imp: 1, tier: 4, checks: [http] }
538 + - { id: gov-bd-customs, name: "Bangladesh Customs", host: customs.gov.bd, cat: government, provider: nbr-bd, cc: BD, imp: 1, tier: 4, checks: [http] }
539 + - { id: gov-bd-ddm, name: "Department of Disaster Management", host: ddm.gov.bd, cat: government, provider: ddm, cc: BD, imp: 2, tier: 4, checks: [http] }
540 + - { id: gov-bd-dgda, name: "DGDA", host: dgda.gov.bd, cat: government, provider: dgda, cc: BD, imp: 1, tier: 4, checks: [http] }
541 + - { id: gov-bd-dghs, name: "DGHS", host: dghs.gov.bd, cat: government, provider: dghs, cc: BD, imp: 3, tier: 4, checks: [http] }
542 + - { id: gov-bd-dncc, name: "Dhaka North City Corporation", host: www.dncc.gov.bd, url: "http://www.dncc.gov.bd/", cat: government, provider: dhaka, cc: BD, imp: 1, tier: 4, checks: [http] }
543 + - { id: gov-bd-ecs, name: "Election Commission", host: www.ecs.gov.bd, cat: government, provider: ecs, cc: BD, imp: 3, tier: 4, checks: [http] }
544 + - { id: gov-bd-epassport, name: "e-Passport", host: www.epassport.gov.bd, cat: government, provider: dip-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
545 + - { id: gov-bd-eticket, name: "Bangladesh Railway e-Ticket", host: eticket.railway.gov.bd, cat: government, provider: railway-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
546 + - { id: gov-bd-ictd, name: "ICT Division", host: ictd.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
547 + - { id: gov-bd-iedcr, name: "IEDCR", host: iedcr.gov.bd, cat: government, provider: iedcr, cc: BD, imp: 2, tier: 4, checks: [http] }
548 + - { id: gov-bd-mha, name: "Ministry of Home Affairs", host: mha.gov.bd, url: "http://mha.gov.bd/", cat: government, provider: gov-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
549 + - { id: gov-bd-moedu, name: "Ministry of Education", host: moedu.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
550 + - { id: gov-bd-mof, name: "Ministry of Finance", host: mof.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
551 + - { id: gov-bd-mofa, name: "Ministry of Foreign Affairs", host: mofa.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
552 + - { id: gov-bd-mohfw, name: "Ministry of Health and Family Welfare", host: mohfw.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
553 + - { id: gov-bd-mygov, name: "MyGov Bangladesh", host: www.mygov.bd, cat: government, provider: gov-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
554 + - { id: gov-bd-parliament, name: "Jatiya Sangsad", host: www.parliament.gov.bd, cat: government, provider: parliament-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
555 + - { id: gov-bd-passport, name: "Department of Immigration & Passports", host: www.dip.gov.bd, url: "http://www.dip.gov.bd/", cat: government, provider: dip-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
556 + - { id: gov-bd-pmo, name: "Prime Minister's Office", host: pmo.gov.bd, cat: government, provider: gov-bd, cc: BD, imp: 3, tier: 4, checks: [http] }
557 + - { id: gov-bd-railway, name: "Bangladesh Railway", host: railway.gov.bd, cat: government, provider: railway-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
558 + - { id: gov-bd-rhd, name: "Roads and Highways Department", host: rhd.gov.bd, cat: government, provider: rhd, cc: BD, imp: 1, tier: 4, checks: [http] }
559 + - { id: gov-bd-supremecourt, name: "Supreme Court of Bangladesh", host: www.supremecourt.gov.bd, cat: government, provider: sc-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
560 + # ───────── BE
561 + - { id: city-antwerp, name: "Stad Antwerpen", host: www.antwerpen.be, cat: government, provider: antwerpen, cc: BE, imp: 1, tier: 4, checks: [http] }
562 + - { id: city-brussels, name: "Ville de Bruxelles", host: www.brussels.be, cat: government, provider: brussels, cc: BE, imp: 2, tier: 4, checks: [http] }
563 + - { id: gov-be-afmps, name: "AFMPS", host: www.afmps.be, cat: government, provider: afmps, cc: BE, imp: 2, tier: 4, checks: [http] }
564 + - { id: gov-be-apd, name: "Autorité de protection des données", host: www.autoriteprotectiondonnees.be, cat: government, provider: apd, cc: BE, imp: 2, tier: 4, checks: [http] }
565 + - { id: gov-be-arch, name: "Archives de l'État", host: www.arch.be, cat: government, provider: arch-be, cc: BE, imp: 1, tier: 4, checks: [http] }
566 + - { id: gov-be-bipt, name: "IBPT-BIPT", host: www.ibpt.be, cat: government, provider: bipt, cc: BE, imp: 2, tier: 4, checks: [http] }
567 + - { id: gov-be-bosa, name: "SPF BOSA", host: bosa.belgium.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
568 + - { id: gov-be-bpost, name: "bpost", host: www.bpost.be, cat: government, provider: bpost, cc: BE, imp: 4, tier: 3, checks: [http] }
569 + - { id: gov-be-brussels, name: "be.brussels (Région)", host: be.brussels, cat: government, provider: brussels, cc: BE, imp: 3, tier: 4, checks: [http] }
570 + - { id: gov-be-cassation, name: "Cour de cassation", host: justice.belgium.be, url: "https://justice.belgium.be/fr/ordre_judiciaire/cours_et_tribunaux/cour_de_cassation", cat: government, provider: gov-be, cc: BE, imp: 1, tier: 4, checks: [http] }
571 + - { id: gov-be-const-court, name: "Cour constitutionnelle", host: www.const-court.be, cat: government, provider: const-court, cc: BE, imp: 2, tier: 4, checks: [http] }
572 + - { id: gov-be-delijn, name: "De Lijn", host: www.delijn.be, cat: government, provider: delijn, cc: BE, imp: 2, tier: 4, checks: [http] }
573 + - { id: gov-be-diplomatie, name: "SPF Affaires étrangères", host: diplomatie.belgium.be, cat: government, provider: gov-be, cc: BE, imp: 4, tier: 3, checks: [http] }
574 + - { id: gov-be-dofi, name: "Office des étrangers", host: dofi.ibz.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
575 + - { id: gov-be-douane, name: "Douane et Accises", host: finances.belgium.be, url: "https://finances.belgium.be/fr/douanes_accises", cat: government, provider: gov-be, cc: BE, imp: 2, tier: 4, checks: [http] }
576 + - { id: gov-be-elections, name: "Élections belges", host: elections.fgov.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
577 + - { id: gov-be-federation-wb, name: "Fédération Wallonie-Bruxelles", host: www.federation-wallonie-bruxelles.be, cat: government, provider: fwb, cc: BE, imp: 2, tier: 4, checks: [http] }
578 + - { id: gov-be-fsma, name: "FSMA", host: www.fsma.be, cat: government, provider: fsma, cc: BE, imp: 2, tier: 4, checks: [http] }
579 + - { id: gov-be-ibz, name: "SPF Intérieur", host: ibz.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
580 + - { id: gov-be-infrabel, name: "Infrabel", host: infrabel.be, cat: government, provider: infrabel, cc: BE, imp: 2, tier: 4, checks: [http] }
581 + - { id: gov-be-justice, name: "SPF Justice", host: justice.belgium.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
582 + - { id: gov-be-kbr, name: "KBR (Bibliothèque royale)", host: www.kbr.be, cat: government, provider: kbr, cc: BE, imp: 2, tier: 4, checks: [http] }
583 + - { id: gov-be-lu-bcl, name: "Banque centrale du Luxembourg", host: www.bcl.lu, cat: government, provider: bcl, cc: BE, imp: 2, tier: 4, checks: [http] }
584 + - { id: gov-be-lu-cfl, name: "CFL", host: www.cfl.lu, cat: government, provider: cfl, cc: BE, imp: 2, tier: 4, checks: [http] }
585 + - { id: gov-be-lu-chd, name: "Chambre des Députés (LU)", host: www.chd.lu, cat: government, provider: chd, cc: BE, imp: 2, tier: 4, checks: [http] }
586 + - { id: gov-be-lu-cssf, name: "CSSF", host: www.cssf.lu, cat: government, provider: cssf, cc: BE, imp: 2, tier: 4, checks: [http] }
587 + - { id: gov-be-lu-guichet, name: "Guichet.lu", host: guichet.public.lu, cat: government, provider: gouv-lu, cc: BE, imp: 3, tier: 4, checks: [http] }
588 + - { id: gov-be-lu-impots, name: "Administration des contributions directes (LU)", host: impotsdirects.public.lu, cat: government, provider: gouv-lu, cc: BE, imp: 2, tier: 4, checks: [http] }
589 + - { id: gov-be-lu-meteo, name: "MeteoLux", host: www.meteolux.lu, cat: government, provider: meteolux, cc: BE, imp: 1, tier: 4, checks: [http] }
590 + - { id: gov-be-lu-police, name: "Police grand-ducale", host: police.public.lu, cat: government, provider: gouv-lu, cc: BE, imp: 2, tier: 4, checks: [http] }
591 + - { id: gov-be-lu-post, name: "POST Luxembourg", host: www.post.lu, cat: government, provider: post-lu, cc: BE, imp: 2, tier: 4, checks: [http] }
592 + - { id: gov-be-lu-statec, name: "STATEC", host: statistiques.public.lu, cat: government, provider: statec, cc: BE, imp: 2, tier: 4, checks: [http] }
593 + - { id: gov-be-luxembourg, name: "Grand-Duché de Luxembourg", host: gouvernement.lu, cat: government, provider: gouv-lu, cc: BE, imp: 3, tier: 4, checks: [http] }
594 + - { id: gov-be-mobilit, name: "SPF Mobilité et Transports", host: mobilit.belgium.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
595 + - { id: gov-be-monarchie, name: "Monarchie belge", host: www.monarchie.be, cat: government, provider: gov-be, cc: BE, imp: 2, tier: 4, checks: [http] }
596 + - { id: gov-be-moniteur, name: "Moniteur belge (ejustice)", host: www.ejustice.just.fgov.be, cat: government, provider: gov-be, cc: BE, imp: 2, tier: 4, checks: [http] }
597 + - { id: gov-be-myminfin, name: "MyMinfin", host: eservices.minfin.fgov.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
598 + - { id: gov-be-mypension, name: "mypension.be", host: www.mypension.be, cat: government, provider: sfpd, cc: BE, imp: 3, tier: 4, checks: [http] }
599 + - { id: gov-be-onss, name: "ONSS", host: www.onss.be, cat: government, provider: onss, cc: BE, imp: 3, tier: 4, checks: [http] }
600 + - { id: gov-be-police, name: "Police fédérale", host: www.police.be, cat: government, provider: police-be, cc: BE, imp: 3, tier: 4, checks: [http] }
601 + - { id: gov-be-premier, name: "Premier ministre de Belgique", host: www.premier.be, cat: government, provider: gov-be, cc: BE, imp: 3, tier: 4, checks: [http] }
602 + - { id: gov-be-sciensano, name: "Sciensano", host: www.sciensano.be, cat: government, provider: sciensano, cc: BE, imp: 3, tier: 4, checks: [http] }
603 + - { id: gov-be-senat, name: "Sénat de Belgique", host: www.senate.be, cat: government, provider: senat-be, cc: BE, imp: 2, tier: 4, checks: [http] }
604 + - { id: gov-be-sfpd, name: "Service fédéral des Pensions", host: www.sfpd.fgov.be, cat: government, provider: sfpd, cc: BE, imp: 3, tier: 4, checks: [http] }
605 + - { id: gov-be-stib, name: "STIB-MIVB", host: www.stib-mivb.be, cat: government, provider: stib, cc: BE, imp: 3, tier: 4, checks: [http] }
606 + - { id: gov-be-tec, name: "TEC", host: www.letec.be, cat: government, provider: tec, cc: BE, imp: 2, tier: 4, checks: [http] }
607 + - { id: gov-be-vlaanderen, name: "Vlaanderen.be", host: www.vlaanderen.be, cat: government, provider: vlaanderen, cc: BE, imp: 3, tier: 4, checks: [http] }
608 + - { id: gov-be-wallonie, name: "Wallonie.be", host: www.wallonie.be, cat: government, provider: wallonie, cc: BE, imp: 3, tier: 4, checks: [http] }
609 + # ───────── BF
610 + - { id: gov-bf-arcep, name: "ARCEP Burkina", host: www.arcep.bf, cat: government, provider: arcep-bf, cc: BF, imp: 1, tier: 4, checks: [http] }
611 + - { id: gov-bf-cnss, name: "CNSS Burkina", host: www.cnss.bf, cat: government, provider: cnss-bf, cc: BF, imp: 1, tier: 4, checks: [http] }
612 + - { id: gov-bf-douanes, name: "Douanes du Burkina", host: www.douanes.bf, url: "http://www.douanes.bf/", cat: government, provider: douanes-bf, cc: BF, imp: 1, tier: 4, checks: [http] }
613 + - { id: gov-bf-finances, name: "Ministère de l'Économie et des Finances", host: www.finances.gov.bf, cat: government, provider: gouv-bf, cc: BF, imp: 1, tier: 4, checks: [http] }
614 + - { id: gov-bf-gouvernement, name: "Gouvernement du Burkina Faso", host: www.gouvernement.gov.bf, cat: government, provider: gouv-bf, cc: BF, imp: 2, tier: 4, checks: [http] }
615 + - { id: gov-bf-insd, name: "INSD", host: www.insd.bf, cat: government, provider: insd, cc: BF, imp: 1, tier: 4, checks: [http] }
616 + - { id: gov-bf-presidence, name: "Présidence du Faso", host: www.presidencedufaso.bf, cat: government, provider: gouv-bf, cc: BF, imp: 1, tier: 4, checks: [http] }
617 + - { id: gov-bf-service-public, name: "Service public burkinabè", host: www.servicepublic.gov.bf, cat: government, provider: gouv-bf, cc: BF, imp: 1, tier: 4, checks: [http] }
618 + - { id: gov-bf-sonapost, name: "SONAPOST", host: www.sonapost.bf, url: "http://www.sonapost.bf/", cat: government, provider: sonapost, cc: BF, imp: 1, tier: 4, checks: [http] }
619 + # ───────── BG
620 + - { id: gov-bg-bdz, name: "БДЖ", host: www.bdz.bg, cat: government, provider: bdz, cc: BG, imp: 2, tier: 4, checks: [http] }
621 + - { id: gov-bg-bgpost, name: "Български пощи", host: www.bgpost.bg, cat: government, provider: bgpost, cc: BG, imp: 2, tier: 4, checks: [http] }
622 + - { id: gov-bg-bnb, name: "Българска народна банка", host: www.bnb.bg, cat: government, provider: bnb, cc: BG, imp: 3, tier: 4, checks: [http] }
623 + - { id: gov-bg-cik, name: "ЦИК", host: www.cik.bg, cat: government, provider: cik, cc: BG, imp: 3, tier: 4, checks: [http] }
624 + - { id: gov-bg-constcourt, name: "Конституционен съд", host: www.constcourt.bg, cat: government, provider: constcourt, cc: BG, imp: 2, tier: 4, checks: [http] }
625 + - { id: gov-bg-crc, name: "КРС", host: crc.bg, cat: government, provider: crc, cc: BG, imp: 1, tier: 4, checks: [http] }
626 + - { id: gov-bg-government, name: "Министерски съвет", host: www.gov.bg, cat: government, provider: gov-bg, cc: BG, imp: 4, tier: 3, checks: [http] }
627 + - { id: gov-bg-justice, name: "Министерство на правосъдието", host: www.justice.government.bg, cat: government, provider: gov-bg, cc: BG, imp: 2, tier: 4, checks: [http] }
628 + - { id: gov-bg-meteo, name: "НИМХ", host: www.meteo.bg, cat: government, provider: nimh, cc: BG, imp: 2, tier: 4, checks: [http] }
629 + - { id: gov-bg-mfa, name: "Министерство на външните работи", host: www.mfa.bg, cat: government, provider: gov-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
630 + - { id: gov-bg-mh, name: "Министерство на здравеопазването", host: www.mh.government.bg, cat: government, provider: gov-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
631 + - { id: gov-bg-minfin, name: "Министерство на финансите", host: www.minfin.bg, cat: government, provider: gov-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
632 + - { id: gov-bg-mon, name: "Министерство на образованието", host: www.mon.bg, cat: government, provider: gov-bg, cc: BG, imp: 2, tier: 4, checks: [http] }
633 + - { id: gov-bg-mtc, name: "Министерство на транспорта", host: www.mtc.government.bg, cat: government, provider: gov-bg, cc: BG, imp: 2, tier: 4, checks: [http] }
634 + - { id: gov-bg-mvr, name: "Министерство на вътрешните работи", host: www.mvr.bg, cat: government, provider: gov-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
635 + - { id: gov-bg-nationallibrary, name: "Национална библиотека", host: www.nationallibrary.bg, cat: government, provider: nl-bg, cc: BG, imp: 1, tier: 4, checks: [http] }
636 + - { id: gov-bg-ncipd, name: "НЦЗПБ", host: www.ncipd.org, cat: government, provider: ncipd, cc: BG, imp: 1, tier: 4, checks: [http] }
637 + - { id: gov-bg-noi, name: "НОИ", host: www.noi.bg, cat: government, provider: noi, cc: BG, imp: 3, tier: 4, checks: [http] }
638 + - { id: gov-bg-nsi, name: "Национален статистически институт", host: www.nsi.bg, cat: government, provider: nsi-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
639 + - { id: gov-bg-nzok, name: "НЗОК", host: www.nhif.bg, cat: government, provider: nzok, cc: BG, imp: 2, tier: 4, checks: [http] }
640 + - { id: gov-bg-parliament, name: "Народно събрание", host: www.parliament.bg, cat: government, provider: parliament-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
641 + - { id: gov-bg-president, name: "Президент на Републиката", host: www.president.bg, cat: government, provider: gov-bg, cc: BG, imp: 3, tier: 4, checks: [http] }
642 + - { id: gov-bg-sofia, name: "Столична община", host: www.sofia.bg, cat: government, provider: sofia, cc: BG, imp: 2, tier: 4, checks: [http] }
643 + - { id: gov-bg-vks, name: "Върховен касационен съд", host: www.vks.bg, cat: government, provider: vks, cc: BG, imp: 2, tier: 4, checks: [http] }
644 + # ───────── BH
645 + - { id: gov-bh-bahrain, name: "Bahrain eGovernment", host: www.bahrain.bh, cat: government, provider: gov-bh, cc: BH, imp: 3, tier: 4, checks: [http] }
646 + - { id: gov-bh-bna, name: "Bahrain News Agency", host: www.bna.bh, cat: government, provider: bna, cc: BH, imp: 2, tier: 4, checks: [http] }
647 + - { id: gov-bh-cbb, name: "Central Bank of Bahrain", host: www.cbb.gov.bh, cat: government, provider: cbb-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
648 + - { id: gov-bh-customs, name: "Bahrain Customs", host: www.customs.gov.bh, cat: government, provider: customs-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
649 + - { id: gov-bh-evisa, name: "Bahrain eVisa", host: www.evisa.gov.bh, cat: government, provider: npra-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
650 + - { id: gov-bh-iga, name: "Information & eGovernment Authority", host: www.iga.gov.bh, cat: government, provider: iga, cc: BH, imp: 2, tier: 4, checks: [http] }
651 + - { id: gov-bh-legalaffairs, name: "Legislation & Legal Opinion Commission", host: www.legalaffairs.gov.bh, url: "http://www.legalaffairs.gov.bh/", cat: government, provider: gov-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
652 + - { id: gov-bh-met, name: "Bahrain Meteorological Directorate", host: www.bahrainweather.gov.bh, cat: government, provider: met-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
653 + - { id: gov-bh-mof, name: "Ministry of Finance", host: www.mofne.gov.bh, cat: government, provider: gov-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
654 + - { id: gov-bh-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.bh, cat: government, provider: gov-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
655 + - { id: gov-bh-moh, name: "Ministry of Health", host: www.moh.gov.bh, cat: government, provider: gov-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
656 + - { id: gov-bh-moi, name: "Ministry of Interior", host: www.interior.gov.bh, cat: government, provider: gov-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
657 + - { id: gov-bh-nbr, name: "National Bureau for Revenue", host: www.nbr.gov.bh, cat: government, provider: nbr-bh, cc: BH, imp: 2, tier: 4, checks: [http] }
658 + - { id: gov-bh-npra, name: "NPRA (passports)", host: www.npra.gov.bh, cat: government, provider: npra-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
659 + - { id: gov-bh-nuwab, name: "Council of Representatives", host: www.nuwab.bh, cat: government, provider: nuwab, cc: BH, imp: 1, tier: 4, checks: [http] }
660 + - { id: gov-bh-shura, name: "Shura Council", host: www.shura.bh, cat: government, provider: shura-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
661 + - { id: gov-bh-sio, name: "Social Insurance Organization", host: www.sio.gov.bh, cat: government, provider: sio, cc: BH, imp: 1, tier: 4, checks: [http] }
662 + - { id: gov-bh-tra, name: "TRA Bahrain", host: www.tra.org.bh, cat: government, provider: tra-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
663 + # ───────── BI
664 + - { id: gov-bi-brb, name: "Banque de la République du Burundi", host: www.brb.bi, cat: government, provider: brb, cc: BI, imp: 1, tier: 4, checks: [http] }
665 + - { id: gov-bi-finances, name: "Ministère des Finances", host: www.finances.gov.bi, url: "http://www.finances.gov.bi/", cat: government, provider: gouv-bi, cc: BI, imp: 1, tier: 4, checks: [http] }
666 + - { id: gov-bi-isteebu, name: "ISTEEBU / INSBU", host: www.insbu.bi, cat: government, provider: insbu, cc: BI, imp: 1, tier: 4, checks: [http] }
667 + - { id: gov-bi-obr, name: "Office Burundais des Recettes", host: www.obr.bi, cat: government, provider: obr, cc: BI, imp: 1, tier: 4, checks: [http] }
668 + - { id: gov-bi-presidence, name: "Présidence du Burundi", host: www.presidence.gov.bi, cat: government, provider: gouv-bi, cc: BI, imp: 1, tier: 4, checks: [http] }
669 + # ───────── BJ
670 + - { id: gov-bj-arcep, name: "ARCEP Bénin", host: arcep.bj, cat: government, provider: arcep-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
671 + - { id: gov-bj-assemblee, name: "Assemblée nationale", host: assemblee-nationale.bj, cat: government, provider: an-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
672 + - { id: gov-bj-cena, name: "CENA Bénin", host: cena.bj, cat: government, provider: cena-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
673 + - { id: gov-bj-cnss, name: "CNSS Bénin", host: cnss.bj, cat: government, provider: cnss-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
674 + - { id: gov-bj-douanes, name: "Douanes béninoises", host: douanes.gouv.bj, cat: government, provider: douanes-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
675 + - { id: gov-bj-evisa, name: "e-Visa Bénin", host: evisa.bj, cat: government, provider: gouv-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
676 + - { id: gov-bj-finances, name: "Ministère de l'Économie et des Finances", host: finances.bj, cat: government, provider: gouv-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
677 + - { id: gov-bj-gouv, name: "Gouvernement du Bénin", host: www.gouv.bj, cat: government, provider: gouv-bj, cc: BJ, imp: 2, tier: 4, checks: [http] }
678 + - { id: gov-bj-impots, name: "Direction Générale des Impôts", host: impots.bj, cat: government, provider: dgi-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
679 + - { id: gov-bj-instad, name: "INStaD", host: instad.bj, cat: government, provider: instad, cc: BJ, imp: 1, tier: 4, checks: [http] }
680 + - { id: gov-bj-laposte, name: "La Poste du Bénin", host: laposte.bj, cat: government, provider: laposte-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
681 + - { id: gov-bj-presidence, name: "Présidence du Bénin", host: presidence.bj, cat: government, provider: gouv-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
682 + - { id: gov-bj-service-public, name: "service-public.bj", host: service-public.bj, cat: government, provider: gouv-bj, cc: BJ, imp: 2, tier: 4, checks: [http] }
683 + # ───────── BO
684 + - { id: gov-bo-aduana, name: "Aduana Nacional", host: www.aduana.gob.bo, cat: government, provider: aduana-bo, cc: BO, imp: 1, tier: 4, checks: [http] }
685 + - { id: gov-bo-bcb, name: "Banco Central de Bolivia", host: www.bcb.gob.bo, cat: government, provider: bcb-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
686 + - { id: gov-bo-cancilleria, name: "Cancillería", host: www.cancilleria.gob.bo, cat: government, provider: gov-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
687 + - { id: gov-bo-economia, name: "Ministerio de Economía", host: www.economiayfinanzas.gob.bo, cat: government, provider: gov-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
688 + - { id: gov-bo-impuestos, name: "Servicio de Impuestos Nacionales", host: www.impuestos.gob.bo, cat: government, provider: sin-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
689 + - { id: gov-bo-ine, name: "INE Bolivia", host: www.ine.gob.bo, cat: government, provider: ine-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
690 + - { id: gov-bo-lapaz, name: "Gobierno Municipal de La Paz", host: www.lapaz.bo, cat: government, provider: lapaz, cc: BO, imp: 1, tier: 4, checks: [http] }
691 + - { id: gov-bo-mingobierno, name: "Ministerio de Gobierno", host: www.mingobierno.gob.bo, cat: government, provider: gov-bo, cc: BO, imp: 1, tier: 4, checks: [http] }
692 + - { id: gov-bo-minsalud, name: "Ministerio de Salud", host: www.minsalud.gob.bo, cat: government, provider: gov-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
693 + - { id: gov-bo-oep, name: "Órgano Electoral Plurinacional", host: www.oep.org.bo, cat: government, provider: oep, cc: BO, imp: 2, tier: 4, checks: [http] }
694 + - { id: gov-bo-policia, name: "Policía Boliviana", host: www.policia.bo, cat: government, provider: policia-bo, cc: BO, imp: 1, tier: 4, checks: [http] }
695 + - { id: gov-bo-presidencia, name: "Presidencia de Bolivia", host: www.presidencia.gob.bo, cat: government, provider: gov-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
696 + - { id: gov-bo-segip, name: "SEGIP", host: www.segip.gob.bo, cat: government, provider: segip, cc: BO, imp: 1, tier: 4, checks: [http] }
697 + - { id: gov-bo-senamhi, name: "SENAMHI Bolivia", host: senamhi.gob.bo, cat: government, provider: senamhi-bo, cc: BO, imp: 2, tier: 4, checks: [http] }
698 + - { id: gov-bo-tcp, name: "Tribunal Constitucional Plurinacional", host: www.tcpbolivia.bo, url: "http://www.tcpbolivia.bo/", cat: government, provider: tcp, cc: BO, imp: 1, tier: 4, checks: [http] }
699 + # ───────── BR
700 + - { id: city-belohorizonte, name: "Prefeitura de Belo Horizonte", host: prefeitura.pbh.gov.br, cat: government, provider: belo-horizonte, cc: BR, imp: 1, tier: 4, checks: [http] }
701 + - { id: city-brasilia, name: "Governo do Distrito Federal (Brasília)", host: www.agenciabrasilia.df.gov.br, cat: government, provider: brasilia, cc: BR, imp: 1, tier: 4, checks: [http] }
702 + - { id: city-curitiba, name: "Prefeitura de Curitiba", host: www.curitiba.pr.gov.br, cat: government, provider: curitiba, cc: BR, imp: 1, tier: 4, checks: [http] }
703 + - { id: city-fortaleza, name: "Prefeitura de Fortaleza", host: www.fortaleza.ce.gov.br, cat: government, provider: fortaleza, cc: BR, imp: 1, tier: 4, checks: [http] }
704 + - { id: city-manaus, name: "Prefeitura de Manaus", host: www.manaus.am.gov.br, cat: government, provider: manaus, cc: BR, imp: 1, tier: 4, checks: [http] }
705 + - { id: city-portoalegre, name: "Prefeitura de Porto Alegre", host: prefeitura.poa.br, cat: government, provider: porto-alegre, cc: BR, imp: 1, tier: 4, checks: [http] }
706 + - { id: city-recife, name: "Prefeitura do Recife", host: www2.recife.pe.gov.br, cat: government, provider: recife, cc: BR, imp: 1, tier: 4, checks: [http] }
707 + - { id: city-rio, name: "Prefeitura do Rio de Janeiro", host: prefeitura.rio, cat: government, provider: rio, cc: BR, imp: 3, tier: 4, checks: [http] }
708 + - { id: city-salvador, name: "Prefeitura de Salvador", host: www.salvador.ba.gov.br, cat: government, provider: salvador, cc: BR, imp: 1, tier: 4, checks: [http] }
709 + - { id: city-saopaulo, name: "Prefeitura de São Paulo", host: capital.sp.gov.br, cat: government, provider: sao-paulo, cc: BR, imp: 3, tier: 4, checks: [http] }
710 + - { id: gov-br-ana, name: "Agência Nacional de Águas", host: www.gov.br, url: "https://www.gov.br/ana/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
711 + - { id: gov-br-anac, name: "ANAC", host: www.gov.br, url: "https://www.gov.br/anac/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
712 + - { id: gov-br-anatel, name: "Anatel", host: www.gov.br, url: "https://www.gov.br/anatel/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
713 + - { id: gov-br-aneel, name: "ANEEL", host: www.gov.br, url: "https://www.gov.br/aneel/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
714 + - { id: gov-br-anp, name: "ANP", host: www.gov.br, url: "https://www.gov.br/anp/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
715 + - { id: gov-br-anpd, name: "ANPD", host: www.gov.br, url: "https://www.gov.br/anpd/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
716 + - { id: gov-br-ans, name: "ANS", host: www.gov.br, url: "https://www.gov.br/ans/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
717 + - { id: gov-br-antt, name: "ANTT", host: www.gov.br, url: "https://www.gov.br/antt/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
718 + - { id: gov-br-anvisa, name: "Anvisa", host: www.gov.br, url: "https://www.gov.br/anvisa/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
719 + - { id: gov-br-arquivonacional, name: "Arquivo Nacional", host: www.gov.br, url: "https://www.gov.br/arquivonacional/pt-br", cat: government, provider: gov-br, cc: BR, imp: 1, tier: 4, checks: [http] }
720 + - { id: gov-br-ba-portal, name: "Governo do Estado – Bahia", host: www.ba.gov.br, cat: government, provider: gov-br-ba, cc: BR, imp: 2, tier: 4, checks: [http] }
721 + - { id: gov-br-bn, name: "Biblioteca Nacional", host: www.gov.br, url: "https://www.gov.br/bn/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
722 + - { id: gov-br-bndes, name: "BNDES", host: www.bndes.gov.br, cat: government, provider: bndes, cc: BR, imp: 3, tier: 4, checks: [http] }
723 + - { id: gov-br-cade, name: "CADE", host: www.gov.br, url: "https://www.gov.br/cade/pt-br", cat: government, provider: gov-br, cc: BR, imp: 1, tier: 4, checks: [http] }
724 + - { id: gov-br-camara-dados, name: "Câmara – Dados Abertos", host: dadosabertos.camara.leg.br, cat: government, provider: camara-br, cc: BR, imp: 1, tier: 4, checks: [http] }
725 + - { id: gov-br-capes, name: "CAPES", host: www.gov.br, url: "https://www.gov.br/capes/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
726 + - { id: gov-br-ce-portal, name: "Governo do Estado – Ceará", host: www.ceara.gov.br, cat: government, provider: gov-br-ce, cc: BR, imp: 2, tier: 4, checks: [http] }
727 + - { id: gov-br-cgu, name: "CGU", host: www.gov.br, url: "https://www.gov.br/cgu/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
728 + - { id: gov-br-cnj, name: "Conselho Nacional de Justiça", host: www.cnj.jus.br, cat: government, provider: cnj, cc: BR, imp: 3, tier: 4, checks: [http] }
729 + - { id: gov-br-cnpq, name: "CNPq", host: www.gov.br, url: "https://www.gov.br/cnpq/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
730 + - { id: gov-br-congresso, name: "Congresso Nacional", host: www.congressonacional.leg.br, cat: government, provider: congresso-br, cc: BR, imp: 3, tier: 4, checks: [http] }
731 + - { id: gov-br-cpf, name: "Consulta CPF", host: servicos.receita.fazenda.gov.br, url: "https://servicos.receita.fazenda.gov.br/Servicos/CPF/ConsultaSituacao/ConsultaPublica.asp", cat: government, provider: receita, cc: BR, imp: 3, tier: 4, checks: [http] }
732 + - { id: gov-br-cptec, name: "CPTEC/INPE", host: www.cptec.inpe.br, cat: government, provider: inpe, cc: BR, imp: 3, tier: 4, checks: [http] }
733 + - { id: gov-br-cptm, name: "CPTM", host: www.cptm.sp.gov.br, cat: government, provider: sp, cc: BR, imp: 2, tier: 4, checks: [http] }
734 + - { id: gov-br-cvm, name: "CVM", host: www.gov.br, url: "https://www.gov.br/cvm/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
735 + - { id: gov-br-dados-gov, name: "dados.gov.br", host: dados.gov.br, cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
736 + - { id: gov-br-dataprev, name: "Dataprev", host: portal.dataprev.gov.br, cat: government, provider: dataprev, cc: BR, imp: 2, tier: 4, checks: [http] }
737 + - { id: gov-br-defesa, name: "Ministério da Defesa", host: www.gov.br, url: "https://www.gov.br/defesa/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
738 + - { id: gov-br-defesacivil, name: "Defesa Civil Nacional", host: www.gov.br, url: "https://www.gov.br/midr/pt-br/assuntos/protecao-e-defesa-civil", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
739 + - { id: gov-br-detran-sp, name: "Detran-SP", host: www.detran.sp.gov.br, cat: government, provider: sp, cc: BR, imp: 3, tier: 4, checks: [http] }
740 + - { id: gov-br-dnit, name: "DNIT", host: www.gov.br, url: "https://www.gov.br/dnit/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
741 + - { id: gov-br-ecac, name: "e-CAC (Receita Federal)", host: cav.receita.fazenda.gov.br, cat: government, provider: receita, cc: BR, imp: 3, tier: 4, checks: [http] }
742 + - { id: gov-br-embrapa, name: "Embrapa", host: www.embrapa.br, cat: government, provider: embrapa, cc: BR, imp: 2, tier: 4, checks: [http] }
743 + - { id: gov-br-enem, name: "INEP / Enem", host: www.gov.br, url: "https://www.gov.br/inep/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
744 + - { id: gov-br-es-portal, name: "Governo do Estado – Espírito Santo", host: www.es.gov.br, cat: government, provider: gov-br-es, cc: BR, imp: 2, tier: 4, checks: [http] }
745 + - { id: gov-br-fazenda, name: "Ministério da Fazenda", host: www.gov.br, url: "https://www.gov.br/fazenda/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
746 + - { id: gov-br-fiocruz, name: "Fiocruz", host: portal.fiocruz.br, cat: government, provider: fiocruz, cc: BR, imp: 3, tier: 4, checks: [http] }
747 + - { id: gov-br-go-portal, name: "Governo do Estado – Goiás", host: goias.gov.br, cat: government, provider: gov-br-go, cc: BR, imp: 2, tier: 4, checks: [http] }
748 + - { id: gov-br-gov-br-login, name: "Conta gov.br (portal)", host: www.gov.br, url: "https://www.gov.br/governodigital/pt-br/conta-gov-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
749 + - { id: gov-br-ibama, name: "IBAMA", host: www.gov.br, url: "https://www.gov.br/ibama/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
750 + - { id: gov-br-icmbio, name: "ICMBio", host: www.gov.br, url: "https://www.gov.br/icmbio/pt-br", cat: government, provider: gov-br, cc: BR, imp: 1, tier: 4, checks: [http] }
751 + - { id: gov-br-infraero, name: "Infraero", host: www4.infraero.gov.br, cat: government, provider: infraero, cc: BR, imp: 2, tier: 4, checks: [http] }
752 + - { id: gov-br-inpe, name: "INPE", host: www.gov.br, url: "https://www.gov.br/inpe/pt-br", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
753 + - { id: gov-br-inss, name: "INSS", host: www.gov.br, url: "https://www.gov.br/inss/pt-br", cat: government, provider: gov-br, cc: BR, imp: 5, tier: 3, checks: [http] }
754 + - { id: gov-br-ma-portal, name: "Governo do Estado – Maranhão", host: www.ma.gov.br, cat: government, provider: gov-br-ma, cc: BR, imp: 2, tier: 4, checks: [http] }
755 + - { id: gov-br-mec, name: "Ministério da Educação", host: www.gov.br, url: "https://www.gov.br/mec/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
756 + - { id: gov-br-metro-sp, name: "Metrô de São Paulo", host: www.metro.sp.gov.br, cat: government, provider: sp, cc: BR, imp: 3, tier: 4, checks: [http] }
757 + - { id: gov-br-meu-inss, name: "Meu INSS", host: meu.inss.gov.br, cat: government, provider: inss, cc: BR, imp: 4, tier: 3, checks: [http] }
758 + - { id: gov-br-mg-detran, name: "Detran-MG", host: www.detran.mg.gov.br, cat: government, provider: gov-br-mg, cc: BR, imp: 1, tier: 4, checks: [http] }
759 + - { id: gov-br-mg-portal, name: "Governo do Estado – Minas Gerais", host: www.mg.gov.br, cat: government, provider: gov-br-mg, cc: BR, imp: 2, tier: 4, checks: [http] }
760 + - { id: gov-br-mg-sef, name: "SEF-MG", host: www.fazenda.mg.gov.br, cat: government, provider: gov-br-mg, cc: BR, imp: 1, tier: 4, checks: [http] }
761 + - { id: gov-br-mgi, name: "Ministério da Gestão e Inovação", host: www.gov.br, url: "https://www.gov.br/gestao/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
762 + - { id: gov-br-mj, name: "Ministério da Justiça e Segurança Pública", host: www.gov.br, url: "https://www.gov.br/mj/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
763 + - { id: gov-br-mre, name: "Ministério das Relações Exteriores", host: www.gov.br, url: "https://www.gov.br/mre/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
764 + - { id: gov-br-nfe, name: "Portal NF-e", host: www.nfe.fazenda.gov.br, cat: government, provider: receita, cc: BR, imp: 3, tier: 4, checks: [http] }
765 + - { id: gov-br-ons, name: "ONS (Operador do Sistema Elétrico)", host: www.ons.org.br, cat: government, provider: ons, cc: BR, imp: 3, tier: 4, checks: [http] }
766 + - { id: gov-br-pa-portal, name: "Governo do Estado – Pará", host: www.pa.gov.br, cat: government, provider: gov-br-pa, cc: BR, imp: 2, tier: 4, checks: [http] }
767 + - { id: gov-br-pe-portal, name: "Governo do Estado – Pernambuco", host: www.pe.gov.br, cat: government, provider: gov-br-pe, cc: BR, imp: 2, tier: 4, checks: [http] }
768 + - { id: gov-br-petrobras, name: "Petrobras", host: petrobras.com.br, cat: government, provider: petrobras, cc: BR, imp: 3, tier: 4, checks: [http] }
769 + - { id: gov-br-pf, name: "Polícia Federal", host: www.gov.br, url: "https://www.gov.br/pf/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
770 + - { id: gov-br-planalto, name: "Presidência da República (Planalto)", host: www.gov.br, url: "https://www.gov.br/planalto/pt-br", cat: government, provider: gov-br, cc: BR, imp: 5, tier: 3, checks: [http] }
771 + - { id: gov-br-portaltransparencia, name: "Portal da Transparência", host: portaldatransparencia.gov.br, cat: government, provider: cgu, cc: BR, imp: 3, tier: 4, checks: [http] }
772 + - { id: gov-br-pr-detran, name: "Detran-PR", host: www.detran.pr.gov.br, cat: government, provider: gov-br-pr, cc: BR, imp: 1, tier: 4, checks: [http] }
773 + - { id: gov-br-pr-portal, name: "Governo do Estado – Paraná", host: www.pr.gov.br, cat: government, provider: gov-br-pr, cc: BR, imp: 2, tier: 4, checks: [http] }
774 + - { id: gov-br-previdencia, name: "Ministério da Previdência Social", host: www.gov.br, url: "https://www.gov.br/previdencia/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
775 + - { id: gov-br-prf, name: "Polícia Rodoviária Federal", host: www.gov.br, url: "https://www.gov.br/prf/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
776 + - { id: gov-br-receita-portal, name: "Receita Federal (portal)", host: www.gov.br, url: "https://www.gov.br/receitafederal/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
777 + - { id: gov-br-redesim, name: "Redesim", host: www.gov.br, url: "https://www.gov.br/empresas-e-negocios/pt-br/redesim", cat: government, provider: gov-br, cc: BR, imp: 2, tier: 4, checks: [http] }
778 + - { id: gov-br-rj-detran, name: "Detran-RJ", host: www.detran.rj.gov.br, cat: government, provider: gov-br-rj, cc: BR, imp: 1, tier: 4, checks: [http] }
779 + - { id: gov-br-rj-riogaleao, name: "RIOgaleão", host: www.riogaleao.com, cat: government, provider: riogaleao, cc: BR, imp: 1, tier: 4, checks: [http] }
780 + - { id: gov-br-rj-sefaz, name: "Sefaz-RJ", host: portal.fazenda.rj.gov.br, cat: government, provider: gov-br-rj, cc: BR, imp: 1, tier: 4, checks: [http] }
781 + - { id: gov-br-rj-tjrj, name: "TJRJ", host: www.tjrj.jus.br, cat: government, provider: gov-br-rj, cc: BR, imp: 1, tier: 4, checks: [http] }
782 + - { id: gov-br-rs-portal, name: "Governo do Estado – Rio Grande do Sul", host: www.estado.rs.gov.br, cat: government, provider: gov-br-rs, cc: BR, imp: 2, tier: 4, checks: [http] }
783 + - { id: gov-br-rs-sefaz, name: "Sefaz-RS", host: www.sefaz.rs.gov.br, cat: government, provider: gov-br-rs, cc: BR, imp: 1, tier: 4, checks: [http] }
784 + - { id: gov-br-saude, name: "Ministério da Saúde", host: www.gov.br, url: "https://www.gov.br/saude/pt-br", cat: government, provider: gov-br, cc: BR, imp: 4, tier: 3, checks: [http] }
785 + - { id: gov-br-sc-portal, name: "Governo do Estado – Santa Catarina", host: www.sc.gov.br, cat: government, provider: gov-br-sc, cc: BR, imp: 2, tier: 4, checks: [http] }
786 + - { id: gov-br-sefaz-sp, name: "Sefaz-SP", host: portal.fazenda.sp.gov.br, cat: government, provider: sp, cc: BR, imp: 3, tier: 4, checks: [http] }
787 + - { id: gov-br-senado, name: "Senado Federal", host: www12.senado.leg.br, cat: government, provider: senado-br, cc: BR, imp: 4, tier: 3, checks: [http] }
788 + - { id: gov-br-serpro, name: "Serpro", host: www.serpro.gov.br, cat: government, provider: serpro, cc: BR, imp: 3, tier: 4, checks: [http] }
789 + - { id: gov-br-sp-alesp, name: "ALESP", host: www.al.sp.gov.br, cat: government, provider: gov-br-sp, cc: BR, imp: 1, tier: 4, checks: [http] }
790 + - { id: gov-br-sp-gru, name: "GRU Airport", host: www.gru.com.br, cat: government, provider: gru, cc: BR, imp: 2, tier: 4, checks: [http] }
791 + - { id: gov-br-sp-portal, name: "Governo do Estado – São Paulo", host: www.saopaulo.sp.gov.br, cat: government, provider: gov-br-sp, cc: BR, imp: 2, tier: 4, checks: [http] }
792 + - { id: gov-br-sp-poupatempo, name: "Poupatempo", host: www.poupatempo.sp.gov.br, cat: government, provider: gov-br-sp, cc: BR, imp: 2, tier: 4, checks: [http] }
793 + - { id: gov-br-sp-ssp, name: "SSP-SP", host: www.ssp.sp.gov.br, cat: government, provider: gov-br-sp, cc: BR, imp: 1, tier: 4, checks: [http] }
794 + - { id: gov-br-sp-tjsp, name: "TJSP", host: www.tjsp.jus.br, cat: government, provider: gov-br-sp, cc: BR, imp: 2, tier: 4, checks: [http] }
795 + - { id: gov-br-sptrans, name: "SPTrans", host: www.sptrans.com.br, cat: government, provider: sp, cc: BR, imp: 2, tier: 4, checks: [http] }
796 + - { id: gov-br-stf, name: "Supremo Tribunal Federal", host: portal.stf.jus.br, cat: government, provider: stf, cc: BR, imp: 4, tier: 3, checks: [http] }
797 + - { id: gov-br-stj, name: "Superior Tribunal de Justiça", host: www.stj.jus.br, cat: government, provider: stj, cc: BR, imp: 3, tier: 4, checks: [http] }
798 + - { id: gov-br-sus, name: "Conecte SUS / Meu SUS Digital", host: meususdigital.saude.gov.br, cat: government, provider: saude, cc: BR, imp: 3, tier: 4, checks: [http] }
799 + - { id: gov-br-tcu, name: "Tribunal de Contas da União", host: portal.tcu.gov.br, cat: government, provider: tcu, cc: BR, imp: 3, tier: 4, checks: [http] }
800 + - { id: gov-br-trabalho, name: "Ministério do Trabalho e Emprego", host: www.gov.br, url: "https://www.gov.br/trabalho-e-emprego/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
801 + - { id: gov-br-transportes, name: "Ministério dos Transportes", host: www.gov.br, url: "https://www.gov.br/transportes/pt-br", cat: government, provider: gov-br, cc: BR, imp: 3, tier: 4, checks: [http] }
802 + - { id: gov-br-tse-resultados, name: "TSE Resultados", host: resultados.tse.jus.br, cat: government, provider: tse, cc: BR, imp: 2, tier: 4, checks: [http] }
803 + - { id: gov-br-tst, name: "Tribunal Superior do Trabalho", host: www.tst.jus.br, cat: government, provider: tst, cc: BR, imp: 2, tier: 4, checks: [http] }
804 + # ───────── BS
805 + - { id: gov-bs-centralbank, name: "Central Bank of The Bahamas", host: www.centralbankbahamas.com, cat: government, provider: cbob, cc: BS, imp: 1, tier: 4, checks: [http] }
806 + - { id: gov-bs-dir, name: "Department of Inland Revenue", host: inlandrevenue.finance.gov.bs, cat: government, provider: dir-bs, cc: BS, imp: 1, tier: 4, checks: [http] }
807 + - { id: gov-bs-gov, name: "Government of The Bahamas", host: www.bahamas.gov.bs, cat: government, provider: gov-bs, cc: BS, imp: 2, tier: 4, checks: [http] }
808 + - { id: gov-bs-met, name: "Bahamas Department of Meteorology", host: www.bahamasweather.org.bs, url: "http://www.bahamasweather.org.bs/", cat: government, provider: met-bs, cc: BS, imp: 1, tier: 4, checks: [http] }
809 + - { id: gov-bs-parliament, name: "Parliament of The Bahamas", host: www.bahamas.gov.bs, url: "https://www.bahamas.gov.bs/wps/portal/public/gov/government/legislative", cat: government, provider: gov-bs, cc: BS, imp: 1, tier: 4, checks: [http] }
810 + # ───────── BT
811 + - { id: gov-bt-citizenservices, name: "Citizen Services Portal", host: www.citizenservices.gov.bt, cat: government, provider: gov-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
812 + - { id: gov-bt-drc, name: "Department of Revenue & Customs", host: www.drc.gov.bt, cat: government, provider: drc-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
813 + - { id: gov-bt-ecb, name: "Election Commission of Bhutan", host: www.ecb.bt, cat: government, provider: ecb-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
814 + - { id: gov-bt-mof, name: "Ministry of Finance", host: www.mof.gov.bt, cat: government, provider: gov-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
815 + - { id: gov-bt-moh, name: "Ministry of Health", host: www.moh.gov.bt, cat: government, provider: gov-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
816 + - { id: gov-bt-nchm, name: "National Center for Hydrology & Meteorology", host: www.nchm.gov.bt, cat: government, provider: nchm, cc: BT, imp: 1, tier: 4, checks: [http] }
817 + - { id: gov-bt-nsb, name: "National Statistics Bureau", host: www.nsb.gov.bt, cat: government, provider: nsb-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
818 + - { id: gov-bt-parliament, name: "Parliament of Bhutan", host: www.parliament.bt, url: "http://www.parliament.bt/", cat: government, provider: parliament-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
819 + - { id: gov-bt-rma, name: "Royal Monetary Authority", host: www.rma.org.bt, cat: government, provider: rma, cc: BT, imp: 1, tier: 4, checks: [http] }
820 + # ───────── BW
821 + - { id: gov-bw-bankofbotswana, name: "Bank of Botswana", host: www.bankofbotswana.bw, cat: government, provider: bob, cc: BW, imp: 2, tier: 4, checks: [http] }
822 + - { id: gov-bw-bocra, name: "BOCRA", host: www.bocra.org.bw, cat: government, provider: bocra, cc: BW, imp: 1, tier: 4, checks: [http] }
823 + - { id: gov-bw-burs, name: "BURS", host: www.burs.org.bw, cat: government, provider: burs, cc: BW, imp: 2, tier: 4, checks: [http] }
824 + - { id: gov-bw-finance, name: "Ministry of Finance", host: www.finance.gov.bw, cat: government, provider: gov-bw, cc: BW, imp: 1, tier: 4, checks: [http] }
825 + - { id: gov-bw-gov, name: "Government of Botswana", host: www.gov.bw, cat: government, provider: gov-bw, cc: BW, imp: 2, tier: 4, checks: [http] }
826 + - { id: gov-bw-justice, name: "Administration of Justice", host: www.justice.gov.bw, cat: government, provider: aoj-bw, cc: BW, imp: 1, tier: 4, checks: [http] }
827 + - { id: gov-bw-parliament, name: "Parliament of Botswana", host: www.parliament.gov.bw, cat: government, provider: parliament-bw, cc: BW, imp: 1, tier: 4, checks: [http] }
828 + - { id: gov-bw-police, name: "Botswana Police Service", host: www.police.gov.bw, cat: government, provider: police-bw, cc: BW, imp: 1, tier: 4, checks: [http] }
829 + - { id: gov-bw-statsbots, name: "Statistics Botswana", host: www.statsbots.org.bw, cat: government, provider: statsbots, cc: BW, imp: 1, tier: 4, checks: [http] }
830 + # ───────── BY
831 + - { id: gov-by-belpost, name: "Белпочта", host: belpost.by, cat: government, provider: belpost, cc: BY, imp: 2, tier: 4, checks: [http] }
832 + - { id: gov-by-belstat, name: "Белстат", host: www.belstat.gov.by, cat: government, provider: belstat, cc: BY, imp: 2, tier: 4, checks: [http] }
833 + - { id: gov-by-customs, name: "ГТК", host: www.customs.gov.by, cat: government, provider: customs-by, cc: BY, imp: 1, tier: 4, checks: [http] }
834 + - { id: gov-by-mfa, name: "МИД Беларуси", host: mfa.gov.by, cat: government, provider: gov-by, cc: BY, imp: 2, tier: 4, checks: [http] }
835 + - { id: gov-by-minfin, name: "Министерство финансов", host: minfin.gov.by, cat: government, provider: gov-by, cc: BY, imp: 1, tier: 4, checks: [http] }
836 + - { id: gov-by-minzdrav, name: "Минздрав", host: minzdrav.gov.by, cat: government, provider: gov-by, cc: BY, imp: 1, tier: 4, checks: [http] }
837 + - { id: gov-by-mvd, name: "МВД Беларуси", host: www.mvd.gov.by, cat: government, provider: gov-by, cc: BY, imp: 2, tier: 4, checks: [http] }
838 + - { id: gov-by-nalog, name: "МНС (налоги)", host: nalog.gov.by, cat: government, provider: nalog-by, cc: BY, imp: 2, tier: 4, checks: [http] }
839 + - { id: gov-by-pogoda, name: "Белгидромет", host: pogoda.by, cat: government, provider: belhydromet, cc: BY, imp: 2, tier: 4, checks: [http] }
840 + - { id: gov-by-pravo, name: "Национальный правовой портал", host: pravo.by, cat: government, provider: gov-by, cc: BY, imp: 2, tier: 4, checks: [http] }
841 + - { id: gov-by-president, name: "Президент РБ", host: president.gov.by, cat: government, provider: gov-by, cc: BY, imp: 2, tier: 4, checks: [http] }
842 + - { id: gov-by-rec, name: "ЦИК Беларуси", host: rec.gov.by, cat: government, provider: cik-by, cc: BY, imp: 1, tier: 4, checks: [http] }
843 + - { id: gov-by-rw, name: "Белорусская железная дорога", host: www.rw.by, cat: government, provider: bch, cc: BY, imp: 2, tier: 4, checks: [http] }
844 + # ───────── BZ
845 + - { id: gov-bz-centralbank, name: "Central Bank of Belize", host: www.centralbank.org.bz, cat: government, provider: cbb-bz, cc: BZ, imp: 1, tier: 4, checks: [http] }
846 + - { id: gov-bz-nationalassembly, name: "National Assembly of Belize", host: www.nationalassembly.gov.bz, cat: government, provider: na-bz, cc: BZ, imp: 1, tier: 4, checks: [http] }
847 + - { id: gov-bz-nms, name: "National Meteorological Service", host: www.nms.gov.bz, cat: government, provider: nms-bz, cc: BZ, imp: 1, tier: 4, checks: [http] }
848 + - { id: gov-bz-sib, name: "Statistical Institute of Belize", host: sib.org.bz, cat: government, provider: sib, cc: BZ, imp: 1, tier: 4, checks: [http] }
849 + # ───────── CA
850 + - { id: city-toronto-311, name: "Toronto 311", host: www.toronto.ca, url: "https://www.toronto.ca/home/311-toronto-at-your-service/", cat: government, provider: toronto, cc: CA, imp: 2, tier: 4, checks: [http] }
851 + - { id: city-vancouver-311, name: "Vancouver 3-1-1", host: vancouver.ca, url: "https://vancouver.ca/home-property-development/contact-3-1-1.aspx", cat: government, provider: vancouver, cc: CA, imp: 1, tier: 4, checks: [http] }
852 + - { id: gov-ca-ab-511, name: "Alberta 511", host: 511.alberta.ca, cat: government, provider: gov-ab, cc: CA, imp: 2, tier: 4, checks: [http] }
853 + - { id: gov-ca-ab-ahs, name: "Alberta Health Services", host: www.albertahealthservices.ca, cat: government, provider: gov-ab, cc: CA, imp: 3, tier: 4, checks: [http] }
854 + - { id: gov-ca-ab-assembly, name: "Legislative Assembly of Alberta", host: www.assembly.ab.ca, cat: government, provider: gov-ab, cc: CA, imp: 2, tier: 4, checks: [http] }
855 + - { id: gov-ca-ab-edmonton, name: "City of Edmonton", host: www.edmonton.ca, cat: government, provider: edmonton, cc: CA, imp: 2, tier: 4, checks: [http] }
856 + - { id: gov-ca-ab-elections, name: "Elections Alberta", host: www.elections.ab.ca, cat: government, provider: gov-ab, cc: CA, imp: 2, tier: 4, checks: [http] }
857 + - { id: gov-ca-ab-myhealth, name: "MyHealth Alberta", host: myhealth.alberta.ca, cat: government, provider: gov-ab, cc: CA, imp: 2, tier: 4, checks: [http] }
858 + - { id: gov-ca-ab-ualberta, name: "University of Alberta", host: www.ualberta.ca, cat: government, provider: ualberta, cc: CA, imp: 2, tier: 4, checks: [http] }
859 + - { id: gov-ca-ab-ucalgary, name: "University of Calgary", host: www.ucalgary.ca, cat: government, provider: ucalgary, cc: CA, imp: 2, tier: 4, checks: [http] }
860 + - { id: gov-ca-agriculture, name: "Agriculture and Agri-Food Canada", host: agriculture.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
861 + - { id: gov-ca-asc-csa, name: "Canadian Space Agency", host: www.asc-csa.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
862 + - { id: gov-ca-bc-bccdc, name: "BC Centre for Disease Control", host: www.bccdc.ca, cat: government, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
863 + - { id: gov-ca-bc-bcferries, name: "BC Ferries", host: www.bcferries.com, cat: government, provider: bcferries, cc: CA, imp: 2, tier: 4, checks: [http] }
864 + - { id: gov-ca-bc-burnaby, name: "City of Burnaby", host: www.burnaby.ca, cat: government, provider: burnaby, cc: CA, imp: 1, tier: 4, checks: [http] }
865 + - { id: gov-ca-bc-drivebc, name: "DriveBC", host: www.drivebc.ca, cat: government, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
866 + - { id: gov-ca-bc-elections, name: "Elections BC", host: elections.bc.ca, cat: government, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
867 + - { id: gov-ca-bc-healthlink, name: "HealthLink BC", host: www.healthlinkbc.ca, cat: government, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
868 + - { id: gov-ca-bc-hydro, name: "BC Hydro", host: www.bchydro.com, cat: government, provider: bchydro, cc: CA, imp: 2, tier: 4, checks: [http] }
869 + - { id: gov-ca-bc-icbc, name: "ICBC", host: www.icbc.com, cat: government, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
870 + - { id: gov-ca-bc-leg, name: "Legislative Assembly of BC", host: www.leg.bc.ca, cat: government, provider: gov-bc, cc: CA, imp: 2, tier: 4, checks: [http] }
871 + - { id: gov-ca-bc-richmond, name: "City of Richmond", host: www.richmond.ca, cat: government, provider: richmond-bc, cc: CA, imp: 1, tier: 4, checks: [http] }
872 + - { id: gov-ca-bc-surrey, name: "City of Surrey", host: www.surrey.ca, cat: government, provider: surrey, cc: CA, imp: 1, tier: 4, checks: [http] }
873 + - { id: gov-ca-bc-victoria, name: "City of Victoria", host: www.victoria.ca, cat: government, provider: victoria-bc, cc: CA, imp: 1, tier: 4, checks: [http] }
874 + - { id: gov-ca-buyandsell, name: "CanadaBuys", host: canadabuys.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
875 + - { id: gov-ca-canlii, name: "CanLII", host: www.canlii.org, cat: government, provider: canlii, cc: CA, imp: 3, tier: 4, checks: [http] }
876 + - { id: gov-ca-cbc-not-here, name: "Canadian Coast Guard", host: www.ccg-gcc.gc.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
877 + - { id: gov-ca-cbc-ombuds-not, name: "Office of the Privacy Commissioner", host: www.priv.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
878 + - { id: gov-ca-cbsa-wait, name: "CBSA Border Wait Times", host: www.cbsa-asfc.gc.ca, url: "https://www.cbsa-asfc.gc.ca/bwt-taf/menu-eng.html", cat: government, provider: cbsa, cc: CA, imp: 3, tier: 4, checks: [http] }
879 + - { id: gov-ca-cdic, name: "CDIC", host: www.cdic.ca, cat: government, provider: cdic, cc: CA, imp: 2, tier: 4, checks: [http] }
880 + - { id: gov-ca-cds, name: "Canadian Digital Service", host: digital.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
881 + - { id: gov-ca-cfia, name: "Canadian Food Inspection Agency", host: inspection.canada.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
882 + - { id: gov-ca-chrc, name: "Canadian Human Rights Commission", host: www.chrc-ccdp.gc.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
883 + - { id: gov-ca-cipo, name: "Canadian Intellectual Property Office", host: ised-isde.canada.ca, url: "https://ised-isde.canada.ca/site/canadian-intellectual-property-office/en", cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
884 + - { id: gov-ca-cirnac, name: "Crown-Indigenous Relations", host: www.rcaanc-cirnac.gc.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
885 + - { id: gov-ca-cmhc, name: "CMHC", host: www.cmhc-schl.gc.ca, cat: government, provider: cmhc, cc: CA, imp: 2, tier: 4, checks: [http] }
886 + - { id: gov-ca-cnsc, name: "Canadian Nuclear Safety Commission", host: www.cnsc-ccsn.gc.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
887 + - { id: gov-ca-commons, name: "House of Commons", host: www.ourcommons.ca, cat: government, provider: hoc, cc: CA, imp: 3, tier: 4, checks: [http] }
888 + - { id: gov-ca-competition, name: "Competition Bureau", host: competition-bureau.canada.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
889 + - { id: gov-ca-corporations, name: "Corporations Canada", host: ised-isde.canada.ca, url: "https://ised-isde.canada.ca/site/corporations-canada/en", cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
890 + - { id: gov-ca-cpp, name: "Canada Pension Plan", host: www.canada.ca, url: "https://www.canada.ca/en/services/benefits/publicpensions/cpp.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
891 + - { id: gov-ca-cra-myaccount, name: "CRA sign-in services", host: www.canada.ca, url: "https://www.canada.ca/en/revenue-agency/services/e-services/cra-login-services.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
892 + - { id: gov-ca-csa, name: "Canadian Securities Administrators", host: www.securities-administrators.ca, cat: government, provider: csa, cc: CA, imp: 2, tier: 4, checks: [http] }
893 + - { id: gov-ca-cse, name: "Communications Security Establishment", host: www.cse-cst.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
894 + - { id: gov-ca-csis, name: "CSIS", host: www.canada.ca, url: "https://www.canada.ca/en/security-intelligence-service.html", cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
895 + - { id: gov-ca-dfo, name: "Fisheries and Oceans Canada", host: www.dfo-mpo.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
896 + - { id: gov-ca-dnd, name: "National Defence", host: www.canada.ca, url: "https://www.canada.ca/en/department-national-defence.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
897 + - { id: gov-ca-earthquakes, name: "Earthquakes Canada", host: www.earthquakescanada.nrcan.gc.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
898 + - { id: gov-ca-ec, name: "Environment and Climate Change Canada", host: www.canada.ca, url: "https://www.canada.ca/en/environment-climate-change.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
899 + - { id: gov-ca-ei, name: "Employment Insurance", host: www.canada.ca, url: "https://www.canada.ca/en/services/benefits/ei.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
900 + - { id: gov-ca-elections-ca-results, name: "Elections Canada results", host: enr.elections.ca, cat: government, provider: elections-ca, cc: CA, imp: 2, tier: 4, checks: [http] }
901 + - { id: gov-ca-esdc, name: "Employment and Social Development Canada", host: www.canada.ca, url: "https://www.canada.ca/en/employment-social-development.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
902 + - { id: gov-ca-exo, name: "exo (Montréal)", host: exo.quebec, cat: government, provider: exo, cc: CA, imp: 1, tier: 4, checks: [http] }
903 + - { id: gov-ca-fct, name: "Federal Court", host: www.fct-cf.gc.ca, cat: government, provider: fct, cc: CA, imp: 1, tier: 4, checks: [http] }
904 + - { id: gov-ca-fin, name: "Department of Finance Canada", host: www.canada.ca, url: "https://www.canada.ca/en/department-finance.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
905 + - { id: gov-ca-fintrac, name: "FINTRAC", host: fintrac-canafe.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
906 + - { id: gov-ca-forces, name: "Canadian Armed Forces", host: forces.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
907 + - { id: gov-ca-gac, name: "Global Affairs Canada", host: www.international.gc.ca, cat: government, provider: gc, cc: CA, imp: 4, tier: 3, checks: [http] }
908 + - { id: gov-ca-gazette, name: "Canada Gazette", host: www.gazette.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
909 + - { id: gov-ca-gc-alerts, name: "Alert Ready", host: www.alertready.ca, cat: government, provider: pelmorex, cc: CA, imp: 2, tier: 4, checks: [http] }
910 + - { id: gov-ca-gc-forms, name: "GC Forms", host: forms-formulaires.alpha.canada.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
911 + - { id: gov-ca-gckey, name: "GCKey", host: clegc-gckey.gc.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
912 + - { id: gov-ca-gg, name: "Governor General of Canada", host: www.gg.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
913 + - { id: gov-ca-go-transit, name: "GO Transit / Metrolinx", host: www.gotransit.com, cat: government, provider: metrolinx, cc: CA, imp: 2, tier: 4, checks: [http] }
914 + - { id: gov-ca-hc, name: "Health Canada", host: www.canada.ca, url: "https://www.canada.ca/en/health-canada.html", cat: government, provider: gc, cc: CA, imp: 4, tier: 3, checks: [http] }
915 + - { id: gov-ca-hydro, name: "Water Level and Flow (ECCC)", host: wateroffice.ec.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
916 + - { id: gov-ca-indigenous, name: "Indigenous Services Canada", host: www.sac-isc.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
917 + - { id: gov-ca-infrastructure, name: "Housing, Infrastructure and Communities Canada", host: housing-infrastructure.canada.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
918 + - { id: gov-ca-ircc-portal, name: "IRCC secure account", host: www.canada.ca, url: "https://www.canada.ca/en/immigration-refugees-citizenship/services/application/account.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
919 + - { id: gov-ca-ised, name: "ISED Canada", host: ised-isde.canada.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
920 + - { id: gov-ca-jobbank, name: "Job Bank", host: www.jobbank.gc.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
921 + - { id: gov-ca-justice, name: "Department of Justice Canada", host: www.justice.gc.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
922 + - { id: gov-ca-lac, name: "Library and Archives Canada", host: library-archives.canada.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
923 + - { id: gov-ca-mb-511, name: "Manitoba 511", host: www.manitoba511.ca, cat: government, provider: gov-mb, cc: CA, imp: 2, tier: 4, checks: [http] }
924 + - { id: gov-ca-mb-elections, name: "Elections Manitoba", host: www.electionsmanitoba.ca, cat: government, provider: gov-mb, cc: CA, imp: 1, tier: 4, checks: [http] }
925 + - { id: gov-ca-mb-hydro, name: "Manitoba Hydro", host: www.hydro.mb.ca, cat: government, provider: manitoba-hydro, cc: CA, imp: 2, tier: 4, checks: [http] }
926 + - { id: gov-ca-mb-mpi, name: "Manitoba Public Insurance", host: www.mpi.mb.ca, cat: government, provider: gov-mb, cc: CA, imp: 2, tier: 4, checks: [http] }
927 + - { id: gov-ca-mb-sharedhealth, name: "Shared Health Manitoba", host: sharedhealthmb.ca, cat: government, provider: gov-mb, cc: CA, imp: 2, tier: 4, checks: [http] }
928 + - { id: gov-ca-mb-winnipeg, name: "City of Winnipeg", host: www.winnipeg.ca, cat: government, provider: winnipeg, cc: CA, imp: 2, tier: 4, checks: [http] }
929 + - { id: gov-ca-msca, name: "My Service Canada Account", host: www.canada.ca, url: "https://www.canada.ca/en/employment-social-development/services/my-account.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
930 + - { id: gov-ca-navcanada, name: "NAV CANADA", host: www.navcanada.ca, cat: government, provider: navcanada, cc: CA, imp: 2, tier: 4, checks: [http] }
931 + - { id: gov-ca-nb-511, name: "New Brunswick 511", host: www.511.gnb.ca, cat: government, provider: gov-nb, cc: CA, imp: 2, tier: 4, checks: [http] }
932 + - { id: gov-ca-nb-elections, name: "Elections New Brunswick", host: www.electionsnb.ca, cat: government, provider: gov-nb, cc: CA, imp: 1, tier: 4, checks: [http] }
933 + - { id: gov-ca-nb-fredericton, name: "City of Fredericton", host: www.fredericton.ca, cat: government, provider: fredericton, cc: CA, imp: 1, tier: 4, checks: [http] }
934 + - { id: gov-ca-nb-horizon, name: "Horizon Health Network", host: horizonnb.ca, cat: government, provider: gov-nb, cc: CA, imp: 2, tier: 4, checks: [http] }
935 + - { id: gov-ca-nb-legnb, name: "Legislative Assembly of New Brunswick", host: www.legnb.ca, cat: government, provider: gov-nb, cc: CA, imp: 1, tier: 4, checks: [http] }
936 + - { id: gov-ca-nb-moncton, name: "City of Moncton", host: www.moncton.ca, cat: government, provider: moncton, cc: CA, imp: 1, tier: 4, checks: [http] }
937 + - { id: gov-ca-nb-nbpower, name: "NB Power", host: www.nbpower.com, cat: government, provider: nbpower, cc: CA, imp: 2, tier: 4, checks: [http] }
938 + - { id: gov-ca-nb-vitalite, name: "Réseau de santé Vitalité", host: www.vitalitenb.ca, cat: government, provider: gov-nb, cc: CA, imp: 1, tier: 4, checks: [http] }
939 + - { id: gov-ca-nl-511, name: "Newfoundland and Labrador 511", host: www.511nl.ca, cat: government, provider: gov-nl-ca, cc: CA, imp: 2, tier: 4, checks: [http] }
940 + - { id: gov-ca-nl-assembly, name: "House of Assembly NL", host: www.assembly.nl.ca, cat: government, provider: gov-nl-ca, cc: CA, imp: 1, tier: 4, checks: [http] }
941 + - { id: gov-ca-nl-elections, name: "Elections NL", host: www.elections.gov.nl.ca, cat: government, provider: gov-nl-ca, cc: CA, imp: 1, tier: 4, checks: [http] }
942 + - { id: gov-ca-nl-health, name: "NL Health Services", host: nlhealthservices.ca, cat: government, provider: gov-nl-ca, cc: CA, imp: 2, tier: 4, checks: [http] }
943 + - { id: gov-ca-nl-stjohns, name: "City of St. John's", host: www.stjohns.ca, cat: government, provider: stjohns, cc: CA, imp: 1, tier: 4, checks: [http] }
944 + - { id: gov-ca-notify, name: "GC Notify", host: notification.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
945 + - { id: gov-ca-nrc, name: "National Research Council", host: nrc.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
946 + - { id: gov-ca-nrc-time, name: "NRC Official Time", host: nrc.canada.ca, url: "https://nrc.canada.ca/en/web-clock/", cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
947 + - { id: gov-ca-nrcan, name: "Natural Resources Canada", host: natural-resources.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
948 + - { id: gov-ca-ns-511, name: "Nova Scotia 511", host: 511.novascotia.ca, cat: government, provider: gov-ns, cc: CA, imp: 2, tier: 4, checks: [http] }
949 + - { id: gov-ca-ns-dal, name: "Dalhousie University", host: www.dal.ca, cat: government, provider: dal, cc: CA, imp: 2, tier: 4, checks: [http] }
950 + - { id: gov-ca-ns-elections, name: "Elections Nova Scotia", host: electionsnovascotia.ca, cat: government, provider: gov-ns, cc: CA, imp: 1, tier: 4, checks: [http] }
951 + - { id: gov-ca-ns-halifax, name: "Halifax Regional Municipality", host: www.halifax.ca, cat: government, provider: halifax, cc: CA, imp: 2, tier: 4, checks: [http] }
952 + - { id: gov-ca-ns-health, name: "Nova Scotia Health", host: www.nshealth.ca, cat: government, provider: gov-ns, cc: CA, imp: 2, tier: 4, checks: [http] }
953 + - { id: gov-ca-ns-legislature, name: "Nova Scotia Legislature", host: nslegislature.ca, cat: government, provider: gov-ns, cc: CA, imp: 1, tier: 4, checks: [http] }
954 + - { id: gov-ca-nt-assembly, name: "Legislative Assembly of the NWT", host: www.ntassembly.ca, cat: government, provider: gov-nt, cc: CA, imp: 1, tier: 4, checks: [http] }
955 + - { id: gov-ca-nt-elections, name: "Elections NWT", host: www.electionsnwt.ca, cat: government, provider: gov-nt, cc: CA, imp: 1, tier: 4, checks: [http] }
956 + - { id: gov-ca-nt-hss, name: "NWT Health and Social Services", host: www.hss.gov.nt.ca, cat: government, provider: gov-nt, cc: CA, imp: 1, tier: 4, checks: [http] }
957 + - { id: gov-ca-nt-portal, name: "Government of the Northwest Territories", host: www.gov.nt.ca, cat: government, provider: gov-nt, cc: CA, imp: 2, tier: 4, checks: [http] }
958 + - { id: gov-ca-nt-yellowknife, name: "City of Yellowknife", host: www.yellowknife.ca, cat: government, provider: yellowknife, cc: CA, imp: 1, tier: 4, checks: [http] }
959 + - { id: gov-ca-nu-assembly, name: "Legislative Assembly of Nunavut", host: assembly.nu.ca, cat: government, provider: gov-nu, cc: CA, imp: 1, tier: 4, checks: [http] }
960 + - { id: gov-ca-nu-elections, name: "Elections Nunavut", host: www.elections.nu.ca, cat: government, provider: gov-nu, cc: CA, imp: 1, tier: 4, checks: [http] }
961 + - { id: gov-ca-nu-iqaluit, name: "City of Iqaluit", host: www.iqaluit.ca, cat: government, provider: iqaluit, cc: CA, imp: 1, tier: 4, checks: [http] }
962 + - { id: gov-ca-nu-portal, name: "Government of Nunavut", host: www.gov.nu.ca, cat: government, provider: gov-nu, cc: CA, imp: 2, tier: 4, checks: [http] }
963 + - { id: gov-ca-oag, name: "Auditor General of Canada", host: www.oag-bvg.gc.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
964 + - { id: gov-ca-on-511, name: "Ontario 511", host: 511on.ca, cat: government, provider: gov-on, cc: CA, imp: 2, tier: 4, checks: [http] }
965 + - { id: gov-ca-on-brampton, name: "City of Brampton", host: www.brampton.ca, cat: government, provider: brampton, cc: CA, imp: 1, tier: 4, checks: [http] }
966 + - { id: gov-ca-on-elections, name: "Elections Ontario", host: www.elections.on.ca, cat: government, provider: gov-on, cc: CA, imp: 2, tier: 4, checks: [http] }
967 + - { id: gov-ca-on-hamilton, name: "City of Hamilton", host: www.hamilton.ca, cat: government, provider: hamilton-on, cc: CA, imp: 1, tier: 4, checks: [http] }
968 + - { id: gov-ca-on-health, name: "Ontario Health", host: www.ontariohealth.ca, cat: government, provider: gov-on, cc: CA, imp: 2, tier: 4, checks: [http] }
969 + - { id: gov-ca-on-kitchener, name: "City of Kitchener", host: www.kitchener.ca, cat: government, provider: kitchener, cc: CA, imp: 1, tier: 4, checks: [http] }
970 + - { id: gov-ca-on-london, name: "City of London (Ontario)", host: london.ca, cat: government, provider: london-on, cc: CA, imp: 1, tier: 4, checks: [http] }
971 + - { id: gov-ca-on-metrolinx, name: "Metrolinx", host: www.metrolinx.com, cat: government, provider: metrolinx, cc: CA, imp: 2, tier: 4, checks: [http] }
972 + - { id: gov-ca-on-mississauga, name: "City of Mississauga", host: www.mississauga.ca, cat: government, provider: mississauga, cc: CA, imp: 1, tier: 4, checks: [http] }
973 + - { id: gov-ca-on-ohip-telehealth, name: "Health811 Ontario", host: health811.ontario.ca, cat: government, provider: gov-on, cc: CA, imp: 2, tier: 4, checks: [http] }
974 + - { id: gov-ca-on-ola, name: "Legislative Assembly of Ontario", host: www.ola.org, cat: government, provider: gov-on, cc: CA, imp: 2, tier: 4, checks: [http] }
975 + - { id: gov-ca-on-serviceontario, name: "ServiceOntario", host: www.ontario.ca, url: "https://www.ontario.ca/page/serviceontario", cat: government, provider: gov-on, cc: CA, imp: 3, tier: 4, checks: [http] }
976 + - { id: gov-ca-on-uottawa, name: "University of Ottawa", host: www.uottawa.ca, cat: government, provider: uottawa, cc: CA, imp: 2, tier: 4, checks: [http] }
977 + - { id: gov-ca-on-waterloo, name: "University of Waterloo", host: uwaterloo.ca, cat: government, provider: uwaterloo, cc: CA, imp: 2, tier: 4, checks: [http] }
978 + - { id: gov-ca-on-windsor, name: "City of Windsor", host: www.citywindsor.ca, cat: government, provider: windsor, cc: CA, imp: 1, tier: 4, checks: [http] }
979 + - { id: gov-ca-on-wsib, name: "WSIB Ontario", host: www.wsib.ca, cat: government, provider: gov-on, cc: CA, imp: 2, tier: 4, checks: [http] }
980 + - { id: gov-ca-open-data, name: "Open Government Canada", host: open.canada.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
981 + - { id: gov-ca-osfi, name: "OSFI", host: www.osfi-bsif.gc.ca, cat: government, provider: osfi, cc: CA, imp: 2, tier: 4, checks: [http] }
982 + - { id: gov-ca-ottawa-oc, name: "OC Transpo", host: www.octranspo.com, cat: government, provider: ottawa, cc: CA, imp: 2, tier: 4, checks: [http] }
983 + - { id: gov-ca-parks, name: "Parks Canada", host: parks.canada.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
984 + - { id: gov-ca-passport, name: "Canadian passports", host: www.canada.ca, url: "https://www.canada.ca/en/immigration-refugees-citizenship/services/canadian-passports.html", cat: government, provider: gc, cc: CA, imp: 4, tier: 3, checks: [http] }
985 + - { id: gov-ca-pco, name: "Privy Council Office", host: www.canada.ca, url: "https://www.canada.ca/en/privy-council.html", cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
986 + - { id: gov-ca-pe-511, name: "PEI 511", host: 511.gov.pe.ca, cat: government, provider: gov-pe, cc: CA, imp: 1, tier: 4, checks: [http] }
987 + - { id: gov-ca-pe-assembly, name: "Legislative Assembly of PEI", host: www.assembly.pe.ca, cat: government, provider: gov-pe, cc: CA, imp: 1, tier: 4, checks: [http] }
988 + - { id: gov-ca-pe-charlottetown, name: "City of Charlottetown", host: www.charlottetown.ca, cat: government, provider: charlottetown, cc: CA, imp: 1, tier: 4, checks: [http] }
989 + - { id: gov-ca-pe-elections, name: "Elections PEI", host: www.electionspei.ca, cat: government, provider: gov-pe, cc: CA, imp: 1, tier: 4, checks: [http] }
990 + - { id: gov-ca-pe-health, name: "Health PEI", host: www.princeedwardisland.ca, url: "https://www.princeedwardisland.ca/en/topic/health-pei", cat: government, provider: gov-pe, cc: CA, imp: 1, tier: 4, checks: [http] }
991 + - { id: gov-ca-phac, name: "Public Health Agency of Canada", host: www.canada.ca, url: "https://www.canada.ca/en/public-health.html", cat: government, provider: gc, cc: CA, imp: 4, tier: 3, checks: [http] }
992 + - { id: gov-ca-pm, name: "Prime Minister of Canada", host: www.pm.gc.ca, cat: government, provider: gc, cc: CA, imp: 4, tier: 3, checks: [http] }
993 + - { id: gov-ca-psc, name: "Public Safety Canada", host: www.publicsafety.gc.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
994 + - { id: gov-ca-pspc, name: "Public Services and Procurement Canada", host: www.canada.ca, url: "https://www.canada.ca/en/public-services-procurement.html", cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
995 + - { id: gov-ca-qc-511, name: "Québec 511", host: www.quebec511.info, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
996 + - { id: gov-ca-qc-banq, name: "BAnQ", host: www.banq.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
997 + - { id: gov-ca-qc-cegepsquebec, name: "Fédération des cégeps", host: fedecegeps.ca, cat: government, provider: fedecegeps, cc: CA, imp: 1, tier: 4, checks: [http] }
998 + - { id: gov-ca-qc-cnesst, name: "CNESST", host: www.cnesst.gouv.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
999 + - { id: gov-ca-qc-hydro-pannes, name: "Info-pannes Hydro-Québec", host: pannes.hydroquebec.com, cat: government, provider: hydro-quebec, cc: CA, imp: 3, tier: 4, checks: [http] }
1000 + - { id: gov-ca-qc-inspq, name: "INSPQ", host: www.inspq.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
1001 + - { id: gov-ca-qc-laval, name: "Ville de Laval", host: www.laval.ca, cat: government, provider: laval, cc: CA, imp: 1, tier: 4, checks: [http] }
1002 + - { id: gov-ca-qc-legisquebec, name: "LégisQuébec", host: www.legisquebec.gouv.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
1003 + - { id: gov-ca-qc-levis, name: "Ville de Lévis", host: www.ville.levis.qc.ca, cat: government, provider: levis, cc: CA, imp: 1, tier: 4, checks: [http] }
1004 + - { id: gov-ca-qc-longueuil, name: "Ville de Longueuil", host: longueuil.quebec, cat: government, provider: longueuil, cc: CA, imp: 1, tier: 4, checks: [http] }
1005 + - { id: gov-ca-qc-registre-entreprises, name: "Registraire des entreprises", host: www.registreentreprises.gouv.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
1006 + - { id: gov-ca-qc-retraite, name: "Retraite Québec", host: www.retraitequebec.gouv.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
1007 + - { id: gov-ca-qc-saguenay, name: "Ville de Saguenay", host: ville.saguenay.ca, cat: government, provider: saguenay, cc: CA, imp: 1, tier: 4, checks: [http] }
1008 + - { id: gov-ca-qc-santemontreal, name: "Santé Montréal", host: santemontreal.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
1009 + - { id: gov-ca-qc-sherbrooke, name: "Ville de Sherbrooke", host: www.sherbrooke.ca, cat: government, provider: sherbrooke, cc: CA, imp: 1, tier: 4, checks: [http] }
1010 + - { id: gov-ca-qc-spvm, name: "SPVM", host: spvm.qc.ca, cat: government, provider: montreal, cc: CA, imp: 2, tier: 4, checks: [http] }
1011 + - { id: gov-ca-qc-sq, name: "Sûreté du Québec", host: www.sq.gouv.qc.ca, cat: government, provider: gouv-qc, cc: CA, imp: 2, tier: 4, checks: [http] }
1012 + - { id: gov-ca-qc-troisrivieres, name: "Ville de Trois-Rivières", host: www.v3r.net, cat: government, provider: trois-rivieres, cc: CA, imp: 1, tier: 4, checks: [http] }
1013 + - { id: gov-ca-qc-uqam, name: "UQAM", host: uqam.ca, cat: government, provider: uqam, cc: CA, imp: 2, tier: 4, checks: [http] }
1014 + - { id: gov-ca-recalls, name: "Recalls and safety alerts", host: recalls-rappels.canada.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
1015 + - { id: gov-ca-rtc, name: "Réseau de transport de la Capitale", host: www.rtcquebec.ca, cat: government, provider: rtc, cc: CA, imp: 1, tier: 4, checks: [http] }
1016 + - { id: gov-ca-rtl, name: "Réseau de transport de Longueuil", host: www.rtl-longueuil.qc.ca, cat: government, provider: rtl, cc: CA, imp: 1, tier: 4, checks: [http] }
1017 + - { id: gov-ca-scc, name: "Supreme Court of Canada", host: www.scc-csc.ca, cat: government, provider: scc, cc: CA, imp: 3, tier: 4, checks: [http] }
1018 + - { id: gov-ca-senate, name: "Senate of Canada", host: sencanada.ca, cat: government, provider: senate-ca, cc: CA, imp: 3, tier: 4, checks: [http] }
1019 + - { id: gov-ca-sk-elections, name: "Elections Saskatchewan", host: www.elections.sk.ca, cat: government, provider: gov-sk, cc: CA, imp: 1, tier: 4, checks: [http] }
1020 + - { id: gov-ca-sk-health, name: "Saskatchewan Health Authority", host: www.saskhealthauthority.ca, cat: government, provider: gov-sk, cc: CA, imp: 2, tier: 4, checks: [http] }
1021 + - { id: gov-ca-sk-highwayhotline, name: "Saskatchewan Highway Hotline", host: hotline.gov.sk.ca, cat: government, provider: gov-sk, cc: CA, imp: 2, tier: 4, checks: [http] }
1022 + - { id: gov-ca-sk-legassembly, name: "Legislative Assembly of Saskatchewan", host: www.legassembly.sk.ca, cat: government, provider: gov-sk, cc: CA, imp: 1, tier: 4, checks: [http] }
1023 + - { id: gov-ca-sk-regina, name: "City of Regina", host: www.regina.ca, cat: government, provider: regina, cc: CA, imp: 2, tier: 4, checks: [http] }
1024 + - { id: gov-ca-sk-saskatoon, name: "City of Saskatoon", host: www.saskatoon.ca, cat: government, provider: saskatoon, cc: CA, imp: 2, tier: 4, checks: [http] }
1025 + - { id: gov-ca-sk-sgi, name: "SGI", host: www.sgi.sk.ca, cat: government, provider: gov-sk, cc: CA, imp: 2, tier: 4, checks: [http] }
1026 + - { id: gov-ca-statcan-portal, name: "Statistics Canada (portal)", host: www.statcan.gc.ca, cat: government, provider: statcan, cc: CA, imp: 4, tier: 3, checks: [http] }
1027 + - { id: gov-ca-stl, name: "Société de transport de Laval", host: www.stlaval.ca, cat: government, provider: stl, cc: CA, imp: 1, tier: 4, checks: [http] }
1028 + - { id: gov-ca-sto, name: "Société de transport de l'Outaouais", host: www.sto.ca, cat: government, provider: sto, cc: CA, imp: 1, tier: 4, checks: [http] }
1029 + - { id: gov-ca-tbs, name: "Treasury Board Secretariat", host: www.canada.ca, url: "https://www.canada.ca/en/treasury-board-secretariat.html", cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
1030 + - { id: gov-ca-tc, name: "Transport Canada", host: tc.canada.ca, cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
1031 + - { id: gov-ca-tides, name: "Tides, Currents, and Water Levels", host: www.tides.gc.ca, cat: government, provider: gc, cc: CA, imp: 1, tier: 4, checks: [http] }
1032 + - { id: gov-ca-translink, name: "TransLink", host: www.translink.ca, cat: government, provider: translink, cc: CA, imp: 3, tier: 4, checks: [http] }
1033 + - { id: gov-ca-travel, name: "Travel.gc.ca", host: travel.gc.ca, cat: government, provider: gc, cc: CA, imp: 4, tier: 3, checks: [http] }
1034 + - { id: gov-ca-tsb, name: "Transportation Safety Board", host: www.tsb.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
1035 + - { id: gov-ca-ttc, name: "TTC", host: www.ttc.ca, cat: government, provider: toronto, cc: CA, imp: 3, tier: 4, checks: [http] }
1036 + - { id: gov-ca-veterans, name: "Veterans Affairs Canada", host: www.veterans.gc.ca, cat: government, provider: gc, cc: CA, imp: 2, tier: 4, checks: [http] }
1037 + - { id: gov-ca-weather-alerts, name: "Weather alerts (Environment Canada)", host: weather.gc.ca, url: "https://weather.gc.ca/warnings/index_e.html", cat: government, provider: gc, cc: CA, imp: 3, tier: 4, checks: [http] }
1038 + - { id: gov-ca-yt-511, name: "Yukon 511", host: 511yukon.ca, cat: government, provider: gov-yt, cc: CA, imp: 1, tier: 4, checks: [http] }
1039 + - { id: gov-ca-yt-assembly, name: "Yukon Legislative Assembly", host: yukonassembly.ca, cat: government, provider: gov-yt, cc: CA, imp: 1, tier: 4, checks: [http] }
1040 + - { id: gov-ca-yt-elections, name: "Elections Yukon", host: electionsyukon.ca, cat: government, provider: gov-yt, cc: CA, imp: 1, tier: 4, checks: [http] }
1041 + - { id: gov-ca-yt-whitehorse, name: "City of Whitehorse", host: www.whitehorse.ca, cat: government, provider: whitehorse, cc: CA, imp: 1, tier: 4, checks: [http] }
1042 + # ───────── CD
1043 + - { id: gov-cd-arptc, name: "ARPTC", host: www.arptc.gouv.cd, url: "http://www.arptc.gouv.cd/", cat: government, provider: arptc, cc: CD, imp: 1, tier: 4, checks: [http] }
1044 + - { id: gov-cd-bcc, name: "Banque Centrale du Congo", host: www.bcc.cd, cat: government, provider: bcc, cc: CD, imp: 2, tier: 4, checks: [http] }
1045 + - { id: gov-cd-budget, name: "Ministère du Budget", host: www.budget.gouv.cd, cat: government, provider: gouv-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1046 + - { id: gov-cd-ceni, name: "CENI RDC", host: www.ceni.cd, cat: government, provider: ceni-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1047 + - { id: gov-cd-cnss, name: "CNSS RDC", host: www.cnss.cd, cat: government, provider: cnss-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1048 + - { id: gov-cd-dgi, name: "DGI RDC", host: www.dgi.gouv.cd, cat: government, provider: dgi-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1049 + - { id: gov-cd-kinshasa, name: "Ville de Kinshasa", host: www.kinshasa.cd, url: "http://www.kinshasa.cd/", cat: government, provider: kinshasa, cc: CD, imp: 1, tier: 4, checks: [http] }
1050 + - { id: gov-cd-presidence, name: "Présidence de la RDC", host: www.presidence.cd, cat: government, provider: gouv-cd, cc: CD, imp: 2, tier: 4, checks: [http] }
1051 + - { id: gov-cd-primature, name: "Primature RDC", host: www.primature.cd, cat: government, provider: gouv-cd, cc: CD, imp: 2, tier: 4, checks: [http] }
1052 + - { id: gov-cd-sante, name: "Ministère de la Santé", host: www.sante.gouv.cd, cat: government, provider: gouv-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1053 + - { id: gov-cd-senat, name: "Sénat RDC", host: www.senat.cd, cat: government, provider: senat-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1054 + # ───────── CF
1055 + - { id: gov-cf-icasees, name: "ICASEES (statistiques)", host: www.icasees.org, cat: government, provider: icasees, cc: CF, imp: 1, tier: 4, checks: [http] }
1056 + # ───────── CG
1057 + - { id: gov-cg-arpce, name: "ARPCE Congo", host: www.arpce.cg, cat: government, provider: arpce-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1058 + - { id: gov-cg-cnss, name: "CNSS Congo", host: www.cnss.cg, cat: government, provider: cnss-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1059 + - { id: gov-cg-finances, name: "Ministère des Finances", host: www.finances.gouv.cg, cat: government, provider: gouv-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1060 + - { id: gov-cg-gouv, name: "Gouvernement du Congo", host: www.gouvernement.cg, cat: government, provider: gouv-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1061 + - { id: gov-cg-ins, name: "INS Congo", host: www.ins-congo.cg, cat: government, provider: ins-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1062 + - { id: gov-cg-presidence, name: "Présidence du Congo", host: www.presidence.cg, cat: government, provider: gouv-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1063 + # ───────── CH
1064 + - { id: gov-ch-ahv-iv, name: "AVS/AI", host: www.ahv-iv.ch, cat: government, provider: ahv-iv, cc: CH, imp: 3, tier: 4, checks: [http] }
1065 + - { id: gov-ch-alertswiss, name: "Alertswiss", host: www.alert.swiss, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1066 + - { id: gov-ch-astra, name: "Office fédéral des routes", host: www.astra.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1067 + - { id: gov-ch-babs, name: "Office fédéral de la protection de la population", host: www.babs.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1068 + - { id: gov-ch-bakom, name: "OFCOM", host: www.bakom.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1069 + - { id: gov-ch-bar, name: "Archives fédérales", host: www.bar.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 1, tier: 4, checks: [http] }
1070 + - { id: gov-ch-bav, name: "Office fédéral des transports", host: www.bav.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1071 + - { id: gov-ch-bazg, name: "Office fédéral de la douane (OFDF)", host: www.bazg.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1072 + - { id: gov-ch-bazl, name: "Office fédéral de l'aviation civile", host: www.bazl.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1073 + - { id: gov-ch-bfe, name: "Office fédéral de l'énergie", host: www.bfe.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1074 + - { id: gov-ch-bfs, name: "Office fédéral de la statistique", host: www.bfs.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 4, tier: 3, checks: [http] }
1075 + - { id: gov-ch-bger, name: "Tribunal fédéral", host: www.bger.ch, cat: government, provider: bger, cc: CH, imp: 3, tier: 4, checks: [http] }
1076 + - { id: gov-ch-bsv, name: "Office fédéral des assurances sociales", host: www.bsv.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1077 + - { id: gov-ch-eda, name: "Département fédéral des affaires étrangères", host: www.eda.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 4, tier: 3, checks: [http] }
1078 + - { id: gov-ch-edoeb, name: "Préposé fédéral à la protection des données", host: www.edoeb.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1079 + - { id: gov-ch-efd, name: "Département fédéral des finances", host: www.efd.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1080 + - { id: gov-ch-ejpd, name: "Département fédéral de justice et police", host: www.ejpd.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1081 + - { id: gov-ch-etat-ge, name: "État de Genève", host: www.ge.ch, cat: government, provider: etat-ge, cc: CH, imp: 2, tier: 4, checks: [http] }
1082 + - { id: gov-ch-etat-vd, name: "État de Vaud", host: www.vd.ch, cat: government, provider: etat-vd, cc: CH, imp: 2, tier: 4, checks: [http] }
1083 + - { id: gov-ch-ezv-zefix, name: "Zefix (registre du commerce)", host: www.zefix.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1084 + - { id: gov-ch-fedlex, name: "Fedlex (recueil du droit)", host: www.fedlex.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1085 + - { id: gov-ch-fedpol, name: "fedpol", host: www.fedpol.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1086 + - { id: gov-ch-finma, name: "FINMA", host: www.finma.ch, cat: government, provider: finma, cc: CH, imp: 3, tier: 4, checks: [http] }
1087 + - { id: gov-ch-geneve, name: "Ville de Genève", host: www.geneve.ch, cat: government, provider: geneve, cc: CH, imp: 2, tier: 4, checks: [http] }
1088 + - { id: gov-ch-kanton-be, name: "Kanton Bern", host: www.be.ch, cat: government, provider: kanton-be, cc: CH, imp: 2, tier: 4, checks: [http] }
1089 + - { id: gov-ch-kanton-zh, name: "Kanton Zürich", host: www.zh.ch, cat: government, provider: kanton-zh, cc: CH, imp: 2, tier: 4, checks: [http] }
1090 + - { id: gov-ch-liechtenstein, name: "Fürstentum Liechtenstein", host: www.llv.li, cat: government, provider: llv, cc: CH, imp: 2, tier: 4, checks: [http] }
1091 + - { id: gov-ch-nb, name: "Bibliothèque nationale suisse", host: www.nb.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1092 + - { id: gov-ch-opendata, name: "opendata.swiss", host: opendata.swiss, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1093 + - { id: gov-ch-post, name: "La Poste Suisse", host: www.post.ch, cat: government, provider: post-ch, cc: CH, imp: 4, tier: 3, checks: [http] }
1094 + - { id: gov-ch-seco, name: "SECO", host: www.seco.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1095 + - { id: gov-ch-sem, name: "Secrétariat d'État aux migrations", host: www.sem.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 3, tier: 4, checks: [http] }
1096 + - { id: gov-ch-swissmedic, name: "Swissmedic", host: www.swissmedic.ch, cat: government, provider: swissmedic, cc: CH, imp: 3, tier: 4, checks: [http] }
1097 + - { id: gov-ch-swisstopo, name: "swisstopo", host: www.swisstopo.admin.ch, cat: government, provider: gov-ch, cc: CH, imp: 2, tier: 4, checks: [http] }
1098 + - { id: gov-ch-zurich, name: "Stadt Zürich", host: www.stadt-zuerich.ch, cat: government, provider: zurich, cc: CH, imp: 2, tier: 4, checks: [http] }
1099 + # ───────── CI
1100 + - { id: gov-ci-abidjan, name: "District Autonome d'Abidjan", host: www.abidjan.district.ci, cat: government, provider: abidjan, cc: CI, imp: 1, tier: 4, checks: [http] }
1101 + - { id: gov-ci-artci, name: "ARTCI", host: www.artci.ci, cat: government, provider: artci, cc: CI, imp: 1, tier: 4, checks: [http] }
1102 + - { id: gov-ci-assnat, name: "Assemblée nationale", host: www.assnat.ci, cat: government, provider: assnat-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1103 + - { id: gov-ci-bceao, name: "BCEAO", host: www.bceao.int, cat: government, provider: bceao, cc: CI, imp: 3, tier: 4, checks: [http] }
1104 + - { id: gov-ci-cei, name: "Commission Électorale Indépendante", host: www.cei.ci, cat: government, provider: cei-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1105 + - { id: gov-ci-cnps, name: "CNPS", host: www.cnps.ci, cat: government, provider: cnps-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1106 + - { id: gov-ci-dgi, name: "Direction générale des Impôts", host: www.dgi.gouv.ci, cat: government, provider: dgi-ci, cc: CI, imp: 2, tier: 4, checks: [http] }
1107 + - { id: gov-ci-diplomatie, name: "Ministère des Affaires étrangères", host: www.diplomatie.gouv.ci, cat: government, provider: gouv-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1108 + - { id: gov-ci-douanes, name: "Douanes ivoiriennes", host: www.douanes.ci, cat: government, provider: douanes-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1109 + - { id: gov-ci-education, name: "Ministère de l'Éducation nationale", host: www.education.gouv.ci, cat: government, provider: gouv-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1110 + - { id: gov-ci-finances, name: "Ministère des Finances", host: www.finances.gouv.ci, url: "http://www.finances.gouv.ci/", cat: government, provider: gouv-ci, cc: CI, imp: 2, tier: 4, checks: [http] }
1111 + - { id: gov-ci-gouv, name: "Gouvernement de Côte d'Ivoire", host: www.gouv.ci, cat: government, provider: gouv-ci, cc: CI, imp: 3, tier: 4, checks: [http] }
1112 + - { id: gov-ci-ins, name: "Institut National de la Statistique", host: www.ins.ci, url: "http://www.ins.ci/", cat: government, provider: ins-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1113 + - { id: gov-ci-insp, name: "Institut National d'Hygiène Publique", host: www.inhp.ci, cat: government, provider: inhp, cc: CI, imp: 1, tier: 4, checks: [http] }
1114 + - { id: gov-ci-interieur, name: "Ministère de l'Intérieur", host: www.interieur.gouv.ci, cat: government, provider: gouv-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1115 + - { id: gov-ci-laposte, name: "La Poste de Côte d'Ivoire", host: www.laposte.ci, cat: government, provider: laposte-ci, cc: CI, imp: 1, tier: 4, checks: [http] }
1116 + - { id: gov-ci-oneci, name: "ONECI (identité)", host: www.oneci.ci, cat: government, provider: oneci, cc: CI, imp: 1, tier: 4, checks: [http] }
1117 + - { id: gov-ci-presidence, name: "Présidence de la République", host: www.presidence.ci, cat: government, provider: gouv-ci, cc: CI, imp: 2, tier: 4, checks: [http] }
1118 + - { id: gov-ci-sante, name: "Ministère de la Santé", host: www.sante.gouv.ci, cat: government, provider: gouv-ci, cc: CI, imp: 2, tier: 4, checks: [http] }
1119 + - { id: gov-ci-servicepublic, name: "Service public ivoirien", host: www.servicepublic.gouv.ci, cat: government, provider: gouv-ci, cc: CI, imp: 2, tier: 4, checks: [http] }
1120 + - { id: gov-ci-sitarail, name: "SITARAIL", host: www.sitarail.com, url: "http://www.sitarail.com/", cat: government, provider: sitarail, cc: CI, imp: 1, tier: 4, checks: [http] }
1121 + - { id: gov-ci-snedai, name: "e-Visa Côte d'Ivoire (SNEDAI)", host: snedai.com, cat: government, provider: snedai, cc: CI, imp: 1, tier: 4, checks: [http] }
1122 + - { id: gov-ci-sodexam, name: "SODEXAM (météo)", host: www.sodexam.com, cat: government, provider: sodexam, cc: CI, imp: 1, tier: 4, checks: [http] }
1123 + # ───────── CL
1124 + - { id: gov-cl-aduana, name: "Servicio Nacional de Aduanas", host: www.aduana.cl, cat: government, provider: aduana-cl, cc: CL, imp: 2, tier: 4, checks: [http] }
1125 + - { id: gov-cl-bancoestado, name: "BancoEstado", host: www.bancoestado.cl, cat: government, provider: bancoestado, cc: CL, imp: 3, tier: 4, checks: [http] }
1126 + - { id: gov-cl-bibliotecanacional, name: "Biblioteca Nacional de Chile", host: www.bibliotecanacional.gob.cl, cat: government, provider: bn-cl, cc: CL, imp: 1, tier: 4, checks: [http] }
1127 + - { id: gov-cl-claveunica, name: "ClaveÚnica", host: claveunica.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1128 + - { id: gov-cl-cmf, name: "CMF", host: www.cmfchile.cl, cat: government, provider: cmf, cc: CL, imp: 3, tier: 4, checks: [http] }
1129 + - { id: gov-cl-congreso, name: "Biblioteca del Congreso Nacional", host: www.bcn.cl, cat: government, provider: bcn, cc: CL, imp: 3, tier: 4, checks: [http] }
1130 + - { id: gov-cl-correos, name: "CorreosChile", host: www.correos.cl, cat: government, provider: correos-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1131 + - { id: gov-cl-csirt, name: "CSIRT Gobierno", host: www.csirt.gob.cl, cat: government, provider: csirt-cl, cc: CL, imp: 2, tier: 4, checks: [http] }
1132 + - { id: gov-cl-csn, name: "Centro Sismológico Nacional", host: www.sismologia.cl, cat: government, provider: csn-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1133 + - { id: gov-cl-datos, name: "datos.gob.cl", host: datos.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 1, tier: 4, checks: [http] }
1134 + - { id: gov-cl-diariooficial, name: "Diario Oficial", host: www.diariooficial.interior.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 2, tier: 4, checks: [http] }
1135 + - { id: gov-cl-digital, name: "Gobierno Digital", host: digital.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1136 + - { id: gov-cl-efe, name: "EFE Trenes de Chile", host: www.efe.cl, cat: government, provider: efe, cc: CL, imp: 2, tier: 4, checks: [http] }
1137 + - { id: gov-cl-extranjeria, name: "Servicio Nacional de Migraciones", host: serviciomigraciones.cl, cat: government, provider: sermig, cc: CL, imp: 3, tier: 4, checks: [http] }
1138 + - { id: gov-cl-fonasa, name: "FONASA", host: www.fonasa.cl, cat: government, provider: fonasa, cc: CL, imp: 3, tier: 4, checks: [http] }
1139 + - { id: gov-cl-ine, name: "INE Chile", host: www.ine.gob.cl, cat: government, provider: ine-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1140 + - { id: gov-cl-interior, name: "Ministerio del Interior", host: www.interior.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1141 + - { id: gov-cl-ips, name: "Instituto de Previsión Social", host: www.ips.gob.cl, cat: government, provider: ips, cc: CL, imp: 3, tier: 4, checks: [http] }
1142 + - { id: gov-cl-leychile, name: "Ley Chile", host: www.bcn.cl, url: "https://www.bcn.cl/leychile/", cat: government, provider: bcn, cc: CL, imp: 2, tier: 4, checks: [http] }
1143 + - { id: gov-cl-meteochile, name: "Dirección Meteorológica de Chile", host: www.meteochile.gob.cl, url: "http://www.meteochile.gob.cl/", cat: government, provider: dmc, cc: CL, imp: 3, tier: 4, checks: [http] }
1144 + - { id: gov-cl-metro, name: "Metro de Santiago", host: www.metro.cl, cat: government, provider: metro-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1145 + - { id: gov-cl-mineduc, name: "Ministerio de Educación", host: www.mineduc.cl, cat: government, provider: gov-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1146 + - { id: gov-cl-minrel, name: "Ministerio de Relaciones Exteriores", host: www.minrel.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1147 + - { id: gov-cl-mop, name: "Ministerio de Obras Públicas", host: www.mop.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 2, tier: 4, checks: [http] }
1148 + - { id: gov-cl-mtt, name: "Ministerio de Transportes", host: www.mtt.gob.cl, cat: government, provider: gov-cl, cc: CL, imp: 2, tier: 4, checks: [http] }
1149 + - { id: gov-cl-pdi, name: "PDI", host: www.pdichile.cl, cat: government, provider: pdi, cc: CL, imp: 2, tier: 4, checks: [http] }
1150 + - { id: gov-cl-pjud, name: "Poder Judicial", host: www.pjud.cl, cat: government, provider: pjud, cc: CL, imp: 3, tier: 4, checks: [http] }
1151 + - { id: gov-cl-presidencia, name: "Presidencia de Chile", host: prensa.presidencia.cl, cat: government, provider: gov-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1152 + - { id: gov-cl-red, name: "Red Movilidad (Santiago)", host: www.red.cl, cat: government, provider: red, cc: CL, imp: 2, tier: 4, checks: [http] }
1153 + - { id: gov-cl-santiago, name: "Municipalidad de Santiago", host: www.munistgo.cl, cat: government, provider: santiago, cc: CL, imp: 1, tier: 4, checks: [http] }
1154 + - { id: gov-cl-senado, name: "Senado de Chile", host: www.senado.cl, cat: government, provider: senado-cl, cc: CL, imp: 3, tier: 4, checks: [http] }
1155 + - { id: gov-cl-senapred, name: "SENAPRED", host: senapred.cl, cat: government, provider: senapred, cc: CL, imp: 3, tier: 4, checks: [http] }
1156 + - { id: gov-cl-servel, name: "SERVEL", host: www.servel.cl, cat: government, provider: servel, cc: CL, imp: 3, tier: 4, checks: [http] }
1157 + - { id: gov-cl-subtel, name: "SUBTEL", host: www.subtel.gob.cl, cat: government, provider: subtel, cc: CL, imp: 2, tier: 4, checks: [http] }
1158 + - { id: gov-cl-suseso, name: "SUSESO", host: www.suseso.cl, cat: government, provider: suseso, cc: CL, imp: 1, tier: 4, checks: [http] }
1159 + - { id: gov-cl-tribunalconstitucional, name: "Tribunal Constitucional", host: www.tribunalconstitucional.cl, cat: government, provider: tc-cl, cc: CL, imp: 2, tier: 4, checks: [http] }
1160 + # ───────── CM
1161 + - { id: gov-cm-antic, name: "ANTIC", host: www.antic.cm, cat: government, provider: antic, cc: CM, imp: 1, tier: 4, checks: [http] }
1162 + - { id: gov-cm-art, name: "ART Cameroun", host: www.art.cm, cat: government, provider: art-cm, cc: CM, imp: 1, tier: 4, checks: [http] }
1163 + - { id: gov-cm-assnat, name: "Assemblée nationale", host: www.assnat.cm, cat: government, provider: assnat-cm, cc: CM, imp: 1, tier: 4, checks: [http] }
1164 + - { id: gov-cm-beac, name: "BEAC", host: www.beac.int, cat: government, provider: beac, cc: CM, imp: 3, tier: 4, checks: [http] }
1165 + - { id: gov-cm-campost, name: "CAMPOST", host: www.campost.cm, cat: government, provider: campost, cc: CM, imp: 1, tier: 4, checks: [http] }
1166 + - { id: gov-cm-dgi, name: "Direction Générale des Impôts", host: www.impots.cm, cat: government, provider: dgi-cm, cc: CM, imp: 2, tier: 4, checks: [http] }
1167 + - { id: gov-cm-dgsn, name: "Délégation Générale à la Sûreté Nationale", host: www.dgsn.cm, cat: government, provider: dgsn, cc: CM, imp: 1, tier: 4, checks: [http] }
1168 + - { id: gov-cm-douala, name: "Communauté Urbaine de Douala", host: www.douala.cm, url: "http://www.douala.cm/", cat: government, provider: douala, cc: CM, imp: 1, tier: 4, checks: [http] }
1169 + - { id: gov-cm-douanes, name: "Douanes camerounaises", host: www.douanes.cm, url: "http://www.douanes.cm/", cat: government, provider: douanes-cm, cc: CM, imp: 1, tier: 4, checks: [http] }
1170 + - { id: gov-cm-elecam, name: "ELECAM", host: www.elecam.cm, url: "http://www.elecam.cm/", cat: government, provider: elecam, cc: CM, imp: 1, tier: 4, checks: [http] }
1171 + - { id: gov-cm-ins, name: "Institut National de la Statistique", host: ins-cameroun.cm, cat: government, provider: ins-cm, cc: CM, imp: 1, tier: 4, checks: [http] }
1172 + - { id: gov-cm-minfi, name: "Ministère des Finances", host: www.minfi.gov.cm, cat: government, provider: gouv-cm, cc: CM, imp: 2, tier: 4, checks: [http] }
1173 + - { id: gov-cm-minrex, name: "MINREX", host: www.diplocam.cm, cat: government, provider: gouv-cm, cc: CM, imp: 1, tier: 4, checks: [http] }
1174 + - { id: gov-cm-minsante, name: "Ministère de la Santé Publique", host: www.minsante.cm, cat: government, provider: gouv-cm, cc: CM, imp: 2, tier: 4, checks: [http] }
1175 + - { id: gov-cm-prc, name: "Présidence de la République du Cameroun", host: www.prc.cm, cat: government, provider: gouv-cm, cc: CM, imp: 2, tier: 4, checks: [http] }
1176 + - { id: gov-cm-spm, name: "Services du Premier Ministre", host: www.spm.gov.cm, cat: government, provider: gouv-cm, cc: CM, imp: 2, tier: 4, checks: [http] }
1177 + - { id: gov-cm-yaounde, name: "Communauté Urbaine de Yaoundé", host: www.yaounde.cm, cat: government, provider: yaounde, cc: CM, imp: 1, tier: 4, checks: [http] }
1178 + # ───────── CN
1179 + - { id: city-beijing, name: "Beijing (EN)", host: english.beijing.gov.cn, cat: government, provider: beijing, cc: CN, imp: 2, tier: 4, checks: [http] }
1180 + - { id: city-dongguan, name: "Dongguan Municipal Government", host: www.dg.gov.cn, cat: government, provider: dongguan, cc: CN, imp: 1, tier: 4, checks: [http] }
1181 + - { id: city-shanghai, name: "Shanghai (EN)", host: english.shanghai.gov.cn, cat: government, provider: shanghai, cc: CN, imp: 2, tier: 4, checks: [http] }
1182 + - { id: city-shenyang, name: "Shenyang Municipal Government", host: www.shenyang.gov.cn, cat: government, provider: shenyang, cc: CN, imp: 1, tier: 4, checks: [http] }
1183 + - { id: city-suzhou, name: "Suzhou Municipal Government", host: www.suzhou.gov.cn, cat: government, provider: suzhou, cc: CN, imp: 1, tier: 4, checks: [http] }
1184 + - { id: gov-cn-beijing, name: "Beijing Municipal Government", host: www.beijing.gov.cn, cat: government, provider: beijing, cc: CN, imp: 4, tier: 3, checks: [http] }
1185 + - { id: gov-cn-caac, name: "CAAC", host: www.caac.gov.cn, cat: government, provider: caac, cc: CN, imp: 3, tier: 4, checks: [http] }
1186 + - { id: gov-cn-cac, name: "Cyberspace Administration of China", host: www.cac.gov.cn, cat: government, provider: cac, cc: CN, imp: 3, tier: 4, checks: [http] }
1187 + - { id: gov-cn-cea, name: "China Earthquake Administration", host: www.cea.gov.cn, cat: government, provider: cea, cc: CN, imp: 3, tier: 4, checks: [http] }
1188 + - { id: gov-cn-cert, name: "CNCERT", host: www.cert.org.cn, cat: government, provider: cncert, cc: CN, imp: 2, tier: 4, checks: [http] }
1189 + - { id: gov-cn-chengdu, name: "Chengdu Municipal Government", host: www.chengdu.gov.cn, cat: government, provider: chengdu, cc: CN, imp: 2, tier: 4, checks: [http] }
1190 + - { id: gov-cn-china-railway, name: "China Railway", host: www.china-railway.com.cn, url: "http://www.china-railway.com.cn/", cat: government, provider: china-railway, cc: CN, imp: 3, tier: 4, checks: [http] }
1191 + - { id: gov-cn-chinacdc, name: "China CDC", host: www.chinacdc.cn, cat: government, provider: chinacdc, cc: CN, imp: 3, tier: 4, checks: [http] }
1192 + - { id: gov-cn-chinapost, name: "China Post", host: www.chinapost.com.cn, cat: government, provider: chinapost, cc: CN, imp: 4, tier: 3, checks: [http] }
1193 + - { id: gov-cn-cnipa, name: "CNIPA", host: www.cnipa.gov.cn, cat: government, provider: cnipa, cc: CN, imp: 2, tier: 4, checks: [http] }
1194 + - { id: gov-cn-cnnic, name: "CNNIC", host: www.cnnic.cn, cat: government, provider: cnnic, cc: CN, imp: 2, tier: 4, checks: [http] }
1195 + - { id: gov-cn-court, name: "Supreme People's Court", host: www.court.gov.cn, cat: government, provider: spc-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1196 + - { id: gov-cn-csrc, name: "CSRC", host: www.csrc.gov.cn, cat: government, provider: csrc, cc: CN, imp: 4, tier: 3, checks: [http] }
1197 + - { id: gov-cn-customs, name: "General Administration of Customs", host: www.customs.gov.cn, url: "http://www.customs.gov.cn/", cat: government, provider: customs-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
1198 + - { id: gov-cn-gd, name: "Guangdong Provincial Government", host: www.gd.gov.cn, cat: government, provider: guangdong, cc: CN, imp: 3, tier: 4, checks: [http] }
1199 + - { id: gov-cn-gz, name: "Guangzhou Municipal Government", host: www.gz.gov.cn, cat: government, provider: guangzhou, cc: CN, imp: 3, tier: 4, checks: [http] }
1200 + - { id: gov-cn-henan, name: "Henan Provincial Government", host: www.henan.gov.cn, cat: government, provider: henan, cc: CN, imp: 2, tier: 4, checks: [http] }
1201 + - { id: gov-cn-hk-airport, name: "Hong Kong International Airport", host: www.hongkongairport.com, cat: government, provider: aa-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1202 + - { id: gov-cn-hk-ce, name: "Chief Executive of Hong Kong", host: www.ceo.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1203 + - { id: gov-cn-hk-censtatd, name: "Census and Statistics Department", host: www.censtatd.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1204 + - { id: gov-cn-hk-customs, name: "Hong Kong Customs", host: www.customs.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1205 + - { id: gov-cn-hk-data, name: "DATA.GOV.HK", host: data.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1206 + - { id: gov-cn-hk-dh, name: "Department of Health", host: www.dh.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1207 + - { id: gov-cn-hk-edb, name: "Education Bureau", host: www.edb.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1208 + - { id: gov-cn-hk-elegislation, name: "Hong Kong e-Legislation", host: www.elegislation.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1209 + - { id: gov-cn-hk-ha, name: "Hospital Authority", host: www.ha.org.hk, cat: government, provider: ha-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1210 + - { id: gov-cn-hk-hkpl, name: "Hong Kong Public Libraries", host: www.hkpl.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1211 + - { id: gov-cn-hk-hongkongpost, name: "Hongkong Post", host: www.hongkongpost.hk, cat: government, provider: hongkongpost, cc: CN, imp: 3, tier: 4, checks: [http] }
1212 + - { id: gov-cn-hk-iamsmart, name: "iAM Smart", host: www.iamsmart.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1213 + - { id: gov-cn-hk-immd, name: "Immigration Department", host: www.immd.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 4, tier: 3, checks: [http] }
1214 + - { id: gov-cn-hk-info, name: "Hong Kong Government News", host: www.info.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1215 + - { id: gov-cn-hk-ird-etax, name: "eTAX (IRD)", host: www.gov.hk, url: "https://www.gov.hk/en/residents/taxes/etax/index.htm", cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1216 + - { id: gov-cn-hk-judiciary, name: "Hong Kong Judiciary", host: www.judiciary.hk, cat: government, provider: judiciary-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1217 + - { id: gov-cn-hk-kmb, name: "KMB", host: www.kmb.hk, cat: government, provider: kmb, cc: CN, imp: 2, tier: 4, checks: [http] }
1218 + - { id: gov-cn-hk-ogcio, name: "Digital Policy Office", host: www.digitalpolicy.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1219 + - { id: gov-cn-hk-police, name: "Hong Kong Police Force", host: www.police.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1220 + - { id: gov-cn-hk-reo, name: "Registration and Electoral Office", host: www.reo.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 2, tier: 4, checks: [http] }
1221 + - { id: gov-cn-hk-sfc, name: "Securities and Futures Commission", host: www.sfc.hk, cat: government, provider: sfc-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1222 + - { id: gov-cn-hk-td, name: "Transport Department", host: www.td.gov.hk, cat: government, provider: gov-hk, cc: CN, imp: 3, tier: 4, checks: [http] }
1223 + - { id: gov-cn-hubei, name: "Hubei Provincial Government", host: www.hubei.gov.cn, cat: government, provider: hubei, cc: CN, imp: 2, tier: 4, checks: [http] }
1224 + - { id: gov-cn-js, name: "Jiangsu Provincial Government", host: www.jiangsu.gov.cn, cat: government, provider: jiangsu, cc: CN, imp: 2, tier: 4, checks: [http] }
1225 + - { id: gov-cn-macao, name: "Macao SAR Government", host: www.gov.mo, cat: government, provider: gov-mo, cc: CN, imp: 3, tier: 4, checks: [http] }
1226 + - { id: gov-cn-macao-amcm, name: "Monetary Authority of Macao", host: www.amcm.gov.mo, cat: government, provider: amcm, cc: CN, imp: 1, tier: 4, checks: [http] }
1227 + - { id: gov-cn-macao-dsf, name: "Macao Financial Services Bureau", host: www.dsf.gov.mo, cat: government, provider: gov-mo, cc: CN, imp: 1, tier: 4, checks: [http] }
1228 + - { id: gov-cn-macao-smg, name: "Macao Meteorological Bureau", host: www.smg.gov.mo, cat: government, provider: gov-mo, cc: CN, imp: 2, tier: 4, checks: [http] }
1229 + - { id: gov-cn-mee, name: "Ministry of Ecology and Environment", host: www.mee.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 2, tier: 4, checks: [http] }
1230 + - { id: gov-cn-mem, name: "Ministry of Emergency Management", host: www.mem.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1231 + - { id: gov-cn-miit, name: "MIIT", host: www.miit.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
1232 + - { id: gov-cn-moe, name: "Ministry of Education", host: www.moe.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
1233 + - { id: gov-cn-mof, name: "Ministry of Finance", host: www.mof.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
1234 + - { id: gov-cn-mofcom, name: "Ministry of Commerce", host: www.mofcom.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 4, tier: 3, checks: [http] }
1235 + - { id: gov-cn-mohrss, name: "Ministry of Human Resources and Social Security", host: www.mohrss.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1236 + - { id: gov-cn-moj, name: "Ministry of Justice", host: www.moj.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1237 + - { id: gov-cn-mot, name: "Ministry of Transport", host: www.mot.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1238 + - { id: gov-cn-nanjing, name: "Nanjing Municipal Government", host: www.nanjing.gov.cn, cat: government, provider: nanjing, cc: CN, imp: 1, tier: 4, checks: [http] }
1239 + - { id: gov-cn-ndrc, name: "NDRC", host: www.ndrc.gov.cn, cat: government, provider: gov-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1240 + - { id: gov-cn-nfra, name: "National Financial Regulatory Administration", host: www.nfra.gov.cn, cat: government, provider: nfra, cc: CN, imp: 3, tier: 4, checks: [http] }
1241 + - { id: gov-cn-nia, name: "National Immigration Administration", host: www.nia.gov.cn, cat: government, provider: nia-cn, cc: CN, imp: 3, tier: 4, checks: [http] }
1242 + - { id: gov-cn-nlc, name: "National Library of China", host: www.nlc.cn, cat: government, provider: nlc, cc: CN, imp: 2, tier: 4, checks: [http] }
1243 + - { id: gov-cn-nmpa, name: "NMPA", host: www.nmpa.gov.cn, cat: government, provider: nmpa, cc: CN, imp: 3, tier: 4, checks: [http] }
1244 + - { id: gov-cn-npc, name: "National People's Congress", host: www.npc.gov.cn, url: "http://www.npc.gov.cn/", cat: government, provider: npc, cc: CN, imp: 4, tier: 3, checks: [http] }
1245 + - { id: gov-cn-saac, name: "National Archives Administration", host: www.saac.gov.cn, cat: government, provider: saac, cc: CN, imp: 1, tier: 4, checks: [http] }
1246 + - { id: gov-cn-safe, name: "SAFE (foreign exchange)", host: www.safe.gov.cn, cat: government, provider: safe, cc: CN, imp: 3, tier: 4, checks: [http] }
1247 + - { id: gov-cn-samr, name: "SAMR", host: www.samr.gov.cn, cat: government, provider: samr, cc: CN, imp: 3, tier: 4, checks: [http] }
1248 + - { id: gov-cn-sd, name: "Shandong Provincial Government", host: www.shandong.gov.cn, url: "http://www.shandong.gov.cn/", cat: government, provider: shandong, cc: CN, imp: 2, tier: 4, checks: [http] }
1249 + - { id: gov-cn-shanghai, name: "Shanghai Municipal Government", host: www.shanghai.gov.cn, cat: government, provider: shanghai, cc: CN, imp: 4, tier: 3, checks: [http] }
1250 + - { id: gov-cn-spp, name: "Supreme People's Procuratorate", host: www.spp.gov.cn, cat: government, provider: spp, cc: CN, imp: 2, tier: 4, checks: [http] }
1251 + - { id: gov-cn-sz, name: "Shenzhen Municipal Government", host: www.sz.gov.cn, cat: government, provider: shenzhen, cc: CN, imp: 3, tier: 4, checks: [http] }
1252 + - { id: gov-cn-tianjin, name: "Tianjin Municipal Government", host: www.tj.gov.cn, cat: government, provider: tianjin, cc: CN, imp: 2, tier: 4, checks: [http] }
1253 + - { id: gov-cn-weather, name: "China Weather", host: www.weather.com.cn, cat: government, provider: cma, cc: CN, imp: 3, tier: 4, checks: [http] }
1254 + - { id: gov-cn-wuhan, name: "Wuhan Municipal Government", host: www.wuhan.gov.cn, cat: government, provider: wuhan, cc: CN, imp: 1, tier: 4, checks: [http] }
1255 + - { id: gov-cn-xian, name: "Xi'an Municipal Government", host: www.xa.gov.cn, cat: government, provider: xian, cc: CN, imp: 1, tier: 4, checks: [http] }
1256 + # ───────── CO
1257 + - { id: gov-co-472, name: "Servicios Postales Nacionales 4-72", host: www.4-72.com.co, cat: government, provider: 4-72, cc: CO, imp: 2, tier: 4, checks: [http] }
1258 + - { id: gov-co-aerocivil, name: "Aerocivil", host: www.aerocivil.gov.co, cat: government, provider: aerocivil, cc: CO, imp: 2, tier: 4, checks: [http] }
1259 + - { id: gov-co-ani, name: "ANI", host: www.ani.gov.co, cat: government, provider: ani, cc: CO, imp: 1, tier: 4, checks: [http] }
1260 + - { id: gov-co-archivogeneral, name: "Archivo General de la Nación", host: www.archivogeneral.gov.co, cat: government, provider: agn-co, cc: CO, imp: 1, tier: 4, checks: [http] }
1261 + - { id: gov-co-bibliotecanacional, name: "Biblioteca Nacional de Colombia", host: bibliotecanacional.gov.co, cat: government, provider: bn-co, cc: CO, imp: 1, tier: 4, checks: [http] }
1262 + - { id: gov-co-bogota, name: "Alcaldía de Bogotá", host: bogota.gov.co, cat: government, provider: bogota, cc: CO, imp: 3, tier: 4, checks: [http] }
1263 + - { id: gov-co-cali, name: "Alcaldía de Cali", host: www.cali.gov.co, cat: government, provider: cali, cc: CO, imp: 1, tier: 4, checks: [http] }
1264 + - { id: gov-co-camara, name: "Cámara de Representantes", host: www.camara.gov.co, cat: government, provider: camara-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1265 + - { id: gov-co-cancilleria, name: "Cancillería de Colombia", host: www.cancilleria.gov.co, cat: government, provider: gov-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1266 + - { id: gov-co-colpensiones, name: "Colpensiones", host: www.colpensiones.gov.co, cat: government, provider: colpensiones, cc: CO, imp: 3, tier: 4, checks: [http] }
1267 + - { id: gov-co-consejodeestado, name: "Consejo de Estado", host: www.consejodeestado.gov.co, cat: government, provider: ce-co, cc: CO, imp: 2, tier: 4, checks: [http] }
1268 + - { id: gov-co-contraloria, name: "Contraloría General", host: www.contraloria.gov.co, cat: government, provider: contraloria-co, cc: CO, imp: 1, tier: 4, checks: [http] }
1269 + - { id: gov-co-corteconstitucional, name: "Corte Constitucional", host: www.corteconstitucional.gov.co, cat: government, provider: cc-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1270 + - { id: gov-co-cortesuprema, name: "Corte Suprema de Justicia", host: cortesuprema.gov.co, cat: government, provider: csj-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1271 + - { id: gov-co-crc, name: "CRC", host: www.crcom.gov.co, cat: government, provider: crc-co, cc: CO, imp: 1, tier: 4, checks: [http] }
1272 + - { id: gov-co-datos, name: "datos.gov.co", host: www.datos.gov.co, cat: government, provider: gov-co, cc: CO, imp: 2, tier: 4, checks: [http] }
1273 + - { id: gov-co-dnp, name: "DNP", host: www.dnp.gov.co, cat: government, provider: dnp, cc: CO, imp: 2, tier: 4, checks: [http] }
1274 + - { id: gov-co-funcionpublica, name: "Función Pública", host: www.funcionpublica.gov.co, cat: government, provider: dafp, cc: CO, imp: 1, tier: 4, checks: [http] }
1275 + - { id: gov-co-ins, name: "Instituto Nacional de Salud", host: www.ins.gov.co, cat: government, provider: ins-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1276 + - { id: gov-co-invias, name: "INVÍAS", host: www.invias.gov.co, cat: government, provider: invias, cc: CO, imp: 1, tier: 4, checks: [http] }
1277 + - { id: gov-co-invima, name: "INVIMA", host: www.invima.gov.co, cat: government, provider: invima, cc: CO, imp: 2, tier: 4, checks: [http] }
1278 + - { id: gov-co-medellin, name: "Alcaldía de Medellín", host: www.medellin.gov.co, cat: government, provider: medellin, cc: CO, imp: 2, tier: 4, checks: [http] }
1279 + - { id: gov-co-migracion, name: "Migración Colombia", host: www.migracioncolombia.gov.co, cat: government, provider: migracion-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1280 + - { id: gov-co-mindefensa, name: "Ministerio de Defensa", host: www.mindefensa.gov.co, cat: government, provider: gov-co, cc: CO, imp: 2, tier: 4, checks: [http] }
1281 + - { id: gov-co-minhacienda, name: "Ministerio de Hacienda", host: www.minhacienda.gov.co, cat: government, provider: gov-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1282 + - { id: gov-co-minjusticia, name: "Ministerio de Justicia", host: www.minjusticia.gov.co, cat: government, provider: gov-co, cc: CO, imp: 2, tier: 4, checks: [http] }
1283 + - { id: gov-co-mintic, name: "MinTIC", host: www.mintic.gov.co, cat: government, provider: gov-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1284 + - { id: gov-co-mintransporte, name: "Ministerio de Transporte", host: www.mintransporte.gov.co, cat: government, provider: gov-co, cc: CO, imp: 2, tier: 4, checks: [http] }
1285 + - { id: gov-co-policia, name: "Policía Nacional", host: www.policia.gov.co, cat: government, provider: policia-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1286 + - { id: gov-co-procuraduria, name: "Procuraduría General", host: www.procuraduria.gov.co, cat: government, provider: procuraduria, cc: CO, imp: 2, tier: 4, checks: [http] }
1287 + - { id: gov-co-ramajudicial, name: "Rama Judicial", host: www.ramajudicial.gov.co, cat: government, provider: rama-judicial, cc: CO, imp: 2, tier: 4, checks: [http] }
1288 + - { id: gov-co-senado, name: "Senado de la República", host: www.senado.gov.co, cat: government, provider: senado-co, cc: CO, imp: 3, tier: 4, checks: [http] }
1289 + - { id: gov-co-sgc, name: "Servicio Geológico Colombiano", host: www.sgc.gov.co, cat: government, provider: sgc, cc: CO, imp: 3, tier: 4, checks: [http] }
1290 + - { id: gov-co-sic, name: "Superintendencia de Industria y Comercio", host: www.sic.gov.co, cat: government, provider: sic, cc: CO, imp: 2, tier: 4, checks: [http] }
1291 + - { id: gov-co-superfinanciera, name: "Superintendencia Financiera", host: www.superfinanciera.gov.co, cat: government, provider: sfc, cc: CO, imp: 3, tier: 4, checks: [http] }
1292 + - { id: gov-co-transmilenio, name: "TransMilenio", host: www.transmilenio.gov.co, cat: government, provider: bogota, cc: CO, imp: 2, tier: 4, checks: [http] }
1293 + - { id: gov-co-ungrd, name: "UNGRD", host: portal.gestiondelriesgo.gov.co, cat: government, provider: ungrd, cc: CO, imp: 2, tier: 4, checks: [http] }
1294 + # ───────── CR
1295 + - { id: gov-cr-bccr, name: "Banco Central de Costa Rica", host: www.bccr.fi.cr, cat: government, provider: bccr, cc: CR, imp: 2, tier: 4, checks: [http] }
1296 + - { id: gov-cr-cne, name: "CNE (emergencias)", host: www.cne.go.cr, cat: government, provider: cne-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1297 + - { id: gov-cr-hacienda, name: "Ministerio de Hacienda", host: www.hacienda.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1298 + - { id: gov-cr-imn, name: "Instituto Meteorológico Nacional", host: www.imn.ac.cr, cat: government, provider: imn, cc: CR, imp: 2, tier: 4, checks: [http] }
1299 + - { id: gov-cr-incofer, name: "INCOFER", host: www.incofer.go.cr, cat: government, provider: incofer, cc: CR, imp: 1, tier: 4, checks: [http] }
1300 + - { id: gov-cr-inec, name: "INEC Costa Rica", host: inec.cr, cat: government, provider: inec-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1301 + - { id: gov-cr-mep, name: "Ministerio de Educación Pública", host: www.mep.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1302 + - { id: gov-cr-micitt, name: "MICITT", host: www.micitt.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 1, tier: 4, checks: [http] }
1303 + - { id: gov-cr-migracion, name: "Dirección General de Migración", host: www.migracion.go.cr, cat: government, provider: dgme, cc: CR, imp: 2, tier: 4, checks: [http] }
1304 + - { id: gov-cr-mopt, name: "MOPT", host: www.mopt.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 1, tier: 4, checks: [http] }
1305 + - { id: gov-cr-ovsicori, name: "OVSICORI", host: www.ovsicori.una.ac.cr, cat: government, provider: una, cc: CR, imp: 1, tier: 4, checks: [http] }
1306 + - { id: gov-cr-pgr, name: "Sistema Costarricense de Información Jurídica", host: www.pgrweb.go.cr, cat: government, provider: pgr-cr, cc: CR, imp: 1, tier: 4, checks: [http] }
1307 + - { id: gov-cr-poder-judicial, name: "Poder Judicial", host: www.poder-judicial.go.cr, cat: government, provider: pj-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1308 + - { id: gov-cr-presidencia, name: "Presidencia de Costa Rica", host: www.presidencia.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1309 + - { id: gov-cr-rree, name: "Ministerio de Relaciones Exteriores", host: www.rree.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1310 + - { id: gov-cr-salud, name: "Ministerio de Salud", host: www.ministeriodesalud.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1311 + - { id: gov-cr-sanjose, name: "Municipalidad de San José", host: www.msj.go.cr, cat: government, provider: sanjose, cc: CR, imp: 1, tier: 4, checks: [http] }
1312 + - { id: gov-cr-seguridad, name: "Ministerio de Seguridad Pública", host: www.seguridadpublica.go.cr, cat: government, provider: gov-cr, cc: CR, imp: 1, tier: 4, checks: [http] }
1313 + - { id: gov-cr-sugef, name: "SUGEF", host: www.sugef.fi.cr, cat: government, provider: sugef, cc: CR, imp: 1, tier: 4, checks: [http] }
1314 + - { id: gov-cr-tse, name: "Tribunal Supremo de Elecciones", host: www.tse.go.cr, cat: government, provider: tse-cr, cc: CR, imp: 2, tier: 4, checks: [http] }
1315 + # ───────── CU
1316 + - { id: city-havana, name: "Gobierno de La Habana", host: www.lahabana.gob.cu, cat: government, provider: havana, cc: CU, imp: 1, tier: 4, checks: [http] }
1317 + - { id: gov-cu-bc, name: "Banco Central de Cuba", host: www.bc.gob.cu, cat: government, provider: bcc, cc: CU, imp: 1, tier: 4, checks: [http] }
1318 + - { id: gov-cu-correos, name: "Correos de Cuba", host: www.correos.cu, cat: government, provider: correos-cu, cc: CU, imp: 1, tier: 4, checks: [http] }
1319 + - { id: gov-cu-gaceta, name: "Gaceta Oficial", host: www.gacetaoficial.gob.cu, cat: government, provider: gov-cu, cc: CU, imp: 1, tier: 4, checks: [http] }
1320 + - { id: gov-cu-minrex, name: "MINREX", host: www.minrex.gob.cu, url: "http://www.minrex.gob.cu/", cat: government, provider: gov-cu, cc: CU, imp: 2, tier: 4, checks: [http] }
1321 + - { id: gov-cu-minsap, name: "MINSAP", host: salud.msp.gob.cu, cat: government, provider: gov-cu, cc: CU, imp: 1, tier: 4, checks: [http] }
1322 + - { id: gov-cu-onei, name: "ONEI", host: www.onei.gob.cu, url: "http://www.onei.gob.cu/", cat: government, provider: onei, cc: CU, imp: 1, tier: 4, checks: [http] }
1323 + - { id: gov-cu-parlamento, name: "Asamblea Nacional del Poder Popular", host: www.parlamentocubano.gob.cu, cat: government, provider: anpp, cc: CU, imp: 1, tier: 4, checks: [http] }
1324 + - { id: gov-cu-presidencia, name: "Presidencia de Cuba", host: www.presidencia.gob.cu, cat: government, provider: gov-cu, cc: CU, imp: 2, tier: 4, checks: [http] }
1325 + # ───────── CV
1326 + - { id: gov-cv-bcv, name: "Banco de Cabo Verde", host: www.bcv.cv, cat: government, provider: bcv, cc: CV, imp: 1, tier: 4, checks: [http] }
1327 + - { id: gov-cv-dnre, name: "Direção Nacional de Receitas do Estado", host: www.dnre.gov.cv, cat: government, provider: dnre, cc: CV, imp: 1, tier: 4, checks: [http] }
1328 + - { id: gov-cv-gov, name: "Governo de Cabo Verde", host: www.governo.cv, cat: government, provider: gov-cv, cc: CV, imp: 1, tier: 4, checks: [http] }
1329 + - { id: gov-cv-ine, name: "INE Cabo Verde", host: ine.cv, cat: government, provider: ine-cv, cc: CV, imp: 1, tier: 4, checks: [http] }
1330 + - { id: gov-cv-parlamento, name: "Assembleia Nacional", host: www.parlamento.cv, cat: government, provider: parlamento-cv, cc: CV, imp: 1, tier: 4, checks: [http] }
1331 + - { id: gov-cv-portondinosilha, name: "Porton di nos Ilha", host: portondinosilha.cv, url: "http://portondinosilha.cv/", cat: government, provider: gov-cv, cc: CV, imp: 1, tier: 4, checks: [http] }
1332 + # ───────── CY
1333 + - { id: city-nicosia, name: "Nicosia Municipality", host: www.nicosia.org.cy, cat: government, provider: nicosia, cc: CY, imp: 1, tier: 4, checks: [http] }
1334 + # ───────── CZ
1335 + - { id: gov-cz-brno, name: "Statutární město Brno", host: www.brno.cz, cat: government, provider: brno, cc: CZ, imp: 1, tier: 4, checks: [http] }
1336 + - { id: gov-cz-cd, name: "České dráhy", host: www.cd.cz, cat: government, provider: cd, cc: CZ, imp: 3, tier: 4, checks: [http] }
1337 + - { id: gov-cz-celnisprava, name: "Celní správa", host: www.celnisprava.gov.cz, cat: government, provider: celni-sprava, cc: CZ, imp: 2, tier: 4, checks: [http] }
1338 + - { id: gov-cz-ceskaposta, name: "Česká pošta", host: www.ceskaposta.cz, cat: government, provider: ceska-posta, cc: CZ, imp: 3, tier: 4, checks: [http] }
1339 + - { id: gov-cz-cssz, name: "Česká správa sociálního zabezpečení", host: www.cssz.cz, cat: government, provider: cssz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1340 + - { id: gov-cz-ctu, name: "Český telekomunikační úřad", host: ctu.gov.cz, cat: government, provider: ctu, cc: CZ, imp: 2, tier: 4, checks: [http] }
1341 + - { id: gov-cz-czso, name: "Český statistický úřad", host: csu.gov.cz, cat: government, provider: csu, cc: CZ, imp: 3, tier: 4, checks: [http] }
1342 + - { id: gov-cz-dpp, name: "Dopravní podnik hl. m. Prahy", host: www.dpp.cz, cat: government, provider: dpp, cc: CZ, imp: 2, tier: 4, checks: [http] }
1343 + - { id: gov-cz-hrad, name: "Pražský hrad (prezident)", host: www.hrad.cz, cat: government, provider: hrad, cc: CZ, imp: 3, tier: 4, checks: [http] }
1344 + - { id: gov-cz-hzscr, name: "Hasičský záchranný sbor", host: www.hzscr.cz, cat: government, provider: hzs, cc: CZ, imp: 2, tier: 4, checks: [http] }
1345 + - { id: gov-cz-identita, name: "Identita občana", host: www.identitaobcana.cz, cat: government, provider: gov-cz, cc: CZ, imp: 2, tier: 4, checks: [http] }
1346 + - { id: gov-cz-justice, name: "Ministerstvo spravedlnosti", host: justice.cz, cat: government, provider: gov-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1347 + - { id: gov-cz-mdcr, name: "Ministerstvo dopravy", host: md.gov.cz, cat: government, provider: gov-cz, cc: CZ, imp: 2, tier: 4, checks: [http] }
1348 + - { id: gov-cz-mfcr, name: "Ministerstvo financí", host: www.mfcr.cz, cat: government, provider: gov-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1349 + - { id: gov-cz-mpsv, name: "Ministerstvo práce a sociálních věcí", host: www.mpsv.cz, cat: government, provider: gov-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1350 + - { id: gov-cz-msmt, name: "Ministerstvo školství", host: msmt.gov.cz, cat: government, provider: gov-cz, cc: CZ, imp: 2, tier: 4, checks: [http] }
1351 + - { id: gov-cz-mvcr, name: "Ministerstvo vnitra", host: www.mvcr.cz, cat: government, provider: gov-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1352 + - { id: gov-cz-mzv, name: "Ministerstvo zahraničních věcí", host: mzv.gov.cz, cat: government, provider: gov-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1353 + - { id: gov-cz-nkp, name: "Národní knihovna ČR", host: www.nkp.cz, cat: government, provider: nkp, cc: CZ, imp: 2, tier: 4, checks: [http] }
1354 + - { id: gov-cz-nsoud, name: "Nejvyšší soud", host: www.nsoud.cz, cat: government, provider: nsoud, cc: CZ, imp: 2, tier: 4, checks: [http] }
1355 + - { id: gov-cz-policie, name: "Policie ČR", host: www.policie.cz, cat: government, provider: policie, cc: CZ, imp: 4, tier: 3, checks: [http] }
1356 + - { id: gov-cz-portal-obcana, name: "Portál občana", host: obcan.portal.gov.cz, cat: government, provider: gov-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1357 + - { id: gov-cz-senat, name: "Senát PČR", host: www.senat.cz, cat: government, provider: senat-cz, cc: CZ, imp: 3, tier: 4, checks: [http] }
1358 + - { id: gov-cz-spravazeleznic, name: "Správa železnic", host: www.spravazeleznic.cz, cat: government, provider: spravazeleznic, cc: CZ, imp: 2, tier: 4, checks: [http] }
1359 + - { id: gov-cz-sukl, name: "SÚKL", host: www.sukl.cz, cat: government, provider: sukl, cc: CZ, imp: 2, tier: 4, checks: [http] }
1360 + - { id: gov-cz-szu, name: "Státní zdravotní ústav", host: szu.gov.cz, cat: government, provider: szu, cc: CZ, imp: 2, tier: 4, checks: [http] }
1361 + - { id: gov-cz-uoou, name: "ÚOOÚ", host: uoou.gov.cz, cat: government, provider: uoou, cc: CZ, imp: 1, tier: 4, checks: [http] }
1362 + - { id: gov-cz-usoud, name: "Ústavní soud", host: www.usoud.cz, cat: government, provider: usoud, cc: CZ, imp: 2, tier: 4, checks: [http] }
1363 + - { id: gov-cz-vlada, name: "Vláda ČR", host: vlada.gov.cz, cat: government, provider: gov-cz, cc: CZ, imp: 4, tier: 3, checks: [http] }
1364 + - { id: gov-cz-volby, name: "volby.cz", host: www.volby.cz, cat: government, provider: csu, cc: CZ, imp: 3, tier: 4, checks: [http] }
1365 + - { id: gov-cz-zakony, name: "Zákony pro lidi", host: www.zakonyprolidi.cz, cat: government, provider: aion, cc: CZ, imp: 2, tier: 4, checks: [http] }
1366 + # ───────── DE
1367 + - { id: gov-de-auswaertiges-amt, name: "Auswärtiges Amt", host: www.auswaertiges-amt.de, cat: government, provider: bund, cc: DE, imp: 4, tier: 3, checks: [http] }
1368 + - { id: gov-de-autobahn, name: "Die Autobahn GmbH", host: www.autobahn.de, cat: government, provider: autobahn, cc: DE, imp: 2, tier: 4, checks: [http] }
1369 + - { id: gov-de-bafa, name: "BAFA", host: www.bafa.de, cat: government, provider: bafa, cc: DE, imp: 2, tier: 4, checks: [http] }
1370 + - { id: gov-de-bafin, name: "BaFin", host: www.bafin.de, cat: government, provider: bafin, cc: DE, imp: 3, tier: 4, checks: [http] }
1371 + - { id: gov-de-bamf, name: "BAMF (Migration und Flüchtlinge)", host: www.bamf.de, cat: government, provider: bamf, cc: DE, imp: 3, tier: 4, checks: [http] }
1372 + - { id: gov-de-bb-portal, name: "Land Brandenburg", host: www.brandenburg.de, cat: government, provider: land-bb, cc: DE, imp: 2, tier: 4, checks: [http] }
1373 + - { id: gov-de-bbk, name: "BBK (Bevölkerungsschutz)", host: www.bbk.bund.de, cat: government, provider: bbk, cc: DE, imp: 3, tier: 4, checks: [http] }
1374 + - { id: gov-de-be-abgeordnetenhaus, name: "Abgeordnetenhaus von Berlin", host: www.parlament-berlin.de, cat: government, provider: land-be, cc: DE, imp: 1, tier: 4, checks: [http] }
1375 + - { id: gov-de-be-ber, name: "Berlin Brandenburg Airport", host: ber.berlin-airport.de, cat: government, provider: fbb, cc: DE, imp: 2, tier: 4, checks: [http] }
1376 + - { id: gov-de-be-bvg, name: "BVG Berlin", host: www.bvg.de, cat: government, provider: bvg, cc: DE, imp: 3, tier: 4, checks: [http] }
1377 + - { id: gov-de-be-portal, name: "Land Berlin", host: www.berlin.de, cat: government, provider: land-be, cc: DE, imp: 3, tier: 4, checks: [http] }
1378 + - { id: gov-de-be-service, name: "Service-Portal Berlin", host: service.berlin.de, cat: government, provider: land-be, cc: DE, imp: 2, tier: 4, checks: [http] }
1379 + - { id: gov-de-bfarm, name: "BfArM", host: www.bfarm.de, cat: government, provider: bfarm, cc: DE, imp: 3, tier: 4, checks: [http] }
1380 + - { id: gov-de-bfdi, name: "BfDI (Datenschutz)", host: www.bfdi.bund.de, cat: government, provider: bfdi, cc: DE, imp: 2, tier: 4, checks: [http] }
1381 + - { id: gov-de-bgh, name: "Bundesgerichtshof", host: www.bundesgerichtshof.de, cat: government, provider: bgh, cc: DE, imp: 3, tier: 4, checks: [http] }
1382 + - { id: gov-de-bka, name: "Bundeskriminalamt", host: www.bka.de, cat: government, provider: bka, cc: DE, imp: 3, tier: 4, checks: [http] }
1383 + - { id: gov-de-bkartellamt, name: "Bundeskartellamt", host: www.bundeskartellamt.de, cat: government, provider: bkarta, cc: DE, imp: 2, tier: 4, checks: [http] }
1384 + - { id: gov-de-bmas, name: "Bundesministerium für Arbeit und Soziales", host: www.bmas.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1385 + - { id: gov-de-bmbf, name: "Bundesministerium für Bildung und Forschung", host: www.bmbf.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1386 + - { id: gov-de-bmdv, name: "Bundesministerium für Digitales und Verkehr", host: www.bmdv.bund.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1387 + - { id: gov-de-bmel, name: "Bundesministerium für Ernährung und Landwirtschaft", host: www.bmel.de, cat: government, provider: bund, cc: DE, imp: 2, tier: 4, checks: [http] }
1388 + - { id: gov-de-bmf, name: "Bundesministerium der Finanzen", host: www.bundesfinanzministerium.de, cat: government, provider: bund, cc: DE, imp: 4, tier: 3, checks: [http] }
1389 + - { id: gov-de-bmi, name: "Bundesministerium des Innern", host: www.bmi.bund.de, cat: government, provider: bund, cc: DE, imp: 4, tier: 3, checks: [http] }
1390 + - { id: gov-de-bmj, name: "Bundesministerium der Justiz", host: www.bmj.de, cat: government, provider: bund, cc: DE, imp: 4, tier: 3, checks: [http] }
1391 + - { id: gov-de-bmuv, name: "Bundesumweltministerium", host: www.bmuv.de, cat: government, provider: bund, cc: DE, imp: 2, tier: 4, checks: [http] }
1392 + - { id: gov-de-bmvg, name: "Bundesministerium der Verteidigung", host: www.bmvg.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1393 + - { id: gov-de-bmwk, name: "Bundesministerium für Wirtschaft", host: www.bmwk.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1394 + - { id: gov-de-bnetza, name: "Bundesnetzagentur", host: www.bundesnetzagentur.de, cat: government, provider: bnetza, cc: DE, imp: 3, tier: 4, checks: [http] }
1395 + - { id: gov-de-bpb, name: "Bundeszentrale für politische Bildung", host: www.bpb.de, cat: government, provider: bpb, cc: DE, imp: 2, tier: 4, checks: [http] }
1396 + - { id: gov-de-bsi-cert, name: "CERT-Bund", host: www.cert-bund.de, cat: government, provider: bsi, cc: DE, imp: 2, tier: 4, checks: [http] }
1397 + - { id: gov-de-bundesanzeiger, name: "Bundesanzeiger", host: www.bundesanzeiger.de, cat: government, provider: bundesanzeiger, cc: DE, imp: 3, tier: 4, checks: [http] }
1398 + - { id: gov-de-bundesarchiv, name: "Bundesarchiv", host: www.bundesarchiv.de, cat: government, provider: bundesarchiv, cc: DE, imp: 2, tier: 4, checks: [http] }
1399 + - { id: gov-de-bundespolizei, name: "Bundespolizei", host: www.bundespolizei.de, cat: government, provider: bundespolizei, cc: DE, imp: 3, tier: 4, checks: [http] }
1400 + - { id: gov-de-bundespraesident, name: "Bundespräsident", host: www.bundespraesident.de, cat: government, provider: bund, cc: DE, imp: 4, tier: 3, checks: [http] }
1401 + - { id: gov-de-bundesrat, name: "Bundesrat", host: www.bundesrat.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1402 + - { id: gov-de-bundeswahlleiterin, name: "Bundeswahlleiterin", host: www.bundeswahlleiterin.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1403 + - { id: gov-de-bundeswehr, name: "Bundeswehr", host: www.bundeswehr.de, cat: government, provider: bmvg, cc: DE, imp: 3, tier: 4, checks: [http] }
1404 + - { id: gov-de-bundid, name: "BundID", host: id.bund.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1405 + - { id: gov-de-bverfg, name: "Bundesverfassungsgericht", host: www.bundesverfassungsgericht.de, cat: government, provider: bverfg, cc: DE, imp: 4, tier: 3, checks: [http] }
1406 + - { id: gov-de-bw-landtag, name: "Landtag Baden-Württemberg", host: www.landtag-bw.de, cat: government, provider: land-bw, cc: DE, imp: 1, tier: 4, checks: [http] }
1407 + - { id: gov-de-bw-lubw, name: "LUBW", host: www.lubw.baden-wuerttemberg.de, cat: government, provider: land-bw, cc: DE, imp: 1, tier: 4, checks: [http] }
1408 + - { id: gov-de-bw-portal, name: "Land Baden-Württemberg", host: www.baden-wuerttemberg.de, cat: government, provider: land-bw, cc: DE, imp: 3, tier: 4, checks: [http] }
1409 + - { id: gov-de-bw-serviceportal, name: "service-bw", host: www.service-bw.de, cat: government, provider: land-bw, cc: DE, imp: 2, tier: 4, checks: [http] }
1410 + - { id: gov-de-bw-stuttgart, name: "Stadt Stuttgart", host: www.stuttgart.de, cat: government, provider: stuttgart, cc: DE, imp: 2, tier: 4, checks: [http] }
1411 + - { id: gov-de-by-bayernportal, name: "BayernPortal", host: www.freistaat.bayern, cat: government, provider: land-by, cc: DE, imp: 2, tier: 4, checks: [http] }
1412 + - { id: gov-de-by-landtag, name: "Bayerischer Landtag", host: www.bayern.landtag.de, cat: government, provider: land-by, cc: DE, imp: 1, tier: 4, checks: [http] }
1413 + - { id: gov-de-by-lgl, name: "Bayerisches LGL", host: www.lgl.bayern.de, cat: government, provider: land-by, cc: DE, imp: 1, tier: 4, checks: [http] }
1414 + - { id: gov-de-by-muenchen, name: "Stadt München", host: stadt.muenchen.de, cat: government, provider: muenchen, cc: DE, imp: 3, tier: 4, checks: [http] }
1415 + - { id: gov-de-by-munich-airport, name: "Munich Airport", host: www.munich-airport.de, cat: government, provider: fmg, cc: DE, imp: 2, tier: 4, checks: [http] }
1416 + - { id: gov-de-by-mvg, name: "MVG München", host: www.mvg.de, cat: government, provider: mvg, cc: DE, imp: 2, tier: 4, checks: [http] }
1417 + - { id: gov-de-by-nuernberg, name: "Stadt Nürnberg", host: www.nuernberg.de, cat: government, provider: nuernberg, cc: DE, imp: 1, tier: 4, checks: [http] }
1418 + - { id: gov-de-by-portal, name: "Land Bayern", host: www.bayern.de, cat: government, provider: land-by, cc: DE, imp: 3, tier: 4, checks: [http] }
1419 + - { id: gov-de-bzga, name: "BZgA", host: www.bzga.de, cat: government, provider: bzga, cc: DE, imp: 2, tier: 4, checks: [http] }
1420 + - { id: gov-de-bzst, name: "Bundeszentralamt für Steuern", host: www.bzst.de, cat: government, provider: bzst, cc: DE, imp: 3, tier: 4, checks: [http] }
1421 + - { id: gov-de-daad, name: "DAAD", host: www.daad.de, cat: government, provider: daad, cc: DE, imp: 2, tier: 4, checks: [http] }
1422 + - { id: gov-de-deutsche-rentenversicherung, name: "Deutsche Rentenversicherung", host: www.deutsche-rentenversicherung.de, cat: government, provider: drv, cc: DE, imp: 4, tier: 3, checks: [http] }
1423 + - { id: gov-de-dlr, name: "DLR", host: www.dlr.de, cat: government, provider: dlr, cc: DE, imp: 2, tier: 4, checks: [http] }
1424 + - { id: gov-de-dnb, name: "Deutsche Nationalbibliothek", host: www.dnb.de, cat: government, provider: dnb, cc: DE, imp: 3, tier: 4, checks: [http] }
1425 + - { id: gov-de-dpma, name: "DPMA (Patent- und Markenamt)", host: www.dpma.de, cat: government, provider: dpma, cc: DE, imp: 3, tier: 4, checks: [http] }
1426 + - { id: gov-de-eba, name: "Eisenbahn-Bundesamt", host: www.eba.bund.de, cat: government, provider: eba, cc: DE, imp: 2, tier: 4, checks: [http] }
1427 + - { id: gov-de-gesetze-im-internet, name: "Gesetze im Internet", host: www.gesetze-im-internet.de, cat: government, provider: bmj, cc: DE, imp: 4, tier: 3, checks: [http] }
1428 + - { id: gov-de-goethe, name: "Goethe-Institut", host: www.goethe.de, cat: government, provider: goethe, cc: DE, imp: 2, tier: 4, checks: [http] }
1429 + - { id: gov-de-govdata, name: "GovData", host: www.govdata.de, cat: government, provider: bund, cc: DE, imp: 2, tier: 4, checks: [http] }
1430 + - { id: gov-de-handelsregister, name: "Handelsregister", host: www.handelsregister.de, cat: government, provider: justiz, cc: DE, imp: 3, tier: 4, checks: [http] }
1431 + - { id: gov-de-hb-portal, name: "Land Bremen", host: www.bremen.de, cat: government, provider: land-hb, cc: DE, imp: 2, tier: 4, checks: [http] }
1432 + - { id: gov-de-he-frankfurt, name: "Stadt Frankfurt am Main", host: frankfurt.de, cat: government, provider: frankfurt, cc: DE, imp: 2, tier: 4, checks: [http] }
1433 + - { id: gov-de-he-fraport, name: "Frankfurt Airport", host: www.frankfurt-airport.com, cat: government, provider: fraport, cc: DE, imp: 3, tier: 4, checks: [http] }
1434 + - { id: gov-de-he-portal, name: "Land Hessen", host: www.hessen.de, cat: government, provider: land-he, cc: DE, imp: 2, tier: 4, checks: [http] }
1435 + - { id: gov-de-hh-hvv, name: "HVV Hamburg", host: www.hvv.de, cat: government, provider: hvv, cc: DE, imp: 2, tier: 4, checks: [http] }
1436 + - { id: gov-de-hh-portal, name: "Land Hamburg", host: www.hamburg.de, cat: government, provider: land-hh, cc: DE, imp: 2, tier: 4, checks: [http] }
1437 + - { id: gov-de-hh-serviceportal, name: "Serviceportal Hamburg", host: serviceportal.hamburg.de, cat: government, provider: land-hh, cc: DE, imp: 2, tier: 4, checks: [http] }
1438 + - { id: gov-de-kba, name: "Kraftfahrt-Bundesamt", host: www.kba.de, cat: government, provider: kba, cc: DE, imp: 3, tier: 4, checks: [http] }
1439 + - { id: gov-de-kfw, name: "KfW", host: www.kfw.de, cat: government, provider: kfw, cc: DE, imp: 3, tier: 4, checks: [http] }
1440 + - { id: gov-de-lba, name: "Luftfahrt-Bundesamt", host: www.lba.de, cat: government, provider: lba, cc: DE, imp: 2, tier: 4, checks: [http] }
1441 + - { id: gov-de-mv-portal, name: "Land Mecklenburg-Vorpommern", host: www.regierung-mv.de, cat: government, provider: land-mv, cc: DE, imp: 2, tier: 4, checks: [http] }
1442 + - { id: gov-de-ni-hannover, name: "Landeshauptstadt Hannover", host: www.hannover.de, cat: government, provider: hannover, cc: DE, imp: 1, tier: 4, checks: [http] }
1443 + - { id: gov-de-ni-portal, name: "Land Niedersachsen", host: www.niedersachsen.de, cat: government, provider: land-ni, cc: DE, imp: 2, tier: 4, checks: [http] }
1444 + - { id: gov-de-nw-dortmund, name: "Stadt Dortmund", host: www.dortmund.de, cat: government, provider: dortmund, cc: DE, imp: 1, tier: 4, checks: [http] }
1445 + - { id: gov-de-nw-duesseldorf, name: "Stadt Düsseldorf", host: www.duesseldorf.de, cat: government, provider: duesseldorf, cc: DE, imp: 2, tier: 4, checks: [http] }
1446 + - { id: gov-de-nw-essen, name: "Stadt Essen", host: www.essen.de, cat: government, provider: essen, cc: DE, imp: 1, tier: 4, checks: [http] }
1447 + - { id: gov-de-nw-koeln, name: "Stadt Köln", host: www.stadt-koeln.de, cat: government, provider: koeln, cc: DE, imp: 2, tier: 4, checks: [http] }
1448 + - { id: gov-de-nw-landtag, name: "Landtag NRW", host: www.landtag.nrw.de, cat: government, provider: land-nw, cc: DE, imp: 1, tier: 4, checks: [http] }
1449 + - { id: gov-de-nw-portal, name: "Land Nordrhein-Westfalen", host: www.land.nrw, cat: government, provider: land-nw, cc: DE, imp: 3, tier: 4, checks: [http] }
1450 + - { id: gov-de-nw-serviceportal, name: "Serviceportal NRW", host: www.serviceportal.nrw, cat: government, provider: land-nw, cc: DE, imp: 2, tier: 4, checks: [http] }
1451 + - { id: gov-de-nw-vrr, name: "VRR", host: www.vrr.de, cat: government, provider: vrr, cc: DE, imp: 1, tier: 4, checks: [http] }
1452 + - { id: gov-de-pei, name: "Paul-Ehrlich-Institut", host: www.pei.de, cat: government, provider: pei, cc: DE, imp: 2, tier: 4, checks: [http] }
1453 + - { id: gov-de-personalausweisportal, name: "Personalausweisportal", host: www.personalausweisportal.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1454 + - { id: gov-de-rp-portal, name: "Land Rheinland-Pfalz", host: www.rlp.de, cat: government, provider: land-rp, cc: DE, imp: 2, tier: 4, checks: [http] }
1455 + - { id: gov-de-sh-portal, name: "Land Schleswig-Holstein", host: www.schleswig-holstein.de, cat: government, provider: land-sh, cc: DE, imp: 2, tier: 4, checks: [http] }
1456 + - { id: gov-de-sl-portal, name: "Land Saarland", host: www.saarland.de, cat: government, provider: land-sl, cc: DE, imp: 2, tier: 4, checks: [http] }
1457 + - { id: gov-de-sn-dresden, name: "Stadt Dresden", host: www.dresden.de, cat: government, provider: dresden, cc: DE, imp: 1, tier: 4, checks: [http] }
1458 + - { id: gov-de-sn-leipzig, name: "Stadt Leipzig", host: www.leipzig.de, cat: government, provider: leipzig, cc: DE, imp: 1, tier: 4, checks: [http] }
1459 + - { id: gov-de-sn-portal, name: "Land Sachsen", host: www.sachsen.de, cat: government, provider: land-sn, cc: DE, imp: 2, tier: 4, checks: [http] }
1460 + - { id: gov-de-st-portal, name: "Land Sachsen-Anhalt", host: www.sachsen-anhalt.de, cat: government, provider: land-st, cc: DE, imp: 2, tier: 4, checks: [http] }
1461 + - { id: gov-de-th-portal, name: "Land Thüringen", host: www.thueringen.de, cat: government, provider: land-th, cc: DE, imp: 2, tier: 4, checks: [http] }
1462 + - { id: gov-de-thw, name: "THW", host: www.thw.de, cat: government, provider: thw, cc: DE, imp: 2, tier: 4, checks: [http] }
1463 + - { id: gov-de-uba, name: "Umweltbundesamt", host: www.umweltbundesamt.de, cat: government, provider: uba, cc: DE, imp: 2, tier: 4, checks: [http] }
1464 + - { id: gov-de-verwaltung, name: "verwaltung.bund.de", host: verwaltung.bund.de, cat: government, provider: bund, cc: DE, imp: 3, tier: 4, checks: [http] }
1465 + - { id: gov-de-warnung, name: "warnung.bund.de", host: warnung.bund.de, cat: government, provider: bbk, cc: DE, imp: 3, tier: 4, checks: [http] }
1466 + - { id: gov-de-zoll, name: "Zoll (Bundeszollverwaltung)", host: www.zoll.de, cat: government, provider: zoll, cc: DE, imp: 4, tier: 3, checks: [http] }
1467 + # ───────── DJ
1468 + - { id: gov-dj-bcd, name: "Banque Centrale de Djibouti", host: www.banque-centrale.dj, cat: government, provider: bcd, cc: DJ, imp: 1, tier: 4, checks: [http] }
1469 + - { id: gov-dj-cnss, name: "CNSS Djibouti", host: www.cnss.dj, url: "http://www.cnss.dj/", cat: government, provider: cnss-dj, cc: DJ, imp: 1, tier: 4, checks: [http] }
1470 + - { id: gov-dj-instad, name: "INSTAD Djibouti", host: www.instad.dj, cat: government, provider: instad-dj, cc: DJ, imp: 1, tier: 4, checks: [http] }
1471 + - { id: gov-dj-presidence, name: "Présidence de Djibouti", host: www.presidence.dj, cat: government, provider: gouv-dj, cc: DJ, imp: 1, tier: 4, checks: [http] }
1472 + # ───────── DK
1473 + - { id: gov-dk-aarhus, name: "Aarhus Kommune", host: www.aarhus.dk, cat: government, provider: aarhus, cc: DK, imp: 1, tier: 4, checks: [http] }
1474 + - { id: gov-dk-banedanmark, name: "Banedanmark", host: www.bane.dk, cat: government, provider: banedanmark, cc: DK, imp: 2, tier: 4, checks: [http] }
1475 + - { id: gov-dk-borger-udbetaling, name: "Udbetaling Danmark", host: www.borger.dk, url: "https://www.borger.dk/udbetaling-danmark", cat: government, provider: gov-dk, cc: DK, imp: 2, tier: 4, checks: [http] }
1476 + - { id: gov-dk-brs, name: "Beredskabsstyrelsen", host: www.brs.dk, cat: government, provider: brs, cc: DK, imp: 2, tier: 4, checks: [http] }
1477 + - { id: gov-dk-cfcs, name: "Center for Cybersikkerhed", host: www.cfcs.dk, cat: government, provider: cfcs, cc: DK, imp: 2, tier: 4, checks: [http] }
1478 + - { id: gov-dk-datatilsynet, name: "Datatilsynet", host: www.datatilsynet.dk, cat: government, provider: datatilsynet-dk, cc: DK, imp: 1, tier: 4, checks: [http] }
1479 + - { id: gov-dk-domstol, name: "Danmarks Domstole", host: www.domstol.dk, cat: government, provider: domstol-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
1480 + - { id: gov-dk-dst, name: "Danmarks Statistik", host: www.dst.dk, cat: government, provider: dst, cc: DK, imp: 3, tier: 4, checks: [http] }
1481 + - { id: gov-dk-faroe, name: "Færøernes Landsstyre", host: www.government.fo, cat: government, provider: gov-fo, cc: DK, imp: 1, tier: 4, checks: [http] }
1482 + - { id: gov-dk-fm, name: "Finansministeriet", host: fm.dk, cat: government, provider: gov-dk, cc: DK, imp: 2, tier: 4, checks: [http] }
1483 + - { id: gov-dk-ft-dk-folketing, name: "Folketinget (EU)", host: www.eu.dk, cat: government, provider: folketing, cc: DK, imp: 1, tier: 4, checks: [http] }
1484 + - { id: gov-dk-greenland, name: "Naalakkersuisut (Greenland)", host: naalakkersuisut.gl, cat: government, provider: gov-gl, cc: DK, imp: 1, tier: 4, checks: [http] }
1485 + - { id: gov-dk-justitsministeriet, name: "Justitsministeriet", host: www.justitsministeriet.dk, cat: government, provider: gov-dk, cc: DK, imp: 2, tier: 4, checks: [http] }
1486 + - { id: gov-dk-kb, name: "Det Kgl. Bibliotek", host: www.kb.dk, cat: government, provider: kb-dk, cc: DK, imp: 2, tier: 4, checks: [http] }
1487 + - { id: gov-dk-kk, name: "Københavns Kommune", host: www.kk.dk, cat: government, provider: kobenhavn, cc: DK, imp: 2, tier: 4, checks: [http] }
1488 + - { id: gov-dk-kongehuset, name: "Kongehuset", host: www.kongehuset.dk, cat: government, provider: gov-dk, cc: DK, imp: 2, tier: 4, checks: [http] }
1489 + - { id: gov-dk-laegemiddelstyrelsen, name: "Lægemiddelstyrelsen", host: laegemiddelstyrelsen.dk, cat: government, provider: lms, cc: DK, imp: 2, tier: 4, checks: [http] }
1490 + - { id: gov-dk-mitid, name: "MitID", host: www.mitid.dk, cat: government, provider: mitid, cc: DK, imp: 3, tier: 4, checks: [http] }
1491 + - { id: gov-dk-nyidanmark, name: "nyidanmark.dk (udlændinge)", host: www.nyidanmark.dk, cat: government, provider: us-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
1492 + - { id: gov-dk-politi, name: "Politi", host: politi.dk, cat: government, provider: politi, cc: DK, imp: 4, tier: 3, checks: [http] }
1493 + - { id: gov-dk-postnord, name: "PostNord Danmark", host: www.postnord.dk, cat: government, provider: postnord, cc: DK, imp: 3, tier: 4, checks: [http] }
1494 + - { id: gov-dk-rejseplanen, name: "Rejseplanen", host: www.rejseplanen.dk, cat: government, provider: rejseplanen, cc: DK, imp: 3, tier: 4, checks: [http] }
1495 + - { id: gov-dk-retsinformation, name: "Retsinformation", host: www.retsinformation.dk, cat: government, provider: gov-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
1496 + - { id: gov-dk-rigsarkivet, name: "Rigsarkivet", host: www.rigsarkivet.dk, cat: government, provider: rigsarkivet, cc: DK, imp: 1, tier: 4, checks: [http] }
1497 + - { id: gov-dk-ssi, name: "Statens Serum Institut", host: www.ssi.dk, cat: government, provider: ssi, cc: DK, imp: 3, tier: 4, checks: [http] }
1498 + - { id: gov-dk-sst, name: "Sundhedsstyrelsen", host: www.sst.dk, cat: government, provider: sst, cc: DK, imp: 2, tier: 4, checks: [http] }
1499 + - { id: gov-dk-stm, name: "Statsministeriet", host: www.stm.dk, cat: government, provider: gov-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
1500 + - { id: gov-dk-sum, name: "Indenrigs- og Sundhedsministeriet", host: www.ism.dk, cat: government, provider: gov-dk, cc: DK, imp: 2, tier: 4, checks: [http] }
1501 + - { id: gov-dk-toldst, name: "Toldstyrelsen", host: toldst.dk, cat: government, provider: skat, cc: DK, imp: 2, tier: 4, checks: [http] }
1502 + - { id: gov-dk-um, name: "Udenrigsministeriet", host: um.dk, cat: government, provider: gov-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
1503 + - { id: gov-dk-vejdirektoratet, name: "Vejdirektoratet", host: www.vejdirektoratet.dk, cat: government, provider: vejdirektoratet, cc: DK, imp: 2, tier: 4, checks: [http] }
1504 + - { id: gov-dk-virk, name: "Virk", host: virk.dk, cat: government, provider: gov-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
1505 + # ───────── DM
1506 + - { id: gov-dm-gov, name: "Government of Dominica", host: dominica.gov.dm, cat: government, provider: gov-dm, cc: DM, imp: 1, tier: 4, checks: [http] }
1507 + # ───────── DO
1508 + - { id: gov-do-adn, name: "Ayuntamiento del Distrito Nacional", host: adn.gob.do, cat: government, provider: santo-domingo, cc: DO, imp: 1, tier: 4, checks: [http] }
1509 + - { id: gov-do-aduanas, name: "DGA (Aduanas)", host: www.aduanas.gob.do, cat: government, provider: dga-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1510 + - { id: gov-do-bancentral, name: "Banco Central RD", host: www.bancentral.gov.do, cat: government, provider: bcrd, cc: DO, imp: 2, tier: 4, checks: [http] }
1511 + - { id: gov-do-camara, name: "Cámara de Diputados", host: camaradediputados.gob.do, cat: government, provider: camara-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1512 + - { id: gov-do-coe, name: "COE", host: coe.gob.do, cat: government, provider: coe-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1513 + - { id: gov-do-dgii, name: "DGII", host: dgii.gov.do, cat: government, provider: dgii, cc: DO, imp: 2, tier: 4, checks: [http] }
1514 + - { id: gov-do-gob-do, name: "gob.do", host: www.gob.do, cat: government, provider: gov-do, cc: DO, imp: 2, tier: 4, checks: [http] }
1515 + - { id: gov-do-hacienda, name: "Ministerio de Hacienda", host: www.hacienda.gob.do, cat: government, provider: gov-do, cc: DO, imp: 2, tier: 4, checks: [http] }
1516 + - { id: gov-do-inposdom, name: "INPOSDOM", host: inposdom.gob.do, cat: government, provider: inposdom, cc: DO, imp: 1, tier: 4, checks: [http] }
1517 + - { id: gov-do-interior, name: "Ministerio de Interior y Policía", host: mip.gob.do, cat: government, provider: gov-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1518 + - { id: gov-do-jce, name: "Junta Central Electoral", host: jce.gob.do, cat: government, provider: jce, cc: DO, imp: 2, tier: 4, checks: [http] }
1519 + - { id: gov-do-migracion, name: "Dirección General de Migración", host: migracion.gob.do, cat: government, provider: dgm-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1520 + - { id: gov-do-mirex, name: "MIREX", host: mirex.gob.do, cat: government, provider: gov-do, cc: DO, imp: 2, tier: 4, checks: [http] }
1521 + - { id: gov-do-onamet, name: "ONAMET", host: onamet.gob.do, cat: government, provider: onamet, cc: DO, imp: 2, tier: 4, checks: [http] }
1522 + - { id: gov-do-one, name: "ONE República Dominicana", host: www.one.gob.do, cat: government, provider: one-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1523 + - { id: gov-do-pasaportes, name: "Dirección General de Pasaportes", host: pasaportes.gob.do, cat: government, provider: dgp-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1524 + - { id: gov-do-poderjudicial, name: "Poder Judicial", host: poderjudicial.gob.do, cat: government, provider: pj-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1525 + - { id: gov-do-policia, name: "Policía Nacional", host: policianacional.gob.do, url: "http://policianacional.gob.do/", cat: government, provider: policia-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1526 + - { id: gov-do-presidencia, name: "Presidencia de la República Dominicana", host: presidencia.gob.do, cat: government, provider: gov-do, cc: DO, imp: 2, tier: 4, checks: [http] }
1527 + - { id: gov-do-salud, name: "Ministerio de Salud Pública", host: msp.gob.do, cat: government, provider: gov-do, cc: DO, imp: 2, tier: 4, checks: [http] }
1528 + - { id: gov-do-senado, name: "Senado", host: www.senadord.gob.do, cat: government, provider: senado-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1529 + - { id: gov-do-tc, name: "Tribunal Constitucional", host: www.tribunalconstitucional.gob.do, cat: government, provider: tc-do, cc: DO, imp: 1, tier: 4, checks: [http] }
1530 + - { id: gov-do-tss, name: "Tesorería de la Seguridad Social", host: tss.gob.do, cat: government, provider: tss, cc: DO, imp: 1, tier: 4, checks: [http] }
1531 + # ───────── DZ
1532 + - { id: gov-dz-ada, name: "Algérienne des Autoroutes", host: www.ada.dz, cat: government, provider: ada, cc: DZ, imp: 1, tier: 4, checks: [http] }
1533 + - { id: gov-dz-alger, name: "Wilaya d'Alger", host: www.wilaya-alger.dz, cat: government, provider: alger, cc: DZ, imp: 1, tier: 4, checks: [http] }
1534 + - { id: gov-dz-anie, name: "ANIE (élections)", host: www.ina-elections.dz, cat: government, provider: anie, cc: DZ, imp: 1, tier: 4, checks: [http] }
1535 + - { id: gov-dz-apn, name: "Assemblée Populaire Nationale", host: www.apn.dz, cat: government, provider: apn, cc: DZ, imp: 2, tier: 4, checks: [http] }
1536 + - { id: gov-dz-aps, name: "Algérie Presse Service", host: www.aps.dz, cat: government, provider: aps, cc: DZ, imp: 2, tier: 4, checks: [http] }
1537 + - { id: gov-dz-arpce, name: "ARPCE", host: www.arpce.dz, cat: government, provider: arpce, cc: DZ, imp: 1, tier: 4, checks: [http] }
1538 + - { id: gov-dz-bank-of-algeria, name: "Banque d'Algérie", host: www.bank-of-algeria.dz, cat: government, provider: ba-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1539 + - { id: gov-dz-bn, name: "Bibliothèque Nationale d'Algérie", host: www.biblionat.dz, cat: government, provider: bn-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1540 + - { id: gov-dz-cnas, name: "CNAS", host: www.cnas.dz, cat: government, provider: cnas, cc: DZ, imp: 2, tier: 4, checks: [http] }
1541 + - { id: gov-dz-cour-constitutionnelle, name: "Cour constitutionnelle", host: www.cour-constitutionnelle.dz, url: "http://www.cour-constitutionnelle.dz/", cat: government, provider: cc-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1542 + - { id: gov-dz-coursupreme, name: "Cour suprême", host: www.coursupreme.dz, cat: government, provider: cs-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1543 + - { id: gov-dz-douane, name: "Douanes algériennes", host: www.douane.gov.dz, cat: government, provider: douane-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1544 + - { id: gov-dz-education, name: "Ministère de l'Éducation nationale", host: www.education.gov.dz, cat: government, provider: gov-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1545 + - { id: gov-dz-interieur, name: "Ministère de l'Intérieur", host: www.interieur.gov.dz, cat: government, provider: gov-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1546 + - { id: gov-dz-joradp, name: "Journal Officiel", host: www.joradp.dz, cat: government, provider: gov-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1547 + - { id: gov-dz-meteo, name: "Office National de la Météorologie", host: www.meteo.dz, cat: government, provider: onm, cc: DZ, imp: 2, tier: 4, checks: [http] }
1548 + - { id: gov-dz-mfa, name: "Ministère des Affaires étrangères", host: www.mfa.gov.dz, cat: government, provider: gov-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1549 + - { id: gov-dz-mfdgi, name: "DGI Algérie", host: www.mfdgi.gov.dz, cat: government, provider: dgi-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1550 + - { id: gov-dz-mjustice, name: "Ministère de la Justice", host: www.mjustice.dz, cat: government, provider: gov-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1551 + - { id: gov-dz-mpt, name: "Ministère de la Poste et des Télécommunications", host: www.mpt.gov.dz, cat: government, provider: gov-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1552 + - { id: gov-dz-ons, name: "ONS Algérie", host: www.ons.dz, cat: government, provider: ons-dz, cc: DZ, imp: 2, tier: 4, checks: [http] }
1553 + - { id: gov-dz-premier-ministre, name: "Premier Ministère", host: www.premier-ministre.gov.dz, cat: government, provider: gov-dz, cc: DZ, imp: 3, tier: 4, checks: [http] }
1554 + - { id: gov-dz-sntf, name: "SNTF", host: www.sntf.dz, cat: government, provider: sntf, cc: DZ, imp: 1, tier: 4, checks: [http] }
1555 + # ───────── EC
1556 + - { id: gov-ec-aduana, name: "SENAE", host: www.aduana.gob.ec, cat: government, provider: senae, cc: EC, imp: 2, tier: 4, checks: [http] }
1557 + - { id: gov-ec-asamblea, name: "Asamblea Nacional", host: www.asambleanacional.gob.ec, cat: government, provider: an-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1558 + - { id: gov-ec-bce, name: "Banco Central del Ecuador", host: www.bce.fin.ec, cat: government, provider: bce, cc: EC, imp: 2, tier: 4, checks: [http] }
1559 + - { id: gov-ec-cne, name: "CNE Ecuador", host: www.cne.gob.ec, cat: government, provider: cne-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1560 + - { id: gov-ec-corteconstitucional, name: "Corte Constitucional", host: www.corteconstitucional.gob.ec, cat: government, provider: cc-ec, cc: EC, imp: 1, tier: 4, checks: [http] }
1561 + - { id: gov-ec-finanzas, name: "Ministerio de Economía y Finanzas", host: www.finanzas.gob.ec, cat: government, provider: gov-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1562 + - { id: gov-ec-funcionjudicial, name: "Consejo de la Judicatura", host: www.funcionjudicial.gob.ec, cat: government, provider: cj-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1563 + - { id: gov-ec-gestionderiesgos, name: "Secretaría de Gestión de Riesgos", host: www.gestionderiesgos.gob.ec, cat: government, provider: sgr-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1564 + - { id: gov-ec-gob-ec, name: "gob.ec", host: www.gob.ec, cat: government, provider: gov-ec, cc: EC, imp: 3, tier: 4, checks: [http] }
1565 + - { id: gov-ec-guayaquil, name: "Municipalidad de Guayaquil", host: www.guayaquil.gob.ec, cat: government, provider: guayaquil, cc: EC, imp: 1, tier: 4, checks: [http] }
1566 + - { id: gov-ec-iess, name: "IESS", host: www.iess.gob.ec, cat: government, provider: iess, cc: EC, imp: 3, tier: 4, checks: [http] }
1567 + - { id: gov-ec-igepn, name: "Instituto Geofísico EPN", host: www.igepn.edu.ec, cat: government, provider: igepn, cc: EC, imp: 2, tier: 4, checks: [http] }
1568 + - { id: gov-ec-inamhi, name: "INAMHI", host: www.inamhi.gob.ec, cat: government, provider: inamhi, cc: EC, imp: 2, tier: 4, checks: [http] }
1569 + - { id: gov-ec-inec, name: "INEC", host: www.ecuadorencifras.gob.ec, cat: government, provider: inec, cc: EC, imp: 2, tier: 4, checks: [http] }
1570 + - { id: gov-ec-mdg, name: "Ministerio del Interior", host: www.ministeriodelinterior.gob.ec, cat: government, provider: gov-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1571 + - { id: gov-ec-policia, name: "Policía Nacional", host: www.policia.gob.ec, cat: government, provider: policia-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1572 + - { id: gov-ec-presidencia, name: "Presidencia del Ecuador", host: www.presidencia.gob.ec, cat: government, provider: gov-ec, cc: EC, imp: 3, tier: 4, checks: [http] }
1573 + - { id: gov-ec-quito, name: "Municipio de Quito", host: www.quito.gob.ec, cat: government, provider: quito, cc: EC, imp: 2, tier: 4, checks: [http] }
1574 + - { id: gov-ec-registrocivil, name: "Registro Civil", host: www.registrocivil.gob.ec, cat: government, provider: rc-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1575 + - { id: gov-ec-salud, name: "Ministerio de Salud Pública", host: www.salud.gob.ec, cat: government, provider: gov-ec, cc: EC, imp: 2, tier: 4, checks: [http] }
1576 + - { id: gov-ec-sri, name: "SRI", host: www.sri.gob.ec, cat: government, provider: sri, cc: EC, imp: 3, tier: 4, checks: [http] }
1577 + # ───────── EE
1578 + - { id: gov-ee-e-estonia, name: "e-Estonia", host: e-estonia.com, cat: government, provider: eas, cc: EE, imp: 2, tier: 4, checks: [http] }
1579 + - { id: gov-ee-eesti, name: "eesti.ee", host: www.eesti.ee, cat: government, provider: ria, cc: EE, imp: 3, tier: 4, checks: [http] }
1580 + - { id: gov-ee-eestipank, name: "Eesti Pank", host: www.eestipank.ee, cat: government, provider: eesti-pank, cc: EE, imp: 3, tier: 4, checks: [http] }
1581 + - { id: gov-ee-elron, name: "Elron", host: elron.ee, cat: government, provider: elron, cc: EE, imp: 1, tier: 4, checks: [http] }
1582 + - { id: gov-ee-emta, name: "Maksu- ja Tolliamet", host: www.emta.ee, cat: government, provider: emta, cc: EE, imp: 3, tier: 4, checks: [http] }
1583 + - { id: gov-ee-fin, name: "Rahandusministeerium", host: www.fin.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1584 + - { id: gov-ee-hm, name: "Haridus- ja Teadusministeerium", host: www.hm.ee, cat: government, provider: gov-ee, cc: EE, imp: 1, tier: 4, checks: [http] }
1585 + - { id: gov-ee-ilmateenistus, name: "Ilmateenistus", host: www.ilmateenistus.ee, cat: government, provider: keskkonnaagentuur, cc: EE, imp: 2, tier: 4, checks: [http] }
1586 + - { id: gov-ee-just, name: "Justiitsministeerium", host: www.just.ee, cat: government, provider: gov-ee, cc: EE, imp: 1, tier: 4, checks: [http] }
1587 + - { id: gov-ee-mkm, name: "Majandus- ja Kommunikatsiooniministeerium", host: www.mkm.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1588 + - { id: gov-ee-omniva, name: "Omniva", host: www.omniva.ee, cat: government, provider: omniva, cc: EE, imp: 2, tier: 4, checks: [http] }
1589 + - { id: gov-ee-politsei, name: "Politsei- ja Piirivalveamet", host: www.politsei.ee, cat: government, provider: ppa, cc: EE, imp: 3, tier: 4, checks: [http] }
1590 + - { id: gov-ee-president, name: "Vabariigi President", host: www.president.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1591 + - { id: gov-ee-ra, name: "Rahvusarhiiv", host: www.ra.ee, cat: government, provider: ra-ee, cc: EE, imp: 1, tier: 4, checks: [http] }
1592 + - { id: gov-ee-rara, name: "Eesti Rahvusraamatukogu", host: www.rara.ee, cat: government, provider: rara, cc: EE, imp: 1, tier: 4, checks: [http] }
1593 + - { id: gov-ee-ravimiamet, name: "Ravimiamet", host: www.ravimiamet.ee, cat: government, provider: ravimiamet, cc: EE, imp: 1, tier: 4, checks: [http] }
1594 + - { id: gov-ee-ria, name: "Riigi Infosüsteemi Amet", host: www.ria.ee, cat: government, provider: ria, cc: EE, imp: 3, tier: 4, checks: [http] }
1595 + - { id: gov-ee-riigikogu, name: "Riigikogu", host: www.riigikogu.ee, cat: government, provider: riigikogu, cc: EE, imp: 3, tier: 4, checks: [http] }
1596 + - { id: gov-ee-riigikohus, name: "Riigikohus", host: www.riigikohus.ee, cat: government, provider: riigikohus, cc: EE, imp: 2, tier: 4, checks: [http] }
1597 + - { id: gov-ee-riigiteataja, name: "Riigi Teataja", host: www.riigiteataja.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1598 + - { id: gov-ee-siseministeerium, name: "Siseministeerium", host: www.siseministeerium.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1599 + - { id: gov-ee-sm, name: "Sotsiaalministeerium", host: www.sm.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1600 + - { id: gov-ee-sotsiaalkindlustusamet, name: "Sotsiaalkindlustusamet", host: sotsiaalkindlustusamet.ee, cat: government, provider: ska, cc: EE, imp: 2, tier: 4, checks: [http] }
1601 + - { id: gov-ee-stat, name: "Statistikaamet", host: www.stat.ee, cat: government, provider: stat-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1602 + - { id: gov-ee-tallinn, name: "Tallinna linn", host: www.tallinn.ee, cat: government, provider: tallinn, cc: EE, imp: 2, tier: 4, checks: [http] }
1603 + - { id: gov-ee-tartu, name: "Tartu linn", host: www.tartu.ee, cat: government, provider: tartu, cc: EE, imp: 1, tier: 4, checks: [http] }
1604 + - { id: gov-ee-terviseamet, name: "Terviseamet", host: www.terviseamet.ee, cat: government, provider: terviseamet, cc: EE, imp: 2, tier: 4, checks: [http] }
1605 + - { id: gov-ee-tervisekassa, name: "Tervisekassa", host: www.tervisekassa.ee, cat: government, provider: tervisekassa, cc: EE, imp: 2, tier: 4, checks: [http] }
1606 + - { id: gov-ee-transpordiamet, name: "Transpordiamet", host: www.transpordiamet.ee, cat: government, provider: transpordiamet, cc: EE, imp: 2, tier: 4, checks: [http] }
1607 + - { id: gov-ee-valimised, name: "Valimised", host: www.valimised.ee, cat: government, provider: vvk, cc: EE, imp: 3, tier: 4, checks: [http] }
1608 + - { id: gov-ee-valitsus, name: "Vabariigi Valitsus", host: www.valitsus.ee, cat: government, provider: gov-ee, cc: EE, imp: 3, tier: 4, checks: [http] }
1609 + - { id: gov-ee-vm, name: "Välisministeerium", host: www.vm.ee, cat: government, provider: gov-ee, cc: EE, imp: 2, tier: 4, checks: [http] }
1610 + # ───────── EG
1611 + - { id: gov-eg-cabinet, name: "Egyptian Cabinet", host: www.cabinet.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1612 + - { id: gov-eg-cairo, name: "Cairo Governorate", host: www.cairo.gov.eg, cat: government, provider: cairo, cc: EG, imp: 2, tier: 4, checks: [http] }
1613 + - { id: gov-eg-cairo-airport, name: "Cairo International Airport", host: www.cairo-airport.com, cat: government, provider: cai, cc: EG, imp: 2, tier: 4, checks: [http] }
1614 + - { id: gov-eg-cairometro, name: "Cairo Metro", host: cairometro.gov.eg, cat: government, provider: cairo, cc: EG, imp: 2, tier: 4, checks: [http] }
1615 + - { id: gov-eg-capmas, name: "CAPMAS", host: www.capmas.gov.eg, cat: government, provider: capmas, cc: EG, imp: 3, tier: 4, checks: [http] }
1616 + - { id: gov-eg-cc, name: "Court of Cassation", host: www.cc.gov.eg, cat: government, provider: cc-eg, cc: EG, imp: 1, tier: 4, checks: [http] }
1617 + - { id: gov-eg-customs, name: "Egyptian Customs Authority", host: www.customs.gov.eg, cat: government, provider: customs-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1618 + - { id: gov-eg-ecaa, name: "Egyptian Civil Aviation Authority", host: www.civilaviation.gov.eg, cat: government, provider: ecaa, cc: EG, imp: 1, tier: 4, checks: [http] }
1619 + - { id: gov-eg-egcert, name: "EG-CERT", host: www.egcert.eg, cat: government, provider: ntra, cc: EG, imp: 1, tier: 4, checks: [http] }
1620 + - { id: gov-eg-egyptpost, name: "Egypt Post", host: www.egyptpost.org, cat: government, provider: egyptpost, cc: EG, imp: 3, tier: 4, checks: [http] }
1621 + - { id: gov-eg-elections, name: "National Election Authority", host: www.elections.eg, cat: government, provider: nea-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1622 + - { id: gov-eg-ema, name: "Egyptian Meteorological Authority", host: ema.gov.eg, url: "http://ema.gov.eg/", cat: government, provider: ema, cc: EG, imp: 2, tier: 4, checks: [http] }
1623 + - { id: gov-eg-enr, name: "Egyptian National Railways", host: enr.gov.eg, cat: government, provider: enr, cc: EG, imp: 2, tier: 4, checks: [http] }
1624 + - { id: gov-eg-eta, name: "Egyptian Tax Authority", host: www.eta.gov.eg, cat: government, provider: eta-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1625 + - { id: gov-eg-fra, name: "Financial Regulatory Authority", host: fra.gov.eg, cat: government, provider: fra-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1626 + - { id: gov-eg-gafi, name: "GAFI (investment)", host: www.gafi.gov.eg, cat: government, provider: gafi, cc: EG, imp: 1, tier: 4, checks: [http] }
1627 + - { id: gov-eg-giza, name: "Giza Governorate", host: www.giza.gov.eg, url: "http://www.giza.gov.eg/", cat: government, provider: giza, cc: EG, imp: 1, tier: 4, checks: [http] }
1628 + - { id: gov-eg-mcit, name: "Ministry of Communications and IT", host: mcit.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1629 + - { id: gov-eg-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1630 + - { id: gov-eg-moe, name: "Ministry of Education", host: moe.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1631 + - { id: gov-eg-mof, name: "Ministry of Finance", host: mof.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1632 + - { id: gov-eg-moh-eg-portal, name: "Ministry of Health portal", host: www.mohp.gov.eg, url: "https://www.mohp.gov.eg/", cat: government, provider: gov-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1633 + - { id: gov-eg-mohesr, name: "Ministry of Higher Education", host: mohesr.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 1, tier: 4, checks: [http] }
1634 + - { id: gov-eg-mohp-not, name: "Egyptian Drug Authority", host: www.edaegypt.gov.eg, cat: government, provider: eda, cc: EG, imp: 2, tier: 4, checks: [http] }
1635 + - { id: gov-eg-moi, name: "Ministry of Interior", host: moi.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1636 + - { id: gov-eg-moj, name: "Ministry of Justice", host: moj.gov.eg, cat: government, provider: gov-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1637 + - { id: gov-eg-nlm, name: "National Library and Archives", host: www.darelkotob.gov.eg, cat: government, provider: nla-eg, cc: EG, imp: 1, tier: 4, checks: [http] }
1638 + - { id: gov-eg-parliament, name: "House of Representatives", host: www.parliament.gov.eg, cat: government, provider: parliament-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1639 + - { id: gov-eg-sccourt, name: "Supreme Constitutional Court", host: www.sccourt.gov.eg, cat: government, provider: scc-eg, cc: EG, imp: 1, tier: 4, checks: [http] }
1640 + - { id: gov-eg-sis, name: "State Information Service", host: www.sis.gov.eg, cat: government, provider: sis-eg, cc: EG, imp: 3, tier: 4, checks: [http] }
1641 + # ───────── ER
1642 + - { id: gov-er-shabait, name: "Ministry of Information (Eritrea)", host: shabait.com, cat: government, provider: gov-er, cc: ER, imp: 1, tier: 4, checks: [http] }
1643 + # ───────── ES
1644 + - { id: city-barcelona, name: "Ajuntament de Barcelona", host: www.barcelona.cat, cat: government, provider: barcelona, cc: ES, imp: 3, tier: 4, checks: [http] }
1645 + - { id: city-bilbao, name: "Ayuntamiento de Bilbao", host: www.bilbao.eus, cat: government, provider: bilbao, cc: ES, imp: 1, tier: 4, checks: [http] }
1646 + - { id: city-madrid, name: "Ayuntamiento de Madrid", host: www.madrid.es, cat: government, provider: madrid, cc: ES, imp: 3, tier: 4, checks: [http] }
1647 + - { id: city-malaga, name: "Ayuntamiento de Málaga", host: www.malaga.eu, cat: government, provider: malaga, cc: ES, imp: 1, tier: 4, checks: [http] }
1648 + - { id: city-sevilla, name: "Ayuntamiento de Sevilla", host: www.sevilla.org, cat: government, provider: sevilla, cc: ES, imp: 1, tier: 4, checks: [http] }
1649 + - { id: city-valencia, name: "Ajuntament de València", host: www.valencia.es, cat: government, provider: valencia, cc: ES, imp: 1, tier: 4, checks: [http] }
1650 + - { id: gov-es-adif, name: "Adif", host: www.adif.es, cat: government, provider: adif, cc: ES, imp: 3, tier: 4, checks: [http] }
1651 + - { id: gov-es-aeat-portal, name: "Agencia Tributaria", host: www.agenciatributaria.es, cat: government, provider: aeat, cc: ES, imp: 5, tier: 3, checks: [http] }
1652 + - { id: gov-es-aemps, name: "AEMPS", host: www.aemps.gob.es, cat: government, provider: aemps, cc: ES, imp: 3, tier: 4, checks: [http] }
1653 + - { id: gov-es-aena, name: "Aena", host: www.aena.es, cat: government, provider: aena, cc: ES, imp: 3, tier: 4, checks: [http] }
1654 + - { id: gov-es-aepd, name: "AEPD (Protección de Datos)", host: www.aepd.es, cat: government, provider: aepd, cc: ES, imp: 3, tier: 4, checks: [http] }
1655 + - { id: gov-es-and-parlamento, name: "Parlamento de Andalucía", host: www.parlamentodeandalucia.es, cat: government, provider: gov-es-and, cc: ES, imp: 1, tier: 4, checks: [http] }
1656 + - { id: gov-es-and-portal, name: "Andalucía (gobierno autonómico)", host: www.juntadeandalucia.es, cat: government, provider: gov-es-and, cc: ES, imp: 2, tier: 4, checks: [http] }
1657 + - { id: gov-es-andorra, name: "Govern d'Andorra", host: www.govern.ad, cat: government, provider: govern-ad, cc: ES, imp: 2, tier: 4, checks: [http] }
1658 + - { id: gov-es-ara-portal, name: "Aragón (gobierno autonómico)", host: www.aragon.es, cat: government, provider: gov-es-ara, cc: ES, imp: 2, tier: 4, checks: [http] }
1659 + - { id: gov-es-ast-portal, name: "Asturias (gobierno autonómico)", host: www.asturias.es, cat: government, provider: gov-es-ast, cc: ES, imp: 2, tier: 4, checks: [http] }
1660 + - { id: gov-es-bal-portal, name: "Illes Balears (gobierno autonómico)", host: www.caib.es, cat: government, provider: gov-es-bal, cc: ES, imp: 2, tier: 4, checks: [http] }
1661 + - { id: gov-es-bde, name: "Banco de España", host: www.bde.es, cat: government, provider: bde, cc: ES, imp: 5, tier: 3, checks: [http] }
1662 + - { id: gov-es-bne, name: "Biblioteca Nacional de España", host: www.bne.es, cat: government, provider: bne, cc: ES, imp: 3, tier: 4, checks: [http] }
1663 + - { id: gov-es-can-portal, name: "Canarias (gobierno autonómico)", host: www.gobiernodecanarias.org, cat: government, provider: gov-es-can, cc: ES, imp: 2, tier: 4, checks: [http] }
1664 + - { id: gov-es-carpeta-ciudadana, name: "Carpeta Ciudadana", host: carpetaciudadana.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1665 + - { id: gov-es-casareal, name: "Casa de S.M. el Rey", host: www.casareal.es, cat: government, provider: casareal, cc: ES, imp: 3, tier: 4, checks: [http] }
1666 + - { id: gov-es-cat-atm, name: "TMB Barcelona", host: www.tmb.cat, cat: government, provider: tmb, cc: ES, imp: 2, tier: 4, checks: [http] }
1667 + - { id: gov-es-cat-mossos, name: "Mossos d'Esquadra", host: mossos.gencat.cat, cat: government, provider: gov-es-cat, cc: ES, imp: 1, tier: 4, checks: [http] }
1668 + - { id: gov-es-cat-parlament, name: "Parlament de Catalunya", host: www.parlament.cat, cat: government, provider: gov-es-cat, cc: ES, imp: 1, tier: 4, checks: [http] }
1669 + - { id: gov-es-cat-portal, name: "Catalunya (gobierno autonómico)", host: web.gencat.cat, cat: government, provider: gov-es-cat, cc: ES, imp: 2, tier: 4, checks: [http] }
1670 + - { id: gov-es-cat-rodalies, name: "Rodalies de Catalunya", host: rodalies.gencat.cat, cat: government, provider: gov-es-cat, cc: ES, imp: 1, tier: 4, checks: [http] }
1671 + - { id: gov-es-cat-salut, name: "CatSalut", host: catsalut.gencat.cat, cat: government, provider: gov-es-cat, cc: ES, imp: 1, tier: 4, checks: [http] }
1672 + - { id: gov-es-ccn-cert, name: "CCN-CERT", host: www.ccn-cert.cni.es, cat: government, provider: ccn, cc: ES, imp: 2, tier: 4, checks: [http] }
1673 + - { id: gov-es-clm-portal, name: "Castilla-La Mancha (gobierno autonómico)", host: www.castillalamancha.es, cat: government, provider: gov-es-clm, cc: ES, imp: 2, tier: 4, checks: [http] }
1674 + - { id: gov-es-cnmc, name: "CNMC", host: www.cnmc.es, cat: government, provider: cnmc, cc: ES, imp: 3, tier: 4, checks: [http] }
1675 + - { id: gov-es-cnmv, name: "CNMV", host: www.cnmv.es, cat: government, provider: cnmv, cc: ES, imp: 3, tier: 4, checks: [http] }
1676 + - { id: gov-es-congreso, name: "Congreso de los Diputados", host: www.congreso.es, cat: government, provider: congreso, cc: ES, imp: 4, tier: 3, checks: [http] }
1677 + - { id: gov-es-correos, name: "Correos", host: www.correos.es, cat: government, provider: correos, cc: ES, imp: 4, tier: 3, checks: [http] }
1678 + - { id: gov-es-csic, name: "CSIC", host: www.csic.es, cat: government, provider: csic, cc: ES, imp: 2, tier: 4, checks: [http] }
1679 + - { id: gov-es-cyl-portal, name: "Castilla y León (gobierno autonómico)", host: www.jcyl.es, cat: government, provider: gov-es-cyl, cc: ES, imp: 2, tier: 4, checks: [http] }
1680 + - { id: gov-es-datos-gob, name: "datos.gob.es", host: datos.gob.es, cat: government, provider: gob-es, cc: ES, imp: 2, tier: 4, checks: [http] }
1681 + - { id: gov-es-defensa, name: "Ministerio de Defensa", host: www.defensa.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1682 + - { id: gov-es-digital, name: "Ministerio para la Transformación Digital", host: digital.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1683 + - { id: gov-es-dni, name: "DNI electrónico", host: www.dnielectronico.es, cat: government, provider: policia, cc: ES, imp: 3, tier: 4, checks: [http] }
1684 + - { id: gov-es-educacion, name: "Ministerio de Educación", host: www.educacionfpydeportes.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1685 + - { id: gov-es-eus-ertzaintza, name: "Ertzaintza", host: www.ertzaintza.eus, cat: government, provider: gov-es-eus, cc: ES, imp: 1, tier: 4, checks: [http] }
1686 + - { id: gov-es-eus-osakidetza, name: "Osakidetza", host: www.osakidetza.euskadi.eus, cat: government, provider: gov-es-eus, cc: ES, imp: 1, tier: 4, checks: [http] }
1687 + - { id: gov-es-eus-portal, name: "Euskadi (gobierno autonómico)", host: www.euskadi.eus, cat: government, provider: gov-es-eus, cc: ES, imp: 2, tier: 4, checks: [http] }
1688 + - { id: gov-es-ext-portal, name: "Extremadura (gobierno autonómico)", host: www.juntaex.es, cat: government, provider: gov-es-ext, cc: ES, imp: 2, tier: 4, checks: [http] }
1689 + - { id: gov-es-exteriores, name: "Ministerio de Asuntos Exteriores", host: www.exteriores.gob.es, cat: government, provider: gob-es, cc: ES, imp: 4, tier: 3, checks: [http] }
1690 + - { id: gov-es-gal-portal, name: "Galicia (gobierno autonómico)", host: www.xunta.gal, cat: government, provider: gov-es-gal, cc: ES, imp: 2, tier: 4, checks: [http] }
1691 + - { id: gov-es-guardia-civil, name: "Guardia Civil", host: www.guardiacivil.es, cat: government, provider: guardia-civil, cc: ES, imp: 3, tier: 4, checks: [http] }
1692 + - { id: gov-es-hacienda, name: "Ministerio de Hacienda", host: www.hacienda.gob.es, cat: government, provider: gob-es, cc: ES, imp: 4, tier: 3, checks: [http] }
1693 + - { id: gov-es-incibe, name: "INCIBE", host: www.incibe.es, cat: government, provider: incibe, cc: ES, imp: 3, tier: 4, checks: [http] }
1694 + - { id: gov-es-inclusion, name: "Ministerio de Inclusión y Seguridad Social", host: www.inclusion.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1695 + - { id: gov-es-inss, name: "Seguridad Social – Sede electrónica", host: sede.seg-social.gob.es, cat: government, provider: seg-social, cc: ES, imp: 3, tier: 4, checks: [http] }
1696 + - { id: gov-es-interior, name: "Ministerio del Interior", host: www.interior.gob.es, cat: government, provider: gob-es, cc: ES, imp: 4, tier: 3, checks: [http] }
1697 + - { id: gov-es-justicia, name: "Ministerio de Justicia", host: www.mjusticia.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1698 + - { id: gov-es-mad-asamblea, name: "Asamblea de Madrid", host: www.asambleamadrid.es, cat: government, provider: gov-es-mad, cc: ES, imp: 1, tier: 4, checks: [http] }
1699 + - { id: gov-es-mad-crtm, name: "Consorcio Regional de Transportes de Madrid", host: www.crtm.es, cat: government, provider: crtm, cc: ES, imp: 1, tier: 4, checks: [http] }
1700 + - { id: gov-es-mad-emt, name: "EMT Madrid", host: www.emtmadrid.es, cat: government, provider: emt-madrid, cc: ES, imp: 1, tier: 4, checks: [http] }
1701 + - { id: gov-es-mad-metro, name: "Metro de Madrid", host: www.metromadrid.es, cat: government, provider: metro-madrid, cc: ES, imp: 2, tier: 4, checks: [http] }
1702 + - { id: gov-es-mad-portal, name: "Comunidad de Madrid (gobierno autonómico)", host: www.comunidad.madrid, cat: government, provider: gov-es-mad, cc: ES, imp: 2, tier: 4, checks: [http] }
1703 + - { id: gov-es-mur-portal, name: "Región de Murcia (gobierno autonómico)", host: www.carm.es, cat: government, provider: gov-es-mur, cc: ES, imp: 2, tier: 4, checks: [http] }
1704 + - { id: gov-es-nav-portal, name: "Navarra (gobierno autonómico)", host: www.navarra.es, cat: government, provider: gov-es-nav, cc: ES, imp: 2, tier: 4, checks: [http] }
1705 + - { id: gov-es-poder-judicial, name: "Poder Judicial", host: www.poderjudicial.es, cat: government, provider: cgpj, cc: ES, imp: 3, tier: 4, checks: [http] }
1706 + - { id: gov-es-policia, name: "Policía Nacional", host: www.policia.es, cat: government, provider: policia, cc: ES, imp: 3, tier: 4, checks: [http] }
1707 + - { id: gov-es-proteccion-civil, name: "Protección Civil", host: www.proteccioncivil.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1708 + - { id: gov-es-rio-portal, name: "La Rioja (gobierno autonómico)", host: www.larioja.org, cat: government, provider: gov-es-rio, cc: ES, imp: 2, tier: 4, checks: [http] }
1709 + - { id: gov-es-sanidad-isciii, name: "Instituto de Salud Carlos III", host: www.isciii.es, cat: government, provider: isciii, cc: ES, imp: 3, tier: 4, checks: [http] }
1710 + - { id: gov-es-sede-dgt, name: "DGT – Sede electrónica", host: sede.dgt.gob.es, cat: government, provider: dgt, cc: ES, imp: 3, tier: 4, checks: [http] }
1711 + - { id: gov-es-senado, name: "Senado", host: www.senado.es, cat: government, provider: senado, cc: ES, imp: 3, tier: 4, checks: [http] }
1712 + - { id: gov-es-trabajo, name: "Ministerio de Trabajo", host: www.mites.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1713 + - { id: gov-es-transportes, name: "Ministerio de Transportes", host: www.transportes.gob.es, cat: government, provider: gob-es, cc: ES, imp: 3, tier: 4, checks: [http] }
1714 + - { id: gov-es-tribunal-constitucional, name: "Tribunal Constitucional", host: www.tribunalconstitucional.es, cat: government, provider: tc, cc: ES, imp: 3, tier: 4, checks: [http] }
1715 + - { id: gov-es-val-gva-sanitat, name: "Conselleria de Sanitat", host: www.san.gva.es, cat: government, provider: gov-es-val, cc: ES, imp: 1, tier: 4, checks: [http] }
1716 + # ───────── ET
1717 + - { id: gov-et-eca, name: "Ethiopian Communications Authority", host: eca.et, cat: government, provider: eca-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1718 + - { id: gov-et-efda, name: "EFDA", host: www.efda.gov.et, cat: government, provider: efda, cc: ET, imp: 1, tier: 4, checks: [http] }
1719 + - { id: gov-et-ena, name: "Ethiopian News Agency", host: www.ena.et, cat: government, provider: ena, cc: ET, imp: 2, tier: 4, checks: [http] }
1720 + - { id: gov-et-ephi, name: "Ethiopian Public Health Institute", host: ephi.gov.et, cat: government, provider: ephi, cc: ET, imp: 2, tier: 4, checks: [http] }
1721 + - { id: gov-et-erc, name: "Ethio-Djibouti Railway", host: www.edr.gov.et, url: "http://www.edr.gov.et/", cat: government, provider: edr, cc: ET, imp: 1, tier: 4, checks: [http] }
1722 + - { id: gov-et-ethiomet, name: "Ethiopian Meteorological Institute", host: www.ethiomet.gov.et, cat: government, provider: emi, cc: ET, imp: 1, tier: 4, checks: [http] }
1723 + - { id: gov-et-evisa, name: "Ethiopia e-Visa", host: www.evisa.gov.et, cat: government, provider: ics-et, cc: ET, imp: 2, tier: 4, checks: [http] }
1724 + - { id: gov-et-federalpolice, name: "Federal Police", host: www.federalpolice.gov.et, url: "http://www.federalpolice.gov.et/", cat: government, provider: police-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1725 + - { id: gov-et-fsc, name: "Federal Supreme Court", host: www.fsc.gov.et, cat: government, provider: fsc-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1726 + - { id: gov-et-hopr, name: "House of Peoples' Representatives", host: www.hopr.gov.et, cat: government, provider: hopr, cc: ET, imp: 1, tier: 4, checks: [http] }
1727 + - { id: gov-et-ics, name: "Immigration and Citizenship Service", host: www.ics.gov.et, cat: government, provider: ics-et, cc: ET, imp: 2, tier: 4, checks: [http] }
1728 + - { id: gov-et-insa, name: "INSA", host: www.insa.gov.et, cat: government, provider: insa, cc: ET, imp: 1, tier: 4, checks: [http] }
1729 + - { id: gov-et-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.gov.et, url: "http://www.mfa.gov.et/", cat: government, provider: gov-et, cc: ET, imp: 2, tier: 4, checks: [http] }
1730 + - { id: gov-et-mint, name: "Ministry of Innovation and Technology", host: www.mint.gov.et, url: "http://www.mint.gov.et/", cat: government, provider: gov-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1731 + - { id: gov-et-moe, name: "Ministry of Education", host: moe.gov.et, cat: government, provider: gov-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1732 + - { id: gov-et-mofed, name: "Ministry of Finance", host: www.mofed.gov.et, cat: government, provider: gov-et, cc: ET, imp: 2, tier: 4, checks: [http] }
1733 + - { id: gov-et-moh, name: "Ministry of Health", host: www.moh.gov.et, cat: government, provider: gov-et, cc: ET, imp: 2, tier: 4, checks: [http] }
1734 + - { id: gov-et-mor, name: "Ministry of Revenues", host: www.mor.gov.et, cat: government, provider: mor-et, cc: ET, imp: 2, tier: 4, checks: [http] }
1735 + - { id: gov-et-nbe, name: "National Bank of Ethiopia", host: nbe.gov.et, cat: government, provider: nbe, cc: ET, imp: 2, tier: 4, checks: [http] }
1736 + - { id: gov-et-nebe, name: "National Election Board", host: nebe.org.et, cat: government, provider: nebe, cc: ET, imp: 1, tier: 4, checks: [http] }
1737 + - { id: gov-et-pmo, name: "Office of the Prime Minister", host: www.pmo.gov.et, cat: government, provider: gov-et, cc: ET, imp: 3, tier: 4, checks: [http] }
1738 + # ───────── FI
1739 + - { id: gov-fi-arkisto, name: "Kansallisarkisto", host: kansallisarkisto.fi, cat: government, provider: kansallisarkisto, cc: FI, imp: 1, tier: 4, checks: [http] }
1740 + - { id: gov-fi-avoindata, name: "avoindata.fi", host: www.avoindata.fi, cat: government, provider: dvv, cc: FI, imp: 1, tier: 4, checks: [http] }
1741 + - { id: gov-fi-dvv, name: "Digi- ja väestötietovirasto", host: dvv.fi, cat: government, provider: dvv, cc: FI, imp: 3, tier: 4, checks: [http] }
1742 + - { id: gov-fi-espoo, name: "Espoon kaupunki", host: www.espoo.fi, cat: government, provider: espoo, cc: FI, imp: 1, tier: 4, checks: [http] }
1743 + - { id: gov-fi-fimea, name: "Fimea", host: www.fimea.fi, cat: government, provider: fimea, cc: FI, imp: 2, tier: 4, checks: [http] }
1744 + - { id: gov-fi-finlex, name: "Finlex", host: www.finlex.fi, cat: government, provider: gov-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
1745 + - { id: gov-fi-fintraffic, name: "Fintraffic", host: www.fintraffic.fi, cat: government, provider: fintraffic, cc: FI, imp: 2, tier: 4, checks: [http] }
1746 + - { id: gov-fi-hel, name: "Helsingin kaupunki", host: www.hel.fi, cat: government, provider: helsinki, cc: FI, imp: 2, tier: 4, checks: [http] }
1747 + - { id: gov-fi-hsl, name: "HSL", host: www.hsl.fi, cat: government, provider: hsl, cc: FI, imp: 3, tier: 4, checks: [http] }
1748 + - { id: gov-fi-intermin, name: "Sisäministeriö", host: intermin.fi, cat: government, provider: gov-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
1749 + - { id: gov-fi-kansalliskirjasto, name: "Kansalliskirjasto", host: www.kansalliskirjasto.fi, cat: government, provider: kansalliskirjasto, cc: FI, imp: 2, tier: 4, checks: [http] }
1750 + - { id: gov-fi-kko, name: "Korkein oikeus", host: korkeinoikeus.fi, cat: government, provider: kko, cc: FI, imp: 2, tier: 4, checks: [http] }
1751 + - { id: gov-fi-migri, name: "Maahanmuuttovirasto (Migri)", host: migri.fi, cat: government, provider: migri, cc: FI, imp: 3, tier: 4, checks: [http] }
1752 + - { id: gov-fi-oikeus, name: "Oikeus.fi (tuomioistuimet)", host: oikeus.fi, cat: government, provider: gov-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
1753 + - { id: gov-fi-oikeusministerio, name: "Oikeusministeriö", host: oikeusministerio.fi, cat: government, provider: gov-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
1754 + - { id: gov-fi-okm, name: "Opetus- ja kulttuuriministeriö", host: okm.fi, cat: government, provider: gov-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
1755 + - { id: gov-fi-pelastustoimi, name: "Pelastustoimi", host: pelastustoimi.fi, cat: government, provider: gov-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
1756 + - { id: gov-fi-poliisi, name: "Poliisi", host: poliisi.fi, cat: government, provider: poliisi, cc: FI, imp: 4, tier: 3, checks: [http] }
1757 + - { id: gov-fi-posti, name: "Posti", host: www.posti.fi, cat: government, provider: posti, cc: FI, imp: 3, tier: 4, checks: [http] }
1758 + - { id: gov-fi-presidentti, name: "Tasavallan presidentti", host: www.presidentti.fi, cat: government, provider: gov-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
1759 + - { id: gov-fi-prh, name: "Patentti- ja rekisterihallitus", host: www.prh.fi, cat: government, provider: prh, cc: FI, imp: 2, tier: 4, checks: [http] }
1760 + - { id: gov-fi-stat, name: "Tilastokeskus", host: stat.fi, cat: government, provider: stat-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
1761 + - { id: gov-fi-stm, name: "Sosiaali- ja terveysministeriö", host: stm.fi, cat: government, provider: gov-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
1762 + - { id: gov-fi-tampere, name: "Tampereen kaupunki", host: www.tampere.fi, cat: government, provider: tampere, cc: FI, imp: 1, tier: 4, checks: [http] }
1763 + - { id: gov-fi-tietosuoja, name: "Tietosuojavaltuutettu", host: tietosuoja.fi, cat: government, provider: tsv, cc: FI, imp: 1, tier: 4, checks: [http] }
1764 + - { id: gov-fi-traficom, name: "Traficom", host: www.traficom.fi, cat: government, provider: traficom, cc: FI, imp: 3, tier: 4, checks: [http] }
1765 + - { id: gov-fi-tulli, name: "Tulli", host: tulli.fi, cat: government, provider: tulli, cc: FI, imp: 3, tier: 4, checks: [http] }
1766 + - { id: gov-fi-um, name: "Ulkoministeriö", host: um.fi, cat: government, provider: gov-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
1767 + - { id: gov-fi-vaalit, name: "vaalit.fi", host: vaalit.fi, cat: government, provider: gov-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
1768 + - { id: gov-fi-valtioneuvosto, name: "Valtioneuvosto", host: valtioneuvosto.fi, cat: government, provider: gov-fi, cc: FI, imp: 4, tier: 3, checks: [http] }
1769 + - { id: gov-fi-vayla, name: "Väylävirasto", host: vayla.fi, cat: government, provider: vayla, cc: FI, imp: 2, tier: 4, checks: [http] }
1770 + - { id: gov-fi-vm, name: "Valtiovarainministeriö", host: vm.fi, cat: government, provider: gov-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
1771 + # ───────── FJ
1772 + - { id: gov-fj-feo, name: "Fijian Elections Office", host: www.feo.org.fj, cat: government, provider: feo, cc: FJ, imp: 1, tier: 4, checks: [http] }
1773 + - { id: gov-fj-fnpf, name: "FNPF", host: myfnpf.com.fj, cat: government, provider: fnpf, cc: FJ, imp: 1, tier: 4, checks: [http] }
1774 + - { id: gov-fj-foreignaffairs, name: "Ministry of Foreign Affairs", host: www.foreignaffairs.gov.fj, cat: government, provider: gov-fj, cc: FJ, imp: 1, tier: 4, checks: [http] }
1775 + - { id: gov-fj-frcs, name: "Fiji Revenue & Customs Service", host: www.frcs.org.fj, cat: government, provider: frcs, cc: FJ, imp: 1, tier: 4, checks: [http] }
1776 + - { id: gov-fj-health, name: "Ministry of Health", host: www.health.gov.fj, cat: government, provider: gov-fj, cc: FJ, imp: 1, tier: 4, checks: [http] }
1777 + - { id: gov-fj-immigration, name: "Fiji Immigration", host: www.immigration.gov.fj, cat: government, provider: immigration-fj, cc: FJ, imp: 1, tier: 4, checks: [http] }
1778 + - { id: gov-fj-met, name: "Fiji Meteorological Service", host: www.met.gov.fj, cat: government, provider: met-fj, cc: FJ, imp: 2, tier: 4, checks: [http] }
1779 + - { id: gov-fj-parliament, name: "Parliament of Fiji", host: www.parliament.gov.fj, cat: government, provider: parliament-fj, cc: FJ, imp: 1, tier: 4, checks: [http] }
1780 + - { id: gov-fj-postfiji, name: "Post Fiji", host: www.postfiji.com.fj, cat: government, provider: postfiji, cc: FJ, imp: 1, tier: 4, checks: [http] }
1781 + - { id: gov-fj-rbf, name: "Reserve Bank of Fiji", host: www.rbf.gov.fj, cat: government, provider: rbf, cc: FJ, imp: 1, tier: 4, checks: [http] }
1782 + - { id: gov-fj-statsfiji, name: "Fiji Bureau of Statistics", host: www.statsfiji.gov.fj, cat: government, provider: fbos, cc: FJ, imp: 1, tier: 4, checks: [http] }
1783 + - { id: gov-fj-suva, name: "Suva City Council", host: www.suvacity.org, cat: government, provider: suva, cc: FJ, imp: 1, tier: 4, checks: [http] }
1784 + # ───────── FM
1785 + - { id: gov-fm-gov, name: "Government of Micronesia", host: gov.fm, cat: government, provider: gov-fm, cc: FM, imp: 1, tier: 4, checks: [http] }
1786 + # ───────── FR
1787 + - { id: city-bordeaux, name: "Ville de Bordeaux", host: www.bordeaux.fr, cat: government, provider: bordeaux, cc: FR, imp: 1, tier: 4, checks: [http] }
1788 + - { id: city-lille, name: "Ville de Lille", host: www.lille.fr, cat: government, provider: lille, cc: FR, imp: 1, tier: 4, checks: [http] }
1789 + - { id: city-lyon, name: "Ville de Lyon", host: www.lyon.fr, cat: government, provider: lyon, cc: FR, imp: 2, tier: 4, checks: [http] }
1790 + - { id: city-marseille, name: "Ville de Marseille", host: www.marseille.fr, cat: government, provider: marseille, cc: FR, imp: 2, tier: 4, checks: [http] }
1791 + - { id: city-montpellier, name: "Ville de Montpellier", host: www.montpellier.fr, cat: government, provider: montpellier, cc: FR, imp: 1, tier: 4, checks: [http] }
1792 + - { id: city-nantes, name: "Ville de Nantes", host: metropole.nantes.fr, cat: government, provider: nantes, cc: FR, imp: 1, tier: 4, checks: [http] }
1793 + - { id: city-nice, name: "Ville de Nice", host: www.nice.fr, cat: government, provider: nice, cc: FR, imp: 1, tier: 4, checks: [http] }
1794 + - { id: city-paris, name: "Ville de Paris", host: www.paris.fr, cat: government, provider: paris, cc: FR, imp: 3, tier: 4, checks: [http] }
1795 + - { id: city-strasbourg, name: "Ville de Strasbourg", host: www.strasbourg.eu, cat: government, provider: strasbourg, cc: FR, imp: 1, tier: 4, checks: [http] }
1796 + - { id: city-toulouse, name: "Toulouse Métropole", host: www.toulouse.fr, cat: government, provider: toulouse, cc: FR, imp: 2, tier: 4, checks: [http] }
1797 + - { id: gov-fr-ademe, name: "ADEME", host: www.ademe.fr, cat: government, provider: ademe, cc: FR, imp: 2, tier: 4, checks: [http] }
1798 + - { id: gov-fr-adp, name: "Paris Aéroport", host: www.parisaeroport.fr, cat: government, provider: adp, cc: FR, imp: 3, tier: 4, checks: [http] }
1799 + - { id: gov-fr-agriculture, name: "Ministère de l'Agriculture", host: agriculture.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1800 + - { id: gov-fr-amf, name: "Autorité des marchés financiers", host: www.amf-france.org, cat: government, provider: amf, cc: FR, imp: 3, tier: 4, checks: [http] }
1801 + - { id: gov-fr-ansm, name: "ANSM", host: ansm.sante.fr, cat: government, provider: ansm, cc: FR, imp: 3, tier: 4, checks: [http] }
1802 + - { id: gov-fr-ants, name: "ANTS (titres sécurisés)", host: ants.gouv.fr, cat: government, provider: ants, cc: FR, imp: 4, tier: 3, checks: [http] }
1803 + - { id: gov-fr-arcep, name: "ARCEP", host: www.arcep.fr, cat: government, provider: arcep, cc: FR, imp: 3, tier: 4, checks: [http] }
1804 + - { id: gov-fr-archives-nationales, name: "Archives nationales", host: www.archives-nationales.culture.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
1805 + - { id: gov-fr-arcom, name: "ARCOM", host: www.arcom.fr, cat: government, provider: arcom, cc: FR, imp: 2, tier: 4, checks: [http] }
1806 + - { id: gov-fr-autorite-concurrence, name: "Autorité de la concurrence", host: www.autoritedelaconcurrence.fr, cat: government, provider: adlc, cc: FR, imp: 2, tier: 4, checks: [http] }
1807 + - { id: gov-fr-bison-fute, name: "Bison Futé", host: www.bison-fute.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1808 + - { id: gov-fr-bnf, name: "Bibliothèque nationale de France", host: www.bnf.fr, cat: government, provider: bnf, cc: FR, imp: 3, tier: 4, checks: [http] }
1809 + - { id: gov-fr-cd13, name: "Département des Bouches-du-Rhône", host: www.departement13.fr, cat: government, provider: cd13, cc: FR, imp: 1, tier: 4, checks: [http] }
1810 + - { id: gov-fr-cd59, name: "Département du Nord", host: lenord.fr, cat: government, provider: cd59, cc: FR, imp: 1, tier: 4, checks: [http] }
1811 + - { id: gov-fr-cd69, name: "Métropole de Lyon", host: www.grandlyon.com, cat: government, provider: grand-lyon, cc: FR, imp: 1, tier: 4, checks: [http] }
1812 + - { id: gov-fr-cd93, name: "Département de la Seine-Saint-Denis", host: seinesaintdenis.fr, cat: government, provider: cd93, cc: FR, imp: 1, tier: 4, checks: [http] }
1813 + - { id: gov-fr-cnaf-mon-enfant, name: "monenfant.fr (CNAF)", host: monenfant.fr, cat: government, provider: cnaf, cc: FR, imp: 2, tier: 4, checks: [http] }
1814 + - { id: gov-fr-cnam-ameli-pro, name: "Ameli professionnels", host: www.ameli.fr, url: "https://www.ameli.fr/l-assurance-maladie", cat: government, provider: cnam, cc: FR, imp: 2, tier: 4, checks: [http] }
1815 + - { id: gov-fr-cnes, name: "CNES", host: cnes.fr, cat: government, provider: cnes, cc: FR, imp: 3, tier: 4, checks: [http] }
1816 + - { id: gov-fr-cnrs, name: "CNRS", host: www.cnrs.fr, cat: government, provider: cnrs, cc: FR, imp: 3, tier: 4, checks: [http] }
1817 + - { id: gov-fr-conseil-constitutionnel, name: "Conseil constitutionnel", host: www.conseil-constitutionnel.fr, cat: government, provider: conseil-constitutionnel, cc: FR, imp: 3, tier: 4, checks: [http] }
1818 + - { id: gov-fr-conseil-etat, name: "Conseil d'État", host: www.conseil-etat.fr, cat: government, provider: conseil-etat, cc: FR, imp: 3, tier: 4, checks: [http] }
1819 + - { id: gov-fr-cour-de-cassation, name: "Cour de cassation", host: www.courdecassation.fr, cat: government, provider: cour-de-cassation, cc: FR, imp: 3, tier: 4, checks: [http] }
1820 + - { id: gov-fr-cour-des-comptes, name: "Cour des comptes", host: www.ccomptes.fr, cat: government, provider: cour-des-comptes, cc: FR, imp: 3, tier: 4, checks: [http] }
1821 + - { id: gov-fr-culture, name: "Ministère de la Culture", host: www.culture.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1822 + - { id: gov-fr-data-gouv, name: "data.gouv.fr", host: www.data.gouv.fr, cat: government, provider: dinum, cc: FR, imp: 4, tier: 3, checks: [http] }
1823 + - { id: gov-fr-defense, name: "Ministère des Armées", host: www.defense.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1824 + - { id: gov-fr-defenseur-droits, name: "Défenseur des droits", host: www.defenseurdesdroits.fr, cat: government, provider: ddd, cc: FR, imp: 2, tier: 4, checks: [http] }
1825 + - { id: gov-fr-demarches-simplifiees, name: "démarches-simplifiées", host: www.demarches-simplifiees.fr, cat: government, provider: dinum, cc: FR, imp: 3, tier: 4, checks: [http] }
1826 + - { id: gov-fr-departements, name: "Assemblée des Départements de France", host: www.departements.fr, cat: government, provider: adf, cc: FR, imp: 1, tier: 4, checks: [http] }
1827 + - { id: gov-fr-dgac, name: "DGAC (aviation civile)", host: www.ecologie.gouv.fr, url: "https://www.ecologie.gouv.fr/direction-generale-laviation-civile-dgac", cat: government, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
1828 + - { id: gov-fr-diplomatie, name: "Ministère de l'Europe et des Affaires étrangères", host: www.diplomatie.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 4, tier: 3, checks: [http] }
1829 + - { id: gov-fr-douane, name: "Douane française", host: www.douane.gouv.fr, cat: government, provider: dgddi, cc: FR, imp: 4, tier: 3, checks: [http] }
1830 + - { id: gov-fr-ecologie, name: "Ministère de la Transition écologique", host: www.ecologie.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1831 + - { id: gov-fr-economie, name: "Ministère de l'Économie et des Finances", host: www.economie.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 4, tier: 3, checks: [http] }
1832 + - { id: gov-fr-education, name: "Ministère de l'Éducation nationale", host: www.education.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 4, tier: 3, checks: [http] }
1833 + - { id: gov-fr-enseignementsup, name: "Ministère de l'Enseignement supérieur", host: www.enseignementsup-recherche.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1834 + - { id: gov-fr-entreprendre, name: "entreprendre.service-public.fr", host: entreprendre.service-public.fr, cat: government, provider: dila, cc: FR, imp: 3, tier: 4, checks: [http] }
1835 + - { id: gov-fr-france-identite, name: "France Identité", host: france-identite.gouv.fr, cat: government, provider: ants, cc: FR, imp: 3, tier: 4, checks: [http] }
1836 + - { id: gov-fr-franceconnect, name: "FranceConnect", host: franceconnect.gouv.fr, cat: government, provider: dinum, cc: FR, imp: 4, tier: 3, checks: [http] }
1837 + - { id: gov-fr-gallica, name: "Gallica (BnF)", host: gallica.bnf.fr, cat: government, provider: bnf, cc: FR, imp: 3, tier: 4, checks: [http] }
1838 + - { id: gov-fr-gendarmerie, name: "Gendarmerie nationale", host: www.gendarmerie.interieur.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1839 + - { id: gov-fr-geoportail, name: "Géoportail", host: www.geoportail.gouv.fr, cat: government, provider: ign, cc: FR, imp: 3, tier: 4, checks: [http] }
1840 + - { id: gov-fr-has, name: "Haute Autorité de santé", host: www.has-sante.fr, cat: government, provider: has, cc: FR, imp: 3, tier: 4, checks: [http] }
1841 + - { id: gov-fr-ign, name: "IGN", host: www.ign.fr, cat: government, provider: ign, cc: FR, imp: 3, tier: 4, checks: [http] }
1842 + - { id: gov-fr-iledefrance-mobilites, name: "Île-de-France Mobilités", host: www.iledefrance-mobilites.fr, cat: government, provider: idfm, cc: FR, imp: 3, tier: 4, checks: [http] }
1843 + - { id: gov-fr-info-gouv, name: "info.gouv.fr", host: www.info.gouv.fr, cat: government, provider: sig, cc: FR, imp: 3, tier: 4, checks: [http] }
1844 + - { id: gov-fr-infogreffe, name: "Infogreffe", host: www.infogreffe.fr, cat: government, provider: infogreffe, cc: FR, imp: 3, tier: 4, checks: [http] }
1845 + - { id: gov-fr-inpi, name: "INPI", host: www.inpi.fr, cat: government, provider: inpi, cc: FR, imp: 3, tier: 4, checks: [http] }
1846 + - { id: gov-fr-inserm, name: "Inserm", host: www.inserm.fr, cat: government, provider: inserm, cc: FR, imp: 2, tier: 4, checks: [http] }
1847 + - { id: gov-fr-interieur, name: "Ministère de l'Intérieur", host: www.interieur.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 4, tier: 3, checks: [http] }
1848 + - { id: gov-fr-journal-officiel, name: "Journal officiel", host: www.journal-officiel.gouv.fr, cat: government, provider: dila, cc: FR, imp: 3, tier: 4, checks: [http] }
1849 + - { id: gov-fr-justice, name: "Ministère de la Justice", host: www.justice.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 4, tier: 3, checks: [http] }
1850 + - { id: gov-fr-lassuranceretraite, name: "L'Assurance retraite", host: www.lassuranceretraite.fr, cat: government, provider: cnav, cc: FR, imp: 4, tier: 3, checks: [http] }
1851 + - { id: gov-fr-mesdroitssociaux, name: "mesdroitssociaux.gouv.fr", host: www.mesdroitssociaux.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1852 + - { id: gov-fr-monaco, name: "Gouvernement Princier de Monaco", host: www.gouv.mc, cat: government, provider: gouv-mc, cc: FR, imp: 2, tier: 4, checks: [http] }
1853 + - { id: gov-fr-msa, name: "MSA", host: www.msa.fr, cat: government, provider: msa, cc: FR, imp: 2, tier: 4, checks: [http] }
1854 + - { id: gov-fr-numerique, name: "Direction interministérielle du numérique", host: www.numerique.gouv.fr, cat: government, provider: dinum, cc: FR, imp: 3, tier: 4, checks: [http] }
1855 + - { id: gov-fr-onisep, name: "Onisep", host: www.onisep.fr, cat: government, provider: onisep, cc: FR, imp: 2, tier: 4, checks: [http] }
1856 + - { id: gov-fr-parcoursup, name: "Parcoursup", host: www.parcoursup.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1857 + - { id: gov-fr-police-nationale, name: "Police nationale", host: www.police-nationale.interieur.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1858 + - { id: gov-fr-prefecture-idf, name: "Préfecture de Police de Paris", host: www.prefecturedepolice.interieur.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
1859 + - { id: gov-fr-prefectures, name: "Préfectures (portail)", host: www.prefectures-regions.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
1860 + - { id: gov-fr-ratp, name: "RATP", host: www.ratp.fr, cat: government, provider: ratp, cc: FR, imp: 4, tier: 3, checks: [http] }
1861 + - { id: gov-fr-region-ara, name: "Région Auvergne-Rhône-Alpes", host: www.auvergnerhonealpes.fr, cat: government, provider: region-ara, cc: FR, imp: 2, tier: 4, checks: [http] }
1862 + - { id: gov-fr-region-bfc, name: "Région Bourgogne-Franche-Comté", host: www.bourgognefranchecomte.fr, cat: government, provider: region-bfc, cc: FR, imp: 2, tier: 4, checks: [http] }
1863 + - { id: gov-fr-region-bre, name: "Région Bretagne", host: www.bretagne.bzh, cat: government, provider: region-bre, cc: FR, imp: 2, tier: 4, checks: [http] }
1864 + - { id: gov-fr-region-cor, name: "Région Corse", host: www.isula.corsica, cat: government, provider: region-cor, cc: FR, imp: 2, tier: 4, checks: [http] }
1865 + - { id: gov-fr-region-cvl, name: "Région Centre-Val de Loire", host: www.centre-valdeloire.fr, cat: government, provider: region-cvl, cc: FR, imp: 2, tier: 4, checks: [http] }
1866 + - { id: gov-fr-region-ges, name: "Région Grand Est", host: www.grandest.fr, cat: government, provider: region-ges, cc: FR, imp: 2, tier: 4, checks: [http] }
1867 + - { id: gov-fr-region-gua, name: "Région Guadeloupe", host: www.regionguadeloupe.fr, cat: government, provider: region-gua, cc: FR, imp: 2, tier: 4, checks: [http] }
1868 + - { id: gov-fr-region-guf, name: "Région Guyane", host: www.ctguyane.fr, cat: government, provider: region-guf, cc: FR, imp: 2, tier: 4, checks: [http] }
1869 + - { id: gov-fr-region-hdf, name: "Région Hauts-de-France", host: www.hautsdefrance.fr, cat: government, provider: region-hdf, cc: FR, imp: 2, tier: 4, checks: [http] }
1870 + - { id: gov-fr-region-idf, name: "Région Île-de-France", host: www.iledefrance.fr, cat: government, provider: region-idf, cc: FR, imp: 2, tier: 4, checks: [http] }
1871 + - { id: gov-fr-region-mtq, name: "Région Martinique", host: www.collectivitedemartinique.mq, cat: government, provider: region-mtq, cc: FR, imp: 2, tier: 4, checks: [http] }
1872 + - { id: gov-fr-region-myt, name: "Région Mayotte", host: www.cg976.fr, cat: government, provider: region-myt, cc: FR, imp: 2, tier: 4, checks: [http] }
1873 + - { id: gov-fr-region-naq, name: "Région Nouvelle-Aquitaine", host: www.nouvelle-aquitaine.fr, cat: government, provider: region-naq, cc: FR, imp: 2, tier: 4, checks: [http] }
1874 + - { id: gov-fr-region-nor, name: "Région Normandie", host: www.normandie.fr, cat: government, provider: region-nor, cc: FR, imp: 2, tier: 4, checks: [http] }
1875 + - { id: gov-fr-region-occ, name: "Région Occitanie", host: www.laregion.fr, cat: government, provider: region-occ, cc: FR, imp: 2, tier: 4, checks: [http] }
1876 + - { id: gov-fr-region-pac, name: "Région Provence-Alpes-Côte d'Azur", host: www.maregionsud.fr, cat: government, provider: region-pac, cc: FR, imp: 2, tier: 4, checks: [http] }
1877 + - { id: gov-fr-region-pdl, name: "Région Pays de la Loire", host: www.paysdelaloire.fr, cat: government, provider: region-pdl, cc: FR, imp: 2, tier: 4, checks: [http] }
1878 + - { id: gov-fr-region-reu, name: "Région La Réunion", host: www.regionreunion.com, cat: government, provider: region-reu, cc: FR, imp: 2, tier: 4, checks: [http] }
1879 + - { id: gov-fr-rtm, name: "RTM Marseille", host: www.rtm.fr, cat: government, provider: rtm, cc: FR, imp: 1, tier: 4, checks: [http] }
1880 + - { id: gov-fr-sante-publique, name: "Santé publique France", host: www.santepubliquefrance.fr, cat: government, provider: spf, cc: FR, imp: 4, tier: 3, checks: [http] }
1881 + - { id: gov-fr-securite-sociale, name: "Sécurité sociale", host: www.securite-sociale.fr, cat: government, provider: securite-sociale, cc: FR, imp: 3, tier: 4, checks: [http] }
1882 + - { id: gov-fr-senat, name: "Sénat", host: www.senat.fr, cat: government, provider: senat, cc: FR, imp: 4, tier: 3, checks: [http] }
1883 + - { id: gov-fr-service-civique, name: "Service civique", host: www.service-civique.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 2, tier: 4, checks: [http] }
1884 + - { id: gov-fr-sncf-reseau, name: "SNCF Réseau", host: www.sncf-reseau.com, cat: government, provider: sncf, cc: FR, imp: 2, tier: 4, checks: [http] }
1885 + - { id: gov-fr-tcl, name: "TCL Lyon", host: www.tcl.fr, cat: government, provider: tcl, cc: FR, imp: 1, tier: 4, checks: [http] }
1886 + - { id: gov-fr-travail, name: "Ministère du Travail", host: travail-emploi.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1887 + - { id: gov-fr-urssaf, name: "URSSAF", host: www.urssaf.fr, url: "http://www.urssaf.fr/", cat: government, provider: urssaf, cc: FR, imp: 4, tier: 3, checks: [http] }
1888 + - { id: gov-fr-vie-publique, name: "vie-publique.fr", host: www.vie-publique.fr, cat: government, provider: dila, cc: FR, imp: 3, tier: 4, checks: [http] }
1889 + - { id: gov-fr-vigicrues, name: "Vigicrues", host: www.vigicrues.gouv.fr, cat: government, provider: gouv-fr, cc: FR, imp: 3, tier: 4, checks: [http] }
1890 + # ───────── GA
1891 + - { id: gov-ga-arcep, name: "ARCEP Gabon", host: www.arcep.ga, cat: government, provider: arcep-ga, cc: GA, imp: 1, tier: 4, checks: [http] }
1892 + - { id: gov-ga-cnss, name: "CNSS Gabon", host: www.cnss.ga, cat: government, provider: cnss-ga, cc: GA, imp: 1, tier: 4, checks: [http] }
1893 + - { id: gov-ga-presidence, name: "Présidence du Gabon", host: www.presidence.ga, cat: government, provider: gouv-ga, cc: GA, imp: 1, tier: 4, checks: [http] }
1894 + # ───────── GB
1895 + - { id: city-belfast, name: "Belfast City Council", host: www.belfastcity.gov.uk, cat: government, provider: belfast, cc: GB, imp: 1, tier: 4, checks: [http] }
1896 + - { id: city-birmingham, name: "Birmingham City Council", host: www.birmingham.gov.uk, cat: government, provider: birmingham, cc: GB, imp: 2, tier: 4, checks: [http] }
1897 + - { id: city-bristol, name: "Bristol City Council", host: www.bristol.gov.uk, cat: government, provider: bristol, cc: GB, imp: 1, tier: 4, checks: [http] }
1898 + - { id: city-cardiff, name: "Cardiff Council", host: www.cardiff.gov.uk, cat: government, provider: cardiff, cc: GB, imp: 1, tier: 4, checks: [http] }
1899 + - { id: city-city-of-london, name: "City of London Corporation", host: www.cityoflondon.gov.uk, cat: government, provider: col, cc: GB, imp: 2, tier: 4, checks: [http] }
1900 + - { id: city-edinburgh, name: "City of Edinburgh Council", host: www.edinburgh.gov.uk, cat: government, provider: edinburgh, cc: GB, imp: 2, tier: 4, checks: [http] }
1901 + - { id: city-glasgow, name: "Glasgow City Council", host: www.glasgow.gov.uk, cat: government, provider: glasgow, cc: GB, imp: 2, tier: 4, checks: [http] }
1902 + - { id: city-leeds, name: "Leeds City Council", host: www.leeds.gov.uk, cat: government, provider: leeds, cc: GB, imp: 1, tier: 4, checks: [http] }
1903 + - { id: city-liverpool, name: "Liverpool City Council", host: liverpool.gov.uk, cat: government, provider: liverpool, cc: GB, imp: 1, tier: 4, checks: [http] }
1904 + - { id: city-london, name: "London.gov.uk (GLA)", host: www.london.gov.uk, cat: government, provider: gla, cc: GB, imp: 3, tier: 4, checks: [http] }
1905 + - { id: city-manchester, name: "Manchester City Council", host: www.manchester.gov.uk, cat: government, provider: manchester, cc: GB, imp: 2, tier: 4, checks: [http] }
1906 + - { id: city-sheffield, name: "Sheffield City Council", host: www.sheffield.gov.uk, cat: government, provider: sheffield, cc: GB, imp: 1, tier: 4, checks: [http] }
1907 + - { id: gov-gb-british-library, name: "British Library", host: www.bl.uk, cat: government, provider: british-library, cc: GB, imp: 3, tier: 4, checks: [http] }
1908 + - { id: gov-gb-caa, name: "Civil Aviation Authority", host: www.caa.co.uk, cat: government, provider: caa, cc: GB, imp: 3, tier: 4, checks: [http] }
1909 + - { id: gov-gb-committees, name: "UK Parliament Committees", host: committees.parliament.uk, cat: government, provider: parliament-uk, cc: GB, imp: 2, tier: 4, checks: [http] }
1910 + - { id: gov-gb-companies-house, name: "Companies House", host: find-and-update.company-information.service.gov.uk, cat: government, provider: companies-house, cc: GB, imp: 4, tier: 3, checks: [http] }
1911 + - { id: gov-gb-data-gov-uk, name: "data.gov.uk", host: www.data.gov.uk, cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1912 + - { id: gov-gb-dfe, name: "Department for Education", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/department-for-education", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1913 + - { id: gov-gb-dft, name: "Department for Transport", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/department-for-transport", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1914 + - { id: gov-gb-dhsc, name: "Department of Health and Social Care", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/department-of-health-and-social-care", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1915 + - { id: gov-gb-dvla, name: "DVLA", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/driver-and-vehicle-licensing-agency", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1916 + - { id: gov-gb-dwp, name: "Department for Work and Pensions", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/department-for-work-pensions", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1917 + - { id: gov-gb-electoral-commission, name: "Electoral Commission", host: www.electoralcommission.org.uk, cat: government, provider: electoral-commission, cc: GB, imp: 3, tier: 4, checks: [http] }
1918 + - { id: gov-gb-environment-agency, name: "Environment Agency", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/environment-agency", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1919 + - { id: gov-gb-fcdo, name: "Foreign, Commonwealth & Development Office", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/foreign-commonwealth-development-office", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1920 + - { id: gov-gb-flood-warnings, name: "Flood warnings (Environment Agency)", host: check-for-flooding.service.gov.uk, cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1921 + - { id: gov-gb-gov-bm, name: "Government of Bermuda", host: www.gov.bm, cat: government, provider: gov-bm, cc: GB, imp: 1, tier: 4, checks: [http] }
1922 + - { id: gov-gb-gov-gg, name: "States of Guernsey", host: www.gov.gg, cat: government, provider: gov-gg, cc: GB, imp: 2, tier: 4, checks: [http] }
1923 + - { id: gov-gb-gov-gi, name: "HM Government of Gibraltar", host: www.gibraltar.gov.gi, cat: government, provider: gov-gi, cc: GB, imp: 1, tier: 4, checks: [http] }
1924 + - { id: gov-gb-gov-im, name: "Isle of Man Government", host: www.gov.im, cat: government, provider: gov-im, cc: GB, imp: 2, tier: 4, checks: [http] }
1925 + - { id: gov-gb-gov-je, name: "Government of Jersey", host: www.gov.je, cat: government, provider: gov-je, cc: GB, imp: 2, tier: 4, checks: [http] }
1926 + - { id: gov-gb-gov-ky, name: "Cayman Islands Government", host: www.gov.ky, cat: government, provider: gov-ky, cc: GB, imp: 1, tier: 4, checks: [http] }
1927 + - { id: gov-gb-hansard, name: "Hansard", host: hansard.parliament.uk, cat: government, provider: parliament-uk, cc: GB, imp: 3, tier: 4, checks: [http] }
1928 + - { id: gov-gb-hmrc-portal, name: "HMRC (gov.uk)", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/hm-revenue-customs", cat: government, provider: gds, cc: GB, imp: 5, tier: 3, checks: [http] }
1929 + - { id: gov-gb-hmt, name: "HM Treasury", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/hm-treasury", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1930 + - { id: gov-gb-home-office, name: "Home Office", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/home-office", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1931 + - { id: gov-gb-ico, name: "Information Commissioner's Office", host: ico.org.uk, cat: government, provider: ico, cc: GB, imp: 3, tier: 4, checks: [http] }
1932 + - { id: gov-gb-judiciary, name: "Courts and Tribunals Judiciary", host: www.judiciary.uk, cat: government, provider: judiciary, cc: GB, imp: 3, tier: 4, checks: [http] }
1933 + - { id: gov-gb-legislation, name: "legislation.gov.uk", host: www.legislation.gov.uk, cat: government, provider: tna, cc: GB, imp: 4, tier: 3, checks: [http] }
1934 + - { id: gov-gb-met-police, name: "Metropolitan Police", host: www.met.police.uk, cat: government, provider: met-police, cc: GB, imp: 3, tier: 4, checks: [http] }
1935 + - { id: gov-gb-mhra, name: "MHRA", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/medicines-and-healthcare-products-regulatory-agency", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1936 + - { id: gov-gb-mod, name: "Ministry of Defence", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/ministry-of-defence", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1937 + - { id: gov-gb-moj, name: "Ministry of Justice", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/ministry-of-justice", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1938 + - { id: gov-gb-national-archives, name: "The National Archives", host: www.nationalarchives.gov.uk, cat: government, provider: tna, cc: GB, imp: 3, tier: 4, checks: [http] }
1939 + - { id: gov-gb-national-highways, name: "National Highways", host: nationalhighways.co.uk, cat: government, provider: national-highways, cc: GB, imp: 3, tier: 4, checks: [http] }
1940 + - { id: gov-gb-nca, name: "National Crime Agency", host: www.nationalcrimeagency.gov.uk, cat: government, provider: nca, cc: GB, imp: 3, tier: 4, checks: [http] }
1941 + - { id: gov-gb-network-rail, name: "Network Rail", host: www.networkrail.co.uk, cat: government, provider: network-rail, cc: GB, imp: 3, tier: 4, checks: [http] }
1942 + - { id: gov-gb-nhs-digital, name: "NHS Digital", host: digital.nhs.uk, cat: government, provider: nhs, cc: GB, imp: 3, tier: 4, checks: [http] }
1943 + - { id: gov-gb-nhs-england, name: "NHS England", host: www.england.nhs.uk, cat: government, provider: nhs, cc: GB, imp: 4, tier: 3, checks: [http] }
1944 + - { id: gov-gb-nhs-scotland, name: "NHS Inform (Scotland)", host: www.nhsinform.scot, cat: government, provider: nhs-scotland, cc: GB, imp: 3, tier: 4, checks: [http] }
1945 + - { id: gov-gb-nhs-wales, name: "NHS 111 Wales", host: 111.wales.nhs.uk, cat: government, provider: nhs-wales, cc: GB, imp: 2, tier: 4, checks: [http] }
1946 + - { id: gov-gb-ni-assembly, name: "Northern Ireland Assembly", host: www.niassembly.gov.uk, cat: government, provider: ni-assembly, cc: GB, imp: 2, tier: 4, checks: [http] }
1947 + - { id: gov-gb-ni-executive, name: "Northern Ireland Executive", host: www.northernireland.gov.uk, cat: government, provider: ni-executive, cc: GB, imp: 2, tier: 4, checks: [http] }
1948 + - { id: gov-gb-nice, name: "NICE", host: www.nice.org.uk, cat: government, provider: nice, cc: GB, imp: 3, tier: 4, checks: [http] }
1949 + - { id: gov-gb-number10, name: "10 Downing Street", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/prime-ministers-office-10-downing-street", cat: government, provider: gds, cc: GB, imp: 4, tier: 3, checks: [http] }
1950 + - { id: gov-gb-ofcom, name: "Ofcom", host: www.ofcom.org.uk, cat: government, provider: ofcom, cc: GB, imp: 3, tier: 4, checks: [http] }
1951 + - { id: gov-gb-ofgem, name: "Ofgem", host: www.ofgem.gov.uk, cat: government, provider: ofgem, cc: GB, imp: 3, tier: 4, checks: [http] }
1952 + - { id: gov-gb-ordnance-survey, name: "Ordnance Survey", host: www.ordnancesurvey.co.uk, cat: government, provider: os, cc: GB, imp: 2, tier: 4, checks: [http] }
1953 + - { id: gov-gb-passport, name: "HM Passport Office", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/hm-passport-office", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1954 + - { id: gov-gb-police-uk, name: "Police.uk", host: www.police.uk, cat: government, provider: police-uk, cc: GB, imp: 3, tier: 4, checks: [http] }
1955 + - { id: gov-gb-royal, name: "The Royal Family", host: www.royal.uk, cat: government, provider: royal-household, cc: GB, imp: 3, tier: 4, checks: [http] }
1956 + - { id: gov-gb-scottish-parliament, name: "Scottish Parliament", host: www.parliament.scot, cat: government, provider: parliament-scot, cc: GB, imp: 3, tier: 4, checks: [http] }
1957 + - { id: gov-gb-senedd, name: "Senedd Cymru", host: senedd.wales, cat: government, provider: senedd, cc: GB, imp: 3, tier: 4, checks: [http] }
1958 + - { id: gov-gb-supreme-court, name: "UK Supreme Court", host: www.supremecourt.uk, cat: government, provider: uksc, cc: GB, imp: 3, tier: 4, checks: [http] }
1959 + - { id: gov-gb-tfgm, name: "Transport for Greater Manchester", host: tfgm.com, cat: government, provider: tfgm, cc: GB, imp: 2, tier: 4, checks: [http] }
1960 + - { id: gov-gb-ukhsa, name: "UK Health Security Agency", host: www.gov.uk, url: "https://www.gov.uk/government/organisations/uk-health-security-agency", cat: government, provider: gds, cc: GB, imp: 3, tier: 4, checks: [http] }
1961 + - { id: gov-gb-ukri, name: "UK Research and Innovation", host: www.ukri.org, cat: government, provider: ukri, cc: GB, imp: 2, tier: 4, checks: [http] }
1962 + # ───────── GD
1963 + - { id: gov-gd-gov, name: "Government of Grenada", host: www.gov.gd, cat: government, provider: gov-gd, cc: GD, imp: 1, tier: 4, checks: [http] }
1964 + # ───────── GE
1965 + - { id: gov-ge-cesko, name: "Central Election Commission", host: cesko.ge, cat: government, provider: cec-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1966 + - { id: gov-ge-constcourt, name: "Constitutional Court", host: constcourt.ge, cat: government, provider: constcourt-ge, cc: GE, imp: 1, tier: 4, checks: [http] }
1967 + - { id: gov-ge-geostat, name: "Geostat", host: www.geostat.ge, cat: government, provider: geostat, cc: GE, imp: 2, tier: 4, checks: [http] }
1968 + - { id: gov-ge-gpost, name: "Georgian Post", host: gpost.ge, cat: government, provider: gpost, cc: GE, imp: 1, tier: 4, checks: [http] }
1969 + - { id: gov-ge-matsne, name: "Legislative Herald", host: matsne.gov.ge, cat: government, provider: gov-ge, cc: GE, imp: 1, tier: 4, checks: [http] }
1970 + - { id: gov-ge-meteo, name: "National Environmental Agency", host: nea.gov.ge, cat: government, provider: nea-ge, cc: GE, imp: 1, tier: 4, checks: [http] }
1971 + - { id: gov-ge-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.ge, cat: government, provider: gov-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1972 + - { id: gov-ge-mof, name: "Ministry of Finance", host: www.mof.ge, cat: government, provider: gov-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1973 + - { id: gov-ge-moh, name: "Ministry of Health", host: www.moh.gov.ge, cat: government, provider: gov-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1974 + - { id: gov-ge-my-gov, name: "my.gov.ge", host: my.gov.ge, cat: government, provider: gov-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1975 + - { id: gov-ge-nbg, name: "National Bank of Georgia", host: nbg.gov.ge, cat: government, provider: nbg, cc: GE, imp: 2, tier: 4, checks: [http] }
1976 + - { id: gov-ge-ncdc, name: "NCDC", host: www.ncdc.ge, cat: government, provider: ncdc-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1977 + - { id: gov-ge-nplg, name: "National Parliamentary Library", host: www.nplg.gov.ge, cat: government, provider: nplg, cc: GE, imp: 1, tier: 4, checks: [http] }
1978 + - { id: gov-ge-parliament, name: "Parliament of Georgia", host: parliament.ge, cat: government, provider: parliament-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1979 + - { id: gov-ge-police, name: "Ministry of Internal Affairs", host: police.ge, cat: government, provider: gov-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1980 + - { id: gov-ge-railway, name: "Georgian Railway", host: www.railway.ge, cat: government, provider: railway-ge, cc: GE, imp: 1, tier: 4, checks: [http] }
1981 + - { id: gov-ge-rs, name: "Revenue Service", host: www.rs.ge, cat: government, provider: rs-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
1982 + - { id: gov-ge-sda, name: "Public Service Development Agency", host: sda.gov.ge, cat: government, provider: sda, cc: GE, imp: 1, tier: 4, checks: [http] }
1983 + - { id: gov-ge-supremecourt, name: "Supreme Court", host: www.supremecourt.ge, cat: government, provider: supremecourt-ge, cc: GE, imp: 1, tier: 4, checks: [http] }
1984 + - { id: gov-ge-tbilisi, name: "Tbilisi City Hall", host: tbilisi.gov.ge, cat: government, provider: tbilisi, cc: GE, imp: 1, tier: 4, checks: [http] }
1985 + # ───────── GH
1986 + - { id: gov-gh-ama, name: "Accra Metropolitan Assembly", host: ama.gov.gh, cat: government, provider: accra, cc: GH, imp: 1, tier: 4, checks: [http] }
1987 + - { id: gov-gh-bog, name: "Bank of Ghana", host: www.bog.gov.gh, cat: government, provider: bog-gh, cc: GH, imp: 3, tier: 4, checks: [http] }
1988 + - { id: gov-gh-csa, name: "Cyber Security Authority", host: www.csa.gov.gh, cat: government, provider: csa-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
1989 + - { id: gov-gh-dataprotection, name: "Data Protection Commission", host: www.dataprotection.org.gh, cat: government, provider: dpc-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
1990 + - { id: gov-gh-dvla, name: "DVLA Ghana", host: dvla.gov.gh, cat: government, provider: dvla-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
1991 + - { id: gov-gh-ec, name: "Electoral Commission of Ghana", host: ec.gov.gh, cat: government, provider: ec-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
1992 + - { id: gov-gh-fda, name: "FDA Ghana", host: fdaghana.gov.gh, cat: government, provider: fda-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
1993 + - { id: gov-gh-gacl, name: "Ghana Airports Company", host: www.gacl.com.gh, cat: government, provider: gacl, cc: GH, imp: 1, tier: 4, checks: [http] }
1994 + - { id: gov-gh-gcaa, name: "GCAA", host: www.gcaa.com.gh, cat: government, provider: gcaa-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
1995 + - { id: gov-gh-ghana-gov, name: "Ghana.gov (services)", host: www.ghana.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 3, tier: 4, checks: [http] }
1996 + - { id: gov-gh-ghanapost, name: "Ghana Post", host: ghanapost.com.gh, cat: government, provider: ghanapost, cc: GH, imp: 1, tier: 4, checks: [http] }
1997 + - { id: gov-gh-ghs, name: "Ghana Health Service", host: ghs.gov.gh, cat: government, provider: ghs, cc: GH, imp: 2, tier: 4, checks: [http] }
1998 + - { id: gov-gh-gis, name: "Ghana Immigration Service", host: gis.gov.gh, cat: government, provider: gis-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
1999 + - { id: gov-gh-gna, name: "Ghana News Agency", host: gna.org.gh, cat: government, provider: gna, cc: GH, imp: 2, tier: 4, checks: [http] }
2000 + - { id: gov-gh-gra, name: "Ghana Revenue Authority", host: gra.gov.gh, cat: government, provider: gra-gh, cc: GH, imp: 3, tier: 4, checks: [http] }
2001 + - { id: gov-gh-judicial, name: "Judicial Service of Ghana", host: www.judicial.gov.gh, cat: government, provider: judicial-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2002 + - { id: gov-gh-kma, name: "Kumasi Metropolitan Assembly", host: kma.gov.gh, url: "http://kma.gov.gh/", cat: government, provider: kumasi, cc: GH, imp: 1, tier: 4, checks: [http] }
2003 + - { id: gov-gh-meteo, name: "Ghana Meteorological Agency", host: www.meteo.gov.gh, cat: government, provider: gmet, cc: GH, imp: 2, tier: 4, checks: [http] }
2004 + - { id: gov-gh-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2005 + - { id: gov-gh-mint, name: "Ministry of the Interior", host: www.mint.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2006 + - { id: gov-gh-mocd, name: "Ministry of Communication", host: moc.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
2007 + - { id: gov-gh-moe, name: "Ministry of Education", host: moe.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2008 + - { id: gov-gh-mofep, name: "Ministry of Finance", host: mofep.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 3, tier: 4, checks: [http] }
2009 + - { id: gov-gh-moh, name: "Ministry of Health", host: www.moh.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2010 + - { id: gov-gh-nadmo, name: "NADMO", host: nadmo.gov.gh, cat: government, provider: nadmo, cc: GH, imp: 1, tier: 4, checks: [http] }
2011 + - { id: gov-gh-nca, name: "National Communications Authority", host: nca.org.gh, cat: government, provider: nca-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2012 + - { id: gov-gh-nhis, name: "NHIS Ghana", host: www.nhis.gov.gh, cat: government, provider: nhis-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2013 + - { id: gov-gh-nia, name: "National Identification Authority", host: nia.gov.gh, cat: government, provider: nia-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2014 + - { id: gov-gh-parliament, name: "Parliament of Ghana", host: www.parliament.gh, cat: government, provider: parliament-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2015 + - { id: gov-gh-passport, name: "Ghana Passport Office", host: passport.mfa.gov.gh, cat: government, provider: mfa-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2016 + - { id: gov-gh-police, name: "Ghana Police Service", host: police.gov.gh, cat: government, provider: police-gh, cc: GH, imp: 2, tier: 4, checks: [http] }
2017 + - { id: gov-gh-presidency, name: "Presidency of Ghana", host: presidency.gov.gh, cat: government, provider: gov-gh, cc: GH, imp: 3, tier: 4, checks: [http] }
2018 + - { id: gov-gh-rgd, name: "Office of the Registrar of Companies", host: orc.gov.gh, cat: government, provider: orc-gh, cc: GH, imp: 1, tier: 4, checks: [http] }
2019 + - { id: gov-gh-ssnit, name: "SSNIT", host: www.ssnit.org.gh, cat: government, provider: ssnit, cc: GH, imp: 2, tier: 4, checks: [http] }
2020 + - { id: gov-gh-statsghana, name: "Ghana Statistical Service", host: statsghana.gov.gh, cat: government, provider: gss, cc: GH, imp: 2, tier: 4, checks: [http] }
2021 + # ───────── GM
2022 + - { id: gov-gm-assembly, name: "National Assembly", host: www.assembly.gm, cat: government, provider: na-gm, cc: GM, imp: 1, tier: 4, checks: [http] }
2023 + - { id: gov-gm-cbg, name: "Central Bank of The Gambia", host: www.cbg.gm, cat: government, provider: cbg, cc: GM, imp: 1, tier: 4, checks: [http] }
2024 + - { id: gov-gm-gbos, name: "Gambia Bureau of Statistics", host: www.gbosdata.org, cat: government, provider: gbos, cc: GM, imp: 1, tier: 4, checks: [http] }
2025 + - { id: gov-gm-gra, name: "Gambia Revenue Authority", host: www.gra.gm, cat: government, provider: gra-gm, cc: GM, imp: 1, tier: 4, checks: [http] }
2026 + - { id: gov-gm-iec, name: "Independent Electoral Commission", host: iec.gm, cat: government, provider: iec-gm, cc: GM, imp: 1, tier: 4, checks: [http] }
2027 + - { id: gov-gm-moh, name: "Ministry of Health", host: www.moh.gov.gm, url: "http://www.moh.gov.gm/", cat: government, provider: gov-gm, cc: GM, imp: 1, tier: 4, checks: [http] }
2028 + - { id: gov-gm-pura, name: "PURA", host: www.pura.gm, cat: government, provider: pura, cc: GM, imp: 1, tier: 4, checks: [http] }
2029 + - { id: gov-gm-statehouse, name: "State House of The Gambia", host: www.statehouse.gm, cat: government, provider: gov-gm, cc: GM, imp: 1, tier: 4, checks: [http] }
2030 + # ───────── GN
2031 + - { id: gov-gn-arpt, name: "ARPT Guinée", host: www.arpt.gov.gn, cat: government, provider: arpt, cc: GN, imp: 1, tier: 4, checks: [http] }
2032 + - { id: gov-gn-bcrg, name: "Banque Centrale de la République de Guinée", host: www.bcrg-guinee.org, cat: government, provider: bcrg, cc: GN, imp: 1, tier: 4, checks: [http] }
2033 + - { id: gov-gn-cnss, name: "CNSS Guinée", host: www.cnss.gov.gn, cat: government, provider: cnss-gn, cc: GN, imp: 1, tier: 4, checks: [http] }
2034 + - { id: gov-gn-gouvernement, name: "Gouvernement de Guinée", host: www.gouvernement.gov.gn, cat: government, provider: gouv-gn, cc: GN, imp: 1, tier: 4, checks: [http] }
2035 + - { id: gov-gn-ins, name: "INS Guinée", host: www.stat-guinee.org, cat: government, provider: ins-gn, cc: GN, imp: 1, tier: 4, checks: [http] }
2036 + - { id: gov-gn-mef, name: "Ministère de l'Économie et des Finances", host: www.mef.gov.gn, cat: government, provider: gouv-gn, cc: GN, imp: 1, tier: 4, checks: [http] }
2037 + - { id: gov-gn-presidence, name: "Présidence de la Guinée", host: www.presidence.gov.gn, cat: government, provider: gouv-gn, cc: GN, imp: 1, tier: 4, checks: [http] }
2038 + # ───────── GQ
2039 + - { id: gov-gq-gov, name: "Gobierno de Guinea Ecuatorial", host: www.guineaecuatorialpress.com, cat: government, provider: gov-gq, cc: GQ, imp: 1, tier: 4, checks: [http] }
2040 + # ───────── GR
2041 + - { id: gov-gr-areiospagos, name: "Άρειος Πάγος", host: www.areiospagos.gr, cat: government, provider: areios-pagos, cc: GR, imp: 2, tier: 4, checks: [http] }
2042 + - { id: gov-gr-astynomia, name: "Ελληνική Αστυνομία", host: www.astynomia.gr, cat: government, provider: elas, cc: GR, imp: 3, tier: 4, checks: [http] }
2043 + - { id: gov-gr-cityofathens, name: "Δήμος Αθηναίων", host: www.cityofathens.gr, cat: government, provider: athens, cc: GR, imp: 2, tier: 4, checks: [http] }
2044 + - { id: gov-gr-civilprotection, name: "Πολιτική Προστασία", host: civilprotection.gov.gr, cat: government, provider: gov-gr, cc: GR, imp: 3, tier: 4, checks: [http] }
2045 + - { id: gov-gr-dpa, name: "Αρχή Προστασίας Δεδομένων", host: www.dpa.gr, cat: government, provider: dpa-gr, cc: GR, imp: 1, tier: 4, checks: [http] }
2046 + - { id: gov-gr-eett, name: "ΕΕΤΤ", host: www.eett.gr, cat: government, provider: eett, cc: GR, imp: 1, tier: 4, checks: [http] }
2047 + - { id: gov-gr-efka, name: "e-ΕΦΚΑ", host: www.efka.gov.gr, cat: government, provider: efka, cc: GR, imp: 3, tier: 4, checks: [http] }
2048 + - { id: gov-gr-ekloges, name: "Εκλογές (ΥΠΕΣ)", host: ekloges.ypes.gr, cat: government, provider: gov-gr, cc: GR, imp: 2, tier: 4, checks: [http] }
2049 + - { id: gov-gr-elta, name: "ΕΛΤΑ", host: www.elta.gr, cat: government, provider: elta, cc: GR, imp: 2, tier: 4, checks: [http] }
2050 + - { id: gov-gr-eody, name: "ΕΟΔΥ", host: eody.gov.gr, cat: government, provider: eody, cc: GR, imp: 2, tier: 4, checks: [http] }
2051 + - { id: gov-gr-eof, name: "ΕΟΦ", host: www.eof.gr, cat: government, provider: eof, cc: GR, imp: 1, tier: 4, checks: [http] }
2052 + - { id: gov-gr-et, name: "Εθνικό Τυπογραφείο", host: www.et.gr, cat: government, provider: et, cc: GR, imp: 2, tier: 4, checks: [http] }
2053 + - { id: gov-gr-hellenictrain, name: "Hellenic Train", host: www.hellenictrain.gr, cat: government, provider: hellenic-train, cc: GR, imp: 2, tier: 4, checks: [http] }
2054 + - { id: gov-gr-mfa, name: "Υπουργείο Εξωτερικών", host: www.mfa.gr, cat: government, provider: gov-gr, cc: GR, imp: 3, tier: 4, checks: [http] }
2055 + - { id: gov-gr-migration, name: "Υπουργείο Μετανάστευσης", host: migration.gov.gr, cat: government, provider: gov-gr, cc: GR, imp: 2, tier: 4, checks: [http] }
2056 + - { id: gov-gr-mindigital, name: "Υπουργείο Ψηφιακής Διακυβέρνησης", host: mindigital.gr, cat: government, provider: gov-gr, cc: GR, imp: 3, tier: 4, checks: [http] }
2057 + - { id: gov-gr-minedu, name: "Υπουργείο Παιδείας", host: www.minedu.gov.gr, cat: government, provider: gov-gr, cc: GR, imp: 2, tier: 4, checks: [http] }
2058 + - { id: gov-gr-minfin, name: "Υπουργείο Εθνικής Οικονομίας και Οικονομικών", host: www.minfin.gr, cat: government, provider: gov-gr, cc: GR, imp: 3, tier: 4, checks: [http] }
2059 + - { id: gov-gr-ministryofjustice, name: "Υπουργείο Δικαιοσύνης", host: ministryofjustice.gr, cat: government, provider: gov-gr, cc: GR, imp: 2, tier: 4, checks: [http] }
2060 + - { id: gov-gr-nlg, name: "Εθνική Βιβλιοθήκη", host: www.nlg.gr, cat: government, provider: nlg, cc: GR, imp: 1, tier: 4, checks: [http] }
2061 + - { id: gov-gr-oasa, name: "ΟΑΣΑ", host: www.oasa.gr, cat: government, provider: oasa, cc: GR, imp: 2, tier: 4, checks: [http] }
2062 + - { id: gov-gr-presidency, name: "Προεδρία της Δημοκρατίας", host: www.presidency.gr, cat: government, provider: gov-gr, cc: GR, imp: 2, tier: 4, checks: [http] }
2063 + - { id: gov-gr-primeminister, name: "Πρωθυπουργός", host: primeminister.gr, cat: government, provider: gov-gr, cc: GR, imp: 3, tier: 4, checks: [http] }
2064 + - { id: gov-gr-ste, name: "Συμβούλιο της Επικρατείας", host: www.adjustice.gr, cat: government, provider: ste, cc: GR, imp: 1, tier: 4, checks: [http] }
2065 + - { id: gov-gr-thessaloniki, name: "Δήμος Θεσσαλονίκης", host: thessaloniki.gr, cat: government, provider: thessaloniki, cc: GR, imp: 1, tier: 4, checks: [http] }
2066 + - { id: gov-gr-yme, name: "Υπουργείο Υποδομών και Μεταφορών", host: www.yme.gov.gr, cat: government, provider: gov-gr, cc: GR, imp: 2, tier: 4, checks: [http] }
2067 + - { id: gov-gr-ypes, name: "Υπουργείο Εσωτερικών", host: www.ypes.gr, cat: government, provider: gov-gr, cc: GR, imp: 3, tier: 4, checks: [http] }
2068 + # ───────── GT
2069 + - { id: gov-gt-banguat, name: "Banco de Guatemala", host: www.banguat.gob.gt, cat: government, provider: banguat, cc: GT, imp: 2, tier: 4, checks: [http] }
2070 + - { id: gov-gt-cc, name: "Corte de Constitucionalidad", host: cc.gob.gt, cat: government, provider: cc-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
2071 + - { id: gov-gt-congreso, name: "Congreso de la República", host: www.congreso.gob.gt, cat: government, provider: congreso-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2072 + - { id: gov-gt-conred, name: "CONRED", host: conred.gob.gt, cat: government, provider: conred, cc: GT, imp: 2, tier: 4, checks: [http] }
2073 + - { id: gov-gt-igm, name: "Instituto Guatemalteco de Migración", host: igm.gob.gt, cat: government, provider: igm, cc: GT, imp: 1, tier: 4, checks: [http] }
2074 + - { id: gov-gt-igss, name: "IGSS", host: www.igssgt.org, cat: government, provider: igss, cc: GT, imp: 2, tier: 4, checks: [http] }
2075 + - { id: gov-gt-ine, name: "INE Guatemala", host: www.ine.gob.gt, cat: government, provider: ine-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
2076 + - { id: gov-gt-insivumeh, name: "INSIVUMEH", host: insivumeh.gob.gt, cat: government, provider: insivumeh, cc: GT, imp: 2, tier: 4, checks: [http] }
2077 + - { id: gov-gt-mineduc, name: "MINEDUC", host: www.mineduc.gob.gt, cat: government, provider: gov-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
2078 + - { id: gov-gt-minex, name: "MINEX", host: www.minex.gob.gt, cat: government, provider: gov-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2079 + - { id: gov-gt-minfin, name: "Ministerio de Finanzas Públicas", host: www.minfin.gob.gt, cat: government, provider: gov-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2080 + - { id: gov-gt-mingob, name: "Ministerio de Gobernación", host: mingob.gob.gt, cat: government, provider: gov-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
2081 + - { id: gov-gt-mspas, name: "Ministerio de Salud", host: www.mspas.gob.gt, cat: government, provider: gov-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2082 + - { id: gov-gt-muniguate, name: "Municipalidad de Guatemala", host: www.muniguate.com, cat: government, provider: guatemala-city, cc: GT, imp: 1, tier: 4, checks: [http] }
2083 + - { id: gov-gt-oj, name: "Organismo Judicial", host: www.oj.gob.gt, url: "http://www.oj.gob.gt/", cat: government, provider: oj-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
2084 + - { id: gov-gt-pnc, name: "Policía Nacional Civil", host: www.pnc.gob.gt, cat: government, provider: pnc-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
2085 + - { id: gov-gt-presidencia, name: "Gobierno de Guatemala", host: www.guatemala.gob.gt, cat: government, provider: gov-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2086 + - { id: gov-gt-renap, name: "RENAP", host: www.renap.gob.gt, cat: government, provider: renap, cc: GT, imp: 1, tier: 4, checks: [http] }
2087 + - { id: gov-gt-sat, name: "SAT Guatemala", host: portal.sat.gob.gt, cat: government, provider: sat-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2088 + - { id: gov-gt-tse, name: "Tribunal Supremo Electoral", host: www.tse.org.gt, cat: government, provider: tse-gt, cc: GT, imp: 2, tier: 4, checks: [http] }
2089 + # ───────── GY
2090 + - { id: gov-gy-bog, name: "Bank of Guyana", host: www.bankofguyana.org.gy, cat: government, provider: bog, cc: GY, imp: 1, tier: 4, checks: [http] }
2091 + - { id: gov-gy-gecom, name: "GECOM", host: www.gecom.org.gy, cat: government, provider: gecom, cc: GY, imp: 1, tier: 4, checks: [http] }
2092 + - { id: gov-gy-gina, name: "Government of Guyana (DPI)", host: dpi.gov.gy, cat: government, provider: gov-gy, cc: GY, imp: 1, tier: 4, checks: [http] }
2093 + - { id: gov-gy-gra, name: "Guyana Revenue Authority", host: www.gra.gov.gy, cat: government, provider: gra, cc: GY, imp: 1, tier: 4, checks: [http] }
2094 + - { id: gov-gy-parliament, name: "Parliament of Guyana", host: parliament.gov.gy, cat: government, provider: parliament-gy, cc: GY, imp: 1, tier: 4, checks: [http] }
2095 + - { id: gov-gy-statistics, name: "Bureau of Statistics", host: statisticsguyana.gov.gy, cat: government, provider: bos-gy, cc: GY, imp: 1, tier: 4, checks: [http] }
2096 + # ───────── HK
2097 + - { id: city-hong-kong, name: "GovHK", host: www.gov.hk, url: "https://www.gov.hk/en/residents/", cat: government, provider: gov-hk, cc: HK, imp: 3, tier: 4, checks: [http] }
2098 + # ───────── HN
2099 + - { id: gov-hn-bch, name: "Banco Central de Honduras", host: www.bch.hn, cat: government, provider: bch, cc: HN, imp: 2, tier: 4, checks: [http] }
2100 + - { id: gov-hn-cne, name: "Consejo Nacional Electoral", host: www.cne.hn, cat: government, provider: cne-hn, cc: HN, imp: 1, tier: 4, checks: [http] }
2101 + - { id: gov-hn-congreso, name: "Congreso Nacional", host: www.congresonacional.hn, url: "http://www.congresonacional.hn/", cat: government, provider: congreso-hn, cc: HN, imp: 1, tier: 4, checks: [http] }
2102 + - { id: gov-hn-copeco, name: "COPECO", host: copeco.gob.hn, cat: government, provider: copeco, cc: HN, imp: 1, tier: 4, checks: [http] }
2103 + - { id: gov-hn-honducor, name: "Honducor", host: www.honducor.gob.hn, cat: government, provider: honducor, cc: HN, imp: 1, tier: 4, checks: [http] }
2104 + - { id: gov-hn-ihss, name: "IHSS", host: www.ihss.hn, cat: government, provider: ihss, cc: HN, imp: 1, tier: 4, checks: [http] }
2105 + - { id: gov-hn-ine, name: "INE Honduras", host: www.ine.gob.hn, cat: government, provider: ine-hn, cc: HN, imp: 1, tier: 4, checks: [http] }
2106 + - { id: gov-hn-presidencia, name: "Presidencia de Honduras", host: www.presidencia.gob.hn, cat: government, provider: gov-hn, cc: HN, imp: 2, tier: 4, checks: [http] }
2107 + - { id: gov-hn-rnp, name: "Registro Nacional de las Personas", host: www.rnp.hn, cat: government, provider: rnp, cc: HN, imp: 1, tier: 4, checks: [http] }
2108 + - { id: gov-hn-salud, name: "Secretaría de Salud", host: www.salud.gob.hn, cat: government, provider: gov-hn, cc: HN, imp: 1, tier: 4, checks: [http] }
2109 + - { id: gov-hn-sar, name: "SAR Honduras", host: www.sar.gob.hn, cat: government, provider: sar-hn, cc: HN, imp: 2, tier: 4, checks: [http] }
2110 + - { id: gov-hn-sefin, name: "Secretaría de Finanzas", host: www.sefin.gob.hn, cat: government, provider: gov-hn, cc: HN, imp: 1, tier: 4, checks: [http] }
2111 + - { id: gov-hn-tegucigalpa, name: "Alcaldía de Tegucigalpa", host: amdc.hn, cat: government, provider: tegucigalpa, cc: HN, imp: 1, tier: 4, checks: [http] }
2112 + # ───────── HR
2113 + - { id: gov-hr-carina, name: "Carinska uprava", host: carina.gov.hr, cat: government, provider: carina, cc: HR, imp: 2, tier: 4, checks: [http] }
2114 + - { id: gov-hr-civilna-zastita, name: "Civilna zaštita", host: civilna-zastita.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 2, tier: 4, checks: [http] }
2115 + - { id: gov-hr-dhmz, name: "DHMZ", host: meteo.hr, cat: government, provider: dhmz, cc: HR, imp: 3, tier: 4, checks: [http] }
2116 + - { id: gov-hr-dzs, name: "Državni zavod za statistiku", host: dzs.gov.hr, cat: government, provider: dzs, cc: HR, imp: 2, tier: 4, checks: [http] }
2117 + - { id: gov-hr-egradjani, name: "e-Građani", host: gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 3, tier: 4, checks: [http] }
2118 + - { id: gov-hr-hac, name: "Hrvatske autoceste", host: www.hac.hr, cat: government, provider: hac, cc: HR, imp: 1, tier: 4, checks: [http] }
2119 + - { id: gov-hr-hakom, name: "HAKOM", host: www.hakom.hr, cat: government, provider: hakom, cc: HR, imp: 1, tier: 4, checks: [http] }
2120 + - { id: gov-hr-hnb, name: "Hrvatska narodna banka", host: www.hnb.hr, cat: government, provider: hnb, cc: HR, imp: 3, tier: 4, checks: [http] }
2121 + - { id: gov-hr-hzjz, name: "HZJZ", host: www.hzjz.hr, cat: government, provider: hzjz, cc: HR, imp: 2, tier: 4, checks: [http] }
2122 + - { id: gov-hr-hzpp, name: "HŽ Putnički prijevoz", host: www.hzpp.hr, cat: government, provider: hzpp, cc: HR, imp: 2, tier: 4, checks: [http] }
2123 + - { id: gov-hr-hzzo, name: "HZZO", host: hzzo.hr, cat: government, provider: hzzo, cc: HR, imp: 2, tier: 4, checks: [http] }
2124 + - { id: gov-hr-izbori, name: "Državno izborno povjerenstvo", host: www.izbori.hr, cat: government, provider: dip, cc: HR, imp: 2, tier: 4, checks: [http] }
2125 + - { id: gov-hr-mfin, name: "Ministarstvo financija", host: mfin.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 2, tier: 4, checks: [http] }
2126 + - { id: gov-hr-mirovinsko, name: "HZMO", host: www.mirovinsko.hr, cat: government, provider: hzmo, cc: HR, imp: 2, tier: 4, checks: [http] }
2127 + - { id: gov-hr-mup, name: "MUP", host: mup.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 3, tier: 4, checks: [http] }
2128 + - { id: gov-hr-mvep, name: "Ministarstvo vanjskih poslova", host: mvep.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 2, tier: 4, checks: [http] }
2129 + - { id: gov-hr-mzo, name: "Ministarstvo znanosti i obrazovanja", host: mzom.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 1, tier: 4, checks: [http] }
2130 + - { id: gov-hr-nsk, name: "Nacionalna i sveučilišna knjižnica", host: www.nsk.hr, cat: government, provider: nsk, cc: HR, imp: 1, tier: 4, checks: [http] }
2131 + - { id: gov-hr-porezna, name: "Porezna uprava", host: porezna-uprava.gov.hr, cat: government, provider: porezna, cc: HR, imp: 3, tier: 4, checks: [http] }
2132 + - { id: gov-hr-posta, name: "Hrvatska pošta", host: www.posta.hr, cat: government, provider: posta-hr, cc: HR, imp: 2, tier: 4, checks: [http] }
2133 + - { id: gov-hr-predsjednik, name: "Predsjednik RH", host: www.predsjednik.hr, cat: government, provider: gov-hr, cc: HR, imp: 2, tier: 4, checks: [http] }
2134 + - { id: gov-hr-sabor, name: "Hrvatski sabor", host: www.sabor.hr, cat: government, provider: sabor, cc: HR, imp: 3, tier: 4, checks: [http] }
2135 + - { id: gov-hr-usud, name: "Ustavni sud", host: www.usud.hr, cat: government, provider: usud, cc: HR, imp: 1, tier: 4, checks: [http] }
2136 + - { id: gov-hr-vlada, name: "Vlada RH", host: vlada.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 3, tier: 4, checks: [http] }
2137 + - { id: gov-hr-vsrh, name: "Vrhovni sud", host: www.vsrh.hr, cat: government, provider: vsrh, cc: HR, imp: 1, tier: 4, checks: [http] }
2138 + - { id: gov-hr-zagreb, name: "Grad Zagreb", host: www.zagreb.hr, cat: government, provider: zagreb, cc: HR, imp: 2, tier: 4, checks: [http] }
2139 + - { id: gov-hr-zdravstvo, name: "Ministarstvo zdravstva", host: zdravlje.gov.hr, cat: government, provider: gov-hr, cc: HR, imp: 2, tier: 4, checks: [http] }
2140 + # ───────── HT
2141 + - { id: gov-ht-brh, name: "Banque de la République d'Haïti", host: www.brh.ht, cat: government, provider: brh, cc: HT, imp: 1, tier: 4, checks: [http] }
2142 + - { id: gov-ht-dgi, name: "DGI Haïti", host: www.dgi.gouv.ht, cat: government, provider: dgi-ht, cc: HT, imp: 1, tier: 4, checks: [http] }
2143 + - { id: gov-ht-ihsi, name: "IHSI", host: ihsi.gouv.ht, cat: government, provider: ihsi, cc: HT, imp: 1, tier: 4, checks: [http] }
2144 + - { id: gov-ht-mef, name: "Ministère de l'Économie et des Finances", host: www.mef.gouv.ht, cat: government, provider: gouv-ht, cc: HT, imp: 1, tier: 4, checks: [http] }
2145 + - { id: gov-ht-mspp, name: "MSPP", host: mspp.gouv.ht, cat: government, provider: gouv-ht, cc: HT, imp: 1, tier: 4, checks: [http] }
2146 + - { id: gov-ht-primature, name: "Primature d'Haïti", host: primature.gouv.ht, cat: government, provider: gouv-ht, cc: HT, imp: 1, tier: 4, checks: [http] }
2147 + # ───────── HU
2148 + - { id: gov-hu-alkotmanybirosag, name: "Alkotmánybíróság", host: www.alkotmanybirosag.hu, cat: government, provider: ab-hu, cc: HU, imp: 2, tier: 4, checks: [http] }
2149 + - { id: gov-hu-birosag, name: "Bíróságok", host: birosag.hu, cat: government, provider: obh, cc: HU, imp: 2, tier: 4, checks: [http] }
2150 + - { id: gov-hu-bkk, name: "BKK Budapest", host: bkk.hu, cat: government, provider: bkk, cc: HU, imp: 2, tier: 4, checks: [http] }
2151 + - { id: gov-hu-budapest, name: "Budapest Főváros", host: budapest.hu, cat: government, provider: budapest, cc: HU, imp: 2, tier: 4, checks: [http] }
2152 + - { id: gov-hu-katasztrofavedelem, name: "Katasztrófavédelem", host: www.katasztrofavedelem.hu, cat: government, provider: okf, cc: HU, imp: 2, tier: 4, checks: [http] }
2153 + - { id: gov-hu-kormany-pm, name: "Miniszterelnökség", host: kormany.hu, url: "https://kormany.hu/miniszterelnokseg", cat: government, provider: gov-hu, cc: HU, imp: 2, tier: 4, checks: [http] }
2154 + - { id: gov-hu-ksh, name: "Központi Statisztikai Hivatal", host: www.ksh.hu, cat: government, provider: ksh, cc: HU, imp: 3, tier: 4, checks: [http] }
2155 + - { id: gov-hu-kuria, name: "Kúria", host: kuria-birosag.hu, cat: government, provider: kuria, cc: HU, imp: 2, tier: 4, checks: [http] }
2156 + - { id: gov-hu-mav, name: "MÁV", host: www.mavcsoport.hu, cat: government, provider: mav, cc: HU, imp: 3, tier: 4, checks: [http] }
2157 + - { id: gov-hu-mnb-portal, name: "e-Cégjegyzék", host: www.e-cegjegyzek.hu, cat: government, provider: im, cc: HU, imp: 1, tier: 4, checks: [http] }
2158 + - { id: gov-hu-naih, name: "NAIH", host: www.naih.hu, cat: government, provider: naih, cc: HU, imp: 1, tier: 4, checks: [http] }
2159 + - { id: gov-hu-neak, name: "NEAK", host: www.neak.gov.hu, cat: government, provider: neak, cc: HU, imp: 2, tier: 4, checks: [http] }
2160 + - { id: gov-hu-njt, name: "Nemzeti Jogszabálytár", host: njt.hu, url: "http://njt.hu/", cat: government, provider: gov-hu, cc: HU, imp: 2, tier: 4, checks: [http] }
2161 + - { id: gov-hu-nmhh, name: "NMHH", host: nmhh.hu, cat: government, provider: nmhh, cc: HU, imp: 2, tier: 4, checks: [http] }
2162 + - { id: gov-hu-nnk, name: "Nemzeti Népegészségügyi Központ", host: www.nnk.gov.hu, cat: government, provider: nnk, cc: HU, imp: 2, tier: 4, checks: [http] }
2163 + - { id: gov-hu-ogyei, name: "OGYÉI", host: ogyei.gov.hu, cat: government, provider: ogyei, cc: HU, imp: 1, tier: 4, checks: [http] }
2164 + - { id: gov-hu-oif, name: "Országos Idegenrendészeti Főigazgatóság", host: www.oif.gov.hu, cat: government, provider: oif, cc: HU, imp: 2, tier: 4, checks: [http] }
2165 + - { id: gov-hu-oszk, name: "Országos Széchényi Könyvtár", host: www.oszk.hu, cat: government, provider: oszk, cc: HU, imp: 2, tier: 4, checks: [http] }
2166 + - { id: gov-hu-police, name: "Rendőrség", host: www.police.hu, cat: government, provider: police-hu, cc: HU, imp: 3, tier: 4, checks: [http] }
2167 + - { id: gov-hu-posta, name: "Magyar Posta", host: www.posta.hu, cat: government, provider: posta-hu, cc: HU, imp: 3, tier: 4, checks: [http] }
2168 + - { id: gov-hu-president, name: "Sándor-palota (köztársasági elnök)", host: sandorpalota.hu, cat: government, provider: gov-hu, cc: HU, imp: 2, tier: 4, checks: [http] }
2169 + - { id: gov-hu-valasztas, name: "Nemzeti Választási Iroda", host: www.valasztas.hu, cat: government, provider: nvi, cc: HU, imp: 3, tier: 4, checks: [http] }
2170 + # ───────── ID
2171 + - { id: gov-id-angkasapura, name: "InJourney Airports", host: injourneyairports.id, cat: government, provider: injourney, cc: ID, imp: 2, tier: 4, checks: [http] }
2172 + - { id: gov-id-anri, name: "ANRI", host: anri.go.id, cat: government, provider: anri, cc: ID, imp: 1, tier: 4, checks: [http] }
2173 + - { id: gov-id-bali, name: "Pemprov Bali", host: www.baliprov.go.id, cat: government, provider: bali, cc: ID, imp: 1, tier: 4, checks: [http] }
2174 + - { id: gov-id-beacukai, name: "Bea Cukai", host: www.beacukai.go.id, cat: government, provider: djbc, cc: ID, imp: 3, tier: 4, checks: [http] }
2175 + - { id: gov-id-bkn, name: "BKN", host: www.bkn.go.id, cat: government, provider: bkn, cc: ID, imp: 2, tier: 4, checks: [http] }
2176 + - { id: gov-id-bkpm, name: "Kementerian Investasi/BKPM", host: www.bkpm.go.id, cat: government, provider: bkpm, cc: ID, imp: 2, tier: 4, checks: [http] }
2177 + - { id: gov-id-bnpb, name: "BNPB", host: bnpb.go.id, cat: government, provider: bnpb, cc: ID, imp: 3, tier: 4, checks: [http] }
2178 + - { id: gov-id-bpjstk, name: "BPJS Ketenagakerjaan", host: www.bpjsketenagakerjaan.go.id, cat: government, provider: bpjstk, cc: ID, imp: 3, tier: 4, checks: [http] }
2179 + - { id: gov-id-bpk, name: "BPK RI", host: www.bpk.go.id, cat: government, provider: bpk, cc: ID, imp: 2, tier: 4, checks: [http] }
2180 + - { id: gov-id-bpom, name: "BPOM", host: www.pom.go.id, cat: government, provider: bpom, cc: ID, imp: 3, tier: 4, checks: [http] }
2181 + - { id: gov-id-bssn, name: "BSSN", host: www.bssn.go.id, cat: government, provider: bssn, cc: ID, imp: 3, tier: 4, checks: [http] }
2182 + - { id: gov-id-coretax, name: "Coretax DJP", host: coretaxdjp.pajak.go.id, cat: government, provider: djp, cc: ID, imp: 3, tier: 4, checks: [http] }
2183 + - { id: gov-id-data, name: "Satu Data Indonesia", host: data.go.id, cat: government, provider: gov-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2184 + - { id: gov-id-dpd, name: "DPD RI", host: www.dpd.go.id, cat: government, provider: dpd, cc: ID, imp: 2, tier: 4, checks: [http] }
2185 + - { id: gov-id-dukcapil, name: "Dukcapil", host: dukcapil.kemendagri.go.id, cat: government, provider: kemendagri, cc: ID, imp: 3, tier: 4, checks: [http] }
2186 + - { id: gov-id-imigrasi, name: "Direktorat Jenderal Imigrasi", host: www.imigrasi.go.id, cat: government, provider: imigrasi, cc: ID, imp: 4, tier: 3, checks: [http] }
2187 + - { id: gov-id-jabar, name: "Pemprov Jawa Barat", host: jabarprov.go.id, cat: government, provider: jabar, cc: ID, imp: 2, tier: 4, checks: [http] }
2188 + - { id: gov-id-jakarta, name: "Pemprov DKI Jakarta", host: www.jakarta.go.id, cat: government, provider: jakarta, cc: ID, imp: 3, tier: 4, checks: [http] }
2189 + - { id: gov-id-jateng, name: "Pemprov Jawa Tengah", host: jatengprov.go.id, cat: government, provider: jateng, cc: ID, imp: 2, tier: 4, checks: [http] }
2190 + - { id: gov-id-jatim, name: "Pemprov Jawa Timur", host: jatimprov.go.id, cat: government, provider: jatim, cc: ID, imp: 2, tier: 4, checks: [http] }
2191 + - { id: gov-id-kcic, name: "KCIC Whoosh", host: kcic.co.id, cat: government, provider: kcic, cc: ID, imp: 2, tier: 4, checks: [http] }
2192 + - { id: gov-id-kemendagri, name: "Kementerian Dalam Negeri", host: www.kemendagri.go.id, cat: government, provider: gov-id, cc: ID, imp: 3, tier: 4, checks: [http] }
2193 + - { id: gov-id-kemenhub, name: "Kementerian Perhubungan", host: dephub.go.id, cat: government, provider: gov-id, cc: ID, imp: 3, tier: 4, checks: [http] }
2194 + - { id: gov-id-kemenkes-sehat, name: "SatuSehat", host: satusehat.kemkes.go.id, cat: government, provider: kemkes, cc: ID, imp: 2, tier: 4, checks: [http] }
2195 + - { id: gov-id-kemenkeu, name: "Kementerian Keuangan", host: www.kemenkeu.go.id, url: "http://www.kemenkeu.go.id/", cat: government, provider: gov-id, cc: ID, imp: 4, tier: 3, checks: [http] }
2196 + - { id: gov-id-kemhan, name: "Kementerian Pertahanan", host: www.kemhan.go.id, cat: government, provider: gov-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2197 + - { id: gov-id-kemlu, name: "Kementerian Luar Negeri", host: kemlu.go.id, cat: government, provider: gov-id, cc: ID, imp: 4, tier: 3, checks: [http] }
2198 + - { id: gov-id-kemnaker, name: "Kementerian Ketenagakerjaan", host: kemnaker.go.id, cat: government, provider: gov-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2199 + - { id: gov-id-komdigi, name: "Kementerian Komunikasi dan Digital", host: www.komdigi.go.id, cat: government, provider: gov-id, cc: ID, imp: 3, tier: 4, checks: [http] }
2200 + - { id: gov-id-kpk, name: "KPK", host: www.kpk.go.id, cat: government, provider: kpk, cc: ID, imp: 3, tier: 4, checks: [http] }
2201 + - { id: gov-id-kpu, name: "KPU", host: www.kpu.go.id, cat: government, provider: kpu, cc: ID, imp: 3, tier: 4, checks: [http] }
2202 + - { id: gov-id-lapor, name: "LAPOR!", host: www.lapor.go.id, cat: government, provider: gov-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2203 + - { id: gov-id-mahkamahagung, name: "Mahkamah Agung", host: www.mahkamahagung.go.id, cat: government, provider: ma-id, cc: ID, imp: 3, tier: 4, checks: [http] }
2204 + - { id: gov-id-medan, name: "Pemkot Medan", host: portal.pemkomedan.go.id, cat: government, provider: medan, cc: ID, imp: 1, tier: 4, checks: [http] }
2205 + - { id: gov-id-mkri, name: "Mahkamah Konstitusi", host: www.mkri.id, cat: government, provider: mk-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2206 + - { id: gov-id-mpr, name: "MPR RI", host: www.mpr.go.id, cat: government, provider: mpr, cc: ID, imp: 2, tier: 4, checks: [http] }
2207 + - { id: gov-id-mrt-jakarta, name: "MRT Jakarta", host: jakartamrt.co.id, cat: government, provider: jakarta, cc: ID, imp: 2, tier: 4, checks: [http] }
2208 + - { id: gov-id-oss, name: "OSS (Perizinan)", host: oss.go.id, cat: government, provider: bkpm, cc: ID, imp: 3, tier: 4, checks: [http] }
2209 + - { id: gov-id-perpusnas, name: "Perpustakaan Nasional", host: www.perpusnas.go.id, cat: government, provider: perpusnas, cc: ID, imp: 2, tier: 4, checks: [http] }
2210 + - { id: gov-id-polri, name: "Polri", host: polri.go.id, cat: government, provider: polri, cc: ID, imp: 4, tier: 3, checks: [http] }
2211 + - { id: gov-id-posindonesia, name: "Pos Indonesia", host: www.posindonesia.co.id, cat: government, provider: posindonesia, cc: ID, imp: 3, tier: 4, checks: [http] }
2212 + - { id: gov-id-presidenri, name: "Presiden RI", host: www.presidenri.go.id, cat: government, provider: gov-id, cc: ID, imp: 4, tier: 3, checks: [http] }
2213 + - { id: gov-id-setkab, name: "Sekretariat Kabinet", host: setkab.go.id, cat: government, provider: gov-id, cc: ID, imp: 3, tier: 4, checks: [http] }
2214 + - { id: gov-id-surabaya, name: "Pemkot Surabaya", host: www.surabaya.go.id, cat: government, provider: surabaya, cc: ID, imp: 2, tier: 4, checks: [http] }
2215 + - { id: gov-id-transjakarta, name: "Transjakarta", host: transjakarta.co.id, cat: government, provider: jakarta, cc: ID, imp: 2, tier: 4, checks: [http] }
2216 + # ───────── IE
2217 + - { id: gov-ie-anpost, name: "An Post", host: www.anpost.com, cat: government, provider: anpost, cc: IE, imp: 3, tier: 4, checks: [http] }
2218 + - { id: gov-ie-citizensinformation, name: "Citizens Information", host: www.citizensinformation.ie, cat: government, provider: cib, cc: IE, imp: 3, tier: 4, checks: [http] }
2219 + - { id: gov-ie-cork, name: "Cork City Council", host: www.corkcity.ie, cat: government, provider: cork, cc: IE, imp: 1, tier: 4, checks: [http] }
2220 + - { id: gov-ie-courts, name: "Courts Service of Ireland", host: www.courts.ie, cat: government, provider: courts-ie, cc: IE, imp: 3, tier: 4, checks: [http] }
2221 + - { id: gov-ie-cro, name: "Companies Registration Office", host: www.cro.ie, cat: government, provider: cro, cc: IE, imp: 2, tier: 4, checks: [http] }
2222 + - { id: gov-ie-dfa, name: "Department of Foreign Affairs", host: www.ireland.ie, cat: government, provider: dfa, cc: IE, imp: 3, tier: 4, checks: [http] }
2223 + - { id: gov-ie-dublincity, name: "Dublin City Council", host: www.dublincity.ie, cat: government, provider: dublin, cc: IE, imp: 2, tier: 4, checks: [http] }
2224 + - { id: gov-ie-finance, name: "Department of Finance", host: www.gov.ie, url: "https://www.gov.ie/en/organisation/department-of-finance/", cat: government, provider: gov-ie, cc: IE, imp: 3, tier: 4, checks: [http] }
2225 + - { id: gov-ie-garda, name: "An Garda Síochána", host: www.garda.ie, cat: government, provider: garda, cc: IE, imp: 3, tier: 4, checks: [http] }
2226 + - { id: gov-ie-hpsc, name: "Health Protection Surveillance Centre", host: www.hpsc.ie, cat: government, provider: hse, cc: IE, imp: 2, tier: 4, checks: [http] }
2227 + - { id: gov-ie-justice, name: "Department of Justice", host: www.gov.ie, url: "https://www.gov.ie/en/organisation/department-of-justice/", cat: government, provider: gov-ie, cc: IE, imp: 3, tier: 4, checks: [http] }
2228 + - { id: gov-ie-nli, name: "National Library of Ireland", host: www.nli.ie, cat: government, provider: nli, cc: IE, imp: 2, tier: 4, checks: [http] }
2229 + - { id: gov-ie-nta, name: "National Transport Authority", host: www.nationaltransport.ie, cat: government, provider: nta-ie, cc: IE, imp: 2, tier: 4, checks: [http] }
2230 + - { id: gov-ie-president, name: "President of Ireland", host: president.ie, cat: government, provider: president-ie, cc: IE, imp: 3, tier: 4, checks: [http] }
2231 + - { id: gov-ie-ros, name: "Revenue Online Service", host: www.ros.ie, cat: government, provider: revenue-ie, cc: IE, imp: 3, tier: 4, checks: [http] }
2232 + - { id: gov-ie-taoiseach, name: "Department of the Taoiseach", host: www.gov.ie, url: "https://www.gov.ie/en/organisation/department-of-the-taoiseach/", cat: government, provider: gov-ie, cc: IE, imp: 3, tier: 4, checks: [http] }
2233 + - { id: gov-ie-tii, name: "Transport Infrastructure Ireland", host: www.tii.ie, cat: government, provider: tii, cc: IE, imp: 2, tier: 4, checks: [http] }
2234 + - { id: gov-ie-welfare, name: "MyWelfare", host: www.mywelfare.ie, cat: government, provider: dsp, cc: IE, imp: 3, tier: 4, checks: [http] }
2235 + # ───────── IL
2236 + - { id: gov-il-archives, name: "Israel State Archives", host: www.archives.gov.il, cat: government, provider: gov-il, cc: IL, imp: 1, tier: 4, checks: [http] }
2237 + - { id: gov-il-bechirot, name: "Central Elections Committee", host: www.bechirot.gov.il, cat: government, provider: cec-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2238 + - { id: gov-il-btl, name: "National Insurance Institute", host: www.btl.gov.il, cat: government, provider: btl, cc: IL, imp: 4, tier: 3, checks: [http] }
2239 + - { id: gov-il-cbs, name: "Central Bureau of Statistics", host: www.cbs.gov.il, cat: government, provider: cbs-il, cc: IL, imp: 4, tier: 3, checks: [http] }
2240 + - { id: gov-il-cyber, name: "Israel National Cyber Directorate", host: www.gov.il, url: "https://www.gov.il/en/departments/israel_national_cyber_directorate/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2241 + - { id: gov-il-data, name: "data.gov.il", host: data.gov.il, cat: government, provider: gov-il, cc: IL, imp: 2, tier: 4, checks: [http] }
2242 + - { id: gov-il-egged, name: "Egged", host: www.egged.co.il, cat: government, provider: egged, cc: IL, imp: 2, tier: 4, checks: [http] }
2243 + - { id: gov-il-haifa, name: "Haifa Municipality", host: www.haifa.muni.il, cat: government, provider: haifa, cc: IL, imp: 1, tier: 4, checks: [http] }
2244 + - { id: gov-il-iaa, name: "Israel Airports Authority", host: www.iaa.gov.il, cat: government, provider: iaa, cc: IL, imp: 3, tier: 4, checks: [http] }
2245 + - { id: gov-il-idf, name: "Israel Defense Forces", host: www.idf.il, cat: government, provider: idf, cc: IL, imp: 3, tier: 4, checks: [http] }
2246 + - { id: gov-il-israelpost, name: "Israel Post", host: israelpost.co.il, cat: government, provider: israelpost, cc: IL, imp: 3, tier: 4, checks: [http] }
2247 + - { id: gov-il-jerusalem, name: "Jerusalem Municipality", host: www.jerusalem.muni.il, cat: government, provider: jerusalem, cc: IL, imp: 2, tier: 4, checks: [http] }
2248 + - { id: gov-il-mfa, name: "Ministry of Foreign Affairs", host: www.gov.il, url: "https://www.gov.il/en/departments/ministry_of_foreign_affairs/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 4, tier: 3, checks: [http] }
2249 + - { id: gov-il-moe, name: "Ministry of Education", host: www.gov.il, url: "https://www.gov.il/he/departments/ministry_of_education/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2250 + - { id: gov-il-mof, name: "Ministry of Finance", host: www.gov.il, url: "https://www.gov.il/en/departments/ministry_of_finance/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 4, tier: 3, checks: [http] }
2251 + - { id: gov-il-moh, name: "Ministry of Health", host: www.gov.il, url: "https://www.gov.il/en/departments/ministry_of_health/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 4, tier: 3, checks: [http] }
2252 + - { id: gov-il-moj, name: "Ministry of Justice", host: www.gov.il, url: "https://www.gov.il/he/departments/ministry_of_justice/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2253 + - { id: gov-il-mot, name: "Ministry of Transport", host: www.gov.il, url: "https://www.gov.il/he/departments/ministry_of_transport/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2254 + - { id: gov-il-nevo, name: "Nevo (legal database)", host: www.nevo.co.il, cat: government, provider: nevo, cc: IL, imp: 1, tier: 4, checks: [http] }
2255 + - { id: gov-il-nli, name: "National Library of Israel", host: www.nli.org.il, cat: government, provider: nli, cc: IL, imp: 3, tier: 4, checks: [http] }
2256 + - { id: gov-il-oref, name: "Home Front Command (Pikud HaOref)", host: www.oref.org.il, cat: government, provider: idf, cc: IL, imp: 4, tier: 3, checks: [http] }
2257 + - { id: gov-il-piba, name: "Population and Immigration Authority", host: www.gov.il, url: "https://www.gov.il/he/departments/population_and_immigration_authority/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2258 + - { id: gov-il-pmo, name: "Prime Minister's Office", host: www.gov.il, url: "https://www.gov.il/en/departments/prime_ministers_office/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 4, tier: 3, checks: [http] }
2259 + - { id: gov-il-police, name: "Israel Police", host: www.police.gov.il, cat: government, provider: police-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2260 + - { id: gov-il-president, name: "President of Israel", host: www.president.gov.il, cat: government, provider: gov-il, cc: IL, imp: 2, tier: 4, checks: [http] }
2261 + - { id: gov-il-ps-elections, name: "Central Elections Commission", host: www.elections.ps, cat: government, provider: cec-ps, cc: IL, imp: 1, tier: 4, checks: [http] }
2262 + - { id: gov-il-ps-mof, name: "Palestinian Ministry of Finance", host: www.pmof.ps, cat: government, provider: gov-ps, cc: IL, imp: 1, tier: 4, checks: [http] }
2263 + - { id: gov-il-ps-mofa, name: "Palestinian Ministry of Foreign Affairs", host: www.mofa.pna.ps, url: "http://www.mofa.pna.ps/", cat: government, provider: gov-ps, cc: IL, imp: 1, tier: 4, checks: [http] }
2264 + - { id: gov-il-ps-moh, name: "Palestinian Ministry of Health", host: www.moh.gov.ps, cat: government, provider: gov-ps, cc: IL, imp: 2, tier: 4, checks: [http] }
2265 + - { id: gov-il-ps-mtit, name: "Ministry of Telecom (Palestine)", host: www.mtit.gov.ps, cat: government, provider: gov-ps, cc: IL, imp: 1, tier: 4, checks: [http] }
2266 + - { id: gov-il-ps-pcbs, name: "PCBS", host: www.pcbs.gov.ps, cat: government, provider: pcbs, cc: IL, imp: 2, tier: 4, checks: [http] }
2267 + - { id: gov-il-ps-pma, name: "Palestine Monetary Authority", host: www.pma.ps, cat: government, provider: pma, cc: IL, imp: 1, tier: 4, checks: [http] }
2268 + - { id: gov-il-rail, name: "Israel Railways", host: www.rail.co.il, cat: government, provider: rail-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2269 + - { id: gov-il-supreme, name: "Supreme Court of Israel", host: supreme.court.gov.il, cat: government, provider: judiciary-il, cc: IL, imp: 3, tier: 4, checks: [http] }
2270 + - { id: gov-il-taxes, name: "Israel Tax Authority", host: www.gov.il, url: "https://www.gov.il/he/departments/israel_tax_authority/govil-landing-page", cat: government, provider: gov-il, cc: IL, imp: 4, tier: 3, checks: [http] }
2271 + # ───────── IN
2272 + - { id: gov-in-abdm, name: "ABDM", host: abdm.gov.in, cat: government, provider: nha, cc: IN, imp: 3, tier: 4, checks: [http] }
2273 + - { id: gov-in-ahmedabad, name: "Ahmedabad Municipal Corporation", host: ahmedabadcity.gov.in, cat: government, provider: ahmedabad, cc: IN, imp: 1, tier: 4, checks: [http] }
2274 + - { id: gov-in-archives, name: "National Archives of India", host: nationalarchives.nic.in, cat: government, provider: nai, cc: IN, imp: 1, tier: 4, checks: [http] }
2275 + - { id: gov-in-bharatpetroleum-not, name: "Petroleum Planning & Analysis Cell", host: ppac.gov.in, cat: government, provider: mopng, cc: IN, imp: 1, tier: 4, checks: [http] }
2276 + - { id: gov-in-boi, name: "Bureau of Immigration", host: boi.gov.in, cat: government, provider: mha-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2277 + - { id: gov-in-cag, name: "CAG of India", host: cag.gov.in, cat: government, provider: cag, cc: IN, imp: 2, tier: 4, checks: [http] }
2278 + - { id: gov-in-cbic, name: "CBIC (Customs & GST)", host: www.cbic.gov.in, cat: government, provider: cbic, cc: IN, imp: 4, tier: 3, checks: [http] }
2279 + - { id: gov-in-cbse, name: "CBSE", host: www.cbse.gov.in, cat: government, provider: cbse, cc: IN, imp: 4, tier: 3, checks: [http] }
2280 + - { id: gov-in-cdsco, name: "CDSCO", host: cdsco.gov.in, cat: government, provider: cdsco, cc: IN, imp: 3, tier: 4, checks: [http] }
2281 + - { id: gov-in-chennai, name: "Greater Chennai Corporation", host: chennaicorporation.gov.in, cat: government, provider: chennai, cc: IN, imp: 2, tier: 4, checks: [http] }
2282 + - { id: gov-in-commerce, name: "Ministry of Commerce", host: commerce.gov.in, cat: government, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2283 + - { id: gov-in-cowin, name: "CoWIN", host: www.cowin.gov.in, cat: government, provider: mohfw, cc: IN, imp: 3, tier: 4, checks: [http] }
2284 + - { id: gov-in-data, name: "data.gov.in", host: www.data.gov.in, cat: government, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2285 + - { id: gov-in-dea, name: "Department of Economic Affairs", host: dea.gov.in, cat: government, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2286 + - { id: gov-in-delhimetro, name: "Delhi Metro", host: www.delhimetrorail.com, cat: government, provider: dmrc, cc: IN, imp: 3, tier: 4, checks: [http] }
2287 + - { id: gov-in-dgca, name: "DGCA", host: www.dgca.gov.in, cat: government, provider: dgca, cc: IN, imp: 3, tier: 4, checks: [http] }
2288 + - { id: gov-in-digilocker, name: "DigiLocker", host: www.digilocker.gov.in, cat: government, provider: meity, cc: IN, imp: 4, tier: 3, checks: [http] }
2289 + - { id: gov-in-digitalindia, name: "Digital India", host: www.digitalindia.gov.in, cat: government, provider: meity, cc: IN, imp: 3, tier: 4, checks: [http] }
2290 + - { id: gov-in-dl-airport, name: "Delhi Airport (IGIA)", host: www.newdelhiairport.in, cat: government, provider: gmr, cc: IN, imp: 2, tier: 4, checks: [http] }
2291 + - { id: gov-in-dot, name: "Department of Telecommunications", host: dot.gov.in, cat: government, provider: gov-in, cc: IN, imp: 2, tier: 4, checks: [http] }
2292 + - { id: gov-in-dst, name: "Department of Science & Technology", host: dst.gov.in, cat: government, provider: gov-in, cc: IN, imp: 2, tier: 4, checks: [http] }
2293 + - { id: gov-in-eci, name: "Election Commission of India", host: www.eci.gov.in, cat: government, provider: eci, cc: IN, imp: 4, tier: 3, checks: [http] }
2294 + - { id: gov-in-ecourts, name: "eCourts", host: ecourts.gov.in, cat: government, provider: ecourts, cc: IN, imp: 3, tier: 4, checks: [http] }
2295 + - { id: gov-in-education, name: "Ministry of Education", host: www.education.gov.in, cat: government, provider: gov-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2296 + - { id: gov-in-egazette, name: "eGazette", host: egazette.gov.in, cat: government, provider: gov-in, cc: IN, imp: 2, tier: 4, checks: [http] }
2297 + - { id: gov-in-epfindia, name: "EPFO", host: www.epfindia.gov.in, cat: government, provider: epfo, cc: IN, imp: 5, tier: 3, checks: [http] }
2298 + - { id: gov-in-gj-surat, name: "Surat Municipal Corporation", host: www.suratmunicipal.gov.in, cat: government, provider: surat, cc: IN, imp: 1, tier: 4, checks: [http] }
2299 + - { id: gov-in-gst, name: "GST Portal", host: www.gst.gov.in, cat: government, provider: gstn, cc: IN, imp: 5, tier: 3, checks: [http] }
2300 + - { id: gov-in-hr-portal, name: "Government of Haryana", host: haryana.gov.in, cat: government, provider: gov-in-hr, cc: IN, imp: 2, tier: 4, checks: [http] }
2301 + - { id: gov-in-hyderabad, name: "GHMC (Hyderabad)", host: www.ghmc.gov.in, cat: government, provider: hyderabad, cc: IN, imp: 2, tier: 4, checks: [http] }
2302 + - { id: gov-in-icegate, name: "ICEGATE", host: www.icegate.gov.in, cat: government, provider: cbic, cc: IN, imp: 3, tier: 4, checks: [http] }
2303 + - { id: gov-in-icmr, name: "ICMR", host: www.icmr.gov.in, cat: government, provider: icmr, cc: IN, imp: 3, tier: 4, checks: [http] }
2304 + - { id: gov-in-indiacode, name: "India Code", host: www.indiacode.nic.in, cat: government, provider: lawmin, cc: IN, imp: 3, tier: 4, checks: [http] }
2305 + - { id: gov-in-indianvisaonline, name: "Indian Visa Online", host: indianvisaonline.gov.in, cat: government, provider: mha-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2306 + - { id: gov-in-ipindia, name: "Indian Patent Office", host: ipindia.gov.in, cat: government, provider: cgpdtm, cc: IN, imp: 2, tier: 4, checks: [http] }
2307 + - { id: gov-in-irctc, name: "IRCTC", host: www.irctc.co.in, cat: government, provider: irctc, cc: IN, imp: 5, tier: 3, checks: [http] }
2308 + - { id: gov-in-irdai, name: "IRDAI", host: irdai.gov.in, cat: government, provider: irdai, cc: IN, imp: 2, tier: 4, checks: [http] }
2309 + - { id: gov-in-isro, name: "ISRO", host: www.isro.gov.in, cat: government, provider: isro, cc: IN, imp: 4, tier: 3, checks: [http] }
2310 + - { id: gov-in-jh-portal, name: "Government of Jharkhand", host: www.jharkhand.gov.in, cat: government, provider: gov-in-jh, cc: IN, imp: 2, tier: 4, checks: [http] }
2311 + - { id: gov-in-ka-blr-airport, name: "Kempegowda International Airport", host: www.bengaluruairport.com, cat: government, provider: bial, cc: IN, imp: 1, tier: 4, checks: [http] }
2312 + - { id: gov-in-kl-portal, name: "Government of Kerala", host: kerala.gov.in, cat: government, provider: gov-in-kl, cc: IN, imp: 2, tier: 4, checks: [http] }
2313 + - { id: gov-in-kolkata, name: "Kolkata Municipal Corporation", host: www.kmcgov.in, cat: government, provider: kolkata, cc: IN, imp: 2, tier: 4, checks: [http] }
2314 + - { id: gov-in-labour, name: "Ministry of Labour & Employment", host: labour.gov.in, cat: government, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2315 + - { id: gov-in-lawmin, name: "Ministry of Law and Justice", host: lawmin.gov.in, cat: government, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2316 + - { id: gov-in-lic, name: "LIC of India", host: licindia.in, cat: government, provider: lic, cc: IN, imp: 3, tier: 4, checks: [http] }
2317 + - { id: gov-in-mca, name: "Ministry of Corporate Affairs", host: www.mca.gov.in, cat: government, provider: mca, cc: IN, imp: 4, tier: 3, checks: [http] }
2318 + - { id: gov-in-mea, name: "Ministry of External Affairs", host: www.mea.gov.in, cat: government, provider: gov-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2319 + - { id: gov-in-meity, name: "MeitY", host: www.meity.gov.in, cat: government, provider: gov-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2320 + - { id: gov-in-mh-mahatransport, name: "Maharashtra Transport", host: transport.maharashtra.gov.in, cat: government, provider: gov-in-mh, cc: IN, imp: 1, tier: 4, checks: [http] }
2321 + - { id: gov-in-mh-mmrda, name: "MMRDA", host: mmrda.maharashtra.gov.in, cat: government, provider: gov-in-mh, cc: IN, imp: 1, tier: 4, checks: [http] }
2322 + - { id: gov-in-mh-pune-pmc-not, name: "Nagpur Municipal Corporation", host: www.nmcnagpur.gov.in, cat: government, provider: nagpur, cc: IN, imp: 1, tier: 4, checks: [http] }
2323 + - { id: gov-in-mha, name: "Ministry of Home Affairs", host: www.mha.gov.in, cat: government, provider: gov-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2324 + - { id: gov-in-morth, name: "Ministry of Road Transport and Highways", host: morth.nic.in, cat: government, provider: gov-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2325 + - { id: gov-in-mospi, name: "MoSPI", host: www.mospi.gov.in, cat: government, provider: mospi, cc: IN, imp: 4, tier: 3, checks: [http] }
2326 + - { id: gov-in-mumbai, name: "Municipal Corporation of Greater Mumbai", host: portal.mcgm.gov.in, cat: government, provider: mumbai, cc: IN, imp: 3, tier: 4, checks: [http] }
2327 + - { id: gov-in-ncdc, name: "NCDC India", host: ncdc.mohfw.gov.in, cat: government, provider: mohfw, cc: IN, imp: 3, tier: 4, checks: [http] }
2328 + - { id: gov-in-ncrb, name: "NCRB", host: ncrb.gov.in, cat: government, provider: ncrb, cc: IN, imp: 2, tier: 4, checks: [http] }
2329 + - { id: gov-in-nhai, name: "NHAI", host: nhai.gov.in, cat: government, provider: nhai, cc: IN, imp: 3, tier: 4, checks: [http] }
2330 + - { id: gov-in-nic, name: "National Informatics Centre", host: www.nic.in, cat: government, provider: nic-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2331 + - { id: gov-in-niti, name: "NITI Aayog", host: www.niti.gov.in, cat: government, provider: niti, cc: IN, imp: 3, tier: 4, checks: [http] }
2332 + - { id: gov-in-npscra, name: "NPS Trust", host: www.npstrust.org.in, cat: government, provider: pfrda, cc: IN, imp: 2, tier: 4, checks: [http] }
2333 + - { id: gov-in-nrega, name: "MGNREGA", host: nrega.nic.in, cat: government, provider: rural-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2334 + - { id: gov-in-nta, name: "National Testing Agency", host: nta.ac.in, cat: government, provider: nta-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2335 + - { id: gov-in-parivahan, name: "Parivahan Sewa", host: parivahan.gov.in, cat: government, provider: morth, cc: IN, imp: 4, tier: 3, checks: [http] }
2336 + - { id: gov-in-passportindia, name: "Passport Seva", host: www.passportindia.gov.in, cat: government, provider: mea-in, cc: IN, imp: 5, tier: 3, checks: [http] }
2337 + - { id: gov-in-pgportal, name: "CPGRAMS", host: pgportal.gov.in, cat: government, provider: darpg, cc: IN, imp: 2, tier: 4, checks: [http] }
2338 + - { id: gov-in-pib, name: "Press Information Bureau", host: pib.gov.in, cat: government, provider: gov-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2339 + - { id: gov-in-pmindia-mygov, name: "MyGov Blog", host: blog.mygov.in, cat: government, provider: mygov, cc: IN, imp: 1, tier: 4, checks: [http] }
2340 + - { id: gov-in-president, name: "President of India", host: presidentofindia.gov.in, cat: government, provider: gov-in, cc: IN, imp: 4, tier: 3, checks: [http] }
2341 + - { id: gov-in-pune, name: "Pune Municipal Corporation", host: pmc.gov.in, cat: government, provider: pune, cc: IN, imp: 1, tier: 4, checks: [http] }
2342 + - { id: gov-in-results-eci, name: "ECI Results", host: results.eci.gov.in, cat: government, provider: eci, cc: IN, imp: 3, tier: 4, checks: [http] }
2343 + - { id: gov-in-rj-jaipur, name: "Jaipur Municipal Corporation", host: jaipurmc.org, cat: government, provider: jaipur, cc: IN, imp: 1, tier: 4, checks: [http] }
2344 + - { id: gov-in-rj-portal, name: "Government of Rajasthan", host: rajasthan.gov.in, cat: government, provider: gov-in-rj, cc: IN, imp: 2, tier: 4, checks: [http] }
2345 + - { id: gov-in-sachet, name: "SACHET (alerts)", host: sachet.ndma.gov.in, cat: government, provider: ndma, cc: IN, imp: 2, tier: 4, checks: [http] }
2346 + - { id: gov-in-sansad, name: "Sansad (Parliament portal)", host: sansad.in, cat: government, provider: parliament-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2347 + - { id: gov-in-sci, name: "Supreme Court of India", host: www.sci.gov.in, cat: government, provider: sci, cc: IN, imp: 4, tier: 3, checks: [http] }
2348 + - { id: gov-in-sebi, name: "SEBI", host: www.sebi.gov.in, cat: government, provider: sebi, cc: IN, imp: 4, tier: 3, checks: [http] }
2349 + - { id: gov-in-ssc, name: "Staff Selection Commission", host: ssc.gov.in, cat: government, provider: ssc-in, cc: IN, imp: 3, tier: 4, checks: [http] }
2350 + - { id: gov-in-tg-portal, name: "Government of Telangana", host: www.telangana.gov.in, cat: government, provider: gov-in-tg, cc: IN, imp: 2, tier: 4, checks: [http] }
2351 + - { id: gov-in-tn-chennaimetro, name: "Chennai Metro Rail", host: chennaimetrorail.org, cat: government, provider: cmrl, cc: IN, imp: 1, tier: 4, checks: [http] }
2352 + - { id: gov-in-trai, name: "TRAI", host: www.trai.gov.in, cat: government, provider: trai, cc: IN, imp: 3, tier: 4, checks: [http] }
2353 + - { id: gov-in-ugc, name: "UGC", host: www.ugc.gov.in, cat: government, provider: ugc, cc: IN, imp: 3, tier: 4, checks: [http] }
2354 + - { id: gov-in-umang, name: "UMANG", host: web.umang.gov.in, cat: government, provider: meity, cc: IN, imp: 3, tier: 4, checks: [http] }
2355 + - { id: gov-in-up-lucknow, name: "Lucknow Municipal Corporation", host: lmc.up.nic.in, cat: government, provider: lucknow, cc: IN, imp: 1, tier: 4, checks: [http] }
2356 + # ───────── IQ
2357 + - { id: gov-iq-baghdad, name: "Baghdad Governorate", host: baghdad.gov.iq, cat: government, provider: baghdad, cc: IQ, imp: 1, tier: 4, checks: [http] }
2358 + - { id: gov-iq-cbi, name: "Central Bank of Iraq", host: cbi.iq, cat: government, provider: cbi, cc: IQ, imp: 3, tier: 4, checks: [http] }
2359 + - { id: gov-iq-cmc, name: "Communications and Media Commission", host: cmc.iq, cat: government, provider: cmc-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2360 + - { id: gov-iq-cosit, name: "Central Statistical Organization", host: cosit.gov.iq, cat: government, provider: cosit, cc: IQ, imp: 1, tier: 4, checks: [http] }
2361 + - { id: gov-iq-customs, name: "General Customs Authority", host: customs.mof.gov.iq, cat: government, provider: customs-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2362 + - { id: gov-iq-evisa, name: "Iraq eVisa", host: evisa.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2363 + - { id: gov-iq-ihec, name: "Independent High Electoral Commission", host: ihec.iq, cat: government, provider: ihec, cc: IQ, imp: 2, tier: 4, checks: [http] }
2364 + - { id: gov-iq-iraqipost, name: "Iraqi Post", host: post.iq, cat: government, provider: iraqipost, cc: IQ, imp: 1, tier: 4, checks: [http] }
2365 + - { id: gov-iq-krg, name: "Kurdistan Regional Government", host: gov.krd, cat: government, provider: krg, cc: IQ, imp: 2, tier: 4, checks: [http] }
2366 + - { id: gov-iq-moc, name: "Ministry of Communications", host: moc.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2367 + - { id: gov-iq-moedu, name: "Ministry of Education", host: moedu.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2368 + - { id: gov-iq-mof, name: "Ministry of Finance", host: mof.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2369 + - { id: gov-iq-mofa, name: "Ministry of Foreign Affairs", host: mofa.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2370 + - { id: gov-iq-moh, name: "Ministry of Health", host: moh.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2371 + - { id: gov-iq-moi, name: "Ministry of Interior", host: moi.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2372 + - { id: gov-iq-moj, name: "Ministry of Justice", host: moj.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2373 + - { id: gov-iq-motrans, name: "Ministry of Transport", host: motrans.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2374 + - { id: gov-iq-pmo, name: "Prime Minister of Iraq", host: pmo.iq, cat: government, provider: gov-iq, cc: IQ, imp: 3, tier: 4, checks: [http] }
2375 + - { id: gov-iq-presidency, name: "Presidency of Iraq", host: presidency.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2376 + - { id: gov-iq-sjc, name: "Supreme Judicial Council", host: www.sjc.iq, cat: government, provider: sjc-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2377 + - { id: gov-iq-tax, name: "General Commission for Taxes", host: tax.mof.gov.iq, url: "http://tax.mof.gov.iq/", cat: government, provider: tax-iq, cc: IQ, imp: 1, tier: 4, checks: [http] }
2378 + - { id: gov-iq-ur, name: "Ur (Iraq e-gov portal)", host: ur.gov.iq, cat: government, provider: gov-iq, cc: IQ, imp: 2, tier: 4, checks: [http] }
2379 + # ───────── IR
2380 + - { id: gov-ir-cao, name: "Civil Aviation Organization", host: www.cao.ir, cat: government, provider: cao-ir, cc: IR, imp: 1, tier: 4, checks: [http] }
2381 + - { id: gov-ir-cbi, name: "Central Bank of Iran", host: www.cbi.ir, cat: government, provider: cbi-ir, cc: IR, imp: 3, tier: 4, checks: [http] }
2382 + - { id: gov-ir-dolat, name: "Government of Iran", host: dolat.ir, cat: government, provider: gov-ir, cc: IR, imp: 3, tier: 4, checks: [http] }
2383 + - { id: gov-ir-dotic, name: "Iran laws portal (dotic)", host: dotic.ir, cat: government, provider: gov-ir, cc: IR, imp: 1, tier: 4, checks: [http] }
2384 + - { id: gov-ir-ict, name: "Ministry of ICT", host: www.ict.gov.ir, cat: government, provider: gov-ir, cc: IR, imp: 2, tier: 4, checks: [http] }
2385 + - { id: gov-ir-irna, name: "IRNA", host: www.irna.ir, cat: government, provider: irna, cc: IR, imp: 2, tier: 4, checks: [http] }
2386 + - { id: gov-ir-mefa, name: "Ministry of Economic Affairs and Finance", host: mefa.ir, cat: government, provider: gov-ir, cc: IR, imp: 2, tier: 4, checks: [http] }
2387 + - { id: gov-ir-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.ir, cat: government, provider: gov-ir, cc: IR, imp: 3, tier: 4, checks: [http] }
2388 + - { id: gov-ir-moi, name: "Ministry of Interior", host: www.moi.ir, cat: government, provider: gov-ir, cc: IR, imp: 2, tier: 4, checks: [http] }
2389 + - { id: gov-ir-nlai, name: "National Library of Iran", host: www.nlai.ir, cat: government, provider: nlai, cc: IR, imp: 1, tier: 4, checks: [http] }
2390 + - { id: gov-ir-president, name: "President of Iran", host: president.ir, cat: government, provider: gov-ir, cc: IR, imp: 3, tier: 4, checks: [http] }
2391 + - { id: gov-ir-rai, name: "Iranian Railways", host: www.rai.ir, cat: government, provider: rai, cc: IR, imp: 1, tier: 4, checks: [http] }
2392 + - { id: gov-ir-tamin, name: "Social Security Organization", host: www.tamin.ir, cat: government, provider: tamin, cc: IR, imp: 2, tier: 4, checks: [http] }
2393 + # ───────── IS
2394 + - { id: gov-is-althingi, name: "Alþingi", host: www.althingi.is, cat: government, provider: althingi, cc: IS, imp: 2, tier: 4, checks: [http] }
2395 + - { id: gov-is-hagstofa, name: "Hagstofa Íslands", host: hagstofa.is, cat: government, provider: hagstofa, cc: IS, imp: 2, tier: 4, checks: [http] }
2396 + - { id: gov-is-island, name: "Ísland.is", host: island.is, cat: government, provider: gov-is, cc: IS, imp: 3, tier: 4, checks: [http] }
2397 + - { id: gov-is-landlaeknir, name: "Embætti landlæknis", host: www.landlaeknir.is, cat: government, provider: landlaeknir, cc: IS, imp: 2, tier: 4, checks: [http] }
2398 + - { id: gov-is-logreglan, name: "Lögreglan", host: www.logreglan.is, cat: government, provider: logreglan, cc: IS, imp: 2, tier: 4, checks: [http] }
2399 + - { id: gov-is-posturinn, name: "Pósturinn", host: www.posturinn.is, cat: government, provider: posturinn, cc: IS, imp: 1, tier: 4, checks: [http] }
2400 + - { id: gov-is-reykjavik, name: "Reykjavíkurborg", host: reykjavik.is, cat: government, provider: reykjavik, cc: IS, imp: 1, tier: 4, checks: [http] }
2401 + - { id: gov-is-sedlabanki, name: "Seðlabanki Íslands", host: www.sedlabanki.is, cat: government, provider: cb-is, cc: IS, imp: 2, tier: 4, checks: [http] }
2402 + - { id: gov-is-skatturinn, name: "Skatturinn", host: www.skatturinn.is, cat: government, provider: skatturinn, cc: IS, imp: 2, tier: 4, checks: [http] }
2403 + - { id: gov-is-stjornarradid, name: "Stjórnarráð Íslands", host: www.stjornarradid.is, cat: government, provider: gov-is, cc: IS, imp: 3, tier: 4, checks: [http] }
2404 + - { id: gov-is-utl, name: "Útlendingastofnun", host: utl.is, cat: government, provider: utl, cc: IS, imp: 1, tier: 4, checks: [http] }
2405 + - { id: gov-is-vedur, name: "Veðurstofa Íslands", host: www.vedur.is, cat: government, provider: vedur, cc: IS, imp: 3, tier: 4, checks: [http] }
2406 + # ───────── IT
2407 + - { id: city-bologna, name: "Comune di Bologna", host: www.comune.bologna.it, cat: government, provider: bologna, cc: IT, imp: 1, tier: 4, checks: [http] }
2408 + - { id: city-firenze, name: "Comune di Firenze", host: www.comune.fi.it, cat: government, provider: firenze, cc: IT, imp: 1, tier: 4, checks: [http] }
2409 + - { id: city-genova, name: "Comune di Genova", host: smart.comune.genova.it, cat: government, provider: genova, cc: IT, imp: 1, tier: 4, checks: [http] }
2410 + - { id: city-milano, name: "Comune di Milano", host: www.comune.milano.it, cat: government, provider: milano, cc: IT, imp: 3, tier: 4, checks: [http] }
2411 + - { id: city-napoli, name: "Comune di Napoli", host: www.comune.napoli.it, cat: government, provider: napoli, cc: IT, imp: 2, tier: 4, checks: [http] }
2412 + - { id: city-palermo, name: "Comune di Palermo", host: www.comune.palermo.it, cat: government, provider: palermo, cc: IT, imp: 1, tier: 4, checks: [http] }
2413 + - { id: city-roma, name: "Roma Capitale", host: www.comune.roma.it, cat: government, provider: roma, cc: IT, imp: 3, tier: 4, checks: [http] }
2414 + - { id: city-torino, name: "Città di Torino", host: www.comune.torino.it, cat: government, provider: torino, cc: IT, imp: 2, tier: 4, checks: [http] }
2415 + - { id: city-venezia, name: "Comune di Venezia", host: www.comune.venezia.it, cat: government, provider: venezia, cc: IT, imp: 1, tier: 4, checks: [http] }
2416 + - { id: gov-it-acn, name: "Agenzia per la Cybersicurezza Nazionale", host: www.acn.gov.it, cat: government, provider: acn, cc: IT, imp: 3, tier: 4, checks: [http] }
2417 + - { id: gov-it-adm, name: "Agenzia delle Dogane e dei Monopoli", host: www.adm.gov.it, cat: government, provider: adm, cc: IT, imp: 4, tier: 3, checks: [http] }
2418 + - { id: gov-it-agcm, name: "AGCM", host: www.agcm.it, cat: government, provider: agcm, cc: IT, imp: 2, tier: 4, checks: [http] }
2419 + - { id: gov-it-agcom, name: "AGCOM", host: www.agcom.it, cat: government, provider: agcom, cc: IT, imp: 2, tier: 4, checks: [http] }
2420 + - { id: gov-it-agid, name: "AgID", host: www.agid.gov.it, cat: government, provider: agid, cc: IT, imp: 3, tier: 4, checks: [http] }
2421 + - { id: gov-it-aifa, name: "AIFA", host: www.aifa.gov.it, url: "http://www.aifa.gov.it/", cat: government, provider: aifa, cc: IT, imp: 3, tier: 4, checks: [http] }
2422 + - { id: gov-it-archivio-centrale, name: "Archivio Centrale dello Stato", host: acs.cultura.gov.it, cat: government, provider: gov-it, cc: IT, imp: 1, tier: 4, checks: [http] }
2423 + - { id: gov-it-bancaditalia, name: "Banca d'Italia", host: www.bancaditalia.it, cat: government, provider: bancaditalia, cc: IT, imp: 5, tier: 3, checks: [http] }
2424 + - { id: gov-it-bncf, name: "Biblioteca Nazionale Centrale di Firenze", host: www.bncf.firenze.sbn.it, cat: government, provider: bncf, cc: IT, imp: 2, tier: 4, checks: [http] }
2425 + - { id: gov-it-cal-portal, name: "Regione Calabria", host: www.regione.calabria.it, cat: government, provider: regione-cal, cc: IT, imp: 2, tier: 4, checks: [http] }
2426 + - { id: gov-it-cam-portal, name: "Regione Campania", host: www.regione.campania.it, cat: government, provider: regione-cam, cc: IT, imp: 2, tier: 4, checks: [http] }
2427 + - { id: gov-it-carabinieri, name: "Carabinieri", host: www.carabinieri.it, cat: government, provider: carabinieri, cc: IT, imp: 3, tier: 4, checks: [http] }
2428 + - { id: gov-it-cassazione, name: "Corte Suprema di Cassazione", host: www.cortedicassazione.it, cat: government, provider: cassazione, cc: IT, imp: 3, tier: 4, checks: [http] }
2429 + - { id: gov-it-consob, name: "CONSOB", host: www.consob.it, cat: government, provider: consob, cc: IT, imp: 3, tier: 4, checks: [http] }
2430 + - { id: gov-it-corte-costituzionale, name: "Corte costituzionale", host: www.cortecostituzionale.it, cat: government, provider: corte-costituzionale, cc: IT, imp: 3, tier: 4, checks: [http] }
2431 + - { id: gov-it-cultura, name: "Ministero della Cultura", host: cultura.gov.it, cat: government, provider: gov-it, cc: IT, imp: 2, tier: 4, checks: [http] }
2432 + - { id: gov-it-dati-gov, name: "dati.gov.it", host: dati.gov.it, cat: government, provider: agid, cc: IT, imp: 2, tier: 4, checks: [http] }
2433 + - { id: gov-it-difesa, name: "Ministero della Difesa", host: www.difesa.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2434 + - { id: gov-it-dipartimento-digitale, name: "Dipartimento per la trasformazione digitale", host: innovazione.gov.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2435 + - { id: gov-it-emr-er-salute, name: "Emilia-Romagna Salute", host: salute.regione.emilia-romagna.it, cat: government, provider: regione-emr, cc: IT, imp: 1, tier: 4, checks: [http] }
2436 + - { id: gov-it-emr-portal, name: "Regione Emilia-Romagna", host: www.regione.emilia-romagna.it, cat: government, provider: regione-emr, cc: IT, imp: 2, tier: 4, checks: [http] }
2437 + - { id: gov-it-enac, name: "ENAC", host: www.enac.gov.it, cat: government, provider: enac, cc: IT, imp: 2, tier: 4, checks: [http] }
2438 + - { id: gov-it-esteri, name: "Ministero degli Affari Esteri", host: www.esteri.it, cat: government, provider: gov-it, cc: IT, imp: 4, tier: 3, checks: [http] }
2439 + - { id: gov-it-fsitaliane, name: "Ferrovie dello Stato", host: www.fsitaliane.it, cat: government, provider: fs, cc: IT, imp: 3, tier: 4, checks: [http] }
2440 + - { id: gov-it-fvg-portal, name: "Regione Friuli Venezia Giulia", host: www.regione.fvg.it, cat: government, provider: regione-fvg, cc: IT, imp: 2, tier: 4, checks: [http] }
2441 + - { id: gov-it-garante-privacy, name: "Garante Privacy", host: www.garanteprivacy.it, cat: government, provider: gpdp, cc: IT, imp: 3, tier: 4, checks: [http] }
2442 + - { id: gov-it-gazzetta-ufficiale, name: "Gazzetta Ufficiale", host: www.gazzettaufficiale.it, cat: government, provider: ipzs, cc: IT, imp: 3, tier: 4, checks: [http] }
2443 + - { id: gov-it-gdf, name: "Guardia di Finanza", host: www.gdf.gov.it, cat: government, provider: gdf, cc: IT, imp: 2, tier: 4, checks: [http] }
2444 + - { id: gov-it-giustizia, name: "Ministero della Giustizia", host: www.giustizia.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2445 + - { id: gov-it-inail, name: "INAIL", host: www.inail.it, cat: government, provider: inail, cc: IT, imp: 3, tier: 4, checks: [http] }
2446 + - { id: gov-it-ingv, name: "INGV", host: www.ingv.it, cat: government, provider: ingv, cc: IT, imp: 3, tier: 4, checks: [http] }
2447 + - { id: gov-it-interno, name: "Ministero dell'Interno", host: www.interno.gov.it, cat: government, provider: gov-it, cc: IT, imp: 4, tier: 3, checks: [http] }
2448 + - { id: gov-it-iss, name: "Istituto Superiore di Sanità", host: www.iss.it, cat: government, provider: iss, cc: IT, imp: 3, tier: 4, checks: [http] }
2449 + - { id: gov-it-istruzione, name: "Ministero dell'Istruzione e del Merito", host: www.mim.gov.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2450 + - { id: gov-it-lavoro, name: "Ministero del Lavoro", host: www.lavoro.gov.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2451 + - { id: gov-it-laz-adr, name: "Aeroporti di Roma", host: www.adr.it, cat: government, provider: adr, cc: IT, imp: 2, tier: 4, checks: [http] }
2452 + - { id: gov-it-laz-atac, name: "ATAC Roma", host: www.atac.roma.it, cat: government, provider: atac, cc: IT, imp: 2, tier: 4, checks: [http] }
2453 + - { id: gov-it-laz-portal, name: "Regione Lazio", host: www.regione.lazio.it, cat: government, provider: regione-laz, cc: IT, imp: 2, tier: 4, checks: [http] }
2454 + - { id: gov-it-laz-salutelazio, name: "Salute Lazio", host: www.salutelazio.it, cat: government, provider: regione-laz, cc: IT, imp: 1, tier: 4, checks: [http] }
2455 + - { id: gov-it-lig-portal, name: "Regione Liguria", host: www.regione.liguria.it, cat: government, provider: regione-lig, cc: IT, imp: 2, tier: 4, checks: [http] }
2456 + - { id: gov-it-lom-atm, name: "ATM Milano", host: www.atm.it, cat: government, provider: atm-milano, cc: IT, imp: 2, tier: 4, checks: [http] }
2457 + - { id: gov-it-lom-consiglio, name: "Consiglio Regionale Lombardia", host: www.consiglio.regione.lombardia.it, cat: government, provider: regione-lom, cc: IT, imp: 1, tier: 4, checks: [http] }
2458 + - { id: gov-it-lom-portal, name: "Regione Lombardia", host: www.regione.lombardia.it, cat: government, provider: regione-lom, cc: IT, imp: 2, tier: 4, checks: [http] }
2459 + - { id: gov-it-lom-sea, name: "SEA Milan Airports", host: www.milanomalpensa-airport.com, cat: government, provider: sea-milano, cc: IT, imp: 1, tier: 4, checks: [http] }
2460 + - { id: gov-it-malta, name: "Government of Malta", host: www.gov.mt, cat: government, provider: gov-mt, cc: IT, imp: 3, tier: 4, checks: [http] }
2461 + - { id: gov-it-malta-cbm, name: "Central Bank of Malta", host: www.centralbankmalta.org, cat: government, provider: cbm, cc: IT, imp: 2, tier: 4, checks: [http] }
2462 + - { id: gov-it-malta-nso, name: "NSO Malta", host: nso.gov.mt, cat: government, provider: nso-mt, cc: IT, imp: 2, tier: 4, checks: [http] }
2463 + - { id: gov-it-malta-parliament, name: "Parliament of Malta", host: parlament.mt, cat: government, provider: parlament-mt, cc: IT, imp: 2, tier: 4, checks: [http] }
2464 + - { id: gov-it-mar-portal, name: "Regione Marche", host: www.regione.marche.it, cat: government, provider: regione-mar, cc: IT, imp: 2, tier: 4, checks: [http] }
2465 + - { id: gov-it-mef, name: "Ministero dell'Economia e delle Finanze", host: www.mef.gov.it, cat: government, provider: gov-it, cc: IT, imp: 4, tier: 3, checks: [http] }
2466 + - { id: gov-it-meteoam, name: "Servizio Meteorologico Aeronautica", host: www.meteoam.it, cat: government, provider: meteoam, cc: IT, imp: 3, tier: 4, checks: [http] }
2467 + - { id: gov-it-mit, name: "Ministero delle Infrastrutture e dei Trasporti", host: www.mit.gov.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2468 + - { id: gov-it-normattiva, name: "Normattiva", host: www.normattiva.it, cat: government, provider: gov-it, cc: IT, imp: 3, tier: 4, checks: [http] }
2469 + - { id: gov-it-pie-portal, name: "Regione Piemonte", host: www.regione.piemonte.it, cat: government, provider: regione-pie, cc: IT, imp: 2, tier: 4, checks: [http] }
2470 + - { id: gov-it-polizia, name: "Polizia di Stato", host: www.poliziadistato.it, cat: government, provider: polizia, cc: IT, imp: 3, tier: 4, checks: [http] }
2471 + - { id: gov-it-rfi, name: "RFI (Rete Ferroviaria Italiana)", host: www.rfi.it, cat: government, provider: fs, cc: IT, imp: 2, tier: 4, checks: [http] }
2472 + - { id: gov-it-san-marino, name: "Repubblica di San Marino", host: www.gov.sm, cat: government, provider: gov-sm, cc: IT, imp: 1, tier: 4, checks: [http] }
2473 + - { id: gov-it-sar-portal, name: "Regione Sardegna", host: www.regione.sardegna.it, cat: government, provider: regione-sar, cc: IT, imp: 2, tier: 4, checks: [http] }
2474 + - { id: gov-it-senato, name: "Senato della Repubblica", host: www.senato.it, cat: government, provider: senato, cc: IT, imp: 4, tier: 3, checks: [http] }
2475 + - { id: gov-it-sic-portal, name: "Regione Sicilia", host: www.regione.sicilia.it, cat: government, provider: regione-sic, cc: IT, imp: 2, tier: 4, checks: [http] }
2476 + - { id: gov-it-spid, name: "SPID", host: www.spid.gov.it, cat: government, provider: agid, cc: IT, imp: 4, tier: 3, checks: [http] }
2477 + - { id: gov-it-taa-portal, name: "Regione Trentino-Alto Adige", host: www.regione.taa.it, cat: government, provider: regione-taa, cc: IT, imp: 2, tier: 4, checks: [http] }
2478 + - { id: gov-it-vaticano, name: "Vatican / Holy See", host: www.vatican.va, cat: government, provider: vatican, cc: IT, imp: 3, tier: 4, checks: [http] }
2479 + - { id: gov-it-ven-portal, name: "Regione Veneto", host: www.regione.veneto.it, cat: government, provider: regione-ven, cc: IT, imp: 2, tier: 4, checks: [http] }
2480 + # ───────── JM
2481 + - { id: gov-jm-boj, name: "Bank of Jamaica", host: boj.org.jm, cat: government, provider: boj, cc: JM, imp: 2, tier: 4, checks: [http] }
2482 + - { id: gov-jm-ecj, name: "Electoral Commission of Jamaica", host: ecj.com.jm, cat: government, provider: ecj, cc: JM, imp: 1, tier: 4, checks: [http] }
2483 + - { id: gov-jm-gov, name: "Government of Jamaica", host: www.gov.jm, cat: government, provider: gov-jm, cc: JM, imp: 2, tier: 4, checks: [http] }
2484 + - { id: gov-jm-jamaicapost, name: "Jamaica Post", host: jamaicapost.gov.jm, cat: government, provider: jamaica-post, cc: JM, imp: 1, tier: 4, checks: [http] }
2485 + - { id: gov-jm-japarliament, name: "Parliament of Jamaica", host: www.japarliament.gov.jm, cat: government, provider: parliament-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
2486 + - { id: gov-jm-jca, name: "Jamaica Customs Agency", host: www.jacustoms.gov.jm, cat: government, provider: jca, cc: JM, imp: 1, tier: 4, checks: [http] }
2487 + - { id: gov-jm-jcf, name: "Jamaica Constabulary Force", host: jcf.gov.jm, cat: government, provider: jcf, cc: JM, imp: 1, tier: 4, checks: [http] }
2488 + - { id: gov-jm-jis, name: "Jamaica Information Service", host: jis.gov.jm, cat: government, provider: jis, cc: JM, imp: 2, tier: 4, checks: [http] }
2489 + - { id: gov-jm-kingston, name: "Kingston & St. Andrew Municipal Corporation", host: www.ksamc.gov.jm, cat: government, provider: kingston, cc: JM, imp: 1, tier: 4, checks: [http] }
2490 + - { id: gov-jm-metservice, name: "Meteorological Service of Jamaica", host: metservice.gov.jm, cat: government, provider: met-jm, cc: JM, imp: 2, tier: 4, checks: [http] }
2491 + - { id: gov-jm-mfaft, name: "Ministry of Foreign Affairs", host: mfaft.gov.jm, cat: government, provider: gov-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
2492 + - { id: gov-jm-mns, name: "Ministry of National Security", host: www.mns.gov.jm, cat: government, provider: gov-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
2493 + - { id: gov-jm-mof, name: "Ministry of Finance", host: mof.gov.jm, cat: government, provider: gov-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
2494 + - { id: gov-jm-moh, name: "Ministry of Health and Wellness", host: www.moh.gov.jm, cat: government, provider: gov-jm, cc: JM, imp: 2, tier: 4, checks: [http] }
2495 + - { id: gov-jm-nis, name: "NIS Jamaica", host: www.mlss.gov.jm, cat: government, provider: mlss, cc: JM, imp: 1, tier: 4, checks: [http] }
2496 + - { id: gov-jm-nlj, name: "National Library of Jamaica", host: nlj.gov.jm, cat: government, provider: nlj, cc: JM, imp: 1, tier: 4, checks: [http] }
2497 + - { id: gov-jm-odpem, name: "ODPEM", host: www.odpem.org.jm, cat: government, provider: odpem, cc: JM, imp: 1, tier: 4, checks: [http] }
2498 + - { id: gov-jm-opm, name: "Office of the Prime Minister", host: opm.gov.jm, cat: government, provider: gov-jm, cc: JM, imp: 2, tier: 4, checks: [http] }
2499 + - { id: gov-jm-pica, name: "PICA", host: www.pica.gov.jm, cat: government, provider: pica, cc: JM, imp: 1, tier: 4, checks: [http] }
2500 + - { id: gov-jm-statinja, name: "STATIN", host: statinja.gov.jm, cat: government, provider: statin, cc: JM, imp: 1, tier: 4, checks: [http] }
2501 + - { id: gov-jm-supremecourt, name: "Supreme Court of Jamaica", host: supremecourt.gov.jm, cat: government, provider: sc-jm, cc: JM, imp: 1, tier: 4, checks: [http] }
2502 + - { id: gov-jm-taj, name: "Tax Administration Jamaica", host: www.jamaicatax.gov.jm, cat: government, provider: taj, cc: JM, imp: 2, tier: 4, checks: [http] }
2503 + # ───────── JO
2504 + - { id: gov-jo-amman, name: "Greater Amman Municipality", host: www.amman.jo, cat: government, provider: amman, cc: JO, imp: 2, tier: 4, checks: [http] }
2505 + - { id: gov-jo-carc, name: "CARC (aviation)", host: www.carc.gov.jo, cat: government, provider: carc, cc: JO, imp: 1, tier: 4, checks: [http] }
2506 + - { id: gov-jo-cbj, name: "Central Bank of Jordan", host: www.cbj.gov.jo, cat: government, provider: cbj, cc: JO, imp: 3, tier: 4, checks: [http] }
2507 + - { id: gov-jo-cspd, name: "Civil Status and Passports Department", host: www.cspd.gov.jo, cat: government, provider: cspd, cc: JO, imp: 2, tier: 4, checks: [http] }
2508 + - { id: gov-jo-customs, name: "Jordan Customs", host: www.customs.gov.jo, cat: government, provider: customs-jo, cc: JO, imp: 1, tier: 4, checks: [http] }
2509 + - { id: gov-jo-dos, name: "Department of Statistics", host: dosweb.dos.gov.jo, cat: government, provider: dos-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2510 + - { id: gov-jo-iec, name: "Independent Election Commission", host: iec.jo, cat: government, provider: iec-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2511 + - { id: gov-jo-istd, name: "Income and Sales Tax Department", host: istd.gov.jo, cat: government, provider: istd, cc: JO, imp: 2, tier: 4, checks: [http] }
2512 + - { id: gov-jo-jfda, name: "Jordan FDA", host: www.jfda.jo, cat: government, provider: jfda, cc: JO, imp: 1, tier: 4, checks: [http] }
2513 + - { id: gov-jo-jordanpost, name: "Jordan Post", host: www.jordanpost.com.jo, url: "http://www.jordanpost.com.jo/", cat: government, provider: jordanpost, cc: JO, imp: 1, tier: 4, checks: [http] }
2514 + - { id: gov-jo-kingabdullah, name: "King Abdullah II", host: kingabdullah.jo, cat: government, provider: gov-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2515 + - { id: gov-jo-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.gov.jo, cat: government, provider: gov-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2516 + - { id: gov-jo-modee, name: "Ministry of Digital Economy", host: www.modee.gov.jo, cat: government, provider: gov-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2517 + - { id: gov-jo-mof, name: "Ministry of Finance", host: www.mof.gov.jo, cat: government, provider: gov-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2518 + - { id: gov-jo-moh, name: "Ministry of Health", host: www.moh.gov.jo, cat: government, provider: gov-jo, cc: JO, imp: 3, tier: 4, checks: [http] }
2519 + - { id: gov-jo-moi, name: "Ministry of Interior", host: www.moi.gov.jo, cat: government, provider: gov-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2520 + - { id: gov-jo-ncscm, name: "National Centre for Security and Crisis Management", host: www.ncscm.gov.jo, cat: government, provider: ncscm, cc: JO, imp: 1, tier: 4, checks: [http] }
2521 + - { id: gov-jo-nl, name: "National Library of Jordan", host: www.nl.gov.jo, cat: government, provider: nl-jo, cc: JO, imp: 1, tier: 4, checks: [http] }
2522 + - { id: gov-jo-petra, name: "Petra News Agency", host: petra.gov.jo, cat: government, provider: petra, cc: JO, imp: 2, tier: 4, checks: [http] }
2523 + - { id: gov-jo-pm, name: "Prime Ministry of Jordan", host: www.pm.gov.jo, cat: government, provider: gov-jo, cc: JO, imp: 3, tier: 4, checks: [http] }
2524 + - { id: gov-jo-ssc, name: "Social Security Corporation", host: www.ssc.gov.jo, cat: government, provider: ssc-jo, cc: JO, imp: 2, tier: 4, checks: [http] }
2525 + - { id: gov-jo-trc, name: "TRC Jordan", host: www.trc.gov.jo, cat: government, provider: trc-jo, cc: JO, imp: 1, tier: 4, checks: [http] }
2526 + # ───────── JP
2527 + - { id: city-tokyo, name: "Tokyo Metropolitan Government (EN)", host: www.metro.tokyo.lg.jp, url: "https://www.metro.tokyo.lg.jp/english/", cat: government, provider: tokyo, cc: JP, imp: 3, tier: 4, checks: [http] }
2528 + - { id: gov-jp-aichi, name: "Aichi Prefecture", host: www.pref.aichi.jp, cat: government, provider: aichi, cc: JP, imp: 2, tier: 4, checks: [http] }
2529 + - { id: gov-jp-archives, name: "National Archives of Japan", host: www.archives.go.jp, cat: government, provider: archives-jp, cc: JP, imp: 1, tier: 4, checks: [http] }
2530 + - { id: gov-jp-bousai, name: "Cabinet Office Disaster Management", host: www.bousai.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2531 + - { id: gov-jp-cao, name: "Cabinet Office", host: www.cao.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2532 + - { id: gov-jp-chiba, name: "Chiba Prefecture", host: www.pref.chiba.lg.jp, cat: government, provider: chiba, cc: JP, imp: 2, tier: 4, checks: [http] }
2533 + - { id: gov-jp-courts, name: "Courts in Japan", host: www.courts.go.jp, cat: government, provider: courts-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2534 + - { id: gov-jp-customs, name: "Japan Customs", host: www.customs.go.jp, cat: government, provider: customs-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2535 + - { id: gov-jp-e-stat, name: "e-Stat", host: www.e-stat.go.jp, cat: government, provider: stat-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2536 + - { id: gov-jp-e-tax, name: "e-Tax", host: www.e-tax.nta.go.jp, cat: government, provider: nta-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2537 + - { id: gov-jp-elaws, name: "e-Gov Laws", host: elaws.e-gov.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2538 + - { id: gov-jp-env, name: "Ministry of the Environment", host: www.env.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
2539 + - { id: gov-jp-fdma, name: "Fire and Disaster Management Agency", host: www.fdma.go.jp, cat: government, provider: fdma, cc: JP, imp: 3, tier: 4, checks: [http] }
2540 + - { id: gov-jp-fsa, name: "Financial Services Agency", host: www.fsa.go.jp, cat: government, provider: fsa-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2541 + - { id: gov-jp-fukuoka-city, name: "Fukuoka City", host: www.city.fukuoka.lg.jp, cat: government, provider: fukuoka, cc: JP, imp: 2, tier: 4, checks: [http] }
2542 + - { id: gov-jp-fukuoka-pref, name: "Fukuoka Prefecture", host: www.pref.fukuoka.lg.jp, cat: government, provider: fukuoka, cc: JP, imp: 2, tier: 4, checks: [http] }
2543 + - { id: gov-jp-gsi, name: "Geospatial Information Authority", host: www.gsi.go.jp, cat: government, provider: gsi, cc: JP, imp: 2, tier: 4, checks: [http] }
2544 + - { id: gov-jp-haneda, name: "Haneda Airport", host: tokyo-haneda.com, cat: government, provider: tiat, cc: JP, imp: 3, tier: 4, checks: [http] }
2545 + - { id: gov-jp-hiroshima, name: "Hiroshima Prefecture", host: www.pref.hiroshima.lg.jp, cat: government, provider: hiroshima, cc: JP, imp: 1, tier: 4, checks: [http] }
2546 + - { id: gov-jp-hokkaido, name: "Hokkaido Government", host: www.pref.hokkaido.lg.jp, cat: government, provider: hokkaido, cc: JP, imp: 2, tier: 4, checks: [http] }
2547 + - { id: gov-jp-hyogo, name: "Hyogo Prefecture", host: web.pref.hyogo.lg.jp, cat: government, provider: hyogo, cc: JP, imp: 2, tier: 4, checks: [http] }
2548 + - { id: gov-jp-isa, name: "Immigration Services Agency", host: www.moj.go.jp, url: "https://www.moj.go.jp/isa/", cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2549 + - { id: gov-jp-japanpost, name: "Japan Post Holdings", host: www.japanpost.jp, cat: government, provider: japanpost, cc: JP, imp: 3, tier: 4, checks: [http] }
2550 + - { id: gov-jp-jaxa, name: "JAXA", host: www.jaxa.jp, cat: government, provider: jaxa, cc: JP, imp: 3, tier: 4, checks: [http] }
2551 + - { id: gov-jp-jcab, name: "Japan Civil Aviation Bureau", host: www.mlit.go.jp, url: "https://www.mlit.go.jp/koku/", cat: government, provider: gov-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
2552 + - { id: gov-jp-jetro, name: "JETRO", host: www.jetro.go.jp, cat: government, provider: jetro, cc: JP, imp: 2, tier: 4, checks: [http] }
2553 + - { id: gov-jp-jica, name: "JICA", host: www.jica.go.jp, cat: government, provider: jica, cc: JP, imp: 2, tier: 4, checks: [http] }
2554 + - { id: gov-jp-jnto, name: "JNTO", host: www.japan.travel, cat: government, provider: jnto, cc: JP, imp: 3, tier: 4, checks: [http] }
2555 + - { id: gov-jp-jpcert, name: "JPCERT/CC", host: www.jpcert.or.jp, cat: government, provider: jpcert, cc: JP, imp: 2, tier: 4, checks: [http] }
2556 + - { id: gov-jp-jpo, name: "Japan Patent Office", host: www.jpo.go.jp, cat: government, provider: jpo, cc: JP, imp: 2, tier: 4, checks: [http] }
2557 + - { id: gov-jp-jr-central, name: "JR Central", host: jr-central.co.jp, cat: government, provider: jr, cc: JP, imp: 3, tier: 4, checks: [http] }
2558 + - { id: gov-jp-jr-hokkaido, name: "JR Hokkaido", host: www.jrhokkaido.co.jp, cat: government, provider: jr, cc: JP, imp: 2, tier: 4, checks: [http] }
2559 + - { id: gov-jp-jr-kyushu, name: "JR Kyushu", host: www.jrkyushu.co.jp, cat: government, provider: jr, cc: JP, imp: 2, tier: 4, checks: [http] }
2560 + - { id: gov-jp-jr-west, name: "JR West", host: www.westjr.co.jp, cat: government, provider: jr, cc: JP, imp: 3, tier: 4, checks: [http] }
2561 + - { id: gov-jp-kanagawa, name: "Kanagawa Prefecture", host: www.pref.kanagawa.jp, cat: government, provider: kanagawa, cc: JP, imp: 2, tier: 4, checks: [http] }
2562 + - { id: gov-jp-kanpou, name: "Kanpō (Official Gazette)", host: www.kanpo.go.jp, cat: government, provider: npb, cc: JP, imp: 2, tier: 4, checks: [http] }
2563 + - { id: gov-jp-kansai-airport, name: "Kansai International Airport", host: www.kansai-airport.or.jp, cat: government, provider: kap, cc: JP, imp: 2, tier: 4, checks: [http] }
2564 + - { id: gov-jp-keishicho, name: "Tokyo Metropolitan Police", host: www.keishicho.metro.tokyo.lg.jp, cat: government, provider: keishicho, cc: JP, imp: 2, tier: 4, checks: [http] }
2565 + - { id: gov-jp-kobe, name: "Kobe City", host: www.city.kobe.lg.jp, cat: government, provider: kobe, cc: JP, imp: 1, tier: 4, checks: [http] }
2566 + - { id: gov-jp-kyoto-city, name: "Kyoto City", host: www.city.kyoto.lg.jp, cat: government, provider: kyoto, cc: JP, imp: 2, tier: 4, checks: [http] }
2567 + - { id: gov-jp-kyoto-pref, name: "Kyoto Prefecture", host: www.pref.kyoto.jp, cat: government, provider: kyoto, cc: JP, imp: 1, tier: 4, checks: [http] }
2568 + - { id: gov-jp-maff, name: "MAFF", host: www.maff.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2569 + - { id: gov-jp-meti, name: "METI", host: www.meti.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2570 + - { id: gov-jp-mext, name: "MEXT", host: www.mext.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2571 + - { id: gov-jp-mlit, name: "MLIT", host: www.mlit.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2572 + - { id: gov-jp-mod, name: "Ministry of Defense", host: www.mod.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2573 + - { id: gov-jp-mof, name: "Ministry of Finance", host: www.mof.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2574 + - { id: gov-jp-moj, name: "Ministry of Justice", host: www.moj.go.jp, cat: government, provider: gov-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2575 + - { id: gov-jp-mynaportal, name: "Mynaportal", host: myna.go.jp, cat: government, provider: digital-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2576 + - { id: gov-jp-nagoya, name: "Nagoya City", host: www.city.nagoya.jp, cat: government, provider: nagoya, cc: JP, imp: 2, tier: 4, checks: [http] }
2577 + - { id: gov-jp-narita, name: "Narita Airport", host: www.narita-airport.jp, cat: government, provider: naa, cc: JP, imp: 3, tier: 4, checks: [http] }
2578 + - { id: gov-jp-ndl, name: "National Diet Library", host: www.ndl.go.jp, cat: government, provider: ndl, cc: JP, imp: 3, tier: 4, checks: [http] }
2579 + - { id: gov-jp-nenkin, name: "Japan Pension Service", host: www.nenkin.go.jp, cat: government, provider: nenkin, cc: JP, imp: 4, tier: 3, checks: [http] }
2580 + - { id: gov-jp-nexco-east, name: "NEXCO East", host: www.e-nexco.co.jp, cat: government, provider: nexco, cc: JP, imp: 2, tier: 4, checks: [http] }
2581 + - { id: gov-jp-niid, name: "Japan Institute for Health Security", host: www.niid.go.jp, cat: government, provider: jihs, cc: JP, imp: 3, tier: 4, checks: [http] }
2582 + - { id: gov-jp-nisc, name: "NISC (cybersecurity)", host: www.nisc.go.jp, cat: government, provider: nisc, cc: JP, imp: 3, tier: 4, checks: [http] }
2583 + - { id: gov-jp-npa, name: "National Police Agency", host: www.npa.go.jp, cat: government, provider: npa-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2584 + - { id: gov-jp-okinawa, name: "Okinawa Prefecture", host: www.pref.okinawa.jp, cat: government, provider: okinawa, cc: JP, imp: 1, tier: 4, checks: [http] }
2585 + - { id: gov-jp-osaka-city, name: "Osaka City", host: www.city.osaka.lg.jp, cat: government, provider: osaka, cc: JP, imp: 3, tier: 4, checks: [http] }
2586 + - { id: gov-jp-osaka-pref, name: "Osaka Prefecture", host: www.pref.osaka.lg.jp, cat: government, provider: osaka, cc: JP, imp: 3, tier: 4, checks: [http] }
2587 + - { id: gov-jp-pmda, name: "PMDA", host: www.pmda.go.jp, cat: government, provider: pmda, cc: JP, imp: 3, tier: 4, checks: [http] }
2588 + - { id: gov-jp-ppc, name: "Personal Information Protection Commission", host: www.ppc.go.jp, cat: government, provider: ppc, cc: JP, imp: 2, tier: 4, checks: [http] }
2589 + - { id: gov-jp-saitama, name: "Saitama Prefecture", host: www.pref.saitama.lg.jp, cat: government, provider: saitama, cc: JP, imp: 2, tier: 4, checks: [http] }
2590 + - { id: gov-jp-sangiin, name: "House of Councillors", host: www.sangiin.go.jp, cat: government, provider: diet-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2591 + - { id: gov-jp-sapporo, name: "Sapporo City", host: www.city.sapporo.jp, cat: government, provider: sapporo, cc: JP, imp: 2, tier: 4, checks: [http] }
2592 + - { id: gov-jp-sendai, name: "Sendai City", host: www.city.sendai.jp, cat: government, provider: sendai, cc: JP, imp: 1, tier: 4, checks: [http] }
2593 + - { id: gov-jp-shugiin, name: "House of Representatives", host: www.shugiin.go.jp, cat: government, provider: diet-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
2594 + - { id: gov-jp-stat, name: "Statistics Bureau of Japan", host: www.stat.go.jp, cat: government, provider: stat-jp, cc: JP, imp: 4, tier: 3, checks: [http] }
2595 + - { id: gov-jp-toei, name: "Toei Transportation", host: www.kotsu.metro.tokyo.jp, cat: government, provider: tokyo, cc: JP, imp: 3, tier: 4, checks: [http] }
2596 + - { id: gov-jp-tokyo, name: "Tokyo Metropolitan Government", host: www.metro.tokyo.lg.jp, cat: government, provider: tokyo, cc: JP, imp: 4, tier: 3, checks: [http] }
2597 + - { id: gov-jp-tokyo-metro, name: "Tokyo Metro", host: www.tokyometro.jp, cat: government, provider: tokyo-metro, cc: JP, imp: 4, tier: 3, checks: [http] }
2598 + - { id: gov-jp-yokohama, name: "Yokohama City", host: www.city.yokohama.lg.jp, cat: government, provider: yokohama, cc: JP, imp: 2, tier: 4, checks: [http] }
2599 + # ───────── KE
2600 + - { id: gov-ke-brs, name: "Business Registration Service", host: brs.go.ke, cat: government, provider: brs, cc: KE, imp: 2, tier: 4, checks: [http] }
2601 + - { id: gov-ke-ca, name: "Communications Authority of Kenya", host: www.ca.go.ke, cat: government, provider: ca-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2602 + - { id: gov-ke-cma, name: "Capital Markets Authority", host: www.cma.or.ke, cat: government, provider: cma-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2603 + - { id: gov-ke-ecitizen-portal, name: "eCitizen accounts", host: accounts.ecitizen.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2604 + - { id: gov-ke-education, name: "Ministry of Education", host: www.education.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2605 + - { id: gov-ke-etacitizen, name: "Kenya eTA", host: www.etakenya.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
2606 + - { id: gov-ke-helb, name: "HELB", host: www.helb.co.ke, cat: government, provider: helb, cc: KE, imp: 2, tier: 4, checks: [http] }
2607 + - { id: gov-ke-huduma, name: "Huduma Kenya", host: www.hudumakenya.go.ke, cat: government, provider: huduma, cc: KE, imp: 2, tier: 4, checks: [http] }
2608 + - { id: gov-ke-ict, name: "Ministry of ICT", host: ict.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2609 + - { id: gov-ke-iebc, name: "IEBC", host: www.iebc.or.ke, cat: government, provider: iebc, cc: KE, imp: 3, tier: 4, checks: [http] }
2610 + - { id: gov-ke-interior, name: "Ministry of Interior", host: www.interior.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2611 + - { id: gov-ke-judiciary, name: "Judiciary of Kenya", host: www.judiciary.go.ke, cat: government, provider: judiciary-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
2612 + - { id: gov-ke-kaa, name: "Kenya Airports Authority", host: www.kaa.go.ke, cat: government, provider: kaa, cc: KE, imp: 2, tier: 4, checks: [http] }
2613 + - { id: gov-ke-kcaa, name: "KCAA", host: www.kcaa.or.ke, cat: government, provider: kcaa, cc: KE, imp: 1, tier: 4, checks: [http] }
2614 + - { id: gov-ke-ke-cirt, name: "National KE-CIRT/CC", host: www.ke-cirt.go.ke, cat: government, provider: ca-ke, cc: KE, imp: 1, tier: 4, checks: [http] }
2615 + - { id: gov-ke-kebs, name: "KEBS", host: www.kebs.org, cat: government, provider: kebs, cc: KE, imp: 1, tier: 4, checks: [http] }
2616 + - { id: gov-ke-kenha, name: "KeNHA", host: kenha.co.ke, cat: government, provider: kenha, cc: KE, imp: 1, tier: 4, checks: [http] }
2617 + - { id: gov-ke-kenyagazette, name: "Kenya Gazette", host: gazettes.africa, url: "https://gazettes.africa/gazettes/ke", cat: government, provider: gazettes-africa, cc: KE, imp: 1, tier: 4, checks: [http] }
2618 + - { id: gov-ke-kenyalaw, name: "Kenya Law", host: kenyalaw.org, cat: government, provider: kenyalaw, cc: KE, imp: 2, tier: 4, checks: [http] }
2619 + - { id: gov-ke-knec, name: "KNEC", host: www.knec.ac.ke, cat: government, provider: knec, cc: KE, imp: 2, tier: 4, checks: [http] }
2620 + - { id: gov-ke-knls, name: "Kenya National Library Service", host: www.knls.ac.ke, cat: government, provider: knls, cc: KE, imp: 1, tier: 4, checks: [http] }
2621 + - { id: gov-ke-kra-itax, name: "KRA iTax", host: itax.kra.go.ke, cat: government, provider: kra, cc: KE, imp: 3, tier: 4, checks: [http] }
2622 + - { id: gov-ke-krc, name: "Kenya Railways", host: krc.co.ke, cat: government, provider: krc, cc: KE, imp: 2, tier: 4, checks: [http] }
2623 + - { id: gov-ke-meteo, name: "Kenya Meteorological Department", host: meteo.go.ke, cat: government, provider: kmd, cc: KE, imp: 2, tier: 4, checks: [http] }
2624 + - { id: gov-ke-mfa, name: "Ministry of Foreign Affairs", host: mfa.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
2625 + - { id: gov-ke-mombasa, name: "Mombasa County", host: www.mombasa.go.ke, cat: government, provider: mombasa, cc: KE, imp: 1, tier: 4, checks: [http] }
2626 + - { id: gov-ke-nairobi, name: "Nairobi City County", host: nairobi.go.ke, cat: government, provider: nairobi, cc: KE, imp: 2, tier: 4, checks: [http] }
2627 + - { id: gov-ke-ndoc, name: "National Disaster Operations Centre", host: www.ndoc.go.ke, cat: government, provider: ndoc, cc: KE, imp: 1, tier: 4, checks: [http] }
2628 + - { id: gov-ke-nssf, name: "NSSF Kenya", host: www.nssf.or.ke, cat: government, provider: nssf-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2629 + - { id: gov-ke-ntsa, name: "NTSA", host: ntsa.go.ke, cat: government, provider: ntsa, cc: KE, imp: 2, tier: 4, checks: [http] }
2630 + - { id: gov-ke-odpc, name: "Office of the Data Protection Commissioner", host: www.odpc.go.ke, cat: government, provider: odpc, cc: KE, imp: 1, tier: 4, checks: [http] }
2631 + - { id: gov-ke-parliament-senate, name: "Senate of Kenya", host: www.parliament.go.ke, url: "https://www.parliament.go.ke/the-senate", cat: government, provider: parliament-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2632 + - { id: gov-ke-police, name: "National Police Service", host: www.nationalpolice.go.ke, url: "http://www.nationalpolice.go.ke/", cat: government, provider: nps-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2633 + - { id: gov-ke-posta, name: "Posta Kenya", host: posta.co.ke, cat: government, provider: posta-ke, cc: KE, imp: 2, tier: 4, checks: [http] }
2634 + - { id: gov-ke-ppb, name: "Pharmacy and Poisons Board", host: web.pharmacyboardkenya.org, cat: government, provider: ppb-ke, cc: KE, imp: 1, tier: 4, checks: [http] }
2635 + - { id: gov-ke-president, name: "The Presidency (Kenya)", host: www.president.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
2636 + - { id: gov-ke-sha, name: "Social Health Authority", host: sha.go.ke, cat: government, provider: sha, cc: KE, imp: 3, tier: 4, checks: [http] }
2637 + - { id: gov-ke-treasury, name: "The National Treasury", host: www.treasury.go.ke, cat: government, provider: gov-ke, cc: KE, imp: 3, tier: 4, checks: [http] }
2638 + # ───────── KG
2639 + - { id: gov-kg-bishkek, name: "Bishkek City", host: meria.kg, cat: government, provider: bishkek, cc: KG, imp: 1, tier: 4, checks: [http] }
2640 + - { id: gov-kg-evisa, name: "Kyrgyz e-Visa", host: www.evisa.e-gov.kg, cat: government, provider: gov-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2641 + - { id: gov-kg-gov, name: "Cabinet of Ministers", host: www.gov.kg, cat: government, provider: gov-kg, cc: KG, imp: 2, tier: 4, checks: [http] }
2642 + - { id: gov-kg-kenesh, name: "Jogorku Kenesh", host: www.kenesh.kg, cat: government, provider: kenesh, cc: KG, imp: 1, tier: 4, checks: [http] }
2643 + - { id: gov-kg-med, name: "Ministry of Health", host: med.kg, cat: government, provider: gov-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2644 + - { id: gov-kg-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.kg, cat: government, provider: gov-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2645 + - { id: gov-kg-minfin, name: "Ministry of Finance", host: www.minfin.kg, cat: government, provider: gov-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2646 + - { id: gov-kg-nbkr, name: "National Bank of the Kyrgyz Republic", host: www.nbkr.kg, cat: government, provider: nbkr, cc: KG, imp: 2, tier: 4, checks: [http] }
2647 + - { id: gov-kg-president, name: "President of Kyrgyzstan", host: www.president.kg, cat: government, provider: gov-kg, cc: KG, imp: 2, tier: 4, checks: [http] }
2648 + - { id: gov-kg-shailoo, name: "Central Election Commission", host: shailoo.gov.kg, cat: government, provider: cec-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2649 + - { id: gov-kg-stat, name: "National Statistical Committee", host: www.stat.kg, url: "http://www.stat.kg/", cat: government, provider: stat-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2650 + - { id: gov-kg-sti, name: "State Tax Service", host: www.sti.gov.kg, cat: government, provider: sti-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2651 + - { id: gov-kg-tunduk, name: "Tunduk / Portal", host: portal.tunduk.kg, cat: government, provider: gov-kg, cc: KG, imp: 1, tier: 4, checks: [http] }
2652 + # ───────── KH
2653 + - { id: gov-kh-cdc, name: "CDC Cambodia (Communicable Disease Control)", host: cdcmoh.gov.kh, cat: government, provider: moh-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
2654 + - { id: gov-kh-customs, name: "General Department of Customs", host: www.customs.gov.kh, url: "http://www.customs.gov.kh/", cat: government, provider: gdce, cc: KH, imp: 1, tier: 4, checks: [http] }
2655 + - { id: gov-kh-evisa, name: "Cambodia e-Visa", host: www.evisa.gov.kh, cat: government, provider: gov-kh, cc: KH, imp: 2, tier: 4, checks: [http] }
2656 + - { id: gov-kh-interior, name: "Ministry of Interior", host: interior.gov.kh, cat: government, provider: gov-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
2657 + - { id: gov-kh-mef, name: "Ministry of Economy and Finance", host: mef.gov.kh, cat: government, provider: gov-kh, cc: KH, imp: 2, tier: 4, checks: [http] }
2658 + - { id: gov-kh-moeys, name: "Ministry of Education", host: moeys.gov.kh, cat: government, provider: gov-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
2659 + - { id: gov-kh-mpwt, name: "Ministry of Public Works and Transport", host: www.mpwt.gov.kh, url: "http://www.mpwt.gov.kh/", cat: government, provider: gov-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
2660 + - { id: gov-kh-nbc, name: "National Bank of Cambodia", host: www.nbc.gov.kh, cat: government, provider: nbc, cc: KH, imp: 2, tier: 4, checks: [http] }
2661 + - { id: gov-kh-nis, name: "National Institute of Statistics", host: www.nis.gov.kh, cat: government, provider: nis-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
2662 + - { id: gov-kh-nssf, name: "NSSF", host: www.nssf.gov.kh, cat: government, provider: nssf, cc: KH, imp: 1, tier: 4, checks: [http] }
2663 + - { id: gov-kh-tax, name: "General Department of Taxation", host: www.tax.gov.kh, cat: government, provider: gdt-kh, cc: KH, imp: 2, tier: 4, checks: [http] }
2664 + - { id: gov-kh-trc, name: "Telecommunication Regulator", host: trc.gov.kh, cat: government, provider: trc-kh, cc: KH, imp: 1, tier: 4, checks: [http] }
2665 + # ───────── KI
2666 + - { id: gov-ki-gov, name: "Government of Kiribati", host: www.president.gov.ki, cat: government, provider: gov-ki, cc: KI, imp: 1, tier: 4, checks: [http] }
2667 + # ───────── KM
2668 + - { id: gov-km-bcc, name: "Banque Centrale des Comores", host: www.banque-comores.km, cat: government, provider: bcc-km, cc: KM, imp: 1, tier: 4, checks: [http] }
2669 + - { id: gov-km-gouv, name: "Gouvernement des Comores", host: www.beit-salam.km, cat: government, provider: gouv-km, cc: KM, imp: 1, tier: 4, checks: [http] }
2670 + # ───────── KN
2671 + - { id: gov-kn-gov, name: "Government of St. Kitts and Nevis", host: www.gov.kn, cat: government, provider: gov-kn, cc: KN, imp: 1, tier: 4, checks: [http] }
2672 + # ───────── KR
2673 + - { id: gov-kr-airport, name: "Incheon International Airport", host: www.airport.kr, cat: government, provider: iiac, cc: KR, imp: 3, tier: 4, checks: [http] }
2674 + - { id: gov-kr-archives, name: "National Archives of Korea", host: www.archives.go.kr, cat: government, provider: archives-kr, cc: KR, imp: 1, tier: 4, checks: [http] }
2675 + - { id: gov-kr-assembly, name: "National Assembly", host: www.assembly.go.kr, cat: government, provider: assembly-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2676 + - { id: gov-kr-ccourt, name: "Constitutional Court", host: www.ccourt.go.kr, cat: government, provider: ccourt, cc: KR, imp: 2, tier: 4, checks: [http] }
2677 + - { id: gov-kr-customs, name: "Korea Customs Service", host: www.customs.go.kr, cat: government, provider: kcs, cc: KR, imp: 3, tier: 4, checks: [http] }
2678 + - { id: gov-kr-daegu, name: "Daegu Metropolitan City", host: www.daegu.go.kr, cat: government, provider: daegu, cc: KR, imp: 2, tier: 4, checks: [http] }
2679 + - { id: gov-kr-daejeon, name: "Daejeon Metropolitan City", host: www.daejeon.go.kr, cat: government, provider: daejeon, cc: KR, imp: 1, tier: 4, checks: [http] }
2680 + - { id: gov-kr-data, name: "data.go.kr", host: www.data.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2681 + - { id: gov-kr-epost, name: "ePost", host: www.epost.go.kr, cat: government, provider: koreapost, cc: KR, imp: 3, tier: 4, checks: [http] }
2682 + - { id: gov-kr-fsc, name: "Financial Services Commission", host: www.fsc.go.kr, cat: government, provider: fsc-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2683 + - { id: gov-kr-fss, name: "Financial Supervisory Service", host: www.fss.or.kr, cat: government, provider: fss, cc: KR, imp: 3, tier: 4, checks: [http] }
2684 + - { id: gov-kr-ftc, name: "Korea Fair Trade Commission", host: www.ftc.go.kr, cat: government, provider: kftc, cc: KR, imp: 2, tier: 4, checks: [http] }
2685 + - { id: gov-kr-gwangju, name: "Gwangju Metropolitan City", host: www.gwangju.go.kr, cat: government, provider: gwangju, cc: KR, imp: 1, tier: 4, checks: [http] }
2686 + - { id: gov-kr-gyeonggi, name: "Gyeonggi Province", host: www.gg.go.kr, cat: government, provider: gyeonggi, cc: KR, imp: 2, tier: 4, checks: [http] }
2687 + - { id: gov-kr-hikorea, name: "HiKorea", host: www.hikorea.go.kr, cat: government, provider: kis, cc: KR, imp: 3, tier: 4, checks: [http] }
2688 + - { id: gov-kr-hometax, name: "Hometax", host: www.hometax.go.kr, cat: government, provider: nts-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2689 + - { id: gov-kr-immigration, name: "Korea Immigration Service", host: www.immigration.go.kr, cat: government, provider: kis, cc: KR, imp: 3, tier: 4, checks: [http] }
2690 + - { id: gov-kr-incheon, name: "Incheon Metropolitan City", host: www.incheon.go.kr, cat: government, provider: incheon, cc: KR, imp: 2, tier: 4, checks: [http] }
2691 + - { id: gov-kr-kari, name: "KASA (aerospace)", host: www.kasa.go.kr, cat: government, provider: kasa, cc: KR, imp: 2, tier: 4, checks: [http] }
2692 + - { id: gov-kr-kcc, name: "Korea Communications Commission", host: www.kcc.go.kr, cat: government, provider: kcc, cc: KR, imp: 2, tier: 4, checks: [http] }
2693 + - { id: gov-kr-kdca, name: "KDCA", host: www.kdca.go.kr, cat: government, provider: kdca, cc: KR, imp: 4, tier: 3, checks: [http] }
2694 + - { id: gov-kr-kdi, name: "Korea Development Institute", host: www.kdi.re.kr, cat: government, provider: kdi, cc: KR, imp: 1, tier: 4, checks: [http] }
2695 + - { id: gov-kr-kipo, name: "KIPO", host: www.kipo.go.kr, cat: government, provider: kipo, cc: KR, imp: 2, tier: 4, checks: [http] }
2696 + - { id: gov-kr-kisa, name: "KISA", host: www.kisa.or.kr, cat: government, provider: kisa, cc: KR, imp: 3, tier: 4, checks: [http] }
2697 + - { id: gov-kr-koica, name: "KOICA", host: www.koica.go.kr, cat: government, provider: koica, cc: KR, imp: 1, tier: 4, checks: [http] }
2698 + - { id: gov-kr-korail-corp, name: "KORAIL (corporate)", host: info.korail.com, cat: government, provider: korail, cc: KR, imp: 3, tier: 4, checks: [http] }
2699 + - { id: gov-kr-koreapost, name: "Korea Post", host: www.koreapost.go.kr, cat: government, provider: koreapost, cc: KR, imp: 3, tier: 4, checks: [http] }
2700 + - { id: gov-kr-kosis, name: "KOSIS", host: kosis.kr, cat: government, provider: kostat, cc: KR, imp: 3, tier: 4, checks: [http] }
2701 + - { id: gov-kr-kostat, name: "Statistics Korea", host: kostat.go.kr, cat: government, provider: kostat, cc: KR, imp: 4, tier: 3, checks: [http] }
2702 + - { id: gov-kr-krcert, name: "KrCERT/CC", host: www.boho.or.kr, cat: government, provider: kisa, cc: KR, imp: 2, tier: 4, checks: [http] }
2703 + - { id: gov-kr-law, name: "Korean Law Information Center", host: www.law.go.kr, cat: government, provider: moleg, cc: KR, imp: 3, tier: 4, checks: [http] }
2704 + - { id: gov-kr-mfds, name: "Ministry of Food and Drug Safety", host: www.mfds.go.kr, cat: government, provider: mfds, cc: KR, imp: 3, tier: 4, checks: [http] }
2705 + - { id: gov-kr-mnd, name: "Ministry of National Defense", host: www.mnd.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2706 + - { id: gov-kr-moe, name: "Ministry of Education", host: www.moe.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2707 + - { id: gov-kr-moef, name: "Ministry of Economy and Finance", host: www.moef.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2708 + - { id: gov-kr-moel, name: "Ministry of Employment and Labor", host: www.moel.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2709 + - { id: gov-kr-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2710 + - { id: gov-kr-mois, name: "Ministry of the Interior and Safety", host: www.mois.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2711 + - { id: gov-kr-moj, name: "Ministry of Justice", host: www.moj.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2712 + - { id: gov-kr-moleg, name: "Ministry of Government Legislation", host: www.moleg.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 1, tier: 4, checks: [http] }
2713 + - { id: gov-kr-molit, name: "Ministry of Land, Infrastructure and Transport", host: www.molit.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2714 + - { id: gov-kr-motie, name: "Ministry of Trade, Industry and Energy", host: www.motie.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2715 + - { id: gov-kr-msit, name: "Ministry of Science and ICT", host: www.msit.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2716 + - { id: gov-kr-nec, name: "National Election Commission", host: www.nec.go.kr, cat: government, provider: nec-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2717 + - { id: gov-kr-nfa, name: "National Fire Agency", host: www.nfa.go.kr, cat: government, provider: nfa-kr, cc: KR, imp: 2, tier: 4, checks: [http] }
2718 + - { id: gov-kr-nl, name: "National Library of Korea", host: www.nl.go.kr, cat: government, provider: nl-kr, cc: KR, imp: 2, tier: 4, checks: [http] }
2719 + - { id: gov-kr-nps, name: "National Pension Service", host: www.nps.or.kr, cat: government, provider: nps-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2720 + - { id: gov-kr-passport, name: "Passport Portal", host: www.passport.go.kr, cat: government, provider: mofa-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
2721 + - { id: gov-kr-pipc, name: "Personal Information Protection Commission", host: www.pipc.go.kr, cat: government, provider: pipc, cc: KR, imp: 2, tier: 4, checks: [http] }
2722 + - { id: gov-kr-police, name: "Korean National Police Agency", host: www.police.go.kr, cat: government, provider: knpa, cc: KR, imp: 3, tier: 4, checks: [http] }
2723 + - { id: gov-kr-president, name: "Office of the President", host: www.president.go.kr, cat: government, provider: gov-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
2724 + - { id: gov-kr-safekorea, name: "Safe Korea (disaster portal)", host: www.safekorea.go.kr, cat: government, provider: mois, cc: KR, imp: 3, tier: 4, checks: [http] }
2725 + - { id: gov-kr-scourt, name: "Supreme Court of Korea", host: www.scourt.go.kr, cat: government, provider: scourt, cc: KR, imp: 3, tier: 4, checks: [http] }
2726 + - { id: gov-kr-seoul, name: "Seoul Metropolitan Government", host: www.seoul.go.kr, cat: government, provider: seoul, cc: KR, imp: 4, tier: 3, checks: [http] }
2727 + - { id: gov-kr-seoulmetro, name: "Seoul Metro", host: www.seoulmetro.co.kr, cat: government, provider: seoulmetro, cc: KR, imp: 3, tier: 4, checks: [http] }
2728 + - { id: gov-kr-srt, name: "SRT", host: etk.srail.kr, cat: government, provider: sr, cc: KR, imp: 2, tier: 4, checks: [http] }
2729 + - { id: gov-kr-weather, name: "KMA Weather", host: www.weather.go.kr, cat: government, provider: kma, cc: KR, imp: 4, tier: 3, checks: [http] }
2730 + # ───────── KW
2731 + - { id: gov-kw-cbk, name: "Central Bank of Kuwait", host: www.cbk.gov.kw, cat: government, provider: cbk, cc: KW, imp: 3, tier: 4, checks: [http] }
2732 + - { id: gov-kw-citra, name: "CITRA", host: citra.gov.kw, cat: government, provider: citra, cc: KW, imp: 2, tier: 4, checks: [http] }
2733 + - { id: gov-kw-cmgs, name: "Council of Ministers", host: www.cmgs.gov.kw, cat: government, provider: gov-kw, cc: KW, imp: 1, tier: 4, checks: [http] }
2734 + - { id: gov-kw-csb, name: "Central Statistical Bureau", host: www.csb.gov.kw, cat: government, provider: csb-kw, cc: KW, imp: 1, tier: 4, checks: [http] }
2735 + - { id: gov-kw-dgca, name: "DGCA Kuwait", host: www.dgca.gov.kw, cat: government, provider: dgca-kw, cc: KW, imp: 1, tier: 4, checks: [http] }
2736 + - { id: gov-kw-e-gov, name: "Kuwait Government Online", host: www.e.gov.kw, cat: government, provider: gov-kw, cc: KW, imp: 3, tier: 4, checks: [http] }
2737 + - { id: gov-kw-kna, name: "National Assembly", host: www.kna.kw, cat: government, provider: kna, cc: KW, imp: 1, tier: 4, checks: [http] }
2738 + - { id: gov-kw-kuwaitpost, name: "Kuwait Post", host: www.moc.gov.kw, cat: government, provider: moc-kw, cc: KW, imp: 1, tier: 4, checks: [http] }
2739 + - { id: gov-kw-met, name: "Kuwait Meteorological Department", host: www.met.gov.kw, cat: government, provider: met-kw, cc: KW, imp: 2, tier: 4, checks: [http] }
2740 + - { id: gov-kw-moe, name: "Ministry of Education", host: www.moe.edu.kw, cat: government, provider: gov-kw, cc: KW, imp: 1, tier: 4, checks: [http] }
2741 + - { id: gov-kw-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.kw, cat: government, provider: gov-kw, cc: KW, imp: 2, tier: 4, checks: [http] }
2742 + - { id: gov-kw-moi, name: "Ministry of Interior", host: www.moi.gov.kw, cat: government, provider: gov-kw, cc: KW, imp: 3, tier: 4, checks: [http] }
2743 + - { id: gov-kw-pifss, name: "PIFSS (social security)", host: www.pifss.gov.kw, cat: government, provider: pifss, cc: KW, imp: 1, tier: 4, checks: [http] }
2744 + - { id: gov-kw-sahel, name: "Sahel app portal", host: sahel.paci.gov.kw, cat: government, provider: paci, cc: KW, imp: 1, tier: 4, checks: [http] }
2745 + # ───────── KZ
2746 + - { id: gov-kz-adilet, name: "Adilet (legal database)", host: adilet.zan.kz, cat: government, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2747 + - { id: gov-kz-akorda, name: "President of Kazakhstan (Akorda)", host: www.akorda.kz, cat: government, provider: gov-kz, cc: KZ, imp: 3, tier: 4, checks: [http] }
2748 + - { id: gov-kz-almaty, name: "Almaty City", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/almaty", cat: government, provider: gov-kz, cc: KZ, imp: 1, tier: 4, checks: [http] }
2749 + - { id: gov-kz-astana, name: "Astana City", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/astana", cat: government, provider: gov-kz, cc: KZ, imp: 1, tier: 4, checks: [http] }
2750 + - { id: gov-kz-dsm, name: "Ministry of Healthcare", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/dsm", cat: government, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2751 + - { id: gov-kz-egov, name: "eGov.kz", host: egov.kz, cat: government, provider: gov-kz, cc: KZ, imp: 4, tier: 3, checks: [http] }
2752 + - { id: gov-kz-election, name: "Central Election Commission", host: www.election.gov.kz, cat: government, provider: cec-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2753 + - { id: gov-kz-emer, name: "Ministry of Emergency Situations", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/emer", cat: government, provider: gov-kz, cc: KZ, imp: 1, tier: 4, checks: [http] }
2754 + - { id: gov-kz-enbek, name: "Ministry of Labour and Social Protection", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/enbek", cat: government, provider: gov-kz, cc: KZ, imp: 1, tier: 4, checks: [http] }
2755 + - { id: gov-kz-gov, name: "Government of Kazakhstan", host: www.gov.kz, cat: government, provider: gov-kz, cc: KZ, imp: 4, tier: 3, checks: [http] }
2756 + - { id: gov-kz-kazhydromet, name: "Kazhydromet", host: www.kazhydromet.kz, cat: government, provider: kazhydromet, cc: KZ, imp: 2, tier: 4, checks: [http] }
2757 + - { id: gov-kz-kgd, name: "State Revenue Committee", host: kgd.gov.kz, cat: government, provider: kgd, cc: KZ, imp: 2, tier: 4, checks: [http] }
2758 + - { id: gov-kz-ktzh, name: "Kazakhstan Temir Zholy", host: www.railways.kz, cat: government, provider: ktzh, cc: KZ, imp: 2, tier: 4, checks: [http] }
2759 + - { id: gov-kz-kz-cert, name: "KZ-CERT", host: www.kz-cert.kz, cat: government, provider: kz-cert, cc: KZ, imp: 1, tier: 4, checks: [http] }
2760 + - { id: gov-kz-mfa, name: "Ministry of Foreign Affairs", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/mfa", cat: government, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2761 + - { id: gov-kz-minfin, name: "Ministry of Finance", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/minfin", cat: government, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2762 + - { id: gov-kz-mvd, name: "Ministry of Internal Affairs", host: www.gov.kz, url: "https://www.gov.kz/memleket/entities/qriim", cat: government, provider: gov-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2763 + - { id: gov-kz-nationalbank, name: "National Bank of Kazakhstan", host: www.nationalbank.kz, cat: government, provider: nbk, cc: KZ, imp: 3, tier: 4, checks: [http] }
2764 + - { id: gov-kz-nlrk, name: "National Library of Kazakhstan", host: www.nlrk.kz, cat: government, provider: nlrk, cc: KZ, imp: 1, tier: 4, checks: [http] }
2765 + - { id: gov-kz-parlam, name: "Parliament of Kazakhstan", host: www.parlam.kz, cat: government, provider: parlam, cc: KZ, imp: 2, tier: 4, checks: [http] }
2766 + - { id: gov-kz-post, name: "Kazpost", host: post.kz, cat: government, provider: kazpost, cc: KZ, imp: 2, tier: 4, checks: [http] }
2767 + - { id: gov-kz-primeminister, name: "Prime Minister of Kazakhstan", host: primeminister.kz, cat: government, provider: gov-kz, cc: KZ, imp: 3, tier: 4, checks: [http] }
2768 + - { id: gov-kz-stat, name: "Bureau of National Statistics", host: stat.gov.kz, cat: government, provider: stat-kz, cc: KZ, imp: 2, tier: 4, checks: [http] }
2769 + - { id: gov-kz-sud, name: "Supreme Court", host: sud.gov.kz, cat: government, provider: sud-kz, cc: KZ, imp: 1, tier: 4, checks: [http] }
2770 + # ───────── LA
2771 + - { id: gov-la-bol, name: "Bank of the Lao PDR", host: www.bol.gov.la, cat: government, provider: bol, cc: LA, imp: 1, tier: 4, checks: [http] }
2772 + - { id: gov-la-customs, name: "Lao Customs", host: www.customs.gov.la, cat: government, provider: customs-la, cc: LA, imp: 1, tier: 4, checks: [http] }
2773 + - { id: gov-la-evisa, name: "Lao eVisa", host: laoevisa.gov.la, cat: government, provider: gov-la, cc: LA, imp: 1, tier: 4, checks: [http] }
2774 + - { id: gov-la-lsb, name: "Lao Statistics Bureau", host: www.lsb.gov.la, cat: government, provider: lsb, cc: LA, imp: 1, tier: 4, checks: [http] }
2775 + - { id: gov-la-mof, name: "Ministry of Finance", host: www.mof.gov.la, cat: government, provider: gov-la, cc: LA, imp: 1, tier: 4, checks: [http] }
2776 + - { id: gov-la-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.la, url: "http://www.mofa.gov.la/", cat: government, provider: gov-la, cc: LA, imp: 1, tier: 4, checks: [http] }
2777 + - { id: gov-la-na, name: "National Assembly", host: www.na.gov.la, cat: government, provider: na-la, cc: LA, imp: 1, tier: 4, checks: [http] }
2778 + # ───────── LB
2779 + - { id: gov-lb-bdl, name: "Banque du Liban", host: www.bdl.gov.lb, cat: government, provider: bdl, cc: LB, imp: 3, tier: 4, checks: [http] }
2780 + - { id: gov-lb-cas, name: "Central Administration of Statistics", host: www.cas.gov.lb, cat: government, provider: cas-lb, cc: LB, imp: 1, tier: 4, checks: [http] }
2781 + - { id: gov-lb-cnss, name: "CNSS", host: www.cnss.gov.lb, cat: government, provider: cnss-lb, cc: LB, imp: 1, tier: 4, checks: [http] }
2782 + - { id: gov-lb-customs, name: "Lebanese Customs", host: www.customs.gov.lb, url: "http://www.customs.gov.lb/", cat: government, provider: customs-lb, cc: LB, imp: 1, tier: 4, checks: [http] }
2783 + - { id: gov-lb-finance, name: "Ministry of Finance", host: www.finance.gov.lb, cat: government, provider: gov-lb, cc: LB, imp: 2, tier: 4, checks: [http] }
2784 + - { id: gov-lb-general-security, name: "General Security", host: www.general-security.gov.lb, cat: government, provider: gs-lb, cc: LB, imp: 2, tier: 4, checks: [http] }
2785 + - { id: gov-lb-isf, name: "Internal Security Forces", host: www.isf.gov.lb, cat: government, provider: isf, cc: LB, imp: 1, tier: 4, checks: [http] }
2786 + - { id: gov-lb-libanpost, name: "LibanPost", host: www.libanpost.com, cat: government, provider: libanpost, cc: LB, imp: 1, tier: 4, checks: [http] }
2787 + - { id: gov-lb-lp, name: "Lebanese Parliament", host: www.lp.gov.lb, url: "http://www.lp.gov.lb/", cat: government, provider: parliament-lb, cc: LB, imp: 1, tier: 4, checks: [http] }
2788 + - { id: gov-lb-moph, name: "Ministry of Public Health", host: www.moph.gov.lb, cat: government, provider: gov-lb, cc: LB, imp: 2, tier: 4, checks: [http] }
2789 + - { id: gov-lb-omsar, name: "OMSAR (e-government)", host: www.omsar.gov.lb, cat: government, provider: gov-lb, cc: LB, imp: 1, tier: 4, checks: [http] }
2790 + - { id: gov-lb-pcm, name: "Presidency of the Council of Ministers", host: www.pcm.gov.lb, url: "http://www.pcm.gov.lb/", cat: government, provider: gov-lb, cc: LB, imp: 2, tier: 4, checks: [http] }
2791 + - { id: gov-lb-presidency, name: "Presidency of Lebanon", host: www.presidency.gov.lb, cat: government, provider: gov-lb, cc: LB, imp: 2, tier: 4, checks: [http] }
2792 + # ───────── LC
2793 + - { id: gov-lc-gov, name: "Government of Saint Lucia", host: www.govt.lc, cat: government, provider: gov-lc, cc: LC, imp: 1, tier: 4, checks: [http] }
2794 + - { id: gov-lc-stats, name: "Central Statistics Office", host: www.stats.gov.lc, cat: government, provider: cso-lc, cc: LC, imp: 1, tier: 4, checks: [http] }
2795 + # ───────── LK
2796 + - { id: gov-lk-cbsl, name: "Central Bank of Sri Lanka", host: www.cbsl.gov.lk, cat: government, provider: cbsl, cc: LK, imp: 3, tier: 4, checks: [http] }
2797 + - { id: gov-lk-colombo, name: "Colombo Municipal Council", host: www.colombo.mc.gov.lk, cat: government, provider: colombo, cc: LK, imp: 1, tier: 4, checks: [http] }
2798 + - { id: gov-lk-customs, name: "Sri Lanka Customs", host: www.customs.gov.lk, cat: government, provider: customs-lk, cc: LK, imp: 1, tier: 4, checks: [http] }
2799 + - { id: gov-lk-dmc, name: "Disaster Management Centre", host: www.dmc.gov.lk, cat: government, provider: dmc-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2800 + - { id: gov-lk-documents, name: "Government Documents (Gazette)", host: www.documents.gov.lk, url: "http://www.documents.gov.lk/", cat: government, provider: gov-lk, cc: LK, imp: 1, tier: 4, checks: [http] }
2801 + - { id: gov-lk-elections, name: "Election Commission", host: elections.gov.lk, cat: government, provider: ec-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2802 + - { id: gov-lk-epf, name: "Employees' Provident Fund", host: www.epf.lk, cat: government, provider: epf-lk, cc: LK, imp: 1, tier: 4, checks: [http] }
2803 + - { id: gov-lk-epid, name: "Epidemiology Unit", host: www.epid.gov.lk, cat: government, provider: epid, cc: LK, imp: 1, tier: 4, checks: [http] }
2804 + - { id: gov-lk-eta, name: "Sri Lanka ETA", host: eta.gov.lk, cat: government, provider: die-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2805 + - { id: gov-lk-health, name: "Ministry of Health", host: www.health.gov.lk, cat: government, provider: gov-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2806 + - { id: gov-lk-icta, name: "ICTA", host: www.icta.lk, cat: government, provider: icta, cc: LK, imp: 1, tier: 4, checks: [http] }
2807 + - { id: gov-lk-immigration, name: "Department of Immigration & Emigration", host: www.immigration.gov.lk, cat: government, provider: die-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2808 + - { id: gov-lk-ird, name: "Inland Revenue Department", host: www.ird.gov.lk, cat: government, provider: ird-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2809 + - { id: gov-lk-meteo, name: "Department of Meteorology", host: www.meteo.gov.lk, cat: government, provider: meteo-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2810 + - { id: gov-lk-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.lk, cat: government, provider: gov-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2811 + - { id: gov-lk-natlib, name: "National Library of Sri Lanka", host: www.natlib.lk, cat: government, provider: natlib-lk, cc: LK, imp: 1, tier: 4, checks: [http] }
2812 + - { id: gov-lk-nmra, name: "NMRA", host: nmra.gov.lk, cat: government, provider: nmra, cc: LK, imp: 1, tier: 4, checks: [http] }
2813 + - { id: gov-lk-parliament, name: "Parliament of Sri Lanka", host: www.parliament.lk, cat: government, provider: parliament-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2814 + - { id: gov-lk-pmoffice, name: "Prime Minister's Office", host: www.pmoffice.gov.lk, url: "http://www.pmoffice.gov.lk/", cat: government, provider: gov-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2815 + - { id: gov-lk-police, name: "Sri Lanka Police", host: www.police.lk, cat: government, provider: police-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2816 + - { id: gov-lk-president, name: "President of Sri Lanka", host: www.president.gov.lk, cat: government, provider: gov-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2817 + - { id: gov-lk-railway, name: "Sri Lanka Railways", host: www.railway.gov.lk, cat: government, provider: railway-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2818 + - { id: gov-lk-rda, name: "Road Development Authority", host: www.rda.gov.lk, cat: government, provider: rda, cc: LK, imp: 1, tier: 4, checks: [http] }
2819 + - { id: gov-lk-slpost, name: "Sri Lanka Post", host: slpost.gov.lk, cat: government, provider: slpost, cc: LK, imp: 1, tier: 4, checks: [http] }
2820 + - { id: gov-lk-statistics, name: "Department of Census and Statistics", host: www.statistics.gov.lk, cat: government, provider: dcs-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2821 + - { id: gov-lk-supremecourt, name: "Supreme Court of Sri Lanka", host: www.supremecourt.lk, cat: government, provider: sc-lk, cc: LK, imp: 1, tier: 4, checks: [http] }
2822 + - { id: gov-lk-trcsl, name: "TRCSL", host: www.trc.gov.lk, cat: government, provider: trcsl, cc: LK, imp: 1, tier: 4, checks: [http] }
2823 + - { id: gov-lk-treasury, name: "Ministry of Finance", host: www.treasury.gov.lk, cat: government, provider: gov-lk, cc: LK, imp: 2, tier: 4, checks: [http] }
2824 + # ───────── LR
2825 + - { id: gov-lr-cbl, name: "Central Bank of Liberia", host: www.cbl.org.lr, cat: government, provider: cbl-lr, cc: LR, imp: 1, tier: 4, checks: [http] }
2826 + - { id: gov-lr-emansion, name: "Executive Mansion (Liberia)", host: www.emansion.gov.lr, cat: government, provider: gov-lr, cc: LR, imp: 1, tier: 4, checks: [http] }
2827 + - { id: gov-lr-lisgis, name: "LISGIS", host: www.lisgis.gov.lr, cat: government, provider: lisgis, cc: LR, imp: 1, tier: 4, checks: [http] }
2828 + - { id: gov-lr-lta, name: "Liberia Telecommunications Authority", host: www.lta.gov.lr, cat: government, provider: lta, cc: LR, imp: 1, tier: 4, checks: [http] }
2829 + - { id: gov-lr-mfdp, name: "Ministry of Finance", host: www.mfdp.gov.lr, cat: government, provider: gov-lr, cc: LR, imp: 1, tier: 4, checks: [http] }
2830 + - { id: gov-lr-moh, name: "Ministry of Health", host: moh.gov.lr, cat: government, provider: gov-lr, cc: LR, imp: 1, tier: 4, checks: [http] }
2831 + - { id: gov-lr-necliberia, name: "National Elections Commission", host: www.necliberia.org, cat: government, provider: nec-lr, cc: LR, imp: 1, tier: 4, checks: [http] }
2832 + # ───────── LS
2833 + - { id: gov-ls-bos, name: "Bureau of Statistics", host: www.bos.gov.ls, cat: government, provider: bos-ls, cc: LS, imp: 1, tier: 4, checks: [http] }
2834 + - { id: gov-ls-centralbank, name: "Central Bank of Lesotho", host: www.centralbank.org.ls, url: "http://www.centralbank.org.ls/", cat: government, provider: cbl-ls, cc: LS, imp: 1, tier: 4, checks: [http] }
2835 + - { id: gov-ls-gov, name: "Government of Lesotho", host: www.gov.ls, cat: government, provider: gov-ls, cc: LS, imp: 1, tier: 4, checks: [http] }
2836 + - { id: gov-ls-iec, name: "IEC Lesotho", host: www.iec.org.ls, cat: government, provider: iec-ls, cc: LS, imp: 1, tier: 4, checks: [http] }
2837 + - { id: gov-ls-lra, name: "Revenue Services Lesotho", host: www.rsl.org.ls, cat: government, provider: rsl, cc: LS, imp: 1, tier: 4, checks: [http] }
2838 + # ───────── LT
2839 + - { id: gov-lt-e-tar, name: "Teisės aktų registras", host: www.e-tar.lt, cat: government, provider: gov-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2840 + - { id: gov-lt-epaslaugos, name: "Elektroniniai valdžios vartai", host: www.epaslaugos.lt, cat: government, provider: gov-lt, cc: LT, imp: 3, tier: 4, checks: [http] }
2841 + - { id: gov-lt-finmin, name: "Finansų ministerija", host: finmin.lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2842 + - { id: gov-lt-kaunas, name: "Kauno miestas", host: kaunas.lt, cat: government, provider: kaunas, cc: LT, imp: 1, tier: 4, checks: [http] }
2843 + - { id: gov-lt-lat, name: "Lietuvos Aukščiausiasis Teismas", host: www.lat.lt, cat: government, provider: lat, cc: LT, imp: 1, tier: 4, checks: [http] }
2844 + - { id: gov-lt-lb, name: "Lietuvos bankas", host: www.lb.lt, cat: government, provider: lb-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2845 + - { id: gov-lt-lnb, name: "Nacionalinė Martyno Mažvydo biblioteka", host: www.lnb.lt, cat: government, provider: lnb-lt, cc: LT, imp: 1, tier: 4, checks: [http] }
2846 + - { id: gov-lt-lrkt, name: "Konstitucinis Teismas", host: lrkt.lt, cat: government, provider: lrkt, cc: LT, imp: 1, tier: 4, checks: [http] }
2847 + - { id: gov-lt-lrmuitine, name: "Lietuvos muitinė", host: lrmuitine.lt, cat: government, provider: muitine, cc: LT, imp: 1, tier: 4, checks: [http] }
2848 + - { id: gov-lt-lrv, name: "Lietuvos Respublikos Vyriausybė", host: lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 3, tier: 4, checks: [http] }
2849 + - { id: gov-lt-ltglink, name: "LTG Link", host: ltglink.lt, cat: government, provider: ltg, cc: LT, imp: 1, tier: 4, checks: [http] }
2850 + - { id: gov-lt-meteo, name: "Lietuvos hidrometeorologijos tarnyba", host: www.meteo.lt, cat: government, provider: lhmt, cc: LT, imp: 2, tier: 4, checks: [http] }
2851 + - { id: gov-lt-migracija, name: "Migracijos departamentas", host: www.migracija.lt, cat: government, provider: migracija, cc: LT, imp: 2, tier: 4, checks: [http] }
2852 + - { id: gov-lt-nvsc, name: "NVSC", host: nvsc.lrv.lt, cat: government, provider: nvsc, cc: LT, imp: 1, tier: 4, checks: [http] }
2853 + - { id: gov-lt-policija, name: "Lietuvos policija", host: policija.lrv.lt, cat: government, provider: policija-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2854 + - { id: gov-lt-post, name: "Lietuvos paštas", host: www.post.lt, cat: government, provider: post-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2855 + - { id: gov-lt-president, name: "Lietuvos Respublikos Prezidentas", host: www.lrp.lt, cat: government, provider: gov-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2856 + - { id: gov-lt-sam, name: "Sveikatos apsaugos ministerija", host: sam.lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2857 + - { id: gov-lt-seimas, name: "Seimas", host: www.lrs.lt, cat: government, provider: seimas, cc: LT, imp: 3, tier: 4, checks: [http] }
2858 + - { id: gov-lt-smsm, name: "Švietimo ministerija", host: smsm.lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 1, tier: 4, checks: [http] }
2859 + - { id: gov-lt-sodra, name: "Sodra", host: www.sodra.lt, cat: government, provider: sodra, cc: LT, imp: 3, tier: 4, checks: [http] }
2860 + - { id: gov-lt-stat, name: "Valstybės duomenų agentūra", host: www.stat.gov.lt, cat: government, provider: stat-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2861 + - { id: gov-lt-sumin, name: "Susisiekimo ministerija", host: sumin.lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 1, tier: 4, checks: [http] }
2862 + - { id: gov-lt-tm, name: "Teisingumo ministerija", host: tm.lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 1, tier: 4, checks: [http] }
2863 + - { id: gov-lt-urm, name: "Užsienio reikalų ministerija", host: www.urm.lt, cat: government, provider: gov-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2864 + - { id: gov-lt-vilnius, name: "Vilniaus miestas", host: vilnius.lt, cat: government, provider: vilnius, cc: LT, imp: 2, tier: 4, checks: [http] }
2865 + - { id: gov-lt-vmi, name: "Valstybinė mokesčių inspekcija", host: www.vmi.lt, cat: government, provider: vmi, cc: LT, imp: 3, tier: 4, checks: [http] }
2866 + - { id: gov-lt-vrk, name: "Vyriausioji rinkimų komisija", host: www.vrk.lt, cat: government, provider: vrk, cc: LT, imp: 2, tier: 4, checks: [http] }
2867 + - { id: gov-lt-vrm, name: "Vidaus reikalų ministerija", host: vrm.lrv.lt, cat: government, provider: gov-lt, cc: LT, imp: 2, tier: 4, checks: [http] }
2868 + # ───────── LU
2869 + - { id: city-luxembourg, name: "Ville de Luxembourg", host: www.vdl.lu, cat: government, provider: vdl, cc: LU, imp: 1, tier: 4, checks: [http] }
2870 + # ───────── LV
2871 + - { id: gov-lv-at, name: "Augstākā tiesa", host: www.at.gov.lv, cat: government, provider: at-lv, cc: LV, imp: 1, tier: 4, checks: [http] }
2872 + - { id: gov-lv-bank, name: "Latvijas Banka", host: www.bank.lv, cat: government, provider: latvijas-banka, cc: LV, imp: 2, tier: 4, checks: [http] }
2873 + - { id: gov-lv-csp, name: "Centrālā statistikas pārvalde", host: stat.gov.lv, cat: government, provider: csp, cc: LV, imp: 2, tier: 4, checks: [http] }
2874 + - { id: gov-lv-cvk, name: "Centrālā vēlēšanu komisija", host: www.cvk.lv, cat: government, provider: cvk, cc: LV, imp: 2, tier: 4, checks: [http] }
2875 + - { id: gov-lv-fm, name: "Finanšu ministrija", host: www.fm.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 2, tier: 4, checks: [http] }
2876 + - { id: gov-lv-iem, name: "Iekšlietu ministrija", host: www.iem.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 2, tier: 4, checks: [http] }
2877 + - { id: gov-lv-izm, name: "Izglītības un zinātnes ministrija", host: www.izm.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 1, tier: 4, checks: [http] }
2878 + - { id: gov-lv-latvija, name: "Latvija.gov.lv", host: latvija.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 3, tier: 4, checks: [http] }
2879 + - { id: gov-lv-likumi, name: "Likumi.lv", host: likumi.lv, cat: government, provider: gov-lv, cc: LV, imp: 2, tier: 4, checks: [http] }
2880 + - { id: gov-lv-lnb, name: "Latvijas Nacionālā bibliotēka", host: www.lnb.lv, cat: government, provider: lnb, cc: LV, imp: 1, tier: 4, checks: [http] }
2881 + - { id: gov-lv-meteo, name: "LVĢMC", host: videscentrs.lvgmc.lv, cat: government, provider: lvgmc, cc: LV, imp: 2, tier: 4, checks: [http] }
2882 + - { id: gov-lv-mfa, name: "Ārlietu ministrija", host: www.mfa.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 2, tier: 4, checks: [http] }
2883 + - { id: gov-lv-mk, name: "Ministru kabinets", host: www.mk.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 3, tier: 4, checks: [http] }
2884 + - { id: gov-lv-pasts, name: "Latvijas Pasts", host: pasts.lv, cat: government, provider: pasts, cc: LV, imp: 2, tier: 4, checks: [http] }
2885 + - { id: gov-lv-pmlp, name: "PMLP", host: www.pmlp.gov.lv, cat: government, provider: pmlp, cc: LV, imp: 2, tier: 4, checks: [http] }
2886 + - { id: gov-lv-president, name: "Valsts prezidents", host: www.president.lv, cat: government, provider: gov-lv, cc: LV, imp: 2, tier: 4, checks: [http] }
2887 + - { id: gov-lv-pv, name: "Pasažieru vilciens", host: www.pv.lv, cat: government, provider: pv, cc: LV, imp: 1, tier: 4, checks: [http] }
2888 + - { id: gov-lv-riga, name: "Rīgas dome", host: www.riga.lv, cat: government, provider: riga, cc: LV, imp: 2, tier: 4, checks: [http] }
2889 + - { id: gov-lv-saeima, name: "Saeima", host: www.saeima.lv, cat: government, provider: saeima, cc: LV, imp: 3, tier: 4, checks: [http] }
2890 + - { id: gov-lv-sam, name: "Satiksmes ministrija", host: www.sam.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 1, tier: 4, checks: [http] }
2891 + - { id: gov-lv-satv, name: "Satversmes tiesa", host: www.satv.tiesa.gov.lv, cat: government, provider: satv, cc: LV, imp: 1, tier: 4, checks: [http] }
2892 + - { id: gov-lv-spkc, name: "SPKC", host: www.spkc.gov.lv, cat: government, provider: spkc, cc: LV, imp: 1, tier: 4, checks: [http] }
2893 + - { id: gov-lv-tm, name: "Tieslietu ministrija", host: www.tm.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 1, tier: 4, checks: [http] }
2894 + - { id: gov-lv-vid, name: "Valsts ieņēmumu dienests", host: www.vid.gov.lv, cat: government, provider: vid, cc: LV, imp: 3, tier: 4, checks: [http] }
2895 + - { id: gov-lv-vm, name: "Veselības ministrija", host: www.vm.gov.lv, cat: government, provider: gov-lv, cc: LV, imp: 2, tier: 4, checks: [http] }
2896 + - { id: gov-lv-vp, name: "Valsts policija", host: www.vp.gov.lv, cat: government, provider: vp, cc: LV, imp: 2, tier: 4, checks: [http] }
2897 + - { id: gov-lv-vsaa, name: "VSAA", host: www.vsaa.gov.lv, cat: government, provider: vsaa, cc: LV, imp: 2, tier: 4, checks: [http] }
2898 + # ───────── LY
2899 + - { id: gov-ly-bsc, name: "Bureau of Statistics and Census", host: bsc.ly, cat: government, provider: bsc-ly, cc: LY, imp: 1, tier: 4, checks: [http] }
2900 + - { id: gov-ly-cbl, name: "Central Bank of Libya", host: cbl.gov.ly, cat: government, provider: cbl, cc: LY, imp: 2, tier: 4, checks: [http] }
2901 + - { id: gov-ly-foreign, name: "Ministry of Foreign Affairs", host: foreign.gov.ly, cat: government, provider: gov-ly, cc: LY, imp: 1, tier: 4, checks: [http] }
2902 + - { id: gov-ly-hnec, name: "High National Elections Commission", host: hnec.ly, cat: government, provider: hnec, cc: LY, imp: 1, tier: 4, checks: [http] }
2903 + - { id: gov-ly-hor, name: "House of Representatives", host: parliament.ly, cat: government, provider: hor-ly, cc: LY, imp: 1, tier: 4, checks: [http] }
2904 + - { id: gov-ly-libyapost, name: "Libya Post", host: libyapost.ly, cat: government, provider: libyapost, cc: LY, imp: 1, tier: 4, checks: [http] }
2905 + - { id: gov-ly-mof, name: "Ministry of Finance", host: mof.gov.ly, cat: government, provider: gov-ly, cc: LY, imp: 1, tier: 4, checks: [http] }
2906 + - { id: gov-ly-ncdc, name: "National Centre for Disease Control", host: ncdc.org.ly, cat: government, provider: ncdc-ly, cc: LY, imp: 1, tier: 4, checks: [http] }
2907 + - { id: gov-ly-pm, name: "Government of National Unity", host: pm.gov.ly, cat: government, provider: gov-ly, cc: LY, imp: 1, tier: 4, checks: [http] }
2908 + - { id: gov-ly-tripoli, name: "Tripoli Municipality", host: tripoli.gov.ly, cat: government, provider: tripoli, cc: LY, imp: 1, tier: 4, checks: [http] }
2909 + # ───────── MA
2910 + - { id: gov-ma-ammc, name: "AMMC", host: www.ammc.ma, cat: government, provider: ammc, cc: MA, imp: 1, tier: 4, checks: [http] }
2911 + - { id: gov-ma-anam, name: "ANAM (assurance maladie)", host: www.anam.ma, cat: government, provider: anam, cc: MA, imp: 1, tier: 4, checks: [http] }
2912 + - { id: gov-ma-anrt, name: "ANRT", host: www.anrt.ma, cat: government, provider: anrt, cc: MA, imp: 2, tier: 4, checks: [http] }
2913 + - { id: gov-ma-bnrm, name: "Bibliothèque Nationale du Royaume", host: www.bnrm.ma, cat: government, provider: bnrm, cc: MA, imp: 1, tier: 4, checks: [http] }
2914 + - { id: gov-ma-casablanca, name: "Ville de Casablanca", host: www.casablancacity.ma, cat: government, provider: casablanca, cc: MA, imp: 2, tier: 4, checks: [http] }
2915 + - { id: gov-ma-cg, name: "Chef du Gouvernement", host: www.cg.gov.ma, cat: government, provider: gov-ma, cc: MA, imp: 3, tier: 4, checks: [http] }
2916 + - { id: gov-ma-cmr, name: "Caisse Marocaine des Retraites", host: www.cmr.gov.ma, cat: government, provider: cmr, cc: MA, imp: 1, tier: 4, checks: [http] }
2917 + - { id: gov-ma-cndp, name: "CNDP", host: www.cndp.ma, cat: government, provider: cndp, cc: MA, imp: 1, tier: 4, checks: [http] }
2918 + - { id: gov-ma-conseillers, name: "Chambre des Conseillers", host: www.chambredesconseillers.ma, cat: government, provider: parlement-ma, cc: MA, imp: 1, tier: 4, checks: [http] }
2919 + - { id: gov-ma-cour-constitutionnelle, name: "Cour Constitutionnelle", host: www.cour-constitutionnelle.ma, cat: government, provider: cc-ma, cc: MA, imp: 1, tier: 4, checks: [http] }
2920 + - { id: gov-ma-dgssi, name: "DGSSI (cybersécurité)", host: www.dgssi.gov.ma, cat: government, provider: dgssi, cc: MA, imp: 1, tier: 4, checks: [http] }
2921 + - { id: gov-ma-diplomatie, name: "Ministère des Affaires étrangères", host: www.diplomatie.ma, cat: government, provider: gov-ma, cc: MA, imp: 3, tier: 4, checks: [http] }
2922 + - { id: gov-ma-douane, name: "Administration des Douanes", host: www.douane.gov.ma, cat: government, provider: douane-ma, cc: MA, imp: 2, tier: 4, checks: [http] }
2923 + - { id: gov-ma-map, name: "Maghreb Arabe Presse", host: www.mapexpress.ma, cat: government, provider: map, cc: MA, imp: 2, tier: 4, checks: [http] }
2924 + - { id: gov-ma-marrakech, name: "Ville de Marrakech", host: www.ville-marrakech.ma, cat: government, provider: marrakech, cc: MA, imp: 1, tier: 4, checks: [http] }
2925 + - { id: gov-ma-men, name: "Ministère de l'Éducation nationale", host: www.men.gov.ma, cat: government, provider: gov-ma, cc: MA, imp: 2, tier: 4, checks: [http] }
2926 + - { id: gov-ma-mmsp, name: "Ministère de la Transition numérique", host: www.mmsp.gov.ma, cat: government, provider: gov-ma, cc: MA, imp: 2, tier: 4, checks: [http] }
2927 + - { id: gov-ma-onda, name: "ONDA (aéroports)", host: www.onda.ma, cat: government, provider: onda, cc: MA, imp: 2, tier: 4, checks: [http] }
2928 + - { id: gov-ma-parlement, name: "Chambre des Représentants", host: www.chambredesrepresentants.ma, cat: government, provider: parlement-ma, cc: MA, imp: 2, tier: 4, checks: [http] }
2929 + - { id: gov-ma-sgg, name: "Secrétariat Général du Gouvernement (BO)", host: www.sgg.gov.ma, url: "http://www.sgg.gov.ma/", cat: government, provider: gov-ma, cc: MA, imp: 2, tier: 4, checks: [http] }
2930 + - { id: gov-ma-transport, name: "Ministère du Transport et de la Logistique", host: www.transport.gov.ma, url: "http://www.transport.gov.ma/", cat: government, provider: gov-ma, cc: MA, imp: 2, tier: 4, checks: [http] }
2931 + # ───────── MC
2932 + - { id: city-monaco, name: "Mairie de Monaco", host: mairie.mc, cat: government, provider: monaco, cc: MC, imp: 1, tier: 4, checks: [http] }
2933 + # ───────── MD
2934 + - { id: city-chisinau, name: "Primăria Chișinău", host: www.chisinau.md, cat: government, provider: chisinau, cc: MD, imp: 1, tier: 4, checks: [http] }
2935 + # ───────── ME
2936 + - { id: gov-me-cbcg, name: "Centralna banka Crne Gore", host: www.cbcg.me, cat: government, provider: cbcg, cc: ME, imp: 2, tier: 4, checks: [http] }
2937 + - { id: gov-me-dik, name: "Državna izborna komisija", host: dik.co.me, cat: government, provider: dik, cc: ME, imp: 1, tier: 4, checks: [http] }
2938 + - { id: gov-me-gov, name: "Vlada Crne Gore", host: www.gov.me, cat: government, provider: gov-me, cc: ME, imp: 2, tier: 4, checks: [http] }
2939 + - { id: gov-me-monstat, name: "MONSTAT", host: www.monstat.org, cat: government, provider: monstat, cc: ME, imp: 1, tier: 4, checks: [http] }
2940 + - { id: gov-me-podgorica, name: "Glavni grad Podgorica", host: podgorica.me, cat: government, provider: podgorica, cc: ME, imp: 1, tier: 4, checks: [http] }
2941 + - { id: gov-me-posta, name: "Pošta Crne Gore", host: www.postacg.me, cat: government, provider: posta-me, cc: ME, imp: 1, tier: 4, checks: [http] }
2942 + - { id: gov-me-skupstina, name: "Skupština Crne Gore", host: www.skupstina.me, cat: government, provider: skupstina, cc: ME, imp: 1, tier: 4, checks: [http] }
2943 + # ───────── MG
2944 + - { id: gov-mg-antananarivo, name: "Commune Urbaine d'Antananarivo", host: www.cua.mg, cat: government, provider: antananarivo, cc: MG, imp: 1, tier: 4, checks: [http] }
2945 + - { id: gov-mg-artec, name: "ARTEC", host: www.artec.mg, cat: government, provider: artec, cc: MG, imp: 1, tier: 4, checks: [http] }
2946 + - { id: gov-mg-assemblee, name: "Assemblée nationale", host: www.assemblee-nationale.mg, cat: government, provider: an-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2947 + - { id: gov-mg-banky-foibe, name: "Banky Foiben'i Madagasikara", host: www.banky-foibe.mg, cat: government, provider: bfm, cc: MG, imp: 1, tier: 4, checks: [http] }
2948 + - { id: gov-mg-ceni, name: "CENI Madagascar", host: www.ceni-madagascar.mg, cat: government, provider: ceni-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2949 + - { id: gov-mg-cnaps, name: "CNaPS", host: www.cnaps.mg, cat: government, provider: cnaps, cc: MG, imp: 1, tier: 4, checks: [http] }
2950 + - { id: gov-mg-diplomatie, name: "Ministère des Affaires étrangères", host: www.diplomatie.gov.mg, cat: government, provider: gouv-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2951 + - { id: gov-mg-douanes, name: "Douanes malgaches", host: www.douanes.gov.mg, cat: government, provider: douanes-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2952 + - { id: gov-mg-impots, name: "DGI Madagascar", host: www.impots.mg, cat: government, provider: dgi-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2953 + - { id: gov-mg-instat, name: "INSTAT", host: www.instat.mg, cat: government, provider: instat-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2954 + - { id: gov-mg-mef, name: "Ministère de l'Économie et des Finances", host: www.mef.gov.mg, cat: government, provider: gouv-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2955 + - { id: gov-mg-meteo, name: "Météo Madagascar", host: www.meteomadagascar.mg, cat: government, provider: meteo-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2956 + - { id: gov-mg-paositra, name: "Paositra Malagasy", host: www.paositramalagasy.mg, cat: government, provider: paositra, cc: MG, imp: 1, tier: 4, checks: [http] }
2957 + - { id: gov-mg-primature, name: "Primature de Madagascar", host: www.primature.gov.mg, cat: government, provider: gouv-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
2958 + # ───────── MH
2959 + - { id: gov-mh-gov, name: "Government of the Marshall Islands", host: rmigovernment.org, cat: government, provider: gov-mh, cc: MH, imp: 1, tier: 4, checks: [http] }
2960 + # ───────── MK
2961 + - { id: gov-mk-finance, name: "Министерство за финансии", host: finance.gov.mk, cat: government, provider: gov-mk, cc: MK, imp: 1, tier: 4, checks: [http] }
2962 + - { id: gov-mk-mfa, name: "Министерство за надворешни работи", host: www.mfa.gov.mk, cat: government, provider: gov-mk, cc: MK, imp: 1, tier: 4, checks: [http] }
2963 + - { id: gov-mk-mvr, name: "МВР", host: mvr.gov.mk, cat: government, provider: gov-mk, cc: MK, imp: 2, tier: 4, checks: [http] }
2964 + - { id: gov-mk-nbrm, name: "Народна банка", host: www.nbrm.mk, cat: government, provider: nbrm, cc: MK, imp: 2, tier: 4, checks: [http] }
2965 + - { id: gov-mk-piom, name: "Фонд за ПИОСМ", host: www.piom.com.mk, cat: government, provider: piom, cc: MK, imp: 1, tier: 4, checks: [http] }
2966 + - { id: gov-mk-pretsedatel, name: "Претседател на РСМ", host: pretsedatel.mk, cat: government, provider: gov-mk, cc: MK, imp: 1, tier: 4, checks: [http] }
2967 + - { id: gov-mk-sec, name: "Државна изборна комисија", host: www.sec.mk, cat: government, provider: sec-mk, cc: MK, imp: 1, tier: 4, checks: [http] }
2968 + - { id: gov-mk-skopje, name: "Град Скопје", host: skopje.gov.mk, cat: government, provider: skopje, cc: MK, imp: 1, tier: 4, checks: [http] }
2969 + - { id: gov-mk-sobranie, name: "Собрание на РСМ", host: www.sobranie.mk, cat: government, provider: sobranie, cc: MK, imp: 2, tier: 4, checks: [http] }
2970 + - { id: gov-mk-stat, name: "Државен завод за статистика", host: www.stat.gov.mk, cat: government, provider: dzs-mk, cc: MK, imp: 1, tier: 4, checks: [http] }
2971 + - { id: gov-mk-ujp, name: "Управа за јавни приходи", host: ujp.gov.mk, cat: government, provider: ujp, cc: MK, imp: 2, tier: 4, checks: [http] }
2972 + - { id: gov-mk-uslugi, name: "uslugi.gov.mk", host: uslugi.gov.mk, cat: government, provider: gov-mk, cc: MK, imp: 2, tier: 4, checks: [http] }
2973 + - { id: gov-mk-ustavensud, name: "Уставен суд", host: ustavensud.mk, cat: government, provider: ustaven-sud, cc: MK, imp: 1, tier: 4, checks: [http] }
2974 + - { id: gov-mk-vlada, name: "Влада на РСМ", host: vlada.mk, cat: government, provider: gov-mk, cc: MK, imp: 2, tier: 4, checks: [http] }
2975 + # ───────── ML
2976 + - { id: gov-ml-amrtp, name: "AMRTP", host: www.amrtp.ml, cat: government, provider: amrtp, cc: ML, imp: 1, tier: 4, checks: [http] }
2977 + - { id: gov-ml-douanes, name: "Douanes maliennes", host: www.douanes.gouv.ml, cat: government, provider: douanes-ml, cc: ML, imp: 1, tier: 4, checks: [http] }
2978 + - { id: gov-ml-impots, name: "Direction Générale des Impôts", host: www.dgi.gouv.ml, cat: government, provider: dgi-ml, cc: ML, imp: 1, tier: 4, checks: [http] }
2979 + - { id: gov-ml-instat, name: "INSTAT Mali", host: www.instat-mali.org, cat: government, provider: instat-ml, cc: ML, imp: 1, tier: 4, checks: [http] }
2980 + - { id: gov-ml-koulouba, name: "Présidence du Mali", host: koulouba.ml, cat: government, provider: gouv-ml, cc: ML, imp: 1, tier: 4, checks: [http] }
2981 + - { id: gov-ml-laposte, name: "La Poste du Mali", host: www.laposte.ml, cat: government, provider: laposte-ml, cc: ML, imp: 1, tier: 4, checks: [http] }
2982 + - { id: gov-ml-primature, name: "Primature du Mali", host: primature.ml, cat: government, provider: gouv-ml, cc: ML, imp: 2, tier: 4, checks: [http] }
2983 + - { id: gov-ml-sante, name: "Ministère de la Santé", host: www.sante.gov.ml, cat: government, provider: gouv-ml, cc: ML, imp: 1, tier: 4, checks: [http] }
2984 + # ───────── MM
2985 + - { id: gov-mm-cbm, name: "Central Bank of Myanmar", host: www.cbm.gov.mm, cat: government, provider: cbm, cc: MM, imp: 1, tier: 4, checks: [http] }
2986 + - { id: gov-mm-csostat, name: "Central Statistical Organization", host: www.csostat.gov.mm, cat: government, provider: cso-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
2987 + - { id: gov-mm-evisa, name: "Myanmar eVisa", host: evisa.moip.gov.mm, cat: government, provider: moip, cc: MM, imp: 1, tier: 4, checks: [http] }
2988 + - { id: gov-mm-ird, name: "Internal Revenue Department", host: www.ird.gov.mm, cat: government, provider: ird-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
2989 + - { id: gov-mm-moezala, name: "Department of Meteorology and Hydrology", host: www.moezala.gov.mm, cat: government, provider: dmh-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
2990 + - { id: gov-mm-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.mm, cat: government, provider: gov-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
2991 + - { id: gov-mm-myanmarpost, name: "Myanma Posts", host: myanmarpost.com.mm, cat: government, provider: myanmapost, cc: MM, imp: 1, tier: 4, checks: [http] }
2992 + - { id: gov-mm-president, name: "President Office (Myanmar)", host: www.president-office.gov.mm, url: "http://www.president-office.gov.mm/", cat: government, provider: gov-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
2993 + - { id: gov-mm-ycdc, name: "Yangon City Development Committee", host: www.ycdc.gov.mm, cat: government, provider: yangon, cc: MM, imp: 1, tier: 4, checks: [http] }
2994 + # ───────── MN
2995 + - { id: gov-mn-egov, name: "e-Mongolia", host: e-mongolia.mn, cat: government, provider: gov-mn, cc: MN, imp: 2, tier: 4, checks: [http] }
2996 + - { id: gov-mn-gec, name: "General Election Commission", host: gec.gov.mn, cat: government, provider: gec, cc: MN, imp: 1, tier: 4, checks: [http] }
2997 + - { id: gov-mn-gov, name: "Government of Mongolia", host: www.gov.mn, cat: government, provider: gov-mn, cc: MN, imp: 3, tier: 4, checks: [http] }
2998 + - { id: gov-mn-immigration, name: "Immigration Agency", host: immigration.gov.mn, cat: government, provider: immigration-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
2999 + - { id: gov-mn-legalinfo, name: "Legal Info", host: legalinfo.mn, cat: government, provider: gov-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
3000 + - { id: gov-mn-mof, name: "Ministry of Finance", host: mof.gov.mn, url: "http://mof.gov.mn/", cat: government, provider: gov-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
3001 + - { id: gov-mn-moh, name: "Ministry of Health", host: moh.gov.mn, cat: government, provider: gov-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
3002 + - { id: gov-mn-mongolbank, name: "Bank of Mongolia", host: www.mongolbank.mn, cat: government, provider: mongolbank, cc: MN, imp: 2, tier: 4, checks: [http] }
3003 + - { id: gov-mn-mongolpost, name: "Mongol Post", host: www.mongolpost.mn, cat: government, provider: mongolpost, cc: MN, imp: 1, tier: 4, checks: [http] }
3004 + - { id: gov-mn-ncph, name: "National Center for Communicable Diseases", host: www.nccd.gov.mn, cat: government, provider: nccd, cc: MN, imp: 1, tier: 4, checks: [http] }
3005 + - { id: gov-mn-ndaatgal, name: "Social Insurance General Office", host: www.ndaatgal.mn, cat: government, provider: ndaatgal, cc: MN, imp: 1, tier: 4, checks: [http] }
3006 + - { id: gov-mn-nso, name: "National Statistics Office", host: www.nso.mn, cat: government, provider: nso-mn, cc: MN, imp: 2, tier: 4, checks: [http] }
3007 + - { id: gov-mn-parliament, name: "State Great Khural", host: www.parliament.mn, cat: government, provider: parliament-mn, cc: MN, imp: 2, tier: 4, checks: [http] }
3008 + - { id: gov-mn-police, name: "National Police Agency", host: police.gov.mn, cat: government, provider: police-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
3009 + - { id: gov-mn-president, name: "President of Mongolia", host: president.mn, cat: government, provider: gov-mn, cc: MN, imp: 2, tier: 4, checks: [http] }
3010 + - { id: gov-mn-supremecourt, name: "Supreme Court", host: www.supremecourt.mn, cat: government, provider: sc-mn, cc: MN, imp: 1, tier: 4, checks: [http] }
3011 + - { id: gov-mn-tsag-agaar, name: "Meteorological agency (NAMEM)", host: www.tsag-agaar.gov.mn, url: "http://www.tsag-agaar.gov.mn/", cat: government, provider: namem, cc: MN, imp: 1, tier: 4, checks: [http] }
3012 + # ───────── MR
3013 + - { id: gov-mr-ansade, name: "ANSADE (statistiques)", host: www.ansade.mr, cat: government, provider: ansade, cc: MR, imp: 1, tier: 4, checks: [http] }
3014 + - { id: gov-mr-are, name: "Autorité de Régulation", host: www.are.mr, cat: government, provider: are-mr, cc: MR, imp: 1, tier: 4, checks: [http] }
3015 + - { id: gov-mr-bcm, name: "Banque Centrale de Mauritanie", host: www.bcm.mr, cat: government, provider: bcm, cc: MR, imp: 1, tier: 4, checks: [http] }
3016 + - { id: gov-mr-ceni, name: "CENI Mauritanie", host: www.ceni.mr, cat: government, provider: ceni-mr, cc: MR, imp: 1, tier: 4, checks: [http] }
3017 + - { id: gov-mr-cnss, name: "CNSS Mauritanie", host: www.cnss.mr, cat: government, provider: cnss-mr, cc: MR, imp: 1, tier: 4, checks: [http] }
3018 + - { id: gov-mr-finances, name: "Ministère des Finances", host: www.finances.gov.mr, cat: government, provider: gouv-mr, cc: MR, imp: 1, tier: 4, checks: [http] }
3019 + - { id: gov-mr-presidence, name: "Présidence de la Mauritanie", host: www.presidence.mr, cat: government, provider: gouv-mr, cc: MR, imp: 1, tier: 4, checks: [http] }
3020 + # ───────── MU
3021 + - { id: gov-mu-bom, name: "Bank of Mauritius", host: www.bom.mu, cat: government, provider: bom-mu, cc: MU, imp: 2, tier: 4, checks: [http] }
3022 + - { id: gov-mu-edb, name: "Economic Development Board", host: edbmauritius.org, cat: government, provider: edb-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3023 + - { id: gov-mu-electoral, name: "Office of the Electoral Commissioner", host: electoral.govmu.org, cat: government, provider: oec-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3024 + - { id: gov-mu-foreign, name: "Ministry of Foreign Affairs", host: foreign.govmu.org, cat: government, provider: gov-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3025 + - { id: gov-mu-fsc, name: "Financial Services Commission", host: www.fscmauritius.org, cat: government, provider: fsc-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3026 + - { id: gov-mu-gov, name: "Government of Mauritius", host: www.govmu.org, cat: government, provider: gov-mu, cc: MU, imp: 3, tier: 4, checks: [http] }
3027 + - { id: gov-mu-health, name: "Ministry of Health", host: health.govmu.org, cat: government, provider: gov-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3028 + - { id: gov-mu-icta, name: "ICTA Mauritius", host: www.icta.mu, cat: government, provider: icta-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3029 + - { id: gov-mu-mauritiusassembly, name: "National Assembly", host: mauritiusassembly.govmu.org, cat: government, provider: na-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3030 + - { id: gov-mu-mauritiuspost, name: "Mauritius Post", host: www.mauritiuspost.mu, cat: government, provider: mauritiuspost, cc: MU, imp: 1, tier: 4, checks: [http] }
3031 + - { id: gov-mu-metservice, name: "Mauritius Meteorological Services", host: metservice.intnet.mu, cat: government, provider: mms, cc: MU, imp: 2, tier: 4, checks: [http] }
3032 + - { id: gov-mu-mof, name: "Ministry of Finance", host: mof.govmu.org, cat: government, provider: gov-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3033 + - { id: gov-mu-mra, name: "Mauritius Revenue Authority", host: www.mra.mu, cat: government, provider: mra-mu, cc: MU, imp: 2, tier: 4, checks: [http] }
3034 + - { id: gov-mu-passport, name: "Passport and Immigration Office", host: passport.govmu.org, cat: government, provider: pio-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3035 + - { id: gov-mu-pmo, name: "Prime Minister's Office", host: pmo.govmu.org, cat: government, provider: gov-mu, cc: MU, imp: 2, tier: 4, checks: [http] }
3036 + - { id: gov-mu-police, name: "Mauritius Police Force", host: police.govmu.org, cat: government, provider: police-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3037 + - { id: gov-mu-statsmauritius, name: "Statistics Mauritius", host: statsmauritius.govmu.org, cat: government, provider: stats-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3038 + - { id: gov-mu-supremecourt, name: "Supreme Court of Mauritius", host: supremecourt.govmu.org, cat: government, provider: sc-mu, cc: MU, imp: 1, tier: 4, checks: [http] }
3039 + # ───────── MV
3040 + - { id: gov-mv-customs, name: "Maldives Customs Service", host: www.customs.gov.mv, cat: government, provider: customs-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3041 + - { id: gov-mv-elections, name: "Elections Commission", host: elections.gov.mv, cat: government, provider: ec-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3042 + - { id: gov-mv-finance, name: "Ministry of Finance", host: www.finance.gov.mv, cat: government, provider: gov-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3043 + - { id: gov-mv-foreign, name: "Ministry of Foreign Affairs", host: www.foreign.gov.mv, cat: government, provider: gov-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3044 + - { id: gov-mv-health, name: "Ministry of Health", host: health.gov.mv, cat: government, provider: gov-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3045 + - { id: gov-mv-immigration, name: "Maldives Immigration", host: immigration.gov.mv, cat: government, provider: immigration-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3046 + - { id: gov-mv-majlis, name: "People's Majlis", host: majlis.gov.mv, cat: government, provider: majlis, cc: MV, imp: 1, tier: 4, checks: [http] }
3047 + - { id: gov-mv-meteorology, name: "Maldives Meteorological Service", host: www.meteorology.gov.mv, cat: government, provider: met-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3048 + - { id: gov-mv-mira, name: "MIRA (revenue)", host: www.mira.gov.mv, cat: government, provider: mira, cc: MV, imp: 1, tier: 4, checks: [http] }
3049 + - { id: gov-mv-mma, name: "Maldives Monetary Authority", host: www.mma.gov.mv, cat: government, provider: mma, cc: MV, imp: 1, tier: 4, checks: [http] }
3050 + - { id: gov-mv-police, name: "Maldives Police Service", host: police.gov.mv, cat: government, provider: police-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3051 + - { id: gov-mv-presidency, name: "President's Office", host: presidency.gov.mv, cat: government, provider: gov-mv, cc: MV, imp: 2, tier: 4, checks: [http] }
3052 + - { id: gov-mv-statistics, name: "Maldives Bureau of Statistics", host: statisticsmaldives.gov.mv, cat: government, provider: mbs-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
3053 + # ───────── MW
3054 + - { id: gov-mw-finance, name: "Ministry of Finance", host: www.finance.gov.mw, cat: government, provider: gov-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3055 + - { id: gov-mw-health, name: "Ministry of Health", host: www.health.gov.mw, cat: government, provider: gov-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3056 + - { id: gov-mw-immigration, name: "Department of Immigration", host: www.immigration.gov.mw, cat: government, provider: immigration-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3057 + - { id: gov-mw-judiciary, name: "Judiciary of Malawi", host: www.judiciary.mw, cat: government, provider: judiciary-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3058 + - { id: gov-mw-lilongwe, name: "Lilongwe City Council", host: www.lcc.mw, cat: government, provider: lilongwe, cc: MW, imp: 1, tier: 4, checks: [http] }
3059 + - { id: gov-mw-macra, name: "MACRA", host: www.macra.mw, cat: government, provider: macra, cc: MW, imp: 1, tier: 4, checks: [http] }
3060 + - { id: gov-mw-malawi, name: "Government of Malawi", host: www.malawi.gov.mw, cat: government, provider: gov-mw, cc: MW, imp: 2, tier: 4, checks: [http] }
3061 + - { id: gov-mw-mec, name: "Malawi Electoral Commission", host: mec.org.mw, cat: government, provider: mec-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3062 + - { id: gov-mw-metmalawi, name: "Department of Climate Change and Meteorological Services", host: www.metmalawi.gov.mw, cat: government, provider: met-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3063 + - { id: gov-mw-mra, name: "Malawi Revenue Authority", host: www.mra.mw, cat: government, provider: mra, cc: MW, imp: 1, tier: 4, checks: [http] }
3064 + - { id: gov-mw-nsomalawi, name: "National Statistical Office", host: www.nsomalawi.mw, cat: government, provider: nso-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3065 + - { id: gov-mw-parliament, name: "Parliament of Malawi", host: www.parliament.gov.mw, cat: government, provider: parliament-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
3066 + - { id: gov-mw-rbm, name: "Reserve Bank of Malawi", host: www.rbm.mw, cat: government, provider: rbm, cc: MW, imp: 1, tier: 4, checks: [http] }
3067 + # ───────── MX
3068 + - { id: gov-mx-aduanas, name: "Agencia Nacional de Aduanas", host: anam.gob.mx, cat: government, provider: anam, cc: MX, imp: 3, tier: 4, checks: [http] }
3069 + - { id: gov-mx-agn, name: "Archivo General de la Nación", host: www.gob.mx, url: "https://www.gob.mx/agn", cat: government, provider: gob-mx, cc: MX, imp: 1, tier: 4, checks: [http] }
3070 + - { id: gov-mx-aicm, name: "AICM (Aeropuerto CDMX)", host: www.aicm.com.mx, cat: government, provider: aicm, cc: MX, imp: 3, tier: 4, checks: [http] }
3071 + - { id: gov-mx-aifa, name: "AIFA", host: www.aifa.aero, cat: government, provider: aifa, cc: MX, imp: 2, tier: 4, checks: [http] }
3072 + - { id: gov-mx-bc-portal, name: "Gobierno de Baja California", host: www.bajacalifornia.gob.mx, cat: government, provider: gov-mx-bc, cc: MX, imp: 2, tier: 4, checks: [http] }
3073 + - { id: gov-mx-bibliotecanacional, name: "Biblioteca Nacional de México", host: bnm.iib.unam.mx, cat: government, provider: unam, cc: MX, imp: 1, tier: 4, checks: [http] }
3074 + - { id: gov-mx-bienestar, name: "Secretaría de Bienestar", host: www.gob.mx, url: "https://www.gob.mx/bienestar", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3075 + - { id: gov-mx-capufe, name: "CAPUFE", host: www.gob.mx, url: "https://www.gob.mx/capufe", cat: government, provider: gob-mx, cc: MX, imp: 2, tier: 4, checks: [http] }
3076 + - { id: gov-mx-cdmx-congreso, name: "Congreso de la CDMX", host: www.congresocdmx.gob.mx, cat: government, provider: gov-mx-cdmx, cc: MX, imp: 1, tier: 4, checks: [http] }
3077 + - { id: gov-mx-cenapred, name: "CENAPRED", host: www.gob.mx, url: "https://www.gob.mx/cenapred", cat: government, provider: gob-mx, cc: MX, imp: 2, tier: 4, checks: [http] }
3078 + - { id: gov-mx-cfe, name: "CFE", host: www.cfe.mx, cat: government, provider: cfe, cc: MX, imp: 3, tier: 4, checks: [http] }
3079 + - { id: gov-mx-cjf, name: "Consejo de la Judicatura Federal", host: www.cjf.gob.mx, cat: government, provider: cjf, cc: MX, imp: 2, tier: 4, checks: [http] }
3080 + - { id: gov-mx-cnbv, name: "CNBV", host: www.gob.mx, url: "https://www.gob.mx/cnbv", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3081 + - { id: gov-mx-cndh, name: "CNDH", host: www.cndh.org.mx, cat: government, provider: cndh, cc: MX, imp: 2, tier: 4, checks: [http] }
3082 + - { id: gov-mx-cofece, name: "COFECE", host: www.cofece.mx, cat: government, provider: cofece, cc: MX, imp: 1, tier: 4, checks: [http] }
3083 + - { id: gov-mx-cofepris, name: "COFEPRIS", host: www.gob.mx, url: "https://www.gob.mx/cofepris", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3084 + - { id: gov-mx-conacyt, name: "SECIHTI (ciencia)", host: secihti.mx, cat: government, provider: secihti, cc: MX, imp: 1, tier: 4, checks: [http] }
3085 + - { id: gov-mx-conagua, name: "CONAGUA", host: www.gob.mx, url: "https://www.gob.mx/conagua", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3086 + - { id: gov-mx-condusef, name: "CONDUSEF", host: www.condusef.gob.mx, cat: government, provider: condusef, cc: MX, imp: 2, tier: 4, checks: [http] }
3087 + - { id: gov-mx-consar, name: "CONSAR", host: www.gob.mx, url: "https://www.gob.mx/consar", cat: government, provider: gob-mx, cc: MX, imp: 2, tier: 4, checks: [http] }
3088 + - { id: gov-mx-correos, name: "Correos de México", host: www.correosdemexico.gob.mx, cat: government, provider: correos-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3089 + - { id: gov-mx-curp, name: "Consulta CURP", host: www.gob.mx, url: "https://www.gob.mx/curp/", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3090 + - { id: gov-mx-datos, name: "datos.gob.mx", host: datos.gob.mx, cat: government, provider: gob-mx, cc: MX, imp: 2, tier: 4, checks: [http] }
3091 + - { id: gov-mx-diputados, name: "Cámara de Diputados", host: www.diputados.gob.mx, cat: government, provider: diputados-mx, cc: MX, imp: 4, tier: 3, checks: [http] }
3092 + - { id: gov-mx-dof, name: "Diario Oficial de la Federación", host: www.dof.gob.mx, url: "http://www.dof.gob.mx/", cat: government, provider: dof, cc: MX, imp: 3, tier: 4, checks: [http] }
3093 + - { id: gov-mx-fgr, name: "Fiscalía General de la República", host: www.gob.mx, url: "http://www.gob.mx/fgr", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3094 + - { id: gov-mx-gto-portal, name: "Gobierno de Guanajuato", host: www.guanajuato.gob.mx, cat: government, provider: gov-mx-gto, cc: MX, imp: 2, tier: 4, checks: [http] }
3095 + - { id: gov-mx-guardia-nacional, name: "Guardia Nacional", host: www.gob.mx, url: "https://www.gob.mx/guardianacional", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3096 + - { id: gov-mx-ift, name: "IFT", host: www.ift.org.mx, cat: government, provider: ift, cc: MX, imp: 2, tier: 4, checks: [http] }
3097 + - { id: gov-mx-imss-digital, name: "IMSS Digital", host: www.imss.gob.mx, url: "https://www.imss.gob.mx/imssdigital", cat: government, provider: imss, cc: MX, imp: 2, tier: 4, checks: [http] }
3098 + - { id: gov-mx-inm, name: "Instituto Nacional de Migración", host: www.gob.mx, url: "https://www.gob.mx/inm", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3099 + - { id: gov-mx-issste, name: "ISSSTE", host: www.gob.mx, url: "https://www.gob.mx/issste", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3100 + - { id: gov-mx-jal-gdl-airport, name: "Aeropuerto de Guadalajara (GAP)", host: www.aeropuertosgap.com.mx, cat: government, provider: gap, cc: MX, imp: 1, tier: 4, checks: [http] }
3101 + - { id: gov-mx-jal-guadalajara, name: "Gobierno de Guadalajara", host: guadalajara.gob.mx, cat: government, provider: guadalajara, cc: MX, imp: 1, tier: 4, checks: [http] }
3102 + - { id: gov-mx-jal-portal, name: "Gobierno de Jalisco", host: www.jalisco.gob.mx, cat: government, provider: gov-mx-jal, cc: MX, imp: 2, tier: 4, checks: [http] }
3103 + - { id: gov-mx-nl-monterrey, name: "Gobierno de Monterrey", host: www.monterrey.gob.mx, cat: government, provider: monterrey, cc: MX, imp: 1, tier: 4, checks: [http] }
3104 + - { id: gov-mx-nl-oma, name: "OMA Aeropuertos", host: www.oma.aero, cat: government, provider: oma, cc: MX, imp: 1, tier: 4, checks: [http] }
3105 + - { id: gov-mx-nl-portal, name: "Gobierno de Nuevo León", host: www.nl.gob.mx, cat: government, provider: gov-mx-nl, cc: MX, imp: 2, tier: 4, checks: [http] }
3106 + - { id: gov-mx-pemex, name: "Pemex", host: www.pemex.com, cat: government, provider: pemex, cc: MX, imp: 3, tier: 4, checks: [http] }
3107 + - { id: gov-mx-presidencia, name: "Presidencia de la República", host: www.gob.mx, url: "https://www.gob.mx/presidencia", cat: government, provider: gob-mx, cc: MX, imp: 5, tier: 3, checks: [http] }
3108 + - { id: gov-mx-profeco, name: "PROFECO", host: www.gob.mx, url: "https://www.gob.mx/profeco", cat: government, provider: gob-mx, cc: MX, imp: 2, tier: 4, checks: [http] }
3109 + - { id: gov-mx-pue-puebla-city, name: "Ayuntamiento de Puebla", host: pueblacapital.gob.mx, cat: government, provider: puebla-city, cc: MX, imp: 1, tier: 4, checks: [http] }
3110 + - { id: gov-mx-qroo-asur, name: "ASUR Aeropuertos", host: www.asur.com.mx, cat: government, provider: asur, cc: MX, imp: 1, tier: 4, checks: [http] }
3111 + - { id: gov-mx-qroo-cancun, name: "Municipio de Benito Juárez (Cancún)", host: cancun.gob.mx, cat: government, provider: cancun, cc: MX, imp: 1, tier: 4, checks: [http] }
3112 + - { id: gov-mx-renapo, name: "RENAPO", host: www.gob.mx, url: "https://www.gob.mx/segob/renapo", cat: government, provider: gob-mx, cc: MX, imp: 2, tier: 4, checks: [http] }
3113 + - { id: gov-mx-sat-portal, name: "Portal SAT", host: www.sat.gob.mx, url: "https://www.sat.gob.mx/home", cat: government, provider: sat, cc: MX, imp: 3, tier: 4, checks: [http] }
3114 + - { id: gov-mx-scjn, name: "Suprema Corte de Justicia de la Nación", host: www.scjn.gob.mx, cat: government, provider: scjn, cc: MX, imp: 4, tier: 3, checks: [http] }
3115 + - { id: gov-mx-sct, name: "SICT (Infraestructura, Comunicaciones y Transportes)", host: www.gob.mx, url: "https://www.gob.mx/sict", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3116 + - { id: gov-mx-sedena, name: "SEDENA", host: www.gob.mx, url: "https://www.gob.mx/sedena", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3117 + - { id: gov-mx-segob, name: "SEGOB", host: www.gob.mx, url: "https://www.gob.mx/segob", cat: government, provider: gob-mx, cc: MX, imp: 4, tier: 3, checks: [http] }
3118 + - { id: gov-mx-senado, name: "Senado de la República", host: www.senado.gob.mx, cat: government, provider: senado-mx, cc: MX, imp: 4, tier: 3, checks: [http] }
3119 + - { id: gov-mx-sep, name: "SEP (Educación Pública)", host: www.gob.mx, url: "https://www.gob.mx/sep", cat: government, provider: gob-mx, cc: MX, imp: 4, tier: 3, checks: [http] }
3120 + - { id: gov-mx-shcp, name: "SHCP", host: www.gob.mx, url: "https://www.gob.mx/shcp", cat: government, provider: gob-mx, cc: MX, imp: 4, tier: 3, checks: [http] }
3121 + - { id: gov-mx-sre, name: "SRE (Relaciones Exteriores)", host: www.gob.mx, url: "https://www.gob.mx/sre", cat: government, provider: gob-mx, cc: MX, imp: 4, tier: 3, checks: [http] }
3122 + - { id: gov-mx-ssn, name: "Servicio Sismológico Nacional", host: www.ssn.unam.mx, url: "http://www.ssn.unam.mx/", cat: government, provider: unam, cc: MX, imp: 3, tier: 4, checks: [http] }
3123 + - { id: gov-mx-sspc, name: "SSPC (Seguridad y Protección Ciudadana)", host: www.gob.mx, url: "https://www.gob.mx/sspc", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3124 + - { id: gov-mx-stps, name: "STPS (Trabajo)", host: www.gob.mx, url: "https://www.gob.mx/stps", cat: government, provider: gob-mx, cc: MX, imp: 3, tier: 4, checks: [http] }
3125 + - { id: gov-mx-tepjf, name: "TEPJF", host: www.te.gob.mx, cat: government, provider: tepjf, cc: MX, imp: 2, tier: 4, checks: [http] }
3126 + - { id: gov-mx-tren-maya, name: "Tren Maya", host: www.trenmaya.gob.mx, cat: government, provider: tren-maya, cc: MX, imp: 2, tier: 4, checks: [http] }
3127 + - { id: gov-mx-ver-portal, name: "Gobierno de Veracruz", host: www.veracruz.gob.mx, cat: government, provider: gov-mx-ver, cc: MX, imp: 2, tier: 4, checks: [http] }
3128 + # ───────── MY
3129 + - { id: gov-my-agc, name: "Attorney General's Chambers (laws)", host: www.agc.gov.my, cat: government, provider: agc-my, cc: MY, imp: 1, tier: 4, checks: [http] }
3130 + - { id: gov-my-caam, name: "CAAM", host: www.caam.gov.my, cat: government, provider: caam, cc: MY, imp: 1, tier: 4, checks: [http] }
3131 + - { id: gov-my-customs, name: "Royal Malaysian Customs", host: www.customs.gov.my, cat: government, provider: customs-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3132 + - { id: gov-my-cybersecurity, name: "CyberSecurity Malaysia", host: www.cybersecurity.my, cat: government, provider: csm, cc: MY, imp: 2, tier: 4, checks: [http] }
3133 + - { id: gov-my-data, name: "data.gov.my", host: data.gov.my, cat: government, provider: gov-my, cc: MY, imp: 2, tier: 4, checks: [http] }
3134 + - { id: gov-my-dbkl, name: "Dewan Bandaraya Kuala Lumpur", host: www.dbkl.gov.my, cat: government, provider: kl, cc: MY, imp: 2, tier: 4, checks: [http] }
3135 + - { id: gov-my-digital, name: "Ministry of Digital", host: www.digital.gov.my, cat: government, provider: gov-my, cc: MY, imp: 2, tier: 4, checks: [http] }
3136 + - { id: gov-my-imi, name: "Immigration Department", host: www.imi.gov.my, cat: government, provider: imi, cc: MY, imp: 3, tier: 4, checks: [http] }
3137 + - { id: gov-my-johor, name: "Johor State Government", host: www.johor.gov.my, cat: government, provider: johor, cc: MY, imp: 1, tier: 4, checks: [http] }
3138 + - { id: gov-my-jpj, name: "JPJ (Road Transport Department)", host: www.jpj.gov.my, cat: government, provider: jpj, cc: MY, imp: 3, tier: 4, checks: [http] }
3139 + - { id: gov-my-jpn, name: "National Registration Department", host: www.jpn.gov.my, cat: government, provider: jpn, cc: MY, imp: 3, tier: 4, checks: [http] }
3140 + - { id: gov-my-kehakiman, name: "Judiciary of Malaysia", host: www.kehakiman.gov.my, cat: government, provider: kehakiman, cc: MY, imp: 2, tier: 4, checks: [http] }
3141 + - { id: gov-my-kln, name: "Ministry of Foreign Affairs (Wisma Putra)", host: www.kln.gov.my, cat: government, provider: gov-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3142 + - { id: gov-my-ktmb, name: "KTM Berhad", host: www.ktmb.com.my, cat: government, provider: ktmb, cc: MY, imp: 2, tier: 4, checks: [http] }
3143 + - { id: gov-my-mampu, name: "MAMPU / JDN", host: www.jdn.gov.my, cat: government, provider: gov-my, cc: MY, imp: 1, tier: 4, checks: [http] }
3144 + - { id: gov-my-mcmc, name: "MCMC", host: www.mcmc.gov.my, cat: government, provider: mcmc, cc: MY, imp: 3, tier: 4, checks: [http] }
3145 + - { id: gov-my-mod, name: "Ministry of Defence", host: www.mod.gov.my, cat: government, provider: gov-my, cc: MY, imp: 2, tier: 4, checks: [http] }
3146 + - { id: gov-my-moe, name: "Ministry of Education", host: www.moe.gov.my, cat: government, provider: gov-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3147 + - { id: gov-my-mof, name: "Ministry of Finance", host: www.mof.gov.my, cat: government, provider: gov-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3148 + - { id: gov-my-mot, name: "Ministry of Transport", host: www.mot.gov.my, cat: government, provider: gov-my, cc: MY, imp: 2, tier: 4, checks: [http] }
3149 + - { id: gov-my-mygovernment, name: "MyGovernment", host: www.malaysia.gov.my, url: "https://www.malaysia.gov.my/portal/index", cat: government, provider: gov-my, cc: MY, imp: 2, tier: 4, checks: [http] }
3150 + - { id: gov-my-myrapid, name: "Rapid KL", host: myrapid.com.my, cat: government, provider: prasarana, cc: MY, imp: 2, tier: 4, checks: [http] }
3151 + - { id: gov-my-nacsa, name: "NACSA", host: www.nacsa.gov.my, cat: government, provider: nacsa, cc: MY, imp: 2, tier: 4, checks: [http] }
3152 + - { id: gov-my-nadma, name: "NADMA", host: www.nadma.gov.my, cat: government, provider: nadma, cc: MY, imp: 2, tier: 4, checks: [http] }
3153 + - { id: gov-my-npra, name: "NPRA (pharmaceutical)", host: www.npra.gov.my, cat: government, provider: npra, cc: MY, imp: 1, tier: 4, checks: [http] }
3154 + - { id: gov-my-pdp, name: "Personal Data Protection Department", host: www.pdp.gov.my, cat: government, provider: pdp-my, cc: MY, imp: 1, tier: 4, checks: [http] }
3155 + - { id: gov-my-penang, name: "Penang State Government", host: www.penang.gov.my, cat: government, provider: penang, cc: MY, imp: 1, tier: 4, checks: [http] }
3156 + - { id: gov-my-perkeso, name: "PERKESO", host: www.perkeso.gov.my, cat: government, provider: perkeso, cc: MY, imp: 3, tier: 4, checks: [http] }
3157 + - { id: gov-my-plus, name: "PLUS Malaysia", host: www.plus.com.my, cat: government, provider: plus, cc: MY, imp: 2, tier: 4, checks: [http] }
3158 + - { id: gov-my-pmo, name: "Prime Minister's Office", host: www.pmo.gov.my, url: "http://www.pmo.gov.my/", cat: government, provider: gov-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3159 + - { id: gov-my-pnm, name: "Perpustakaan Negara Malaysia", host: www.pnm.gov.my, cat: government, provider: pnm, cc: MY, imp: 1, tier: 4, checks: [http] }
3160 + - { id: gov-my-pos, name: "Pos Malaysia", host: www.pos.com.my, cat: government, provider: pos-my, cc: MY, imp: 3, tier: 4, checks: [http] }
3161 + - { id: gov-my-rmp, name: "Royal Malaysia Police", host: www.rmp.gov.my, cat: government, provider: pdrm, cc: MY, imp: 3, tier: 4, checks: [http] }
3162 + - { id: gov-my-sabah, name: "Sabah State Government", host: www.sabah.gov.my, cat: government, provider: sabah, cc: MY, imp: 1, tier: 4, checks: [http] }
3163 + - { id: gov-my-sarawak, name: "Sarawak Government", host: sarawak.gov.my, cat: government, provider: sarawak, cc: MY, imp: 1, tier: 4, checks: [http] }
3164 + - { id: gov-my-sc, name: "Securities Commission Malaysia", host: www.sc.com.my, cat: government, provider: sc-my, cc: MY, imp: 2, tier: 4, checks: [http] }
3165 + - { id: gov-my-selangor, name: "Selangor State Government", host: www.selangor.gov.my, cat: government, provider: selangor, cc: MY, imp: 1, tier: 4, checks: [http] }
3166 + - { id: gov-my-spr, name: "Election Commission (SPR)", host: www.spr.gov.my, cat: government, provider: spr, cc: MY, imp: 3, tier: 4, checks: [http] }
3167 + - { id: gov-my-ssm, name: "SSM (Companies Commission)", host: www.ssm.com.my, cat: government, provider: ssm, cc: MY, imp: 2, tier: 4, checks: [http] }
3168 + # ───────── MZ
3169 + - { id: gov-mz-at, name: "Autoridade Tributária", host: www.at.gov.mz, url: "http://www.at.gov.mz/", cat: government, provider: at-mz, cc: MZ, imp: 2, tier: 4, checks: [http] }
3170 + - { id: gov-mz-bancomoc, name: "Banco de Moçambique", host: www.bancomoc.mz, cat: government, provider: bm-mz, cc: MZ, imp: 2, tier: 4, checks: [http] }
3171 + - { id: gov-mz-cfm, name: "CFM (portos e caminhos de ferro)", host: www.cfm.co.mz, cat: government, provider: cfm, cc: MZ, imp: 1, tier: 4, checks: [http] }
3172 + - { id: gov-mz-correios, name: "Correios de Moçambique", host: www.correios.co.mz, cat: government, provider: correios-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
3173 + - { id: gov-mz-evisa, name: "Mozambique eVisa", host: evisa.gov.mz, cat: government, provider: gov-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
3174 + - { id: gov-mz-inam, name: "INAM (meteorologia)", host: www.inam.gov.mz, url: "http://www.inam.gov.mz/", cat: government, provider: inam, cc: MZ, imp: 1, tier: 4, checks: [http] }
3175 + - { id: gov-mz-incm, name: "INCM", host: www.incm.gov.mz, cat: government, provider: incm, cc: MZ, imp: 1, tier: 4, checks: [http] }
3176 + - { id: gov-mz-ine, name: "INE Moçambique", host: www.ine.gov.mz, cat: government, provider: ine-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
3177 + - { id: gov-mz-ingd, name: "INGD", host: www.ingd.gov.mz, cat: government, provider: ingd, cc: MZ, imp: 1, tier: 4, checks: [http] }
3178 + - { id: gov-mz-inss, name: "INSS Moçambique", host: www.inss.gov.mz, cat: government, provider: inss-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
3179 + - { id: gov-mz-maputo, name: "Conselho Municipal de Maputo", host: www.cmmaputo.gov.mz, cat: government, provider: maputo, cc: MZ, imp: 1, tier: 4, checks: [http] }
3180 + - { id: gov-mz-mef, name: "Ministério da Economia e Finanças", host: www.mef.gov.mz, url: "http://www.mef.gov.mz/", cat: government, provider: gov-mz, cc: MZ, imp: 2, tier: 4, checks: [http] }
3181 + - { id: gov-mz-minec, name: "MINEC", host: www.minec.gov.mz, cat: government, provider: gov-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
3182 + - { id: gov-mz-misau, name: "MISAU", host: www.misau.gov.mz, url: "http://www.misau.gov.mz/", cat: government, provider: gov-mz, cc: MZ, imp: 2, tier: 4, checks: [http] }
3183 + - { id: gov-mz-parlamento, name: "Assembleia da República", host: www.parlamento.mz, cat: government, provider: parlamento-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
3184 + # ───────── NA
3185 + - { id: gov-na-bon, name: "Bank of Namibia", host: www.bon.com.na, cat: government, provider: bon, cc: NA, imp: 2, tier: 4, checks: [http] }
3186 + - { id: gov-na-cran, name: "CRAN", host: www.cran.na, cat: government, provider: cran, cc: NA, imp: 1, tier: 4, checks: [http] }
3187 + - { id: gov-na-mhss, name: "Ministry of Health and Social Services", host: mhss.gov.na, cat: government, provider: gov-na, cc: NA, imp: 1, tier: 4, checks: [http] }
3188 + - { id: gov-na-mof, name: "Ministry of Finance", host: mof.gov.na, cat: government, provider: gov-na, cc: NA, imp: 1, tier: 4, checks: [http] }
3189 + - { id: gov-na-nampost, name: "NamPost", host: www.nampost.com.na, cat: government, provider: nampost, cc: NA, imp: 1, tier: 4, checks: [http] }
3190 + - { id: gov-na-namra, name: "NamRA", host: www.namra.org.na, cat: government, provider: namra, cc: NA, imp: 2, tier: 4, checks: [http] }
3191 + - { id: gov-na-nsa, name: "Namibia Statistics Agency", host: nsa.org.na, cat: government, provider: nsa-na, cc: NA, imp: 1, tier: 4, checks: [http] }
3192 + - { id: gov-na-parliament, name: "Parliament of Namibia", host: www.parliament.na, cat: government, provider: parliament-na, cc: NA, imp: 1, tier: 4, checks: [http] }
3193 + - { id: gov-na-ssc, name: "Social Security Commission", host: www.ssc.org.na, cat: government, provider: ssc-na, cc: NA, imp: 1, tier: 4, checks: [http] }
3194 + - { id: gov-na-transnamib, name: "TransNamib", host: www.transnamib.com.na, url: "http://www.transnamib.com.na/", cat: government, provider: transnamib, cc: NA, imp: 1, tier: 4, checks: [http] }
3195 + - { id: gov-na-windhoek, name: "City of Windhoek", host: www.windhoekcc.org.na, cat: government, provider: windhoek, cc: NA, imp: 1, tier: 4, checks: [http] }
3196 + # ───────── NE
3197 + - { id: gov-ne-arcep, name: "ARCEP Niger", host: www.arcep.ne, cat: government, provider: arcep-ne, cc: NE, imp: 1, tier: 4, checks: [http] }
3198 + - { id: gov-ne-cnss, name: "CNSS Niger", host: www.cnss.ne, cat: government, provider: cnss-ne, cc: NE, imp: 1, tier: 4, checks: [http] }
3199 + - { id: gov-ne-gouv, name: "Gouvernement du Niger", host: www.gouv.ne, cat: government, provider: gouv-ne, cc: NE, imp: 1, tier: 4, checks: [http] }
3200 + - { id: gov-ne-ins, name: "INS Niger", host: www.stat-niger.org, cat: government, provider: ins-ne, cc: NE, imp: 1, tier: 4, checks: [http] }
3201 + - { id: gov-ne-niamey, name: "Ville de Niamey", host: www.villedeniamey.ne, cat: government, provider: niamey, cc: NE, imp: 1, tier: 4, checks: [http] }
3202 + - { id: gov-ne-presidence, name: "Présidence du Niger", host: www.presidence.ne, cat: government, provider: gouv-ne, cc: NE, imp: 1, tier: 4, checks: [http] }
3203 + # ───────── NG
3204 + - { id: gov-ng-cac, name: "Corporate Affairs Commission", host: www.cac.gov.ng, cat: government, provider: cac-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3205 + - { id: gov-ng-customs, name: "Nigeria Customs Service", host: customs.gov.ng, cat: government, provider: customs-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3206 + - { id: gov-ng-education, name: "Federal Ministry of Education", host: education.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3207 + - { id: gov-ng-efcc, name: "EFCC", host: www.efcc.gov.ng, cat: government, provider: efcc, cc: NG, imp: 2, tier: 4, checks: [http] }
3208 + - { id: gov-ng-faan, name: "FAAN", host: faan.gov.ng, cat: government, provider: faan, cc: NG, imp: 2, tier: 4, checks: [http] }
3209 + - { id: gov-ng-fct, name: "FCT Administration (Abuja)", host: fcta.gov.ng, cat: government, provider: abuja, cc: NG, imp: 2, tier: 4, checks: [http] }
3210 + - { id: gov-ng-finance, name: "Federal Ministry of Finance", host: finance.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3211 + - { id: gov-ng-fmcide, name: "Ministry of Communications & Digital Economy", host: fmcide.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3212 + - { id: gov-ng-foreignaffairs, name: "Ministry of Foreign Affairs", host: foreignaffairs.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3213 + - { id: gov-ng-frsc, name: "FRSC", host: frsc.gov.ng, cat: government, provider: frsc, cc: NG, imp: 2, tier: 4, checks: [http] }
3214 + - { id: gov-ng-health, name: "Federal Ministry of Health", host: health.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3215 + - { id: gov-ng-immigration, name: "Nigeria Immigration Service", host: immigration.gov.ng, cat: government, provider: nis-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3216 + - { id: gov-ng-inec, name: "INEC", host: www.inecnigeria.org, cat: government, provider: inec, cc: NG, imp: 3, tier: 4, checks: [http] }
3217 + - { id: gov-ng-interior, name: "Ministry of Interior", host: interior.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3218 + - { id: gov-ng-jamb, name: "JAMB", host: www.jamb.gov.ng, cat: government, provider: jamb, cc: NG, imp: 3, tier: 4, checks: [http] }
3219 + - { id: gov-ng-justice, name: "Federal Ministry of Justice", host: justice.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3220 + - { id: gov-ng-kanostate, name: "Kano State Government", host: kanostate.gov.ng, cat: government, provider: kano, cc: NG, imp: 1, tier: 4, checks: [http] }
3221 + - { id: gov-ng-lagosstate, name: "Lagos State Government", host: lagosstate.gov.ng, cat: government, provider: lagos, cc: NG, imp: 3, tier: 4, checks: [http] }
3222 + - { id: gov-ng-lasg-lamata, name: "LAMATA (Lagos transport)", host: lamata-ng.com, cat: government, provider: lagos, cc: NG, imp: 1, tier: 4, checks: [http] }
3223 + - { id: gov-ng-nafdac, name: "NAFDAC", host: nafdac.gov.ng, cat: government, provider: nafdac, cc: NG, imp: 2, tier: 4, checks: [http] }
3224 + - { id: gov-ng-nass, name: "National Assembly", host: nass.gov.ng, cat: government, provider: nass, cc: NG, imp: 3, tier: 4, checks: [http] }
3225 + - { id: gov-ng-nbs-not, name: "Nigerian Bureau of Public Enterprises", host: www.bpe.gov.ng, cat: government, provider: bpe, cc: NG, imp: 1, tier: 4, checks: [http] }
3226 + - { id: gov-ng-ncaa, name: "NCAA", host: ncaa.gov.ng, cat: government, provider: ncaa-ng, cc: NG, imp: 1, tier: 4, checks: [http] }
3227 + - { id: gov-ng-ncc, name: "NCC", host: www.ncc.gov.ng, cat: government, provider: ncc-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3228 + - { id: gov-ng-ncdc, name: "Nigeria Centre for Disease Control", host: ncdc.gov.ng, cat: government, provider: ncdc-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
3229 + - { id: gov-ng-ndpc, name: "Nigeria Data Protection Commission", host: ndpc.gov.ng, cat: government, provider: ndpc, cc: NG, imp: 1, tier: 4, checks: [http] }
3230 + - { id: gov-ng-nema, name: "NEMA Nigeria", host: nema.gov.ng, cat: government, provider: nema-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3231 + - { id: gov-ng-nhis, name: "NHIA", host: nhia.gov.ng, cat: government, provider: nhia, cc: NG, imp: 2, tier: 4, checks: [http] }
3232 + - { id: gov-ng-nimet, name: "NiMet", host: nimet.gov.ng, cat: government, provider: nimet, cc: NG, imp: 2, tier: 4, checks: [http] }
3233 + - { id: gov-ng-nipost, name: "NIPOST", host: nipost.gov.ng, cat: government, provider: nipost, cc: NG, imp: 2, tier: 4, checks: [http] }
3234 + - { id: gov-ng-nitda, name: "NITDA", host: nitda.gov.ng, url: "http://nitda.gov.ng/", cat: government, provider: nitda, cc: NG, imp: 2, tier: 4, checks: [http] }
3235 + - { id: gov-ng-nln, name: "National Library of Nigeria", host: www.nln.gov.ng, cat: government, provider: nln, cc: NG, imp: 1, tier: 4, checks: [http] }
3236 + - { id: gov-ng-nnpc, name: "NNPC", host: nnpcgroup.com, cat: government, provider: nnpc, cc: NG, imp: 2, tier: 4, checks: [http] }
3237 + - { id: gov-ng-npf, name: "Nigeria Police Force", host: www.npf.gov.ng, cat: government, provider: npf, cc: NG, imp: 3, tier: 4, checks: [http] }
3238 + - { id: gov-ng-nrc, name: "Nigerian Railway Corporation", host: nrc.gov.ng, cat: government, provider: nrc-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3239 + - { id: gov-ng-nuc, name: "National Universities Commission", host: www.nuc.edu.ng, cat: government, provider: nuc, cc: NG, imp: 1, tier: 4, checks: [http] }
3240 + - { id: gov-ng-nysc, name: "NYSC", host: www.nysc.gov.ng, cat: government, provider: nysc, cc: NG, imp: 2, tier: 4, checks: [http] }
3241 + - { id: gov-ng-oyostate, name: "Oyo State Government", host: oyostate.gov.ng, cat: government, provider: oyo, cc: NG, imp: 1, tier: 4, checks: [http] }
3242 + - { id: gov-ng-pencom, name: "PenCom", host: www.pencom.gov.ng, cat: government, provider: pencom, cc: NG, imp: 2, tier: 4, checks: [http] }
3243 + - { id: gov-ng-riversstate, name: "Rivers State Government", host: riversstate.gov.ng, cat: government, provider: rivers, cc: NG, imp: 1, tier: 4, checks: [http] }
3244 + - { id: gov-ng-sec, name: "SEC Nigeria", host: sec.gov.ng, cat: government, provider: sec-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3245 + - { id: gov-ng-servicom, name: "Federal Ministry of Information", host: fmino.gov.ng, cat: government, provider: gov-ng, cc: NG, imp: 1, tier: 4, checks: [http] }
3246 + - { id: gov-ng-supremecourt, name: "Supreme Court of Nigeria", host: supremecourt.gov.ng, cat: government, provider: sc-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
3247 + - { id: gov-ng-waec, name: "WAEC Nigeria", host: www.waecnigeria.org, cat: government, provider: waec, cc: NG, imp: 2, tier: 4, checks: [http] }
3248 + # ───────── NI
3249 + - { id: gov-ni-asamblea, name: "Asamblea Nacional", host: www.asamblea.gob.ni, cat: government, provider: asamblea-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
3250 + - { id: gov-ni-bcn, name: "Banco Central de Nicaragua", host: www.bcn.gob.ni, cat: government, provider: bcn-ni, cc: NI, imp: 2, tier: 4, checks: [http] }
3251 + - { id: gov-ni-cse, name: "Consejo Supremo Electoral", host: www.cse.gob.ni, cat: government, provider: cse-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
3252 + - { id: gov-ni-dgi, name: "DGI Nicaragua", host: www.dgi.gob.ni, cat: government, provider: dgi-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
3253 + - { id: gov-ni-hacienda, name: "Ministerio de Hacienda", host: www.hacienda.gob.ni, cat: government, provider: gov-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
3254 + - { id: gov-ni-ineter, name: "INETER", host: www.ineter.gob.ni, cat: government, provider: ineter, cc: NI, imp: 2, tier: 4, checks: [http] }
3255 + - { id: gov-ni-inide, name: "INIDE", host: www.inide.gob.ni, cat: government, provider: inide, cc: NI, imp: 1, tier: 4, checks: [http] }
3256 + - { id: gov-ni-inss, name: "INSS Nicaragua", host: www.inss.gob.ni, cat: government, provider: inss-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
3257 + - { id: gov-ni-managua, name: "Alcaldía de Managua", host: www.managua.gob.ni, cat: government, provider: managua, cc: NI, imp: 1, tier: 4, checks: [http] }
3258 + - { id: gov-ni-minsa, name: "MINSA Nicaragua", host: www.minsa.gob.ni, cat: government, provider: gov-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
3259 + # ───────── NL
3260 + - { id: gov-nl-acm, name: "ACM", host: www.acm.nl, cat: government, provider: acm, cc: NL, imp: 2, tier: 4, checks: [http] }
3261 + - { id: gov-nl-afm, name: "AFM", host: www.afm.nl, cat: government, provider: afm, cc: NL, imp: 2, tier: 4, checks: [http] }
3262 + - { id: gov-nl-amsterdam, name: "Gemeente Amsterdam", host: www.amsterdam.nl, cat: government, provider: amsterdam, cc: NL, imp: 2, tier: 4, checks: [http] }
3263 + - { id: gov-nl-ap, name: "Autoriteit Persoonsgegevens", host: www.autoriteitpersoonsgegevens.nl, cat: government, provider: ap, cc: NL, imp: 2, tier: 4, checks: [http] }
3264 + - { id: gov-nl-cbg, name: "CBG (geneesmiddelen)", host: www.cbg-meb.nl, cat: government, provider: cbg, cc: NL, imp: 2, tier: 4, checks: [http] }
3265 + - { id: gov-nl-crisis, name: "crisis.nl", host: www.crisis.nl, cat: government, provider: nctv, cc: NL, imp: 2, tier: 4, checks: [http] }
3266 + - { id: gov-nl-data-overheid, name: "data.overheid.nl", host: data.overheid.nl, cat: government, provider: gov-nl, cc: NL, imp: 2, tier: 4, checks: [http] }
3267 + - { id: gov-nl-denhaag, name: "Gemeente Den Haag", host: www.denhaag.nl, cat: government, provider: denhaag, cc: NL, imp: 1, tier: 4, checks: [http] }
3268 + - { id: gov-nl-dnb, name: "De Nederlandsche Bank", host: www.dnb.nl, cat: government, provider: dnb, cc: NL, imp: 4, tier: 3, checks: [http] }
3269 + - { id: gov-nl-eerstekamer, name: "Eerste Kamer", host: www.eerstekamer.nl, cat: government, provider: eerstekamer, cc: NL, imp: 3, tier: 4, checks: [http] }
3270 + - { id: gov-nl-hogeraad, name: "Hoge Raad", host: www.hogeraad.nl, cat: government, provider: hoge-raad, cc: NL, imp: 2, tier: 4, checks: [http] }
3271 + - { id: gov-nl-ind, name: "IND (Immigratie)", host: ind.nl, cat: government, provider: ind, cc: NL, imp: 3, tier: 4, checks: [http] }
3272 + - { id: gov-nl-kb, name: "Koninklijke Bibliotheek", host: www.kb.nl, cat: government, provider: kb, cc: NL, imp: 2, tier: 4, checks: [http] }
3273 + - { id: gov-nl-kiesraad, name: "Kiesraad", host: www.kiesraad.nl, cat: government, provider: kiesraad, cc: NL, imp: 3, tier: 4, checks: [http] }
3274 + - { id: gov-nl-koninklijkhuis, name: "Het Koninklijk Huis", host: www.koninklijkhuis.nl, cat: government, provider: gov-nl, cc: NL, imp: 3, tier: 4, checks: [http] }
3275 + - { id: gov-nl-kvk, name: "KVK (Kamer van Koophandel)", host: www.kvk.nl, cat: government, provider: kvk, cc: NL, imp: 4, tier: 3, checks: [http] }
3276 + - { id: gov-nl-mijnoverheid, name: "MijnOverheid", host: mijn.overheid.nl, cat: government, provider: gov-nl, cc: NL, imp: 3, tier: 4, checks: [http] }
3277 + - { id: gov-nl-nationaalarchief, name: "Nationaal Archief", host: www.nationaalarchief.nl, cat: government, provider: na-nl, cc: NL, imp: 2, tier: 4, checks: [http] }
3278 + - { id: gov-nl-ncsc, name: "NCSC-NL", host: www.ncsc.nl, cat: government, provider: ncsc-nl, cc: NL, imp: 3, tier: 4, checks: [http] }
3279 + - { id: gov-nl-nctv, name: "NCTV", host: www.nctv.nl, cat: government, provider: nctv, cc: NL, imp: 2, tier: 4, checks: [http] }
3280 + - { id: gov-nl-politie, name: "Politie", host: www.politie.nl, cat: government, provider: politie, cc: NL, imp: 4, tier: 3, checks: [http] }
3281 + - { id: gov-nl-prorail, name: "ProRail", host: www.prorail.nl, cat: government, provider: prorail, cc: NL, imp: 2, tier: 4, checks: [http] }
3282 + - { id: gov-nl-rdw, name: "RDW", host: www.rdw.nl, cat: government, provider: rdw, cc: NL, imp: 3, tier: 4, checks: [http] }
3283 + - { id: gov-nl-rechtspraak, name: "de Rechtspraak", host: www.rechtspraak.nl, cat: government, provider: rechtspraak, cc: NL, imp: 3, tier: 4, checks: [http] }
3284 + - { id: gov-nl-rijkswaterstaat, name: "Rijkswaterstaat", host: www.rijkswaterstaat.nl, cat: government, provider: rws, cc: NL, imp: 3, tier: 4, checks: [http] }
3285 + - { id: gov-nl-rotterdam, name: "Gemeente Rotterdam", host: www.rotterdam.nl, cat: government, provider: rotterdam, cc: NL, imp: 2, tier: 4, checks: [http] }
3286 + - { id: gov-nl-svb, name: "Sociale Verzekeringsbank", host: www.svb.nl, cat: government, provider: svb, cc: NL, imp: 3, tier: 4, checks: [http] }
3287 + - { id: gov-nl-utrecht, name: "Gemeente Utrecht", host: www.utrecht.nl, cat: government, provider: utrecht, cc: NL, imp: 1, tier: 4, checks: [http] }
3288 + - { id: gov-nl-uwv, name: "UWV", host: www.uwv.nl, cat: government, provider: uwv, cc: NL, imp: 4, tier: 3, checks: [http] }
3289 + - { id: gov-nl-wetten, name: "wetten.overheid.nl", host: wetten.overheid.nl, cat: government, provider: gov-nl, cc: NL, imp: 3, tier: 4, checks: [http] }
3290 + # ───────── NO
3291 + - { id: gov-no-altinn, name: "Altinn", host: www.altinn.no, cat: government, provider: digdir, cc: "NO", imp: 4, tier: 3, checks: [http] }
3292 + - { id: gov-no-arkivverket, name: "Arkivverket", host: www.arkivverket.no, cat: government, provider: arkivverket, cc: "NO", imp: 1, tier: 4, checks: [http] }
3293 + - { id: gov-no-banenor, name: "Bane NOR", host: www.banenor.no, cat: government, provider: banenor, cc: "NO", imp: 2, tier: 4, checks: [http] }
3294 + - { id: gov-no-bergen, name: "Bergen kommune", host: www.bergen.kommune.no, cat: government, provider: bergen, cc: "NO", imp: 1, tier: 4, checks: [http] }
3295 + - { id: gov-no-brreg, name: "Brønnøysundregistrene", host: www.brreg.no, cat: government, provider: brreg, cc: "NO", imp: 3, tier: 4, checks: [http] }
3296 + - { id: gov-no-datatilsynet, name: "Datatilsynet", host: www.datatilsynet.no, cat: government, provider: datatilsynet, cc: "NO", imp: 1, tier: 4, checks: [http] }
3297 + - { id: gov-no-digdir, name: "Digitaliseringsdirektoratet", host: www.digdir.no, cat: government, provider: digdir, cc: "NO", imp: 2, tier: 4, checks: [http] }
3298 + - { id: gov-no-domstol, name: "Norges domstoler", host: www.domstol.no, cat: government, provider: domstol-no, cc: "NO", imp: 3, tier: 4, checks: [http] }
3299 + - { id: gov-no-dsb, name: "DSB", host: www.dsb.no, cat: government, provider: dsb-no, cc: "NO", imp: 2, tier: 4, checks: [http] }
3300 + - { id: gov-no-fhi, name: "Folkehelseinstituttet", host: www.fhi.no, cat: government, provider: fhi, cc: "NO", imp: 3, tier: 4, checks: [http] }
3301 + - { id: gov-no-finansdepartementet, name: "Finansdepartementet", host: www.regjeringen.no, url: "https://www.regjeringen.no/no/dep/fin/id216/", cat: government, provider: gov-no, cc: "NO", imp: 2, tier: 4, checks: [http] }
3302 + - { id: gov-no-finanstilsynet, name: "Finanstilsynet", host: www.finanstilsynet.no, cat: government, provider: finanstilsynet, cc: "NO", imp: 2, tier: 4, checks: [http] }
3303 + - { id: gov-no-helsedirektoratet, name: "Helsedirektoratet", host: www.helsedirektoratet.no, cat: government, provider: helsedir, cc: "NO", imp: 2, tier: 4, checks: [http] }
3304 + - { id: gov-no-kongehuset, name: "Kongehuset", host: www.kongehuset.no, cat: government, provider: gov-no, cc: "NO", imp: 2, tier: 4, checks: [http] }
3305 + - { id: gov-no-legemiddelverket, name: "Direktoratet for medisinske produkter", host: www.dmp.no, cat: government, provider: dmp, cc: "NO", imp: 2, tier: 4, checks: [http] }
3306 + - { id: gov-no-lovdata, name: "Lovdata", host: lovdata.no, cat: government, provider: lovdata, cc: "NO", imp: 3, tier: 4, checks: [http] }
3307 + - { id: gov-no-met, name: "Meteorologisk institutt", host: www.met.no, cat: government, provider: met-no, cc: "NO", imp: 3, tier: 4, checks: [http] }
3308 + - { id: gov-no-nb, name: "Nasjonalbiblioteket", host: www.nb.no, cat: government, provider: nb-no, cc: "NO", imp: 2, tier: 4, checks: [http] }
3309 + - { id: gov-no-nkom, name: "Nkom", host: www.nkom.no, cat: government, provider: nkom, cc: "NO", imp: 2, tier: 4, checks: [http] }
3310 + - { id: gov-no-norge, name: "norge.no", host: www.norge.no, cat: government, provider: digdir, cc: "NO", imp: 3, tier: 4, checks: [http] }
3311 + - { id: gov-no-nsm, name: "NSM", host: nsm.no, cat: government, provider: nsm, cc: "NO", imp: 2, tier: 4, checks: [http] }
3312 + - { id: gov-no-oslo, name: "Oslo kommune", host: www.oslo.kommune.no, cat: government, provider: oslo, cc: "NO", imp: 2, tier: 4, checks: [http] }
3313 + - { id: gov-no-politiet, name: "Politiet", host: www.politiet.no, cat: government, provider: politiet, cc: "NO", imp: 4, tier: 3, checks: [http] }
3314 + - { id: gov-no-posten, name: "Posten Bring", host: www.posten.no, cat: government, provider: posten, cc: "NO", imp: 3, tier: 4, checks: [http] }
3315 + - { id: gov-no-ruter, name: "Ruter", host: ruter.no, cat: government, provider: ruter, cc: "NO", imp: 2, tier: 4, checks: [http] }
3316 + - { id: gov-no-udi, name: "UDI (utlendingsdirektoratet)", host: www.udi.no, cat: government, provider: udi, cc: "NO", imp: 3, tier: 4, checks: [http] }
3317 + - { id: gov-no-valg, name: "Valgdirektoratet", host: www.valg.no, cat: government, provider: valg, cc: "NO", imp: 3, tier: 4, checks: [http] }
3318 + - { id: gov-no-vegvesen, name: "Statens vegvesen", host: www.vegvesen.no, cat: government, provider: vegvesen, cc: "NO", imp: 3, tier: 4, checks: [http] }
3319 + # ───────── NP
3320 + - { id: gov-np-customs, name: "Department of Customs", host: www.customs.gov.np, cat: government, provider: customs-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3321 + - { id: gov-np-dhm, name: "Department of Hydrology and Meteorology", host: www.dhm.gov.np, cat: government, provider: dhm, cc: NP, imp: 2, tier: 4, checks: [http] }
3322 + - { id: gov-np-dor, name: "Department of Roads", host: dor.gov.np, cat: government, provider: dor-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3323 + - { id: gov-np-edcd, name: "Epidemiology and Disease Control Division", host: edcd.gov.np, cat: government, provider: edcd, cc: NP, imp: 1, tier: 4, checks: [http] }
3324 + - { id: gov-np-election, name: "Election Commission Nepal", host: election.gov.np, cat: government, provider: ec-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3325 + - { id: gov-np-immigration, name: "Department of Immigration", host: www.immigration.gov.np, cat: government, provider: doi-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3326 + - { id: gov-np-ird, name: "Inland Revenue Department", host: ird.gov.np, cat: government, provider: ird-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3327 + - { id: gov-np-kathmandu, name: "Kathmandu Metropolitan City", host: kathmandu.gov.np, cat: government, provider: kathmandu, cc: NP, imp: 1, tier: 4, checks: [http] }
3328 + - { id: gov-np-lawcommission, name: "Nepal Law Commission", host: lawcommission.gov.np, cat: government, provider: gov-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3329 + - { id: gov-np-moest, name: "Ministry of Education", host: moest.gov.np, cat: government, provider: gov-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3330 + - { id: gov-np-mof, name: "Ministry of Finance", host: mof.gov.np, cat: government, provider: gov-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3331 + - { id: gov-np-mofa, name: "Ministry of Foreign Affairs", host: mofa.gov.np, cat: government, provider: gov-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3332 + - { id: gov-np-moha, name: "Ministry of Home Affairs", host: www.moha.gov.np, cat: government, provider: gov-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3333 + - { id: gov-np-mohp, name: "Ministry of Health and Population", host: mohp.gov.np, cat: government, provider: gov-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3334 + - { id: gov-np-ndrrma, name: "NDRRMA", host: bipad.gov.np, cat: government, provider: ndrrma, cc: NP, imp: 1, tier: 4, checks: [http] }
3335 + - { id: gov-np-nepal-gov, name: "Nepal Government Portal", host: nepal.gov.np, cat: government, provider: gov-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3336 + - { id: gov-np-nepalpolice, name: "Nepal Police", host: www.nepalpolice.gov.np, cat: government, provider: police-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3337 + - { id: gov-np-nepalpost, name: "Nepal Post", host: www.gpo.gov.np, cat: government, provider: nepalpost, cc: NP, imp: 1, tier: 4, checks: [http] }
3338 + - { id: gov-np-nrb, name: "Nepal Rastra Bank", host: www.nrb.org.np, cat: government, provider: nrb, cc: NP, imp: 2, tier: 4, checks: [http] }
3339 + - { id: gov-np-nsonepal, name: "National Statistics Office", host: nsonepal.gov.np, cat: government, provider: nso-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3340 + - { id: gov-np-nta, name: "Nepal Telecommunications Authority", host: nta.gov.np, cat: government, provider: nta-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3341 + - { id: gov-np-opmcm, name: "Office of the Prime Minister", host: www.opmcm.gov.np, cat: government, provider: gov-np, cc: NP, imp: 3, tier: 4, checks: [http] }
3342 + - { id: gov-np-parliament, name: "Federal Parliament", host: hr.parliament.gov.np, cat: government, provider: parliament-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3343 + - { id: gov-np-passport, name: "Department of Passports", host: nepalpassport.gov.np, cat: government, provider: dop-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3344 + - { id: gov-np-president, name: "Office of the President", host: www.presidentofnepal.gov.np, url: "http://www.presidentofnepal.gov.np/", cat: government, provider: gov-np, cc: NP, imp: 2, tier: 4, checks: [http] }
3345 + - { id: gov-np-ssf, name: "Social Security Fund", host: ssf.gov.np, cat: government, provider: ssf-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3346 + - { id: gov-np-supremecourt, name: "Supreme Court of Nepal", host: supremecourt.gov.np, cat: government, provider: sc-np, cc: NP, imp: 1, tier: 4, checks: [http] }
3347 + # ───────── NZ
3348 + - { id: gov-nz-acc, name: "ACC", host: www.acc.co.nz, cat: government, provider: acc, cc: NZ, imp: 3, tier: 4, checks: [http] }
3349 + - { id: gov-nz-archives, name: "Archives New Zealand", host: www.archives.govt.nz, cat: government, provider: archives-nz, cc: NZ, imp: 1, tier: 4, checks: [http] }
3350 + - { id: gov-nz-at, name: "Auckland Transport", host: at.govt.nz, cat: government, provider: auckland, cc: NZ, imp: 3, tier: 4, checks: [http] }
3351 + - { id: gov-nz-auckland, name: "Auckland Council", host: www.aucklandcouncil.govt.nz, cat: government, provider: auckland, cc: NZ, imp: 3, tier: 4, checks: [http] }
3352 + - { id: gov-nz-beehive, name: "Beehive (NZ Government)", host: www.beehive.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 4, tier: 3, checks: [http] }
3353 + - { id: gov-nz-caa, name: "Civil Aviation Authority of NZ", host: www.aviation.govt.nz, cat: government, provider: caa-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3354 + - { id: gov-nz-christchurch, name: "Christchurch City Council", host: ccc.govt.nz, cat: government, provider: christchurch, cc: NZ, imp: 2, tier: 4, checks: [http] }
3355 + - { id: gov-nz-civildefence, name: "National Emergency Management Agency", host: www.civildefence.govt.nz, cat: government, provider: nema-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3356 + - { id: gov-nz-comcom, name: "Commerce Commission", host: comcom.govt.nz, cat: government, provider: comcom, cc: NZ, imp: 2, tier: 4, checks: [http] }
3357 + - { id: gov-nz-companiesoffice, name: "Companies Office", host: companies-register.companiesoffice.govt.nz, cat: government, provider: mbie, cc: NZ, imp: 3, tier: 4, checks: [http] }
3358 + - { id: gov-nz-courts, name: "Courts of New Zealand", host: www.courtsofnz.govt.nz, cat: government, provider: courts-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3359 + - { id: gov-nz-customs, name: "NZ Customs Service", host: www.customs.govt.nz, cat: government, provider: customs-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3360 + - { id: gov-nz-data, name: "data.govt.nz", host: data.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3361 + - { id: gov-nz-dia, name: "Department of Internal Affairs", host: www.dia.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3362 + - { id: gov-nz-digital, name: "digital.govt.nz", host: www.digital.govt.nz, cat: government, provider: dia, cc: NZ, imp: 2, tier: 4, checks: [http] }
3363 + - { id: gov-nz-doc, name: "Department of Conservation", host: www.doc.govt.nz, cat: government, provider: doc-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3364 + - { id: gov-nz-dpmc, name: "DPMC", host: www.dpmc.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3365 + - { id: gov-nz-dunedin, name: "Dunedin City Council", host: www.dunedin.govt.nz, cat: government, provider: dunedin, cc: NZ, imp: 1, tier: 4, checks: [http] }
3366 + - { id: gov-nz-education, name: "Ministry of Education", host: www.education.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3367 + - { id: gov-nz-elections, name: "Electoral Commission", host: elections.nz, cat: government, provider: ec-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3368 + - { id: gov-nz-fma, name: "Financial Markets Authority", host: www.fma.govt.nz, cat: government, provider: fma-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3369 + - { id: gov-nz-getready, name: "Get Ready (NEMA)", host: getready.govt.nz, cat: government, provider: nema-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3370 + - { id: gov-nz-gg, name: "Governor-General of New Zealand", host: gg.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3371 + - { id: gov-nz-gns, name: "GNS Science", host: www.gns.cri.nz, cat: government, provider: gns, cc: NZ, imp: 2, tier: 4, checks: [http] }
3372 + - { id: gov-nz-hamilton, name: "Hamilton City Council", host: hamilton.govt.nz, cat: government, provider: hamilton, cc: NZ, imp: 1, tier: 4, checks: [http] }
3373 + - { id: gov-nz-health, name: "Ministry of Health", host: www.health.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3374 + - { id: gov-nz-info-health, name: "Health New Zealand info", host: info.health.nz, cat: government, provider: health-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3375 + - { id: gov-nz-ird-myir, name: "myIR", host: myir.ird.govt.nz, cat: government, provider: ird-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3376 + - { id: gov-nz-journeys, name: "NZTA Journey Planner", host: www.journeys.nzta.govt.nz, cat: government, provider: nzta, cc: NZ, imp: 2, tier: 4, checks: [http] }
3377 + - { id: gov-nz-justice, name: "Ministry of Justice", host: www.justice.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3378 + - { id: gov-nz-kiwirail, name: "KiwiRail", host: www.kiwirail.co.nz, cat: government, provider: kiwirail, cc: NZ, imp: 2, tier: 4, checks: [http] }
3379 + - { id: gov-nz-legislation, name: "New Zealand Legislation", host: www.legislation.govt.nz, cat: government, provider: pco-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3380 + - { id: gov-nz-linz, name: "Land Information NZ", host: www.linz.govt.nz, cat: government, provider: linz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3381 + - { id: gov-nz-mbie, name: "MBIE", host: www.mbie.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3382 + - { id: gov-nz-medsafe, name: "Medsafe", host: www.medsafe.govt.nz, cat: government, provider: medsafe, cc: NZ, imp: 2, tier: 4, checks: [http] }
3383 + - { id: gov-nz-metlink, name: "Metlink Wellington", host: www.metlink.org.nz, cat: government, provider: gwrc, cc: NZ, imp: 2, tier: 4, checks: [http] }
3384 + - { id: gov-nz-mfat, name: "MFAT", host: www.mfat.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3385 + - { id: gov-nz-msd, name: "Ministry of Social Development", host: www.msd.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3386 + - { id: gov-nz-natlib, name: "National Library of New Zealand", host: natlib.govt.nz, cat: government, provider: natlib-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3387 + - { id: gov-nz-ncsc, name: "NCSC NZ", host: www.ncsc.govt.nz, cat: government, provider: gcsb, cc: NZ, imp: 2, tier: 4, checks: [http] }
3388 + - { id: gov-nz-niwa, name: "NIWA", host: niwa.co.nz, cat: government, provider: niwa, cc: NZ, imp: 2, tier: 4, checks: [http] }
3389 + - { id: gov-nz-nzdf, name: "NZ Defence Force", host: www.nzdf.mil.nz, cat: government, provider: nzdf, cc: NZ, imp: 2, tier: 4, checks: [http] }
3390 + - { id: gov-nz-nzpost, name: "NZ Post", host: www.nzpost.co.nz, cat: government, provider: nzpost, cc: NZ, imp: 4, tier: 3, checks: [http] }
3391 + - { id: gov-nz-nzta, name: "NZ Transport Agency Waka Kotahi", host: www.nzta.govt.nz, cat: government, provider: nzta, cc: NZ, imp: 4, tier: 3, checks: [http] }
3392 + - { id: gov-nz-passports, name: "NZ Passports", host: www.passports.govt.nz, cat: government, provider: dia, cc: NZ, imp: 3, tier: 4, checks: [http] }
3393 + - { id: gov-nz-police, name: "New Zealand Police", host: www.police.govt.nz, cat: government, provider: police-nz, cc: NZ, imp: 4, tier: 3, checks: [http] }
3394 + - { id: gov-nz-privacy, name: "Privacy Commissioner", host: www.privacy.org.nz, cat: government, provider: opc-nz, cc: NZ, imp: 1, tier: 4, checks: [http] }
3395 + - { id: gov-nz-realme, name: "RealMe", host: www.realme.govt.nz, cat: government, provider: dia, cc: NZ, imp: 3, tier: 4, checks: [http] }
3396 + - { id: gov-nz-safetravel, name: "SafeTravel", host: www.safetravel.govt.nz, cat: government, provider: mfat, cc: NZ, imp: 3, tier: 4, checks: [http] }
3397 + - { id: gov-nz-transport, name: "Ministry of Transport", host: www.transport.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3398 + - { id: gov-nz-treasury, name: "The Treasury", host: www.treasury.govt.nz, cat: government, provider: gov-nz, cc: NZ, imp: 3, tier: 4, checks: [http] }
3399 + - { id: gov-nz-wellington, name: "Wellington City Council", host: wellington.govt.nz, cat: government, provider: wellington, cc: NZ, imp: 2, tier: 4, checks: [http] }
3400 + - { id: gov-nz-workandincome, name: "Work and Income", host: www.workandincome.govt.nz, cat: government, provider: msd, cc: NZ, imp: 4, tier: 3, checks: [http] }
3401 + # ───────── OM
3402 + - { id: gov-om-caa, name: "Civil Aviation Authority", host: www.caa.gov.om, cat: government, provider: caa-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3403 + - { id: gov-om-cbo, name: "Central Bank of Oman", host: cbo.gov.om, cat: government, provider: cbo, cc: OM, imp: 2, tier: 4, checks: [http] }
3404 + - { id: gov-om-cda, name: "Civil Defence & Ambulance Authority", host: cdaa.gov.om, cat: government, provider: cdaa, cc: OM, imp: 1, tier: 4, checks: [http] }
3405 + - { id: gov-om-election, name: "Oman Elections", host: www.oman.om, url: "https://www.oman.om/wps/portal/index/gov/omanelections", cat: government, provider: gov-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3406 + - { id: gov-om-evisa, name: "Oman eVisa", host: evisa.rop.gov.om, cat: government, provider: rop, cc: OM, imp: 2, tier: 4, checks: [http] }
3407 + - { id: gov-om-met, name: "Oman Meteorology (CAA)", host: met.gov.om, cat: government, provider: caa-om, cc: OM, imp: 2, tier: 4, checks: [http] }
3408 + - { id: gov-om-moe, name: "Ministry of Education", host: home.moe.gov.om, cat: government, provider: gov-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3409 + - { id: gov-om-mof, name: "Ministry of Finance", host: www.mof.gov.om, cat: government, provider: gov-om, cc: OM, imp: 2, tier: 4, checks: [http] }
3410 + - { id: gov-om-mofa, name: "Ministry of Foreign Affairs", host: fm.gov.om, cat: government, provider: gov-om, cc: OM, imp: 2, tier: 4, checks: [http] }
3411 + - { id: gov-om-moh, name: "Ministry of Health", host: www.moh.gov.om, cat: government, provider: gov-om, cc: OM, imp: 2, tier: 4, checks: [http] }
3412 + - { id: gov-om-mtcit, name: "Ministry of Transport, Communications & IT", host: www.mtcit.gov.om, cat: government, provider: gov-om, cc: OM, imp: 2, tier: 4, checks: [http] }
3413 + - { id: gov-om-muscat, name: "Muscat Municipality", host: www.mm.gov.om, cat: government, provider: muscat, cc: OM, imp: 1, tier: 4, checks: [http] }
3414 + - { id: gov-om-ncsi, name: "NCSI (statistics)", host: www.ncsi.gov.om, cat: government, provider: ncsi, cc: OM, imp: 2, tier: 4, checks: [http] }
3415 + - { id: gov-om-oman, name: "Oman Government Portal", host: www.oman.om, cat: government, provider: gov-om, cc: OM, imp: 3, tier: 4, checks: [http] }
3416 + - { id: gov-om-omannews, name: "Oman News Agency", host: omannews.gov.om, cat: government, provider: ona, cc: OM, imp: 2, tier: 4, checks: [http] }
3417 + - { id: gov-om-omanpost, name: "Oman Post (Asyad Express)", host: omanpost.om, cat: government, provider: omanpost, cc: OM, imp: 1, tier: 4, checks: [http] }
3418 + - { id: gov-om-pasi, name: "Social Protection Fund", host: www.spf.gov.om, cat: government, provider: spf-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3419 + - { id: gov-om-qanoon, name: "Qanoon (legal portal)", host: qanoon.om, cat: government, provider: gov-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3420 + - { id: gov-om-rop, name: "Royal Oman Police", host: www.rop.gov.om, cat: government, provider: rop, cc: OM, imp: 3, tier: 4, checks: [http] }
3421 + - { id: gov-om-taxoman, name: "Oman Tax Authority", host: tms.taxoman.gov.om, cat: government, provider: tax-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3422 + - { id: gov-om-tra, name: "TRA Oman", host: www.tra.gov.om, cat: government, provider: tra-om, cc: OM, imp: 1, tier: 4, checks: [http] }
3423 + # ───────── PA
3424 + - { id: gov-pa-ana, name: "Autoridad Nacional de Aduanas", host: www.ana.gob.pa, cat: government, provider: ana-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3425 + - { id: gov-pa-asamblea, name: "Asamblea Nacional", host: www.asamblea.gob.pa, cat: government, provider: asamblea-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3426 + - { id: gov-pa-css, name: "Caja de Seguro Social", host: www.css.gob.pa, cat: government, provider: css-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3427 + - { id: gov-pa-dgi, name: "DGI Panamá", host: dgi.mef.gob.pa, cat: government, provider: dgi-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3428 + - { id: gov-pa-imhpa, name: "IMHPA (meteorología)", host: www.imhpa.gob.pa, cat: government, provider: imhpa, cc: PA, imp: 1, tier: 4, checks: [http] }
3429 + - { id: gov-pa-inec, name: "INEC Panamá", host: www.inec.gob.pa, cat: government, provider: inec-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3430 + - { id: gov-pa-meduca, name: "MEDUCA", host: www.meduca.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3431 + - { id: gov-pa-mef, name: "Ministerio de Economía y Finanzas", host: www.mef.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3432 + - { id: gov-pa-metro, name: "Metro de Panamá", host: www.elmetrodepanama.com, cat: government, provider: metro-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3433 + - { id: gov-pa-migracion, name: "Servicio Nacional de Migración", host: www.migracion.gob.pa, cat: government, provider: snm-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3434 + - { id: gov-pa-minsa, name: "MINSA Panamá", host: www.minsa.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3435 + - { id: gov-pa-minseg, name: "Ministerio de Seguridad", host: www.minseg.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3436 + - { id: gov-pa-mire, name: "Ministerio de Relaciones Exteriores", host: mire.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3437 + - { id: gov-pa-mupa, name: "Alcaldía de Panamá", host: mupa.gob.pa, cat: government, provider: panama-city, cc: PA, imp: 1, tier: 4, checks: [http] }
3438 + - { id: gov-pa-organojudicial, name: "Órgano Judicial", host: www.organojudicial.gob.pa, cat: government, provider: oj-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3439 + - { id: gov-pa-panama-tramita, name: "Panamá Tramita", host: www.panamatramita.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3440 + - { id: gov-pa-pancanal, name: "Canal de Panamá", host: pancanal.com, cat: government, provider: acp, cc: PA, imp: 3, tier: 4, checks: [http] }
3441 + - { id: gov-pa-policia, name: "Policía Nacional", host: www.policia.gob.pa, cat: government, provider: policia-pa, cc: PA, imp: 1, tier: 4, checks: [http] }
3442 + - { id: gov-pa-presidencia, name: "Presidencia de Panamá", host: www.presidencia.gob.pa, cat: government, provider: gov-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3443 + - { id: gov-pa-sinaproc, name: "SINAPROC", host: www.sinaproc.gob.pa, cat: government, provider: sinaproc, cc: PA, imp: 1, tier: 4, checks: [http] }
3444 + - { id: gov-pa-tribunal-electoral, name: "Tribunal Electoral", host: www.tribunal-electoral.gob.pa, cat: government, provider: te-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
3445 + # ───────── PE
3446 + - { id: gov-pe-aduanas, name: "SUNAT Aduanas", host: www.sunat.gob.pe, url: "https://www.sunat.gob.pe/aduanas.html", cat: government, provider: sunat, cc: PE, imp: 2, tier: 4, checks: [http] }
3447 + - { id: gov-pe-atu, name: "ATU (Transporte Urbano Lima)", host: www.gob.pe, url: "https://www.gob.pe/atu", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3448 + - { id: gov-pe-bnp, name: "Biblioteca Nacional del Perú", host: www.gob.pe, url: "https://www.gob.pe/bnp", cat: government, provider: gov-pe, cc: PE, imp: 1, tier: 4, checks: [http] }
3449 + - { id: gov-pe-datos, name: "datosabiertos.gob.pe", host: www.datosabiertos.gob.pe, cat: government, provider: gov-pe, cc: PE, imp: 1, tier: 4, checks: [http] }
3450 + - { id: gov-pe-digemid, name: "DIGEMID", host: www.digemid.minsa.gob.pe, cat: government, provider: minsa, cc: PE, imp: 1, tier: 4, checks: [http] }
3451 + - { id: gov-pe-elperuano, name: "El Peruano (normas legales)", host: elperuano.pe, cat: government, provider: elperuano, cc: PE, imp: 2, tier: 4, checks: [http] }
3452 + - { id: gov-pe-igp, name: "Instituto Geofísico del Perú", host: www.gob.pe, url: "https://www.gob.pe/igp", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3453 + - { id: gov-pe-indeci, name: "INDECI", host: www.gob.pe, url: "https://www.gob.pe/indeci", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3454 + - { id: gov-pe-indecopi, name: "INDECOPI", host: www.gob.pe, url: "https://www.gob.pe/indecopi", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3455 + - { id: gov-pe-inei, name: "INEI", host: www.gob.pe, url: "https://www.gob.pe/inei", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3456 + - { id: gov-pe-jne, name: "JNE", host: www.gob.pe, url: "https://www.gob.pe/jne", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3457 + - { id: gov-pe-mef, name: "Ministerio de Economía y Finanzas", host: www.gob.pe, url: "https://www.gob.pe/mef", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3458 + - { id: gov-pe-migraciones, name: "Migraciones", host: www.gob.pe, url: "https://www.gob.pe/migraciones", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3459 + - { id: gov-pe-minedu, name: "Ministerio de Educación", host: www.gob.pe, url: "https://www.gob.pe/minedu", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3460 + - { id: gov-pe-mininter, name: "Ministerio del Interior", host: www.gob.pe, url: "https://www.gob.pe/mininter", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3461 + - { id: gov-pe-minjus, name: "Ministerio de Justicia", host: www.gob.pe, url: "https://www.gob.pe/minjus", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3462 + - { id: gov-pe-minsa, name: "Ministerio de Salud", host: www.gob.pe, url: "https://www.gob.pe/minsa", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3463 + - { id: gov-pe-mtc, name: "Ministerio de Transportes y Comunicaciones", host: www.gob.pe, url: "https://www.gob.pe/mtc", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3464 + - { id: gov-pe-onp, name: "ONP", host: www.gob.pe, url: "https://www.gob.pe/onp", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3465 + - { id: gov-pe-onpe, name: "ONPE", host: www.gob.pe, url: "https://www.gob.pe/onpe", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3466 + - { id: gov-pe-osiptel, name: "OSIPTEL", host: www.gob.pe, url: "https://www.gob.pe/osiptel", cat: government, provider: gov-pe, cc: PE, imp: 1, tier: 4, checks: [http] }
3467 + - { id: gov-pe-pcm, name: "Presidencia del Consejo de Ministros", host: www.gob.pe, url: "https://www.gob.pe/pcm", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3468 + - { id: gov-pe-pj, name: "Poder Judicial del Perú", host: www.gob.pe, url: "https://www.gob.pe/pj", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3469 + - { id: gov-pe-policia, name: "Policía Nacional del Perú", host: www.gob.pe, url: "https://www.gob.pe/policia", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3470 + - { id: gov-pe-presidencia, name: "Presidencia del Perú", host: www.gob.pe, url: "https://www.gob.pe/presidencia", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3471 + - { id: gov-pe-provias, name: "Provías Nacional", host: www.gob.pe, url: "https://www.gob.pe/pvn", cat: government, provider: gov-pe, cc: PE, imp: 1, tier: 4, checks: [http] }
3472 + - { id: gov-pe-rree, name: "Ministerio de Relaciones Exteriores", host: www.gob.pe, url: "https://www.gob.pe/rree", cat: government, provider: gov-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
3473 + - { id: gov-pe-sbs, name: "SBS", host: www.sbs.gob.pe, cat: government, provider: sbs, cc: PE, imp: 3, tier: 4, checks: [http] }
3474 + - { id: gov-pe-serpost, name: "Serpost", host: www.serpost.com.pe, cat: government, provider: serpost, cc: PE, imp: 2, tier: 4, checks: [http] }
3475 + - { id: gov-pe-sunarp, name: "SUNARP", host: www.gob.pe, url: "https://www.gob.pe/sunarp", cat: government, provider: gov-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3476 + - { id: gov-pe-tc, name: "Tribunal Constitucional", host: www.tc.gob.pe, cat: government, provider: tc-pe, cc: PE, imp: 2, tier: 4, checks: [http] }
3477 + # ───────── PG
3478 + - { id: gov-pg-bankpng, name: "Bank of Papua New Guinea", host: www.bankpng.gov.pg, cat: government, provider: bpng, cc: PG, imp: 1, tier: 4, checks: [http] }
3479 + - { id: gov-pg-health, name: "National Department of Health", host: www.health.gov.pg, cat: government, provider: gov-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3480 + - { id: gov-pg-ica, name: "Immigration & Citizenship Authority", host: ica.gov.pg, cat: government, provider: ica-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3481 + - { id: gov-pg-irc, name: "Internal Revenue Commission", host: irc.gov.pg, cat: government, provider: irc-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3482 + - { id: gov-pg-nso, name: "National Statistical Office", host: www.nso.gov.pg, cat: government, provider: nso-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3483 + - { id: gov-pg-parliament, name: "National Parliament of PNG", host: www.parliament.gov.pg, cat: government, provider: parliament-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3484 + - { id: gov-pg-pm, name: "Prime Minister of PNG", host: www.pmnec.gov.pg, cat: government, provider: gov-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3485 + - { id: gov-pg-pngec, name: "PNG Electoral Commission", host: www.pngec.gov.pg, url: "http://www.pngec.gov.pg/", cat: government, provider: pngec, cc: PG, imp: 1, tier: 4, checks: [http] }
3486 + - { id: gov-pg-pngweather, name: "PNG National Weather Service", host: www.pngmet.gov.pg, cat: government, provider: nws-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3487 + - { id: gov-pg-postpng, name: "Post PNG", host: www.postpng.com.pg, url: "http://www.postpng.com.pg/", cat: government, provider: postpng, cc: PG, imp: 1, tier: 4, checks: [http] }
3488 + - { id: gov-pg-treasury, name: "Department of Treasury", host: www.treasury.gov.pg, cat: government, provider: gov-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
3489 + # ───────── PH
3490 + - { id: gov-ph-bfp, name: "Bureau of Fire Protection", host: bfp.gov.ph, cat: government, provider: bfp, cc: PH, imp: 1, tier: 4, checks: [http] }
3491 + - { id: gov-ph-btr, name: "Bureau of the Treasury", host: www.treasury.gov.ph, cat: government, provider: btr, cc: PH, imp: 2, tier: 4, checks: [http] }
3492 + - { id: gov-ph-caap, name: "CAAP", host: caap.gov.ph, cat: government, provider: caap, cc: PH, imp: 1, tier: 4, checks: [http] }
3493 + - { id: gov-ph-cebu, name: "Cebu City", host: www.cebucity.gov.ph, cat: government, provider: cebu, cc: PH, imp: 1, tier: 4, checks: [http] }
3494 + - { id: gov-ph-ched, name: "CHED", host: ched.gov.ph, cat: government, provider: ched, cc: PH, imp: 2, tier: 4, checks: [http] }
3495 + - { id: gov-ph-coa, name: "Commission on Audit", host: www.coa.gov.ph, cat: government, provider: coa-ph, cc: PH, imp: 1, tier: 4, checks: [http] }
3496 + - { id: gov-ph-comelec, name: "COMELEC", host: comelec.gov.ph, cat: government, provider: comelec, cc: PH, imp: 3, tier: 4, checks: [http] }
3497 + - { id: gov-ph-congress, name: "House of Representatives", host: www.congress.gov.ph, cat: government, provider: congress-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3498 + - { id: gov-ph-csc, name: "Civil Service Commission", host: www.csc.gov.ph, cat: government, provider: csc-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3499 + - { id: gov-ph-customs, name: "Bureau of Customs", host: customs.gov.ph, cat: government, provider: boc-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3500 + - { id: gov-ph-data, name: "Open Data Philippines", host: data.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 1, tier: 4, checks: [http] }
3501 + - { id: gov-ph-davao, name: "Davao City", host: www.davaocity.gov.ph, cat: government, provider: davao, cc: PH, imp: 1, tier: 4, checks: [http] }
3502 + - { id: gov-ph-dbm, name: "Department of Budget and Management", host: www.dbm.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3503 + - { id: gov-ph-deped, name: "DepEd", host: www.deped.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3504 + - { id: gov-ph-dfa, name: "Department of Foreign Affairs", host: dfa.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 4, tier: 3, checks: [http] }
3505 + - { id: gov-ph-dict, name: "DICT", host: dict.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3506 + - { id: gov-ph-dilg, name: "DILG", host: www.dilg.gov.ph, url: "http://www.dilg.gov.ph/", cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3507 + - { id: gov-ph-dnd, name: "Department of National Defense", host: www.dnd.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3508 + - { id: gov-ph-dof, name: "Department of Finance", host: www.dof.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3509 + - { id: gov-ph-doj, name: "Department of Justice", host: www.doj.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3510 + - { id: gov-ph-dole, name: "DOLE", host: www.dole.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3511 + - { id: gov-ph-dotr, name: "Department of Transportation", host: dotr.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3512 + - { id: gov-ph-dpwh, name: "DPWH", host: www.dpwh.gov.ph, cat: government, provider: dpwh, cc: PH, imp: 2, tier: 4, checks: [http] }
3513 + - { id: gov-ph-dswd, name: "DSWD", host: www.dswd.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3514 + - { id: gov-ph-dti, name: "DTI", host: www.dti.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3515 + - { id: gov-ph-fda, name: "FDA Philippines", host: www.fda.gov.ph, cat: government, provider: fda-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3516 + - { id: gov-ph-gsis, name: "GSIS", host: www.gsis.gov.ph, cat: government, provider: gsis, cc: PH, imp: 2, tier: 4, checks: [http] }
3517 + - { id: gov-ph-immigration, name: "Bureau of Immigration", host: immigration.gov.ph, cat: government, provider: bi-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3518 + - { id: gov-ph-lawphil, name: "LawPhil (Arellano)", host: lawphil.net, cat: government, provider: arellano, cc: PH, imp: 2, tier: 4, checks: [http] }
3519 + - { id: gov-ph-ltfrb, name: "LTFRB", host: ltfrb.gov.ph, cat: government, provider: ltfrb, cc: PH, imp: 1, tier: 4, checks: [http] }
3520 + - { id: gov-ph-lto, name: "LTO", host: lto.gov.ph, cat: government, provider: lto, cc: PH, imp: 3, tier: 4, checks: [http] }
3521 + - { id: gov-ph-manila, name: "City of Manila", host: manila.gov.ph, cat: government, provider: manila, cc: PH, imp: 2, tier: 4, checks: [http] }
3522 + - { id: gov-ph-miaa, name: "MIAA (NAIA)", host: www.miaa.gov.ph, cat: government, provider: miaa, cc: PH, imp: 2, tier: 4, checks: [http] }
3523 + - { id: gov-ph-mmda, name: "MMDA", host: mmda.gov.ph, cat: government, provider: mmda, cc: PH, imp: 2, tier: 4, checks: [http] }
3524 + - { id: gov-ph-ndrrmc, name: "NDRRMC", host: ndrrmc.gov.ph, cat: government, provider: ndrrmc, cc: PH, imp: 3, tier: 4, checks: [http] }
3525 + - { id: gov-ph-nlp, name: "National Library of the Philippines", host: web.nlp.gov.ph, cat: government, provider: nlp-ph, cc: PH, imp: 1, tier: 4, checks: [http] }
3526 + - { id: gov-ph-ntc, name: "NTC", host: ntc.gov.ph, cat: government, provider: ntc-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3527 + - { id: gov-ph-officialgazette, name: "Official Gazette", host: www.officialgazette.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3528 + - { id: gov-ph-ombudsman, name: "Office of the Ombudsman", host: www.ombudsman.gov.ph, cat: government, provider: ombudsman-ph, cc: PH, imp: 1, tier: 4, checks: [http] }
3529 + - { id: gov-ph-pagibig, name: "Pag-IBIG Fund", host: www.pagibigfund.gov.ph, cat: government, provider: pagibig, cc: PH, imp: 3, tier: 4, checks: [http] }
3530 + - { id: gov-ph-passport, name: "DFA Passport Appointment", host: www.passport.gov.ph, cat: government, provider: dfa-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3531 + - { id: gov-ph-pbbm, name: "Office of the President", host: op-proper.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3532 + - { id: gov-ph-pco, name: "Presidential Communications Office", host: pco.gov.ph, cat: government, provider: gov-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3533 + - { id: gov-ph-phivolcs, name: "PHIVOLCS", host: www.phivolcs.dost.gov.ph, cat: government, provider: dost, cc: PH, imp: 3, tier: 4, checks: [http] }
3534 + - { id: gov-ph-phlpost, name: "PHLPost", host: www.phlpost.gov.ph, cat: government, provider: phlpost, cc: PH, imp: 2, tier: 4, checks: [http] }
3535 + - { id: gov-ph-pnp, name: "Philippine National Police", host: pnp.gov.ph, cat: government, provider: pnp, cc: PH, imp: 3, tier: 4, checks: [http] }
3536 + - { id: gov-ph-pnr, name: "Philippine National Railways", host: pnr.gov.ph, cat: government, provider: pnr, cc: PH, imp: 1, tier: 4, checks: [http] }
3537 + - { id: gov-ph-prc, name: "PRC", host: www.prc.gov.ph, cat: government, provider: prc-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3538 + - { id: gov-ph-privacy, name: "National Privacy Commission", host: privacy.gov.ph, cat: government, provider: npc-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3539 + - { id: gov-ph-psa-philsys, name: "PhilSys (National ID)", host: philsys.gov.ph, cat: government, provider: psa-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3540 + - { id: gov-ph-quezoncity, name: "Quezon City", host: quezoncity.gov.ph, cat: government, provider: quezon-city, cc: PH, imp: 2, tier: 4, checks: [http] }
3541 + - { id: gov-ph-sc, name: "Supreme Court of the Philippines", host: sc.judiciary.gov.ph, cat: government, provider: sc-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3542 + - { id: gov-ph-sec, name: "SEC Philippines", host: www.sec.gov.ph, cat: government, provider: sec-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
3543 + - { id: gov-ph-senate, name: "Senate of the Philippines", host: web.senate.gov.ph, cat: government, provider: senate-ph, cc: PH, imp: 3, tier: 4, checks: [http] }
3544 + # ───────── PK
3545 + - { id: gov-pk-balochistan, name: "Government of Balochistan", host: www.balochistan.gov.pk, cat: government, provider: balochistan, cc: PK, imp: 1, tier: 4, checks: [http] }
3546 + - { id: gov-pk-communication, name: "Ministry of Communications", host: communication.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 1, tier: 4, checks: [http] }
3547 + - { id: gov-pk-dgip, name: "Directorate General of Immigration & Passports", host: dgip.gov.pk, cat: government, provider: dgip, cc: PK, imp: 3, tier: 4, checks: [http] }
3548 + - { id: gov-pk-eobi, name: "EOBI", host: www.eobi.gov.pk, url: "http://www.eobi.gov.pk/", cat: government, provider: eobi, cc: PK, imp: 1, tier: 4, checks: [http] }
3549 + - { id: gov-pk-finance, name: "Finance Division", host: www.finance.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3550 + - { id: gov-pk-interior, name: "Ministry of Interior", host: www.interior.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3551 + - { id: gov-pk-islamabad, name: "Islamabad (CDA)", host: www.cda.gov.pk, cat: government, provider: islamabad, cc: PK, imp: 1, tier: 4, checks: [http] }
3552 + - { id: gov-pk-karachi, name: "Karachi Metropolitan Corporation", host: www.kmc.gos.pk, cat: government, provider: karachi, cc: PK, imp: 1, tier: 4, checks: [http] }
3553 + - { id: gov-pk-kp, name: "Government of Khyber Pakhtunkhwa", host: kp.gov.pk, cat: government, provider: kp, cc: PK, imp: 1, tier: 4, checks: [http] }
3554 + - { id: gov-pk-mofa, name: "Ministry of Foreign Affairs", host: mofa.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3555 + - { id: gov-pk-mofept, name: "Ministry of Federal Education", host: www.mofept.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 2, tier: 4, checks: [http] }
3556 + - { id: gov-pk-moitt, name: "Ministry of IT & Telecom", host: moitt.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 2, tier: 4, checks: [http] }
3557 + - { id: gov-pk-molaw, name: "Ministry of Law and Justice", host: molaw.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 1, tier: 4, checks: [http] }
3558 + - { id: gov-pk-ndma, name: "NDMA Pakistan", host: www.ndma.gov.pk, cat: government, provider: ndma-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3559 + - { id: gov-pk-nha, name: "National Highway Authority", host: nha.gov.pk, cat: government, provider: nha-pk, cc: PK, imp: 1, tier: 4, checks: [http] }
3560 + - { id: gov-pk-nhsrc, name: "Ministry of National Health Services", host: www.nhsrc.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3561 + - { id: gov-pk-nih, name: "National Institute of Health", host: www.nih.org.pk, cat: government, provider: nih-pk, cc: PK, imp: 2, tier: 4, checks: [http] }
3562 + - { id: gov-pk-nlp, name: "National Library of Pakistan", host: www.nlp.gov.pk, cat: government, provider: nlp, cc: PK, imp: 1, tier: 4, checks: [http] }
3563 + - { id: gov-pk-pakistan-citizen-portal, name: "Pakistan Citizen's Portal", host: citizenportal.gov.pk, cat: government, provider: pmdu, cc: PK, imp: 2, tier: 4, checks: [http] }
3564 + - { id: gov-pk-pakpost, name: "Pakistan Post", host: www.pakpost.gov.pk, cat: government, provider: pakpost, cc: PK, imp: 2, tier: 4, checks: [http] }
3565 + - { id: gov-pk-pakrail, name: "Pakistan Railways", host: www.pakrail.gov.pk, cat: government, provider: pakrail, cc: PK, imp: 2, tier: 4, checks: [http] }
3566 + - { id: gov-pk-pbs, name: "Pakistan Bureau of Statistics", host: www.pbs.gov.pk, cat: government, provider: pbs, cc: PK, imp: 3, tier: 4, checks: [http] }
3567 + - { id: gov-pk-pmo, name: "Prime Minister's Office", host: pmo.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3568 + - { id: gov-pk-president, name: "President of Pakistan", host: president.gov.pk, cat: government, provider: gov-pk, cc: PK, imp: 2, tier: 4, checks: [http] }
3569 + - { id: gov-pk-secp, name: "SECP", host: www.secp.gov.pk, cat: government, provider: secp, cc: PK, imp: 2, tier: 4, checks: [http] }
3570 + - { id: gov-pk-senate, name: "Senate of Pakistan", host: senate.gov.pk, cat: government, provider: senate-pk, cc: PK, imp: 2, tier: 4, checks: [http] }
3571 + - { id: gov-pk-sindh, name: "Government of Sindh", host: www.sindh.gov.pk, cat: government, provider: sindh, cc: PK, imp: 2, tier: 4, checks: [http] }
3572 + - { id: gov-pk-supremecourt, name: "Supreme Court of Pakistan", host: www.supremecourt.gov.pk, cat: government, provider: sc-pk, cc: PK, imp: 3, tier: 4, checks: [http] }
3573 + # ───────── PL
3574 + - { id: gov-pl-archiwa, name: "Archiwa Państwowe", host: www.archiwa.gov.pl, cat: government, provider: archiwa, cc: PL, imp: 1, tier: 4, checks: [http] }
3575 + - { id: gov-pl-biznes, name: "biznes.gov.pl", host: www.biznes.gov.pl, cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3576 + - { id: gov-pl-bn, name: "Biblioteka Narodowa", host: www.bn.org.pl, cat: government, provider: bn-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
3577 + - { id: gov-pl-cert-gov, name: "CSIRT GOV", host: csirt.gov.pl, cat: government, provider: abw, cc: PL, imp: 2, tier: 4, checks: [http] }
3578 + - { id: gov-pl-cyfryzacja, name: "Ministerstwo Cyfryzacji", host: www.gov.pl, url: "https://www.gov.pl/web/cyfryzacja", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3579 + - { id: gov-pl-dane-gov, name: "dane.gov.pl", host: dane.gov.pl, cat: government, provider: gov-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
3580 + - { id: gov-pl-e-urzad-skarbowy, name: "e-Urząd Skarbowy", host: www.podatki.gov.pl, url: "https://www.podatki.gov.pl/e-urzad-skarbowy/", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3581 + - { id: gov-pl-edukacja, name: "Ministerstwo Edukacji Narodowej", host: www.gov.pl, url: "https://www.gov.pl/web/edukacja", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3582 + - { id: gov-pl-finanse, name: "Ministerstwo Finansów", host: www.gov.pl, url: "https://www.gov.pl/web/finanse", cat: government, provider: gov-pl, cc: PL, imp: 4, tier: 3, checks: [http] }
3583 + - { id: gov-pl-gdansk, name: "Miasto Gdańsk", host: www.gdansk.pl, cat: government, provider: gdansk, cc: PL, imp: 1, tier: 4, checks: [http] }
3584 + - { id: gov-pl-gddkia, name: "GDDKiA", host: www.gov.pl, url: "https://www.gov.pl/web/gddkia", cat: government, provider: gov-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
3585 + - { id: gov-pl-gis, name: "Główny Inspektorat Sanitarny", host: www.gov.pl, url: "https://www.gov.pl/web/gis", cat: government, provider: gov-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
3586 + - { id: gov-pl-gus, name: "Główny Urząd Statystyczny", host: stat.gov.pl, cat: government, provider: gus, cc: PL, imp: 4, tier: 3, checks: [http] }
3587 + - { id: gov-pl-infrastruktura, name: "Ministerstwo Infrastruktury", host: www.gov.pl, url: "https://www.gov.pl/web/infrastruktura", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3588 + - { id: gov-pl-isap, name: "ISAP (Internetowy System Aktów Prawnych)", host: isap.sejm.gov.pl, cat: government, provider: sejm, cc: PL, imp: 3, tier: 4, checks: [http] }
3589 + - { id: gov-pl-kas, name: "Krajowa Administracja Skarbowa", host: www.gov.pl, url: "https://www.gov.pl/web/kas", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3590 + - { id: gov-pl-knf, name: "KNF", host: www.knf.gov.pl, cat: government, provider: knf, cc: PL, imp: 3, tier: 4, checks: [http] }
3591 + - { id: gov-pl-krakow, name: "Miasto Kraków", host: www.krakow.pl, cat: government, provider: krakow, cc: PL, imp: 1, tier: 4, checks: [http] }
3592 + - { id: gov-pl-krs, name: "KRS (ekrs)", host: ekrs.ms.gov.pl, cat: government, provider: ms, cc: PL, imp: 2, tier: 4, checks: [http] }
3593 + - { id: gov-pl-krus, name: "KRUS", host: www.krus.gov.pl, cat: government, provider: krus, cc: PL, imp: 2, tier: 4, checks: [http] }
3594 + - { id: gov-pl-mobywatel, name: "mObywatel", host: www.gov.pl, url: "https://www.gov.pl/web/mobywatel", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3595 + - { id: gov-pl-mswia, name: "MSWiA", host: www.gov.pl, url: "https://www.gov.pl/web/mswia", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3596 + - { id: gov-pl-msz, name: "Ministerstwo Spraw Zagranicznych", host: www.gov.pl, url: "https://www.gov.pl/web/dyplomacja", cat: government, provider: gov-pl, cc: PL, imp: 4, tier: 3, checks: [http] }
3597 + - { id: gov-pl-nfz, name: "Narodowy Fundusz Zdrowia", host: www.nfz.gov.pl, cat: government, provider: nfz, cc: PL, imp: 4, tier: 3, checks: [http] }
3598 + - { id: gov-pl-pkp, name: "PKP Intercity", host: www.intercity.pl, cat: government, provider: pkp, cc: PL, imp: 3, tier: 4, checks: [http] }
3599 + - { id: gov-pl-pkw, name: "Państwowa Komisja Wyborcza", host: pkw.gov.pl, cat: government, provider: pkw, cc: PL, imp: 3, tier: 4, checks: [http] }
3600 + - { id: gov-pl-plk, name: "PKP Polskie Linie Kolejowe", host: www.plk-sa.pl, cat: government, provider: pkp, cc: PL, imp: 2, tier: 4, checks: [http] }
3601 + - { id: gov-pl-poczta, name: "Poczta Polska", host: www.poczta-polska.pl, cat: government, provider: poczta-polska, cc: PL, imp: 3, tier: 4, checks: [http] }
3602 + - { id: gov-pl-policja, name: "Policja", host: www.policja.pl, cat: government, provider: policja, cc: PL, imp: 4, tier: 3, checks: [http] }
3603 + - { id: gov-pl-poznan, name: "Miasto Poznań", host: www.poznan.pl, cat: government, provider: poznan, cc: PL, imp: 1, tier: 4, checks: [http] }
3604 + - { id: gov-pl-premier, name: "Kancelaria Premiera", host: www.gov.pl, url: "https://www.gov.pl/web/premier", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3605 + - { id: gov-pl-president, name: "Prezydent RP", host: www.prezydent.pl, cat: government, provider: gov-pl, cc: PL, imp: 4, tier: 3, checks: [http] }
3606 + - { id: gov-pl-pzh, name: "Narodowy Instytut Zdrowia Publicznego", host: www.pzh.gov.pl, cat: government, provider: pzh, cc: PL, imp: 2, tier: 4, checks: [http] }
3607 + - { id: gov-pl-rcb, name: "Rządowe Centrum Bezpieczeństwa", host: www.gov.pl, url: "https://www.gov.pl/web/rcb", cat: government, provider: gov-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
3608 + - { id: gov-pl-senat, name: "Senat RP", host: www.senat.gov.pl, cat: government, provider: senat-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3609 + - { id: gov-pl-sn, name: "Sąd Najwyższy", host: www.sn.pl, cat: government, provider: sn-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3610 + - { id: gov-pl-sprawiedliwosc, name: "Ministerstwo Sprawiedliwości", host: www.gov.pl, url: "https://www.gov.pl/web/sprawiedliwosc", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3611 + - { id: gov-pl-udsc, name: "Urząd do Spraw Cudzoziemców", host: www.gov.pl, url: "https://www.gov.pl/web/udsc", cat: government, provider: gov-pl, cc: PL, imp: 3, tier: 4, checks: [http] }
3612 + - { id: gov-pl-uke, name: "UKE", host: www.uke.gov.pl, cat: government, provider: uke, cc: PL, imp: 2, tier: 4, checks: [http] }
3613 + - { id: gov-pl-um-warszawa, name: "Miasto Warszawa", host: um.warszawa.pl, cat: government, provider: warszawa, cc: PL, imp: 2, tier: 4, checks: [http] }
3614 + - { id: gov-pl-uodo, name: "UODO", host: uodo.gov.pl, cat: government, provider: uodo, cc: PL, imp: 1, tier: 4, checks: [http] }
3615 + - { id: gov-pl-urpl, name: "URPL (leki)", host: www.urpl.gov.pl, cat: government, provider: urpl, cc: PL, imp: 2, tier: 4, checks: [http] }
3616 + - { id: gov-pl-wroclaw, name: "Miasto Wrocław", host: www.wroclaw.pl, cat: government, provider: wroclaw, cc: PL, imp: 1, tier: 4, checks: [http] }
3617 + - { id: gov-pl-zdrowie, name: "Ministerstwo Zdrowia", host: www.gov.pl, url: "https://www.gov.pl/web/zdrowie", cat: government, provider: gov-pl, cc: PL, imp: 4, tier: 3, checks: [http] }
3618 + - { id: gov-pl-ztm-warszawa, name: "WTP Warszawa", host: www.wtp.waw.pl, cat: government, provider: wtp, cc: PL, imp: 2, tier: 4, checks: [http] }
3619 + # ───────── PT
3620 + - { id: gov-pt-aima, name: "AIMA (migrações)", host: aima.gov.pt, cat: government, provider: aima, cc: PT, imp: 3, tier: 4, checks: [http] }
3621 + - { id: gov-pt-anacom, name: "ANACOM", host: www.anacom.pt, cat: government, provider: anacom, cc: PT, imp: 2, tier: 4, checks: [http] }
3622 + - { id: gov-pt-at, name: "Autoridade Tributária", host: info.portaldasfinancas.gov.pt, cat: government, provider: at, cc: PT, imp: 3, tier: 4, checks: [http] }
3623 + - { id: gov-pt-autenticacao, name: "Autenticação.gov", host: www.autenticacao.gov.pt, cat: government, provider: ama, cc: PT, imp: 3, tier: 4, checks: [http] }
3624 + - { id: gov-pt-bnp, name: "Biblioteca Nacional de Portugal", host: www.bnportugal.gov.pt, cat: government, provider: bnp, cc: PT, imp: 2, tier: 4, checks: [http] }
3625 + - { id: gov-pt-cmvm, name: "CMVM", host: www.cmvm.pt, cat: government, provider: cmvm, cc: PT, imp: 2, tier: 4, checks: [http] }
3626 + - { id: gov-pt-cncs, name: "Centro Nacional de Cibersegurança", host: www.cncs.gov.pt, cat: government, provider: cncs, cc: PT, imp: 2, tier: 4, checks: [http] }
3627 + - { id: gov-pt-cne, name: "Comissão Nacional de Eleições", host: www.cne.pt, cat: government, provider: cne-pt, cc: PT, imp: 2, tier: 4, checks: [http] }
3628 + - { id: gov-pt-ctt, name: "CTT Correios", host: www.ctt.pt, cat: government, provider: ctt, cc: PT, imp: 3, tier: 4, checks: [http] }
3629 + - { id: gov-pt-dados-gov, name: "dados.gov.pt", host: dados.gov.pt, cat: government, provider: ama, cc: PT, imp: 2, tier: 4, checks: [http] }
3630 + - { id: gov-pt-dgs, name: "Direção-Geral da Saúde", host: www.dgs.pt, cat: government, provider: dgs, cc: PT, imp: 3, tier: 4, checks: [http] }
3631 + - { id: gov-pt-dre, name: "Diário da República", host: diariodarepublica.pt, cat: government, provider: incm, cc: PT, imp: 3, tier: 4, checks: [http] }
3632 + - { id: gov-pt-eportugal, name: "ePortugal", host: eportugal.gov.pt, cat: government, provider: ama, cc: PT, imp: 4, tier: 3, checks: [http] }
3633 + - { id: gov-pt-gnr, name: "GNR", host: www.gnr.pt, cat: government, provider: gnr, cc: PT, imp: 2, tier: 4, checks: [http] }
3634 + - { id: gov-pt-imt, name: "IMT (transportes)", host: www.imt-ip.pt, cat: government, provider: imt, cc: PT, imp: 2, tier: 4, checks: [http] }
3635 + - { id: gov-pt-ine, name: "INE Portugal", host: www.ine.pt, cat: government, provider: ine-pt, cc: PT, imp: 3, tier: 4, checks: [http] }
3636 + - { id: gov-pt-infarmed, name: "Infarmed", host: www.infarmed.pt, cat: government, provider: infarmed, cc: PT, imp: 2, tier: 4, checks: [http] }
3637 + - { id: gov-pt-ip, name: "Infraestruturas de Portugal", host: www.infraestruturasdeportugal.pt, cat: government, provider: ip-pt, cc: PT, imp: 2, tier: 4, checks: [http] }
3638 + - { id: gov-pt-lisboa, name: "Câmara Municipal de Lisboa", host: www.lisboa.pt, cat: government, provider: lisboa, cc: PT, imp: 2, tier: 4, checks: [http] }
3639 + - { id: gov-pt-parlamento-ar, name: "Assembleia da República (app)", host: app.parlamento.pt, cat: government, provider: parlamento-pt, cc: PT, imp: 2, tier: 4, checks: [http] }
3640 + - { id: gov-pt-porto, name: "Câmara Municipal do Porto", host: www.porto.pt, cat: government, provider: porto, cc: PT, imp: 2, tier: 4, checks: [http] }
3641 + - { id: gov-pt-presidencia, name: "Presidência da República", host: www.presidencia.pt, cat: government, provider: presidencia-pt, cc: PT, imp: 3, tier: 4, checks: [http] }
3642 + - { id: gov-pt-prociv, name: "Proteção Civil (ANEPC)", host: prociv.gov.pt, cat: government, provider: anepc, cc: PT, imp: 3, tier: 4, checks: [http] }
3643 + - { id: gov-pt-seg-social, name: "Segurança Social", host: www.seg-social.pt, cat: government, provider: seg-social-pt, cc: PT, imp: 4, tier: 3, checks: [http] }
3644 + - { id: gov-pt-sns24, name: "SNS 24", host: www.sns24.gov.pt, cat: government, provider: sns, cc: PT, imp: 3, tier: 4, checks: [http] }
3645 + - { id: gov-pt-stj, name: "Supremo Tribunal de Justiça", host: www.stj.pt, cat: government, provider: stj, cc: PT, imp: 2, tier: 4, checks: [http] }
3646 + - { id: gov-pt-tribunal-constitucional, name: "Tribunal Constitucional", host: www.tribunalconstitucional.pt, cat: government, provider: tc-pt, cc: PT, imp: 2, tier: 4, checks: [http] }
3647 + # ───────── PW
3648 + - { id: gov-pw-gov, name: "Government of Palau", host: www.palaugov.pw, cat: government, provider: gov-pw, cc: PW, imp: 1, tier: 4, checks: [http] }
3649 + # ───────── PY
3650 + - { id: gov-py-asuncion, name: "Municipalidad de Asunción", host: www.asuncion.gov.py, cat: government, provider: asuncion, cc: PY, imp: 1, tier: 4, checks: [http] }
3651 + - { id: gov-py-bcp, name: "Banco Central del Paraguay", host: www.bcp.gov.py, cat: government, provider: bcp-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3652 + - { id: gov-py-congreso, name: "Congreso Nacional", host: www.congreso.gov.py, cat: government, provider: congreso-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3653 + - { id: gov-py-dnit, name: "DNIT (tributos)", host: www.dnit.gov.py, cat: government, provider: dnit-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3654 + - { id: gov-py-ine, name: "INE Paraguay", host: www.ine.gov.py, cat: government, provider: ine-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3655 + - { id: gov-py-ips, name: "IPS", host: portal.ips.gov.py, cat: government, provider: ips-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3656 + - { id: gov-py-mef, name: "Ministerio de Economía y Finanzas", host: www.mef.gov.py, cat: government, provider: gov-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3657 + - { id: gov-py-meteorologia, name: "DMH", host: www.meteorologia.gov.py, cat: government, provider: dmh-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3658 + - { id: gov-py-migraciones, name: "Dirección de Migraciones", host: www.migraciones.gov.py, cat: government, provider: migraciones-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3659 + - { id: gov-py-mitic, name: "MITIC", host: www.mitic.gov.py, cat: government, provider: gov-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3660 + - { id: gov-py-mre, name: "Ministerio de Relaciones Exteriores", host: www.mre.gov.py, cat: government, provider: gov-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3661 + - { id: gov-py-mspbs, name: "Ministerio de Salud", host: www.mspbs.gov.py, cat: government, provider: gov-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3662 + - { id: gov-py-paraguay-gov, name: "Portal Paraguay", host: www.paraguay.gov.py, cat: government, provider: gov-py, cc: PY, imp: 2, tier: 4, checks: [http] }
3663 + - { id: gov-py-pj, name: "Poder Judicial", host: www.pj.gov.py, cat: government, provider: pj-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3664 + - { id: gov-py-policia, name: "Policía Nacional", host: www.policianacional.gov.py, cat: government, provider: policia-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3665 + - { id: gov-py-senado, name: "Senado", host: www.senado.gov.py, cat: government, provider: senado-py, cc: PY, imp: 1, tier: 4, checks: [http] }
3666 + - { id: gov-py-tsje, name: "TSJE", host: tsje.gov.py, cat: government, provider: tsje, cc: PY, imp: 2, tier: 4, checks: [http] }
3667 + # ───────── QA
3668 + - { id: gov-qa-almeezan, name: "Al Meezan (legal portal)", host: www.almeezan.qa, cat: government, provider: gov-qa, cc: QA, imp: 1, tier: 4, checks: [http] }
3669 + - { id: gov-qa-cra, name: "Communications Regulatory Authority", host: www.cra.gov.qa, cat: government, provider: cra-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3670 + - { id: gov-qa-customs, name: "General Authority of Customs", host: www.customs.gov.qa, cat: government, provider: customs-qa, cc: QA, imp: 1, tier: 4, checks: [http] }
3671 + - { id: gov-qa-diwan, name: "Amiri Diwan", host: www.diwan.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3672 + - { id: gov-qa-dohahamadairport, name: "Hamad International Airport", host: dohahamadairport.com, cat: government, provider: hia, cc: QA, imp: 3, tier: 4, checks: [http] }
3673 + - { id: gov-qa-edu, name: "Ministry of Education", host: www.edu.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3674 + - { id: gov-qa-gco, name: "Government Communications Office", host: www.gco.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3675 + - { id: gov-qa-gta, name: "General Tax Authority", host: www.gta.gov.qa, cat: government, provider: gta, cc: QA, imp: 2, tier: 4, checks: [http] }
3676 + - { id: gov-qa-hukoomi, name: "Hukoomi (Qatar e-Government)", host: hukoomi.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 3, tier: 4, checks: [http] }
3677 + - { id: gov-qa-mcit, name: "Ministry of Communications and IT", host: www.mcit.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3678 + - { id: gov-qa-mof, name: "Ministry of Finance", host: www.mof.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3679 + - { id: gov-qa-mofa, name: "Ministry of Foreign Affairs", host: mofa.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 3, tier: 4, checks: [http] }
3680 + - { id: gov-qa-moi, name: "Ministry of Interior", host: portal.moi.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 3, tier: 4, checks: [http] }
3681 + - { id: gov-qa-moph, name: "Ministry of Public Health", host: www.moph.gov.qa, cat: government, provider: gov-qa, cc: QA, imp: 3, tier: 4, checks: [http] }
3682 + - { id: gov-qa-ncsa, name: "National Cyber Security Agency", host: www.ncsa.gov.qa, cat: government, provider: ncsa-qa, cc: QA, imp: 1, tier: 4, checks: [http] }
3683 + - { id: gov-qa-npc, name: "National Planning Council (statistics)", host: www.npc.qa, cat: government, provider: npc-qa, cc: QA, imp: 2, tier: 4, checks: [http] }
3684 + - { id: gov-qa-qcaa, name: "QCAA", host: www.caa.gov.qa, cat: government, provider: qcaa, cc: QA, imp: 1, tier: 4, checks: [http] }
3685 + - { id: gov-qa-qcb, name: "Qatar Central Bank", host: www.qcb.gov.qa, cat: government, provider: qcb, cc: QA, imp: 3, tier: 4, checks: [http] }
3686 + - { id: gov-qa-qfc, name: "Qatar Financial Centre", host: www.qfc.qa, cat: government, provider: qfc, cc: QA, imp: 1, tier: 4, checks: [http] }
3687 + - { id: gov-qa-qna, name: "Qatar News Agency", host: www.qna.org.qa, cat: government, provider: qna, cc: QA, imp: 2, tier: 4, checks: [http] }
3688 + - { id: gov-qa-qnl, name: "Qatar National Library", host: www.qnl.qa, cat: government, provider: qnl, cc: QA, imp: 2, tier: 4, checks: [http] }
3689 + - { id: gov-qa-qpost, name: "Qatar Post", host: qatarpost.qa, cat: government, provider: qpost, cc: QA, imp: 2, tier: 4, checks: [http] }
3690 + - { id: gov-qa-shura, name: "Shura Council", host: www.shura.qa, cat: government, provider: shura-qa, cc: QA, imp: 1, tier: 4, checks: [http] }
3691 + - { id: gov-qa-sjc, name: "Supreme Judiciary Council", host: www.sjc.gov.qa, url: "http://www.sjc.gov.qa/", cat: government, provider: sjc, cc: QA, imp: 1, tier: 4, checks: [http] }
3692 + # ───────── RO
3693 + - { id: gov-ro-ancom, name: "ANCOM", host: www.ancom.ro, cat: government, provider: ancom, cc: RO, imp: 2, tier: 4, checks: [http] }
3694 + - { id: gov-ro-anm, name: "ANMDMR", host: www.anm.ro, cat: government, provider: anm, cc: RO, imp: 1, tier: 4, checks: [http] }
3695 + - { id: gov-ro-bibnat, name: "Biblioteca Națională", host: www.bibnat.ro, cat: government, provider: bibnat, cc: RO, imp: 1, tier: 4, checks: [http] }
3696 + - { id: gov-ro-cfr, name: "CFR Călători", host: www.cfrcalatori.ro, cat: government, provider: cfr, cc: RO, imp: 2, tier: 4, checks: [http] }
3697 + - { id: gov-ro-cnair, name: "CNAIR", host: www.cnair.ro, cat: government, provider: cnair, cc: RO, imp: 2, tier: 4, checks: [http] }
3698 + - { id: gov-ro-cnas, name: "CNAS", host: cnas.ro, cat: government, provider: cnas, cc: RO, imp: 2, tier: 4, checks: [http] }
3699 + - { id: gov-ro-cnpp, name: "Casa Națională de Pensii Publice", host: www.cnpp.ro, cat: government, provider: cnpp, cc: RO, imp: 3, tier: 4, checks: [http] }
3700 + - { id: gov-ro-customs, name: "Autoritatea Vamală Română", host: www.customs.ro, cat: government, provider: customs-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3701 + - { id: gov-ro-dnsc, name: "DNSC (cibersecuritate)", host: www.dnsc.ro, cat: government, provider: dnsc, cc: RO, imp: 2, tier: 4, checks: [http] }
3702 + - { id: gov-ro-edu, name: "Ministerul Educației", host: www.edu.ro, cat: government, provider: gov-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3703 + - { id: gov-ro-ghiseul, name: "Ghișeul.ro", host: www.ghiseul.ro, cat: government, provider: adr, cc: RO, imp: 3, tier: 4, checks: [http] }
3704 + - { id: gov-ro-igi, name: "Inspectoratul General pentru Imigrări", host: igi.mai.gov.ro, cat: government, provider: gov-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3705 + - { id: gov-ro-igsu, name: "IGSU", host: www.igsu.ro, cat: government, provider: igsu, cc: RO, imp: 2, tier: 4, checks: [http] }
3706 + - { id: gov-ro-just, name: "Ministerul Justiției", host: www.just.ro, cat: government, provider: gov-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3707 + - { id: gov-ro-legislatie, name: "Legislație (Portal legislativ)", host: legislatie.just.ro, url: "http://legislatie.just.ro/", cat: government, provider: gov-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3708 + - { id: gov-ro-mai, name: "Ministerul Afacerilor Interne", host: www.mai.gov.ro, cat: government, provider: gov-ro, cc: RO, imp: 3, tier: 4, checks: [http] }
3709 + - { id: gov-ro-mfinante, name: "Ministerul Finanțelor", host: mfinante.gov.ro, cat: government, provider: gov-ro, cc: RO, imp: 3, tier: 4, checks: [http] }
3710 + - { id: gov-ro-moldova-bnm, name: "Banca Națională a Moldovei", host: www.bnm.md, cat: government, provider: bnm, cc: RO, imp: 2, tier: 4, checks: [http] }
3711 + - { id: gov-ro-moldova-cec, name: "Comisia Electorală Centrală", host: a.cec.md, cat: government, provider: cec-md, cc: RO, imp: 2, tier: 4, checks: [http] }
3712 + - { id: gov-ro-moldova-fisc, name: "Serviciul Fiscal de Stat", host: sfs.md, cat: government, provider: sfs-md, cc: RO, imp: 2, tier: 4, checks: [http] }
3713 + - { id: gov-ro-moldova-gov, name: "Guvernul Republicii Moldova", host: gov.md, cat: government, provider: gov-md, cc: RO, imp: 3, tier: 4, checks: [http] }
3714 + - { id: gov-ro-moldova-parlament, name: "Parlamentul Republicii Moldova", host: www.parlament.md, cat: government, provider: parlament-md, cc: RO, imp: 2, tier: 4, checks: [http] }
3715 + - { id: gov-ro-moldova-president, name: "Președintele Republicii Moldova", host: presedinte.md, url: "http://presedinte.md/", cat: government, provider: gov-md, cc: RO, imp: 2, tier: 4, checks: [http] }
3716 + - { id: gov-ro-moldova-servicii, name: "servicii.gov.md", host: servicii.gov.md, cat: government, provider: gov-md, cc: RO, imp: 2, tier: 4, checks: [http] }
3717 + - { id: gov-ro-moldova-statistica, name: "Biroul Național de Statistică", host: statistica.gov.md, cat: government, provider: bns-md, cc: RO, imp: 2, tier: 4, checks: [http] }
3718 + - { id: gov-ro-onrc, name: "ONRC (Registrul Comerțului)", host: www.onrc.ro, cat: government, provider: onrc, cc: RO, imp: 2, tier: 4, checks: [http] }
3719 + - { id: gov-ro-pmb, name: "Primăria București", host: www.pmb.ro, cat: government, provider: bucuresti, cc: RO, imp: 2, tier: 4, checks: [http] }
3720 + - { id: gov-ro-politia, name: "Poliția Română", host: www.politiaromana.ro, cat: government, provider: politia, cc: RO, imp: 3, tier: 4, checks: [http] }
3721 + - { id: gov-ro-posta, name: "Poșta Română", host: www.posta-romana.ro, cat: government, provider: posta-ro, cc: RO, imp: 2, tier: 4, checks: [http] }
3722 + - { id: gov-ro-roaep, name: "Autoritatea Electorală Permanentă", host: www.roaep.ro, cat: government, provider: aep, cc: RO, imp: 3, tier: 4, checks: [http] }
3723 + - { id: gov-ro-senat, name: "Senatul României", host: www.senat.ro, cat: government, provider: senat-ro, cc: RO, imp: 3, tier: 4, checks: [http] }
3724 + # ───────── RS
3725 + - { id: gov-rs-batut, name: "Institut Batut", host: www.batut.org.rs, cat: government, provider: batut, cc: RS, imp: 1, tier: 4, checks: [http] }
3726 + - { id: gov-rs-beograd, name: "Grad Beograd", host: www.beograd.rs, cat: government, provider: beograd, cc: RS, imp: 2, tier: 4, checks: [http] }
3727 + - { id: gov-rs-carina, name: "Uprava carina", host: www.carina.rs, cat: government, provider: carina-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3728 + - { id: gov-rs-euprava, name: "eUprava", host: euprava.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3729 + - { id: gov-rs-hidmet, name: "RHMZ", host: www.hidmet.gov.rs, cat: government, provider: rhmz, cc: RS, imp: 2, tier: 4, checks: [http] }
3730 + - { id: gov-rs-mfa, name: "Ministarstvo spoljnih poslova", host: www.mfa.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3731 + - { id: gov-rs-mfin, name: "Ministarstvo finansija", host: www.mfin.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3732 + - { id: gov-rs-mpn, name: "Ministarstvo prosvete", host: prosveta.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 1, tier: 4, checks: [http] }
3733 + - { id: gov-rs-mpravde, name: "Ministarstvo pravde", host: www.mpravde.gov.rs, url: "http://www.mpravde.gov.rs/", cat: government, provider: gov-rs, cc: RS, imp: 1, tier: 4, checks: [http] }
3734 + - { id: gov-rs-mup, name: "MUP Srbije", host: www.mup.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 3, tier: 4, checks: [http] }
3735 + - { id: gov-rs-nb, name: "Narodna biblioteka Srbije", host: www.nb.rs, cat: government, provider: nb-rs, cc: RS, imp: 1, tier: 4, checks: [http] }
3736 + - { id: gov-rs-nbs, name: "Narodna banka Srbije", host: www.nbs.rs, cat: government, provider: nbs-rs, cc: RS, imp: 3, tier: 4, checks: [http] }
3737 + - { id: gov-rs-parlament, name: "Narodna skupština", host: www.parlament.gov.rs, cat: government, provider: parlament-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3738 + - { id: gov-rs-pio, name: "Fond PIO", host: www.pio.rs, cat: government, provider: pio, cc: RS, imp: 2, tier: 4, checks: [http] }
3739 + - { id: gov-rs-posta, name: "Pošta Srbije", host: www.posta.rs, cat: government, provider: posta-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3740 + - { id: gov-rs-predsednik, name: "Predsednik Republike", host: www.predsednik.rs, cat: government, provider: gov-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3741 + - { id: gov-rs-purs, name: "Poreska uprava", host: www.purs.gov.rs, cat: government, provider: purs, cc: RS, imp: 2, tier: 4, checks: [http] }
3742 + - { id: gov-rs-rfzo, name: "RFZO", host: www.rfzo.rs, url: "http://www.rfzo.rs/", cat: government, provider: rfzo, cc: RS, imp: 1, tier: 4, checks: [http] }
3743 + - { id: gov-rs-rik, name: "Republička izborna komisija", host: www.rik.parlament.gov.rs, cat: government, provider: rik, cc: RS, imp: 2, tier: 4, checks: [http] }
3744 + - { id: gov-rs-srbija, name: "Vlada Republike Srbije", host: www.srbija.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 3, tier: 4, checks: [http] }
3745 + - { id: gov-rs-srbvoz, name: "Srbija Voz", host: www.srbvoz.rs, cat: government, provider: srbvoz, cc: RS, imp: 1, tier: 4, checks: [http] }
3746 + - { id: gov-rs-stat, name: "Republički zavod za statistiku", host: www.stat.gov.rs, cat: government, provider: rzs, cc: RS, imp: 2, tier: 4, checks: [http] }
3747 + - { id: gov-rs-ustavni, name: "Ustavni sud", host: www.ustavni.sud.rs, cat: government, provider: ustavni-sud, cc: RS, imp: 1, tier: 4, checks: [http] }
3748 + - { id: gov-rs-vk, name: "Vrhovni sud", host: www.vk.sud.rs, cat: government, provider: vrhovni-sud, cc: RS, imp: 1, tier: 4, checks: [http] }
3749 + - { id: gov-rs-zdravlje, name: "Ministarstvo zdravlja", host: www.zdravlje.gov.rs, cat: government, provider: gov-rs, cc: RS, imp: 2, tier: 4, checks: [http] }
3750 + # ───────── RU
3751 + - { id: city-kazan, name: "Мэрия Казани", host: kzn.ru, cat: government, provider: kazan, cc: RU, imp: 1, tier: 4, checks: [http] }
3752 + - { id: city-novosibirsk, name: "Мэрия Новосибирска", host: novo-sibirsk.ru, cat: government, provider: novosibirsk, cc: RU, imp: 1, tier: 4, checks: [http] }
3753 + - { id: gov-ru-consultant, name: "КонсультантПлюс (законы)", host: www.consultant.ru, cat: government, provider: consultant, cc: RU, imp: 2, tier: 4, checks: [http] }
3754 + - { id: gov-ru-council, name: "Совет Федерации", host: council.gov.ru, url: "http://council.gov.ru/", cat: government, provider: sovfed, cc: RU, imp: 3, tier: 4, checks: [http] }
3755 + - { id: gov-ru-duma, name: "Государственная Дума", host: duma.gov.ru, url: "http://duma.gov.ru/", cat: government, provider: duma, cc: RU, imp: 4, tier: 3, checks: [http] }
3756 + - { id: gov-ru-edu, name: "Минпросвещения", host: edu.gov.ru, url: "http://edu.gov.ru/", cat: government, provider: gov-ru, cc: RU, imp: 3, tier: 4, checks: [http] }
3757 + - { id: gov-ru-fsb, name: "ФСБ России", host: www.fsb.ru, url: "http://www.fsb.ru/", cat: government, provider: fsb, cc: RU, imp: 2, tier: 4, checks: [http] }
3758 + - { id: gov-ru-gosuslugi, name: "Госуслуги", host: www.gosuslugi.ru, url: "http://www.gosuslugi.ru/", cat: government, provider: gov-ru, cc: RU, imp: 5, tier: 3, checks: [http] }
3759 + - { id: gov-ru-government, name: "Правительство России", host: government.ru, url: "http://government.ru/", cat: government, provider: gov-ru, cc: RU, imp: 5, tier: 3, checks: [http] }
3760 + - { id: gov-ru-kremlin, name: "Президент России", host: kremlin.ru, url: "http://kremlin.ru/", cat: government, provider: gov-ru, cc: RU, imp: 5, tier: 3, checks: [http] }
3761 + - { id: gov-ru-mchs, name: "МЧС России", host: mchs.gov.ru, cat: government, provider: mchs, cc: RU, imp: 3, tier: 4, checks: [http] }
3762 + - { id: gov-ru-meteoinfo, name: "Гидрометцентр России", host: meteoinfo.ru, cat: government, provider: roshydromet, cc: RU, imp: 3, tier: 4, checks: [http] }
3763 + - { id: gov-ru-mid, name: "МИД России", host: www.mid.ru, cat: government, provider: gov-ru, cc: RU, imp: 4, tier: 3, checks: [http] }
3764 + - { id: gov-ru-minfin, name: "Минфин России", host: minfin.gov.ru, cat: government, provider: gov-ru, cc: RU, imp: 4, tier: 3, checks: [http] }
3765 + - { id: gov-ru-minjust, name: "Минюст России", host: minjust.gov.ru, cat: government, provider: gov-ru, cc: RU, imp: 3, tier: 4, checks: [http] }
3766 + - { id: gov-ru-minobrnauki, name: "Минобрнауки", host: minobrnauki.gov.ru, cat: government, provider: gov-ru, cc: RU, imp: 2, tier: 4, checks: [http] }
3767 + - { id: gov-ru-minzdrav, name: "Минздрав России", host: minzdrav.gov.ru, cat: government, provider: gov-ru, cc: RU, imp: 4, tier: 3, checks: [http] }
3768 + - { id: gov-ru-mos, name: "Правительство Москвы", host: www.mos.ru, url: "http://www.mos.ru/", cat: government, provider: moscow, cc: RU, imp: 4, tier: 3, checks: [http] }
3769 + - { id: gov-ru-nalog, name: "ФНС России", host: www.nalog.gov.ru, cat: government, provider: fns, cc: RU, imp: 5, tier: 3, checks: [http] }
3770 + - { id: gov-ru-pochta, name: "Почта России", host: www.pochta.ru, cat: government, provider: pochta, cc: RU, imp: 4, tier: 3, checks: [http] }
3771 + - { id: gov-ru-pravo, name: "Официальный портал правовой информации", host: pravo.gov.ru, url: "http://pravo.gov.ru/", cat: government, provider: gov-ru, cc: RU, imp: 3, tier: 4, checks: [http] }
3772 + - { id: gov-ru-roscosmos, name: "Роскосмос", host: www.roscosmos.ru, cat: government, provider: roscosmos, cc: RU, imp: 2, tier: 4, checks: [http] }
3773 + - { id: gov-ru-rosstat, name: "Росстат", host: rosstat.gov.ru, url: "http://rosstat.gov.ru/", cat: government, provider: rosstat, cc: RU, imp: 4, tier: 3, checks: [http] }
3774 + - { id: gov-ru-rsl, name: "Российская государственная библиотека", host: www.rsl.ru, cat: government, provider: rsl, cc: RU, imp: 2, tier: 4, checks: [http] }
3775 + - { id: gov-ru-sfr, name: "Социальный фонд России", host: sfr.gov.ru, cat: government, provider: sfr, cc: RU, imp: 4, tier: 3, checks: [http] }
3776 + - { id: gov-ru-vsrf, name: "Верховный Суд РФ", host: www.vsrf.ru, cat: government, provider: vsrf, cc: RU, imp: 3, tier: 4, checks: [http] }
3777 + # ───────── RW
3778 + - { id: gov-rw-bnr, name: "National Bank of Rwanda", host: www.bnr.rw, cat: government, provider: bnr-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3779 + - { id: gov-rw-gov, name: "Government of Rwanda", host: www.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 3, tier: 4, checks: [http] }
3780 + - { id: gov-rw-irembo, name: "Irembo", host: irembo.gov.rw, cat: government, provider: irembo, cc: RW, imp: 3, tier: 4, checks: [http] }
3781 + - { id: gov-rw-judiciary, name: "Judiciary of Rwanda", host: www.judiciary.gov.rw, cat: government, provider: judiciary-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3782 + - { id: gov-rw-kigalicity, name: "City of Kigali", host: www.kigalicity.gov.rw, cat: government, provider: kigali, cc: RW, imp: 1, tier: 4, checks: [http] }
3783 + - { id: gov-rw-meteorwanda, name: "Meteo Rwanda", host: www.meteorwanda.gov.rw, cat: government, provider: meteo-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3784 + - { id: gov-rw-migration, name: "Directorate General of Immigration", host: www.migration.gov.rw, cat: government, provider: dgie, cc: RW, imp: 2, tier: 4, checks: [http] }
3785 + - { id: gov-rw-minaffet, name: "MINAFFET", host: www.minaffet.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3786 + - { id: gov-rw-minecofin, name: "MINECOFIN", host: www.minecofin.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3787 + - { id: gov-rw-mineduc, name: "MINEDUC", host: www.mineduc.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3788 + - { id: gov-rw-minict, name: "MINICT", host: www.minict.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3789 + - { id: gov-rw-moh, name: "Ministry of Health", host: www.moh.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3790 + - { id: gov-rw-nec, name: "National Electoral Commission", host: www.nec.gov.rw, cat: government, provider: nec-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3791 + - { id: gov-rw-parliament, name: "Parliament of Rwanda", host: www.parliament.gov.rw, cat: government, provider: parliament-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3792 + - { id: gov-rw-paulkagame, name: "Office of the President", host: www.paulkagame.rw, cat: government, provider: gov-rw, cc: RW, imp: 1, tier: 4, checks: [http] }
3793 + - { id: gov-rw-police, name: "Rwanda National Police", host: www.police.gov.rw, cat: government, provider: police-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3794 + - { id: gov-rw-primature, name: "Office of the Prime Minister", host: www.primature.gov.rw, cat: government, provider: gov-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3795 + - { id: gov-rw-rbc, name: "Rwanda Biomedical Centre", host: www.rbc.gov.rw, cat: government, provider: rbc-rw, cc: RW, imp: 2, tier: 4, checks: [http] }
3796 + - { id: gov-rw-rdb, name: "Rwanda Development Board", host: rdb.rw, cat: government, provider: rdb, cc: RW, imp: 2, tier: 4, checks: [http] }
3797 + - { id: gov-rw-rra, name: "Rwanda Revenue Authority", host: www.rra.gov.rw, cat: government, provider: rra, cc: RW, imp: 2, tier: 4, checks: [http] }
3798 + - { id: gov-rw-rssb, name: "RSSB", host: www.rssb.rw, cat: government, provider: rssb, cc: RW, imp: 2, tier: 4, checks: [http] }
3799 + - { id: gov-rw-rtda, name: "Rwanda Transport Development Agency", host: www.rtda.gov.rw, cat: government, provider: rtda, cc: RW, imp: 1, tier: 4, checks: [http] }
3800 + - { id: gov-rw-rura, name: "RURA", host: www.rura.rw, cat: government, provider: rura, cc: RW, imp: 1, tier: 4, checks: [http] }
3801 + - { id: gov-rw-rwandafda, name: "Rwanda FDA", host: www.rwandafda.gov.rw, url: "http://www.rwandafda.gov.rw/", cat: government, provider: rfda, cc: RW, imp: 1, tier: 4, checks: [http] }
3802 + - { id: gov-rw-statistics, name: "NISR", host: www.statistics.gov.rw, url: "http://www.statistics.gov.rw/", cat: government, provider: nisr, cc: RW, imp: 2, tier: 4, checks: [http] }
3803 + # ───────── SA
3804 + - { id: gov-sa-998, name: "General Directorate of Civil Defense", host: www.998.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 2, tier: 4, checks: [http] }
3805 + - { id: gov-sa-cma, name: "Capital Market Authority", host: cma.org.sa, cat: government, provider: cma-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3806 + - { id: gov-sa-cst, name: "Communications, Space & Technology Commission", host: www.cst.gov.sa, url: "http://www.cst.gov.sa/", cat: government, provider: cst, cc: SA, imp: 2, tier: 4, checks: [http] }
3807 + - { id: gov-sa-etimad, name: "Etimad", host: etimad.sa, cat: government, provider: mof-sa, cc: SA, imp: 2, tier: 4, checks: [http] }
3808 + - { id: gov-sa-gosi, name: "GOSI", host: www.gosi.gov.sa, cat: government, provider: gosi, cc: SA, imp: 3, tier: 4, checks: [http] }
3809 + - { id: gov-sa-hajj, name: "Ministry of Hajj and Umrah", host: www.haj.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3810 + - { id: gov-sa-hrsd, name: "Ministry of Human Resources", host: www.hrsd.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3811 + - { id: gov-sa-mc, name: "Ministry of Commerce", host: mc.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3812 + - { id: gov-sa-mcit, name: "Ministry of Communications and IT", host: www.mcit.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3813 + - { id: gov-sa-moe, name: "Ministry of Education", host: www.moe.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3814 + - { id: gov-sa-mof, name: "Ministry of Finance", host: www.mof.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 4, tier: 3, checks: [http] }
3815 + - { id: gov-sa-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 4, tier: 3, checks: [http] }
3816 + - { id: gov-sa-moj, name: "Ministry of Justice", host: www.moj.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3817 + - { id: gov-sa-mot, name: "Ministry of Transport and Logistics", host: mot.gov.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3818 + - { id: gov-sa-mudad, name: "Musaned", host: musaned.com.sa, cat: government, provider: hrsd, cc: SA, imp: 1, tier: 4, checks: [http] }
3819 + - { id: gov-sa-nafath, name: "Nafath (National SSO)", host: www.iam.gov.sa, cat: government, provider: sdaia, cc: SA, imp: 3, tier: 4, checks: [http] }
3820 + - { id: gov-sa-nca, name: "National Cybersecurity Authority", host: nca.gov.sa, cat: government, provider: nca, cc: SA, imp: 3, tier: 4, checks: [http] }
3821 + - { id: gov-sa-ncm-not, name: "Saudi Data & AI Authority", host: sdaia.gov.sa, cat: government, provider: sdaia, cc: SA, imp: 3, tier: 4, checks: [http] }
3822 + - { id: gov-sa-nusuk, name: "Nusuk", host: www.nusuk.sa, cat: government, provider: gov-sa, cc: SA, imp: 3, tier: 4, checks: [http] }
3823 + - { id: gov-sa-qiwa, name: "Qiwa", host: qiwa.sa, cat: government, provider: hrsd, cc: SA, imp: 2, tier: 4, checks: [http] }
3824 + - { id: gov-sa-rcrc, name: "Royal Commission for Riyadh City", host: www.rcrc.gov.sa, cat: government, provider: rcrc, cc: SA, imp: 1, tier: 4, checks: [http] }
3825 + - { id: gov-sa-riyadh, name: "Riyadh Municipality", host: www.alriyadh.gov.sa, cat: government, provider: riyadh, cc: SA, imp: 2, tier: 4, checks: [http] }
3826 + - { id: gov-sa-riyadhmetro, name: "Riyadh Metro (RPT)", host: rpt.sa, cat: government, provider: rcrc, cc: SA, imp: 2, tier: 4, checks: [http] }
3827 + - { id: gov-sa-saptco, name: "SAPTCO", host: www.saptco.com.sa, cat: government, provider: saptco, cc: SA, imp: 1, tier: 4, checks: [http] }
3828 + - { id: gov-sa-sar, name: "Saudi Arabia Railways", host: www.sar.com.sa, cat: government, provider: sar, cc: SA, imp: 2, tier: 4, checks: [http] }
3829 + - { id: gov-sa-sfda, name: "SFDA", host: www.sfda.gov.sa, cat: government, provider: sfda, cc: SA, imp: 3, tier: 4, checks: [http] }
3830 + - { id: gov-sa-shura, name: "Shura Council", host: www.shura.gov.sa, cat: government, provider: shura, cc: SA, imp: 2, tier: 4, checks: [http] }
3831 + - { id: gov-sa-spa, name: "Saudi Press Agency", host: www.spa.gov.sa, cat: government, provider: spa, cc: SA, imp: 3, tier: 4, checks: [http] }
3832 + - { id: gov-sa-splonline, name: "Saudi Post (SPL)", host: splonline.com.sa, cat: government, provider: spl, cc: SA, imp: 3, tier: 4, checks: [http] }
3833 + - { id: gov-sa-stats, name: "General Authority for Statistics", host: www.stats.gov.sa, cat: government, provider: gastat, cc: SA, imp: 3, tier: 4, checks: [http] }
3834 + - { id: gov-sa-tawakkalna, name: "Tawakkalna", host: ta.sdaia.gov.sa, cat: government, provider: sdaia, cc: SA, imp: 2, tier: 4, checks: [http] }
3835 + - { id: gov-sa-weqaya, name: "Public Health Authority (Weqaya)", host: www.pha.gov.sa, cat: government, provider: pha, cc: SA, imp: 3, tier: 4, checks: [http] }
3836 + # ───────── SB
3837 + - { id: gov-sb-cbsi, name: "Central Bank of Solomon Islands", host: www.cbsi.com.sb, cat: government, provider: cbsi, cc: SB, imp: 1, tier: 4, checks: [http] }
3838 + - { id: gov-sb-gov, name: "Solomon Islands Government", host: solomons.gov.sb, cat: government, provider: gov-sb, cc: SB, imp: 1, tier: 4, checks: [http] }
3839 + - { id: gov-sb-met, name: "Solomon Islands Meteorological Service", host: met.gov.sb, cat: government, provider: met-sb, cc: SB, imp: 1, tier: 4, checks: [http] }
3840 + - { id: gov-sb-parliament, name: "National Parliament", host: www.parliament.gov.sb, cat: government, provider: parliament-sb, cc: SB, imp: 1, tier: 4, checks: [http] }
3841 + # ───────── SC
3842 + - { id: gov-sc-cbs, name: "Central Bank of Seychelles", host: www.cbs.sc, cat: government, provider: cbs-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
3843 + - { id: gov-sc-egov, name: "Seychelles eGov", host: www.egov.sc, cat: government, provider: gov-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
3844 + - { id: gov-sc-gov, name: "Government of Seychelles", host: www.gov.sc, url: "http://www.gov.sc/", cat: government, provider: gov-sc, cc: SC, imp: 2, tier: 4, checks: [http] }
3845 + - { id: gov-sc-meteo, name: "Seychelles Meteorological Authority", host: www.meteo.gov.sc, cat: government, provider: sma, cc: SC, imp: 1, tier: 4, checks: [http] }
3846 + - { id: gov-sc-nbs, name: "National Bureau of Statistics", host: www.nbs.gov.sc, cat: government, provider: nbs-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
3847 + - { id: gov-sc-src, name: "Seychelles Revenue Commission", host: www.src.gov.sc, cat: government, provider: src-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
3848 + - { id: gov-sc-statehouse, name: "State House Seychelles", host: www.statehouse.gov.sc, cat: government, provider: gov-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
3849 + # ───────── SD
3850 + - { id: gov-sd-cbos, name: "Central Bank of Sudan", host: cbos.gov.sd, cat: government, provider: cbos, cc: SD, imp: 1, tier: 4, checks: [http] }
3851 + - { id: gov-sd-mof, name: "Ministry of Finance (Sudan)", host: mof.gov.sd, cat: government, provider: gov-sd, cc: SD, imp: 1, tier: 4, checks: [http] }
3852 + - { id: gov-sd-suna, name: "Sudan News Agency", host: suna-sd.net, cat: government, provider: suna, cc: SD, imp: 1, tier: 4, checks: [http] }
3853 + # ───────── SE
3854 + - { id: gov-se-arbetsformedlingen, name: "Arbetsförmedlingen", host: arbetsformedlingen.se, cat: government, provider: af, cc: SE, imp: 3, tier: 4, checks: [http] }
3855 + - { id: gov-se-bolagsverket, name: "Bolagsverket", host: bolagsverket.se, cat: government, provider: bolagsverket, cc: SE, imp: 2, tier: 4, checks: [http] }
3856 + - { id: gov-se-cert-se, name: "CERT-SE", host: www.cert.se, cat: government, provider: msb, cc: SE, imp: 2, tier: 4, checks: [http] }
3857 + - { id: gov-se-csn, name: "CSN", host: www.csn.se, cat: government, provider: csn, cc: SE, imp: 2, tier: 4, checks: [http] }
3858 + - { id: gov-se-domstol, name: "Sveriges Domstolar", host: www.domstol.se, cat: government, provider: domstol, cc: SE, imp: 3, tier: 4, checks: [http] }
3859 + - { id: gov-se-fi, name: "Finansinspektionen", host: www.fi.se, cat: government, provider: fi-se, cc: SE, imp: 2, tier: 4, checks: [http] }
3860 + - { id: gov-se-folkhalsomyndigheten, name: "Folkhälsomyndigheten", host: www.folkhalsomyndigheten.se, cat: government, provider: fohm, cc: SE, imp: 3, tier: 4, checks: [http] }
3861 + - { id: gov-se-goteborg, name: "Göteborgs Stad", host: goteborg.se, cat: government, provider: goteborg, cc: SE, imp: 1, tier: 4, checks: [http] }
3862 + - { id: gov-se-imy, name: "IMY (Integritetsskydd)", host: www.imy.se, cat: government, provider: imy, cc: SE, imp: 1, tier: 4, checks: [http] }
3863 + - { id: gov-se-kb, name: "Kungliga biblioteket", host: www.kb.se, cat: government, provider: kb-se, cc: SE, imp: 2, tier: 4, checks: [http] }
3864 + - { id: gov-se-kungahuset, name: "Kungahuset", host: www.kungahuset.se, cat: government, provider: gov-se, cc: SE, imp: 2, tier: 4, checks: [http] }
3865 + - { id: gov-se-lagrummet, name: "lagrummet.se", host: lagrummet.se, cat: government, provider: gov-se, cc: SE, imp: 1, tier: 4, checks: [http] }
3866 + - { id: gov-se-lakemedelsverket, name: "Läkemedelsverket", host: www.lakemedelsverket.se, cat: government, provider: lv, cc: SE, imp: 2, tier: 4, checks: [http] }
3867 + - { id: gov-se-malmo, name: "Malmö stad", host: malmo.se, cat: government, provider: malmo, cc: SE, imp: 1, tier: 4, checks: [http] }
3868 + - { id: gov-se-migrationsverket, name: "Migrationsverket", host: www.migrationsverket.se, cat: government, provider: migrationsverket, cc: SE, imp: 4, tier: 3, checks: [http] }
3869 + - { id: gov-se-msb, name: "MSB", host: www.msb.se, cat: government, provider: msb, cc: SE, imp: 3, tier: 4, checks: [http] }
3870 + - { id: gov-se-pensionsmyndigheten, name: "Pensionsmyndigheten", host: www.pensionsmyndigheten.se, cat: government, provider: pensionsmyndigheten, cc: SE, imp: 3, tier: 4, checks: [http] }
3871 + - { id: gov-se-polisen, name: "Polisen", host: polisen.se, cat: government, provider: polisen, cc: SE, imp: 4, tier: 3, checks: [http] }
3872 + - { id: gov-se-postnord, name: "PostNord", host: www.postnord.se, cat: government, provider: postnord, cc: SE, imp: 3, tier: 4, checks: [http] }
3873 + - { id: gov-se-pts, name: "Post- och telestyrelsen", host: www.pts.se, cat: government, provider: pts, cc: SE, imp: 2, tier: 4, checks: [http] }
3874 + - { id: gov-se-regeringen, name: "Regeringskansliet", host: www.regeringen.se, cat: government, provider: gov-se, cc: SE, imp: 4, tier: 3, checks: [http] }
3875 + - { id: gov-se-riksarkivet, name: "Riksarkivet", host: riksarkivet.se, cat: government, provider: riksarkivet, cc: SE, imp: 1, tier: 4, checks: [http] }
3876 + - { id: gov-se-riksbank, name: "Sveriges Riksbank", host: www.riksbank.se, cat: government, provider: riksbank, cc: SE, imp: 5, tier: 3, checks: [http] }
3877 + - { id: gov-se-sl, name: "SL (Storstockholms Lokaltrafik)", host: sl.se, cat: government, provider: sl, cc: SE, imp: 3, tier: 4, checks: [http] }
3878 + - { id: gov-se-socialstyrelsen, name: "Socialstyrelsen", host: www.socialstyrelsen.se, cat: government, provider: socialstyrelsen, cc: SE, imp: 2, tier: 4, checks: [http] }
3879 + - { id: gov-se-stockholm, name: "Stockholms stad", host: start.stockholm, cat: government, provider: stockholm, cc: SE, imp: 2, tier: 4, checks: [http] }
3880 + - { id: gov-se-trafikverket, name: "Trafikverket", host: www.trafikverket.se, cat: government, provider: trafikverket, cc: SE, imp: 3, tier: 4, checks: [http] }
3881 + - { id: gov-se-transportstyrelsen, name: "Transportstyrelsen", host: www.transportstyrelsen.se, cat: government, provider: transportstyrelsen, cc: SE, imp: 3, tier: 4, checks: [http] }
3882 + - { id: gov-se-valmyndigheten, name: "Valmyndigheten", host: www.val.se, cat: government, provider: val-se, cc: SE, imp: 3, tier: 4, checks: [http] }
3883 + - { id: gov-se-verksamt, name: "verksamt.se", host: www.verksamt.se, cat: government, provider: gov-se, cc: SE, imp: 2, tier: 4, checks: [http] }
3884 + # ───────── SG
3885 + - { id: city-singapore, name: "Singapore Government Directory", host: www.sgdi.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3886 + - { id: gov-sg-acra, name: "ACRA", host: www.acra.gov.sg, cat: government, provider: acra, cc: SG, imp: 3, tier: 4, checks: [http] }
3887 + - { id: gov-sg-brunei-bdcb, name: "Brunei Darussalam Central Bank", host: www.bdcb.gov.bn, cat: government, provider: bdcb, cc: SG, imp: 1, tier: 4, checks: [http] }
3888 + - { id: gov-sg-brunei-deps, name: "Department of Economic Planning and Statistics", host: deps.mofe.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 1, tier: 4, checks: [http] }
3889 + - { id: gov-sg-brunei-gov, name: "Government of Brunei", host: www.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 2, tier: 4, checks: [http] }
3890 + - { id: gov-sg-brunei-immigration, name: "Immigration Department (Brunei)", host: www.immigration.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 1, tier: 4, checks: [http] }
3891 + - { id: gov-sg-brunei-mfa, name: "Ministry of Foreign Affairs (Brunei)", host: www.mfa.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 1, tier: 4, checks: [http] }
3892 + - { id: gov-sg-brunei-mofe, name: "Ministry of Finance and Economy (Brunei)", host: www.mofe.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 1, tier: 4, checks: [http] }
3893 + - { id: gov-sg-brunei-moh, name: "Ministry of Health (Brunei)", host: www.moh.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 1, tier: 4, checks: [http] }
3894 + - { id: gov-sg-brunei-pmo, name: "Prime Minister's Office (Brunei)", host: www.pmo.gov.bn, cat: government, provider: gov-bn, cc: SG, imp: 1, tier: 4, checks: [http] }
3895 + - { id: gov-sg-caas, name: "CAAS", host: www.caas.gov.sg, cat: government, provider: caas, cc: SG, imp: 2, tier: 4, checks: [http] }
3896 + - { id: gov-sg-cda, name: "Communicable Diseases Agency", host: www.cda.gov.sg, cat: government, provider: cda-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3897 + - { id: gov-sg-changi, name: "Changi Airport", host: www.changiairport.com, cat: government, provider: cag, cc: SG, imp: 4, tier: 3, checks: [http] }
3898 + - { id: gov-sg-cpf, name: "CPF Board", host: www.cpf.gov.sg, cat: government, provider: cpf, cc: SG, imp: 4, tier: 3, checks: [http] }
3899 + - { id: gov-sg-csa, name: "Cyber Security Agency", host: www.csa.gov.sg, cat: government, provider: csa-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3900 + - { id: gov-sg-customs, name: "Singapore Customs", host: www.customs.gov.sg, cat: government, provider: customs-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3901 + - { id: gov-sg-data, name: "data.gov.sg", host: data.gov.sg, cat: government, provider: govtech-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3902 + - { id: gov-sg-edb, name: "EDB", host: www.edb.gov.sg, cat: government, provider: edb-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3903 + - { id: gov-sg-eld, name: "Elections Department", host: www.eld.gov.sg, cat: government, provider: eld, cc: SG, imp: 3, tier: 4, checks: [http] }
3904 + - { id: gov-sg-enterprisesg, name: "Enterprise Singapore", host: www.enterprisesg.gov.sg, cat: government, provider: esg, cc: SG, imp: 2, tier: 4, checks: [http] }
3905 + - { id: gov-sg-gov-sg-news, name: "gov.sg Factually", host: www.gov.sg, url: "https://www.gov.sg/factually", cat: government, provider: gov-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3906 + - { id: gov-sg-govtech, name: "GovTech", host: www.tech.gov.sg, cat: government, provider: govtech-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3907 + - { id: gov-sg-hdb, name: "HDB", host: www.hdb.gov.sg, cat: government, provider: hdb, cc: SG, imp: 4, tier: 3, checks: [http] }
3908 + - { id: gov-sg-healthhub, name: "HealthHub", host: www.healthhub.sg, cat: government, provider: moh-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3909 + - { id: gov-sg-hsa, name: "Health Sciences Authority", host: www.hsa.gov.sg, cat: government, provider: hsa, cc: SG, imp: 2, tier: 4, checks: [http] }
3910 + - { id: gov-sg-imda, name: "IMDA", host: www.imda.gov.sg, cat: government, provider: imda, cc: SG, imp: 3, tier: 4, checks: [http] }
3911 + - { id: gov-sg-istana, name: "The Istana (President)", host: www.istana.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3912 + - { id: gov-sg-judiciary, name: "Singapore Courts", host: www.judiciary.gov.sg, cat: government, provider: judiciary-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3913 + - { id: gov-sg-life, name: "LifeSG", host: www.life.gov.sg, cat: government, provider: govtech-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3914 + - { id: gov-sg-mddi, name: "Ministry of Digital Development and Information", host: www.mddi.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3915 + - { id: gov-sg-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3916 + - { id: gov-sg-mha, name: "Ministry of Home Affairs", host: www.mha.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3917 + - { id: gov-sg-mindef, name: "MINDEF", host: www.mindef.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3918 + - { id: gov-sg-mlaw, name: "Ministry of Law", host: www.mlaw.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3919 + - { id: gov-sg-moe, name: "Ministry of Education", host: www.moe.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3920 + - { id: gov-sg-mof, name: "Ministry of Finance", host: www.mof.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3921 + - { id: gov-sg-mom, name: "Ministry of Manpower", host: www.mom.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 4, tier: 3, checks: [http] }
3922 + - { id: gov-sg-mot, name: "Ministry of Transport", host: www.mot.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3923 + - { id: gov-sg-msf, name: "Ministry of Social and Family Development", host: www.msf.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3924 + - { id: gov-sg-myinfo, name: "Myinfo", host: www.singpass.gov.sg, url: "https://www.singpass.gov.sg/main/individuals/", cat: government, provider: govtech-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3925 + - { id: gov-sg-nas, name: "National Archives of Singapore", host: www.nas.gov.sg, cat: government, provider: nlb, cc: SG, imp: 1, tier: 4, checks: [http] }
3926 + - { id: gov-sg-nea, name: "NEA", host: www.nea.gov.sg, cat: government, provider: nea, cc: SG, imp: 3, tier: 4, checks: [http] }
3927 + - { id: gov-sg-nlb, name: "National Library Board", host: www.nlb.gov.sg, cat: government, provider: nlb, cc: SG, imp: 3, tier: 4, checks: [http] }
3928 + - { id: gov-sg-parliament, name: "Parliament of Singapore", host: www.parliament.gov.sg, cat: government, provider: parliament-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3929 + - { id: gov-sg-pdpc, name: "PDPC", host: www.pdpc.gov.sg, cat: government, provider: pdpc-sg, cc: SG, imp: 2, tier: 4, checks: [http] }
3930 + - { id: gov-sg-pmo, name: "Prime Minister's Office", host: www.pmo.gov.sg, cat: government, provider: gov-sg, cc: SG, imp: 4, tier: 3, checks: [http] }
3931 + - { id: gov-sg-police, name: "Singapore Police Force", host: www.police.gov.sg, cat: government, provider: spf, cc: SG, imp: 3, tier: 4, checks: [http] }
3932 + - { id: gov-sg-sbstransit, name: "SBS Transit", host: www.sbstransit.com.sg, cat: government, provider: sbs, cc: SG, imp: 2, tier: 4, checks: [http] }
3933 + - { id: gov-sg-scdf, name: "SCDF", host: www.scdf.gov.sg, cat: government, provider: scdf, cc: SG, imp: 2, tier: 4, checks: [http] }
3934 + - { id: gov-sg-singpost, name: "SingPost", host: www.singpost.com, cat: government, provider: singpost, cc: SG, imp: 3, tier: 4, checks: [http] }
3935 + - { id: gov-sg-smrt, name: "SMRT", host: www.smrt.com.sg, cat: government, provider: smrt, cc: SG, imp: 3, tier: 4, checks: [http] }
3936 + - { id: gov-sg-sso, name: "Singapore Statutes Online", host: sso.agc.gov.sg, cat: government, provider: agc-sg, cc: SG, imp: 3, tier: 4, checks: [http] }
3937 + - { id: gov-sg-ura, name: "URA", host: www.ura.gov.sg, cat: government, provider: ura, cc: SG, imp: 2, tier: 4, checks: [http] }
3938 + # ───────── SI
3939 + - { id: gov-si-arso, name: "ARSO (meteo)", host: meteo.arso.gov.si, cat: government, provider: arso, cc: SI, imp: 2, tier: 4, checks: [http] }
3940 + - { id: gov-si-bsi, name: "Banka Slovenije", host: www.bsi.si, cat: government, provider: bsi, cc: SI, imp: 2, tier: 4, checks: [http] }
3941 + - { id: gov-si-dvk, name: "Državna volilna komisija", host: www.dvk-rs.si, cat: government, provider: dvk, cc: SI, imp: 2, tier: 4, checks: [http] }
3942 + - { id: gov-si-euprava, name: "eUprava", host: e-uprava.gov.si, cat: government, provider: gov-si, cc: SI, imp: 2, tier: 4, checks: [http] }
3943 + - { id: gov-si-fu, name: "Finančna uprava", host: www.fu.gov.si, cat: government, provider: furs, cc: SI, imp: 2, tier: 4, checks: [http] }
3944 + - { id: gov-si-gov, name: "GOV.SI", host: www.gov.si, cat: government, provider: gov-si, cc: SI, imp: 3, tier: 4, checks: [http] }
3945 + - { id: gov-si-ljubljana, name: "Mestna občina Ljubljana", host: www.ljubljana.si, cat: government, provider: ljubljana, cc: SI, imp: 1, tier: 4, checks: [http] }
3946 + - { id: gov-si-nijz, name: "NIJZ", host: nijz.si, cat: government, provider: nijz, cc: SI, imp: 2, tier: 4, checks: [http] }
3947 + - { id: gov-si-nuk, name: "NUK", host: www.nuk.uni-lj.si, cat: government, provider: nuk, cc: SI, imp: 1, tier: 4, checks: [http] }
3948 + - { id: gov-si-pisrs, name: "PISRS", host: pisrs.si, cat: government, provider: gov-si, cc: SI, imp: 1, tier: 4, checks: [http] }
3949 + - { id: gov-si-posta, name: "Pošta Slovenije", host: www.posta.si, cat: government, provider: posta-si, cc: SI, imp: 2, tier: 4, checks: [http] }
3950 + - { id: gov-si-sodisce, name: "Sodstvo RS", host: www.sodisce.si, cat: government, provider: sodisce, cc: SI, imp: 1, tier: 4, checks: [http] }
3951 + - { id: gov-si-stat, name: "Statistični urad", host: www.stat.si, cat: government, provider: surs, cc: SI, imp: 2, tier: 4, checks: [http] }
3952 + - { id: gov-si-sz, name: "Slovenske železnice", host: potniski.sz.si, cat: government, provider: sz, cc: SI, imp: 1, tier: 4, checks: [http] }
3953 + - { id: gov-si-us, name: "Ustavno sodišče", host: www.us-rs.si, cat: government, provider: us-rs, cc: SI, imp: 1, tier: 4, checks: [http] }
3954 + - { id: gov-si-zpiz, name: "ZPIZ", host: www.zpiz.si, cat: government, provider: zpiz, cc: SI, imp: 2, tier: 4, checks: [http] }
3955 + - { id: gov-si-zzzs, name: "ZZZS", host: zavarovanec.zzzs.si, cat: government, provider: zzzs, cc: SI, imp: 1, tier: 4, checks: [http] }
3956 + # ───────── SK
3957 + - { id: gov-sk-bratislava, name: "Hlavné mesto Bratislava", host: bratislava.sk, cat: government, provider: bratislava, cc: SK, imp: 1, tier: 4, checks: [http] }
3958 + - { id: gov-sk-financnasprava, name: "Finančná správa", host: www.financnasprava.sk, cat: government, provider: fs-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3959 + - { id: gov-sk-health, name: "Ministerstvo zdravotníctva", host: www.health.gov.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3960 + - { id: gov-sk-justice, name: "Ministerstvo spravodlivosti", host: www.justice.gov.sk, cat: government, provider: gov-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3961 + - { id: gov-sk-mfsr, name: "Ministerstvo financií", host: www.mfsr.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3962 + - { id: gov-sk-mindop, name: "Ministerstvo dopravy", host: www.mindop.sk, cat: government, provider: gov-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3963 + - { id: gov-sk-minedu, name: "Ministerstvo školstva", host: www.minedu.sk, cat: government, provider: gov-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3964 + - { id: gov-sk-minv, name: "Ministerstvo vnútra", host: www.minv.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3965 + - { id: gov-sk-mirri, name: "MIRRI (digitalizácia)", host: www.mirri.gov.sk, cat: government, provider: gov-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3966 + - { id: gov-sk-mzv, name: "Ministerstvo zahraničných vecí", host: www.mzv.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3967 + - { id: gov-sk-nbs, name: "Národná banka Slovenska", host: nbs.sk, cat: government, provider: nbs, cc: SK, imp: 3, tier: 4, checks: [http] }
3968 + - { id: gov-sk-nrsr, name: "Národná rada SR", host: www.nrsr.sk, cat: government, provider: nrsr, cc: SK, imp: 3, tier: 4, checks: [http] }
3969 + - { id: gov-sk-nsud, name: "Najvyšší súd SR", host: www.nsud.sk, cat: government, provider: nsud, cc: SK, imp: 2, tier: 4, checks: [http] }
3970 + - { id: gov-sk-posta, name: "Slovenská pošta", host: www.posta.sk, cat: government, provider: posta-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3971 + - { id: gov-sk-prezident, name: "Prezident SR", host: www.prezident.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3972 + - { id: gov-sk-shmu, name: "SHMÚ", host: www.shmu.sk, cat: government, provider: shmu, cc: SK, imp: 3, tier: 4, checks: [http] }
3973 + - { id: gov-sk-slov-lex, name: "Slov-Lex", host: www.slov-lex.sk, cat: government, provider: gov-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3974 + - { id: gov-sk-slovensko, name: "slovensko.sk", host: www.slovensko.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3975 + - { id: gov-sk-snk, name: "Slovenská národná knižnica", host: www.snk.sk, cat: government, provider: snk, cc: SK, imp: 1, tier: 4, checks: [http] }
3976 + - { id: gov-sk-socpoist, name: "Sociálna poisťovňa", host: www.socpoist.sk, cat: government, provider: socpoist, cc: SK, imp: 3, tier: 4, checks: [http] }
3977 + - { id: gov-sk-statistics, name: "Štatistický úrad SR", host: slovak.statistics.sk, cat: government, provider: susr, cc: SK, imp: 3, tier: 4, checks: [http] }
3978 + - { id: gov-sk-ustavnysud, name: "Ústavný súd SR", host: www.ustavnysud.sk, cat: government, provider: ustavnysud, cc: SK, imp: 2, tier: 4, checks: [http] }
3979 + - { id: gov-sk-uvzsr, name: "Úrad verejného zdravotníctva", host: www.uvzsr.sk, cat: government, provider: uvzsr, cc: SK, imp: 2, tier: 4, checks: [http] }
3980 + - { id: gov-sk-vlada, name: "Úrad vlády SR", host: www.vlada.gov.sk, cat: government, provider: gov-sk, cc: SK, imp: 3, tier: 4, checks: [http] }
3981 + - { id: gov-sk-volby, name: "Voľby (MV SR)", host: www.minv.sk, url: "https://www.minv.sk/?volby", cat: government, provider: gov-sk, cc: SK, imp: 2, tier: 4, checks: [http] }
3982 + - { id: gov-sk-zssk, name: "ZSSK", host: www.zssk.sk, url: "http://www.zssk.sk/", cat: government, provider: zssk, cc: SK, imp: 2, tier: 4, checks: [http] }
3983 + # ───────── SL
3984 + - { id: gov-sl-ecsl, name: "Electoral Commission", host: www.ec.gov.sl, cat: government, provider: ecsl, cc: SL, imp: 1, tier: 4, checks: [http] }
3985 + - { id: gov-sl-evisa, name: "Sierra Leone eVisa", host: evisa.sl, cat: government, provider: gov-sl, cc: SL, imp: 1, tier: 4, checks: [http] }
3986 + - { id: gov-sl-freetown, name: "Freetown City Council", host: fcc.gov.sl, cat: government, provider: freetown, cc: SL, imp: 1, tier: 4, checks: [http] }
3987 + - { id: gov-sl-mof, name: "Ministry of Finance", host: mof.gov.sl, cat: government, provider: gov-sl, cc: SL, imp: 1, tier: 4, checks: [http] }
3988 + - { id: gov-sl-mohs, name: "Ministry of Health", host: mohs.gov.sl, cat: government, provider: gov-sl, cc: SL, imp: 1, tier: 4, checks: [http] }
3989 + - { id: gov-sl-natcom, name: "NatCA", host: www.natca.gov.sl, cat: government, provider: natca, cc: SL, imp: 1, tier: 4, checks: [http] }
3990 + - { id: gov-sl-nra, name: "National Revenue Authority", host: www.nra.gov.sl, cat: government, provider: nra-sl, cc: SL, imp: 1, tier: 4, checks: [http] }
3991 + - { id: gov-sl-statehouse, name: "State House Sierra Leone", host: statehouse.gov.sl, cat: government, provider: gov-sl, cc: SL, imp: 1, tier: 4, checks: [http] }
3992 + - { id: gov-sl-statistics, name: "Statistics Sierra Leone", host: www.statistics.sl, cat: government, provider: stats-sl, cc: SL, imp: 1, tier: 4, checks: [http] }
3993 + # ───────── SN
3994 + - { id: gov-sn-ageroute, name: "AGEROUTE", host: www.ageroute.sn, cat: government, provider: ageroute, cc: SN, imp: 1, tier: 4, checks: [http] }
3995 + - { id: gov-sn-anacim, name: "ANACIM (météo & aviation)", host: www.anacim.sn, cat: government, provider: anacim, cc: SN, imp: 1, tier: 4, checks: [http] }
3996 + - { id: gov-sn-ansd, name: "ANSD", host: www.ansd.sn, cat: government, provider: ansd, cc: SN, imp: 2, tier: 4, checks: [http] }
3997 + - { id: gov-sn-artp, name: "ARTP", host: www.artp.sn, cat: government, provider: artp, cc: SN, imp: 1, tier: 4, checks: [http] }
3998 + - { id: gov-sn-assemblee, name: "Assemblée nationale", host: www.assemblee-nationale.sn, url: "http://www.assemblee-nationale.sn/", cat: government, provider: an-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
3999 + - { id: gov-sn-cena, name: "CENA", host: www.cena.sn, cat: government, provider: cena, cc: SN, imp: 1, tier: 4, checks: [http] }
4000 + - { id: gov-sn-dakar, name: "Ville de Dakar", host: www.villededakar.org, cat: government, provider: dakar, cc: SN, imp: 1, tier: 4, checks: [http] }
4001 + - { id: gov-sn-dgid, name: "DGID (impôts)", host: www.dgid.sn, cat: government, provider: dgid, cc: SN, imp: 2, tier: 4, checks: [http] }
4002 + - { id: gov-sn-diplomatie, name: "Ministère des Affaires étrangères", host: www.diplomatie.gouv.sn, cat: government, provider: gouv-sn, cc: SN, imp: 2, tier: 4, checks: [http] }
4003 + - { id: gov-sn-douanes, name: "Douanes sénégalaises", host: www.douanes.sn, cat: government, provider: douanes-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
4004 + - { id: gov-sn-finances, name: "Ministère des Finances et du Budget", host: www.finances.gouv.sn, cat: government, provider: gouv-sn, cc: SN, imp: 2, tier: 4, checks: [http] }
4005 + - { id: gov-sn-interieur, name: "Ministère de l'Intérieur", host: www.interieur.gouv.sn, cat: government, provider: gouv-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
4006 + - { id: gov-sn-laposte, name: "La Poste Sénégal", host: www.laposte.sn, cat: government, provider: laposte-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
4007 + - { id: gov-sn-numerique, name: "Ministère de la Communication et du Numérique", host: www.numerique.gouv.sn, cat: government, provider: gouv-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
4008 + - { id: gov-sn-presidence, name: "Présidence du Sénégal", host: www.presidence.sn, cat: government, provider: gouv-sn, cc: SN, imp: 2, tier: 4, checks: [http] }
4009 + - { id: gov-sn-primature, name: "Primature", host: www.primature.sn, cat: government, provider: gouv-sn, cc: SN, imp: 2, tier: 4, checks: [http] }
4010 + - { id: gov-sn-sante, name: "Ministère de la Santé", host: www.sante.gouv.sn, cat: government, provider: gouv-sn, cc: SN, imp: 2, tier: 4, checks: [http] }
4011 + # ───────── SO
4012 + - { id: gov-so-centralbank, name: "Central Bank of Somalia", host: centralbank.gov.so, cat: government, provider: cbs-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4013 + - { id: gov-so-mfa, name: "Ministry of Foreign Affairs", host: mfa.gov.so, cat: government, provider: gov-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4014 + - { id: gov-so-mof, name: "Ministry of Finance", host: mof.gov.so, cat: government, provider: gov-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4015 + - { id: gov-so-moh, name: "Ministry of Health", host: moh.gov.so, cat: government, provider: gov-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4016 + - { id: gov-so-nbs, name: "Somali National Bureau of Statistics", host: nbs.gov.so, cat: government, provider: nbs-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4017 + - { id: gov-so-nca, name: "National Communications Authority", host: nca.gov.so, cat: government, provider: nca-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4018 + - { id: gov-so-villasomalia, name: "Villa Somalia (Presidency)", host: villasomalia.gov.so, cat: government, provider: gov-so, cc: SO, imp: 1, tier: 4, checks: [http] }
4019 + # ───────── SR
4020 + - { id: gov-sr-cbvs, name: "Centrale Bank van Suriname", host: www.cbvs.sr, cat: government, provider: cbvs, cc: SR, imp: 1, tier: 4, checks: [http] }
4021 + - { id: gov-sr-dna, name: "De Nationale Assemblée", host: www.dna.sr, cat: government, provider: dna-sr, cc: SR, imp: 1, tier: 4, checks: [http] }
4022 + - { id: gov-sr-gov, name: "Overheid van Suriname", host: gov.sr, cat: government, provider: gov-sr, cc: SR, imp: 1, tier: 4, checks: [http] }
4023 + # ───────── SS
4024 + - { id: gov-ss-bank, name: "Bank of South Sudan", host: www.boss.gov.ss, cat: government, provider: boss, cc: SS, imp: 1, tier: 4, checks: [http] }
4025 + # ───────── ST
4026 + - { id: gov-st-bcstp, name: "Banco Central de STP", host: www.bcstp.st, cat: government, provider: bcstp, cc: ST, imp: 1, tier: 4, checks: [http] }
4027 + - { id: gov-st-gov, name: "Governo de São Tomé e Príncipe", host: www.gov.st, cat: government, provider: gov-st, cc: ST, imp: 1, tier: 4, checks: [http] }
4028 + # ───────── SV
4029 + - { id: gov-sv-asamblea, name: "Asamblea Legislativa", host: www.asamblea.gob.sv, cat: government, provider: asamblea-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
4030 + - { id: gov-sv-bcr, name: "Banco Central de Reserva", host: www.bcr.gob.sv, cat: government, provider: bcr-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
4031 + - { id: gov-sv-correos, name: "Correos de El Salvador", host: www.correos.gob.sv, cat: government, provider: correos-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4032 + - { id: gov-sv-csj, name: "Corte Suprema de Justicia", host: www.csj.gob.sv, cat: government, provider: csj-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4033 + - { id: gov-sv-isss, name: "ISSS", host: www.isss.gob.sv, cat: government, provider: isss, cc: SV, imp: 1, tier: 4, checks: [http] }
4034 + - { id: gov-sv-mh, name: "Ministerio de Hacienda", host: www.mh.gob.sv, cat: government, provider: gov-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
4035 + - { id: gov-sv-migracion, name: "Dirección de Migración", host: www.migracion.gob.sv, cat: government, provider: migracion-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4036 + - { id: gov-sv-mined, name: "MINEDUCYT", host: www.mined.gob.sv, cat: government, provider: gov-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4037 + - { id: gov-sv-onec, name: "ONEC / BCR Estadísticas", host: onec.bcr.gob.sv, cat: government, provider: bcr-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4038 + - { id: gov-sv-pnc, name: "Policía Nacional Civil", host: www.pnc.gob.sv, cat: government, provider: pnc-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4039 + - { id: gov-sv-presidencia, name: "Presidencia de El Salvador", host: www.presidencia.gob.sv, cat: government, provider: gov-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
4040 + - { id: gov-sv-proteccioncivil, name: "Protección Civil", host: proteccioncivil.gob.sv, cat: government, provider: pc-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4041 + - { id: gov-sv-rree, name: "Ministerio de Relaciones Exteriores", host: rree.gob.sv, cat: government, provider: gov-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4042 + - { id: gov-sv-salud, name: "Ministerio de Salud", host: www.salud.gob.sv, cat: government, provider: gov-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
4043 + - { id: gov-sv-sansalvador, name: "Alcaldía de San Salvador", host: www.sansalvador.gob.sv, cat: government, provider: sansalvador, cc: SV, imp: 1, tier: 4, checks: [http] }
4044 + - { id: gov-sv-seguridad, name: "Ministerio de Justicia y Seguridad", host: www.seguridad.gob.sv, cat: government, provider: gov-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
4045 + - { id: gov-sv-tse, name: "Tribunal Supremo Electoral", host: www.tse.gob.sv, cat: government, provider: tse-sv, cc: SV, imp: 2, tier: 4, checks: [http] }
4046 + # ───────── SY
4047 + - { id: gov-sy-cbs, name: "Central Bureau of Statistics", host: cbssyr.sy, url: "http://cbssyr.sy/", cat: government, provider: cbs-sy, cc: SY, imp: 1, tier: 4, checks: [http] }
4048 + - { id: gov-sy-mofaex, name: "Ministry of Foreign Affairs", host: www.mofaex.gov.sy, cat: government, provider: gov-sy, cc: SY, imp: 1, tier: 4, checks: [http] }
4049 + - { id: gov-sy-moh, name: "Ministry of Health", host: www.moh.gov.sy, cat: government, provider: gov-sy, cc: SY, imp: 1, tier: 4, checks: [http] }
4050 + - { id: gov-sy-sana, name: "SANA", host: sana.sy, cat: government, provider: sana, cc: SY, imp: 1, tier: 4, checks: [http] }
4051 + # ───────── SZ
4052 + - { id: gov-sz-centralbank, name: "Central Bank of Eswatini", host: www.centralbank.org.sz, cat: government, provider: cbe-sz, cc: SZ, imp: 1, tier: 4, checks: [http] }
4053 + - { id: gov-sz-ebc, name: "Elections and Boundaries Commission", host: www.elections.org.sz, url: "http://www.elections.org.sz/", cat: government, provider: ebc-sz, cc: SZ, imp: 1, tier: 4, checks: [http] }
4054 + - { id: gov-sz-ers, name: "Eswatini Revenue Service", host: www.ers.org.sz, cat: government, provider: ers, cc: SZ, imp: 1, tier: 4, checks: [http] }
4055 + - { id: gov-sz-gov, name: "Government of Eswatini", host: www.gov.sz, cat: government, provider: gov-sz, cc: SZ, imp: 1, tier: 4, checks: [http] }
4056 + # ───────── TD
4057 + - { id: gov-td-arcep, name: "ARCEP Tchad", host: www.arcep.td, cat: government, provider: arcep-td, cc: TD, imp: 1, tier: 4, checks: [http] }
4058 + - { id: gov-td-inseed, name: "INSEED Tchad", host: www.inseed.td, cat: government, provider: inseed-td, cc: TD, imp: 1, tier: 4, checks: [http] }
4059 + - { id: gov-td-presidence, name: "Présidence du Tchad", host: www.presidence.td, cat: government, provider: gouv-td, cc: TD, imp: 1, tier: 4, checks: [http] }
4060 + # ───────── TG
4061 + - { id: gov-tg-arcep, name: "ARCEP Togo", host: arcep.tg, cat: government, provider: arcep-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4062 + - { id: gov-tg-assemblee, name: "Assemblée nationale", host: www.assemblee-nationale.tg, url: "http://www.assemblee-nationale.tg/", cat: government, provider: an-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4063 + - { id: gov-tg-ceni, name: "CENI Togo", host: ceni.tg, url: "http://ceni.tg/", cat: government, provider: ceni-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4064 + - { id: gov-tg-cnss, name: "CNSS Togo", host: www.cnss.tg, cat: government, provider: cnss-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4065 + - { id: gov-tg-evisa, name: "Voyage Togo (e-Visa)", host: voyage.gouv.tg, cat: government, provider: gouv-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4066 + - { id: gov-tg-finances, name: "Ministère de l'Économie et des Finances", host: finances.gouv.tg, cat: government, provider: gouv-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4067 + - { id: gov-tg-gouv, name: "Gouvernement du Togo", host: www.republiquetogolaise.com, cat: government, provider: gouv-tg, cc: TG, imp: 2, tier: 4, checks: [http] }
4068 + - { id: gov-tg-inseed, name: "INSEED", host: inseed.tg, cat: government, provider: inseed, cc: TG, imp: 1, tier: 4, checks: [http] }
4069 + - { id: gov-tg-laposte, name: "La Poste du Togo", host: www.laposte.tg, cat: government, provider: laposte-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4070 + - { id: gov-tg-otr, name: "Office Togolais des Recettes", host: www.otr.tg, cat: government, provider: otr, cc: TG, imp: 1, tier: 4, checks: [http] }
4071 + - { id: gov-tg-presidence, name: "Présidence du Togo", host: www.presidence.gouv.tg, cat: government, provider: gouv-tg, cc: TG, imp: 1, tier: 4, checks: [http] }
4072 + - { id: gov-tg-service-public, name: "service-public.gouv.tg", host: service-public.gouv.tg, cat: government, provider: gouv-tg, cc: TG, imp: 2, tier: 4, checks: [http] }
4073 + # ───────── TH
4074 + - { id: gov-th-airportthai, name: "Airports of Thailand", host: www.airportthai.co.th, cat: government, provider: aot, cc: TH, imp: 3, tier: 4, checks: [http] }
4075 + - { id: gov-th-bangkok, name: "Bangkok Metropolitan Administration", host: www.bangkok.go.th, cat: government, provider: bangkok, cc: TH, imp: 3, tier: 4, checks: [http] }
4076 + - { id: gov-th-bts, name: "BTS Skytrain", host: www.bts.co.th, cat: government, provider: bts, cc: TH, imp: 2, tier: 4, checks: [http] }
4077 + - { id: gov-th-caat, name: "CAAT", host: www.caat.or.th, cat: government, provider: caat, cc: TH, imp: 2, tier: 4, checks: [http] }
4078 + - { id: gov-th-chiangmai, name: "Chiang Mai Municipality", host: www.cmcity.go.th, cat: government, provider: chiangmai, cc: TH, imp: 1, tier: 4, checks: [http] }
4079 + - { id: gov-th-coj, name: "Court of Justice", host: www.coj.go.th, cat: government, provider: coj, cc: TH, imp: 2, tier: 4, checks: [http] }
4080 + - { id: gov-th-consular, name: "Department of Consular Affairs", host: consular.mfa.go.th, cat: government, provider: mfa-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4081 + - { id: gov-th-customs, name: "Thai Customs", host: www.customs.go.th, cat: government, provider: customs-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4082 + - { id: gov-th-data, name: "data.go.th", host: data.go.th, cat: government, provider: dga, cc: TH, imp: 2, tier: 4, checks: [http] }
4083 + - { id: gov-th-dbd, name: "Department of Business Development", host: www.dbd.go.th, cat: government, provider: dbd, cc: TH, imp: 2, tier: 4, checks: [http] }
4084 + - { id: gov-th-ddc, name: "Department of Disease Control", host: ddc.moph.go.th, cat: government, provider: moph-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4085 + - { id: gov-th-dga, name: "Digital Government Development Agency", host: www.dga.or.th, cat: government, provider: dga, cc: TH, imp: 2, tier: 4, checks: [http] }
4086 + - { id: gov-th-disaster, name: "Department of Disaster Prevention and Mitigation", host: www.disaster.go.th, cat: government, provider: ddpm, cc: TH, imp: 2, tier: 4, checks: [http] }
4087 + - { id: gov-th-doh, name: "Department of Highways", host: www.doh.go.th, cat: government, provider: doh-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4088 + - { id: gov-th-ect, name: "Election Commission of Thailand", host: www.ect.go.th, cat: government, provider: ect, cc: TH, imp: 3, tier: 4, checks: [http] }
4089 + - { id: gov-th-egov, name: "Thailand e-Government portal", host: www.egov.go.th, cat: government, provider: dga, cc: TH, imp: 2, tier: 4, checks: [http] }
4090 + - { id: gov-th-fda, name: "Thai FDA", host: www.fda.moph.go.th, cat: government, provider: moph-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4091 + - { id: gov-th-immigration, name: "Immigration Bureau", host: www.immigration.go.th, cat: government, provider: immigration-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4092 + - { id: gov-th-krisdika, name: "Office of the Council of State (laws)", host: www.krisdika.go.th, url: "http://www.krisdika.go.th/", cat: government, provider: krisdika, cc: TH, imp: 1, tier: 4, checks: [http] }
4093 + - { id: gov-th-mdes, name: "Ministry of Digital Economy and Society", host: www.mdes.go.th, cat: government, provider: gov-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4094 + - { id: gov-th-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.go.th, cat: government, provider: gov-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4095 + - { id: gov-th-mod, name: "Ministry of Defence", host: www.mod.go.th, cat: government, provider: gov-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4096 + - { id: gov-th-mof, name: "Ministry of Finance", host: www.mof.go.th, cat: government, provider: gov-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4097 + - { id: gov-th-moi, name: "Ministry of Interior", host: www.moi.go.th, cat: government, provider: gov-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4098 + - { id: gov-th-mol, name: "Ministry of Labour", host: www.mol.go.th, cat: government, provider: gov-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4099 + - { id: gov-th-mot, name: "Ministry of Transport", host: www.mot.go.th, cat: government, provider: gov-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4100 + - { id: gov-th-mrta, name: "MRTA", host: www.mrta.co.th, cat: government, provider: mrta, cc: TH, imp: 2, tier: 4, checks: [http] }
4101 + - { id: gov-th-nbtc, name: "NBTC", host: www.nbtc.go.th, cat: government, provider: nbtc, cc: TH, imp: 2, tier: 4, checks: [http] }
4102 + - { id: gov-th-nlt, name: "National Library of Thailand", host: www.nlt.go.th, cat: government, provider: nlt, cc: TH, imp: 1, tier: 4, checks: [http] }
4103 + - { id: gov-th-pdpc, name: "PDPC Thailand", host: www.pdpc.or.th, cat: government, provider: pdpc-th, cc: TH, imp: 1, tier: 4, checks: [http] }
4104 + - { id: gov-th-pm, name: "Prime Minister's Office", host: www.opm.go.th, cat: government, provider: gov-th, cc: TH, imp: 3, tier: 4, checks: [http] }
4105 + - { id: gov-th-ratchakitcha, name: "Royal Thai Government Gazette", host: www.ratchakitcha.soc.go.th, cat: government, provider: gov-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4106 + - { id: gov-th-royalthaipolice, name: "Royal Thai Police", host: www.royalthaipolice.go.th, cat: government, provider: rtp, cc: TH, imp: 3, tier: 4, checks: [http] }
4107 + - { id: gov-th-sec, name: "SEC Thailand", host: www.sec.or.th, cat: government, provider: sec-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4108 + - { id: gov-th-senate, name: "Senate of Thailand", host: www.senate.go.th, cat: government, provider: senate-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4109 + - { id: gov-th-thaicert, name: "ThaiCERT", host: www.thaicert.or.th, cat: government, provider: ncsa-th, cc: TH, imp: 2, tier: 4, checks: [http] }
4110 + - { id: gov-th-thailandpost, name: "Thailand Post", host: www.thailandpost.co.th, cat: government, provider: thailandpost, cc: TH, imp: 3, tier: 4, checks: [http] }
4111 + # ───────── TJ
4112 + - { id: gov-tj-andoz, name: "Tax Committee", host: andoz.tj, cat: government, provider: andoz, cc: TJ, imp: 1, tier: 4, checks: [http] }
4113 + - { id: gov-tj-dushanbe, name: "Dushanbe City", host: dushanbe.tj, cat: government, provider: dushanbe, cc: TJ, imp: 1, tier: 4, checks: [http] }
4114 + - { id: gov-tj-evisa, name: "Tajikistan e-Visa", host: www.evisa.tj, cat: government, provider: gov-tj, cc: TJ, imp: 1, tier: 4, checks: [http] }
4115 + - { id: gov-tj-meteo, name: "Tajik Hydromet", host: meteo.tj, cat: government, provider: hydromet-tj, cc: TJ, imp: 1, tier: 4, checks: [http] }
4116 + - { id: gov-tj-mfa, name: "Ministry of Foreign Affairs", host: mfa.tj, cat: government, provider: gov-tj, cc: TJ, imp: 1, tier: 4, checks: [http] }
4117 + - { id: gov-tj-nbt, name: "National Bank of Tajikistan", host: www.nbt.tj, cat: government, provider: nbt, cc: TJ, imp: 1, tier: 4, checks: [http] }
4118 + - { id: gov-tj-president, name: "President of Tajikistan", host: www.president.tj, cat: government, provider: gov-tj, cc: TJ, imp: 2, tier: 4, checks: [http] }
4119 + - { id: gov-tj-stat, name: "Statistics Agency", host: www.stat.tj, cat: government, provider: stat-tj, cc: TJ, imp: 1, tier: 4, checks: [http] }
4120 + # ───────── TL
4121 + - { id: gov-tl-bancocentral, name: "Banco Central de Timor-Leste", host: www.bancocentral.tl, cat: government, provider: bctl, cc: TL, imp: 1, tier: 4, checks: [http] }
4122 + - { id: gov-tl-gov, name: "Governo de Timor-Leste", host: timor-leste.gov.tl, cat: government, provider: gov-tl, cc: TL, imp: 2, tier: 4, checks: [http] }
4123 + - { id: gov-tl-mof, name: "Ministério das Finanças", host: www.mof.gov.tl, cat: government, provider: gov-tl, cc: TL, imp: 1, tier: 4, checks: [http] }
4124 + - { id: gov-tl-parlamento, name: "Parlamento Nacional", host: www.parlamento.tl, cat: government, provider: parlamento-tl, cc: TL, imp: 1, tier: 4, checks: [http] }
4125 + - { id: gov-tl-statistics, name: "Instituto Nacional de Estatística", host: inetl-ip.gov.tl, cat: government, provider: ine-tl, cc: TL, imp: 1, tier: 4, checks: [http] }
4126 + # ───────── TM
4127 + - { id: gov-tm-cbt, name: "Central Bank of Turkmenistan", host: www.cbt.tm, cat: government, provider: cbt, cc: TM, imp: 1, tier: 4, checks: [http] }
4128 + - { id: gov-tm-mfa, name: "Ministry of Foreign Affairs", host: www.mfa.gov.tm, cat: government, provider: gov-tm, cc: TM, imp: 1, tier: 4, checks: [http] }
4129 + - { id: gov-tm-stat, name: "State Statistics Committee", host: stat.gov.tm, cat: government, provider: stat-tm, cc: TM, imp: 1, tier: 4, checks: [http] }
4130 + # ───────── TN
4131 + - { id: gov-tn-arp, name: "Assemblée des Représentants du Peuple", host: www.arp.tn, cat: government, provider: arp, cc: TN, imp: 2, tier: 4, checks: [http] }
4132 + - { id: gov-tn-bct, name: "Banque Centrale de Tunisie", host: www.bct.gov.tn, cat: government, provider: bct, cc: TN, imp: 3, tier: 4, checks: [http] }
4133 + - { id: gov-tn-bnt, name: "Bibliothèque nationale de Tunisie", host: www.bnt.nat.tn, url: "http://www.bnt.nat.tn/", cat: government, provider: bnt, cc: TN, imp: 1, tier: 4, checks: [http] }
4134 + - { id: gov-tn-carthage, name: "Présidence de la République", host: www.carthage.tn, cat: government, provider: gov-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4135 + - { id: gov-tn-cassation, name: "Cour de cassation", host: www.cassation.tn, url: "http://www.cassation.tn/", cat: government, provider: cassation-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4136 + - { id: gov-tn-cnrps, name: "CNRPS", host: www.cnrps.nat.tn, cat: government, provider: cnrps, cc: TN, imp: 1, tier: 4, checks: [http] }
4137 + - { id: gov-tn-cnss, name: "CNSS Tunisie", host: www.cnss.tn, cat: government, provider: cnss-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4138 + - { id: gov-tn-diplomatie, name: "Ministère des Affaires étrangères", host: www.diplomatie.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4139 + - { id: gov-tn-douane, name: "Douane tunisienne", host: www.douane.gov.tn, cat: government, provider: douane-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4140 + - { id: gov-tn-education, name: "Ministère de l'Éducation", host: www.education.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4141 + - { id: gov-tn-finances, name: "Ministère des Finances", host: www.finances.gov.tn, url: "http://www.finances.gov.tn/", cat: government, provider: gov-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4142 + - { id: gov-tn-impots, name: "Direction Générale des Impôts", host: www.impots.finances.gov.tn, url: "http://www.impots.finances.gov.tn/", cat: government, provider: dgi-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4143 + - { id: gov-tn-ins, name: "INS Tunisie", host: www.ins.tn, cat: government, provider: ins-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4144 + - { id: gov-tn-interieur, name: "Ministère de l'Intérieur", host: www.interieur.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4145 + - { id: gov-tn-intt, name: "INTT", host: www.intt.tn, cat: government, provider: intt, cc: TN, imp: 1, tier: 4, checks: [http] }
4146 + - { id: gov-tn-iort, name: "Journal Officiel (IORT)", host: www.iort.gov.tn, url: "http://www.iort.gov.tn/", cat: government, provider: gov-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4147 + - { id: gov-tn-isie, name: "ISIE", host: www.isie.tn, cat: government, provider: isie, cc: TN, imp: 2, tier: 4, checks: [http] }
4148 + - { id: gov-tn-justice, name: "Ministère de la Justice", host: www.justice.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4149 + - { id: gov-tn-meteo, name: "Institut National de la Météorologie", host: www.meteo.tn, cat: government, provider: inm-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4150 + - { id: gov-tn-mtc, name: "Ministère des Technologies de la Communication", host: www.mtc.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4151 + - { id: gov-tn-oaca, name: "OACA (aéroports)", host: www.oaca.nat.tn, cat: government, provider: oaca, cc: TN, imp: 1, tier: 4, checks: [http] }
4152 + - { id: gov-tn-pm, name: "Présidence du Gouvernement", host: www.pm.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 3, tier: 4, checks: [http] }
4153 + - { id: gov-tn-registre-entreprises, name: "Registre National des Entreprises", host: www.registre-entreprises.tn, cat: government, provider: rne, cc: TN, imp: 1, tier: 4, checks: [http] }
4154 + - { id: gov-tn-sncft, name: "SNCFT", host: www.sncft.com.tn, cat: government, provider: sncft, cc: TN, imp: 1, tier: 4, checks: [http] }
4155 + - { id: gov-tn-tap, name: "Agence Tunis Afrique Presse", host: www.tap.info.tn, cat: government, provider: tap, cc: TN, imp: 2, tier: 4, checks: [http] }
4156 + - { id: gov-tn-transport, name: "Ministère du Transport", host: www.transport.tn, url: "http://www.transport.tn/", cat: government, provider: gov-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
4157 + - { id: gov-tn-tunis, name: "Municipalité de Tunis", host: www.commune-tunis.gov.tn, url: "http://www.commune-tunis.gov.tn/", cat: government, provider: tunis, cc: TN, imp: 1, tier: 4, checks: [http] }
4158 + - { id: gov-tn-tunisie-gov, name: "Portail du Gouvernement tunisien", host: www.tunisie.gov.tn, cat: government, provider: gov-tn, cc: TN, imp: 2, tier: 4, checks: [http] }
4159 + # ───────── TO
4160 + - { id: gov-to-gov, name: "Government of Tonga", host: www.gov.to, cat: government, provider: gov-to, cc: TO, imp: 1, tier: 4, checks: [http] }
4161 + - { id: gov-to-met, name: "Tonga Meteorological Service", host: www.met.gov.to, cat: government, provider: met-to, cc: TO, imp: 1, tier: 4, checks: [http] }
4162 + - { id: gov-to-nrbt, name: "National Reserve Bank of Tonga", host: www.reservebank.to, cat: government, provider: nrbt, cc: TO, imp: 1, tier: 4, checks: [http] }
4163 + # ───────── TR
4164 + - { id: gov-tr-adalet, name: "Adalet Bakanlığı", host: www.adalet.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4165 + - { id: gov-tr-afad, name: "AFAD", host: www.afad.gov.tr, cat: government, provider: afad, cc: TR, imp: 4, tier: 3, checks: [http] }
4166 + - { id: gov-tr-anayasa, name: "Anayasa Mahkemesi", host: www.anayasa.gov.tr, cat: government, provider: aym, cc: TR, imp: 3, tier: 4, checks: [http] }
4167 + - { id: gov-tr-ankara, name: "Ankara Büyükşehir Belediyesi", host: www.ankara.bel.tr, cat: government, provider: ankara, cc: TR, imp: 2, tier: 4, checks: [http] }
4168 + - { id: gov-tr-antalya, name: "Antalya Büyükşehir Belediyesi", host: www.antalya.bel.tr, cat: government, provider: antalya, cc: TR, imp: 1, tier: 4, checks: [http] }
4169 + - { id: gov-tr-bddk, name: "BDDK", host: www.bddk.org.tr, cat: government, provider: bddk, cc: TR, imp: 3, tier: 4, checks: [http] }
4170 + - { id: gov-tr-btk, name: "BTK", host: www.btk.gov.tr, cat: government, provider: btk, cc: TR, imp: 3, tier: 4, checks: [http] }
4171 + - { id: gov-tr-bursa, name: "Bursa Büyükşehir Belediyesi", host: www.bursa.bel.tr, cat: government, provider: bursa, cc: TR, imp: 1, tier: 4, checks: [http] }
4172 + - { id: gov-tr-csgb, name: "Çalışma ve Sosyal Güvenlik Bakanlığı", host: www.csgb.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4173 + - { id: gov-tr-danistay, name: "Danıştay", host: www.danistay.gov.tr, cat: government, provider: danistay, cc: TR, imp: 2, tier: 4, checks: [http] }
4174 + - { id: gov-tr-devletarsivleri, name: "Devlet Arşivleri", host: www.devletarsivleri.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 1, tier: 4, checks: [http] }
4175 + - { id: gov-tr-dhmi, name: "DHMİ", host: www.dhmi.gov.tr, cat: government, provider: dhmi, cc: TR, imp: 2, tier: 4, checks: [http] }
4176 + - { id: gov-tr-edevlet-turkiye, name: "Türkiye.gov.tr (hizmetler)", host: www.turkiye.gov.tr, url: "https://www.turkiye.gov.tr/hizmetler", cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4177 + - { id: gov-tr-egm, name: "Emniyet Genel Müdürlüğü", host: www.egm.gov.tr, cat: government, provider: egm, cc: TR, imp: 3, tier: 4, checks: [http] }
4178 + - { id: gov-tr-enabiz, name: "e-Nabız", host: enabiz.gov.tr, cat: government, provider: saglik-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4179 + - { id: gov-tr-evisa, name: "Türkiye e-Visa", host: www.evisa.gov.tr, cat: government, provider: mfa-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4180 + - { id: gov-tr-goc, name: "Göç İdaresi Başkanlığı", host: www.goc.gov.tr, cat: government, provider: goc, cc: TR, imp: 3, tier: 4, checks: [http] }
4181 + - { id: gov-tr-hmb, name: "Hazine ve Maliye Bakanlığı", host: www.hmb.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 4, tier: 3, checks: [http] }
4182 + - { id: gov-tr-icisleri, name: "İçişleri Bakanlığı", host: www.icisleri.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 4, tier: 3, checks: [http] }
4183 + - { id: gov-tr-iett, name: "İETT", host: iett.istanbul, cat: government, provider: istanbul, cc: TR, imp: 2, tier: 4, checks: [http] }
4184 + - { id: gov-tr-iskur, name: "İŞKUR", host: www.iskur.gov.tr, cat: government, provider: iskur, cc: TR, imp: 3, tier: 4, checks: [http] }
4185 + - { id: gov-tr-istanbul-airport, name: "İstanbul Havalimanı", host: www.istairport.com, cat: government, provider: iga, cc: TR, imp: 3, tier: 4, checks: [http] }
4186 + - { id: gov-tr-izmir, name: "İzmir Büyükşehir Belediyesi", host: www.izmir.bel.tr, cat: government, provider: izmir, cc: TR, imp: 2, tier: 4, checks: [http] }
4187 + - { id: gov-tr-jandarma, name: "Jandarma Genel Komutanlığı", host: www.jandarma.gov.tr, cat: government, provider: jandarma, cc: TR, imp: 2, tier: 4, checks: [http] }
4188 + - { id: gov-tr-kgm, name: "Karayolları Genel Müdürlüğü", host: www.kgm.gov.tr, cat: government, provider: kgm, cc: TR, imp: 2, tier: 4, checks: [http] }
4189 + - { id: gov-tr-kvkk, name: "KVKK", host: www.kvkk.gov.tr, cat: government, provider: kvkk, cc: TR, imp: 2, tier: 4, checks: [http] }
4190 + - { id: gov-tr-kyk, name: "GSB Yurtlar (KYK)", host: www.gsb.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 1, tier: 4, checks: [http] }
4191 + - { id: gov-tr-meb, name: "Millî Eğitim Bakanlığı", host: www.meb.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 4, tier: 3, checks: [http] }
4192 + - { id: gov-tr-metro-istanbul, name: "Metro İstanbul", host: www.metro.istanbul, cat: government, provider: istanbul, cc: TR, imp: 2, tier: 4, checks: [http] }
4193 + - { id: gov-tr-mevzuat, name: "Mevzuat Bilgi Sistemi", host: www.mevzuat.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4194 + - { id: gov-tr-mfa, name: "Dışişleri Bakanlığı", host: www.mfa.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 4, tier: 3, checks: [http] }
4195 + - { id: gov-tr-msb, name: "Millî Savunma Bakanlığı", host: www.msb.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4196 + - { id: gov-tr-osym, name: "ÖSYM", host: www.osym.gov.tr, cat: government, provider: osym, cc: TR, imp: 3, tier: 4, checks: [http] }
4197 + - { id: gov-tr-ptt, name: "PTT", host: www.ptt.gov.tr, cat: government, provider: ptt, cc: TR, imp: 4, tier: 3, checks: [http] }
4198 + - { id: gov-tr-resmigazete, name: "Resmî Gazete", host: www.resmigazete.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4199 + - { id: gov-tr-sgk, name: "SGK", host: www.sgk.gov.tr, cat: government, provider: sgk, cc: TR, imp: 4, tier: 3, checks: [http] }
4200 + - { id: gov-tr-shgm, name: "Sivil Havacılık Genel Müdürlüğü", host: web.shgm.gov.tr, cat: government, provider: shgm, cc: TR, imp: 2, tier: 4, checks: [http] }
4201 + - { id: gov-tr-spk, name: "SPK", host: www.spk.gov.tr, cat: government, provider: spk, cc: TR, imp: 3, tier: 4, checks: [http] }
4202 + - { id: gov-tr-tcdd, name: "TCDD", host: www.tcdd.gov.tr, cat: government, provider: tcdd, cc: TR, imp: 3, tier: 4, checks: [http] }
4203 + - { id: gov-tr-tcddtasimacilik, name: "TCDD Taşımacılık", host: www.tcddtasimacilik.gov.tr, cat: government, provider: tcdd, cc: TR, imp: 3, tier: 4, checks: [http] }
4204 + - { id: gov-tr-ticaret, name: "Ticaret Bakanlığı (Gümrük)", host: www.ticaret.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4205 + - { id: gov-tr-titck, name: "TİTCK", host: www.titck.gov.tr, cat: government, provider: titck, cc: TR, imp: 2, tier: 4, checks: [http] }
4206 + - { id: gov-tr-tubitak, name: "TÜBİTAK", host: www.tubitak.gov.tr, cat: government, provider: tubitak, cc: TR, imp: 2, tier: 4, checks: [http] }
4207 + - { id: gov-tr-tubitak-ulakbim, name: "ULAKBİM", host: ulakbim.tubitak.gov.tr, cat: government, provider: tubitak, cc: TR, imp: 1, tier: 4, checks: [http] }
4208 + - { id: gov-tr-tuik, name: "TÜİK", host: www.tuik.gov.tr, cat: government, provider: tuik, cc: TR, imp: 4, tier: 3, checks: [http] }
4209 + - { id: gov-tr-uab, name: "Ulaştırma ve Altyapı Bakanlığı", host: www.uab.gov.tr, cat: government, provider: gov-tr, cc: TR, imp: 3, tier: 4, checks: [http] }
4210 + - { id: gov-tr-usom, name: "USOM", host: www.usom.gov.tr, cat: government, provider: usom, cc: TR, imp: 2, tier: 4, checks: [http] }
4211 + - { id: gov-tr-yargitay, name: "Yargıtay", host: www.yargitay.gov.tr, cat: government, provider: yargitay, cc: TR, imp: 3, tier: 4, checks: [http] }
4212 + - { id: gov-tr-yok, name: "YÖK", host: www.yok.gov.tr, cat: government, provider: yok, cc: TR, imp: 2, tier: 4, checks: [http] }
4213 + - { id: gov-tr-ysk, name: "Yüksek Seçim Kurulu", host: www.ysk.gov.tr, cat: government, provider: ysk, cc: TR, imp: 3, tier: 4, checks: [http] }
4214 + # ───────── TT
4215 + - { id: gov-tt-central-bank, name: "Central Bank of Trinidad and Tobago", host: www.central-bank.org.tt, cat: government, provider: cbtt, cc: TT, imp: 2, tier: 4, checks: [http] }
4216 + - { id: gov-tt-cso, name: "Central Statistical Office", host: cso.gov.tt, cat: government, provider: cso-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4217 + - { id: gov-tt-ebc, name: "Elections and Boundaries Commission", host: www.ebctt.com, cat: government, provider: ebc-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4218 + - { id: gov-tt-finance, name: "Ministry of Finance", host: www.finance.gov.tt, cat: government, provider: gov-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4219 + - { id: gov-tt-foreign, name: "Ministry of Foreign and CARICOM Affairs", host: foreign.gov.tt, cat: government, provider: gov-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4220 + - { id: gov-tt-health, name: "Ministry of Health", host: health.gov.tt, cat: government, provider: gov-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
4221 + - { id: gov-tt-immigration, name: "Immigration Division", host: www.immigration.gov.tt, url: "http://www.immigration.gov.tt/", cat: government, provider: immigration-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4222 + - { id: gov-tt-ird, name: "Inland Revenue Division", host: www.ird.gov.tt, cat: government, provider: ird-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4223 + - { id: gov-tt-metoffice, name: "Trinidad and Tobago Meteorological Service", host: www.metoffice.gov.tt, cat: government, provider: met-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
4224 + - { id: gov-tt-nalis, name: "NALIS", host: www.nalis.gov.tt, cat: government, provider: nalis, cc: TT, imp: 1, tier: 4, checks: [http] }
4225 + - { id: gov-tt-nibtt, name: "National Insurance Board", host: www.nibtt.net, cat: government, provider: nibtt, cc: TT, imp: 1, tier: 4, checks: [http] }
4226 + - { id: gov-tt-odpm, name: "ODPM", host: odpm.gov.tt, cat: government, provider: odpm, cc: TT, imp: 1, tier: 4, checks: [http] }
4227 + - { id: gov-tt-opm, name: "Office of the Prime Minister", host: www.opm.gov.tt, cat: government, provider: gov-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4228 + - { id: gov-tt-ttconnect, name: "ttconnect", host: www.ttconnect.gov.tt, cat: government, provider: gov-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
4229 + - { id: gov-tt-ttlawcourts, name: "Judiciary of Trinidad and Tobago", host: www.ttlawcourts.org, cat: government, provider: judiciary-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4230 + - { id: gov-tt-ttparliament, name: "Parliament of Trinidad and Tobago", host: www.ttparliament.org, cat: government, provider: parliament-tt, cc: TT, imp: 1, tier: 4, checks: [http] }
4231 + - { id: gov-tt-ttpost, name: "TTPost", host: www.ttpost.net, cat: government, provider: ttpost, cc: TT, imp: 1, tier: 4, checks: [http] }
4232 + - { id: gov-tt-ttps, name: "Trinidad and Tobago Police Service", host: www.ttps.gov.tt, cat: government, provider: ttps, cc: TT, imp: 1, tier: 4, checks: [http] }
4233 + # ───────── TV
4234 + - { id: gov-tv-gov, name: "Government of Tuvalu", host: www.tuvalu.tv, cat: government, provider: gov-tv, cc: TV, imp: 1, tier: 4, checks: [http] }
4235 + # ───────── TW
4236 + - { id: gov-tw-archives, name: "National Archives Administration", host: www.archives.gov.tw, cat: government, provider: archives-tw, cc: TW, imp: 1, tier: 4, checks: [http] }
4237 + - { id: gov-tw-bli, name: "Bureau of Labor Insurance", host: www.bli.gov.tw, cat: government, provider: bli, cc: TW, imp: 2, tier: 4, checks: [http] }
4238 + - { id: gov-tw-boca, name: "Bureau of Consular Affairs", host: www.boca.gov.tw, cat: government, provider: boca, cc: TW, imp: 3, tier: 4, checks: [http] }
4239 + - { id: gov-tw-caa, name: "Civil Aeronautics Administration", host: www.caa.gov.tw, cat: government, provider: caa-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4240 + - { id: gov-tw-cdc, name: "Taiwan CDC", host: www.cdc.gov.tw, cat: government, provider: cdc-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4241 + - { id: gov-tw-cec, name: "Central Election Commission", host: www.cec.gov.tw, cat: government, provider: cec-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4242 + - { id: gov-tw-customs, name: "Customs Administration", host: web.customs.gov.tw, cat: government, provider: customs-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4243 + - { id: gov-tw-data, name: "data.gov.tw", host: data.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4244 + - { id: gov-tw-dgbas, name: "DGBAS", host: www.dgbas.gov.tw, cat: government, provider: dgbas, cc: TW, imp: 2, tier: 4, checks: [http] }
4245 + - { id: gov-tw-ey, name: "Executive Yuan", host: www.ey.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 4, tier: 3, checks: [http] }
4246 + - { id: gov-tw-fda, name: "Taiwan FDA", host: www.fda.gov.tw, cat: government, provider: fda-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4247 + - { id: gov-tw-freeway, name: "Freeway Bureau", host: www.freeway.gov.tw, cat: government, provider: freeway, cc: TW, imp: 2, tier: 4, checks: [http] }
4248 + - { id: gov-tw-fsc, name: "Financial Supervisory Commission", host: www.fsc.gov.tw, cat: government, provider: fsc-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4249 + - { id: gov-tw-immigration, name: "National Immigration Agency", host: www.immigration.gov.tw, cat: government, provider: nia-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4250 + - { id: gov-tw-judicial, name: "Judicial Yuan", host: www.judicial.gov.tw, cat: government, provider: judicial-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4251 + - { id: gov-tw-kaohsiung, name: "Kaohsiung City Government", host: www.kcg.gov.tw, cat: government, provider: kaohsiung, cc: TW, imp: 2, tier: 4, checks: [http] }
4252 + - { id: gov-tw-law, name: "Laws & Regulations Database", host: law.moj.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4253 + - { id: gov-tw-ly, name: "Legislative Yuan", host: www.ly.gov.tw, cat: government, provider: ly, cc: TW, imp: 3, tier: 4, checks: [http] }
4254 + - { id: gov-tw-metro-taipei, name: "Taipei Metro", host: www.metro.taipei, cat: government, provider: trtc, cc: TW, imp: 3, tier: 4, checks: [http] }
4255 + - { id: gov-tw-mnd, name: "Ministry of National Defense", host: www.mnd.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4256 + - { id: gov-tw-moda, name: "Ministry of Digital Affairs", host: moda.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4257 + - { id: gov-tw-moe, name: "Ministry of Education", host: www.edu.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4258 + - { id: gov-tw-mof, name: "Ministry of Finance", host: www.mof.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4259 + - { id: gov-tw-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 4, tier: 3, checks: [http] }
4260 + - { id: gov-tw-moi, name: "Ministry of the Interior", host: www.moi.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4261 + - { id: gov-tw-moj, name: "Ministry of Justice", host: www.moj.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4262 + - { id: gov-tw-mol, name: "Ministry of Labor", host: www.mol.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4263 + - { id: gov-tw-motc, name: "Ministry of Transportation and Communications", host: www.motc.gov.tw, cat: government, provider: gov-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4264 + - { id: gov-tw-ncc, name: "National Communications Commission", host: www.ncc.gov.tw, cat: government, provider: ncc-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4265 + - { id: gov-tw-ncl, name: "National Central Library", host: www.ncl.edu.tw, cat: government, provider: ncl, cc: TW, imp: 2, tier: 4, checks: [http] }
4266 + - { id: gov-tw-nfa, name: "National Fire Agency", host: www.nfa.gov.tw, cat: government, provider: nfa-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
4267 + - { id: gov-tw-nhi, name: "National Health Insurance Administration", host: www.nhi.gov.tw, cat: government, provider: nhi-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4268 + - { id: gov-tw-npa, name: "National Police Agency", host: www.npa.gov.tw, cat: government, provider: npa-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4269 + - { id: gov-tw-ntpc, name: "New Taipei City Government", host: www.ntpc.gov.tw, cat: government, provider: ntpc, cc: TW, imp: 2, tier: 4, checks: [http] }
4270 + - { id: gov-tw-post, name: "Chunghwa Post", host: www.post.gov.tw, cat: government, provider: chunghwa-post, cc: TW, imp: 3, tier: 4, checks: [http] }
4271 + - { id: gov-tw-stat, name: "National Statistics", host: www.stat.gov.tw, cat: government, provider: stat-tw, cc: TW, imp: 3, tier: 4, checks: [http] }
4272 + - { id: gov-tw-taichung, name: "Taichung City Government", host: www.taichung.gov.tw, cat: government, provider: taichung, cc: TW, imp: 2, tier: 4, checks: [http] }
4273 + - { id: gov-tw-tainan, name: "Tainan City Government", host: www.tainan.gov.tw, cat: government, provider: tainan, cc: TW, imp: 1, tier: 4, checks: [http] }
4274 + - { id: gov-tw-taipei, name: "Taipei City Government", host: www.gov.taipei, cat: government, provider: taipei, cc: TW, imp: 3, tier: 4, checks: [http] }
4275 + - { id: gov-tw-taoyuan, name: "Taoyuan City Government", host: www.tycg.gov.tw, cat: government, provider: taoyuan, cc: TW, imp: 1, tier: 4, checks: [http] }
4276 + - { id: gov-tw-tra, name: "Taiwan Railway", host: www.railway.gov.tw, cat: government, provider: tra, cc: TW, imp: 3, tier: 4, checks: [http] }
4277 + # ───────── TZ
4278 + - { id: gov-tz-bot, name: "Bank of Tanzania", host: www.bot.go.tz, cat: government, provider: bot-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4279 + - { id: gov-tz-brela, name: "BRELA", host: www.brela.go.tz, cat: government, provider: brela, cc: TZ, imp: 1, tier: 4, checks: [http] }
4280 + - { id: gov-tz-daressalaam, name: "Dar es Salaam City Council", host: www.dcc.go.tz, cat: government, provider: dar, cc: TZ, imp: 1, tier: 4, checks: [http] }
4281 + - { id: gov-tz-dodoma, name: "Dodoma City Council", host: www.dodomacc.go.tz, cat: government, provider: dodoma, cc: TZ, imp: 1, tier: 4, checks: [http] }
4282 + - { id: gov-tz-ega, name: "e-Government Authority", host: www.ega.go.tz, cat: government, provider: ega-tz, cc: TZ, imp: 1, tier: 4, checks: [http] }
4283 + - { id: gov-tz-evisa, name: "Tanzania eVisa", host: visa.immigration.go.tz, cat: government, provider: immigration-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4284 + - { id: gov-tz-foreign, name: "Ministry of Foreign Affairs", host: www.foreign.go.tz, url: "http://www.foreign.go.tz/", cat: government, provider: gov-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4285 + - { id: gov-tz-ikulu, name: "Ikulu (State House)", host: www.ikulu.go.tz, cat: government, provider: gov-tz, cc: TZ, imp: 3, tier: 4, checks: [http] }
4286 + - { id: gov-tz-immigration, name: "Immigration Department", host: www.immigration.go.tz, cat: government, provider: immigration-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4287 + - { id: gov-tz-judiciary, name: "Judiciary of Tanzania", host: www.judiciary.go.tz, cat: government, provider: judiciary-tz, cc: TZ, imp: 1, tier: 4, checks: [http] }
4288 + - { id: gov-tz-meteo, name: "Tanzania Meteorological Authority", host: www.meteo.go.tz, cat: government, provider: tma, cc: TZ, imp: 2, tier: 4, checks: [http] }
4289 + - { id: gov-tz-moe, name: "Ministry of Education", host: www.moe.go.tz, cat: government, provider: gov-tz, cc: TZ, imp: 1, tier: 4, checks: [http] }
4290 + - { id: gov-tz-mof, name: "Ministry of Finance", host: www.mof.go.tz, cat: government, provider: gov-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4291 + - { id: gov-tz-moh, name: "Ministry of Health", host: www.moh.go.tz, url: "http://www.moh.go.tz/", cat: government, provider: gov-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4292 + - { id: gov-tz-moha, name: "Ministry of Home Affairs", host: www.moha.go.tz, cat: government, provider: gov-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4293 + - { id: gov-tz-nbs, name: "National Bureau of Statistics", host: www.nbs.go.tz, cat: government, provider: nbs-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4294 + - { id: gov-tz-nec, name: "National Electoral Commission", host: www.nec.go.tz, cat: government, provider: nec-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4295 + - { id: gov-tz-nhif, name: "NHIF", host: www.nhif.or.tz, cat: government, provider: nhif-tz, cc: TZ, imp: 1, tier: 4, checks: [http] }
4296 + - { id: gov-tz-nida, name: "NIDA", host: www.nida.go.tz, cat: government, provider: nida, cc: TZ, imp: 1, tier: 4, checks: [http] }
4297 + - { id: gov-tz-parliament, name: "Parliament of Tanzania", host: www.parliament.go.tz, cat: government, provider: parliament-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4298 + - { id: gov-tz-posta, name: "Tanzania Posts", host: www.posta.co.tz, cat: government, provider: posta-tz, cc: TZ, imp: 1, tier: 4, checks: [http] }
4299 + - { id: gov-tz-tanroads, name: "TANROADS", host: www.tanroads.go.tz, cat: government, provider: tanroads, cc: TZ, imp: 1, tier: 4, checks: [http] }
4300 + - { id: gov-tz-tanzania-gov, name: "Tanzania Government Portal", host: www.tanzania.go.tz, cat: government, provider: gov-tz, cc: TZ, imp: 2, tier: 4, checks: [http] }
4301 + - { id: gov-tz-tcaa, name: "TCAA", host: www.tcaa.go.tz, cat: government, provider: tcaa, cc: TZ, imp: 1, tier: 4, checks: [http] }
4302 + - { id: gov-tz-tcra, name: "TCRA", host: www.tcra.go.tz, cat: government, provider: tcra, cc: TZ, imp: 2, tier: 4, checks: [http] }
4303 + - { id: gov-tz-tmda, name: "TMDA", host: www.tmda.go.tz, cat: government, provider: tmda, cc: TZ, imp: 1, tier: 4, checks: [http] }
4304 + - { id: gov-tz-tra, name: "Tanzania Revenue Authority", host: www.tra.go.tz, cat: government, provider: tra-tz, cc: TZ, imp: 3, tier: 4, checks: [http] }
4305 + - { id: gov-tz-trc, name: "Tanzania Railways Corporation", host: www.trc.co.tz, cat: government, provider: trc-tz, cc: TZ, imp: 1, tier: 4, checks: [http] }
4306 + # ───────── UA
4307 + - { id: gov-ua-ccu, name: "Конституційний Суд", host: ccu.gov.ua, cat: government, provider: ccu, cc: UA, imp: 2, tier: 4, checks: [http] }
4308 + - { id: gov-ua-cert-ua, name: "CERT-UA", host: cert.gov.ua, cat: government, provider: cip, cc: UA, imp: 2, tier: 4, checks: [http] }
4309 + - { id: gov-ua-cip, name: "Держспецзв'язку", host: cip.gov.ua, cat: government, provider: cip, cc: UA, imp: 2, tier: 4, checks: [http] }
4310 + - { id: gov-ua-customs, name: "Держмитслужба", host: customs.gov.ua, cat: government, provider: customs-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
4311 + - { id: gov-ua-cvk, name: "Центральна виборча комісія", host: www.cvk.gov.ua, cat: government, provider: cvk, cc: UA, imp: 3, tier: 4, checks: [http] }
4312 + - { id: gov-ua-data-gov, name: "data.gov.ua", host: data.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
4313 + - { id: gov-ua-dmsu, name: "Державна міграційна служба", host: dmsu.gov.ua, cat: government, provider: dmsu, cc: UA, imp: 3, tier: 4, checks: [http] }
4314 + - { id: gov-ua-dsns, name: "ДСНС", host: dsns.gov.ua, cat: government, provider: dsns, cc: UA, imp: 3, tier: 4, checks: [http] }
4315 + - { id: gov-ua-guide-diia, name: "Дія.Гід", host: guide.diia.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
4316 + - { id: gov-ua-kyivcity, name: "Київська міська рада", host: kyivcity.gov.ua, cat: government, provider: kyiv, cc: UA, imp: 2, tier: 4, checks: [http] }
4317 + - { id: gov-ua-lviv, name: "Львівська міська рада", host: city-adm.lviv.ua, cat: government, provider: lviv, cc: UA, imp: 1, tier: 4, checks: [http] }
4318 + - { id: gov-ua-meteo, name: "Укргідрометцентр", host: meteo.gov.ua, cat: government, provider: ukrhmc, cc: UA, imp: 2, tier: 4, checks: [http] }
4319 + - { id: gov-ua-mfa, name: "МЗС України", host: mfa.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
4320 + - { id: gov-ua-minjust, name: "Мін'юст", host: minjust.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
4321 + - { id: gov-ua-mof, name: "Міністерство фінансів", host: mof.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
4322 + - { id: gov-ua-moh, name: "Міністерство охорони здоров'я", host: moz.gov.ua, url: "https://moz.gov.ua/", cat: government, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
4323 + - { id: gov-ua-mon, name: "МОН України", host: mon.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
4324 + - { id: gov-ua-mvs, name: "МВС України", host: mvs.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
4325 + - { id: gov-ua-nbuv, name: "Національна бібліотека ім. Вернадського", host: www.nbuv.gov.ua, cat: government, provider: nbuv, cc: UA, imp: 1, tier: 4, checks: [http] }
4326 + - { id: gov-ua-npu, name: "Національна поліція", host: www.npu.gov.ua, cat: government, provider: npu, cc: UA, imp: 3, tier: 4, checks: [http] }
4327 + - { id: gov-ua-pfu, name: "Пенсійний фонд", host: www.pfu.gov.ua, cat: government, provider: pfu, cc: UA, imp: 3, tier: 4, checks: [http] }
4328 + - { id: gov-ua-phc, name: "Центр громадського здоров'я", host: phc.org.ua, cat: government, provider: phc, cc: UA, imp: 2, tier: 4, checks: [http] }
4329 + - { id: gov-ua-supreme, name: "Верховний Суд", host: supreme.court.gov.ua, cat: government, provider: court-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
4330 + - { id: gov-ua-thedigital, name: "Мінцифри", host: thedigital.gov.ua, cat: government, provider: gov-ua, cc: UA, imp: 3, tier: 4, checks: [http] }
4331 + - { id: gov-ua-ukrposhta, name: "Укрпошта", host: www.ukrposhta.ua, cat: government, provider: ukrposhta, cc: UA, imp: 3, tier: 4, checks: [http] }
4332 + - { id: gov-ua-ukrstat, name: "Держстат", host: www.ukrstat.gov.ua, url: "http://www.ukrstat.gov.ua/", cat: government, provider: ukrstat, cc: UA, imp: 3, tier: 4, checks: [http] }
4333 + - { id: gov-ua-zakon, name: "Законодавство України", host: zakon.rada.gov.ua, cat: government, provider: rada, cc: UA, imp: 3, tier: 4, checks: [http] }
4334 + # ───────── UG
4335 + - { id: gov-ug-bou, name: "Bank of Uganda", host: www.bou.or.ug, cat: government, provider: bou, cc: UG, imp: 2, tier: 4, checks: [http] }
4336 + - { id: gov-ug-ec, name: "Electoral Commission", host: www.ec.or.ug, cat: government, provider: ec-ug, cc: UG, imp: 2, tier: 4, checks: [http] }
4337 + - { id: gov-ug-education, name: "Ministry of Education", host: www.education.go.ug, cat: government, provider: gov-ug, cc: UG, imp: 1, tier: 4, checks: [http] }
4338 + - { id: gov-ug-ict, name: "Ministry of ICT", host: ict.go.ug, cat: government, provider: gov-ug, cc: UG, imp: 1, tier: 4, checks: [http] }
4339 + - { id: gov-ug-judiciary, name: "Judiciary of Uganda", host: judiciary.go.ug, cat: government, provider: judiciary-ug, cc: UG, imp: 1, tier: 4, checks: [http] }
4340 + - { id: gov-ug-kcca, name: "Kampala Capital City Authority", host: www.kcca.go.ug, cat: government, provider: kampala, cc: UG, imp: 2, tier: 4, checks: [http] }
4341 + - { id: gov-ug-mia, name: "Ministry of Internal Affairs", host: www.mia.go.ug, cat: government, provider: gov-ug, cc: UG, imp: 1, tier: 4, checks: [http] }
4342 + - { id: gov-ug-mofa, name: "Ministry of Foreign Affairs", host: www.mofa.go.ug, cat: government, provider: gov-ug, cc: UG, imp: 2, tier: 4, checks: [http] }
4343 + - { id: gov-ug-nira, name: "NIRA", host: www.nira.go.ug, cat: government, provider: nira, cc: UG, imp: 1, tier: 4, checks: [http] }
4344 + - { id: gov-ug-nssf, name: "NSSF Uganda", host: www.nssfug.org, cat: government, provider: nssf-ug, cc: UG, imp: 2, tier: 4, checks: [http] }
4345 + - { id: gov-ug-parliament, name: "Parliament of Uganda", host: www.parliament.go.ug, cat: government, provider: parliament-ug, cc: UG, imp: 2, tier: 4, checks: [http] }
4346 + - { id: gov-ug-posta, name: "Posta Uganda", host: www.ugapost.co.ug, cat: government, provider: posta-ug, cc: UG, imp: 1, tier: 4, checks: [http] }
4347 + - { id: gov-ug-ubos, name: "Uganda Bureau of Statistics", host: www.ubos.org, cat: government, provider: ubos, cc: UG, imp: 2, tier: 4, checks: [http] }
4348 + - { id: gov-ug-ucaa, name: "Uganda Civil Aviation Authority", host: caa.go.ug, cat: government, provider: ucaa, cc: UG, imp: 1, tier: 4, checks: [http] }
4349 + - { id: gov-ug-ucc, name: "Uganda Communications Commission", host: www.ucc.co.ug, cat: government, provider: ucc, cc: UG, imp: 2, tier: 4, checks: [http] }
4350 + - { id: gov-ug-unma, name: "Uganda National Meteorological Authority", host: www.unma.go.ug, cat: government, provider: unma, cc: UG, imp: 1, tier: 4, checks: [http] }
4351 + - { id: gov-ug-upf, name: "Uganda Police Force", host: www.upf.go.ug, cat: government, provider: upf, cc: UG, imp: 2, tier: 4, checks: [http] }
4352 + - { id: gov-ug-ura, name: "Uganda Revenue Authority", host: www.ura.go.ug, cat: government, provider: ura, cc: UG, imp: 3, tier: 4, checks: [http] }
4353 + - { id: gov-ug-ursb, name: "URSB", host: ursb.go.ug, cat: government, provider: ursb, cc: UG, imp: 1, tier: 4, checks: [http] }
4354 + - { id: gov-ug-visas, name: "Uganda e-Visa", host: visas.immigration.go.ug, cat: government, provider: immigration-ug, cc: UG, imp: 2, tier: 4, checks: [http] }
4355 + # ───────── US
4356 + - { id: gov-us-acf, name: "ACF", host: www.acf.hhs.gov, cat: government, provider: hhs, cc: US, imp: 1, tier: 4, checks: [http] }
4357 + - { id: gov-us-af, name: "U.S. Air Force", host: www.af.mil, cat: government, provider: dod, cc: US, imp: 3, tier: 4, checks: [http] }
4358 + - { id: gov-us-airnow, name: "AirNow", host: www.airnow.gov, cat: government, provider: epa, cc: US, imp: 3, tier: 4, checks: [http] }
4359 + - { id: gov-us-ak-akleg, name: "Alaska State Legislature", host: akleg.gov, cat: government, provider: gov-us-ak, cc: US, imp: 1, tier: 4, checks: [http] }
4360 + - { id: gov-us-ak-anchorage, name: "Municipality of Anchorage", host: www.muni.org, cat: government, provider: anchorage, cc: US, imp: 1, tier: 4, checks: [http] }
4361 + - { id: gov-us-ak-dhss, name: "Alaska Department of Health", host: health.alaska.gov, cat: government, provider: gov-us-ak, cc: US, imp: 1, tier: 4, checks: [http] }
4362 + - { id: gov-us-ak-dmv, name: "Alaska DMV", host: doa.alaska.gov, url: "https://doa.alaska.gov/dmv/", cat: government, provider: gov-us-ak, cc: US, imp: 2, tier: 4, checks: [http] }
4363 + - { id: gov-us-ak-portal, name: "State of Alaska", host: alaska.gov, cat: government, provider: gov-us-ak, cc: US, imp: 2, tier: 4, checks: [http] }
4364 + - { id: gov-us-ak-revenue, name: "Alaska Department of Revenue", host: tax.alaska.gov, cat: government, provider: gov-us-ak, cc: US, imp: 2, tier: 4, checks: [http] }
4365 + - { id: gov-us-al-adph, name: "Alabama Department of Public Health", host: www.alabamapublichealth.gov, cat: government, provider: gov-us-al, cc: US, imp: 1, tier: 4, checks: [http] }
4366 + - { id: gov-us-al-birmingham, name: "City of Birmingham", host: www.birminghamal.gov, cat: government, provider: birmingham-al, cc: US, imp: 1, tier: 4, checks: [http] }
4367 + - { id: gov-us-al-dmv, name: "Alabama DMV", host: www.alea.gov, cat: government, provider: gov-us-al, cc: US, imp: 2, tier: 4, checks: [http] }
4368 + - { id: gov-us-al-labor, name: "Alabama Department of Labor", host: labor.alabama.gov, cat: government, provider: gov-us-al, cc: US, imp: 1, tier: 4, checks: [http] }
4369 + - { id: gov-us-al-legislature, name: "Alabama Legislature", host: alison.legislature.state.al.us, cat: government, provider: gov-us-al, cc: US, imp: 1, tier: 4, checks: [http] }
4370 + - { id: gov-us-al-portal, name: "State of Alabama", host: www.alabama.gov, cat: government, provider: gov-us-al, cc: US, imp: 2, tier: 4, checks: [http] }
4371 + - { id: gov-us-amtrak, name: "Amtrak", host: www.amtrak.com, cat: government, provider: amtrak, cc: US, imp: 3, tier: 4, checks: [http] }
4372 + - { id: gov-us-ar-adh, name: "Arkansas Department of Health", host: healthy.arkansas.gov, cat: government, provider: gov-us-ar, cc: US, imp: 1, tier: 4, checks: [http] }
4373 + - { id: gov-us-ar-arleg, name: "Arkansas General Assembly", host: www.arkleg.state.ar.us, cat: government, provider: gov-us-ar, cc: US, imp: 1, tier: 4, checks: [http] }
4374 + - { id: gov-us-ar-dmv, name: "Arkansas DMV", host: mydmv.arkansas.gov, cat: government, provider: gov-us-ar, cc: US, imp: 2, tier: 4, checks: [http] }
4375 + - { id: gov-us-ar-littlerock, name: "City of Little Rock", host: www.littlerock.gov, cat: government, provider: little-rock, cc: US, imp: 1, tier: 4, checks: [http] }
4376 + - { id: gov-us-ar-portal, name: "State of Arkansas", host: portal.arkansas.gov, cat: government, provider: gov-us-ar, cc: US, imp: 2, tier: 4, checks: [http] }
4377 + - { id: gov-us-ar-revenue, name: "Arkansas Department of Revenue", host: www.dfa.arkansas.gov, cat: government, provider: gov-us-ar, cc: US, imp: 2, tier: 4, checks: [http] }
4378 + - { id: gov-us-archives, name: "National Archives", host: www.archives.gov, cat: government, provider: nara, cc: US, imp: 3, tier: 4, checks: [http] }
4379 + - { id: gov-us-army, name: "U.S. Army", host: www.army.mil, cat: government, provider: dod, cc: US, imp: 3, tier: 4, checks: [http] }
4380 + - { id: gov-us-atf, name: "ATF", host: www.atf.gov, cat: government, provider: atf, cc: US, imp: 2, tier: 4, checks: [http] }
4381 + - { id: gov-us-az-az511, name: "AZ511", host: az511.gov, cat: government, provider: gov-us-az, cc: US, imp: 1, tier: 4, checks: [http] }
4382 + - { id: gov-us-az-azcourts, name: "Arizona Judicial Branch", host: www.azcourts.gov, cat: government, provider: gov-us-az, cc: US, imp: 1, tier: 4, checks: [http] }
4383 + - { id: gov-us-az-azdhs, name: "Arizona Department of Health Services", host: www.azdhs.gov, cat: government, provider: gov-us-az, cc: US, imp: 2, tier: 4, checks: [http] }
4384 + - { id: gov-us-az-azleg, name: "Arizona State Legislature", host: www.azleg.gov, cat: government, provider: gov-us-az, cc: US, imp: 1, tier: 4, checks: [http] }
4385 + - { id: gov-us-az-des, name: "Arizona DES", host: des.az.gov, cat: government, provider: gov-us-az, cc: US, imp: 2, tier: 4, checks: [http] }
4386 + - { id: gov-us-az-dmv, name: "Arizona DMV", host: azdot.gov, url: "https://azdot.gov/mvd", cat: government, provider: gov-us-az, cc: US, imp: 2, tier: 4, checks: [http] }
4387 + - { id: gov-us-az-phoenix, name: "City of Phoenix", host: www.phoenix.gov, cat: government, provider: phoenix, cc: US, imp: 2, tier: 4, checks: [http] }
4388 + - { id: gov-us-az-portal, name: "State of Arizona", host: az.gov, cat: government, provider: gov-us-az, cc: US, imp: 3, tier: 4, checks: [http] }
4389 + - { id: gov-us-az-revenue, name: "Arizona Department of Revenue", host: azdor.gov, cat: government, provider: gov-us-az, cc: US, imp: 2, tier: 4, checks: [http] }
4390 + - { id: gov-us-az-tucson, name: "City of Tucson", host: www.tucsonaz.gov, cat: government, provider: tucson, cc: US, imp: 1, tier: 4, checks: [http] }
4391 + - { id: gov-us-bea, name: "Bureau of Economic Analysis", host: www.bea.gov, cat: government, provider: bea, cc: US, imp: 3, tier: 4, checks: [http] }
4392 + - { id: gov-us-benefits, name: "Benefits.gov", host: www.benefits.gov, cat: government, provider: dol, cc: US, imp: 2, tier: 4, checks: [http] }
4393 + - { id: gov-us-bia, name: "Bureau of Indian Affairs", host: www.bia.gov, cat: government, provider: doi, cc: US, imp: 1, tier: 4, checks: [http] }
4394 + - { id: gov-us-blm, name: "Bureau of Land Management", host: www.blm.gov, cat: government, provider: doi, cc: US, imp: 1, tier: 4, checks: [http] }
4395 + - { id: gov-us-bop, name: "Federal Bureau of Prisons", host: www.bop.gov, cat: government, provider: bop, cc: US, imp: 2, tier: 4, checks: [http] }
4396 + - { id: gov-us-bts, name: "Bureau of Transportation Statistics", host: www.bts.gov, cat: government, provider: dot, cc: US, imp: 1, tier: 4, checks: [http] }
4397 + - { id: gov-us-ca-bart, name: "BART", host: www.bart.gov, cat: government, provider: bart, cc: US, imp: 2, tier: 4, checks: [http] }
4398 + - { id: gov-us-ca-calfire, name: "CAL FIRE", host: www.fire.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 3, tier: 4, checks: [http] }
4399 + - { id: gov-us-ca-caloes, name: "Cal OES", host: www.caloes.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4400 + - { id: gov-us-ca-calstate, name: "California State University", host: www.calstate.edu, cat: government, provider: calstate, cc: US, imp: 2, tier: 4, checks: [http] }
4401 + - { id: gov-us-ca-caltrans, name: "Caltrans QuickMap", host: quickmap.dot.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4402 + - { id: gov-us-ca-cdph, name: "California Department of Public Health", host: www.cdph.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4403 + - { id: gov-us-ca-courts, name: "California Courts", host: www.courts.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4404 + - { id: gov-us-ca-coveredca, name: "Covered California", host: www.coveredca.com, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4405 + - { id: gov-us-ca-cpuc, name: "CPUC", host: www.cpuc.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 1, tier: 4, checks: [http] }
4406 + - { id: gov-us-ca-dmv, name: "California DMV", host: www.dmv.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4407 + - { id: gov-us-ca-edd, name: "California EDD", host: edd.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 3, tier: 4, checks: [http] }
4408 + - { id: gov-us-ca-fresno, name: "City of Fresno", host: www.fresno.gov, cat: government, provider: fresno, cc: US, imp: 1, tier: 4, checks: [http] }
4409 + - { id: gov-us-ca-lacounty, name: "Los Angeles County", host: lacounty.gov, cat: government, provider: la-county, cc: US, imp: 2, tier: 4, checks: [http] }
4410 + - { id: gov-us-ca-lametro, name: "LA Metro", host: www.metro.net, cat: government, provider: la-metro, cc: US, imp: 2, tier: 4, checks: [http] }
4411 + - { id: gov-us-ca-lax, name: "Los Angeles World Airports", host: www.flylax.com, cat: government, provider: lawa, cc: US, imp: 2, tier: 4, checks: [http] }
4412 + - { id: gov-us-ca-legislature, name: "California Legislative Information", host: leginfo.legislature.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4413 + - { id: gov-us-ca-losangeles, name: "City of Los Angeles", host: lacity.gov, cat: government, provider: los-angeles, cc: US, imp: 3, tier: 4, checks: [http] }
4414 + - { id: gov-us-ca-oakland, name: "City of Oakland", host: www.oaklandca.gov, cat: government, provider: oakland, cc: US, imp: 1, tier: 4, checks: [http] }
4415 + - { id: gov-us-ca-revenue, name: "California Department of Revenue", host: www.ftb.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4416 + - { id: gov-us-ca-sacramento, name: "City of Sacramento", host: www.cityofsacramento.gov, cat: government, provider: sacramento, cc: US, imp: 1, tier: 4, checks: [http] }
4417 + - { id: gov-us-ca-sandiego, name: "City of San Diego", host: www.sandiego.gov, cat: government, provider: san-diego, cc: US, imp: 2, tier: 4, checks: [http] }
4418 + - { id: gov-us-ca-sanjose, name: "City of San José", host: www.sanjoseca.gov, cat: government, provider: san-jose, cc: US, imp: 2, tier: 4, checks: [http] }
4419 + - { id: gov-us-ca-sf, name: "City and County of San Francisco", host: www.sf.gov, cat: government, provider: san-francisco, cc: US, imp: 3, tier: 4, checks: [http] }
4420 + - { id: gov-us-ca-sfmta, name: "SFMTA", host: www.sfmta.com, cat: government, provider: sfmta, cc: US, imp: 1, tier: 4, checks: [http] }
4421 + - { id: gov-us-ca-sfo, name: "San Francisco International Airport", host: www.flysfo.com, cat: government, provider: sfo, cc: US, imp: 2, tier: 4, checks: [http] }
4422 + - { id: gov-us-ca-sos, name: "California Secretary of State", host: www.sos.ca.gov, cat: government, provider: gov-us-ca, cc: US, imp: 2, tier: 4, checks: [http] }
4423 + - { id: gov-us-ca-uc, name: "University of California", host: www.universityofcalifornia.edu, cat: government, provider: uc, cc: US, imp: 2, tier: 4, checks: [http] }
4424 + - { id: gov-us-cbo, name: "Congressional Budget Office", host: www.cbo.gov, cat: government, provider: cbo, cc: US, imp: 3, tier: 4, checks: [http] }
4425 + - { id: gov-us-cbp, name: "Customs and Border Protection", host: www.cbp.gov, cat: government, provider: cbp, cc: US, imp: 4, tier: 3, checks: [http] }
4426 + - { id: gov-us-cdc-data, name: "CDC Data", host: data.cdc.gov, cat: government, provider: cdc, cc: US, imp: 2, tier: 4, checks: [http] }
4427 + - { id: gov-us-cfpb, name: "CFPB", host: www.consumerfinance.gov, cat: government, provider: cfpb, cc: US, imp: 3, tier: 4, checks: [http] }
4428 + - { id: gov-us-cftc, name: "CFTC", host: www.cftc.gov, cat: government, provider: cftc, cc: US, imp: 2, tier: 4, checks: [http] }
4429 + - { id: gov-us-cia, name: "CIA", host: www.cia.gov, cat: government, provider: cia, cc: US, imp: 3, tier: 4, checks: [http] }
4430 + - { id: gov-us-climate, name: "Climate.gov", host: www.climate.gov, cat: government, provider: noaa, cc: US, imp: 1, tier: 4, checks: [http] }
4431 + - { id: gov-us-clinicaltrials, name: "ClinicalTrials.gov", host: clinicaltrials.gov, cat: government, provider: nih, cc: US, imp: 3, tier: 4, checks: [http] }
4432 + - { id: gov-us-cms, name: "CMS", host: www.cms.gov, cat: government, provider: cms, cc: US, imp: 3, tier: 4, checks: [http] }
4433 + - { id: gov-us-co-cdle, name: "Colorado CDLE", host: cdle.colorado.gov, cat: government, provider: gov-us-co, cc: US, imp: 2, tier: 4, checks: [http] }
4434 + - { id: gov-us-co-cdphe, name: "Colorado CDPHE", host: cdphe.colorado.gov, cat: government, provider: gov-us-co, cc: US, imp: 2, tier: 4, checks: [http] }
4435 + - { id: gov-us-co-cotrip, name: "COtrip", host: www.cotrip.org, cat: government, provider: gov-us-co, cc: US, imp: 1, tier: 4, checks: [http] }
4436 + - { id: gov-us-co-den, name: "Denver International Airport", host: www.flydenver.com, cat: government, provider: denver, cc: US, imp: 1, tier: 4, checks: [http] }
4437 + - { id: gov-us-co-denver, name: "City and County of Denver", host: www.denvergov.org, cat: government, provider: denver, cc: US, imp: 2, tier: 4, checks: [http] }
4438 + - { id: gov-us-co-dmv, name: "Colorado DMV", host: dmv.colorado.gov, cat: government, provider: gov-us-co, cc: US, imp: 2, tier: 4, checks: [http] }
4439 + - { id: gov-us-co-leg, name: "Colorado General Assembly", host: leg.colorado.gov, cat: government, provider: gov-us-co, cc: US, imp: 1, tier: 4, checks: [http] }
4440 + - { id: gov-us-co-portal, name: "State of Colorado", host: www.colorado.gov, cat: government, provider: gov-us-co, cc: US, imp: 2, tier: 4, checks: [http] }
4441 + - { id: gov-us-co-revenue, name: "Colorado Department of Revenue", host: tax.colorado.gov, cat: government, provider: gov-us-co, cc: US, imp: 2, tier: 4, checks: [http] }
4442 + - { id: gov-us-co-rtd, name: "RTD Denver", host: www.rtd-denver.com, cat: government, provider: rtd-denver, cc: US, imp: 1, tier: 4, checks: [http] }
4443 + - { id: gov-us-commerce, name: "Department of Commerce", host: www.commerce.gov, cat: government, provider: doc, cc: US, imp: 3, tier: 4, checks: [http] }
4444 + - { id: gov-us-crs, name: "Congressional Research Service", host: crsreports.congress.gov, cat: government, provider: loc, cc: US, imp: 2, tier: 4, checks: [http] }
4445 + - { id: gov-us-ct-cga, name: "Connecticut General Assembly", host: www.cga.ct.gov, cat: government, provider: gov-us-ct, cc: US, imp: 1, tier: 4, checks: [http] }
4446 + - { id: gov-us-ct-dmv, name: "Connecticut DMV", host: portal.ct.gov, url: "https://portal.ct.gov/dmv", cat: government, provider: gov-us-ct, cc: US, imp: 2, tier: 4, checks: [http] }
4447 + - { id: gov-us-ct-dol, name: "Connecticut Department of Labor", host: portal.ct.gov, url: "https://portal.ct.gov/dol", cat: government, provider: gov-us-ct, cc: US, imp: 1, tier: 4, checks: [http] }
4448 + - { id: gov-us-ct-dph, name: "Connecticut DPH", host: portal.ct.gov, url: "https://portal.ct.gov/dph", cat: government, provider: gov-us-ct, cc: US, imp: 1, tier: 4, checks: [http] }
4449 + - { id: gov-us-ct-hartford, name: "City of Hartford", host: www.hartfordct.gov, cat: government, provider: hartford, cc: US, imp: 1, tier: 4, checks: [http] }
4450 + - { id: gov-us-ct-portal, name: "State of Connecticut", host: portal.ct.gov, cat: government, provider: gov-us-ct, cc: US, imp: 2, tier: 4, checks: [http] }
4451 + - { id: gov-us-ct-revenue, name: "Connecticut Department of Revenue", host: portal.ct.gov, url: "https://portal.ct.gov/drs", cat: government, provider: gov-us-ct, cc: US, imp: 2, tier: 4, checks: [http] }
4452 + - { id: gov-us-data-gov, name: "Data.gov", host: data.gov, cat: government, provider: gsa, cc: US, imp: 3, tier: 4, checks: [http] }
4453 + - { id: gov-us-dc-gov, name: "Government of the District of Columbia", host: dc.gov, cat: government, provider: dc, cc: US, imp: 3, tier: 4, checks: [http] }
4454 + - { id: gov-us-dc-mwaa, name: "MWAA (Dulles / Reagan)", host: www.mwaa.com, cat: government, provider: mwaa, cc: US, imp: 1, tier: 4, checks: [http] }
4455 + - { id: gov-us-dc-wmata, name: "WMATA", host: www.wmata.com, cat: government, provider: wmata, cc: US, imp: 2, tier: 4, checks: [http] }
4456 + - { id: gov-us-de-corp, name: "Delaware Division of Corporations", host: corp.delaware.gov, cat: government, provider: gov-us-de, cc: US, imp: 2, tier: 4, checks: [http] }
4457 + - { id: gov-us-de-dmv, name: "Delaware DMV", host: www.dmv.de.gov, cat: government, provider: gov-us-de, cc: US, imp: 2, tier: 4, checks: [http] }
4458 + - { id: gov-us-de-legis, name: "Delaware General Assembly", host: legis.delaware.gov, cat: government, provider: gov-us-de, cc: US, imp: 1, tier: 4, checks: [http] }
4459 + - { id: gov-us-de-portal, name: "State of Delaware", host: delaware.gov, cat: government, provider: gov-us-de, cc: US, imp: 2, tier: 4, checks: [http] }
4460 + - { id: gov-us-de-revenue, name: "Delaware Department of Revenue", host: revenue.delaware.gov, cat: government, provider: gov-us-de, cc: US, imp: 2, tier: 4, checks: [http] }
4461 + - { id: gov-us-dea, name: "DEA", host: www.dea.gov, cat: government, provider: dea, cc: US, imp: 2, tier: 4, checks: [http] }
4462 + - { id: gov-us-dhs-ready, name: "Ready.gov", host: www.ready.gov, cat: government, provider: fema, cc: US, imp: 2, tier: 4, checks: [http] }
4463 + - { id: gov-us-disasterassistance, name: "DisasterAssistance.gov", host: www.disasterassistance.gov, cat: government, provider: fema, cc: US, imp: 3, tier: 4, checks: [http] }
4464 + - { id: gov-us-dni, name: "ODNI", host: www.dni.gov, cat: government, provider: odni, cc: US, imp: 2, tier: 4, checks: [http] }
4465 + - { id: gov-us-doi, name: "Department of the Interior", host: www.doi.gov, cat: government, provider: doi, cc: US, imp: 2, tier: 4, checks: [http] }
4466 + - { id: gov-us-dol, name: "Department of Labor", host: www.dol.gov, cat: government, provider: dol, cc: US, imp: 3, tier: 4, checks: [http] }
4467 + - { id: gov-us-e-verify, name: "E-Verify", host: www.e-verify.gov, cat: government, provider: uscis, cc: US, imp: 2, tier: 4, checks: [http] }
4468 + - { id: gov-us-eac, name: "Election Assistance Commission", host: www.eac.gov, cat: government, provider: eac, cc: US, imp: 2, tier: 4, checks: [http] }
4469 + - { id: gov-us-ed, name: "Department of Education", host: www.ed.gov, cat: government, provider: ed, cc: US, imp: 3, tier: 4, checks: [http] }
4470 + - { id: gov-us-eia, name: "Energy Information Administration", host: www.eia.gov, cat: government, provider: doe, cc: US, imp: 3, tier: 4, checks: [http] }
4471 + - { id: gov-us-energy, name: "Department of Energy", host: www.energy.gov, cat: government, provider: doe, cc: US, imp: 3, tier: 4, checks: [http] }
4472 + - { id: gov-us-epa, name: "EPA", host: www.epa.gov, cat: government, provider: epa, cc: US, imp: 3, tier: 4, checks: [http] }
4473 + - { id: gov-us-faa, name: "FAA", host: www.faa.gov, cat: government, provider: faa, cc: US, imp: 4, tier: 3, checks: [http] }
4474 + - { id: gov-us-fdic, name: "FDIC", host: www.fdic.gov, cat: government, provider: fdic, cc: US, imp: 3, tier: 4, checks: [http] }
4475 + - { id: gov-us-fec, name: "Federal Election Commission", host: www.fec.gov, cat: government, provider: fec, cc: US, imp: 3, tier: 4, checks: [http] }
4476 + - { id: gov-us-federalregister, name: "Federal Register", host: www.federalregister.gov, cat: government, provider: nara, cc: US, imp: 3, tier: 4, checks: [http] }
4477 + - { id: gov-us-fhwa, name: "Federal Highway Administration", host: highways.dot.gov, cat: government, provider: dot, cc: US, imp: 2, tier: 4, checks: [http] }
4478 + - { id: gov-us-fincen, name: "FinCEN", host: www.fincen.gov, cat: government, provider: treasury, cc: US, imp: 2, tier: 4, checks: [http] }
4479 + - { id: gov-us-fiscal-treasury, name: "Bureau of the Fiscal Service", host: www.fiscal.treasury.gov, cat: government, provider: treasury, cc: US, imp: 2, tier: 4, checks: [http] }
4480 + - { id: gov-us-fl-courts, name: "Florida Courts", host: www.flcourts.gov, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4481 + - { id: gov-us-fl-deo, name: "FloridaCommerce (Reemployment)", host: www.floridajobs.org, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4482 + - { id: gov-us-fl-dmv, name: "Florida DMV", host: www.flhsmv.gov, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4483 + - { id: gov-us-fl-doh, name: "Florida Department of Health", host: www.floridahealth.gov, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4484 + - { id: gov-us-fl-dos, name: "Florida Department of State", host: dos.fl.gov, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4485 + - { id: gov-us-fl-fdem, name: "Florida Division of Emergency Management", host: www.floridadisaster.org, cat: government, provider: gov-us-fl, cc: US, imp: 3, tier: 4, checks: [http] }
4486 + - { id: gov-us-fl-fdot, name: "FDOT", host: www.fdot.gov, cat: government, provider: gov-us-fl, cc: US, imp: 1, tier: 4, checks: [http] }
4487 + - { id: gov-us-fl-fl511, name: "FL511", host: fl511.com, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4488 + - { id: gov-us-fl-jacksonville, name: "City of Jacksonville", host: www.jacksonville.gov, cat: government, provider: jacksonville, cc: US, imp: 1, tier: 4, checks: [http] }
4489 + - { id: gov-us-fl-legislature, name: "Florida Legislature", host: www.leg.state.fl.us, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4490 + - { id: gov-us-fl-mco, name: "Orlando International Airport", host: orlandoairports.net, url: "http://orlandoairports.net/", cat: government, provider: goaa, cc: US, imp: 1, tier: 4, checks: [http] }
4491 + - { id: gov-us-fl-mia, name: "Miami International Airport", host: www.miami-airport.com, cat: government, provider: miami-dade, cc: US, imp: 1, tier: 4, checks: [http] }
4492 + - { id: gov-us-fl-miami, name: "City of Miami", host: www.miami.gov, cat: government, provider: miami, cc: US, imp: 2, tier: 4, checks: [http] }
4493 + - { id: gov-us-fl-miamidade, name: "Miami-Dade County", host: www.miamidade.gov, cat: government, provider: miami-dade, cc: US, imp: 2, tier: 4, checks: [http] }
4494 + - { id: gov-us-fl-orlando, name: "City of Orlando", host: www.orlando.gov, cat: government, provider: orlando, cc: US, imp: 1, tier: 4, checks: [http] }
4495 + - { id: gov-us-fl-revenue, name: "Florida Department of Revenue", host: floridarevenue.com, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4496 + - { id: gov-us-fl-sunbiz, name: "Sunbiz (Florida corporations)", host: search.sunbiz.org, cat: government, provider: gov-us-fl, cc: US, imp: 2, tier: 4, checks: [http] }
4497 + - { id: gov-us-fl-tampa, name: "City of Tampa", host: www.tampa.gov, cat: government, provider: tampa, cc: US, imp: 1, tier: 4, checks: [http] }
4498 + - { id: gov-us-fmcsa, name: "FMCSA", host: www.fmcsa.dot.gov, cat: government, provider: dot, cc: US, imp: 1, tier: 4, checks: [http] }
4499 + - { id: gov-us-fra, name: "Federal Railroad Administration", host: railroads.dot.gov, cat: government, provider: dot, cc: US, imp: 1, tier: 4, checks: [http] }
4500 + - { id: gov-us-ftc, name: "FTC", host: www.ftc.gov, cat: government, provider: ftc, cc: US, imp: 3, tier: 4, checks: [http] }
4501 + - { id: gov-us-fws, name: "U.S. Fish & Wildlife Service", host: www.fws.gov, cat: government, provider: doi, cc: US, imp: 1, tier: 4, checks: [http] }
4502 + - { id: gov-us-ga-511, name: "Georgia 511", host: 511ga.org, cat: government, provider: gov-us-ga, cc: US, imp: 1, tier: 4, checks: [http] }
4503 + - { id: gov-us-ga-atl-airport, name: "Hartsfield-Jackson Atlanta Airport", host: www.atl.com, cat: government, provider: atl, cc: US, imp: 2, tier: 4, checks: [http] }
4504 + - { id: gov-us-ga-atlanta, name: "City of Atlanta", host: www.atlantaga.gov, cat: government, provider: atlanta, cc: US, imp: 2, tier: 4, checks: [http] }
4505 + - { id: gov-us-ga-dmv, name: "Georgia DMV", host: dds.georgia.gov, cat: government, provider: gov-us-ga, cc: US, imp: 2, tier: 4, checks: [http] }
4506 + - { id: gov-us-ga-dol, name: "Georgia Department of Labor", host: dol.georgia.gov, cat: government, provider: gov-us-ga, cc: US, imp: 2, tier: 4, checks: [http] }
4507 + - { id: gov-us-ga-dph, name: "Georgia Department of Public Health", host: dph.georgia.gov, cat: government, provider: gov-us-ga, cc: US, imp: 2, tier: 4, checks: [http] }
4508 + - { id: gov-us-ga-legis, name: "Georgia General Assembly", host: www.legis.ga.gov, cat: government, provider: gov-us-ga, cc: US, imp: 1, tier: 4, checks: [http] }
4509 + - { id: gov-us-ga-marta, name: "MARTA", host: www.itsmarta.com, cat: government, provider: marta, cc: US, imp: 2, tier: 4, checks: [http] }
4510 + - { id: gov-us-ga-portal, name: "State of Georgia", host: georgia.gov, cat: government, provider: gov-us-ga, cc: US, imp: 3, tier: 4, checks: [http] }
4511 + - { id: gov-us-ga-revenue, name: "Georgia Department of Revenue", host: dor.georgia.gov, cat: government, provider: gov-us-ga, cc: US, imp: 2, tier: 4, checks: [http] }
4512 + - { id: gov-us-ga-sos, name: "Georgia Secretary of State", host: sos.ga.gov, cat: government, provider: gov-us-ga, cc: US, imp: 2, tier: 4, checks: [http] }
4513 + - { id: gov-us-gao, name: "GAO", host: www.gao.gov, cat: government, provider: gao, cc: US, imp: 3, tier: 4, checks: [http] }
4514 + - { id: gov-us-govinfo, name: "GovInfo (GPO)", host: www.govinfo.gov, cat: government, provider: gpo, cc: US, imp: 3, tier: 4, checks: [http] }
4515 + - { id: gov-us-grants-gov, name: "Grants.gov", host: www.grants.gov, cat: government, provider: hhs, cc: US, imp: 2, tier: 4, checks: [http] }
4516 + - { id: gov-us-gsa, name: "GSA", host: www.gsa.gov, cat: government, provider: gsa, cc: US, imp: 2, tier: 4, checks: [http] }
4517 + - { id: gov-us-guam, name: "Government of Guam", host: www.guam.gov, cat: government, provider: guam, cc: US, imp: 1, tier: 4, checks: [http] }
4518 + - { id: gov-us-healthcare, name: "HealthCare.gov", host: www.healthcare.gov, cat: government, provider: cms, cc: US, imp: 4, tier: 3, checks: [http] }
4519 + - { id: gov-us-hi-capitol, name: "Hawaii State Legislature", host: www.capitol.hawaii.gov, cat: government, provider: gov-us-hi, cc: US, imp: 1, tier: 4, checks: [http] }
4520 + - { id: gov-us-hi-dmv, name: "Hawaii DMV", host: hidot.hawaii.gov, cat: government, provider: gov-us-hi, cc: US, imp: 2, tier: 4, checks: [http] }
4521 + - { id: gov-us-hi-health, name: "Hawaii Department of Health", host: health.hawaii.gov, cat: government, provider: gov-us-hi, cc: US, imp: 1, tier: 4, checks: [http] }
4522 + - { id: gov-us-hi-honolulu, name: "City and County of Honolulu", host: www.honolulu.gov, cat: government, provider: honolulu, cc: US, imp: 1, tier: 4, checks: [http] }
4523 + - { id: gov-us-hi-portal, name: "State of Hawaii", host: portal.ehawaii.gov, cat: government, provider: gov-us-hi, cc: US, imp: 2, tier: 4, checks: [http] }
4524 + - { id: gov-us-hi-revenue, name: "Hawaii Department of Revenue", host: tax.hawaii.gov, cat: government, provider: gov-us-hi, cc: US, imp: 2, tier: 4, checks: [http] }
4525 + - { id: gov-us-house, name: "U.S. House of Representatives", host: www.house.gov, cat: government, provider: house, cc: US, imp: 4, tier: 3, checks: [http] }
4526 + - { id: gov-us-hrsa, name: "HRSA", host: www.hrsa.gov, cat: government, provider: hhs, cc: US, imp: 1, tier: 4, checks: [http] }
4527 + - { id: gov-us-hud, name: "HUD", host: www.hud.gov, cat: government, provider: hud, cc: US, imp: 2, tier: 4, checks: [http] }
4528 + - { id: gov-us-ia-desmoines, name: "City of Des Moines", host: www.dsm.city, cat: government, provider: des-moines, cc: US, imp: 1, tier: 4, checks: [http] }
4529 + - { id: gov-us-ia-dmv, name: "Iowa DMV", host: iowadot.gov, url: "https://iowadot.gov/mvd", cat: government, provider: gov-us-ia, cc: US, imp: 2, tier: 4, checks: [http] }
4530 + - { id: gov-us-ia-hhs, name: "Iowa HHS", host: hhs.iowa.gov, cat: government, provider: gov-us-ia, cc: US, imp: 1, tier: 4, checks: [http] }
4531 + - { id: gov-us-ia-legis, name: "Iowa Legislature", host: www.legis.iowa.gov, cat: government, provider: gov-us-ia, cc: US, imp: 1, tier: 4, checks: [http] }
4532 + - { id: gov-us-ia-portal, name: "State of Iowa", host: www.iowa.gov, cat: government, provider: gov-us-ia, cc: US, imp: 2, tier: 4, checks: [http] }
4533 + - { id: gov-us-ia-revenue, name: "Iowa Department of Revenue", host: revenue.iowa.gov, cat: government, provider: gov-us-ia, cc: US, imp: 2, tier: 4, checks: [http] }
4534 + - { id: gov-us-ia-workforce, name: "Iowa Workforce Development", host: workforce.iowa.gov, cat: government, provider: gov-us-ia, cc: US, imp: 1, tier: 4, checks: [http] }
4535 + - { id: gov-us-ice, name: "ICE", host: www.ice.gov, cat: government, provider: ice, cc: US, imp: 3, tier: 4, checks: [http] }
4536 + - { id: gov-us-id-boise, name: "City of Boise", host: www.cityofboise.org, cat: government, provider: boise, cc: US, imp: 1, tier: 4, checks: [http] }
4537 + - { id: gov-us-id-dmv, name: "Idaho DMV", host: itd.idaho.gov, url: "https://itd.idaho.gov/dmv", cat: government, provider: gov-us-id, cc: US, imp: 2, tier: 4, checks: [http] }
4538 + - { id: gov-us-id-healthandwelfare, name: "Idaho Department of Health and Welfare", host: healthandwelfare.idaho.gov, cat: government, provider: gov-us-id, cc: US, imp: 1, tier: 4, checks: [http] }
4539 + - { id: gov-us-id-legislature, name: "Idaho Legislature", host: legislature.idaho.gov, cat: government, provider: gov-us-id, cc: US, imp: 1, tier: 4, checks: [http] }
4540 + - { id: gov-us-id-me, name: "ID.me", host: www.id.me, cat: government, provider: id-me, cc: US, imp: 3, tier: 4, checks: [http] }
4541 + - { id: gov-us-id-portal, name: "State of Idaho", host: www.idaho.gov, cat: government, provider: gov-us-id, cc: US, imp: 2, tier: 4, checks: [http] }
4542 + - { id: gov-us-id-revenue, name: "Idaho Department of Revenue", host: tax.idaho.gov, cat: government, provider: gov-us-id, cc: US, imp: 2, tier: 4, checks: [http] }
4543 + - { id: gov-us-il-chicago, name: "City of Chicago", host: www.chicago.gov, cat: government, provider: chicago, cc: US, imp: 3, tier: 4, checks: [http] }
4544 + - { id: gov-us-il-cookcounty, name: "Cook County", host: www.cookcountyil.gov, cat: government, provider: cook-county, cc: US, imp: 1, tier: 4, checks: [http] }
4545 + - { id: gov-us-il-courts, name: "Illinois Courts", host: www.illinoiscourts.gov, cat: government, provider: gov-us-il, cc: US, imp: 1, tier: 4, checks: [http] }
4546 + - { id: gov-us-il-cta, name: "Chicago Transit Authority", host: www.transitchicago.com, cat: government, provider: cta, cc: US, imp: 2, tier: 4, checks: [http] }
4547 + - { id: gov-us-il-dmv, name: "Illinois DMV", host: www.ilsos.gov, cat: government, provider: gov-us-il, cc: US, imp: 2, tier: 4, checks: [http] }
4548 + - { id: gov-us-il-ides, name: "Illinois IDES", host: ides.illinois.gov, cat: government, provider: gov-us-il, cc: US, imp: 2, tier: 4, checks: [http] }
4549 + - { id: gov-us-il-idph, name: "Illinois Department of Public Health", host: dph.illinois.gov, cat: government, provider: gov-us-il, cc: US, imp: 2, tier: 4, checks: [http] }
4550 + - { id: gov-us-il-ilga, name: "Illinois General Assembly", host: www.ilga.gov, cat: government, provider: gov-us-il, cc: US, imp: 2, tier: 4, checks: [http] }
4551 + - { id: gov-us-il-ord, name: "Chicago O'Hare", host: www.flychicago.com, cat: government, provider: chicago, cc: US, imp: 2, tier: 4, checks: [http] }
4552 + - { id: gov-us-il-portal, name: "State of Illinois", host: www.illinois.gov, cat: government, provider: gov-us-il, cc: US, imp: 3, tier: 4, checks: [http] }
4553 + - { id: gov-us-il-revenue, name: "Illinois Department of Revenue", host: tax.illinois.gov, cat: government, provider: gov-us-il, cc: US, imp: 2, tier: 4, checks: [http] }
4554 + - { id: gov-us-in-dmv, name: "Indiana DMV", host: www.in.gov, url: "https://www.in.gov/bmv/", cat: government, provider: gov-us-in, cc: US, imp: 2, tier: 4, checks: [http] }
4555 + - { id: gov-us-in-dwd, name: "Indiana DWD", host: www.in.gov, url: "https://www.in.gov/dwd/", cat: government, provider: gov-us-in, cc: US, imp: 1, tier: 4, checks: [http] }
4556 + - { id: gov-us-in-health, name: "Indiana Department of Health", host: www.in.gov, url: "https://www.in.gov/health/", cat: government, provider: gov-us-in, cc: US, imp: 2, tier: 4, checks: [http] }
4557 + - { id: gov-us-in-iga, name: "Indiana General Assembly", host: iga.in.gov, cat: government, provider: gov-us-in, cc: US, imp: 1, tier: 4, checks: [http] }
4558 + - { id: gov-us-in-indianapolis, name: "City of Indianapolis", host: www.indy.gov, cat: government, provider: indianapolis, cc: US, imp: 2, tier: 4, checks: [http] }
4559 + - { id: gov-us-in-portal, name: "State of Indiana", host: www.in.gov, cat: government, provider: gov-us-in, cc: US, imp: 2, tier: 4, checks: [http] }
4560 + - { id: gov-us-in-revenue, name: "Indiana Department of Revenue", host: www.in.gov, url: "https://www.in.gov/dor/", cat: government, provider: gov-us-in, cc: US, imp: 2, tier: 4, checks: [http] }
4561 + - { id: gov-us-inciweb, name: "InciWeb (wildfires)", host: inciweb.wildfire.gov, cat: government, provider: nifc, cc: US, imp: 2, tier: 4, checks: [http] }
4562 + - { id: gov-us-justice, name: "Department of Justice", host: www.justice.gov, cat: government, provider: doj, cc: US, imp: 4, tier: 3, checks: [http] }
4563 + - { id: gov-us-ks-dmv, name: "Kansas DMV", host: www.ksrevenue.gov, url: "https://www.ksrevenue.gov/dovindex.html", cat: government, provider: gov-us-ks, cc: US, imp: 2, tier: 4, checks: [http] }
4564 + - { id: gov-us-ks-kdhe, name: "Kansas KDHE", host: www.kdhe.ks.gov, cat: government, provider: gov-us-ks, cc: US, imp: 1, tier: 4, checks: [http] }
4565 + - { id: gov-us-ks-kslegislature, name: "Kansas Legislature", host: www.kslegislature.gov, cat: government, provider: gov-us-ks, cc: US, imp: 1, tier: 4, checks: [http] }
4566 + - { id: gov-us-ks-portal, name: "State of Kansas", host: www.kansas.gov, cat: government, provider: gov-us-ks, cc: US, imp: 2, tier: 4, checks: [http] }
4567 + - { id: gov-us-ks-revenue, name: "Kansas Department of Revenue", host: www.ksrevenue.gov, cat: government, provider: gov-us-ks, cc: US, imp: 2, tier: 4, checks: [http] }
4568 + - { id: gov-us-ks-wichita, name: "City of Wichita", host: www.wichita.gov, cat: government, provider: wichita, cc: US, imp: 1, tier: 4, checks: [http] }
4569 + - { id: gov-us-ky-chfs, name: "Kentucky CHFS", host: www.chfs.ky.gov, cat: government, provider: gov-us-ky, cc: US, imp: 1, tier: 4, checks: [http] }
4570 + - { id: gov-us-ky-dmv, name: "Kentucky DMV", host: drive.ky.gov, cat: government, provider: gov-us-ky, cc: US, imp: 2, tier: 4, checks: [http] }
4571 + - { id: gov-us-ky-kcc, name: "Kentucky Career Center", host: kcc.ky.gov, cat: government, provider: gov-us-ky, cc: US, imp: 1, tier: 4, checks: [http] }
4572 + - { id: gov-us-ky-legislature, name: "Kentucky General Assembly", host: legislature.ky.gov, cat: government, provider: gov-us-ky, cc: US, imp: 1, tier: 4, checks: [http] }
4573 + - { id: gov-us-ky-louisville, name: "Louisville Metro Government", host: louisvilleky.gov, cat: government, provider: louisville, cc: US, imp: 1, tier: 4, checks: [http] }
4574 + - { id: gov-us-ky-portal, name: "State of Kentucky", host: www.kentucky.gov, cat: government, provider: gov-us-ky, cc: US, imp: 2, tier: 4, checks: [http] }
4575 + - { id: gov-us-ky-revenue, name: "Kentucky Department of Revenue", host: revenue.ky.gov, cat: government, provider: gov-us-ky, cc: US, imp: 2, tier: 4, checks: [http] }
4576 + - { id: gov-us-la-dmv, name: "Louisiana DMV", host: www.expresslane.org, cat: government, provider: gov-us-la, cc: US, imp: 2, tier: 4, checks: [http] }
4577 + - { id: gov-us-la-gohsep, name: "GOHSEP", host: gohsep.la.gov, cat: government, provider: gov-us-la, cc: US, imp: 1, tier: 4, checks: [http] }
4578 + - { id: gov-us-la-ldh, name: "Louisiana Department of Health", host: ldh.la.gov, cat: government, provider: gov-us-la, cc: US, imp: 2, tier: 4, checks: [http] }
4579 + - { id: gov-us-la-legis, name: "Louisiana State Legislature", host: legis.la.gov, cat: government, provider: gov-us-la, cc: US, imp: 1, tier: 4, checks: [http] }
4580 + - { id: gov-us-la-lwc, name: "Louisiana Workforce Commission", host: www.laworks.net, cat: government, provider: gov-us-la, cc: US, imp: 1, tier: 4, checks: [http] }
4581 + - { id: gov-us-la-neworleans, name: "City of New Orleans", host: nola.gov, cat: government, provider: new-orleans, cc: US, imp: 2, tier: 4, checks: [http] }
4582 + - { id: gov-us-la-portal, name: "State of Louisiana", host: www.louisiana.gov, cat: government, provider: gov-us-la, cc: US, imp: 2, tier: 4, checks: [http] }
4583 + - { id: gov-us-la-revenue, name: "Louisiana Department of Revenue", host: revenue.louisiana.gov, cat: government, provider: gov-us-la, cc: US, imp: 2, tier: 4, checks: [http] }
4584 + - { id: gov-us-loc, name: "Library of Congress", host: www.loc.gov, cat: government, provider: loc, cc: US, imp: 3, tier: 4, checks: [http] }
4585 + - { id: gov-us-login-gov, name: "Login.gov", host: www.login.gov, cat: government, provider: gsa, cc: US, imp: 4, tier: 3, checks: [http] }
4586 + - { id: gov-us-ma-boston, name: "City of Boston", host: www.boston.gov, cat: government, provider: boston, cc: US, imp: 3, tier: 4, checks: [http] }
4587 + - { id: gov-us-ma-courts, name: "Massachusetts Court System", host: www.mass.gov, url: "https://www.mass.gov/orgs/massachusetts-court-system", cat: government, provider: gov-us-ma, cc: US, imp: 1, tier: 4, checks: [http] }
4588 + - { id: gov-us-ma-dmv, name: "Massachusetts DMV", host: www.mass.gov, url: "https://www.mass.gov/orgs/massachusetts-registry-of-motor-vehicles", cat: government, provider: gov-us-ma, cc: US, imp: 2, tier: 4, checks: [http] }
4589 + - { id: gov-us-ma-dph, name: "Massachusetts DPH", host: www.mass.gov, url: "https://www.mass.gov/orgs/department-of-public-health", cat: government, provider: gov-us-ma, cc: US, imp: 2, tier: 4, checks: [http] }
4590 + - { id: gov-us-ma-dua, name: "Massachusetts DUA", host: www.mass.gov, url: "https://www.mass.gov/orgs/department-of-unemployment-assistance", cat: government, provider: gov-us-ma, cc: US, imp: 2, tier: 4, checks: [http] }
4591 + - { id: gov-us-ma-malegislature, name: "Massachusetts Legislature", host: malegislature.gov, cat: government, provider: gov-us-ma, cc: US, imp: 1, tier: 4, checks: [http] }
4592 + - { id: gov-us-ma-massdot, name: "Mass511", host: mass511.com, cat: government, provider: gov-us-ma, cc: US, imp: 1, tier: 4, checks: [http] }
4593 + - { id: gov-us-ma-mbta, name: "MBTA", host: www.mbta.com, cat: government, provider: mbta, cc: US, imp: 3, tier: 4, checks: [http] }
4594 + - { id: gov-us-ma-revenue, name: "Massachusetts Department of Revenue", host: www.mass.gov, url: "https://www.mass.gov/orgs/massachusetts-department-of-revenue", cat: government, provider: gov-us-ma, cc: US, imp: 2, tier: 4, checks: [http] }
4595 + - { id: gov-us-marines, name: "U.S. Marine Corps", host: www.marines.mil, cat: government, provider: dod, cc: US, imp: 2, tier: 4, checks: [http] }
4596 + - { id: gov-us-md-baltimore, name: "City of Baltimore", host: www.baltimorecity.gov, cat: government, provider: baltimore, cc: US, imp: 2, tier: 4, checks: [http] }
4597 + - { id: gov-us-md-courts, name: "Maryland Courts", host: www.mdcourts.gov, cat: government, provider: gov-us-md, cc: US, imp: 1, tier: 4, checks: [http] }
4598 + - { id: gov-us-md-dmv, name: "Maryland DMV", host: mva.maryland.gov, cat: government, provider: gov-us-md, cc: US, imp: 2, tier: 4, checks: [http] }
4599 + - { id: gov-us-md-health, name: "Maryland Department of Health", host: health.maryland.gov, cat: government, provider: gov-us-md, cc: US, imp: 2, tier: 4, checks: [http] }
4600 + - { id: gov-us-md-labor, name: "Maryland Department of Labor", host: www.labor.maryland.gov, cat: government, provider: gov-us-md, cc: US, imp: 2, tier: 4, checks: [http] }
4601 + - { id: gov-us-md-mgaleg, name: "Maryland General Assembly", host: mgaleg.maryland.gov, cat: government, provider: gov-us-md, cc: US, imp: 1, tier: 4, checks: [http] }
4602 + - { id: gov-us-md-montgomery, name: "Montgomery County", host: www.montgomerycountymd.gov, cat: government, provider: montgomery-county, cc: US, imp: 1, tier: 4, checks: [http] }
4603 + - { id: gov-us-md-mta, name: "Maryland Transit Administration", host: www.mta.maryland.gov, cat: government, provider: gov-us-md, cc: US, imp: 1, tier: 4, checks: [http] }
4604 + - { id: gov-us-md-portal, name: "State of Maryland", host: www.maryland.gov, cat: government, provider: gov-us-md, cc: US, imp: 2, tier: 4, checks: [http] }
4605 + - { id: gov-us-md-revenue, name: "Maryland Department of Revenue", host: www.marylandtaxes.gov, cat: government, provider: gov-us-md, cc: US, imp: 2, tier: 4, checks: [http] }
4606 + - { id: gov-us-me-dhhs, name: "Maine DHHS", host: www.maine.gov, url: "https://www.maine.gov/dhhs/", cat: government, provider: gov-us-me, cc: US, imp: 1, tier: 4, checks: [http] }
4607 + - { id: gov-us-me-dmv, name: "Maine DMV", host: www.maine.gov, url: "https://www.maine.gov/sos/bmv/", cat: government, provider: gov-us-me, cc: US, imp: 2, tier: 4, checks: [http] }
4608 + - { id: gov-us-me-legislature, name: "Maine Legislature", host: legislature.maine.gov, cat: government, provider: gov-us-me, cc: US, imp: 1, tier: 4, checks: [http] }
4609 + - { id: gov-us-me-portal, name: "State of Maine", host: www.maine.gov, cat: government, provider: gov-us-me, cc: US, imp: 2, tier: 4, checks: [http] }
4610 + - { id: gov-us-me-portland, name: "City of Portland, Maine", host: www.portlandmaine.gov, cat: government, provider: portland-me, cc: US, imp: 1, tier: 4, checks: [http] }
4611 + - { id: gov-us-me-revenue, name: "Maine Department of Revenue", host: www.maine.gov, url: "https://www.maine.gov/revenue/", cat: government, provider: gov-us-me, cc: US, imp: 2, tier: 4, checks: [http] }
4612 + - { id: gov-us-medicaid, name: "Medicaid.gov", host: www.medicaid.gov, cat: government, provider: cms, cc: US, imp: 3, tier: 4, checks: [http] }
4613 + - { id: gov-us-medicare, name: "Medicare.gov", host: www.medicare.gov, cat: government, provider: cms, cc: US, imp: 4, tier: 3, checks: [http] }
4614 + - { id: gov-us-mi-courts, name: "Michigan Courts", host: www.courts.michigan.gov, cat: government, provider: gov-us-mi, cc: US, imp: 1, tier: 4, checks: [http] }
4615 + - { id: gov-us-mi-detroit, name: "City of Detroit", host: detroitmi.gov, cat: government, provider: detroit, cc: US, imp: 2, tier: 4, checks: [http] }
4616 + - { id: gov-us-mi-dmv, name: "Michigan DMV", host: www.michigan.gov, url: "https://www.michigan.gov/sos", cat: government, provider: gov-us-mi, cc: US, imp: 2, tier: 4, checks: [http] }
4617 + - { id: gov-us-mi-legislature, name: "Michigan Legislature", host: www.legislature.mi.gov, cat: government, provider: gov-us-mi, cc: US, imp: 1, tier: 4, checks: [http] }
4618 + - { id: gov-us-mi-mdhhs, name: "Michigan MDHHS", host: www.michigan.gov, url: "https://www.michigan.gov/mdhhs", cat: government, provider: gov-us-mi, cc: US, imp: 2, tier: 4, checks: [http] }
4619 + - { id: gov-us-mi-midrive, name: "Mi Drive", host: mdotjboss.state.mi.us, url: "https://mdotjboss.state.mi.us/MiDrive/map", cat: government, provider: gov-us-mi, cc: US, imp: 1, tier: 4, checks: [http] }
4620 + - { id: gov-us-mi-portal, name: "State of Michigan", host: www.michigan.gov, cat: government, provider: gov-us-mi, cc: US, imp: 3, tier: 4, checks: [http] }
4621 + - { id: gov-us-mi-revenue, name: "Michigan Department of Revenue", host: www.michigan.gov, url: "https://www.michigan.gov/taxes", cat: government, provider: gov-us-mi, cc: US, imp: 2, tier: 4, checks: [http] }
4622 + - { id: gov-us-mi-uia, name: "Michigan UIA", host: www.michigan.gov, url: "https://www.michigan.gov/leo/bureaus-agencies/uia", cat: government, provider: gov-us-mi, cc: US, imp: 2, tier: 4, checks: [http] }
4623 + - { id: gov-us-mn-511, name: "511mn", host: 511mn.org, cat: government, provider: gov-us-mn, cc: US, imp: 1, tier: 4, checks: [http] }
4624 + - { id: gov-us-mn-dmv, name: "Minnesota DMV", host: dps.mn.gov, url: "https://dps.mn.gov/divisions/dvs/", cat: government, provider: gov-us-mn, cc: US, imp: 2, tier: 4, checks: [http] }
4625 + - { id: gov-us-mn-leg, name: "Minnesota Legislature", host: www.leg.mn.gov, cat: government, provider: gov-us-mn, cc: US, imp: 1, tier: 4, checks: [http] }
4626 + - { id: gov-us-mn-mdh, name: "Minnesota Department of Health", host: www.health.state.mn.us, cat: government, provider: gov-us-mn, cc: US, imp: 2, tier: 4, checks: [http] }
4627 + - { id: gov-us-mn-metrotransit, name: "Metro Transit", host: www.metrotransit.org, cat: government, provider: metro-transit-mn, cc: US, imp: 1, tier: 4, checks: [http] }
4628 + - { id: gov-us-mn-minneapolis, name: "City of Minneapolis", host: www.minneapolismn.gov, cat: government, provider: minneapolis, cc: US, imp: 2, tier: 4, checks: [http] }
4629 + - { id: gov-us-mn-portal, name: "State of Minnesota", host: mn.gov, cat: government, provider: gov-us-mn, cc: US, imp: 2, tier: 4, checks: [http] }
4630 + - { id: gov-us-mn-revenue, name: "Minnesota Department of Revenue", host: www.revenue.state.mn.us, cat: government, provider: gov-us-mn, cc: US, imp: 2, tier: 4, checks: [http] }
4631 + - { id: gov-us-mn-stpaul, name: "City of Saint Paul", host: www.stpaul.gov, cat: government, provider: stpaul, cc: US, imp: 1, tier: 4, checks: [http] }
4632 + - { id: gov-us-mn-uimn, name: "Minnesota Unemployment Insurance", host: www.uimn.org, cat: government, provider: gov-us-mn, cc: US, imp: 2, tier: 4, checks: [http] }
4633 + - { id: gov-us-mo-dhss, name: "Missouri DHSS", host: health.mo.gov, cat: government, provider: gov-us-mo, cc: US, imp: 2, tier: 4, checks: [http] }
4634 + - { id: gov-us-mo-dmv, name: "Missouri DMV", host: dor.mo.gov, url: "https://dor.mo.gov/driver-license/", cat: government, provider: gov-us-mo, cc: US, imp: 2, tier: 4, checks: [http] }
4635 + - { id: gov-us-mo-house, name: "Missouri House of Representatives", host: house.mo.gov, cat: government, provider: gov-us-mo, cc: US, imp: 1, tier: 4, checks: [http] }
4636 + - { id: gov-us-mo-kansascity, name: "City of Kansas City", host: www.kcmo.gov, cat: government, provider: kansas-city, cc: US, imp: 1, tier: 4, checks: [http] }
4637 + - { id: gov-us-mo-labor, name: "Missouri Department of Labor", host: labor.mo.gov, cat: government, provider: gov-us-mo, cc: US, imp: 1, tier: 4, checks: [http] }
4638 + - { id: gov-us-mo-portal, name: "State of Missouri", host: www.mo.gov, cat: government, provider: gov-us-mo, cc: US, imp: 2, tier: 4, checks: [http] }
4639 + - { id: gov-us-mo-revenue, name: "Missouri Department of Revenue", host: dor.mo.gov, cat: government, provider: gov-us-mo, cc: US, imp: 2, tier: 4, checks: [http] }
4640 + - { id: gov-us-mo-stlouis, name: "City of St. Louis", host: www.stlouis-mo.gov, cat: government, provider: stlouis, cc: US, imp: 1, tier: 4, checks: [http] }
4641 + - { id: gov-us-ms-dmv, name: "Mississippi DMV", host: www.dps.ms.gov, cat: government, provider: gov-us-ms, cc: US, imp: 2, tier: 4, checks: [http] }
4642 + - { id: gov-us-ms-jackson, name: "City of Jackson", host: www.jacksonms.gov, cat: government, provider: jackson-ms, cc: US, imp: 1, tier: 4, checks: [http] }
4643 + - { id: gov-us-ms-legislature, name: "Mississippi Legislature", host: www.legislature.ms.gov, cat: government, provider: gov-us-ms, cc: US, imp: 1, tier: 4, checks: [http] }
4644 + - { id: gov-us-ms-msdh, name: "Mississippi State Department of Health", host: msdh.ms.gov, cat: government, provider: gov-us-ms, cc: US, imp: 1, tier: 4, checks: [http] }
4645 + - { id: gov-us-ms-portal, name: "State of Mississippi", host: www.ms.gov, cat: government, provider: gov-us-ms, cc: US, imp: 2, tier: 4, checks: [http] }
4646 + - { id: gov-us-ms-revenue, name: "Mississippi Department of Revenue", host: www.dor.ms.gov, cat: government, provider: gov-us-ms, cc: US, imp: 2, tier: 4, checks: [http] }
4647 + - { id: gov-us-mt-dmv, name: "Montana DMV", host: dojmt.gov, url: "https://dojmt.gov/driving/", cat: government, provider: gov-us-mt, cc: US, imp: 2, tier: 4, checks: [http] }
4648 + - { id: gov-us-mt-dphhs, name: "Montana DPHHS", host: dphhs.mt.gov, cat: government, provider: gov-us-mt, cc: US, imp: 1, tier: 4, checks: [http] }
4649 + - { id: gov-us-mt-leg, name: "Montana Legislature", host: leg.mt.gov, cat: government, provider: gov-us-mt, cc: US, imp: 1, tier: 4, checks: [http] }
4650 + - { id: gov-us-mt-portal, name: "State of Montana", host: mt.gov, cat: government, provider: gov-us-mt, cc: US, imp: 2, tier: 4, checks: [http] }
4651 + - { id: gov-us-mt-revenue, name: "Montana Department of Revenue", host: mtrevenue.gov, cat: government, provider: gov-us-mt, cc: US, imp: 2, tier: 4, checks: [http] }
4652 + - { id: gov-us-nara-catalog, name: "National Archives Catalog", host: catalog.archives.gov, cat: government, provider: nara, cc: US, imp: 1, tier: 4, checks: [http] }
4653 + - { id: gov-us-nasa-api, name: "NASA Open APIs", host: api.nasa.gov, cat: government, provider: nasa, cc: US, imp: 2, tier: 4, checks: [http] }
4654 + - { id: gov-us-navy, name: "U.S. Navy", host: www.navy.mil, cat: government, provider: dod, cc: US, imp: 3, tier: 4, checks: [http] }
4655 + - { id: gov-us-nc-charlotte, name: "City of Charlotte", host: www.charlottenc.gov, cat: government, provider: charlotte, cc: US, imp: 2, tier: 4, checks: [http] }
4656 + - { id: gov-us-nc-des, name: "NC Division of Employment Security", host: des.nc.gov, cat: government, provider: gov-us-nc, cc: US, imp: 2, tier: 4, checks: [http] }
4657 + - { id: gov-us-nc-dhhs, name: "NC DHHS", host: www.ncdhhs.gov, cat: government, provider: gov-us-nc, cc: US, imp: 2, tier: 4, checks: [http] }
4658 + - { id: gov-us-nc-dmv, name: "North Carolina DMV", host: www.ncdot.gov, url: "https://www.ncdot.gov/dmv/", cat: government, provider: gov-us-nc, cc: US, imp: 2, tier: 4, checks: [http] }
4659 + - { id: gov-us-nc-drivenc, name: "DriveNC", host: drivenc.gov, cat: government, provider: gov-us-nc, cc: US, imp: 1, tier: 4, checks: [http] }
4660 + - { id: gov-us-nc-nccourts, name: "North Carolina Judicial Branch", host: www.nccourts.gov, cat: government, provider: gov-us-nc, cc: US, imp: 1, tier: 4, checks: [http] }
4661 + - { id: gov-us-nc-ncleg, name: "North Carolina General Assembly", host: www.ncleg.gov, cat: government, provider: gov-us-nc, cc: US, imp: 1, tier: 4, checks: [http] }
4662 + - { id: gov-us-nc-portal, name: "State of North Carolina", host: www.nc.gov, cat: government, provider: gov-us-nc, cc: US, imp: 3, tier: 4, checks: [http] }
4663 + - { id: gov-us-nc-raleigh, name: "City of Raleigh", host: raleighnc.gov, cat: government, provider: raleigh, cc: US, imp: 1, tier: 4, checks: [http] }
4664 + - { id: gov-us-nc-revenue, name: "North Carolina Department of Revenue", host: www.ncdor.gov, cat: government, provider: gov-us-nc, cc: US, imp: 2, tier: 4, checks: [http] }
4665 + - { id: gov-us-nd-dmv, name: "North Dakota DMV", host: www.dot.nd.gov, cat: government, provider: gov-us-nd, cc: US, imp: 2, tier: 4, checks: [http] }
4666 + - { id: gov-us-nd-hhs, name: "North Dakota HHS", host: www.hhs.nd.gov, cat: government, provider: gov-us-nd, cc: US, imp: 1, tier: 4, checks: [http] }
4667 + - { id: gov-us-nd-ndlegis, name: "North Dakota Legislative Branch", host: ndlegis.gov, cat: government, provider: gov-us-nd, cc: US, imp: 1, tier: 4, checks: [http] }
4668 + - { id: gov-us-nd-portal, name: "State of North Dakota", host: www.nd.gov, cat: government, provider: gov-us-nd, cc: US, imp: 2, tier: 4, checks: [http] }
4669 + - { id: gov-us-nd-revenue, name: "North Dakota Department of Revenue", host: www.tax.nd.gov, cat: government, provider: gov-us-nd, cc: US, imp: 2, tier: 4, checks: [http] }
4670 + - { id: gov-us-ne-dhhs, name: "Nebraska DHHS", host: dhhs.ne.gov, cat: government, provider: gov-us-ne, cc: US, imp: 1, tier: 4, checks: [http] }
4671 + - { id: gov-us-ne-dmv, name: "Nebraska DMV", host: dmv.nebraska.gov, cat: government, provider: gov-us-ne, cc: US, imp: 2, tier: 4, checks: [http] }
4672 + - { id: gov-us-ne-nebraskalegislature, name: "Nebraska Legislature", host: nebraskalegislature.gov, cat: government, provider: gov-us-ne, cc: US, imp: 1, tier: 4, checks: [http] }
4673 + - { id: gov-us-ne-omaha, name: "City of Omaha", host: www.cityofomaha.org, cat: government, provider: omaha, cc: US, imp: 1, tier: 4, checks: [http] }
4674 + - { id: gov-us-ne-portal, name: "State of Nebraska", host: www.nebraska.gov, cat: government, provider: gov-us-ne, cc: US, imp: 2, tier: 4, checks: [http] }
4675 + - { id: gov-us-ne-revenue, name: "Nebraska Department of Revenue", host: revenue.nebraska.gov, cat: government, provider: gov-us-ne, cc: US, imp: 2, tier: 4, checks: [http] }
4676 + - { id: gov-us-newyorkfed, name: "Federal Reserve Bank of New York", host: www.newyorkfed.org, cat: government, provider: fed, cc: US, imp: 3, tier: 4, checks: [http] }
4677 + - { id: gov-us-nga, name: "National Geospatial-Intelligence Agency", host: www.nga.mil, cat: government, provider: dod, cc: US, imp: 1, tier: 4, checks: [http] }
4678 + - { id: gov-us-nh-dhhs, name: "New Hampshire DHHS", host: www.dhhs.nh.gov, cat: government, provider: gov-us-nh, cc: US, imp: 1, tier: 4, checks: [http] }
4679 + - { id: gov-us-nh-dmv, name: "New Hampshire DMV", host: www.dmv.nh.gov, cat: government, provider: gov-us-nh, cc: US, imp: 2, tier: 4, checks: [http] }
4680 + - { id: gov-us-nh-gencourt, name: "New Hampshire General Court", host: www.gencourt.state.nh.us, cat: government, provider: gov-us-nh, cc: US, imp: 1, tier: 4, checks: [http] }
4681 + - { id: gov-us-nh-portal, name: "State of New Hampshire", host: www.nh.gov, cat: government, provider: gov-us-nh, cc: US, imp: 2, tier: 4, checks: [http] }
4682 + - { id: gov-us-nh-revenue, name: "New Hampshire Department of Revenue", host: www.revenue.nh.gov, cat: government, provider: gov-us-nh, cc: US, imp: 2, tier: 4, checks: [http] }
4683 + - { id: gov-us-nhc, name: "National Hurricane Center", host: www.nhc.noaa.gov, cat: government, provider: noaa, cc: US, imp: 4, tier: 3, checks: [http] }
4684 + - { id: gov-us-nhtsa, name: "NHTSA", host: www.nhtsa.gov, cat: government, provider: nhtsa, cc: US, imp: 2, tier: 4, checks: [http] }
4685 + - { id: gov-us-nifc, name: "National Interagency Fire Center", host: www.nifc.gov, cat: government, provider: nifc, cc: US, imp: 2, tier: 4, checks: [http] }
4686 + - { id: gov-us-nih-grants, name: "NIH Grants", host: grants.nih.gov, cat: government, provider: nih, cc: US, imp: 1, tier: 4, checks: [http] }
4687 + - { id: gov-us-nij, name: "National Institute of Justice", host: nij.ojp.gov, cat: government, provider: doj, cc: US, imp: 1, tier: 4, checks: [http] }
4688 + - { id: gov-us-nj-511, name: "511NJ", host: www.511nj.org, cat: government, provider: gov-us-nj, cc: US, imp: 1, tier: 4, checks: [http] }
4689 + - { id: gov-us-nj-dmv, name: "New Jersey DMV", host: www.nj.gov, url: "https://www.nj.gov/mvc/", cat: government, provider: gov-us-nj, cc: US, imp: 2, tier: 4, checks: [http] }
4690 + - { id: gov-us-nj-doh, name: "New Jersey Department of Health", host: www.nj.gov, url: "https://www.nj.gov/health/", cat: government, provider: gov-us-nj, cc: US, imp: 2, tier: 4, checks: [http] }
4691 + - { id: gov-us-nj-dol, name: "New Jersey Department of Labor", host: www.nj.gov, url: "https://www.nj.gov/labor/", cat: government, provider: gov-us-nj, cc: US, imp: 2, tier: 4, checks: [http] }
4692 + - { id: gov-us-nj-newark, name: "City of Newark", host: www.newarknj.gov, cat: government, provider: newark, cc: US, imp: 1, tier: 4, checks: [http] }
4693 + - { id: gov-us-nj-njcourts, name: "New Jersey Courts", host: www.njcourts.gov, cat: government, provider: gov-us-nj, cc: US, imp: 1, tier: 4, checks: [http] }
4694 + - { id: gov-us-nj-njtransit, name: "NJ Transit", host: www.njtransit.com, cat: government, provider: njtransit, cc: US, imp: 2, tier: 4, checks: [http] }
4695 + - { id: gov-us-nj-portal, name: "State of New Jersey", host: www.nj.gov, cat: government, provider: gov-us-nj, cc: US, imp: 3, tier: 4, checks: [http] }
4696 + - { id: gov-us-nj-revenue, name: "New Jersey Department of Revenue", host: www.nj.gov, url: "https://www.nj.gov/treasury/taxation/", cat: government, provider: gov-us-nj, cc: US, imp: 2, tier: 4, checks: [http] }
4697 + - { id: gov-us-nlm, name: "National Library of Medicine", host: www.nlm.nih.gov, cat: government, provider: nih, cc: US, imp: 3, tier: 4, checks: [http] }
4698 + - { id: gov-us-nm-albuquerque, name: "City of Albuquerque", host: www.cabq.gov, cat: government, provider: albuquerque, cc: US, imp: 1, tier: 4, checks: [http] }
4699 + - { id: gov-us-nm-dmv, name: "New Mexico DMV", host: www.mvd.newmexico.gov, cat: government, provider: gov-us-nm, cc: US, imp: 2, tier: 4, checks: [http] }
4700 + - { id: gov-us-nm-nmhealth, name: "New Mexico Department of Health", host: www.nmhealth.org, cat: government, provider: gov-us-nm, cc: US, imp: 1, tier: 4, checks: [http] }
4701 + - { id: gov-us-nm-nmlegis, name: "New Mexico Legislature", host: www.nmlegis.gov, cat: government, provider: gov-us-nm, cc: US, imp: 1, tier: 4, checks: [http] }
4702 + - { id: gov-us-nm-portal, name: "State of New Mexico", host: www.nm.gov, cat: government, provider: gov-us-nm, cc: US, imp: 2, tier: 4, checks: [http] }
4703 + - { id: gov-us-nm-revenue, name: "New Mexico Department of Revenue", host: www.tax.newmexico.gov, cat: government, provider: gov-us-nm, cc: US, imp: 2, tier: 4, checks: [http] }
4704 + - { id: gov-us-nps, name: "National Park Service", host: www.nps.gov, cat: government, provider: nps, cc: US, imp: 3, tier: 4, checks: [http] }
4705 + - { id: gov-us-nrc, name: "Nuclear Regulatory Commission", host: www.nrc.gov, cat: government, provider: nrc, cc: US, imp: 2, tier: 4, checks: [http] }
4706 + - { id: gov-us-nsa, name: "NSA", host: www.nsa.gov, cat: government, provider: nsa, cc: US, imp: 3, tier: 4, checks: [http] }
4707 + - { id: gov-us-nsf, name: "National Science Foundation", host: www.nsf.gov, cat: government, provider: nsf, cc: US, imp: 2, tier: 4, checks: [http] }
4708 + - { id: gov-us-ntsb, name: "NTSB", host: www.ntsb.gov, cat: government, provider: ntsb, cc: US, imp: 2, tier: 4, checks: [http] }
4709 + - { id: gov-us-nv-clarkcounty, name: "Clark County", host: www.clarkcountynv.gov, cat: government, provider: clark-county, cc: US, imp: 1, tier: 4, checks: [http] }
4710 + - { id: gov-us-nv-detr, name: "Nevada DETR", host: detr.nv.gov, cat: government, provider: gov-us-nv, cc: US, imp: 1, tier: 4, checks: [http] }
4711 + - { id: gov-us-nv-dhhs, name: "Nevada DHHS", host: dhhs.nv.gov, cat: government, provider: gov-us-nv, cc: US, imp: 1, tier: 4, checks: [http] }
4712 + - { id: gov-us-nv-dmv, name: "Nevada DMV", host: dmv.nv.gov, cat: government, provider: gov-us-nv, cc: US, imp: 2, tier: 4, checks: [http] }
4713 + - { id: gov-us-nv-lasvegas, name: "City of Las Vegas", host: www.lasvegasnevada.gov, cat: government, provider: las-vegas, cc: US, imp: 2, tier: 4, checks: [http] }
4714 + - { id: gov-us-nv-leg, name: "Nevada Legislature", host: www.leg.state.nv.us, cat: government, provider: gov-us-nv, cc: US, imp: 1, tier: 4, checks: [http] }
4715 + - { id: gov-us-nv-portal, name: "State of Nevada", host: nv.gov, cat: government, provider: gov-us-nv, cc: US, imp: 2, tier: 4, checks: [http] }
4716 + - { id: gov-us-nv-revenue, name: "Nevada Department of Revenue", host: tax.nv.gov, cat: government, provider: gov-us-nv, cc: US, imp: 2, tier: 4, checks: [http] }
4717 + - { id: gov-us-nws-alerts, name: "NWS Alerts API", host: api.weather.gov, cat: government, provider: noaa, cc: US, imp: 3, tier: 4, checks: [http] }
4718 + - { id: gov-us-ny-511, name: "511NY", host: 511ny.org, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4719 + - { id: gov-us-ny-assembly, name: "New York State Assembly", host: nyassembly.gov, cat: government, provider: gov-us-ny, cc: US, imp: 1, tier: 4, checks: [http] }
4720 + - { id: gov-us-ny-courts, name: "New York State Unified Court System", host: ww2.nycourts.gov, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4721 + - { id: gov-us-ny-cuny, name: "CUNY", host: www.cuny.edu, cat: government, provider: cuny, cc: US, imp: 2, tier: 4, checks: [http] }
4722 + - { id: gov-us-ny-dmv, name: "New York DMV", host: dmv.ny.gov, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4723 + - { id: gov-us-ny-dol, name: "New York State Department of Labor", host: dol.ny.gov, cat: government, provider: gov-us-ny, cc: US, imp: 3, tier: 4, checks: [http] }
4724 + - { id: gov-us-ny-dos, name: "New York Department of State", host: dos.ny.gov, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4725 + - { id: gov-us-ny-health, name: "New York State Department of Health", host: www.health.ny.gov, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4726 + - { id: gov-us-ny-lga-jfk, name: "JFK Airport", host: www.jfkairport.com, cat: government, provider: panynj, cc: US, imp: 2, tier: 4, checks: [http] }
4727 + - { id: gov-us-ny-nyc, name: "NYC.gov", host: www.nyc.gov, cat: government, provider: nyc, cc: US, imp: 4, tier: 3, checks: [http] }
4728 + - { id: gov-us-ny-nyc-doe, name: "NYC Public Schools", host: www.schools.nyc.gov, cat: government, provider: nyc, cc: US, imp: 2, tier: 4, checks: [http] }
4729 + - { id: gov-us-ny-nyc-health, name: "NYC Health", host: www.nyc.gov, url: "https://www.nyc.gov/site/doh/index.page", cat: government, provider: nyc, cc: US, imp: 2, tier: 4, checks: [http] }
4730 + - { id: gov-us-ny-nyc-notify, name: "Notify NYC", host: a858-nycnotify.nyc.gov, cat: government, provider: nyc, cc: US, imp: 2, tier: 4, checks: [http] }
4731 + - { id: gov-us-ny-nyc311, name: "NYC 311", host: portal.311.nyc.gov, cat: government, provider: nyc, cc: US, imp: 3, tier: 4, checks: [http] }
4732 + - { id: gov-us-ny-nypd, name: "NYPD", host: www.nyc.gov, url: "https://www.nyc.gov/site/nypd/index.page", cat: government, provider: nyc, cc: US, imp: 2, tier: 4, checks: [http] }
4733 + - { id: gov-us-ny-nyserda, name: "NYSERDA", host: www.nyserda.ny.gov, cat: government, provider: gov-us-ny, cc: US, imp: 1, tier: 4, checks: [http] }
4734 + - { id: gov-us-ny-panynj, name: "Port Authority of NY & NJ", host: www.panynj.gov, cat: government, provider: panynj, cc: US, imp: 2, tier: 4, checks: [http] }
4735 + - { id: gov-us-ny-revenue, name: "New York Department of Revenue", host: www.tax.ny.gov, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4736 + - { id: gov-us-ny-senate, name: "New York State Senate", host: www.nysenate.gov, cat: government, provider: gov-us-ny, cc: US, imp: 2, tier: 4, checks: [http] }
4737 + - { id: gov-us-ny-suny, name: "SUNY", host: www.suny.edu, cat: government, provider: suny, cc: US, imp: 2, tier: 4, checks: [http] }
4738 + - { id: gov-us-occ, name: "OCC", host: www.occ.gov, cat: government, provider: occ, cc: US, imp: 2, tier: 4, checks: [http] }
4739 + - { id: gov-us-ofac, name: "OFAC Sanctions", host: ofac.treasury.gov, cat: government, provider: treasury, cc: US, imp: 3, tier: 4, checks: [http] }
4740 + - { id: gov-us-oh-cincinnati, name: "City of Cincinnati", host: www.cincinnati-oh.gov, cat: government, provider: cincinnati, cc: US, imp: 1, tier: 4, checks: [http] }
4741 + - { id: gov-us-oh-cleveland, name: "City of Cleveland", host: www.clevelandohio.gov, cat: government, provider: cleveland, cc: US, imp: 1, tier: 4, checks: [http] }
4742 + - { id: gov-us-oh-columbus, name: "City of Columbus", host: www.columbus.gov, cat: government, provider: columbus, cc: US, imp: 2, tier: 4, checks: [http] }
4743 + - { id: gov-us-oh-courts, name: "Supreme Court of Ohio", host: www.supremecourt.ohio.gov, cat: government, provider: gov-us-oh, cc: US, imp: 1, tier: 4, checks: [http] }
4744 + - { id: gov-us-oh-dmv, name: "Ohio DMV", host: www.bmv.ohio.gov, cat: government, provider: gov-us-oh, cc: US, imp: 2, tier: 4, checks: [http] }
4745 + - { id: gov-us-oh-jfs, name: "Ohio Job and Family Services", host: jfs.ohio.gov, cat: government, provider: gov-us-oh, cc: US, imp: 2, tier: 4, checks: [http] }
4746 + - { id: gov-us-oh-odh, name: "Ohio Department of Health", host: odh.ohio.gov, cat: government, provider: gov-us-oh, cc: US, imp: 2, tier: 4, checks: [http] }
4747 + - { id: gov-us-oh-ohgo, name: "OHGO", host: www.ohgo.com, cat: government, provider: gov-us-oh, cc: US, imp: 1, tier: 4, checks: [http] }
4748 + - { id: gov-us-oh-portal, name: "State of Ohio", host: ohio.gov, cat: government, provider: gov-us-oh, cc: US, imp: 3, tier: 4, checks: [http] }
4749 + - { id: gov-us-oh-revenue, name: "Ohio Department of Revenue", host: tax.ohio.gov, cat: government, provider: gov-us-oh, cc: US, imp: 2, tier: 4, checks: [http] }
4750 + - { id: gov-us-ok-dmv, name: "Oklahoma DMV", host: oklahoma.gov, url: "https://oklahoma.gov/service.html", cat: government, provider: gov-us-ok, cc: US, imp: 2, tier: 4, checks: [http] }
4751 + - { id: gov-us-ok-health, name: "Oklahoma State Department of Health", host: oklahoma.gov, url: "https://oklahoma.gov/health.html", cat: government, provider: gov-us-ok, cc: US, imp: 1, tier: 4, checks: [http] }
4752 + - { id: gov-us-ok-oesc, name: "Oklahoma OESC", host: oklahoma.gov, url: "https://oklahoma.gov/oesc.html", cat: government, provider: gov-us-ok, cc: US, imp: 1, tier: 4, checks: [http] }
4753 + - { id: gov-us-ok-okc, name: "City of Oklahoma City", host: www.okc.gov, cat: government, provider: oklahoma-city, cc: US, imp: 1, tier: 4, checks: [http] }
4754 + - { id: gov-us-ok-portal, name: "State of Oklahoma", host: oklahoma.gov, cat: government, provider: gov-us-ok, cc: US, imp: 2, tier: 4, checks: [http] }
4755 + - { id: gov-us-ok-revenue, name: "Oklahoma Department of Revenue", host: oklahoma.gov, url: "https://oklahoma.gov/tax.html", cat: government, provider: gov-us-ok, cc: US, imp: 2, tier: 4, checks: [http] }
4756 + - { id: gov-us-ok-tulsa, name: "City of Tulsa", host: www.cityoftulsa.org, cat: government, provider: tulsa, cc: US, imp: 1, tier: 4, checks: [http] }
4757 + - { id: gov-us-opm, name: "OPM", host: www.opm.gov, cat: government, provider: opm, cc: US, imp: 2, tier: 4, checks: [http] }
4758 + - { id: gov-us-or-dmv, name: "Oregon DMV", host: www.oregon.gov, url: "https://www.oregon.gov/odot/dmv/", cat: government, provider: gov-us-or, cc: US, imp: 2, tier: 4, checks: [http] }
4759 + - { id: gov-us-or-employment, name: "Oregon Employment Department", host: www.oregon.gov, url: "https://www.oregon.gov/employ/", cat: government, provider: gov-us-or, cc: US, imp: 1, tier: 4, checks: [http] }
4760 + - { id: gov-us-or-oha, name: "Oregon Health Authority", host: www.oregon.gov, url: "https://www.oregon.gov/oha/", cat: government, provider: gov-us-or, cc: US, imp: 2, tier: 4, checks: [http] }
4761 + - { id: gov-us-or-oregonlegislature, name: "Oregon State Legislature", host: www.oregonlegislature.gov, cat: government, provider: gov-us-or, cc: US, imp: 1, tier: 4, checks: [http] }
4762 + - { id: gov-us-or-portal, name: "State of Oregon", host: www.oregon.gov, cat: government, provider: gov-us-or, cc: US, imp: 2, tier: 4, checks: [http] }
4763 + - { id: gov-us-or-portland, name: "City of Portland", host: www.portland.gov, cat: government, provider: portland, cc: US, imp: 2, tier: 4, checks: [http] }
4764 + - { id: gov-us-or-revenue, name: "Oregon Department of Revenue", host: www.oregon.gov, url: "https://www.oregon.gov/dor/", cat: government, provider: gov-us-or, cc: US, imp: 2, tier: 4, checks: [http] }
4765 + - { id: gov-us-or-trimet, name: "TriMet", host: trimet.org, cat: government, provider: trimet, cc: US, imp: 1, tier: 4, checks: [http] }
4766 + - { id: gov-us-or-tripcheck, name: "TripCheck", host: www.tripcheck.com, cat: government, provider: gov-us-or, cc: US, imp: 1, tier: 4, checks: [http] }
4767 + - { id: gov-us-pa-511, name: "511PA", host: www.511pa.com, cat: government, provider: gov-us-pa, cc: US, imp: 2, tier: 4, checks: [http] }
4768 + - { id: gov-us-pa-courts, name: "Unified Judicial System of Pennsylvania", host: www.pacourts.us, cat: government, provider: gov-us-pa, cc: US, imp: 1, tier: 4, checks: [http] }
4769 + - { id: gov-us-pa-dmv, name: "Pennsylvania DMV", host: www.dmv.pa.gov, cat: government, provider: gov-us-pa, cc: US, imp: 2, tier: 4, checks: [http] }
4770 + - { id: gov-us-pa-health, name: "Pennsylvania Department of Health", host: www.pa.gov, url: "https://www.pa.gov/agencies/health.html", cat: government, provider: gov-us-pa, cc: US, imp: 2, tier: 4, checks: [http] }
4771 + - { id: gov-us-pa-legis, name: "Pennsylvania General Assembly", host: www.legis.state.pa.us, cat: government, provider: gov-us-pa, cc: US, imp: 2, tier: 4, checks: [http] }
4772 + - { id: gov-us-pa-philadelphia, name: "City of Philadelphia", host: www.phila.gov, cat: government, provider: philadelphia, cc: US, imp: 3, tier: 4, checks: [http] }
4773 + - { id: gov-us-pa-pittsburgh, name: "City of Pittsburgh", host: www.pittsburghpa.gov, cat: government, provider: pittsburgh, cc: US, imp: 1, tier: 4, checks: [http] }
4774 + - { id: gov-us-pa-portal, name: "State of Pennsylvania", host: www.pa.gov, cat: government, provider: gov-us-pa, cc: US, imp: 3, tier: 4, checks: [http] }
4775 + - { id: gov-us-pa-revenue, name: "Pennsylvania Department of Revenue", host: www.revenue.pa.gov, cat: government, provider: gov-us-pa, cc: US, imp: 2, tier: 4, checks: [http] }
4776 + - { id: gov-us-pa-septa, name: "SEPTA", host: www.septa.org, cat: government, provider: septa, cc: US, imp: 2, tier: 4, checks: [http] }
4777 + - { id: gov-us-pa-uc, name: "Pennsylvania Unemployment Compensation", host: www.uc.pa.gov, cat: government, provider: gov-us-pa, cc: US, imp: 2, tier: 4, checks: [http] }
4778 + - { id: gov-us-peacecorps, name: "Peace Corps", host: www.peacecorps.gov, cat: government, provider: peacecorps, cc: US, imp: 1, tier: 4, checks: [http] }
4779 + - { id: gov-us-performance-gov, name: "Performance.gov", host: www.performance.gov, cat: government, provider: omb, cc: US, imp: 1, tier: 4, checks: [http] }
4780 + - { id: gov-us-pr-gov, name: "Gobierno de Puerto Rico", host: www.pr.gov, cat: government, provider: pr, cc: US, imp: 2, tier: 4, checks: [http] }
4781 + - { id: gov-us-recreation, name: "Recreation.gov", host: www.recreation.gov, cat: government, provider: doi, cc: US, imp: 2, tier: 4, checks: [http] }
4782 + - { id: gov-us-ri-dmv, name: "Rhode Island DMV", host: dmv.ri.gov, cat: government, provider: gov-us-ri, cc: US, imp: 2, tier: 4, checks: [http] }
4783 + - { id: gov-us-ri-health, name: "Rhode Island Department of Health", host: health.ri.gov, cat: government, provider: gov-us-ri, cc: US, imp: 1, tier: 4, checks: [http] }
4784 + - { id: gov-us-ri-portal, name: "State of Rhode Island", host: www.ri.gov, cat: government, provider: gov-us-ri, cc: US, imp: 2, tier: 4, checks: [http] }
4785 + - { id: gov-us-ri-providence, name: "City of Providence", host: www.providenceri.gov, cat: government, provider: providence, cc: US, imp: 1, tier: 4, checks: [http] }
4786 + - { id: gov-us-ri-revenue, name: "Rhode Island Department of Revenue", host: tax.ri.gov, cat: government, provider: gov-us-ri, cc: US, imp: 2, tier: 4, checks: [http] }
4787 + - { id: gov-us-ri-rilegislature, name: "Rhode Island General Assembly", host: www.rilegislature.gov, cat: government, provider: gov-us-ri, cc: US, imp: 1, tier: 4, checks: [http] }
4788 + - { id: gov-us-sam-gov, name: "SAM.gov", host: sam.gov, cat: government, provider: gsa, cc: US, imp: 3, tier: 4, checks: [http] }
4789 + - { id: gov-us-samhsa, name: "SAMHSA", host: www.samhsa.gov, cat: government, provider: samhsa, cc: US, imp: 2, tier: 4, checks: [http] }
4790 + - { id: gov-us-sba, name: "Small Business Administration", host: www.sba.gov, cat: government, provider: sba, cc: US, imp: 3, tier: 4, checks: [http] }
4791 + - { id: gov-us-sc-charleston, name: "City of Charleston", host: www.charleston-sc.gov, cat: government, provider: charleston, cc: US, imp: 1, tier: 4, checks: [http] }
4792 + - { id: gov-us-sc-columbia, name: "City of Columbia SC", host: www.columbiasc.gov, cat: government, provider: columbia-sc, cc: US, imp: 1, tier: 4, checks: [http] }
4793 + - { id: gov-us-sc-dew, name: "SC Department of Employment and Workforce", host: dew.sc.gov, cat: government, provider: gov-us-sc, cc: US, imp: 1, tier: 4, checks: [http] }
4794 + - { id: gov-us-sc-dmv, name: "South Carolina DMV", host: scdmvonline.com, cat: government, provider: gov-us-sc, cc: US, imp: 2, tier: 4, checks: [http] }
4795 + - { id: gov-us-sc-dph, name: "South Carolina DPH", host: dph.sc.gov, cat: government, provider: gov-us-sc, cc: US, imp: 1, tier: 4, checks: [http] }
4796 + - { id: gov-us-sc-portal, name: "State of South Carolina", host: sc.gov, cat: government, provider: gov-us-sc, cc: US, imp: 2, tier: 4, checks: [http] }
4797 + - { id: gov-us-sc-revenue, name: "South Carolina Department of Revenue", host: dor.sc.gov, cat: government, provider: gov-us-sc, cc: US, imp: 2, tier: 4, checks: [http] }
4798 + - { id: gov-us-sc-scstatehouse, name: "South Carolina Legislature", host: www.scstatehouse.gov, cat: government, provider: gov-us-sc, cc: US, imp: 1, tier: 4, checks: [http] }
4799 + - { id: gov-us-sd-dmv, name: "South Dakota DMV", host: dps.sd.gov, url: "https://dps.sd.gov/driver-licensing", cat: government, provider: gov-us-sd, cc: US, imp: 2, tier: 4, checks: [http] }
4800 + - { id: gov-us-sd-doh, name: "South Dakota Department of Health", host: doh.sd.gov, cat: government, provider: gov-us-sd, cc: US, imp: 1, tier: 4, checks: [http] }
4801 + - { id: gov-us-sd-portal, name: "State of South Dakota", host: sd.gov, cat: government, provider: gov-us-sd, cc: US, imp: 2, tier: 4, checks: [http] }
4802 + - { id: gov-us-sd-revenue, name: "South Dakota Department of Revenue", host: dor.sd.gov, cat: government, provider: gov-us-sd, cc: US, imp: 2, tier: 4, checks: [http] }
4803 + - { id: gov-us-sd-sdlegislature, name: "South Dakota Legislature", host: sdlegislature.gov, cat: government, provider: gov-us-sd, cc: US, imp: 1, tier: 4, checks: [http] }
4804 + - { id: gov-us-sec-edgar, name: "SEC EDGAR", host: efts.sec.gov, url: "https://efts.sec.gov/LATEST/search-index?q=test", cat: government, provider: sec, cc: US, imp: 3, tier: 4, checks: [http] }
4805 + - { id: gov-us-secretservice, name: "U.S. Secret Service", host: www.secretservice.gov, cat: government, provider: usss, cc: US, imp: 2, tier: 4, checks: [http] }
4806 + - { id: gov-us-selectiveservice, name: "Selective Service System", host: www.sss.gov, cat: government, provider: sss, cc: US, imp: 1, tier: 4, checks: [http] }
4807 + - { id: gov-us-senate, name: "U.S. Senate", host: www.senate.gov, cat: government, provider: senate, cc: US, imp: 4, tier: 3, checks: [http] }
4808 + - { id: gov-us-smithsonian, name: "Smithsonian Institution", host: www.si.edu, cat: government, provider: smithsonian, cc: US, imp: 2, tier: 4, checks: [http] }
4809 + - { id: gov-us-spaceforce, name: "U.S. Space Force", host: www.spaceforce.mil, cat: government, provider: dod, cc: US, imp: 2, tier: 4, checks: [http] }
4810 + - { id: gov-us-spc, name: "Storm Prediction Center", host: www.spc.noaa.gov, cat: government, provider: noaa, cc: US, imp: 3, tier: 4, checks: [http] }
4811 + - { id: gov-us-ssa-blog, name: "SSA Blog", host: blog.ssa.gov, cat: government, provider: ssa, cc: US, imp: 1, tier: 4, checks: [http] }
4812 + - { id: gov-us-ssa-my, name: "my Social Security (SSA portal)", host: secure.ssa.gov, cat: government, provider: ssa, cc: US, imp: 3, tier: 4, checks: [http] }
4813 + - { id: gov-us-stlouisfed-fred, name: "FRED (St. Louis Fed)", host: fred.stlouisfed.org, cat: government, provider: fed, cc: US, imp: 4, tier: 3, checks: [http] }
4814 + - { id: gov-us-supremecourt, name: "Supreme Court of the United States", host: www.supremecourt.gov, cat: government, provider: scotus, cc: US, imp: 4, tier: 3, checks: [http] }
4815 + - { id: gov-us-swpc, name: "Space Weather Prediction Center", host: www.swpc.noaa.gov, cat: government, provider: noaa, cc: US, imp: 3, tier: 4, checks: [http] }
4816 + - { id: gov-us-tn-capitol, name: "Tennessee General Assembly", host: www.capitol.tn.gov, cat: government, provider: gov-us-tn, cc: US, imp: 1, tier: 4, checks: [http] }
4817 + - { id: gov-us-tn-dmv, name: "Tennessee DMV", host: www.tn.gov, url: "https://www.tn.gov/safety.html", cat: government, provider: gov-us-tn, cc: US, imp: 2, tier: 4, checks: [http] }
4818 + - { id: gov-us-tn-health, name: "Tennessee Department of Health", host: www.tn.gov, url: "https://www.tn.gov/health.html", cat: government, provider: gov-us-tn, cc: US, imp: 2, tier: 4, checks: [http] }
4819 + - { id: gov-us-tn-labor, name: "Tennessee Department of Labor", host: www.tn.gov, url: "https://www.tn.gov/workforce.html", cat: government, provider: gov-us-tn, cc: US, imp: 1, tier: 4, checks: [http] }
4820 + - { id: gov-us-tn-memphis, name: "City of Memphis", host: www.memphistn.gov, cat: government, provider: memphis, cc: US, imp: 1, tier: 4, checks: [http] }
4821 + - { id: gov-us-tn-nashville, name: "Metro Nashville", host: www.nashville.gov, cat: government, provider: nashville, cc: US, imp: 2, tier: 4, checks: [http] }
4822 + - { id: gov-us-tn-portal, name: "State of Tennessee", host: www.tn.gov, cat: government, provider: gov-us-tn, cc: US, imp: 2, tier: 4, checks: [http] }
4823 + - { id: gov-us-tn-revenue, name: "Tennessee Department of Revenue", host: www.tn.gov, url: "https://www.tn.gov/revenue.html", cat: government, provider: gov-us-tn, cc: US, imp: 2, tier: 4, checks: [http] }
4824 + - { id: gov-us-transportation, name: "Department of Transportation", host: www.transportation.gov, cat: government, provider: dot, cc: US, imp: 3, tier: 4, checks: [http] }
4825 + - { id: gov-us-travel-state, name: "Travel.State.Gov (passports)", host: travel.state.gov, cat: government, provider: state, cc: US, imp: 4, tier: 3, checks: [http] }
4826 + - { id: gov-us-treasurydirect, name: "TreasuryDirect", host: www.treasurydirect.gov, cat: government, provider: treasury, cc: US, imp: 3, tier: 4, checks: [http] }
4827 + - { id: gov-us-tsa, name: "TSA", host: www.tsa.gov, cat: government, provider: tsa, cc: US, imp: 3, tier: 4, checks: [http] }
4828 + - { id: gov-us-tsunami, name: "NOAA Tsunami Warning", host: www.tsunami.gov, cat: government, provider: noaa, cc: US, imp: 3, tier: 4, checks: [http] }
4829 + - { id: gov-us-tx-austin, name: "City of Austin", host: www.austintexas.gov, cat: government, provider: austin, cc: US, imp: 2, tier: 4, checks: [http] }
4830 + - { id: gov-us-tx-courts, name: "Texas Judicial Branch", host: www.txcourts.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4831 + - { id: gov-us-tx-dallas, name: "City of Dallas", host: dallascityhall.com, cat: government, provider: dallas, cc: US, imp: 2, tier: 4, checks: [http] }
4832 + - { id: gov-us-tx-dart, name: "DART", host: www.dart.org, cat: government, provider: dart, cc: US, imp: 1, tier: 4, checks: [http] }
4833 + - { id: gov-us-tx-dfw, name: "DFW Airport", host: www.dfwairport.com, cat: government, provider: dfw, cc: US, imp: 2, tier: 4, checks: [http] }
4834 + - { id: gov-us-tx-dmv, name: "Texas DMV", host: www.txdmv.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4835 + - { id: gov-us-tx-dps, name: "Texas DPS", host: www.dps.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4836 + - { id: gov-us-tx-drivetexas, name: "DriveTexas", host: drivetexas.org, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4837 + - { id: gov-us-tx-dshs, name: "Texas DSHS", host: www.dshs.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4838 + - { id: gov-us-tx-elpaso, name: "City of El Paso", host: www.elpasotexas.gov, cat: government, provider: el-paso, cc: US, imp: 1, tier: 4, checks: [http] }
4839 + - { id: gov-us-tx-ercot, name: "ERCOT", host: www.ercot.com, cat: government, provider: ercot, cc: US, imp: 3, tier: 4, checks: [http] }
4840 + - { id: gov-us-tx-fortworth, name: "City of Fort Worth", host: www.fortworthtexas.gov, cat: government, provider: fort-worth, cc: US, imp: 1, tier: 4, checks: [http] }
4841 + - { id: gov-us-tx-hhs, name: "Texas HHS", host: www.hhs.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4842 + - { id: gov-us-tx-houston, name: "City of Houston", host: www.houstontx.gov, cat: government, provider: houston, cc: US, imp: 3, tier: 4, checks: [http] }
4843 + - { id: gov-us-tx-iah, name: "Houston Airports", host: www.fly2houston.com, cat: government, provider: houston, cc: US, imp: 1, tier: 4, checks: [http] }
4844 + - { id: gov-us-tx-legislature, name: "Texas Legislature Online", host: capitol.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4845 + - { id: gov-us-tx-metro-houston, name: "METRO Houston", host: www.ridemetro.org, cat: government, provider: metro-houston, cc: US, imp: 1, tier: 4, checks: [http] }
4846 + - { id: gov-us-tx-revenue, name: "Texas Department of Revenue", host: comptroller.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4847 + - { id: gov-us-tx-sanantonio, name: "City of San Antonio", host: www.sa.gov, cat: government, provider: san-antonio, cc: US, imp: 2, tier: 4, checks: [http] }
4848 + - { id: gov-us-tx-sos, name: "Texas Secretary of State", host: www.sos.state.tx.us, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4849 + - { id: gov-us-tx-tdem, name: "Texas Division of Emergency Management", host: www.tdem.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 2, tier: 4, checks: [http] }
4850 + - { id: gov-us-tx-twc, name: "Texas Workforce Commission", host: www.twc.texas.gov, cat: government, provider: gov-us-tx, cc: US, imp: 3, tier: 4, checks: [http] }
4851 + - { id: gov-us-usaid, name: "USAID", host: www.usaid.gov, cat: government, provider: usaid, cc: US, imp: 3, tier: 4, checks: [http] }
4852 + - { id: gov-us-usajobs, name: "USAJOBS", host: www.usajobs.gov, cat: government, provider: opm, cc: US, imp: 3, tier: 4, checks: [http] }
4853 + - { id: gov-us-uscg, name: "U.S. Coast Guard", host: www.uscg.mil, cat: government, provider: dhs, cc: US, imp: 2, tier: 4, checks: [http] }
4854 + - { id: gov-us-uscourts, name: "U.S. Courts", host: www.uscourts.gov, cat: government, provider: uscourts, cc: US, imp: 3, tier: 4, checks: [http] }
4855 + - { id: gov-us-usda, name: "USDA", host: www.usda.gov, cat: government, provider: usda, cc: US, imp: 3, tier: 4, checks: [http] }
4856 + - { id: gov-us-usembassy, name: "U.S. Embassies", host: www.usembassy.gov, cat: government, provider: state, cc: US, imp: 3, tier: 4, checks: [http] }
4857 + - { id: gov-us-usich-mytreasury, name: "IRS Where's My Refund", host: sa.www4.irs.gov, url: "https://sa.www4.irs.gov/wmr/", cat: government, provider: irs, cc: US, imp: 2, tier: 4, checks: [http] }
4858 + - { id: gov-us-usmarshals, name: "U.S. Marshals", host: www.usmarshals.gov, cat: government, provider: usms, cc: US, imp: 1, tier: 4, checks: [http] }
4859 + - { id: gov-us-usps-tracking, name: "USPS Tools", host: tools.usps.com, cat: government, provider: usps, cc: US, imp: 3, tier: 4, checks: [http] }
4860 + - { id: gov-us-uspto, name: "USPTO", host: www.uspto.gov, cat: government, provider: uspto, cc: US, imp: 3, tier: 4, checks: [http] }
4861 + - { id: gov-us-ut-dmv, name: "Utah DMV", host: dld.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 2, tier: 4, checks: [http] }
4862 + - { id: gov-us-ut-health, name: "Utah DHHS", host: dhhs.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 1, tier: 4, checks: [http] }
4863 + - { id: gov-us-ut-jobs, name: "Utah Department of Workforce Services", host: jobs.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 1, tier: 4, checks: [http] }
4864 + - { id: gov-us-ut-le, name: "Utah State Legislature", host: le.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 1, tier: 4, checks: [http] }
4865 + - { id: gov-us-ut-portal, name: "State of Utah", host: www.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 2, tier: 4, checks: [http] }
4866 + - { id: gov-us-ut-revenue, name: "Utah Department of Revenue", host: tax.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 2, tier: 4, checks: [http] }
4867 + - { id: gov-us-ut-slc, name: "Salt Lake City", host: www.slc.gov, cat: government, provider: salt-lake-city, cc: US, imp: 1, tier: 4, checks: [http] }
4868 + - { id: gov-us-ut-udot, name: "UDOT Traffic", host: www.udottraffic.utah.gov, cat: government, provider: gov-us-ut, cc: US, imp: 1, tier: 4, checks: [http] }
4869 + - { id: gov-us-va-511, name: "511 Virginia", host: www.511virginia.org, cat: government, provider: gov-us-va, cc: US, imp: 1, tier: 4, checks: [http] }
4870 + - { id: gov-us-va-arlington, name: "Arlington County", host: www.arlingtonva.us, cat: government, provider: arlington, cc: US, imp: 1, tier: 4, checks: [http] }
4871 + - { id: gov-us-va-dmv, name: "Virginia DMV", host: www.dmv.virginia.gov, cat: government, provider: gov-us-va, cc: US, imp: 2, tier: 4, checks: [http] }
4872 + - { id: gov-us-va-fairfax, name: "Fairfax County", host: www.fairfaxcounty.gov, cat: government, provider: fairfax, cc: US, imp: 1, tier: 4, checks: [http] }
4873 + - { id: gov-us-va-lis, name: "Virginia Legislative Information System", host: lis.virginia.gov, cat: government, provider: gov-us-va, cc: US, imp: 1, tier: 4, checks: [http] }
4874 + - { id: gov-us-va-portal, name: "State of Virginia", host: www.virginia.gov, cat: government, provider: gov-us-va, cc: US, imp: 3, tier: 4, checks: [http] }
4875 + - { id: gov-us-va-revenue, name: "Virginia Department of Revenue", host: www.tax.virginia.gov, cat: government, provider: gov-us-va, cc: US, imp: 2, tier: 4, checks: [http] }
4876 + - { id: gov-us-va-richmond, name: "City of Richmond", host: www.rva.gov, cat: government, provider: richmond-va, cc: US, imp: 1, tier: 4, checks: [http] }
4877 + - { id: gov-us-va-vacourts, name: "Virginia's Judicial System", host: www.vacourts.gov, cat: government, provider: gov-us-va, cc: US, imp: 1, tier: 4, checks: [http] }
4878 + - { id: gov-us-va-vdem, name: "Virginia Department of Emergency Management", host: www.vaemergency.gov, cat: government, provider: gov-us-va, cc: US, imp: 1, tier: 4, checks: [http] }
4879 + - { id: gov-us-va-vdh, name: "Virginia Department of Health", host: www.vdh.virginia.gov, cat: government, provider: gov-us-va, cc: US, imp: 2, tier: 4, checks: [http] }
4880 + - { id: gov-us-va-vec, name: "Virginia Works (VEC)", host: www.vec.virginia.gov, cat: government, provider: gov-us-va, cc: US, imp: 2, tier: 4, checks: [http] }
4881 + - { id: gov-us-vi-gov, name: "Government of the U.S. Virgin Islands", host: www.vi.gov, cat: government, provider: usvi, cc: US, imp: 1, tier: 4, checks: [http] }
4882 + - { id: gov-us-vote-gov, name: "Vote.gov", host: vote.gov, cat: government, provider: gsa, cc: US, imp: 3, tier: 4, checks: [http] }
4883 + - { id: gov-us-vt-dmv, name: "Vermont DMV", host: dmv.vermont.gov, cat: government, provider: gov-us-vt, cc: US, imp: 2, tier: 4, checks: [http] }
4884 + - { id: gov-us-vt-healthvermont, name: "Vermont Department of Health", host: www.healthvermont.gov, cat: government, provider: gov-us-vt, cc: US, imp: 1, tier: 4, checks: [http] }
4885 + - { id: gov-us-vt-legislature, name: "Vermont General Assembly", host: legislature.vermont.gov, cat: government, provider: gov-us-vt, cc: US, imp: 1, tier: 4, checks: [http] }
4886 + - { id: gov-us-vt-portal, name: "State of Vermont", host: www.vermont.gov, cat: government, provider: gov-us-vt, cc: US, imp: 2, tier: 4, checks: [http] }
4887 + - { id: gov-us-vt-revenue, name: "Vermont Department of Revenue", host: tax.vermont.gov, cat: government, provider: gov-us-vt, cc: US, imp: 2, tier: 4, checks: [http] }
4888 + - { id: gov-us-wa-courts, name: "Washington Courts", host: www.courts.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 1, tier: 4, checks: [http] }
4889 + - { id: gov-us-wa-dmv, name: "Washington DMV", host: dol.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 2, tier: 4, checks: [http] }
4890 + - { id: gov-us-wa-doh, name: "Washington State Department of Health", host: doh.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 2, tier: 4, checks: [http] }
4891 + - { id: gov-us-wa-esd, name: "Washington ESD", host: esd.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 2, tier: 4, checks: [http] }
4892 + - { id: gov-us-wa-kingcounty, name: "King County", host: kingcounty.gov, cat: government, provider: king-county, cc: US, imp: 1, tier: 4, checks: [http] }
4893 + - { id: gov-us-wa-leg, name: "Washington State Legislature", host: leg.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 1, tier: 4, checks: [http] }
4894 + - { id: gov-us-wa-portal, name: "State of Washington", host: wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 3, tier: 4, checks: [http] }
4895 + - { id: gov-us-wa-revenue, name: "Washington Department of Revenue", host: dor.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 2, tier: 4, checks: [http] }
4896 + - { id: gov-us-wa-sea, name: "Seattle-Tacoma International Airport", host: www.portseattle.org, cat: government, provider: port-seattle, cc: US, imp: 1, tier: 4, checks: [http] }
4897 + - { id: gov-us-wa-seattle, name: "City of Seattle", host: www.seattle.gov, cat: government, provider: seattle, cc: US, imp: 2, tier: 4, checks: [http] }
4898 + - { id: gov-us-wa-soundtransit, name: "Sound Transit", host: www.soundtransit.org, cat: government, provider: soundtransit, cc: US, imp: 1, tier: 4, checks: [http] }
4899 + - { id: gov-us-wa-wsdot, name: "WSDOT", host: wsdot.wa.gov, cat: government, provider: gov-us-wa, cc: US, imp: 2, tier: 4, checks: [http] }
4900 + - { id: gov-us-whitehouse-omb, name: "OMB", host: www.whitehouse.gov, url: "https://www.whitehouse.gov/omb/", cat: government, provider: eop, cc: US, imp: 2, tier: 4, checks: [http] }
4901 + - { id: gov-us-wi-511, name: "511 Wisconsin", host: 511wi.gov, cat: government, provider: gov-us-wi, cc: US, imp: 1, tier: 4, checks: [http] }
4902 + - { id: gov-us-wi-dhs, name: "Wisconsin DHS", host: www.dhs.wisconsin.gov, cat: government, provider: gov-us-wi, cc: US, imp: 2, tier: 4, checks: [http] }
4903 + - { id: gov-us-wi-dmv, name: "Wisconsin DMV", host: wisconsindot.gov, cat: government, provider: gov-us-wi, cc: US, imp: 2, tier: 4, checks: [http] }
4904 + - { id: gov-us-wi-dwd, name: "Wisconsin DWD", host: dwd.wisconsin.gov, cat: government, provider: gov-us-wi, cc: US, imp: 2, tier: 4, checks: [http] }
4905 + - { id: gov-us-wi-legis, name: "Wisconsin State Legislature", host: docs.legis.wisconsin.gov, cat: government, provider: gov-us-wi, cc: US, imp: 1, tier: 4, checks: [http] }
4906 + - { id: gov-us-wi-madison, name: "City of Madison", host: www.cityofmadison.com, cat: government, provider: madison, cc: US, imp: 1, tier: 4, checks: [http] }
4907 + - { id: gov-us-wi-milwaukee, name: "City of Milwaukee", host: city.milwaukee.gov, cat: government, provider: milwaukee, cc: US, imp: 1, tier: 4, checks: [http] }
4908 + - { id: gov-us-wi-portal, name: "State of Wisconsin", host: www.wisconsin.gov, cat: government, provider: gov-us-wi, cc: US, imp: 2, tier: 4, checks: [http] }
4909 + - { id: gov-us-wi-revenue, name: "Wisconsin Department of Revenue", host: www.revenue.wi.gov, cat: government, provider: gov-us-wi, cc: US, imp: 2, tier: 4, checks: [http] }
4910 + - { id: gov-us-wv-charleston, name: "City of Charleston WV", host: www.charlestonwv.gov, cat: government, provider: charleston-wv, cc: US, imp: 1, tier: 4, checks: [http] }
4911 + - { id: gov-us-wv-dhhr, name: "West Virginia DHHR", host: dhhr.wv.gov, cat: government, provider: gov-us-wv, cc: US, imp: 1, tier: 4, checks: [http] }
4912 + - { id: gov-us-wv-dmv, name: "West Virginia DMV", host: transportation.wv.gov, url: "https://transportation.wv.gov/DMV/", cat: government, provider: gov-us-wv, cc: US, imp: 2, tier: 4, checks: [http] }
4913 + - { id: gov-us-wv-portal, name: "State of West Virginia", host: wv.gov, cat: government, provider: gov-us-wv, cc: US, imp: 2, tier: 4, checks: [http] }
4914 + - { id: gov-us-wv-revenue, name: "West Virginia Department of Revenue", host: tax.wv.gov, cat: government, provider: gov-us-wv, cc: US, imp: 2, tier: 4, checks: [http] }
4915 + - { id: gov-us-wv-wvlegislature, name: "West Virginia Legislature", host: www.wvlegislature.gov, cat: government, provider: gov-us-wv, cc: US, imp: 1, tier: 4, checks: [http] }
4916 + - { id: gov-us-wy-dmv, name: "Wyoming DMV", host: www.dot.state.wy.us, cat: government, provider: gov-us-wy, cc: US, imp: 2, tier: 4, checks: [http] }
4917 + - { id: gov-us-wy-health, name: "Wyoming Department of Health", host: health.wyo.gov, cat: government, provider: gov-us-wy, cc: US, imp: 1, tier: 4, checks: [http] }
4918 + - { id: gov-us-wy-portal, name: "State of Wyoming", host: wyo.gov, url: "http://wyo.gov/", cat: government, provider: gov-us-wy, cc: US, imp: 2, tier: 4, checks: [http] }
4919 + - { id: gov-us-wy-revenue, name: "Wyoming Department of Revenue", host: revenue.wyo.gov, cat: government, provider: gov-us-wy, cc: US, imp: 2, tier: 4, checks: [http] }
4920 + - { id: gov-us-wy-wyoleg, name: "Wyoming Legislature", host: www.wyoleg.gov, cat: government, provider: gov-us-wy, cc: US, imp: 1, tier: 4, checks: [http] }
4921 + # ───────── UY
4922 + - { id: gov-uy-aduanas, name: "Dirección Nacional de Aduanas", host: www.aduanas.gub.uy, cat: government, provider: aduanas-uy, cc: UY, imp: 1, tier: 4, checks: [http] }
4923 + - { id: gov-uy-agesic, name: "AGESIC", host: www.gub.uy, url: "https://www.gub.uy/agencia-gobierno-electronico-sociedad-informacion-conocimiento/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4924 + - { id: gov-uy-bcu, name: "Banco Central del Uruguay", host: www.bcu.gub.uy, cat: government, provider: bcu, cc: UY, imp: 2, tier: 4, checks: [http] }
4925 + - { id: gov-uy-bibna, name: "Biblioteca Nacional", host: www.bibna.gub.uy, cat: government, provider: bibna, cc: UY, imp: 1, tier: 4, checks: [http] }
4926 + - { id: gov-uy-bps, name: "BPS", host: www.bps.gub.uy, cat: government, provider: bps, cc: UY, imp: 2, tier: 4, checks: [http] }
4927 + - { id: gov-uy-correo, name: "Correo Uruguayo", host: www.correo.com.uy, cat: government, provider: correo-uy, cc: UY, imp: 1, tier: 4, checks: [http] }
4928 + - { id: gov-uy-corte-electoral, name: "Corte Electoral", host: www.corteelectoral.gub.uy, cat: government, provider: ce-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4929 + - { id: gov-uy-dgi, name: "DGI", host: www.gub.uy, url: "https://www.gub.uy/direccion-general-impositiva/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4930 + - { id: gov-uy-gub-uy, name: "gub.uy", host: www.gub.uy, cat: government, provider: gov-uy, cc: UY, imp: 3, tier: 4, checks: [http] }
4931 + - { id: gov-uy-impo, name: "IMPO (normativa)", host: www.impo.com.uy, cat: government, provider: impo, cc: UY, imp: 1, tier: 4, checks: [http] }
4932 + - { id: gov-uy-ine, name: "INE Uruguay", host: www.gub.uy, url: "https://www.gub.uy/instituto-nacional-estadistica/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4933 + - { id: gov-uy-inumet, name: "INUMET", host: www.inumet.gub.uy, cat: government, provider: inumet, cc: UY, imp: 2, tier: 4, checks: [http] }
4934 + - { id: gov-uy-mef, name: "Ministerio de Economía y Finanzas", host: www.gub.uy, url: "https://www.gub.uy/ministerio-economia-finanzas/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4935 + - { id: gov-uy-minterior, name: "Ministerio del Interior", host: www.gub.uy, url: "https://www.gub.uy/ministerio-interior/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4936 + - { id: gov-uy-montevideo, name: "Intendencia de Montevideo", host: montevideo.gub.uy, cat: government, provider: montevideo, cc: UY, imp: 2, tier: 4, checks: [http] }
4937 + - { id: gov-uy-mrree, name: "Ministerio de Relaciones Exteriores", host: www.gub.uy, url: "https://www.gub.uy/ministerio-relaciones-exteriores/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4938 + - { id: gov-uy-msp, name: "Ministerio de Salud Pública", host: www.gub.uy, url: "https://www.gub.uy/ministerio-salud-publica/", cat: government, provider: gov-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4939 + - { id: gov-uy-parlamento, name: "Parlamento del Uruguay", host: parlamento.gub.uy, cat: government, provider: parlamento-uy, cc: UY, imp: 2, tier: 4, checks: [http] }
4940 + - { id: gov-uy-poderjudicial, name: "Poder Judicial", host: www.poderjudicial.gub.uy, cat: government, provider: pj-uy, cc: UY, imp: 1, tier: 4, checks: [http] }
4941 + - { id: gov-uy-presidencia, name: "Presidencia de Uruguay", host: www.gub.uy, url: "https://www.gub.uy/presidencia/", cat: government, provider: gov-uy, cc: UY, imp: 3, tier: 4, checks: [http] }
4942 + # ───────── UZ
4943 + - { id: gov-uz-cbu, name: "Central Bank of Uzbekistan", host: cbu.uz, cat: government, provider: cbu, cc: UZ, imp: 2, tier: 4, checks: [http] }
4944 + - { id: gov-uz-customs, name: "Customs Committee", host: customs.uz, cat: government, provider: customs-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4945 + - { id: gov-uz-elections, name: "Central Election Commission", host: elections.uz, url: "http://elections.uz/", cat: government, provider: cec-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4946 + - { id: gov-uz-evisa, name: "Uzbekistan e-Visa", host: e-visa.gov.uz, cat: government, provider: gov-uz, cc: UZ, imp: 2, tier: 4, checks: [http] }
4947 + - { id: gov-uz-gov, name: "Government of Uzbekistan", host: www.gov.uz, cat: government, provider: gov-uz, cc: UZ, imp: 3, tier: 4, checks: [http] }
4948 + - { id: gov-uz-lex, name: "Lex.uz", host: lex.uz, cat: government, provider: gov-uz, cc: UZ, imp: 2, tier: 4, checks: [http] }
4949 + - { id: gov-uz-meteo, name: "Uzhydromet", host: hydromet.uz, cat: government, provider: uzhydromet, cc: UZ, imp: 1, tier: 4, checks: [http] }
4950 + - { id: gov-uz-mf, name: "Ministry of Economy and Finance", host: www.imv.uz, cat: government, provider: gov-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4951 + - { id: gov-uz-mfa, name: "Ministry of Foreign Affairs", host: mfa.uz, cat: government, provider: gov-uz, cc: UZ, imp: 2, tier: 4, checks: [http] }
4952 + - { id: gov-uz-my-gov, name: "my.gov.uz", host: my.gov.uz, cat: government, provider: gov-uz, cc: UZ, imp: 3, tier: 4, checks: [http] }
4953 + - { id: gov-uz-natlib, name: "National Library of Uzbekistan", host: natlib.uz, cat: government, provider: natlib-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4954 + - { id: gov-uz-parliament, name: "Oliy Majlis", host: parliament.gov.uz, cat: government, provider: parliament-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4955 + - { id: gov-uz-pf, name: "Pension Fund", host: pfru.uz, cat: government, provider: pf-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4956 + - { id: gov-uz-pochta, name: "Uzbekiston Pochtasi", host: pochta.uz, cat: government, provider: pochta-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4957 + - { id: gov-uz-president, name: "President of Uzbekistan", host: president.uz, cat: government, provider: gov-uz, cc: UZ, imp: 3, tier: 4, checks: [http] }
4958 + - { id: gov-uz-railway, name: "Uzbekistan Railways", host: railway.uz, cat: government, provider: uty, cc: UZ, imp: 1, tier: 4, checks: [http] }
4959 + - { id: gov-uz-senat, name: "Senate of Uzbekistan", host: senat.uz, cat: government, provider: senat-uz, cc: UZ, imp: 1, tier: 4, checks: [http] }
4960 + - { id: gov-uz-ssv, name: "Ministry of Health", host: ssv.uz, cat: government, provider: gov-uz, cc: UZ, imp: 2, tier: 4, checks: [http] }
4961 + - { id: gov-uz-stat, name: "Statistics Agency", host: stat.uz, cat: government, provider: stat-uz, cc: UZ, imp: 2, tier: 4, checks: [http] }
4962 + # ───────── VC
4963 + - { id: gov-vc-gov, name: "Government of St. Vincent and the Grenadines", host: www.gov.vc, cat: government, provider: gov-vc, cc: VC, imp: 1, tier: 4, checks: [http] }
4964 + # ───────── VE
4965 + - { id: gov-ve-asamblea, name: "Asamblea Nacional", host: www.asambleanacional.gob.ve, cat: government, provider: an-ve, cc: VE, imp: 2, tier: 4, checks: [http] }
4966 + - { id: gov-ve-bcv, name: "Banco Central de Venezuela", host: www.bcv.org.ve, cat: government, provider: bcv, cc: VE, imp: 2, tier: 4, checks: [http] }
4967 + - { id: gov-ve-inameh, name: "INAMEH", host: www.inameh.gob.ve, url: "http://www.inameh.gob.ve/", cat: government, provider: inameh, cc: VE, imp: 1, tier: 4, checks: [http] }
4968 + - { id: gov-ve-ine, name: "INE Venezuela", host: www.ine.gob.ve, cat: government, provider: ine-ve, cc: VE, imp: 1, tier: 4, checks: [http] }
4969 + - { id: gov-ve-ipostel, name: "IPOSTEL", host: www.ipostel.gob.ve, cat: government, provider: ipostel, cc: VE, imp: 1, tier: 4, checks: [http] }
4970 + - { id: gov-ve-ivss, name: "IVSS", host: www.ivss.gob.ve, url: "http://www.ivss.gob.ve/", cat: government, provider: ivss, cc: VE, imp: 1, tier: 4, checks: [http] }
4971 + - { id: gov-ve-mppre, name: "Cancillería", host: mppre.gob.ve, cat: government, provider: gov-ve, cc: VE, imp: 2, tier: 4, checks: [http] }
4972 + - { id: gov-ve-mpps, name: "Ministerio de Salud", host: www.mpps.gob.ve, cat: government, provider: gov-ve, cc: VE, imp: 1, tier: 4, checks: [http] }
4973 + - { id: gov-ve-presidencia, name: "Presidencia de Venezuela", host: www.presidencia.gob.ve, cat: government, provider: gov-ve, cc: VE, imp: 2, tier: 4, checks: [http] }
4974 + - { id: gov-ve-saime, name: "SAIME", host: www.saime.gob.ve, cat: government, provider: saime, cc: VE, imp: 2, tier: 4, checks: [http] }
4975 + - { id: gov-ve-tsj, name: "Tribunal Supremo de Justicia", host: www.tsj.gob.ve, cat: government, provider: tsj, cc: VE, imp: 2, tier: 4, checks: [http] }
4976 + # ───────── VN
4977 + - { id: gov-vn-baochinhphu, name: "Báo điện tử Chính phủ", host: baochinhphu.vn, cat: government, provider: gov-vn, cc: VN, imp: 3, tier: 4, checks: [http] }
4978 + - { id: gov-vn-baohiemxahoi, name: "Bảo hiểm xã hội Việt Nam", host: baohiemxahoi.gov.vn, cat: government, provider: vss, cc: VN, imp: 3, tier: 4, checks: [http] }
4979 + - { id: gov-vn-caa, name: "Cục Hàng không Việt Nam", host: caa.gov.vn, url: "http://caa.gov.vn/", cat: government, provider: caav, cc: VN, imp: 2, tier: 4, checks: [http] }
4980 + - { id: gov-vn-danang, name: "UBND Thành phố Đà Nẵng", host: danang.gov.vn, cat: government, provider: danang, cc: VN, imp: 1, tier: 4, checks: [http] }
4981 + - { id: gov-vn-dsvn, name: "Đường sắt Việt Nam (vé)", host: dsvn.vn, cat: government, provider: vnr, cc: VN, imp: 2, tier: 4, checks: [http] }
4982 + - { id: gov-vn-evisa, name: "Vietnam e-Visa", host: evisa.gov.vn, cat: government, provider: xnc, cc: VN, imp: 3, tier: 4, checks: [http] }
4983 + - { id: gov-vn-haiphong, name: "UBND Thành phố Hải Phòng", host: haiphong.gov.vn, cat: government, provider: haiphong, cc: VN, imp: 1, tier: 4, checks: [http] }
4984 + - { id: gov-vn-hochiminhcity, name: "UBND TP. Hồ Chí Minh", host: hochiminhcity.gov.vn, cat: government, provider: hcmc, cc: VN, imp: 3, tier: 4, checks: [http] }
4985 + - { id: gov-vn-mod, name: "Bộ Quốc phòng", host: mod.gov.vn, cat: government, provider: gov-vn, cc: VN, imp: 2, tier: 4, checks: [http] }
4986 + - { id: gov-vn-mof, name: "Bộ Tài chính", host: mof.gov.vn, cat: government, provider: gov-vn, cc: VN, imp: 3, tier: 4, checks: [http] }
4987 + - { id: gov-vn-mofa, name: "Bộ Ngoại giao", host: www.mofa.gov.vn, cat: government, provider: gov-vn, cc: VN, imp: 3, tier: 4, checks: [http] }
4988 + - { id: gov-vn-moj, name: "Bộ Tư pháp", host: moj.gov.vn, cat: government, provider: gov-vn, cc: VN, imp: 2, tier: 4, checks: [http] }
4989 + - { id: gov-vn-mps, name: "Bộ Công an", host: bocongan.gov.vn, cat: government, provider: gov-vn, cc: VN, imp: 3, tier: 4, checks: [http] }
4990 + - { id: gov-vn-mt, name: "Bộ Xây dựng (Giao thông)", host: mt.gov.vn, url: "http://mt.gov.vn/", cat: government, provider: gov-vn, cc: VN, imp: 2, tier: 4, checks: [http] }
4991 + - { id: gov-vn-nchmf-portal, name: "Trung tâm Dự báo KTTV (portal)", host: www.nchmf.gov.vn, cat: government, provider: nchmf, cc: VN, imp: 2, tier: 4, checks: [http] }
4992 + - { id: gov-vn-nlv, name: "Thư viện Quốc gia", host: nlv.gov.vn, cat: government, provider: nlv, cc: VN, imp: 1, tier: 4, checks: [http] }
4993 + - { id: gov-vn-president, name: "Chủ tịch nước", host: vpctn.gov.vn, cat: government, provider: gov-vn, cc: VN, imp: 2, tier: 4, checks: [http] }
4994 + - { id: gov-vn-ssc, name: "Ủy ban Chứng khoán Nhà nước", host: ssc.gov.vn, cat: government, provider: ssc-vn, cc: VN, imp: 2, tier: 4, checks: [http] }
4995 + - { id: gov-vn-vanban, name: "Văn bản pháp luật (Chính phủ)", host: vanban.chinhphu.vn, cat: government, provider: gov-vn, cc: VN, imp: 3, tier: 4, checks: [http] }
4996 + - { id: gov-vn-vec, name: "VEC (cao tốc)", host: vec.vn, url: "http://vec.vn/", cat: government, provider: vec, cc: VN, imp: 1, tier: 4, checks: [http] }
4997 + - { id: gov-vn-vietnamairport, name: "ACV (Airports Corporation)", host: vietnamairport.vn, cat: government, provider: acv, cc: VN, imp: 2, tier: 4, checks: [http] }
4998 + - { id: gov-vn-vncert, name: "VNCERT/CC", host: vncert.vn, cat: government, provider: vncert, cc: VN, imp: 2, tier: 4, checks: [http] }
4999 + - { id: gov-vn-vnpost, name: "Vietnam Post", host: vnpost.vn, cat: government, provider: vnpost, cc: VN, imp: 3, tier: 4, checks: [http] }
5000 + - { id: gov-vn-vr, name: "Đường sắt Việt Nam", host: vr.com.vn, cat: government, provider: vnr, cc: VN, imp: 2, tier: 4, checks: [http] }
5001 + - { id: gov-vn-xuatnhapcanh, name: "Cục Quản lý Xuất nhập cảnh", host: xuatnhapcanh.gov.vn, cat: government, provider: xnc, cc: VN, imp: 3, tier: 4, checks: [http] }
5002 + # ───────── VU
5003 + - { id: gov-vu-gov, name: "Government of Vanuatu", host: www.gov.vu, cat: government, provider: gov-vu, cc: VU, imp: 1, tier: 4, checks: [http] }
5004 + - { id: gov-vu-rbv, name: "Reserve Bank of Vanuatu", host: www.rbv.gov.vu, cat: government, provider: rbv, cc: VU, imp: 1, tier: 4, checks: [http] }
5005 + - { id: gov-vu-vmgd, name: "Vanuatu Meteorology & Geo-Hazards", host: www.vmgd.gov.vu, cat: government, provider: vmgd, cc: VU, imp: 1, tier: 4, checks: [http] }
5006 + - { id: gov-vu-vnso, name: "Vanuatu National Statistics Office", host: vnso.gov.vu, cat: government, provider: vnso, cc: VU, imp: 1, tier: 4, checks: [http] }
5007 + # ───────── WS
5008 + - { id: gov-ws-cbs, name: "Central Bank of Samoa", host: www.cbs.gov.ws, cat: government, provider: cbs-ws, cc: WS, imp: 1, tier: 4, checks: [http] }
5009 + - { id: gov-ws-gov, name: "Government of Samoa", host: www.samoagovt.ws, cat: government, provider: gov-ws, cc: WS, imp: 1, tier: 4, checks: [http] }
5010 + - { id: gov-ws-met, name: "Samoa Meteorology", host: www.samet.gov.ws, url: "http://www.samet.gov.ws/", cat: government, provider: met-ws, cc: WS, imp: 1, tier: 4, checks: [http] }
5011 + - { id: gov-ws-mof, name: "Ministry of Finance", host: www.mof.gov.ws, cat: government, provider: gov-ws, cc: WS, imp: 1, tier: 4, checks: [http] }
5012 + - { id: gov-ws-sbs, name: "Samoa Bureau of Statistics", host: www.sbs.gov.ws, cat: government, provider: sbs-ws, cc: WS, imp: 1, tier: 4, checks: [http] }
5013 + # ───────── XK
5014 + - { id: gov-xk-ask, name: "Agjencia e Statistikave", host: ask.rks-gov.net, cat: government, provider: ask, cc: XK, imp: 1, tier: 4, checks: [http] }
5015 + - { id: gov-xk-atk, name: "Administrata Tatimore", host: www.atk-ks.org, cat: government, provider: atk, cc: XK, imp: 1, tier: 4, checks: [http] }
5016 + - { id: gov-xk-bqk, name: "Banka Qendrore", host: bqk-kos.org, cat: government, provider: bqk, cc: XK, imp: 1, tier: 4, checks: [http] }
5017 + - { id: gov-xk-ekosova, name: "eKosova", host: ekosova.rks-gov.net, cat: government, provider: gov-xk, cc: XK, imp: 2, tier: 4, checks: [http] }
5018 + - { id: gov-xk-kqz, name: "KQZ Kosovë", host: kqz-ks.org, cat: government, provider: kqz-xk, cc: XK, imp: 1, tier: 4, checks: [http] }
5019 + - { id: gov-xk-kuvendi, name: "Kuvendi i Kosovës", host: www.kuvendikosoves.org, cat: government, provider: kuvendi-xk, cc: XK, imp: 1, tier: 4, checks: [http] }
5020 + - { id: gov-xk-president, name: "Presidentja e Kosovës", host: president-ksgov.net, cat: government, provider: gov-xk, cc: XK, imp: 1, tier: 4, checks: [http] }
5021 + - { id: gov-xk-rks, name: "Qeveria e Kosovës", host: kryeministri.rks-gov.net, cat: government, provider: gov-xk, cc: XK, imp: 2, tier: 4, checks: [http] }
5022 + # ───────── YE
5023 + - { id: gov-ye-cby, name: "Central Bank of Yemen (Aden)", host: www.cby-ye.com, cat: government, provider: cby, cc: YE, imp: 1, tier: 4, checks: [http] }
5024 + - { id: gov-ye-mofa, name: "Ministry of Foreign Affairs (Yemen)", host: www.mofa-ye.org, cat: government, provider: gov-ye, cc: YE, imp: 1, tier: 4, checks: [http] }
5025 + - { id: gov-ye-saba, name: "Saba News Agency", host: www.sabanew.net, cat: government, provider: saba, cc: YE, imp: 1, tier: 4, checks: [http] }
5026 + # ───────── ZA
5027 + - { id: gov-za-acsa, name: "Airports Company South Africa", host: www.airports.co.za, cat: government, provider: acsa, cc: ZA, imp: 2, tier: 4, checks: [http] }
5028 + - { id: gov-za-capetown, name: "City of Cape Town", host: www.capetown.gov.za, cat: government, provider: capetown, cc: ZA, imp: 3, tier: 4, checks: [http] }
5029 + - { id: gov-za-cipc, name: "CIPC", host: www.cipc.co.za, cat: government, provider: cipc, cc: ZA, imp: 3, tier: 4, checks: [http] }
5030 + - { id: gov-za-concourt, name: "Constitutional Court", host: www.concourt.org.za, cat: government, provider: concourt, cc: ZA, imp: 3, tier: 4, checks: [http] }
5031 + - { id: gov-za-csir, name: "CSIR", host: www.csir.co.za, cat: government, provider: csir-za, cc: ZA, imp: 1, tier: 4, checks: [http] }
5032 + - { id: gov-za-dcdt, name: "Department of Communications and Digital Technologies", host: www.dcdt.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5033 + - { id: gov-za-dha-not, name: "Department of Home Affairs (services)", host: www.dha.gov.za, url: "https://www.dha.gov.za/index.php/civic-services", cat: government, provider: gov-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5034 + - { id: gov-za-dirco, name: "DIRCO", host: www.dirco.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5035 + - { id: gov-za-dsd, name: "Department of Social Development", host: www.dsd.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5036 + - { id: gov-za-dtic, name: "DTIC", host: www.thedtic.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5037 + - { id: gov-za-durban, name: "eThekwini Municipality", host: www.durban.gov.za, cat: government, provider: durban, cc: ZA, imp: 2, tier: 4, checks: [http] }
5038 + - { id: gov-za-education, name: "Department of Basic Education", host: www.education.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5039 + - { id: gov-za-efiling, name: "SARS eFiling", host: secure.sarsefiling.co.za, cat: government, provider: sars, cc: ZA, imp: 3, tier: 4, checks: [http] }
5040 + - { id: gov-za-ekurhuleni, name: "City of Ekurhuleni", host: www.ekurhuleni.gov.za, cat: government, provider: ekurhuleni, cc: ZA, imp: 1, tier: 4, checks: [http] }
5041 + - { id: gov-za-elections, name: "Electoral Commission of South Africa", host: www.elections.org.za, cat: government, provider: iec-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5042 + - { id: gov-za-fsca, name: "FSCA", host: www.fsca.co.za, cat: government, provider: fsca, cc: ZA, imp: 2, tier: 4, checks: [http] }
5043 + - { id: gov-za-gauteng, name: "Gauteng Provincial Government", host: www.gauteng.gov.za, cat: government, provider: gauteng, cc: ZA, imp: 2, tier: 4, checks: [http] }
5044 + - { id: gov-za-gautrain, name: "Gautrain", host: www.gautrain.co.za, cat: government, provider: gautrain, cc: ZA, imp: 2, tier: 4, checks: [http] }
5045 + - { id: gov-za-gcis, name: "GCIS", host: www.gcis.gov.za, cat: government, provider: gcis, cc: ZA, imp: 1, tier: 4, checks: [http] }
5046 + - { id: gov-za-gov-za-docs, name: "Government documents", host: www.gov.za, url: "https://www.gov.za/documents", cat: government, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5047 + - { id: gov-za-icasa, name: "ICASA", host: www.icasa.org.za, cat: government, provider: icasa, cc: ZA, imp: 2, tier: 4, checks: [http] }
5048 + - { id: gov-za-inforegulator, name: "Information Regulator", host: inforegulator.org.za, cat: government, provider: inforegulator, cc: ZA, imp: 1, tier: 4, checks: [http] }
5049 + - { id: gov-za-joburg, name: "City of Johannesburg", host: www.joburg.org.za, cat: government, provider: johannesburg, cc: ZA, imp: 3, tier: 4, checks: [http] }
5050 + - { id: gov-za-judiciary, name: "Judiciary of South Africa", host: www.judiciary.org.za, cat: government, provider: judiciary-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5051 + - { id: gov-za-justice, name: "Department of Justice", host: www.justice.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5052 + - { id: gov-za-kznonline, name: "KwaZulu-Natal Government", host: www.kznonline.gov.za, cat: government, provider: kzn, cc: ZA, imp: 1, tier: 4, checks: [http] }
5053 + - { id: gov-za-labour, name: "Department of Employment and Labour", host: www.labour.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5054 + - { id: gov-za-loadshedding, name: "Eskom Loadshedding", host: loadshedding.eskom.co.za, cat: government, provider: eskom, cc: ZA, imp: 3, tier: 4, checks: [http] }
5055 + - { id: gov-za-nationalarchives, name: "National Archives", host: www.nationalarchives.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 1, tier: 4, checks: [http] }
5056 + - { id: gov-za-ndmc, name: "National Disaster Management Centre", host: www.ndmc.gov.za, cat: government, provider: ndmc, cc: ZA, imp: 2, tier: 4, checks: [http] }
5057 + - { id: gov-za-nicd, name: "NICD", host: www.nicd.ac.za, cat: government, provider: nicd, cc: ZA, imp: 3, tier: 4, checks: [http] }
5058 + - { id: gov-za-npa, name: "National Prosecuting Authority", host: www.npa.gov.za, cat: government, provider: npa-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5059 + - { id: gov-za-parliament-not, name: "Presidency (The Presidency portal)", host: www.thepresidency.gov.za, url: "https://www.thepresidency.gov.za/", cat: government, provider: gov-za, cc: ZA, imp: 3, tier: 4, checks: [http] }
5060 + - { id: gov-za-postoffice, name: "South African Post Office", host: www.postoffice.co.za, cat: government, provider: sapo, cc: ZA, imp: 2, tier: 4, checks: [http] }
5061 + - { id: gov-za-sacaa, name: "SACAA", host: www.caa.co.za, cat: government, provider: sacaa, cc: ZA, imp: 1, tier: 4, checks: [http] }
5062 + - { id: gov-za-saflii, name: "SAFLII", host: www.saflii.org, cat: government, provider: saflii, cc: ZA, imp: 2, tier: 4, checks: [http] }
5063 + - { id: gov-za-sahpra, name: "SAHPRA", host: www.sahpra.org.za, cat: government, provider: sahpra, cc: ZA, imp: 2, tier: 4, checks: [http] }
5064 + - { id: gov-za-sanews, name: "SAnews", host: www.sanews.gov.za, cat: government, provider: gcis, cc: ZA, imp: 2, tier: 4, checks: [http] }
5065 + - { id: gov-za-sanral, name: "SANRAL", host: www.nra.co.za, cat: government, provider: sanral, cc: ZA, imp: 2, tier: 4, checks: [http] }
5066 + - { id: gov-za-sansa, name: "SANSA", host: www.sansa.org.za, cat: government, provider: sansa, cc: ZA, imp: 1, tier: 4, checks: [http] }
5067 + - { id: gov-za-saps, name: "South African Police Service", host: www.saps.gov.za, cat: government, provider: saps, cc: ZA, imp: 3, tier: 4, checks: [http] }
5068 + - { id: gov-za-treasury, name: "National Treasury", host: www.treasury.gov.za, cat: government, provider: gov-za, cc: ZA, imp: 4, tier: 3, checks: [http] }
5069 + - { id: gov-za-tshwane, name: "City of Tshwane", host: www.tshwane.gov.za, cat: government, provider: tshwane, cc: ZA, imp: 2, tier: 4, checks: [http] }
5070 + - { id: gov-za-uif, name: "UIF", host: www.labour.gov.za, url: "https://www.labour.gov.za/DOL/legislation/acts/unemployment-insurance-fund", cat: government, provider: gov-za, cc: ZA, imp: 2, tier: 4, checks: [http] }
5071 + - { id: gov-za-westerncape, name: "Western Cape Government", host: www.westerncape.gov.za, cat: government, provider: westerncape, cc: ZA, imp: 2, tier: 4, checks: [http] }
5072 + # ───────── ZM
5073 + - { id: gov-zm-boz, name: "Bank of Zambia", host: www.boz.zm, cat: government, provider: boz, cc: ZM, imp: 2, tier: 4, checks: [http] }
5074 + - { id: gov-zm-ecz, name: "Electoral Commission of Zambia", host: www.elections.org.zm, cat: government, provider: ecz, cc: ZM, imp: 1, tier: 4, checks: [http] }
5075 + - { id: gov-zm-judiciary, name: "Judiciary of Zambia", host: www.judiciaryzambia.com, cat: government, provider: judiciary-zm, cc: ZM, imp: 1, tier: 4, checks: [http] }
5076 + - { id: gov-zm-lusaka, name: "Lusaka City Council", host: www.lcc.gov.zm, url: "http://www.lcc.gov.zm/", cat: government, provider: lusaka, cc: ZM, imp: 1, tier: 4, checks: [http] }
5077 + - { id: gov-zm-moh, name: "Ministry of Health", host: www.moh.gov.zm, cat: government, provider: gov-zm, cc: ZM, imp: 2, tier: 4, checks: [http] }
5078 + - { id: gov-zm-napsa, name: "NAPSA", host: www.napsa.co.zm, cat: government, provider: napsa, cc: ZM, imp: 1, tier: 4, checks: [http] }
5079 + - { id: gov-zm-pacra, name: "PACRA", host: www.pacra.org.zm, cat: government, provider: pacra, cc: ZM, imp: 1, tier: 4, checks: [http] }
5080 + - { id: gov-zm-parliament, name: "National Assembly of Zambia", host: www.parliament.gov.zm, cat: government, provider: parliament-zm, cc: ZM, imp: 1, tier: 4, checks: [http] }
5081 + - { id: gov-zm-rda, name: "Road Development Agency", host: www.rda.org.zm, cat: government, provider: rda-zm, cc: ZM, imp: 1, tier: 4, checks: [http] }
5082 + - { id: gov-zm-smartzambia, name: "Smart Zambia", host: www.szi.gov.zm, cat: government, provider: szi, cc: ZM, imp: 1, tier: 4, checks: [http] }
5083 + - { id: gov-zm-zambiaimmigration, name: "Department of Immigration", host: www.zambiaimmigration.gov.zm, cat: government, provider: immigration-zm, cc: ZM, imp: 1, tier: 4, checks: [http] }
5084 + - { id: gov-zm-zambiapolice, name: "Zambia Police Service", host: www.zambiapolice.gov.zm, cat: government, provider: police-zm, cc: ZM, imp: 1, tier: 4, checks: [http] }
5085 + - { id: gov-zm-zampost, name: "Zampost", host: www.zampost.com.zm, cat: government, provider: zampost, cc: ZM, imp: 1, tier: 4, checks: [http] }
5086 + - { id: gov-zm-zamstats, name: "Zambia Statistics Agency", host: www.zamstats.gov.zm, cat: government, provider: zamstats, cc: ZM, imp: 1, tier: 4, checks: [http] }
5087 + - { id: gov-zm-zicta, name: "ZICTA", host: www.zicta.zm, cat: government, provider: zicta, cc: ZM, imp: 1, tier: 4, checks: [http] }
5088 + - { id: gov-zm-zmd, name: "Zambia Meteorological Department", host: www.zmd.gov.zm, url: "http://www.zmd.gov.zm/", cat: government, provider: zmd, cc: ZM, imp: 1, tier: 4, checks: [http] }
5089 + - { id: gov-zm-znphi, name: "Zambia National Public Health Institute", host: znphi.co.zm, url: "http://znphi.co.zm/", cat: government, provider: znphi, cc: ZM, imp: 1, tier: 4, checks: [http] }
5090 + - { id: gov-zm-zra, name: "Zambia Revenue Authority", host: www.zra.org.zm, cat: government, provider: zra, cc: ZM, imp: 2, tier: 4, checks: [http] }
5091 + # ───────── ZW
5092 + - { id: gov-zw-evisa, name: "Zimbabwe eVisa", host: www.evisa.gov.zw, cat: government, provider: gov-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
5093 + - { id: gov-zw-harare, name: "City of Harare", host: www.hararecity.co.zw, cat: government, provider: harare, cc: ZW, imp: 1, tier: 4, checks: [http] }
5094 + - { id: gov-zw-jsc, name: "Judicial Service Commission", host: www.jsc.org.zw, cat: government, provider: jsc-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
5095 + - { id: gov-zw-mohcc, name: "Ministry of Health", host: www.mohcc.gov.zw, url: "http://www.mohcc.gov.zw/", cat: government, provider: gov-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
5096 + - { id: gov-zw-msd, name: "Meteorological Services Department", host: www.weatherzw.org.zw, cat: government, provider: msd-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
5097 + - { id: gov-zw-nssa, name: "NSSA", host: www.nssa.org.zw, cat: government, provider: nssa-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
5098 + - { id: gov-zw-parlzim, name: "Parliament of Zimbabwe", host: www.parlzim.gov.zw, cat: government, provider: parlzim, cc: ZW, imp: 1, tier: 4, checks: [http] }
5099 + - { id: gov-zw-potraz, name: "POTRAZ", host: www.potraz.gov.zw, cat: government, provider: potraz, cc: ZW, imp: 1, tier: 4, checks: [http] }
5100 + - { id: gov-zw-rbz, name: "Reserve Bank of Zimbabwe", host: www.rbz.co.zw, cat: government, provider: rbz, cc: ZW, imp: 2, tier: 4, checks: [http] }
5101 + - { id: gov-zw-zim, name: "Government of Zimbabwe", host: www.zim.gov.zw, cat: government, provider: gov-zw, cc: ZW, imp: 2, tier: 4, checks: [http] }
5102 + - { id: gov-zw-zimpost, name: "Zimpost", host: www.zimpost.co.zw, cat: government, provider: zimpost, cc: ZW, imp: 1, tier: 4, checks: [http] }
5103 + - { id: gov-zw-zimra, name: "ZIMRA", host: www.zimra.co.zw, cat: government, provider: zimra, cc: ZW, imp: 2, tier: 4, checks: [http] }
5104 + - { id: gov-zw-zimstat, name: "ZIMSTAT", host: www.zimstat.co.zw, cat: government, provider: zimstat, cc: ZW, imp: 1, tier: 4, checks: [http] }
5105 + - { id: gov-zw-zimtreasury, name: "Ministry of Finance", host: www.zimtreasury.gov.zw, url: "http://www.zimtreasury.gov.zw/", cat: government, provider: gov-zw, cc: ZW, imp: 1, tier: 4, checks: [http] }
5106 + - { id: gov-zw-zrp, name: "Zimbabwe Republic Police", host: www.zrp.gov.zw, cat: government, provider: zrp, cc: ZW, imp: 1, tier: 4, checks: [http] }
added data/targets/fragments/infrastructure.yaml +3588 −0
@@ -0,0 +1,3588 @@
1 +# InternetPressure target fragment — Internet infrastructure (cloud, hosting, CDN, DNS, NTP, PKI, IXPs, carriers, data centres, satellite, ISPs).
2 +# Generated 2026-09-13; every host verified (dig + curl 2xx/3xx/4xx, or ping for bare hosts). Same schema/defaults as targets.yaml.
3 +
4 +targets:
5 + # ───────── Cloud — AWS regional service endpoints (213)
6 + - { id: aws-sts-us-east-1, name: "AWS STS us-east-1", host: sts.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
7 + - { id: aws-lambda-us-east-1, name: "AWS Lambda us-east-1", host: lambda.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
8 + - { id: aws-sqs-us-east-1, name: "AWS SQS us-east-1", host: sqs.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
9 + - { id: aws-sns-us-east-1, name: "AWS SNS us-east-1", host: sns.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
10 + - { id: aws-kms-us-east-1, name: "AWS KMS us-east-1", host: kms.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
11 + - { id: aws-rds-us-east-1, name: "AWS RDS us-east-1", host: rds.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
12 + - { id: aws-ec2-us-east-2, name: "AWS EC2 us-east-2", host: ec2.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
13 + - { id: aws-dynamodb-us-east-2, name: "AWS DynamoDB us-east-2", host: dynamodb.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
14 + - { id: aws-sts-us-east-2, name: "AWS STS us-east-2", host: sts.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
15 + - { id: aws-lambda-us-east-2, name: "AWS Lambda us-east-2", host: lambda.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
16 + - { id: aws-sqs-us-east-2, name: "AWS SQS us-east-2", host: sqs.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
17 + - { id: aws-sns-us-east-2, name: "AWS SNS us-east-2", host: sns.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
18 + - { id: aws-kms-us-east-2, name: "AWS KMS us-east-2", host: kms.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
19 + - { id: aws-rds-us-east-2, name: "AWS RDS us-east-2", host: rds.us-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
20 + - { id: aws-ec2-us-west-1, name: "AWS EC2 us-west-1", host: ec2.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
21 + - { id: aws-dynamodb-us-west-1, name: "AWS DynamoDB us-west-1", host: dynamodb.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
22 + - { id: aws-sts-us-west-1, name: "AWS STS us-west-1", host: sts.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
23 + - { id: aws-lambda-us-west-1, name: "AWS Lambda us-west-1", host: lambda.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
24 + - { id: aws-sqs-us-west-1, name: "AWS SQS us-west-1", host: sqs.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
25 + - { id: aws-sns-us-west-1, name: "AWS SNS us-west-1", host: sns.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
26 + - { id: aws-kms-us-west-1, name: "AWS KMS us-west-1", host: kms.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
27 + - { id: aws-rds-us-west-1, name: "AWS RDS us-west-1", host: rds.us-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
28 + - { id: aws-ec2-us-west-2, name: "AWS EC2 us-west-2", host: ec2.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
29 + - { id: aws-dynamodb-us-west-2, name: "AWS DynamoDB us-west-2", host: dynamodb.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
30 + - { id: aws-sts-us-west-2, name: "AWS STS us-west-2", host: sts.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 5, tier: 2, checks: [http, dns] }
31 + - { id: aws-lambda-us-west-2, name: "AWS Lambda us-west-2", host: lambda.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
32 + - { id: aws-sqs-us-west-2, name: "AWS SQS us-west-2", host: sqs.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
33 + - { id: aws-sns-us-west-2, name: "AWS SNS us-west-2", host: sns.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
34 + - { id: aws-kms-us-west-2, name: "AWS KMS us-west-2", host: kms.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
35 + - { id: aws-rds-us-west-2, name: "AWS RDS us-west-2", host: rds.us-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 2, checks: [http, dns] }
36 + - { id: aws-ec2-ca-central-1, name: "AWS EC2 ca-central-1", host: ec2.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 5, tier: 2, checks: [http, dns] }
37 + - { id: aws-dynamodb-ca-central-1, name: "AWS DynamoDB ca-central-1", host: dynamodb.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 5, tier: 2, checks: [http, dns] }
38 + - { id: aws-sts-ca-central-1, name: "AWS STS ca-central-1", host: sts.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 5, tier: 2, checks: [http, dns] }
39 + - { id: aws-lambda-ca-central-1, name: "AWS Lambda ca-central-1", host: lambda.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 2, checks: [http, dns] }
40 + - { id: aws-sqs-ca-central-1, name: "AWS SQS ca-central-1", host: sqs.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 2, checks: [http, dns] }
41 + - { id: aws-sns-ca-central-1, name: "AWS SNS ca-central-1", host: sns.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 2, checks: [http, dns] }
42 + - { id: aws-kms-ca-central-1, name: "AWS KMS ca-central-1", host: kms.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 2, checks: [http, dns] }
43 + - { id: aws-rds-ca-central-1, name: "AWS RDS ca-central-1", host: rds.ca-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 2, checks: [http, dns] }
44 + - { id: aws-ec2-ca-west-1, name: "AWS EC2 ca-west-1", host: ec2.ca-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
45 + - { id: aws-dynamodb-ca-west-1, name: "AWS DynamoDB ca-west-1", host: dynamodb.ca-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
46 + - { id: aws-sts-ca-west-1, name: "AWS STS ca-west-1", host: sts.ca-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
47 + - { id: aws-lambda-ca-west-1, name: "AWS Lambda ca-west-1", host: lambda.ca-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
48 + - { id: aws-ec2-sa-east-1, name: "AWS EC2 sa-east-1", host: ec2.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 5, tier: 2, checks: [http, dns] }
49 + - { id: aws-dynamodb-sa-east-1, name: "AWS DynamoDB sa-east-1", host: dynamodb.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 5, tier: 2, checks: [http, dns] }
50 + - { id: aws-sts-sa-east-1, name: "AWS STS sa-east-1", host: sts.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 5, tier: 2, checks: [http, dns] }
51 + - { id: aws-lambda-sa-east-1, name: "AWS Lambda sa-east-1", host: lambda.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 4, tier: 2, checks: [http, dns] }
52 + - { id: aws-sqs-sa-east-1, name: "AWS SQS sa-east-1", host: sqs.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 4, tier: 2, checks: [http, dns] }
53 + - { id: aws-sns-sa-east-1, name: "AWS SNS sa-east-1", host: sns.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 4, tier: 2, checks: [http, dns] }
54 + - { id: aws-kms-sa-east-1, name: "AWS KMS sa-east-1", host: kms.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 4, tier: 2, checks: [http, dns] }
55 + - { id: aws-rds-sa-east-1, name: "AWS RDS sa-east-1", host: rds.sa-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: BR, imp: 4, tier: 2, checks: [http, dns] }
56 + - { id: aws-ec2-mx-central-1, name: "AWS EC2 mx-central-1", host: ec2.mx-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
57 + - { id: aws-dynamodb-mx-central-1, name: "AWS DynamoDB mx-central-1", host: dynamodb.mx-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
58 + - { id: aws-sts-mx-central-1, name: "AWS STS mx-central-1", host: sts.mx-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
59 + - { id: aws-lambda-mx-central-1, name: "AWS Lambda mx-central-1", host: lambda.mx-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
60 + - { id: aws-ec2-eu-west-1, name: "AWS EC2 eu-west-1", host: ec2.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 5, tier: 2, checks: [http, dns] }
61 + - { id: aws-dynamodb-eu-west-1, name: "AWS DynamoDB eu-west-1", host: dynamodb.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 5, tier: 2, checks: [http, dns] }
62 + - { id: aws-sts-eu-west-1, name: "AWS STS eu-west-1", host: sts.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 5, tier: 2, checks: [http, dns] }
63 + - { id: aws-lambda-eu-west-1, name: "AWS Lambda eu-west-1", host: lambda.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 4, tier: 2, checks: [http, dns] }
64 + - { id: aws-sqs-eu-west-1, name: "AWS SQS eu-west-1", host: sqs.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 4, tier: 2, checks: [http, dns] }
65 + - { id: aws-sns-eu-west-1, name: "AWS SNS eu-west-1", host: sns.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 4, tier: 2, checks: [http, dns] }
66 + - { id: aws-kms-eu-west-1, name: "AWS KMS eu-west-1", host: kms.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 4, tier: 2, checks: [http, dns] }
67 + - { id: aws-rds-eu-west-1, name: "AWS RDS eu-west-1", host: rds.eu-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IE, imp: 4, tier: 2, checks: [http, dns] }
68 + - { id: aws-ec2-eu-west-2, name: "AWS EC2 eu-west-2", host: ec2.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 5, tier: 2, checks: [http, dns] }
69 + - { id: aws-dynamodb-eu-west-2, name: "AWS DynamoDB eu-west-2", host: dynamodb.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 5, tier: 2, checks: [http, dns] }
70 + - { id: aws-sts-eu-west-2, name: "AWS STS eu-west-2", host: sts.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 5, tier: 2, checks: [http, dns] }
71 + - { id: aws-lambda-eu-west-2, name: "AWS Lambda eu-west-2", host: lambda.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 4, tier: 2, checks: [http, dns] }
72 + - { id: aws-sqs-eu-west-2, name: "AWS SQS eu-west-2", host: sqs.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 4, tier: 2, checks: [http, dns] }
73 + - { id: aws-sns-eu-west-2, name: "AWS SNS eu-west-2", host: sns.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 4, tier: 2, checks: [http, dns] }
74 + - { id: aws-kms-eu-west-2, name: "AWS KMS eu-west-2", host: kms.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 4, tier: 2, checks: [http, dns] }
75 + - { id: aws-rds-eu-west-2, name: "AWS RDS eu-west-2", host: rds.eu-west-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: GB, imp: 4, tier: 2, checks: [http, dns] }
76 + - { id: aws-ec2-eu-west-3, name: "AWS EC2 eu-west-3", host: ec2.eu-west-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
77 + - { id: aws-dynamodb-eu-west-3, name: "AWS DynamoDB eu-west-3", host: dynamodb.eu-west-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
78 + - { id: aws-sts-eu-west-3, name: "AWS STS eu-west-3", host: sts.eu-west-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
79 + - { id: aws-lambda-eu-west-3, name: "AWS Lambda eu-west-3", host: lambda.eu-west-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
80 + - { id: aws-ec2-eu-central-1, name: "AWS EC2 eu-central-1", host: ec2.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 5, tier: 2, checks: [http, dns] }
81 + - { id: aws-dynamodb-eu-central-1, name: "AWS DynamoDB eu-central-1", host: dynamodb.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 5, tier: 2, checks: [http, dns] }
82 + - { id: aws-sts-eu-central-1, name: "AWS STS eu-central-1", host: sts.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 5, tier: 2, checks: [http, dns] }
83 + - { id: aws-lambda-eu-central-1, name: "AWS Lambda eu-central-1", host: lambda.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 4, tier: 2, checks: [http, dns] }
84 + - { id: aws-sqs-eu-central-1, name: "AWS SQS eu-central-1", host: sqs.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 4, tier: 2, checks: [http, dns] }
85 + - { id: aws-sns-eu-central-1, name: "AWS SNS eu-central-1", host: sns.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 4, tier: 2, checks: [http, dns] }
86 + - { id: aws-kms-eu-central-1, name: "AWS KMS eu-central-1", host: kms.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 4, tier: 2, checks: [http, dns] }
87 + - { id: aws-rds-eu-central-1, name: "AWS RDS eu-central-1", host: rds.eu-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: DE, imp: 4, tier: 2, checks: [http, dns] }
88 + - { id: aws-ec2-eu-central-2, name: "AWS EC2 eu-central-2", host: ec2.eu-central-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
89 + - { id: aws-dynamodb-eu-central-2, name: "AWS DynamoDB eu-central-2", host: dynamodb.eu-central-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
90 + - { id: aws-sts-eu-central-2, name: "AWS STS eu-central-2", host: sts.eu-central-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
91 + - { id: aws-lambda-eu-central-2, name: "AWS Lambda eu-central-2", host: lambda.eu-central-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
92 + - { id: aws-ec2-eu-north-1, name: "AWS EC2 eu-north-1", host: ec2.eu-north-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
93 + - { id: aws-dynamodb-eu-north-1, name: "AWS DynamoDB eu-north-1", host: dynamodb.eu-north-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
94 + - { id: aws-sts-eu-north-1, name: "AWS STS eu-north-1", host: sts.eu-north-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
95 + - { id: aws-lambda-eu-north-1, name: "AWS Lambda eu-north-1", host: lambda.eu-north-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
96 + - { id: aws-ec2-eu-south-1, name: "AWS EC2 eu-south-1", host: ec2.eu-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
97 + - { id: aws-dynamodb-eu-south-1, name: "AWS DynamoDB eu-south-1", host: dynamodb.eu-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
98 + - { id: aws-sts-eu-south-1, name: "AWS STS eu-south-1", host: sts.eu-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
99 + - { id: aws-lambda-eu-south-1, name: "AWS Lambda eu-south-1", host: lambda.eu-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
100 + - { id: aws-ec2-eu-south-2, name: "AWS EC2 eu-south-2", host: ec2.eu-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
101 + - { id: aws-dynamodb-eu-south-2, name: "AWS DynamoDB eu-south-2", host: dynamodb.eu-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
102 + - { id: aws-sts-eu-south-2, name: "AWS STS eu-south-2", host: sts.eu-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
103 + - { id: aws-lambda-eu-south-2, name: "AWS Lambda eu-south-2", host: lambda.eu-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
104 + - { id: aws-ec2-ap-southeast-1, name: "AWS EC2 ap-southeast-1", host: ec2.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 5, tier: 2, checks: [http, dns] }
105 + - { id: aws-dynamodb-ap-southeast-1, name: "AWS DynamoDB ap-southeast-1", host: dynamodb.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 5, tier: 2, checks: [http, dns] }
106 + - { id: aws-sts-ap-southeast-1, name: "AWS STS ap-southeast-1", host: sts.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 5, tier: 2, checks: [http, dns] }
107 + - { id: aws-lambda-ap-southeast-1, name: "AWS Lambda ap-southeast-1", host: lambda.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 4, tier: 2, checks: [http, dns] }
108 + - { id: aws-sqs-ap-southeast-1, name: "AWS SQS ap-southeast-1", host: sqs.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 4, tier: 2, checks: [http, dns] }
109 + - { id: aws-sns-ap-southeast-1, name: "AWS SNS ap-southeast-1", host: sns.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 4, tier: 2, checks: [http, dns] }
110 + - { id: aws-kms-ap-southeast-1, name: "AWS KMS ap-southeast-1", host: kms.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 4, tier: 2, checks: [http, dns] }
111 + - { id: aws-rds-ap-southeast-1, name: "AWS RDS ap-southeast-1", host: rds.ap-southeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SG, imp: 4, tier: 2, checks: [http, dns] }
112 + - { id: aws-ec2-ap-southeast-2, name: "AWS EC2 ap-southeast-2", host: ec2.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 5, tier: 2, checks: [http, dns] }
113 + - { id: aws-dynamodb-ap-southeast-2, name: "AWS DynamoDB ap-southeast-2", host: dynamodb.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 5, tier: 2, checks: [http, dns] }
114 + - { id: aws-sts-ap-southeast-2, name: "AWS STS ap-southeast-2", host: sts.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 5, tier: 2, checks: [http, dns] }
115 + - { id: aws-lambda-ap-southeast-2, name: "AWS Lambda ap-southeast-2", host: lambda.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 2, checks: [http, dns] }
116 + - { id: aws-sqs-ap-southeast-2, name: "AWS SQS ap-southeast-2", host: sqs.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 2, checks: [http, dns] }
117 + - { id: aws-sns-ap-southeast-2, name: "AWS SNS ap-southeast-2", host: sns.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 2, checks: [http, dns] }
118 + - { id: aws-kms-ap-southeast-2, name: "AWS KMS ap-southeast-2", host: kms.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 2, checks: [http, dns] }
119 + - { id: aws-rds-ap-southeast-2, name: "AWS RDS ap-southeast-2", host: rds.ap-southeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 2, checks: [http, dns] }
120 + - { id: aws-ec2-ap-southeast-3, name: "AWS EC2 ap-southeast-3", host: ec2.ap-southeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
121 + - { id: aws-dynamodb-ap-southeast-3, name: "AWS DynamoDB ap-southeast-3", host: dynamodb.ap-southeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
122 + - { id: aws-sts-ap-southeast-3, name: "AWS STS ap-southeast-3", host: sts.ap-southeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
123 + - { id: aws-lambda-ap-southeast-3, name: "AWS Lambda ap-southeast-3", host: lambda.ap-southeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
124 + - { id: aws-ec2-ap-southeast-4, name: "AWS EC2 ap-southeast-4", host: ec2.ap-southeast-4.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
125 + - { id: aws-dynamodb-ap-southeast-4, name: "AWS DynamoDB ap-southeast-4", host: dynamodb.ap-southeast-4.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
126 + - { id: aws-sts-ap-southeast-4, name: "AWS STS ap-southeast-4", host: sts.ap-southeast-4.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
127 + - { id: aws-lambda-ap-southeast-4, name: "AWS Lambda ap-southeast-4", host: lambda.ap-southeast-4.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
128 + - { id: aws-ec2-ap-southeast-5, name: "AWS EC2 ap-southeast-5", host: ec2.ap-southeast-5.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MY, imp: 4, tier: 3, checks: [http, dns] }
129 + - { id: aws-dynamodb-ap-southeast-5, name: "AWS DynamoDB ap-southeast-5", host: dynamodb.ap-southeast-5.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MY, imp: 4, tier: 3, checks: [http, dns] }
130 + - { id: aws-sts-ap-southeast-5, name: "AWS STS ap-southeast-5", host: sts.ap-southeast-5.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MY, imp: 4, tier: 3, checks: [http, dns] }
131 + - { id: aws-lambda-ap-southeast-5, name: "AWS Lambda ap-southeast-5", host: lambda.ap-southeast-5.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: MY, imp: 4, tier: 3, checks: [http, dns] }
132 + - { id: aws-ap-southeast-6, name: "AWS ap-southeast-6 (S3 regional endpoint)", host: s3.ap-southeast-6.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: NZ, imp: 5, tier: 2 }
133 + - { id: aws-ec2-ap-southeast-6, name: "AWS EC2 ap-southeast-6", host: ec2.ap-southeast-6.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: NZ, imp: 4, tier: 3, checks: [http, dns] }
134 + - { id: aws-dynamodb-ap-southeast-6, name: "AWS DynamoDB ap-southeast-6", host: dynamodb.ap-southeast-6.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: NZ, imp: 4, tier: 3, checks: [http, dns] }
135 + - { id: aws-sts-ap-southeast-6, name: "AWS STS ap-southeast-6", host: sts.ap-southeast-6.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: NZ, imp: 4, tier: 3, checks: [http, dns] }
136 + - { id: aws-lambda-ap-southeast-6, name: "AWS Lambda ap-southeast-6", host: lambda.ap-southeast-6.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: NZ, imp: 4, tier: 3, checks: [http, dns] }
137 + - { id: aws-ec2-ap-southeast-7, name: "AWS EC2 ap-southeast-7", host: ec2.ap-southeast-7.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TH, imp: 4, tier: 3, checks: [http, dns] }
138 + - { id: aws-dynamodb-ap-southeast-7, name: "AWS DynamoDB ap-southeast-7", host: dynamodb.ap-southeast-7.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TH, imp: 4, tier: 3, checks: [http, dns] }
139 + - { id: aws-sts-ap-southeast-7, name: "AWS STS ap-southeast-7", host: sts.ap-southeast-7.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TH, imp: 4, tier: 3, checks: [http, dns] }
140 + - { id: aws-lambda-ap-southeast-7, name: "AWS Lambda ap-southeast-7", host: lambda.ap-southeast-7.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TH, imp: 4, tier: 3, checks: [http, dns] }
141 + - { id: aws-ec2-ap-northeast-1, name: "AWS EC2 ap-northeast-1", host: ec2.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 5, tier: 2, checks: [http, dns] }
142 + - { id: aws-dynamodb-ap-northeast-1, name: "AWS DynamoDB ap-northeast-1", host: dynamodb.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 5, tier: 2, checks: [http, dns] }
143 + - { id: aws-sts-ap-northeast-1, name: "AWS STS ap-northeast-1", host: sts.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 5, tier: 2, checks: [http, dns] }
144 + - { id: aws-lambda-ap-northeast-1, name: "AWS Lambda ap-northeast-1", host: lambda.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 2, checks: [http, dns] }
145 + - { id: aws-sqs-ap-northeast-1, name: "AWS SQS ap-northeast-1", host: sqs.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 2, checks: [http, dns] }
146 + - { id: aws-sns-ap-northeast-1, name: "AWS SNS ap-northeast-1", host: sns.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 2, checks: [http, dns] }
147 + - { id: aws-kms-ap-northeast-1, name: "AWS KMS ap-northeast-1", host: kms.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 2, checks: [http, dns] }
148 + - { id: aws-rds-ap-northeast-1, name: "AWS RDS ap-northeast-1", host: rds.ap-northeast-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 2, checks: [http, dns] }
149 + - { id: aws-ec2-ap-northeast-2, name: "AWS EC2 ap-northeast-2", host: ec2.ap-northeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
150 + - { id: aws-dynamodb-ap-northeast-2, name: "AWS DynamoDB ap-northeast-2", host: dynamodb.ap-northeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
151 + - { id: aws-sts-ap-northeast-2, name: "AWS STS ap-northeast-2", host: sts.ap-northeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
152 + - { id: aws-lambda-ap-northeast-2, name: "AWS Lambda ap-northeast-2", host: lambda.ap-northeast-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
153 + - { id: aws-ec2-ap-northeast-3, name: "AWS EC2 ap-northeast-3", host: ec2.ap-northeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
154 + - { id: aws-dynamodb-ap-northeast-3, name: "AWS DynamoDB ap-northeast-3", host: dynamodb.ap-northeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
155 + - { id: aws-sts-ap-northeast-3, name: "AWS STS ap-northeast-3", host: sts.ap-northeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
156 + - { id: aws-lambda-ap-northeast-3, name: "AWS Lambda ap-northeast-3", host: lambda.ap-northeast-3.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
157 + - { id: aws-ec2-ap-south-1, name: "AWS EC2 ap-south-1", host: ec2.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 5, tier: 2, checks: [http, dns] }
158 + - { id: aws-dynamodb-ap-south-1, name: "AWS DynamoDB ap-south-1", host: dynamodb.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 5, tier: 2, checks: [http, dns] }
159 + - { id: aws-sts-ap-south-1, name: "AWS STS ap-south-1", host: sts.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 5, tier: 2, checks: [http, dns] }
160 + - { id: aws-lambda-ap-south-1, name: "AWS Lambda ap-south-1", host: lambda.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 2, checks: [http, dns] }
161 + - { id: aws-sqs-ap-south-1, name: "AWS SQS ap-south-1", host: sqs.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 2, checks: [http, dns] }
162 + - { id: aws-sns-ap-south-1, name: "AWS SNS ap-south-1", host: sns.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 2, checks: [http, dns] }
163 + - { id: aws-kms-ap-south-1, name: "AWS KMS ap-south-1", host: kms.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 2, checks: [http, dns] }
164 + - { id: aws-rds-ap-south-1, name: "AWS RDS ap-south-1", host: rds.ap-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 2, checks: [http, dns] }
165 + - { id: aws-ec2-ap-south-2, name: "AWS EC2 ap-south-2", host: ec2.ap-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
166 + - { id: aws-dynamodb-ap-south-2, name: "AWS DynamoDB ap-south-2", host: dynamodb.ap-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
167 + - { id: aws-sts-ap-south-2, name: "AWS STS ap-south-2", host: sts.ap-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
168 + - { id: aws-lambda-ap-south-2, name: "AWS Lambda ap-south-2", host: lambda.ap-south-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
169 + - { id: aws-ec2-ap-east-1, name: "AWS EC2 ap-east-1", host: ec2.ap-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
170 + - { id: aws-dynamodb-ap-east-1, name: "AWS DynamoDB ap-east-1", host: dynamodb.ap-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
171 + - { id: aws-sts-ap-east-1, name: "AWS STS ap-east-1", host: sts.ap-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
172 + - { id: aws-lambda-ap-east-1, name: "AWS Lambda ap-east-1", host: lambda.ap-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
173 + - { id: aws-ap-east-2, name: "AWS ap-east-2 (S3 regional endpoint)", host: s3.ap-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TW, imp: 5, tier: 2 }
174 + - { id: aws-ec2-ap-east-2, name: "AWS EC2 ap-east-2", host: ec2.ap-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TW, imp: 4, tier: 3, checks: [http, dns] }
175 + - { id: aws-dynamodb-ap-east-2, name: "AWS DynamoDB ap-east-2", host: dynamodb.ap-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TW, imp: 4, tier: 3, checks: [http, dns] }
176 + - { id: aws-sts-ap-east-2, name: "AWS STS ap-east-2", host: sts.ap-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TW, imp: 4, tier: 3, checks: [http, dns] }
177 + - { id: aws-lambda-ap-east-2, name: "AWS Lambda ap-east-2", host: lambda.ap-east-2.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: TW, imp: 4, tier: 3, checks: [http, dns] }
178 + - { id: aws-ec2-me-central-1, name: "AWS EC2 me-central-1", host: ec2.me-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
179 + - { id: aws-dynamodb-me-central-1, name: "AWS DynamoDB me-central-1", host: dynamodb.me-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
180 + - { id: aws-sts-me-central-1, name: "AWS STS me-central-1", host: sts.me-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
181 + - { id: aws-lambda-me-central-1, name: "AWS Lambda me-central-1", host: lambda.me-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
182 + - { id: aws-ec2-il-central-1, name: "AWS EC2 il-central-1", host: ec2.il-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
183 + - { id: aws-dynamodb-il-central-1, name: "AWS DynamoDB il-central-1", host: dynamodb.il-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
184 + - { id: aws-sts-il-central-1, name: "AWS STS il-central-1", host: sts.il-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
185 + - { id: aws-lambda-il-central-1, name: "AWS Lambda il-central-1", host: lambda.il-central-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
186 + - { id: aws-ec2-af-south-1, name: "AWS EC2 af-south-1", host: ec2.af-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ZA, imp: 4, tier: 3, checks: [http, dns] }
187 + - { id: aws-dynamodb-af-south-1, name: "AWS DynamoDB af-south-1", host: dynamodb.af-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ZA, imp: 4, tier: 3, checks: [http, dns] }
188 + - { id: aws-sts-af-south-1, name: "AWS STS af-south-1", host: sts.af-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ZA, imp: 4, tier: 3, checks: [http, dns] }
189 + - { id: aws-lambda-af-south-1, name: "AWS Lambda af-south-1", host: lambda.af-south-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: ZA, imp: 4, tier: 3, checks: [http, dns] }
190 + - { id: aws-me-west-1, name: "AWS me-west-1 (S3 regional endpoint)", host: s3.me-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SA, imp: 5, tier: 2 }
191 + - { id: aws-ec2-me-west-1, name: "AWS EC2 me-west-1", host: ec2.me-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
192 + - { id: aws-dynamodb-me-west-1, name: "AWS DynamoDB me-west-1", host: dynamodb.me-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
193 + - { id: aws-sts-me-west-1, name: "AWS STS me-west-1", host: sts.me-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
194 + - { id: aws-lambda-me-west-1, name: "AWS Lambda me-west-1", host: lambda.me-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
195 + - { id: aws-sa-west-1, name: "AWS sa-west-1 (S3 regional endpoint)", host: s3.sa-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CL, imp: 5, tier: 2 }
196 + - { id: aws-ec2-sa-west-1, name: "AWS EC2 sa-west-1", host: ec2.sa-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
197 + - { id: aws-dynamodb-sa-west-1, name: "AWS DynamoDB sa-west-1", host: dynamodb.sa-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
198 + - { id: aws-sts-sa-west-1, name: "AWS STS sa-west-1", host: sts.sa-west-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
199 + - { id: aws-cloudfront-global, name: "AWS CloudFront API", host: cloudfront.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
200 + - { id: aws-route53-global, name: "AWS Route 53 API", host: route53.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
201 + - { id: aws-iam-global, name: "AWS IAM", host: iam.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
202 + - { id: aws-api, name: "AWS ECR us-east-1", host: api.ecr.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
203 + - { id: aws-cognito-idp, name: "AWS Cognito us-east-1", host: cognito-idp.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
204 + - { id: aws-secretsmanager, name: "AWS Secrets Manager us-east-1", host: secretsmanager.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
205 + - { id: aws-cloudformation, name: "AWS CloudFormation us-east-1", host: cloudformation.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
206 + - { id: aws-monitoring, name: "AWS CloudWatch us-east-1", host: monitoring.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
207 + - { id: aws-logs, name: "AWS CloudWatch Logs us-east-1", host: logs.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
208 + - { id: aws-kinesis, name: "AWS Kinesis us-east-1", host: kinesis.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
209 + - { id: aws-ssm, name: "AWS SSM us-east-1", host: ssm.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
210 + - { id: aws-apigateway, name: "AWS API Gateway us-east-1", host: apigateway.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
211 + - { id: aws-elasticloadbalancing, name: "AWS ELB us-east-1", host: elasticloadbalancing.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
212 + - { id: aws-bedrock-runtime, name: "AWS Bedrock runtime us-east-1", host: bedrock-runtime.us-east-1.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
213 + - { id: aws-checkip-global, name: "AWS checkip.amazonaws.com", host: checkip.amazonaws.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
214 + - { id: aws-repost, name: "AWS AWS re:Post", host: repost.aws, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
215 + - { id: aws-signin, name: "AWS AWS sign-in", host: signin.aws.amazon.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
216 + - { id: aws-status, name: "AWS AWS Health Dashboard (legacy)", host: status.aws.amazon.com, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
217 + - { id: aws-cdn-global, name: "AWS Amplify CDN", host: cdn.amplify.aws, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
218 + - { id: aws-d2908q01vomqb2-global, name: "AWS CloudFront sample distribution", host: d2908q01vomqb2.cloudfront.net, cat: cloud, provider: aws, svc: aws, cc: US, imp: 4, tier: 3, checks: [http, dns] }
219 +
220 + # ───────── Cloud — Microsoft Azure / Microsoft endpoints (92)
221 + - { id: azure-arm-eastus, name: "Azure Resource Manager eastus", host: eastus.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 5, tier: 2, checks: [http, dns] }
222 + - { id: azure-cognitive-eastus, name: "Azure AI Services eastus", host: eastus.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
223 + - { id: azure-arm-eastus2, name: "Azure Resource Manager eastus2", host: eastus2.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 5, tier: 2, checks: [http, dns] }
224 + - { id: azure-cognitive-eastus2, name: "Azure AI Services eastus2", host: eastus2.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
225 + - { id: azure-arm-westus, name: "Azure Resource Manager westus", host: westus.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
226 + - { id: azure-arm-westus2, name: "Azure Resource Manager westus2", host: westus2.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 5, tier: 2, checks: [http, dns] }
227 + - { id: azure-cognitive-westus2, name: "Azure AI Services westus2", host: westus2.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
228 + - { id: azure-arm-westus3, name: "Azure Resource Manager westus3", host: westus3.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
229 + - { id: azure-arm-centralus, name: "Azure Resource Manager centralus", host: centralus.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 5, tier: 2, checks: [http, dns] }
230 + - { id: azure-cognitive-centralus, name: "Azure AI Services centralus", host: centralus.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
231 + - { id: azure-arm-northcentralus, name: "Azure Resource Manager northcentralus", host: northcentralus.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
232 + - { id: azure-arm-southcentralus, name: "Azure Resource Manager southcentralus", host: southcentralus.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
233 + - { id: azure-arm-westcentralus, name: "Azure Resource Manager westcentralus", host: westcentralus.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: US, imp: 4, tier: 3, checks: [http, dns] }
234 + - { id: azure-arm-canadacentral, name: "Azure Resource Manager canadacentral", host: canadacentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: CA, imp: 5, tier: 2, checks: [http, dns] }
235 + - { id: azure-cognitive-canadacentral, name: "Azure AI Services canadacentral", host: canadacentral.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
236 + - { id: azure-arm-canadaeast, name: "Azure Resource Manager canadaeast", host: canadaeast.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
237 + - { id: azure-arm-brazilsouth, name: "Azure Resource Manager brazilsouth", host: brazilsouth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: BR, imp: 5, tier: 2, checks: [http, dns] }
238 + - { id: azure-cognitive-brazilsouth, name: "Azure AI Services brazilsouth", host: brazilsouth.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: BR, imp: 4, tier: 3, checks: [http, dns] }
239 + - { id: azure-arm-mexicocentral, name: "Azure Resource Manager mexicocentral", host: mexicocentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
240 + - { id: azure-arm-northeurope, name: "Azure Resource Manager northeurope", host: northeurope.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: IE, imp: 5, tier: 2, checks: [http, dns] }
241 + - { id: azure-cognitive-northeurope, name: "Azure AI Services northeurope", host: northeurope.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: IE, imp: 4, tier: 3, checks: [http, dns] }
242 + - { id: azure-arm-westeurope, name: "Azure Resource Manager westeurope", host: westeurope.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: NL, imp: 5, tier: 2, checks: [http, dns] }
243 + - { id: azure-cognitive-westeurope, name: "Azure AI Services westeurope", host: westeurope.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: NL, imp: 4, tier: 3, checks: [http, dns] }
244 + - { id: azure-arm-uksouth, name: "Azure Resource Manager uksouth", host: uksouth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: GB, imp: 5, tier: 2, checks: [http, dns] }
245 + - { id: azure-cognitive-uksouth, name: "Azure AI Services uksouth", host: uksouth.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
246 + - { id: azure-arm-ukwest, name: "Azure Resource Manager ukwest", host: ukwest.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
247 + - { id: azure-arm-francecentral, name: "Azure Resource Manager francecentral", host: francecentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: FR, imp: 5, tier: 2, checks: [http, dns] }
248 + - { id: azure-cognitive-francecentral, name: "Azure AI Services francecentral", host: francecentral.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
249 + - { id: azure-arm-germanywestcentral, name: "Azure Resource Manager germanywestcentral", host: germanywestcentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: DE, imp: 5, tier: 2, checks: [http, dns] }
250 + - { id: azure-cognitive-germanywestcentral, name: "Azure AI Services germanywestcentral", host: germanywestcentral.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
251 + - { id: azure-arm-norwayeast, name: "Azure Resource Manager norwayeast", host: norwayeast.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: "NO", imp: 4, tier: 3, checks: [http, dns] }
252 + - { id: azure-arm-swedencentral, name: "Azure Resource Manager swedencentral", host: swedencentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
253 + - { id: azure-arm-switzerlandnorth, name: "Azure Resource Manager switzerlandnorth", host: switzerlandnorth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
254 + - { id: azure-arm-polandcentral, name: "Azure Resource Manager polandcentral", host: polandcentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: PL, imp: 4, tier: 3, checks: [http, dns] }
255 + - { id: azure-arm-italynorth, name: "Azure Resource Manager italynorth", host: italynorth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
256 + - { id: azure-arm-spaincentral, name: "Azure Resource Manager spaincentral", host: spaincentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
257 + - { id: azure-arm-southafricanorth, name: "Azure Resource Manager southafricanorth", host: southafricanorth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: ZA, imp: 4, tier: 3, checks: [http, dns] }
258 + - { id: azure-arm-uaenorth, name: "Azure Resource Manager uaenorth", host: uaenorth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
259 + - { id: azure-arm-qatarcentral, name: "Azure Resource Manager qatarcentral", host: qatarcentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: QA, imp: 4, tier: 3, checks: [http, dns] }
260 + - { id: azure-arm-israelcentral, name: "Azure Resource Manager israelcentral", host: israelcentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
261 + - { id: azure-arm-centralindia, name: "Azure Resource Manager centralindia", host: centralindia.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: IN, imp: 5, tier: 2, checks: [http, dns] }
262 + - { id: azure-cognitive-centralindia, name: "Azure AI Services centralindia", host: centralindia.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
263 + - { id: azure-arm-southindia, name: "Azure Resource Manager southindia", host: southindia.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
264 + - { id: azure-arm-westindia, name: "Azure Resource Manager westindia", host: westindia.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
265 + - { id: azure-arm-eastasia, name: "Azure Resource Manager eastasia", host: eastasia.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
266 + - { id: azure-arm-southeastasia, name: "Azure Resource Manager southeastasia", host: southeastasia.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: SG, imp: 5, tier: 2, checks: [http, dns] }
267 + - { id: azure-cognitive-southeastasia, name: "Azure AI Services southeastasia", host: southeastasia.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: SG, imp: 4, tier: 3, checks: [http, dns] }
268 + - { id: azure-arm-japaneast, name: "Azure Resource Manager japaneast", host: japaneast.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: JP, imp: 5, tier: 2, checks: [http, dns] }
269 + - { id: azure-cognitive-japaneast, name: "Azure AI Services japaneast", host: japaneast.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
270 + - { id: azure-arm-japanwest, name: "Azure Resource Manager japanwest", host: japanwest.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
271 + - { id: azure-arm-koreacentral, name: "Azure Resource Manager koreacentral", host: koreacentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
272 + - { id: azure-arm-koreasouth, name: "Azure Resource Manager koreasouth", host: koreasouth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
273 + - { id: azure-arm-australiaeast, name: "Azure Resource Manager australiaeast", host: australiaeast.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: AU, imp: 5, tier: 2, checks: [http, dns] }
274 + - { id: azure-cognitive-australiaeast, name: "Azure AI Services australiaeast", host: australiaeast.api.cognitive.microsoft.com, cat: cloud, provider: microsoft, svc: azure, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
275 + - { id: azure-arm-australiasoutheast, name: "Azure Resource Manager australiasoutheast", host: australiasoutheast.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
276 + - { id: azure-arm-australiacentral, name: "Azure Resource Manager australiacentral", host: australiacentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
277 + - { id: azure-arm-newzealandnorth, name: "Azure Resource Manager newzealandnorth", host: newzealandnorth.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: NZ, imp: 4, tier: 3, checks: [http, dns] }
278 + - { id: azure-arm-indonesiacentral, name: "Azure Resource Manager indonesiacentral", host: indonesiacentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
279 + - { id: azure-arm-malaysiawest, name: "Azure Resource Manager malaysiawest", host: malaysiawest.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: MY, imp: 4, tier: 3, checks: [http, dns] }
280 + - { id: azure-arm-chilecentral, name: "Azure Resource Manager chilecentral", host: chilecentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
281 + - { id: azure-arm-austriaeast, name: "Azure Resource Manager austriaeast", host: austriaeast.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: AT, imp: 4, tier: 3, checks: [http, dns] }
282 + - { id: azure-arm-belgiumcentral, name: "Azure Resource Manager belgiumcentral", host: belgiumcentral.management.azure.com, cat: cloud, provider: microsoft, svc: azure, cc: BE, imp: 4, tier: 3, checks: [http, dns] }
283 + - { id: azure-login-live, name: "Microsoft — Microsoft account login", host: login.live.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
284 + - { id: azure-dc-services-visualstudio, name: "Microsoft — Application Insights ingestion", host: dc.services.visualstudio.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
285 + - { id: azure-download, name: "Microsoft — Microsoft Download Center", host: download.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
286 + - { id: azure-go, name: "Microsoft — go.microsoft.com redirector", host: go.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
287 + - { id: azure-aka-ms, name: "Microsoft — aka.ms short links", host: aka.ms, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
288 + - { id: azure-www-catalog-update, name: "Microsoft — Microsoft Update Catalog", host: www.catalog.update.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
289 + - { id: azure-edge, name: "Microsoft — Microsoft Edge services", host: edge.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
290 + - { id: azure-outlook-office365, name: "Microsoft — Exchange Online (Outlook)", host: outlook.office365.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
291 + - { id: azure-outlook-office, name: "Microsoft — Outlook on the web", host: outlook.office.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
292 + - { id: azure-substrate-office, name: "Microsoft — Office Substrate", host: substrate.office.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
293 + - { id: azure-officecdn, name: "Microsoft — Office CDN", host: officecdn.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
294 + - { id: azure-res-cdn-office-net, name: "Microsoft — Office static CDN", host: res.cdn.office.net, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
295 + - { id: azure-visualstudio, name: "Microsoft — Visual Studio", host: visualstudio.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
296 + - { id: azure-marketplace-visualstudio, name: "Microsoft — VS Marketplace", host: marketplace.visualstudio.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
297 + - { id: azure-update-code-visualstudio, name: "Microsoft — VS Code update", host: update.code.visualstudio.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
298 + - { id: azure-api-bing, name: "Microsoft — Bing API", host: api.bing.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
299 + - { id: azure-onedrive-live, name: "Microsoft — OneDrive", host: onedrive.live.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
300 + - { id: azure-sharepoint, name: "Microsoft — SharePoint apex", host: sharepoint.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
301 + - { id: azure-xbox, name: "Microsoft — Xbox apex", host: xbox.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
302 + - { id: azure-www-msn, name: "Microsoft — MSN", host: www.msn.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
303 + - { id: azure-azure, name: "Microsoft — azure.com apex", host: azure.com, cat: cloud, provider: microsoft, svc: azure, cc: null, imp: 3, tier: 3, checks: [http, dns] }
304 + - { id: azure-portal-office, name: "Microsoft — Office portal", host: portal.office.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http, dns] }
305 + - { id: azure-admin, name: "Microsoft — Microsoft 365 admin center", host: admin.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
306 + - { id: azure-nuget-org, name: "Microsoft — NuGet", host: nuget.org, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
307 + - { id: azure-www-powershellgallery, name: "Microsoft — PowerShell Gallery", host: www.powershellgallery.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
308 + - { id: azure-dotnetcli-azureedge-net, name: "Microsoft — .NET CLI CDN", host: dotnetcli.azureedge.net, cat: cloud, provider: microsoft, svc: azure, cc: null, imp: 3, tier: 3, checks: [http, dns] }
309 + - { id: azure-builds-dotnet, name: "Microsoft — .NET builds", host: builds.dotnet.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
310 + - { id: azure-cdn-winget, name: "Microsoft — winget CDN", host: cdn.winget.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
311 + - { id: azure-storeedgefd-dsx-mp, name: "Microsoft — Microsoft Store edge", host: storeedgefd.dsx.mp.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
312 + - { id: azure-displaycatalog-mp, name: "Microsoft — Microsoft Store catalog", host: displaycatalog.mp.microsoft.com, cat: cloud, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
313 +
314 + # ───────── Cloud — Google Cloud regional & API endpoints (179)
315 + - { id: gcp-run-us-central1, name: "Google Cloud Run us-central1", host: us-central1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
316 + - { id: gcp-storage-us-central1, name: "Google Cloud Storage regional us-central1", host: us-central1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
317 + - { id: gcp-aiplatform-us-central1, name: "Vertex AI us-central1", host: us-central1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
318 + - { id: gcp-artifact-us-central1, name: "Artifact Registry us-central1", host: us-central1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
319 + - { id: gcp-run-us-east1, name: "Google Cloud Run us-east1", host: us-east1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
320 + - { id: gcp-storage-us-east1, name: "Google Cloud Storage regional us-east1", host: us-east1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
321 + - { id: gcp-aiplatform-us-east1, name: "Vertex AI us-east1", host: us-east1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
322 + - { id: gcp-artifact-us-east1, name: "Artifact Registry us-east1", host: us-east1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
323 + - { id: gcp-run-us-east4, name: "Google Cloud Run us-east4", host: us-east4-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
324 + - { id: gcp-storage-us-east4, name: "Google Cloud Storage regional us-east4", host: us-east4-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
325 + - { id: gcp-aiplatform-us-east4, name: "Vertex AI us-east4", host: us-east4-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
326 + - { id: gcp-artifact-us-east4, name: "Artifact Registry us-east4", host: us-east4-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
327 + - { id: gcp-run-us-east5, name: "Google Cloud Run us-east5", host: us-east5-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
328 + - { id: gcp-run-us-south1, name: "Google Cloud Run us-south1", host: us-south1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
329 + - { id: gcp-run-us-west1, name: "Google Cloud Run us-west1", host: us-west1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
330 + - { id: gcp-storage-us-west1, name: "Google Cloud Storage regional us-west1", host: us-west1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 5, tier: 2, checks: [http, dns] }
331 + - { id: gcp-aiplatform-us-west1, name: "Vertex AI us-west1", host: us-west1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
332 + - { id: gcp-artifact-us-west1, name: "Artifact Registry us-west1", host: us-west1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
333 + - { id: gcp-run-us-west2, name: "Google Cloud Run us-west2", host: us-west2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
334 + - { id: gcp-run-us-west3, name: "Google Cloud Run us-west3", host: us-west3-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
335 + - { id: gcp-run-us-west4, name: "Google Cloud Run us-west4", host: us-west4-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: US, imp: 4, tier: 3, checks: [http, dns] }
336 + - { id: gcp-run-northamerica-northeast1, name: "Google Cloud Run northamerica-northeast1", host: northamerica-northeast1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: CA, imp: 5, tier: 2, checks: [http, dns] }
337 + - { id: gcp-storage-northamerica-northeast1, name: "Google Cloud Storage regional northamerica-northeast1", host: northamerica-northeast1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: CA, imp: 5, tier: 2, checks: [http, dns] }
338 + - { id: gcp-aiplatform-northamerica-northeast1, name: "Vertex AI northamerica-northeast1", host: northamerica-northeast1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
339 + - { id: gcp-artifact-northamerica-northeast1, name: "Artifact Registry northamerica-northeast1", host: northamerica-northeast1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
340 + - { id: gcp-run-northamerica-northeast2, name: "Google Cloud Run northamerica-northeast2", host: northamerica-northeast2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
341 + - { id: gcp-run-northamerica-south1, name: "Google Cloud Run northamerica-south1", host: northamerica-south1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
342 + - { id: gcp-run-southamerica-east1, name: "Google Cloud Run southamerica-east1", host: southamerica-east1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: BR, imp: 5, tier: 2, checks: [http, dns] }
343 + - { id: gcp-storage-southamerica-east1, name: "Google Cloud Storage regional southamerica-east1", host: southamerica-east1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: BR, imp: 5, tier: 2, checks: [http, dns] }
344 + - { id: gcp-aiplatform-southamerica-east1, name: "Vertex AI southamerica-east1", host: southamerica-east1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: BR, imp: 4, tier: 3, checks: [http, dns] }
345 + - { id: gcp-artifact-southamerica-east1, name: "Artifact Registry southamerica-east1", host: southamerica-east1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: BR, imp: 4, tier: 3, checks: [http, dns] }
346 + - { id: gcp-run-southamerica-west1, name: "Google Cloud Run southamerica-west1", host: southamerica-west1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
347 + - { id: gcp-run-europe-west1, name: "Google Cloud Run europe-west1", host: europe-west1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: BE, imp: 5, tier: 2, checks: [http, dns] }
348 + - { id: gcp-storage-europe-west1, name: "Google Cloud Storage regional europe-west1", host: europe-west1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: BE, imp: 5, tier: 2, checks: [http, dns] }
349 + - { id: gcp-aiplatform-europe-west1, name: "Vertex AI europe-west1", host: europe-west1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: BE, imp: 4, tier: 3, checks: [http, dns] }
350 + - { id: gcp-artifact-europe-west1, name: "Artifact Registry europe-west1", host: europe-west1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: BE, imp: 4, tier: 3, checks: [http, dns] }
351 + - { id: gcp-run-europe-west2, name: "Google Cloud Run europe-west2", host: europe-west2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: GB, imp: 5, tier: 2, checks: [http, dns] }
352 + - { id: gcp-storage-europe-west2, name: "Google Cloud Storage regional europe-west2", host: europe-west2-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: GB, imp: 5, tier: 2, checks: [http, dns] }
353 + - { id: gcp-aiplatform-europe-west2, name: "Vertex AI europe-west2", host: europe-west2-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
354 + - { id: gcp-artifact-europe-west2, name: "Artifact Registry europe-west2", host: europe-west2-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
355 + - { id: gcp-run-europe-west3, name: "Google Cloud Run europe-west3", host: europe-west3-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: DE, imp: 5, tier: 2, checks: [http, dns] }
356 + - { id: gcp-storage-europe-west3, name: "Google Cloud Storage regional europe-west3", host: europe-west3-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: DE, imp: 5, tier: 2, checks: [http, dns] }
357 + - { id: gcp-aiplatform-europe-west3, name: "Vertex AI europe-west3", host: europe-west3-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
358 + - { id: gcp-artifact-europe-west3, name: "Artifact Registry europe-west3", host: europe-west3-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
359 + - { id: gcp-run-europe-west4, name: "Google Cloud Run europe-west4", host: europe-west4-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: NL, imp: 5, tier: 2, checks: [http, dns] }
360 + - { id: gcp-storage-europe-west4, name: "Google Cloud Storage regional europe-west4", host: europe-west4-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: NL, imp: 5, tier: 2, checks: [http, dns] }
361 + - { id: gcp-aiplatform-europe-west4, name: "Vertex AI europe-west4", host: europe-west4-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: NL, imp: 4, tier: 3, checks: [http, dns] }
362 + - { id: gcp-artifact-europe-west4, name: "Artifact Registry europe-west4", host: europe-west4-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: NL, imp: 4, tier: 3, checks: [http, dns] }
363 + - { id: gcp-run-europe-west6, name: "Google Cloud Run europe-west6", host: europe-west6-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
364 + - { id: gcp-run-europe-west8, name: "Google Cloud Run europe-west8", host: europe-west8-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
365 + - { id: gcp-run-europe-west9, name: "Google Cloud Run europe-west9", host: europe-west9-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
366 + - { id: gcp-run-europe-west10, name: "Google Cloud Run europe-west10", host: europe-west10-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
367 + - { id: gcp-run-europe-west12, name: "Google Cloud Run europe-west12", host: europe-west12-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
368 + - { id: gcp-run-europe-north1, name: "Google Cloud Run europe-north1", host: europe-north1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: FI, imp: 4, tier: 3, checks: [http, dns] }
369 + - { id: gcp-run-europe-north2, name: "Google Cloud Run europe-north2", host: europe-north2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
370 + - { id: gcp-run-europe-central2, name: "Google Cloud Run europe-central2", host: europe-central2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: PL, imp: 4, tier: 3, checks: [http, dns] }
371 + - { id: gcp-run-europe-southwest1, name: "Google Cloud Run europe-southwest1", host: europe-southwest1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
372 + - { id: gcp-run-asia-east1, name: "Google Cloud Run asia-east1", host: asia-east1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: TW, imp: 5, tier: 2, checks: [http, dns] }
373 + - { id: gcp-storage-asia-east1, name: "Google Cloud Storage regional asia-east1", host: asia-east1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: TW, imp: 5, tier: 2, checks: [http, dns] }
374 + - { id: gcp-aiplatform-asia-east1, name: "Vertex AI asia-east1", host: asia-east1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: TW, imp: 4, tier: 3, checks: [http, dns] }
375 + - { id: gcp-artifact-asia-east1, name: "Artifact Registry asia-east1", host: asia-east1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: TW, imp: 4, tier: 3, checks: [http, dns] }
376 + - { id: gcp-run-asia-east2, name: "Google Cloud Run asia-east2", host: asia-east2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
377 + - { id: gcp-run-asia-northeast1, name: "Google Cloud Run asia-northeast1", host: asia-northeast1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: JP, imp: 5, tier: 2, checks: [http, dns] }
378 + - { id: gcp-storage-asia-northeast1, name: "Google Cloud Storage regional asia-northeast1", host: asia-northeast1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: JP, imp: 5, tier: 2, checks: [http, dns] }
379 + - { id: gcp-aiplatform-asia-northeast1, name: "Vertex AI asia-northeast1", host: asia-northeast1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
380 + - { id: gcp-artifact-asia-northeast1, name: "Artifact Registry asia-northeast1", host: asia-northeast1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
381 + - { id: gcp-run-asia-northeast2, name: "Google Cloud Run asia-northeast2", host: asia-northeast2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
382 + - { id: gcp-run-asia-northeast3, name: "Google Cloud Run asia-northeast3", host: asia-northeast3-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
383 + - { id: gcp-run-asia-south1, name: "Google Cloud Run asia-south1", host: asia-south1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IN, imp: 5, tier: 2, checks: [http, dns] }
384 + - { id: gcp-storage-asia-south1, name: "Google Cloud Storage regional asia-south1", host: asia-south1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IN, imp: 5, tier: 2, checks: [http, dns] }
385 + - { id: gcp-aiplatform-asia-south1, name: "Vertex AI asia-south1", host: asia-south1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
386 + - { id: gcp-artifact-asia-south1, name: "Artifact Registry asia-south1", host: asia-south1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
387 + - { id: gcp-run-asia-south2, name: "Google Cloud Run asia-south2", host: asia-south2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
388 + - { id: gcp-run-asia-southeast1, name: "Google Cloud Run asia-southeast1", host: asia-southeast1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: SG, imp: 5, tier: 2, checks: [http, dns] }
389 + - { id: gcp-storage-asia-southeast1, name: "Google Cloud Storage regional asia-southeast1", host: asia-southeast1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: SG, imp: 5, tier: 2, checks: [http, dns] }
390 + - { id: gcp-aiplatform-asia-southeast1, name: "Vertex AI asia-southeast1", host: asia-southeast1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: SG, imp: 4, tier: 3, checks: [http, dns] }
391 + - { id: gcp-artifact-asia-southeast1, name: "Artifact Registry asia-southeast1", host: asia-southeast1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: SG, imp: 4, tier: 3, checks: [http, dns] }
392 + - { id: gcp-run-asia-southeast2, name: "Google Cloud Run asia-southeast2", host: asia-southeast2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
393 + - { id: gcp-run-australia-southeast1, name: "Google Cloud Run australia-southeast1", host: australia-southeast1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: AU, imp: 5, tier: 2, checks: [http, dns] }
394 + - { id: gcp-storage-australia-southeast1, name: "Google Cloud Storage regional australia-southeast1", host: australia-southeast1-storage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: AU, imp: 5, tier: 2, checks: [http, dns] }
395 + - { id: gcp-aiplatform-australia-southeast1, name: "Vertex AI australia-southeast1", host: australia-southeast1-aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
396 + - { id: gcp-artifact-australia-southeast1, name: "Artifact Registry australia-southeast1", host: australia-southeast1-docker.pkg.dev, cat: cloud, provider: google, svc: gcp, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
397 + - { id: gcp-run-australia-southeast2, name: "Google Cloud Run australia-southeast2", host: australia-southeast2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
398 + - { id: gcp-run-me-west1, name: "Google Cloud Run me-west1", host: me-west1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
399 + - { id: gcp-run-me-central1, name: "Google Cloud Run me-central1", host: me-central1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: QA, imp: 4, tier: 3, checks: [http, dns] }
400 + - { id: gcp-run-me-central2, name: "Google Cloud Run me-central2", host: me-central2-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
401 + - { id: gcp-run-africa-south1, name: "Google Cloud Run africa-south1", host: africa-south1-run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: ZA, imp: 4, tier: 3, checks: [http, dns] }
402 + - { id: gcp-api-compute, name: "Google Compute Engine API", host: compute.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
403 + - { id: gcp-api-run, name: "Google Cloud Run API", host: run.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
404 + - { id: gcp-api-firestore, name: "Google Firestore API", host: firestore.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
405 + - { id: gcp-api-cloudfunctions, name: "Google Cloud Functions API", host: cloudfunctions.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
406 + - { id: gcp-api-container, name: "Google GKE API", host: container.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
407 + - { id: gcp-api-sqladmin, name: "Google Cloud SQL Admin API", host: sqladmin.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
408 + - { id: gcp-api-iam, name: "Google IAM API", host: iam.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
409 + - { id: gcp-api-logging, name: "Google Cloud Logging API", host: logging.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
410 + - { id: gcp-api-monitoring, name: "Google Cloud Monitoring API", host: monitoring.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
411 + - { id: gcp-api-spanner, name: "Google Spanner API", host: spanner.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
412 + - { id: gcp-api-translate, name: "Google Translation API", host: translate.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
413 + - { id: gcp-api-speech, name: "Google Speech-to-Text API", host: speech.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
414 + - { id: gcp-api-vision, name: "Google Vision API", host: vision.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
415 + - { id: gcp-api-dns, name: "Google Cloud DNS API", host: dns.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
416 + - { id: gcp-api-cloudresourcemanager, name: "Google Resource Manager API", host: cloudresourcemanager.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
417 + - { id: gcp-api-serviceusage, name: "Google Service Usage API", host: serviceusage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
418 + - { id: gcp-api-secretmanager, name: "Google Secret Manager API", host: secretmanager.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
419 + - { id: gcp-api-cloudkms, name: "Google Cloud KMS API", host: cloudkms.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
420 + - { id: gcp-api-artifactregistry, name: "Google Artifact Registry API", host: artifactregistry.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
421 + - { id: gcp-api-cloudbuild, name: "Google Cloud Build API", host: cloudbuild.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
422 + - { id: gcp-api-dataflow, name: "Google Dataflow API", host: dataflow.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
423 + - { id: gcp-api-dataproc, name: "Google Dataproc API", host: dataproc.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
424 + - { id: gcp-api-bigtable, name: "Google Bigtable API", host: bigtable.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
425 + - { id: gcp-api-redis, name: "Google Memorystore API", host: redis.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
426 + - { id: gcp-api-dialogflow, name: "Google Dialogflow API", host: dialogflow.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
427 + - { id: gcp-api-texttospeech, name: "Google Text-to-Speech API", host: texttospeech.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
428 + - { id: gcp-api-healthcare, name: "Google Healthcare API", host: healthcare.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
429 + - { id: gcp-api-maps, name: "Google Maps Platform", host: maps.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
430 + - { id: gcp-api-oauth2, name: "Google OAuth2", host: oauth2.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 4, tier: 2, checks: [http, dns] }
431 + - { id: gcp-api-identitytoolkit, name: "Google Identity Toolkit", host: identitytoolkit.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
432 + - { id: gcp-api-securetoken, name: "Google Secure Token", host: securetoken.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
433 + - { id: gcp-api-firebaseinstallations, name: "Google Firebase Installations", host: firebaseinstallations.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
434 + - { id: gcp-api-firebaseremoteconfig, name: "Google Firebase Remote Config", host: firebaseremoteconfig.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
435 + - { id: gcp-api-firebasestorage, name: "Google Firebase Storage", host: firebasestorage.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
436 + - { id: gcp-api-appengine, name: "Google App Engine Admin API", host: appengine.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
437 + - { id: gcp-api-cloudtasks, name: "Google Cloud Tasks API", host: cloudtasks.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
438 + - { id: gcp-api-cloudscheduler, name: "Google Cloud Scheduler API", host: cloudscheduler.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
439 + - { id: gcp-api-eventarc, name: "Google Eventarc API", host: eventarc.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
440 + - { id: gcp-api-workflows, name: "Google Workflows API", host: workflows.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
441 + - { id: gcp-api-batch, name: "Google Batch API", host: batch.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
442 + - { id: gcp-api-aiplatform, name: "Google Vertex AI API", host: aiplatform.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
443 + - { id: gcp-api-androidpublisher, name: "Google Google Play Developer API", host: androidpublisher.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
444 + - { id: gcp-api-youtube, name: "Google YouTube Data API", host: youtube.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
445 + - { id: gcp-api-gmail, name: "Google Gmail API", host: gmail.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
446 + - { id: gcp-api-sheets, name: "Google Sheets API", host: sheets.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
447 + - { id: gcp-api-drive, name: "Google Drive API", host: drive.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
448 + - { id: gcp-api-calendar, name: "Google Calendar API", host: calendar.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
449 + - { id: gcp-api-people, name: "Google People API", host: people.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
450 + - { id: gcp-api-analyticsdata, name: "Google Analytics Data API", host: analyticsdata.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
451 + - { id: gcp-api-safebrowsing, name: "Google Safe Browsing API", host: safebrowsing.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
452 + - { id: gcp-api-recaptchaenterprise, name: "Google reCAPTCHA Enterprise API", host: recaptchaenterprise.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
453 + - { id: gcp-api-play, name: "Google Play services", host: play.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
454 + - { id: gcp-api-update, name: "Google Google Update", host: update.googleapis.com, cat: cloud, provider: google, svc: gcp, cc: null, imp: 3, tier: 3, checks: [http, dns] }
455 + - { id: gcp-oauth2-certs, name: "Google OAuth2 JWKS certs", host: www.googleapis.com, url: "https://www.googleapis.com/oauth2/v3/certs", cat: cloud, provider: google, svc: gcp, cc: null, imp: 5, tier: 2, checks: [http] }
456 + - { id: gcp-accounts, name: "Google — Google Accounts", host: accounts.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
457 + - { id: gcp-console-cloud, name: "Google — Cloud Console", host: console.cloud.google.com, cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
458 + - { id: gcp-console-firebase, name: "Google — Firebase Console", host: console.firebase.google.com, cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
459 + - { id: gcp-firebaseapp, name: "Google — Firebase Hosting apex", host: firebaseapp.com, cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
460 + - { id: gcp-web-app, name: "Google — Firebase web.app apex", host: web.app, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
461 + - { id: gcp-appspot, name: "Google — App Engine appspot apex", host: appspot.com, cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
462 + - { id: gcp-run-app, name: "Google — Cloud Run run.app apex", host: run.app, cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
463 + - { id: gcp-pkg-dev, name: "Google — Artifact Registry pkg.dev", host: pkg.dev, cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
464 + - { id: gcp-gstatic, name: "Google — gstatic apex", host: gstatic.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
465 + - { id: gcp-googleusercontent, name: "Google — googleusercontent apex", host: googleusercontent.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
466 + - { id: gcp-lh3-googleusercontent, name: "Google — Google user content CDN", host: lh3.googleusercontent.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
467 + - { id: gcp-ssl-gstatic, name: "Google — gstatic SSL", host: ssl.gstatic.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
468 + - { id: gcp-ajax, name: "Google — Google Hosted Libraries", host: ajax.googleapis.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
469 + - { id: gcp-docs, name: "Google — Google Docs", host: docs.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
470 + - { id: gcp-photos, name: "Google — Google Photos", host: photos.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
471 + - { id: gcp-trends, name: "Google — Google Trends", host: trends.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
472 + - { id: gcp-ads, name: "Google — Google Ads", host: ads.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
473 + - { id: gcp-analytics, name: "Google — Google Analytics", host: analytics.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
474 + - { id: gcp-pagespeed-web-dev, name: "Google — PageSpeed Insights", host: pagespeed.web.dev, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
475 + - { id: gcp-web-dev, name: "Google — web.dev", host: web.dev, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
476 + - { id: gcp-chromewebstore, name: "Google — Chrome Web Store", host: chromewebstore.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
477 + - { id: gcp-chromeenterprise-google, name: "Google — Chrome Enterprise", host: chromeenterprise.google, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
478 + - { id: gcp-android-googlesource, name: "Google — Android Gitiles", host: android.googlesource.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
479 + - { id: gcp-source-android, name: "Google — AOSP", host: source.android.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
480 + - { id: gcp-cloud, name: "Google — Google Cloud (docs)", host: cloud.google.com, url: "https://cloud.google.com/docs", cat: cloud, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
481 + - { id: gcp-kaggle, name: "Google — Kaggle", host: kaggle.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
482 + - { id: gcp-tensorflow-org, name: "Google — TensorFlow", host: tensorflow.org, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
483 + - { id: gcp-dl, name: "Google — Google downloads (Chrome)", host: dl.google.com, url: "https://dl.google.com/chrome/", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
484 + - { id: gcp-edgedl-me-gvt1, name: "Google — Google update CDN (gvt1)", host: edgedl.me.gvt1.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
485 + - { id: gcp-redirector-gvt1, name: "Google — gvt1 redirector", host: redirector.gvt1.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
486 + - { id: gcp-tools, name: "Google — Google tools", host: tools.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
487 + - { id: gcp-clients1, name: "Google — Google clients1", host: clients1.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
488 + - { id: gcp-clients2, name: "Google — Google clients2", host: clients2.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
489 + - { id: gcp-clients4, name: "Google — Google clients4", host: clients4.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
490 + - { id: gcp-clients5, name: "Google — Google clients5", host: clients5.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
491 + - { id: gcp-safebrowsing, name: "Google — Safe Browsing", host: safebrowsing.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
492 + - { id: gcp-crl-pki-goog, name: "Google — Google PKI CRL", host: crl.pki.goog, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
493 + - { id: gcp-pki-goog, name: "Google — Google Trust Services", host: pki.goog, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
494 +
495 + # ───────── Cloud — Oracle Cloud regions (39)
496 + - { id: oci-us-sanjose-1, name: "Oracle Cloud us-sanjose-1 (Object Storage)", host: objectstorage.us-sanjose-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 4, tier: 3, checks: [http, dns] }
497 + - { id: oci-us-chicago-1, name: "Oracle Cloud us-chicago-1 (Object Storage)", host: objectstorage.us-chicago-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 4, tier: 3, checks: [http, dns] }
498 + - { id: oci-eu-madrid-1, name: "Oracle Cloud eu-madrid-1 (Object Storage)", host: objectstorage.eu-madrid-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: ES, imp: 4, tier: 3, checks: [http, dns] }
499 + - { id: oci-eu-milan-1, name: "Oracle Cloud eu-milan-1 (Object Storage)", host: objectstorage.eu-milan-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: IT, imp: 4, tier: 3, checks: [http, dns] }
500 + - { id: oci-eu-marseille-1, name: "Oracle Cloud eu-marseille-1 (Object Storage)", host: objectstorage.eu-marseille-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: FR, imp: 4, tier: 3, checks: [http, dns] }
501 + - { id: oci-eu-stockholm-1, name: "Oracle Cloud eu-stockholm-1 (Object Storage)", host: objectstorage.eu-stockholm-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: SE, imp: 4, tier: 3, checks: [http, dns] }
502 + - { id: oci-eu-zurich-1, name: "Oracle Cloud eu-zurich-1 (Object Storage)", host: objectstorage.eu-zurich-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: CH, imp: 4, tier: 3, checks: [http, dns] }
503 + - { id: oci-uk-cardiff-1, name: "Oracle Cloud uk-cardiff-1 (Object Storage)", host: objectstorage.uk-cardiff-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
504 + - { id: oci-ap-osaka-1, name: "Oracle Cloud ap-osaka-1 (Object Storage)", host: objectstorage.ap-osaka-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
505 + - { id: oci-ap-chuncheon-1, name: "Oracle Cloud ap-chuncheon-1 (Object Storage)", host: objectstorage.ap-chuncheon-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
506 + - { id: oci-ap-hyderabad-1, name: "Oracle Cloud ap-hyderabad-1 (Object Storage)", host: objectstorage.ap-hyderabad-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: IN, imp: 4, tier: 3, checks: [http, dns] }
507 + - { id: oci-ap-melbourne-1, name: "Oracle Cloud ap-melbourne-1 (Object Storage)", host: objectstorage.ap-melbourne-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: AU, imp: 4, tier: 3, checks: [http, dns] }
508 + - { id: oci-sa-santiago-1, name: "Oracle Cloud sa-santiago-1 (Object Storage)", host: objectstorage.sa-santiago-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
509 + - { id: oci-sa-vinhedo-1, name: "Oracle Cloud sa-vinhedo-1 (Object Storage)", host: objectstorage.sa-vinhedo-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: BR, imp: 4, tier: 3, checks: [http, dns] }
510 + - { id: oci-sa-bogota-1, name: "Oracle Cloud sa-bogota-1 (Object Storage)", host: objectstorage.sa-bogota-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: CO, imp: 4, tier: 3, checks: [http, dns] }
511 + - { id: oci-sa-valparaiso-1, name: "Oracle Cloud sa-valparaiso-1 (Object Storage)", host: objectstorage.sa-valparaiso-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: CL, imp: 4, tier: 3, checks: [http, dns] }
512 + - { id: oci-me-jeddah-1, name: "Oracle Cloud me-jeddah-1 (Object Storage)", host: objectstorage.me-jeddah-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
513 + - { id: oci-me-abudhabi-1, name: "Oracle Cloud me-abudhabi-1 (Object Storage)", host: objectstorage.me-abudhabi-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
514 + - { id: oci-me-riyadh-1, name: "Oracle Cloud me-riyadh-1 (Object Storage)", host: objectstorage.me-riyadh-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
515 + - { id: oci-il-jerusalem-1, name: "Oracle Cloud il-jerusalem-1 (Object Storage)", host: objectstorage.il-jerusalem-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: IL, imp: 4, tier: 3, checks: [http, dns] }
516 + - { id: oci-mx-queretaro-1, name: "Oracle Cloud mx-queretaro-1 (Object Storage)", host: objectstorage.mx-queretaro-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
517 + - { id: oci-mx-monterrey-1, name: "Oracle Cloud mx-monterrey-1 (Object Storage)", host: objectstorage.mx-monterrey-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: MX, imp: 4, tier: 3, checks: [http, dns] }
518 + - { id: oci-ap-singapore-2, name: "Oracle Cloud ap-singapore-2 (Object Storage)", host: objectstorage.ap-singapore-2.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: SG, imp: 4, tier: 3, checks: [http, dns] }
519 + - { id: oci-us-saltlake-2, name: "Oracle Cloud us-saltlake-2 (Object Storage)", host: objectstorage.us-saltlake-2.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 4, tier: 3, checks: [http, dns] }
520 + - { id: oci-ap-batam-1, name: "Oracle Cloud ap-batam-1 (Object Storage)", host: objectstorage.ap-batam-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
521 + - { id: oci-iaas-us-ashburn-1, name: "Oracle — OCI Core us-ashburn-1", host: iaas.us-ashburn-1.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
522 + - { id: oci-identity-us-ashburn-1-oci, name: "Oracle — OCI Identity", host: identity.us-ashburn-1.oci.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
523 + - { id: oci-login-oci, name: "Oracle — OCI login", host: login.oci.oraclecloud.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
524 + - { id: oci-yum, name: "Oracle — Oracle Linux yum", host: yum.oracle.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
525 + - { id: oci-container-registry, name: "Oracle — Oracle Container Registry", host: container-registry.oracle.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
526 + - { id: oci-download, name: "Oracle — Oracle downloads", host: download.oracle.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
527 + - { id: oci-edelivery, name: "Oracle — Oracle eDelivery", host: edelivery.oracle.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
528 + - { id: oci-support, name: "Oracle — My Oracle Support", host: support.oracle.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
529 + - { id: oci-docs, name: "Oracle — Oracle docs", host: docs.oracle.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
530 + - { id: oci-www, name: "Oracle — Oracle Java", host: www.oracle.com, url: "https://www.oracle.com/java/", cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
531 + - { id: oci-java, name: "Oracle — java.com", host: java.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
532 + - { id: oci-www-java, name: "Oracle — Java www", host: www.java.com, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
533 + - { id: oci-jdk-java, name: "Oracle — OpenJDK builds", host: jdk.java.net, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
534 + - { id: oci-openjdk, name: "Oracle — OpenJDK", host: openjdk.org, cat: cloud, provider: oracle, svc: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
535 +
536 + # ───────── Cloud — Alibaba Cloud (32)
537 + - { id: alibaba-oss-cn-qingdao, name: "Alibaba Cloud OSS cn-qingdao", host: oss-cn-qingdao.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
538 + - { id: alibaba-oss-cn-zhangjiakou, name: "Alibaba Cloud OSS cn-zhangjiakou", host: oss-cn-zhangjiakou.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
539 + - { id: alibaba-oss-cn-huhehaote, name: "Alibaba Cloud OSS cn-huhehaote", host: oss-cn-huhehaote.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
540 + - { id: alibaba-oss-cn-wulanchabu, name: "Alibaba Cloud OSS cn-wulanchabu", host: oss-cn-wulanchabu.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
541 + - { id: alibaba-oss-cn-chengdu, name: "Alibaba Cloud OSS cn-chengdu", host: oss-cn-chengdu.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
542 + - { id: alibaba-oss-cn-heyuan, name: "Alibaba Cloud OSS cn-heyuan", host: oss-cn-heyuan.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
543 + - { id: alibaba-oss-cn-guangzhou, name: "Alibaba Cloud OSS cn-guangzhou", host: oss-cn-guangzhou.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
544 + - { id: alibaba-oss-cn-nanjing, name: "Alibaba Cloud OSS cn-nanjing", host: oss-cn-nanjing.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
545 + - { id: alibaba-oss-cn-fuzhou, name: "Alibaba Cloud OSS cn-fuzhou", host: oss-cn-fuzhou.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
546 + - { id: alibaba-oss-cn-wuhan-lr, name: "Alibaba Cloud OSS cn-wuhan-lr", host: oss-cn-wuhan-lr.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
547 + - { id: alibaba-oss-ap-southeast-3, name: "Alibaba Cloud OSS ap-southeast-3", host: oss-ap-southeast-3.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: MY, imp: 4, tier: 3, checks: [http, dns] }
548 + - { id: alibaba-oss-ap-southeast-5, name: "Alibaba Cloud OSS ap-southeast-5", host: oss-ap-southeast-5.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
549 + - { id: alibaba-oss-ap-southeast-6, name: "Alibaba Cloud OSS ap-southeast-6", host: oss-ap-southeast-6.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: PH, imp: 4, tier: 3, checks: [http, dns] }
550 + - { id: alibaba-oss-ap-southeast-7, name: "Alibaba Cloud OSS ap-southeast-7", host: oss-ap-southeast-7.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: TH, imp: 4, tier: 3, checks: [http, dns] }
551 + - { id: alibaba-oss-ap-northeast-2, name: "Alibaba Cloud OSS ap-northeast-2", host: oss-ap-northeast-2.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
552 + - { id: alibaba-oss-us-east-1, name: "Alibaba Cloud OSS us-east-1", host: oss-us-east-1.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: US, imp: 4, tier: 3, checks: [http, dns] }
553 + - { id: alibaba-oss-eu-west-1, name: "Alibaba Cloud OSS eu-west-1", host: oss-eu-west-1.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
554 + - { id: alibaba-oss-me-east-1, name: "Alibaba Cloud OSS me-east-1", host: oss-me-east-1.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: AE, imp: 4, tier: 3, checks: [http, dns] }
555 + - { id: alibaba-oss-me-central-1, name: "Alibaba Cloud OSS me-central-1", host: oss-me-central-1.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: SA, imp: 4, tier: 3, checks: [http, dns] }
556 + - { id: alibaba-ecs, name: "Alibaba — Alibaba ECS API", host: ecs.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
557 + - { id: alibaba-ecs-cn-hangzhou, name: "Alibaba — ECS cn-hangzhou", host: ecs.cn-hangzhou.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
558 + - { id: alibaba-ecs-ap-southeast-1, name: "Alibaba — ECS Singapore", host: ecs.ap-southeast-1.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
559 + - { id: alibaba-sts, name: "Alibaba — Alibaba STS", host: sts.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
560 + - { id: alibaba-dns, name: "Alibaba — Alibaba DNS API", host: dns.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
561 + - { id: alibaba-cdn, name: "Alibaba — Alibaba CDN API", host: cdn.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
562 + - { id: alibaba-mirrors, name: "Alibaba — Alibaba mirrors", host: mirrors.aliyun.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
563 + - { id: alibaba-registry-cn-hangzhou, name: "Alibaba — Alibaba Container Registry Hangzhou", host: registry.cn-hangzhou.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
564 + - { id: alibaba-help, name: "Alibaba — Aliyun docs", host: help.aliyun.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
565 + - { id: alibaba-account, name: "Alibaba — Aliyun account", host: account.aliyun.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
566 + - { id: alibaba-dashscope, name: "Alibaba — Model Studio DashScope", host: dashscope.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
567 + - { id: alibaba-fc-cn-hangzhou, name: "Alibaba — Function Compute Hangzhou", host: fc.cn-hangzhou.aliyuncs.com, cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
568 + - { id: alibaba-www-docs, name: "Alibaba — Alibaba Cloud docs", host: www.alibabacloud.com, url: "https://www.alibabacloud.com/help", cat: cloud, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
569 +
570 + # ───────── Cloud — Tencent Cloud (25)
571 + - { id: tencent-cos-ap-beijing, name: "Tencent COS ap-beijing", host: cos.ap-beijing.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
572 + - { id: tencent-cos-ap-shanghai, name: "Tencent COS ap-shanghai", host: cos.ap-shanghai.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
573 + - { id: tencent-cos-ap-nanjing, name: "Tencent COS ap-nanjing", host: cos.ap-nanjing.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
574 + - { id: tencent-cos-ap-chengdu, name: "Tencent COS ap-chengdu", host: cos.ap-chengdu.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
575 + - { id: tencent-cos-ap-chongqing, name: "Tencent COS ap-chongqing", host: cos.ap-chongqing.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
576 + - { id: tencent-cos-ap-hongkong, name: "Tencent COS ap-hongkong", host: cos.ap-hongkong.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: HK, imp: 4, tier: 3, checks: [http, dns] }
577 + - { id: tencent-cos-ap-tokyo, name: "Tencent COS ap-tokyo", host: cos.ap-tokyo.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: JP, imp: 4, tier: 3, checks: [http, dns] }
578 + - { id: tencent-cos-ap-seoul, name: "Tencent COS ap-seoul", host: cos.ap-seoul.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: KR, imp: 4, tier: 3, checks: [http, dns] }
579 + - { id: tencent-cos-ap-jakarta, name: "Tencent COS ap-jakarta", host: cos.ap-jakarta.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: ID, imp: 4, tier: 3, checks: [http, dns] }
580 + - { id: tencent-cos-ap-bangkok, name: "Tencent COS ap-bangkok", host: cos.ap-bangkok.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: TH, imp: 4, tier: 3, checks: [http, dns] }
581 + - { id: tencent-cos-na-siliconvalley, name: "Tencent COS na-siliconvalley", host: cos.na-siliconvalley.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: US, imp: 4, tier: 3, checks: [http, dns] }
582 + - { id: tencent-cos-na-ashburn, name: "Tencent COS na-ashburn", host: cos.na-ashburn.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: US, imp: 4, tier: 3, checks: [http, dns] }
583 + - { id: tencent-cos-eu-frankfurt, name: "Tencent COS eu-frankfurt", host: cos.eu-frankfurt.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
584 + - { id: tencent-cos-sa-saopaulo, name: "Tencent COS sa-saopaulo", host: cos.sa-saopaulo.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: BR, imp: 4, tier: 3, checks: [http, dns] }
585 + - { id: tencent-cos-ap-shenzhen-fsi, name: "Tencent COS ap-shenzhen-fsi", host: cos.ap-shenzhen-fsi.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
586 + - { id: tencent-cos-ap-shanghai-fsi, name: "Tencent COS ap-shanghai-fsi", host: cos.ap-shanghai-fsi.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
587 + - { id: tencent-cos-ap-beijing-fsi, name: "Tencent COS ap-beijing-fsi", host: cos.ap-beijing-fsi.myqcloud.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
588 + - { id: tencent-cvm, name: "Tencent — Tencent CVM API", host: cvm.tencentcloudapi.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
589 + - { id: tencent-sts, name: "Tencent — Tencent STS API", host: sts.tencentcloudapi.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
590 + - { id: tencent-cdn, name: "Tencent — Tencent CDN API", host: cdn.tencentcloudapi.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
591 + - { id: tencent-mirrors, name: "Tencent — Tencent mirrors", host: mirrors.cloud.tencent.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
592 + - { id: tencent-console, name: "Tencent — Tencent Cloud console", host: console.cloud.tencent.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
593 + - { id: tencent-intl, name: "Tencent — Tencent Cloud Intl", host: intl.cloud.tencent.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
594 + - { id: tencent-www, name: "Tencent — Tencent", host: www.tencent.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
595 + - { id: tencent-ccr-ccs-tencentyun, name: "Tencent — Tencent Container Registry", host: ccr.ccs.tencentyun.com, cat: cloud, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
596 +
597 + # ───────── Cloud — Huawei Cloud (29)
598 + - { id: huawei-obs-cn-north-1, name: "Huawei Cloud OBS cn-north-1", host: obs.cn-north-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
599 + - { id: huawei-obs-cn-east-2, name: "Huawei Cloud OBS cn-east-2", host: obs.cn-east-2.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
600 + - { id: huawei-obs-cn-east-3, name: "Huawei Cloud OBS cn-east-3", host: obs.cn-east-3.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
601 + - { id: huawei-obs-cn-south-1, name: "Huawei Cloud OBS cn-south-1", host: obs.cn-south-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
602 + - { id: huawei-obs-cn-southwest-2, name: "Huawei Cloud OBS cn-southwest-2", host: obs.cn-southwest-2.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
603 + - { id: huawei-obs-cn-north-9, name: "Huawei Cloud OBS cn-north-9", host: obs.cn-north-9.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
604 + - { id: huawei-obs-cn-east-4, name: "Huawei Cloud OBS cn-east-4", host: obs.cn-east-4.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
605 + - { id: huawei-obs-cn-south-4, name: "Huawei Cloud OBS cn-south-4", host: obs.cn-south-4.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
606 + - { id: huawei-obs-ap-southeast-2, name: "Huawei Cloud OBS ap-southeast-2", host: obs.ap-southeast-2.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: TH, imp: 3, tier: 3, checks: [http, dns] }
607 + - { id: huawei-obs-ap-southeast-3, name: "Huawei Cloud OBS ap-southeast-3", host: obs.ap-southeast-3.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: SG, imp: 3, tier: 3, checks: [http, dns] }
608 + - { id: huawei-obs-ap-southeast-4, name: "Huawei Cloud OBS ap-southeast-4", host: obs.ap-southeast-4.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: ID, imp: 3, tier: 3, checks: [http, dns] }
609 + - { id: huawei-obs-af-south-1, name: "Huawei Cloud OBS af-south-1", host: obs.af-south-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: ZA, imp: 3, tier: 3, checks: [http, dns] }
610 + - { id: huawei-obs-la-south-2, name: "Huawei Cloud OBS la-south-2", host: obs.la-south-2.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CL, imp: 3, tier: 3, checks: [http, dns] }
611 + - { id: huawei-obs-sa-brazil-1, name: "Huawei Cloud OBS sa-brazil-1", host: obs.sa-brazil-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: BR, imp: 3, tier: 3, checks: [http, dns] }
612 + - { id: huawei-obs-la-north-2, name: "Huawei Cloud OBS la-north-2", host: obs.la-north-2.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: MX, imp: 3, tier: 3, checks: [http, dns] }
613 + - { id: huawei-obs-tr-west-1, name: "Huawei Cloud OBS tr-west-1", host: obs.tr-west-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: TR, imp: 3, tier: 3, checks: [http, dns] }
614 + - { id: huawei-obs-me-east-1, name: "Huawei Cloud OBS me-east-1", host: obs.me-east-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: SA, imp: 3, tier: 3, checks: [http, dns] }
615 + - { id: huawei-obs-af-north-1, name: "Huawei Cloud OBS af-north-1", host: obs.af-north-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: EG, imp: 3, tier: 3, checks: [http, dns] }
616 + - { id: huawei-obs-my-kualalumpur-1, name: "Huawei Cloud OBS my-kualalumpur-1", host: obs.my-kualalumpur-1.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: MY, imp: 3, tier: 3, checks: [http, dns] }
617 + - { id: huawei-obs-ap-southeast-5, name: "Huawei Cloud OBS ap-southeast-5", host: obs.ap-southeast-5.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: PH, imp: 3, tier: 3, checks: [http, dns] }
618 + - { id: huawei-obs-cn-north-11, name: "Huawei Cloud OBS cn-north-11", host: obs.cn-north-11.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
619 + - { id: huawei-iam, name: "Huawei — Huawei IAM", host: iam.myhuaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
620 + - { id: huawei-console, name: "Huawei — Huawei Cloud console", host: console.huaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
621 + - { id: huawei-www, name: "Huawei — Huawei Cloud Intl", host: www.huaweicloud.com, url: "https://www.huaweicloud.com/intl/en-us/", cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
622 + - { id: huawei-mirrors, name: "Huawei — Huawei mirrors", host: mirrors.huaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
623 + - { id: huawei-repo, name: "Huawei — Huawei repo", host: repo.huaweicloud.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
624 + - { id: huawei-consumer, name: "Huawei — Huawei consumer", host: consumer.huawei.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
625 + - { id: huawei-appgallery, name: "Huawei — Huawei AppGallery", host: appgallery.huawei.com, cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
626 + - { id: huawei-connectivitycheck-platform, name: "Huawei — Huawei connectivity check", host: connectivitycheck.platform.hicloud.com, url: "https://connectivitycheck.platform.hicloud.com/generate_204", cat: cloud, provider: huawei, svc: huawei, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
627 +
628 + # ───────── Cloud — IBM Cloud (21)
629 + - { id: ibm-cos-us-south, name: "IBM Cloud Object Storage us-south", host: s3.us-south.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
630 + - { id: ibm-cos-us-east, name: "IBM Cloud Object Storage us-east", host: s3.us-east.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
631 + - { id: ibm-cos-eu-de, name: "IBM Cloud Object Storage eu-de", host: s3.eu-de.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
632 + - { id: ibm-cos-eu-gb, name: "IBM Cloud Object Storage eu-gb", host: s3.eu-gb.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
633 + - { id: ibm-cos-jp-tok, name: "IBM Cloud Object Storage jp-tok", host: s3.jp-tok.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
634 + - { id: ibm-cos-jp-osa, name: "IBM Cloud Object Storage jp-osa", host: s3.jp-osa.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
635 + - { id: ibm-cos-au-syd, name: "IBM Cloud Object Storage au-syd", host: s3.au-syd.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: AU, imp: 3, tier: 3, checks: [http, dns] }
636 + - { id: ibm-cos-br-sao, name: "IBM Cloud Object Storage br-sao", host: s3.br-sao.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: BR, imp: 3, tier: 3, checks: [http, dns] }
637 + - { id: ibm-cos-eu-es, name: "IBM Cloud Object Storage eu-es", host: s3.eu-es.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: ES, imp: 3, tier: 3, checks: [http, dns] }
638 + - { id: ibm-cos-us, name: "IBM Cloud Object Storage us", host: s3.us.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
639 + - { id: ibm-cos-eu, name: "IBM Cloud Object Storage eu", host: s3.eu.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
640 + - { id: ibm-cos-ap, name: "IBM Cloud Object Storage ap", host: s3.ap.cloud-object-storage.appdomain.cloud, cat: cloud, provider: ibm, svc: ibm, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
641 + - { id: ibm-iam, name: "IBM — IBM Cloud IAM", host: iam.cloud.ibm.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
642 + - { id: ibm-resource-controller, name: "IBM — IBM Resource Controller", host: resource-controller.cloud.ibm.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
643 + - { id: ibm-us-south-iaas, name: "IBM — IBM VPC us-south", host: us-south.iaas.cloud.ibm.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
644 + - { id: ibm-eu-de-iaas, name: "IBM — IBM VPC eu-de", host: eu-de.iaas.cloud.ibm.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
645 + - { id: ibm-icr, name: "IBM — IBM Container Registry", host: icr.io, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
646 + - { id: ibm-us-icr, name: "IBM — IBM Container Registry US", host: us.icr.io, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
647 + - { id: ibm-www, name: "IBM — IBM", host: www.ibm.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
648 + - { id: ibm-api-us-south-codeengine, name: "IBM — IBM Code Engine us-south", host: api.us-south.codeengine.cloud.ibm.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
649 + - { id: ibm-www-softlayer, name: "IBM — SoftLayer", host: www.softlayer.com, cat: cloud, provider: ibm, svc: ibm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
650 +
651 + # ───────── Cloud — object storage & APIs of mid-size clouds (112)
652 + - { id: digitalocean-spaces-ams3, name: "DigitalOcean Spaces ams3", host: ams3.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: NL, imp: 4, tier: 3, checks: [http, dns] }
653 + - { id: digitalocean-spaces-sgp1, name: "DigitalOcean Spaces sgp1", host: sgp1.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: SG, imp: 4, tier: 3, checks: [http, dns], tr: true }
654 + - { id: digitalocean-spaces-fra1, name: "DigitalOcean Spaces fra1", host: fra1.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
655 + - { id: digitalocean-spaces-sfo3, name: "DigitalOcean Spaces sfo3", host: sfo3.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: US, imp: 4, tier: 3, checks: [http, dns] }
656 + - { id: digitalocean-spaces-sfo2, name: "DigitalOcean Spaces sfo2", host: sfo2.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: US, imp: 4, tier: 3, checks: [http, dns] }
657 + - { id: digitalocean-spaces-blr1, name: "DigitalOcean Spaces blr1", host: blr1.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: IN, imp: 4, tier: 3, checks: [http, dns], tr: true }
658 + - { id: digitalocean-spaces-syd1, name: "DigitalOcean Spaces syd1", host: syd1.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: AU, imp: 4, tier: 3, checks: [http, dns], tr: true }
659 + - { id: digitalocean-spaces-tor1, name: "DigitalOcean Spaces tor1", host: tor1.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: CA, imp: 4, tier: 3, checks: [http, dns] }
660 + - { id: digitalocean-spaces-lon1, name: "DigitalOcean Spaces lon1", host: lon1.digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: GB, imp: 4, tier: 3, checks: [http, dns] }
661 + - { id: digitalocean-api, name: "DigitalOcean DigitalOcean API", host: api.digitalocean.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: US, imp: 3, tier: 3, checks: [http, dns] }
662 + - { id: digitalocean-cloud, name: "DigitalOcean DigitalOcean console", host: cloud.digitalocean.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: US, imp: 3, tier: 3, checks: [http, dns] }
663 + - { id: digitalocean-docs, name: "DigitalOcean DigitalOcean docs", host: docs.digitalocean.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: US, imp: 3, tier: 3, checks: [http, dns] }
664 + - { id: digitalocean-digitaloceanspaces, name: "DigitalOcean Spaces apex", host: digitaloceanspaces.com, cat: cloud, provider: digitalocean, svc: digitalocean, cc: US, imp: 3, tier: 3, checks: [http, dns] }
665 + - { id: backblaze-b2-us-west-000, name: "Backblaze B2 us-west-000", host: s3.us-west-000.backblazeb2.com, cat: cloud, provider: backblaze, cc: US, imp: 3, tier: 3, checks: [http, dns] }
666 + - { id: backblaze-b2-us-west-001, name: "Backblaze B2 us-west-001", host: s3.us-west-001.backblazeb2.com, cat: cloud, provider: backblaze, cc: US, imp: 3, tier: 3, checks: [http, dns] }
667 + - { id: backblaze-b2-us-west-002, name: "Backblaze B2 us-west-002", host: s3.us-west-002.backblazeb2.com, cat: cloud, provider: backblaze, cc: US, imp: 3, tier: 3, checks: [http, dns] }
668 + - { id: backblaze-b2-us-west-004, name: "Backblaze B2 us-west-004", host: s3.us-west-004.backblazeb2.com, cat: cloud, provider: backblaze, cc: US, imp: 3, tier: 3, checks: [http, dns] }
669 + - { id: backblaze-b2-eu-central-003, name: "Backblaze B2 eu-central-003", host: s3.eu-central-003.backblazeb2.com, cat: cloud, provider: backblaze, cc: NL, imp: 3, tier: 3, checks: [http, dns] }
670 + - { id: backblaze-b2-us-east-005, name: "Backblaze B2 us-east-005", host: s3.us-east-005.backblazeb2.com, cat: cloud, provider: backblaze, cc: US, imp: 3, tier: 3, checks: [http, dns] }
671 + - { id: backblaze-b2-ca-east-006, name: "Backblaze B2 ca-east-006", host: s3.ca-east-006.backblazeb2.com, cat: cloud, provider: backblaze, cc: CA, imp: 3, tier: 3, checks: [http, dns] }
672 + - { id: backblaze-api, name: "Backblaze B2 API", host: api.backblazeb2.com, cat: cloud, provider: backblaze, cc: US, imp: 3, tier: 3, checks: [http, dns] }
673 + - { id: backblaze-status, name: "Backblaze status", host: status.backblaze.com, cat: cloud, provider: backblaze, cc: US, imp: 2, tier: 4, checks: [http] }
674 + - { id: wasabi-us-east-1, name: "Wasabi us-east-1", host: s3.us-east-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: US, imp: 3, tier: 3, checks: [http, dns] }
675 + - { id: wasabi-us-east-2, name: "Wasabi us-east-2", host: s3.us-east-2.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: US, imp: 3, tier: 3, checks: [http, dns] }
676 + - { id: wasabi-us-central-1, name: "Wasabi us-central-1", host: s3.us-central-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: US, imp: 3, tier: 3, checks: [http, dns] }
677 + - { id: wasabi-us-west-1, name: "Wasabi us-west-1", host: s3.us-west-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: US, imp: 3, tier: 3, checks: [http, dns] }
678 + - { id: wasabi-eu-central-1, name: "Wasabi eu-central-1", host: s3.eu-central-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: NL, imp: 3, tier: 3, checks: [http, dns] }
679 + - { id: wasabi-eu-central-2, name: "Wasabi eu-central-2", host: s3.eu-central-2.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
680 + - { id: wasabi-eu-west-1, name: "Wasabi eu-west-1", host: s3.eu-west-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
681 + - { id: wasabi-eu-west-2, name: "Wasabi eu-west-2", host: s3.eu-west-2.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
682 + - { id: wasabi-eu-south-1, name: "Wasabi eu-south-1", host: s3.eu-south-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: IT, imp: 3, tier: 3, checks: [http, dns] }
683 + - { id: wasabi-ap-northeast-1, name: "Wasabi ap-northeast-1", host: s3.ap-northeast-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
684 + - { id: wasabi-ap-northeast-2, name: "Wasabi ap-northeast-2", host: s3.ap-northeast-2.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
685 + - { id: wasabi-ap-southeast-1, name: "Wasabi ap-southeast-1", host: s3.ap-southeast-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: SG, imp: 3, tier: 3, checks: [http, dns] }
686 + - { id: wasabi-ap-southeast-2, name: "Wasabi ap-southeast-2", host: s3.ap-southeast-2.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: AU, imp: 3, tier: 3, checks: [http, dns] }
687 + - { id: wasabi-ca-central-1, name: "Wasabi ca-central-1", host: s3.ca-central-1.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: CA, imp: 3, tier: 3, checks: [http, dns] }
688 + - { id: wasabi-s3, name: "Wasabi S3 global", host: s3.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: US, imp: 3, tier: 3, checks: [http, dns] }
689 + - { id: wasabi-console, name: "Wasabi console", host: console.wasabisys.com, cat: cloud, provider: wasabi, svc: wasabi, cc: US, imp: 2, tier: 4, checks: [http, dns] }
690 + - { id: linode-objects-us-east-1, name: "Linode Object Storage us-east-1", host: us-east-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
691 + - { id: linode-objects-us-southeast-1, name: "Linode Object Storage us-southeast-1", host: us-southeast-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
692 + - { id: linode-objects-eu-central-1, name: "Linode Object Storage eu-central-1", host: eu-central-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
693 + - { id: linode-objects-ap-south-1, name: "Linode Object Storage ap-south-1", host: ap-south-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: SG, imp: 3, tier: 3, checks: [http, dns] }
694 + - { id: linode-objects-us-iad-1, name: "Linode Object Storage us-iad-1", host: us-iad-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
695 + - { id: linode-objects-us-ord-1, name: "Linode Object Storage us-ord-1", host: us-ord-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
696 + - { id: linode-objects-us-sea-1, name: "Linode Object Storage us-sea-1", host: us-sea-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
697 + - { id: linode-objects-us-lax-1, name: "Linode Object Storage us-lax-1", host: us-lax-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
698 + - { id: linode-objects-us-mia-1, name: "Linode Object Storage us-mia-1", host: us-mia-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
699 + - { id: linode-objects-fr-par-1, name: "Linode Object Storage fr-par-1", host: fr-par-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
700 + - { id: linode-objects-nl-ams-1, name: "Linode Object Storage nl-ams-1", host: nl-ams-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: NL, imp: 3, tier: 3, checks: [http, dns] }
701 + - { id: linode-objects-se-sto-1, name: "Linode Object Storage se-sto-1", host: se-sto-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: SE, imp: 3, tier: 3, checks: [http, dns] }
702 + - { id: linode-objects-it-mil-1, name: "Linode Object Storage it-mil-1", host: it-mil-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: IT, imp: 3, tier: 3, checks: [http, dns] }
703 + - { id: linode-objects-es-mad-1, name: "Linode Object Storage es-mad-1", host: es-mad-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: ES, imp: 3, tier: 3, checks: [http, dns] }
704 + - { id: linode-objects-in-maa-1, name: "Linode Object Storage in-maa-1", host: in-maa-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: IN, imp: 3, tier: 3, checks: [http, dns] }
705 + - { id: linode-objects-jp-osa-1, name: "Linode Object Storage jp-osa-1", host: jp-osa-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
706 + - { id: linode-objects-id-cgk-1, name: "Linode Object Storage id-cgk-1", host: id-cgk-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: ID, imp: 3, tier: 3, checks: [http, dns], tr: true }
707 + - { id: linode-objects-br-gru-1, name: "Linode Object Storage br-gru-1", host: br-gru-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: BR, imp: 3, tier: 3, checks: [http, dns], tr: true }
708 + - { id: linode-objects-gb-lon-1, name: "Linode Object Storage gb-lon-1", host: gb-lon-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
709 + - { id: linode-objects-au-mel-1, name: "Linode Object Storage au-mel-1", host: au-mel-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: AU, imp: 3, tier: 3, checks: [http, dns], tr: true }
710 + - { id: linode-objects-sg-sin-1, name: "Linode Object Storage sg-sin-1", host: sg-sin-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: SG, imp: 3, tier: 3, checks: [http, dns] }
711 + - { id: linode-objects-in-bom-1, name: "Linode Object Storage in-bom-1", host: in-bom-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: IN, imp: 3, tier: 3, checks: [http, dns] }
712 + - { id: linode-objects-jp-tyo-1, name: "Linode Object Storage jp-tyo-1", host: jp-tyo-1.linodeobjects.com, cat: cloud, provider: akamai, svc: linode, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
713 + - { id: linode-api, name: "Linode API", host: api.linode.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
714 + - { id: linode-cloud, name: "Linode Cloud Manager", host: cloud.linode.com, cat: cloud, provider: akamai, svc: linode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
715 + - { id: hetzner-objects-fsn1, name: "Hetzner Object Storage fsn1", host: fsn1.your-objectstorage.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
716 + - { id: hetzner-objects-nbg1, name: "Hetzner Object Storage nbg1", host: nbg1.your-objectstorage.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
717 + - { id: hetzner-objects-hel1, name: "Hetzner Object Storage hel1", host: hel1.your-objectstorage.com, cat: cloud, provider: hetzner, svc: hetzner, cc: FI, imp: 3, tier: 3, checks: [http, dns] }
718 + - { id: hetzner-api, name: "Hetzner Hetzner Cloud API", host: api.hetzner.cloud, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
719 + - { id: hetzner-console, name: "Hetzner Hetzner Cloud Console", host: console.hetzner.cloud, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
720 + - { id: hetzner-robot, name: "Hetzner Hetzner Robot", host: robot.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
721 + - { id: hetzner-accounts, name: "Hetzner Hetzner accounts", host: accounts.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
722 + - { id: hetzner-docs, name: "Hetzner Hetzner docs", host: docs.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
723 + - { id: hetzner-www-de, name: "Hetzner Hetzner DE", host: www.hetzner.de, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
724 + - { id: ovh-s3-gra, name: "OVHcloud Object Storage gra", host: s3.gra.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
725 + - { id: ovh-s3-sbg, name: "OVHcloud Object Storage sbg", host: s3.sbg.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
726 + - { id: ovh-s3-bhs, name: "OVHcloud Object Storage bhs", host: s3.bhs.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: CA, imp: 3, tier: 3, checks: [http, dns] }
727 + - { id: ovh-s3-de, name: "OVHcloud Object Storage de", host: s3.de.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
728 + - { id: ovh-s3-uk, name: "OVHcloud Object Storage uk", host: s3.uk.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
729 + - { id: ovh-s3-waw, name: "OVHcloud Object Storage waw", host: s3.waw.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: PL, imp: 3, tier: 3, checks: [http, dns] }
730 + - { id: ovh-s3-rbx, name: "OVHcloud Object Storage rbx", host: s3.rbx.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
731 + - { id: ovh-s3-eu-west-par, name: "OVHcloud Object Storage eu-west-par", host: s3.eu-west-par.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
732 + - { id: ovh-s3-ca-east-tor, name: "OVHcloud Object Storage ca-east-tor", host: s3.ca-east-tor.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: CA, imp: 3, tier: 3, checks: [http, dns] }
733 + - { id: ovh-s3-ap-southeast-syd, name: "OVHcloud Object Storage ap-southeast-syd", host: s3.ap-southeast-syd.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: AU, imp: 3, tier: 3, checks: [http, dns] }
734 + - { id: ovh-s3-ap-south-mum, name: "OVHcloud Object Storage ap-south-mum", host: s3.ap-south-mum.io.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: IN, imp: 3, tier: 3, checks: [http, dns], tr: true }
735 + - { id: ovh-s3-us-east-va, name: "OVHcloud Object Storage us-east-va", host: s3.us-east-va.io.cloud.ovh.us, cat: cloud, provider: ovh, svc: ovh, cc: US, imp: 3, tier: 3, checks: [http, dns] }
736 + - { id: ovh-s3-us-west-or, name: "OVHcloud Object Storage us-west-or", host: s3.us-west-or.io.cloud.ovh.us, cat: cloud, provider: ovh, svc: ovh, cc: US, imp: 3, tier: 3, checks: [http, dns] }
737 + - { id: ovh-s3-gra-perf, name: "OVHcloud Object Storage gra-perf", host: s3.gra.perf.cloud.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
738 + - { id: ovh-api, name: "OVHcloud OVHcloud API EU", host: api.ovh.com, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
739 + - { id: ovh-ca-api, name: "OVHcloud OVHcloud API CA", host: ca.api.ovh.com, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
740 + - { id: ovh-us, name: "OVHcloud OVHcloud US", host: us.ovhcloud.com, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
741 + - { id: ovh-www-kimsufi, name: "OVHcloud Kimsufi", host: www.kimsufi.com, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
742 + - { id: ovh-www-soyoustart, name: "OVHcloud So you Start", host: www.soyoustart.com, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
743 + - { id: ovh-help, name: "OVHcloud OVHcloud help", host: help.ovhcloud.com, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
744 + - { id: ovh-travaux, name: "OVHcloud OVHcloud travaux", host: travaux.ovh.net, cat: cloud, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
745 + - { id: exoscale-sos-ch-gva-2, name: "Exoscale SOS ch-gva-2", host: sos-ch-gva-2.exo.io, cat: cloud, provider: exoscale, cc: CH, imp: 3, tier: 3, checks: [http, dns] }
746 + - { id: exoscale-sos-ch-dk-2, name: "Exoscale SOS ch-dk-2", host: sos-ch-dk-2.exo.io, cat: cloud, provider: exoscale, cc: CH, imp: 3, tier: 3, checks: [http, dns] }
747 + - { id: exoscale-sos-de-fra-1, name: "Exoscale SOS de-fra-1", host: sos-de-fra-1.exo.io, cat: cloud, provider: exoscale, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
748 + - { id: exoscale-sos-de-muc-1, name: "Exoscale SOS de-muc-1", host: sos-de-muc-1.exo.io, cat: cloud, provider: exoscale, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
749 + - { id: exoscale-sos-at-vie-1, name: "Exoscale SOS at-vie-1", host: sos-at-vie-1.exo.io, cat: cloud, provider: exoscale, cc: AT, imp: 3, tier: 3, checks: [http, dns] }
750 + - { id: exoscale-sos-at-vie-2, name: "Exoscale SOS at-vie-2", host: sos-at-vie-2.exo.io, cat: cloud, provider: exoscale, cc: AT, imp: 3, tier: 3, checks: [http, dns] }
751 + - { id: exoscale-api, name: "Exoscale API", host: api.exoscale.com, cat: cloud, provider: exoscale, cc: CH, imp: 2, tier: 4, checks: [http, dns] }
752 + - { id: vultr-objects-ewr1, name: "Vultr Object Storage ewr1", host: ewr1.vultrobjects.com, cat: cloud, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3, checks: [http, dns] }
753 + - { id: vultr-objects-sjc1, name: "Vultr Object Storage sjc1", host: sjc1.vultrobjects.com, cat: cloud, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3, checks: [http, dns] }
754 + - { id: vultr-objects-ams1, name: "Vultr Object Storage ams1", host: ams1.vultrobjects.com, cat: cloud, provider: vultr, svc: vultr, cc: NL, imp: 3, tier: 3, checks: [http, dns] }
755 + - { id: vultr-objects-sgp1, name: "Vultr Object Storage sgp1", host: sgp1.vultrobjects.com, cat: cloud, provider: vultr, svc: vultr, cc: SG, imp: 3, tier: 3, checks: [http, dns] }
756 + - { id: vultr-objects-blr1, name: "Vultr Object Storage blr1", host: blr1.vultrobjects.com, cat: cloud, provider: vultr, svc: vultr, cc: IN, imp: 3, tier: 3, checks: [http, dns] }
757 + - { id: vultr-objects-del1, name: "Vultr Object Storage del1", host: del1.vultrobjects.com, cat: cloud, provider: vultr, svc: vultr, cc: IN, imp: 3, tier: 3, checks: [http, dns] }
758 + - { id: vultr-api, name: "Vultr Vultr API", host: api.vultr.com, cat: cloud, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3, checks: [http, dns] }
759 + - { id: vultr-my, name: "Vultr Vultr portal", host: my.vultr.com, cat: cloud, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3, checks: [http, dns] }
760 + - { id: vultr-status, name: "Vultr Vultr status", host: status.vultr.com, cat: cloud, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3, checks: [http, dns] }
761 + - { id: scaleway-api, name: "Scaleway API", host: api.scaleway.com, cat: cloud, provider: scaleway, svc: scaleway, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
762 + - { id: scaleway-console, name: "Scaleway console", host: console.scaleway.com, cat: cloud, provider: scaleway, svc: scaleway, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
763 + - { id: scaleway-mirror, name: "Scaleway mirror", host: mirror.scaleway.com, cat: cloud, provider: scaleway, svc: scaleway, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
764 +
765 + # ───────── PaaS / static hosting (46)
766 + - { id: paas-fly-api, name: "Fly.io Machines API", host: api.machines.dev, cat: cloud, provider: fly, svc: fly, cc: US, imp: 3, tier: 3, checks: [http, dns] }
767 + - { id: paas-railway-app, name: "Railway apex (railway.app)", host: railway.app, cat: cloud, provider: railway, cc: US, imp: 3, tier: 3, checks: [http, dns] }
768 + - { id: paas-railway-backboard, name: "Railway API", host: backboard.railway.com, cat: cloud, provider: railway, cc: US, imp: 3, tier: 3, checks: [http, dns] }
769 + - { id: paas-render-app, name: "Render apex (onrender.com)", host: onrender.com, cat: cloud, provider: render, svc: render, cc: US, imp: 3, tier: 3, checks: [http, dns] }
770 + - { id: paas-render-dashboard, name: "Render dashboard", host: dashboard.render.com, cat: cloud, provider: render, svc: render, cc: US, imp: 3, tier: 3, checks: [http, dns] }
771 + - { id: paas-vercel-app, name: "Vercel apex (vercel.app)", host: vercel.app, cat: cloud, provider: vercel, svc: vercel, cc: US, imp: 3, tier: 3, checks: [http, dns] }
772 + - { id: paas-vercel-api, name: "Vercel API", host: api.vercel.com, cat: cloud, provider: vercel, svc: vercel, cc: US, imp: 3, tier: 3, checks: [http, dns] }
773 + - { id: paas-nextjs, name: "Next.js", host: nextjs.org, cat: cloud, provider: vercel, svc: vercel, cc: US, imp: 3, tier: 3, checks: [http, dns] }
774 + - { id: paas-netlify-app, name: "Netlify apex (netlify.app)", host: netlify.app, cat: cloud, provider: netlify, svc: netlify, cc: US, imp: 3, tier: 3, checks: [http, dns] }
775 + - { id: paas-netlify-console, name: "Netlify app console", host: app.netlify.com, cat: cloud, provider: netlify, svc: netlify, cc: US, imp: 3, tier: 3, checks: [http, dns] }
776 + - { id: paas-cloudflare-pages-dev, name: "Cloudflare Pages apex (pages.dev)", host: pages.dev, cat: cloud, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http, dns] }
777 + - { id: paas-cloudflare-r2, name: "Cloudflare R2", host: www.cloudflare.com, url: "https://www.cloudflare.com/developer-platform/products/r2/", cat: cloud, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http, dns] }
778 + - { id: paas-cloudflare-dash, name: "Cloudflare dashboard", host: dash.cloudflare.com, cat: cloud, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http, dns] }
779 + - { id: paas-github-io, name: "GitHub Pages sample (octocat.github.io)", host: octocat.github.io, cat: cloud, provider: github, svc: github, cc: US, imp: 3, tier: 3, checks: [http, dns] }
780 + - { id: paas-github-io-apex, name: "github.io apex", host: github.io, cat: cloud, provider: github, svc: github, cc: US, imp: 3, tier: 3, checks: [http, dns] }
781 + - { id: paas-surge, name: "Surge", host: surge.sh, cat: cloud, provider: surge, cc: US, imp: 3, tier: 3, checks: [http, dns] }
782 + - { id: paas-deno, name: "Deno Deploy", host: deno.com, cat: cloud, provider: deno, cc: US, imp: 3, tier: 3, checks: [http, dns] }
783 + - { id: paas-deno-dash, name: "Deno Deploy dashboard", host: dash.deno.com, cat: cloud, provider: deno, cc: US, imp: 3, tier: 3, checks: [http, dns] }
784 + - { id: paas-deno-dev, name: "Deno Deploy apex (deno.dev)", host: deno.dev, cat: cloud, provider: deno, cc: US, imp: 3, tier: 3, checks: [http, dns] }
785 + - { id: paas-heroku-dashboard, name: "Heroku dashboard", host: dashboard.heroku.com, cat: cloud, provider: salesforce, svc: heroku, cc: US, imp: 3, tier: 3, checks: [http, dns] }
786 + - { id: paas-heroku-api, name: "Heroku API", host: api.heroku.com, cat: cloud, provider: salesforce, svc: heroku, cc: US, imp: 3, tier: 3, checks: [http, dns] }
787 + - { id: paas-glitch, name: "Glitch", host: glitch.com, cat: cloud, provider: fastly, cc: US, imp: 3, tier: 3, checks: [http, dns] }
788 + - { id: paas-northflank, name: "Northflank", host: northflank.com, cat: cloud, provider: northflank, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
789 + - { id: paas-zeabur, name: "Zeabur", host: zeabur.com, cat: cloud, provider: zeabur, cc: SG, imp: 3, tier: 3, checks: [http, dns] }
790 + - { id: paas-appwrite, name: "Appwrite Cloud", host: cloud.appwrite.io, cat: cloud, provider: appwrite, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
791 + - { id: paas-turso, name: "Turso", host: turso.tech, cat: cloud, provider: turso, cc: US, imp: 3, tier: 3, checks: [http, dns] }
792 + - { id: paas-bunny-storage, name: "bunny.net Storage", host: storage.bunnycdn.com, cat: cloud, provider: bunny, svc: bunny, cc: null, imp: 3, tier: 3, checks: [http, dns] }
793 + - { id: paas-bunny-dash, name: "bunny.net dashboard", host: dash.bunny.net, cat: cloud, provider: bunny, svc: bunny, cc: null, imp: 3, tier: 3, checks: [http, dns] }
794 + - { id: paas-bunny-api, name: "bunny.net API", host: api.bunny.net, cat: cloud, provider: bunny, svc: bunny, cc: null, imp: 3, tier: 3, checks: [http, dns] }
795 + - { id: paas-bunny-cdn-apex, name: "bunny.net CDN apex (b-cdn.net)", host: b-cdn.net, cat: cloud, provider: bunny, svc: bunny, cc: null, imp: 3, tier: 3, checks: [http, dns] }
796 + - { id: paas-firebase-hosting, name: "Firebase Hosting docs", host: firebase.google.com, url: "https://firebase.google.com/docs/hosting", cat: cloud, provider: google, svc: gcp, cc: US, imp: 3, tier: 3, checks: [http, dns] }
797 + - { id: paas-gitlab-pages, name: "GitLab Pages apex (gitlab.io)", host: gitlab.io, cat: cloud, provider: gitlab, svc: gitlab, cc: US, imp: 3, tier: 3, checks: [http, dns] }
798 + - { id: paas-codeberg-pages, name: "Codeberg Pages", host: codeberg.page, cat: cloud, provider: codeberg, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
799 + - { id: paas-neocities, name: "Neocities", host: neocities.org, cat: cloud, provider: neocities, cc: US, imp: 3, tier: 3, checks: [http, dns] }
800 + - { id: paas-webflow-io, name: "Webflow apex (webflow.io)", host: webflow.io, cat: cloud, provider: webflow, cc: US, imp: 3, tier: 3, checks: [http, dns] }
801 + - { id: paas-wixsite, name: "Wix apex (wixsite.com)", host: www.wixsite.com, cat: cloud, provider: wix, svc: wix, cc: IL, imp: 3, tier: 3, checks: [http, dns] }
802 + - { id: paas-squarespace-cdn, name: "Squarespace CDN", host: static1.squarespace.com, cat: cloud, provider: squarespace, svc: squarespace, cc: US, imp: 3, tier: 3, checks: [http, dns] }
803 + - { id: paas-wordpress-files, name: "WordPress.com files CDN", host: s0.wp.com, cat: cloud, provider: automattic, cc: US, imp: 3, tier: 3, checks: [http, dns] }
804 + - { id: paas-wordpress-api, name: "WordPress.com public API", host: public-api.wordpress.com, cat: cloud, provider: automattic, cc: US, imp: 3, tier: 3, checks: [http, dns] }
805 + - { id: paas-wordpress-org, name: "WordPress.org", host: wordpress.org, cat: cloud, provider: automattic, cc: US, imp: 3, tier: 3, checks: [http, dns] }
806 + - { id: paas-myshopify, name: "myshopify apex", host: myshopify.com, cat: cloud, provider: shopify, svc: shopify, cc: null, imp: 3, tier: 3, checks: [http, dns] }
807 + - { id: paas-ghost, name: "Ghost(Pro)", host: ghost.org, cat: cloud, provider: ghost, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
808 + - { id: paas-hashnode, name: "Hashnode", host: hashnode.com, cat: cloud, provider: hashnode, cc: US, imp: 3, tier: 3, checks: [http, dns] }
809 + - { id: paas-dev-to, name: "DEV Community", host: dev.to, cat: cloud, provider: forem, cc: US, imp: 3, tier: 3, checks: [http, dns] }
810 + - { id: paas-carrd, name: "Carrd", host: carrd.co, cat: cloud, provider: carrd, cc: US, imp: 3, tier: 3, checks: [http, dns] }
811 + - { id: paas-framer, name: "Framer sites", host: framer.com, cat: cloud, provider: framer, cc: NL, imp: 3, tier: 3, checks: [http, dns] }
812 +
813 + # ───────── Hosting providers, registrars & managed DNS homepages (192)
814 + - { id: host-api-upcloud-com, name: "UpCloud API", host: api.upcloud.com, cat: cloud, provider: api, cc: FI, imp: 2, tier: 4, checks: [http] }
815 + - { id: host-hub-upcloud-com, name: "UpCloud Hub", host: hub.upcloud.com, cat: cloud, provider: hub, cc: FI, imp: 2, tier: 4, checks: [http] }
816 + - { id: host-status-upcloud-com, name: "UpCloud status", host: status.upcloud.com, cat: cloud, provider: status, cc: FI, imp: 2, tier: 4, checks: [http] }
817 + - { id: host-api-contabo-com, name: "Contabo API", host: api.contabo.com, cat: cloud, provider: api, cc: DE, imp: 3, tier: 3, checks: [http] }
818 + - { id: host-my-contabo-com, name: "Contabo customer portal", host: my.contabo.com, cat: cloud, provider: my, cc: DE, imp: 3, tier: 3, checks: [http] }
819 + - { id: host-api-leaseweb-com, name: "Leaseweb API", host: api.leaseweb.com, cat: cloud, provider: api, cc: NL, imp: 2, tier: 4, checks: [http] }
820 + - { id: host-secure-leaseweb-com, name: "Leaseweb customer portal", host: secure.leaseweb.com, cat: cloud, provider: secure, cc: NL, imp: 2, tier: 4, checks: [http] }
821 + - { id: host-leaseweb-us, name: "Leaseweb US", host: www.leaseweb.us, cat: cloud, provider: leaseweb, cc: US, imp: 3, tier: 3, checks: [http] }
822 + - { id: host-api-ionos-com, name: "IONOS Cloud API", host: api.ionos.com, cat: cloud, provider: api, cc: DE, imp: 3, tier: 3, checks: [http] }
823 + - { id: host-cloud-ionos-com, name: "IONOS Cloud", host: cloud.ionos.com, cat: cloud, provider: cloud, cc: DE, imp: 3, tier: 3, checks: [http] }
824 + - { id: host-ionos-de, name: "IONOS DE", host: www.ionos.de, cat: cloud, provider: ionos, cc: DE, imp: 3, tier: 3, checks: [http] }
825 + - { id: host-ionos-fr, name: "IONOS FR", host: www.ionos.fr, cat: cloud, provider: ionos, cc: FR, imp: 3, tier: 3, checks: [http] }
826 + - { id: host-ionos-co-uk, name: "IONOS UK", host: www.ionos.co.uk, cat: cloud, provider: ionos, cc: GB, imp: 3, tier: 3, checks: [http] }
827 + - { id: host-ionos-ca, name: "IONOS CA", host: www.ionos.ca, cat: cloud, provider: ionos, cc: CA, imp: 2, tier: 4, checks: [http] }
828 + - { id: host-hostinger-com, name: "Hostinger", host: www.hostinger.com, cat: cloud, provider: hostinger, cc: LT, imp: 2, tier: 4, checks: [http] }
829 + - { id: host-hpanel-hostinger-com, name: "Hostinger hPanel", host: hpanel.hostinger.com, cat: cloud, provider: hpanel, cc: LT, imp: 2, tier: 4, checks: [http] }
830 + - { id: host-bluehost-com, name: "Bluehost", host: www.bluehost.com, cat: cloud, provider: bluehost, cc: US, imp: 3, tier: 3, checks: [http] }
831 + - { id: host-automattic-com, name: "Automattic", host: automattic.com, cat: cloud, provider: automattic, cc: US, imp: 3, tier: 3, checks: [http] }
832 + - { id: host-kinsta-com, name: "Kinsta", host: kinsta.com, cat: cloud, provider: kinsta, cc: US, imp: 3, tier: 3, checks: [http] }
833 + - { id: host-my-kinsta-com, name: "MyKinsta", host: my.kinsta.com, cat: cloud, provider: my, cc: US, imp: 3, tier: 3, checks: [http] }
834 + - { id: host-wpengine-com, name: "WP Engine", host: wpengine.com, cat: cloud, provider: wpengine, cc: US, imp: 3, tier: 3, checks: [http] }
835 + - { id: host-my-wpengine-com, name: "WP Engine portal", host: my.wpengine.com, cat: cloud, provider: my, cc: US, imp: 3, tier: 3, checks: [http] }
836 + - { id: host-pantheon-io, name: "Pantheon", host: pantheon.io, cat: cloud, provider: pantheon, cc: US, imp: 3, tier: 3, checks: [http] }
837 + - { id: host-dashboard-pantheon-io, name: "Pantheon dashboard", host: dashboard.pantheon.io, cat: cloud, provider: dashboard, cc: US, imp: 3, tier: 3, checks: [http] }
838 + - { id: host-acquia-com, name: "Acquia", host: www.acquia.com, cat: cloud, provider: acquia, cc: US, imp: 3, tier: 3, checks: [http] }
839 + - { id: host-platform-sh, name: "Platform.sh", host: platform.sh, cat: cloud, provider: platform, cc: FR, imp: 3, tier: 3, checks: [http] }
840 + - { id: host-console-platform-sh, name: "Platform.sh console", host: console.platform.sh, cat: cloud, provider: console, cc: FR, imp: 3, tier: 3, checks: [http] }
841 + - { id: host-upsun-com, name: "Upsun (Platform.sh)", host: upsun.com, cat: cloud, provider: upsun, cc: FR, imp: 3, tier: 3, checks: [http] }
842 + - { id: host-hostgator-com, name: "HostGator", host: www.hostgator.com, cat: cloud, provider: hostgator, cc: US, imp: 3, tier: 3, checks: [http] }
843 + - { id: host-siteground-com, name: "SiteGround", host: www.siteground.com, cat: cloud, provider: siteground, cc: BG, imp: 2, tier: 4, checks: [http] }
844 + - { id: host-a2hosting-com, name: "A2 Hosting", host: www.a2hosting.com, cat: cloud, provider: a2hosting, cc: US, imp: 3, tier: 3, checks: [http] }
845 + - { id: host-dreamhost-com, name: "DreamHost", host: www.dreamhost.com, cat: cloud, provider: dreamhost, cc: US, imp: 3, tier: 3, checks: [http] }
846 + - { id: host-inmotionhosting-com, name: "InMotion Hosting", host: www.inmotionhosting.com, cat: cloud, provider: inmotionhosting, cc: US, imp: 3, tier: 3, checks: [http] }
847 + - { id: host-liquidweb-com, name: "Liquid Web", host: www.liquidweb.com, cat: cloud, provider: liquidweb, cc: US, imp: 3, tier: 3, checks: [http] }
848 + - { id: host-rackspace-com, name: "Rackspace", host: www.rackspace.com, cat: cloud, provider: rackspace, cc: US, imp: 3, tier: 3, checks: [http] }
849 + - { id: host-cloudways-com, name: "Cloudways", host: www.cloudways.com, cat: cloud, provider: cloudways, cc: MT, imp: 2, tier: 4, checks: [http] }
850 + - { id: host-nexcess-net, name: "Nexcess", host: www.nexcess.net, cat: cloud, provider: nexcess, cc: US, imp: 3, tier: 3, checks: [http] }
851 + - { id: host-greengeeks-com, name: "GreenGeeks", host: www.greengeeks.com, cat: cloud, provider: greengeeks, cc: US, imp: 3, tier: 3, checks: [http] }
852 + - { id: host-strato-de, name: "STRATO", host: www.strato.de, cat: cloud, provider: strato, cc: DE, imp: 3, tier: 3, checks: [http] }
853 + - { id: host-hosteurope-de, name: "Host Europe", host: www.hosteurope.de, cat: cloud, provider: hosteurope, cc: DE, imp: 3, tier: 3, checks: [http] }
854 + - { id: host-aruba-it, name: "Aruba", host: www.aruba.it, cat: cloud, provider: aruba, cc: IT, imp: 2, tier: 4, checks: [http] }
855 + - { id: host-infomaniak-com, name: "Infomaniak", host: www.infomaniak.com, cat: cloud, provider: infomaniak, cc: CH, imp: 2, tier: 4, checks: [http] }
856 + - { id: host-hostpoint-ch, name: "Hostpoint", host: www.hostpoint.ch, cat: cloud, provider: hostpoint, cc: CH, imp: 2, tier: 4, checks: [http] }
857 + - { id: host-netcup-com, name: "netcup", host: www.netcup.com, cat: cloud, provider: netcup, cc: DE, imp: 3, tier: 3, checks: [http] }
858 + - { id: host-netcup-de, name: "netcup DE", host: www.netcup.de, cat: cloud, provider: netcup, cc: DE, imp: 3, tier: 3, checks: [http] }
859 + - { id: host-hostwinds-com, name: "Hostwinds", host: www.hostwinds.com, cat: cloud, provider: hostwinds, cc: US, imp: 3, tier: 3, checks: [http] }
860 + - { id: host-kamatera-com, name: "Kamatera", host: www.kamatera.com, cat: cloud, provider: kamatera, cc: IL, imp: 2, tier: 4, checks: [http] }
861 + - { id: host-civo-com, name: "Civo", host: www.civo.com, cat: cloud, provider: civo, cc: GB, imp: 3, tier: 3, checks: [http] }
862 + - { id: host-brightbox-com, name: "Brightbox", host: www.brightbox.com, cat: cloud, provider: brightbox, cc: GB, imp: 3, tier: 3, checks: [http] }
863 + - { id: host-mythic-beasts-com, name: "Mythic Beasts", host: www.mythic-beasts.com, cat: cloud, provider: mythic, cc: GB, imp: 3, tier: 3, checks: [http] }
864 + - { id: host-gridscale-io, name: "gridscale", host: gridscale.io, cat: cloud, provider: gridscale, cc: DE, imp: 3, tier: 3, checks: [http] }
865 + - { id: host-time4vps-com, name: "Time4VPS", host: www.time4vps.com, cat: cloud, provider: time4vps, cc: LT, imp: 2, tier: 4, checks: [http] }
866 + - { id: host-servers-com, name: "Servers.com", host: www.servers.com, cat: cloud, provider: servers, cc: NL, imp: 2, tier: 4, checks: [http] }
867 + - { id: host-phoenixnap-com, name: "phoenixNAP", host: phoenixnap.com, cat: cloud, provider: phoenixnap, cc: US, imp: 3, tier: 3, checks: [http] }
868 + - { id: host-hivelocity-net, name: "Hivelocity", host: www.hivelocity.net, cat: cloud, provider: hivelocity, cc: US, imp: 3, tier: 3, checks: [http] }
869 + - { id: host-reliablesite-net, name: "ReliableSite", host: www.reliablesite.net, cat: cloud, provider: reliablesite, cc: US, imp: 3, tier: 3, checks: [http] }
870 + - { id: host-ikoula-com, name: "Ikoula", host: www.ikoula.com, cat: cloud, provider: ikoula, cc: FR, imp: 3, tier: 3, checks: [http] }
871 + - { id: host-worldstream-com, name: "Worldstream", host: www.worldstream.com, cat: cloud, provider: worldstream, cc: NL, imp: 2, tier: 4, checks: [http] }
872 + - { id: host-i3d-net, name: "i3D.net", host: www.i3d.net, cat: cloud, provider: i3d, cc: NL, imp: 2, tier: 4, checks: [http] }
873 + - { id: host-fasthosts-co-uk, name: "Fasthosts", host: www.fasthosts.co.uk, cat: cloud, provider: fasthosts, cc: GB, imp: 3, tier: 3, checks: [http] }
874 + - { id: host-20i-com, name: "20i", host: www.20i.com, cat: cloud, provider: 20i, cc: GB, imp: 3, tier: 3, checks: [http] }
875 + - { id: host-krystal-io, name: "Krystal", host: krystal.io, cat: cloud, provider: krystal, cc: GB, imp: 3, tier: 3, checks: [http] }
876 + - { id: host-heartinternet-uk, name: "Heart Internet", host: www.heartinternet.uk, cat: cloud, provider: heartinternet, cc: GB, imp: 3, tier: 3, checks: [http] }
877 + - { id: host-123-reg-co-uk, name: "123-reg", host: www.123-reg.co.uk, cat: dns, provider: 123, cc: GB, imp: 3, tier: 3, checks: [http] }
878 + - { id: host-names-co-uk, name: "Names.co.uk", host: www.names.co.uk, cat: cloud, provider: names, cc: GB, imp: 3, tier: 3, checks: [http] }
879 + - { id: host-lcn-com, name: "LCN", host: www.lcn.com, cat: cloud, provider: lcn, cc: GB, imp: 3, tier: 3, checks: [http] }
880 + - { id: host-uk2-net, name: "UK2", host: www.uk2.net, cat: cloud, provider: uk2, cc: GB, imp: 3, tier: 3, checks: [http] }
881 + - { id: host-memset-com, name: "Memset", host: www.memset.com, cat: cloud, provider: memset, cc: GB, imp: 3, tier: 3, checks: [http] }
882 + - { id: host-locaweb-com-br, name: "Locaweb", host: www.locaweb.com.br, cat: cloud, provider: locaweb, cc: BR, imp: 2, tier: 4, checks: [http] }
883 + - { id: host-hostgator-com-br, name: "HostGator Brasil", host: www.hostgator.com.br, cat: cloud, provider: hostgator, cc: BR, imp: 2, tier: 4, checks: [http] }
884 + - { id: host-king-host, name: "KingHost", host: king.host, cat: cloud, provider: king, cc: BR, imp: 2, tier: 4, checks: [http] }
885 + - { id: host-uolhost-com-br, name: "UOL Host", host: www.uolhost.com.br, cat: cloud, provider: uolhost, cc: BR, imp: 2, tier: 4, checks: [http] }
886 + - { id: host-neubox-com, name: "Neubox", host: www.neubox.com, cat: cloud, provider: neubox, cc: MX, imp: 2, tier: 4, checks: [http] }
887 + - { id: host-akky-mx, name: "Akky", host: www.akky.mx, cat: cloud, provider: akky, cc: MX, imp: 2, tier: 4, checks: [http] }
888 + - { id: host-donweb-com, name: "DonWeb", host: donweb.com, cat: cloud, provider: donweb, cc: AR, imp: 2, tier: 4, checks: [http] }
889 + - { id: host-ferozo-com, name: "Ferozo", host: www.ferozo.com, cat: cloud, provider: ferozo, cc: AR, imp: 2, tier: 4, checks: [http] }
890 + - { id: host-dondominio-com, name: "DonDominio", host: www.dondominio.com, cat: cloud, provider: dondominio, cc: ES, imp: 2, tier: 4, checks: [http] }
891 + - { id: host-arsys-es, name: "Arsys", host: www.arsys.es, cat: cloud, provider: arsys, cc: ES, imp: 2, tier: 4, checks: [http] }
892 + - { id: host-raiolanetworks-com, name: "Raiola Networks", host: raiolanetworks.com, cat: cloud, provider: raiolanetworks, cc: ES, imp: 2, tier: 4, checks: [http] }
893 + - { id: host-webempresa-com, name: "Webempresa", host: www.webempresa.com, cat: cloud, provider: webempresa, cc: ES, imp: 2, tier: 4, checks: [http] }
894 + - { id: host-hostalia-com, name: "Hostalia", host: www.hostalia.com, cat: cloud, provider: hostalia, cc: ES, imp: 2, tier: 4, checks: [http] }
895 + - { id: host-acens-com, name: "acens", host: www.acens.com, cat: cloud, provider: acens, cc: ES, imp: 2, tier: 4, checks: [http] }
896 + - { id: host-gigas-com, name: "Gigas", host: gigas.com, cat: cloud, provider: gigas, cc: ES, imp: 2, tier: 4, checks: [http] }
897 + - { id: host-sarenet-es, name: "Sarenet", host: www.sarenet.es, cat: cloud, provider: sarenet, cc: ES, imp: 2, tier: 4, checks: [http] }
898 + - { id: host-nominalia-com, name: "Nominalia", host: www.nominalia.com, cat: cloud, provider: nominalia, cc: ES, imp: 2, tier: 4, checks: [http] }
899 + - { id: host-dinahosting-com, name: "dinahosting", host: dinahosting.com, cat: cloud, provider: dinahosting, cc: ES, imp: 2, tier: 4, checks: [http] }
900 + - { id: host-xserver-ne-jp, name: "Xserver", host: www.xserver.ne.jp, cat: cloud, provider: xserver, cc: JP, imp: 2, tier: 4, checks: [http] }
901 + - { id: host-conoha-jp, name: "ConoHa", host: www.conoha.jp, cat: cloud, provider: conoha, cc: JP, imp: 2, tier: 4, checks: [http] }
902 + - { id: host-cafe24-com, name: "Cafe24", host: www.cafe24.com, cat: cloud, provider: cafe24, cc: KR, imp: 2, tier: 4, checks: [http] }
903 + - { id: host-exabytes-com, name: "Exabytes", host: www.exabytes.com, cat: cloud, provider: exabytes, cc: MY, imp: 2, tier: 4, checks: [http] }
904 + - { id: host-vodien-com, name: "Vodien", host: www.vodien.com, cat: cloud, provider: vodien, cc: SG, imp: 2, tier: 4, checks: [http] }
905 + - { id: host-resellerclub-com, name: "ResellerClub", host: www.resellerclub.com, cat: cloud, provider: resellerclub, cc: IN, imp: 2, tier: 4, checks: [http] }
906 + - { id: host-bigrock-in, name: "BigRock", host: www.bigrock.in, cat: cloud, provider: bigrock, cc: IN, imp: 2, tier: 4, checks: [http] }
907 + - { id: host-znetlive-com, name: "ZNetLive", host: www.znetlive.com, cat: cloud, provider: znetlive, cc: IN, imp: 2, tier: 4, checks: [http] }
908 + - { id: host-milesweb-com, name: "MilesWeb", host: www.milesweb.com, cat: cloud, provider: milesweb, cc: IN, imp: 2, tier: 4, checks: [http] }
909 + - { id: host-crazydomains-com-au, name: "Crazy Domains", host: www.crazydomains.com.au, cat: dns, provider: crazydomains, cc: AU, imp: 2, tier: 4, checks: [http] }
910 + - { id: host-ventraip-com-au, name: "VentraIP", host: ventraip.com.au, cat: cloud, provider: ventraip, cc: AU, imp: 2, tier: 4, checks: [http] }
911 + - { id: host-digitalpacific-com-au, name: "Digital Pacific", host: www.digitalpacific.com.au, cat: cloud, provider: digitalpacific, cc: AU, imp: 2, tier: 4, checks: [http] }
912 + - { id: host-serversaustralia-com-au, name: "Servers Australia", host: www.serversaustralia.com.au, cat: cloud, provider: serversaustralia, cc: AU, imp: 2, tier: 4, checks: [http] }
913 + - { id: host-micron21-com, name: "Micron21", host: www.micron21.com, cat: cloud, provider: micron21, cc: AU, imp: 2, tier: 4, checks: [http] }
914 + - { id: host-binarylane-com-au, name: "Binary Lane", host: www.binarylane.com.au, cat: cloud, provider: binarylane, cc: AU, imp: 2, tier: 4, checks: [http] }
915 + - { id: host-sitehost-nz, name: "SiteHost", host: www.sitehost.nz, cat: cloud, provider: sitehost, cc: NZ, imp: 2, tier: 4, checks: [http] }
916 + - { id: host-catalystcloud-nz, name: "Catalyst Cloud", host: catalystcloud.nz, cat: cloud, provider: catalystcloud, cc: NZ, imp: 2, tier: 4, checks: [http] }
917 + - { id: host-xneelo-co-za, name: "xneelo", host: xneelo.co.za, cat: cloud, provider: xneelo, cc: ZA, imp: 2, tier: 4, checks: [http] }
918 + - { id: host-web4africa-com, name: "Web4Africa", host: web4africa.com, cat: cloud, provider: web4africa, cc: GH, imp: 2, tier: 4, checks: [http] }
919 + - { id: host-whogohost-com, name: "WhoGoHost", host: www.whogohost.com, cat: cloud, provider: whogohost, cc: NG, imp: 2, tier: 4, checks: [http] }
920 + - { id: host-qservers-net, name: "QServers", host: qservers.net, cat: cloud, provider: qservers, cc: NG, imp: 2, tier: 4, checks: [http] }
921 + - { id: host-truehost-co-ke, name: "Truehost", host: truehost.co.ke, cat: cloud, provider: truehost, cc: KE, imp: 2, tier: 4, checks: [http] }
922 + - { id: host-kenyawebexperts-co-ke, name: "Kenya Web Experts", host: www.kenyawebexperts.co.ke, cat: cloud, provider: kenyawebexperts, cc: KE, imp: 2, tier: 4, checks: [http] }
923 + - { id: host-domains-co-za, name: "Domains.co.za", host: www.domains.co.za, cat: dns, provider: domains, cc: ZA, imp: 2, tier: 4, checks: [http] }
924 + - { id: host-webnames-ca, name: "Webnames.ca", host: www.webnames.ca, cat: cloud, provider: webnames, cc: CA, imp: 2, tier: 4, checks: [http] }
925 + - { id: host-rebel-ca, name: "Rebel.ca", host: www.rebel.ca, cat: cloud, provider: rebel, cc: CA, imp: 2, tier: 4, checks: [http] }
926 + - { id: host-hostpapa-ca, name: "HostPapa", host: www.hostpapa.ca, cat: cloud, provider: hostpapa, cc: CA, imp: 2, tier: 4, checks: [http] }
927 + - { id: host-web-com, name: "Web.com", host: www.web.com, cat: cloud, provider: web, cc: US, imp: 3, tier: 3, checks: [http] }
928 + - { id: host-domain-com, name: "Domain.com", host: www.domain.com, cat: cloud, provider: domain, cc: US, imp: 3, tier: 3, checks: [http] }
929 + - { id: host-weebly-com, name: "Weebly", host: www.weebly.com, cat: cloud, provider: weebly, cc: US, imp: 3, tier: 3, checks: [http] }
930 + - { id: host-webflow-com, name: "Webflow", host: webflow.com, cat: cloud, provider: webflow, cc: US, imp: 3, tier: 3, checks: [http] }
931 + - { id: host-hostinger-in, name: "Hostinger IN", host: www.hostinger.in, cat: cloud, provider: hostinger, cc: IN, imp: 2, tier: 4, checks: [http] }
932 + - { id: host-godaddy-com-godaddy-in, name: "GoDaddy IN", host: www.godaddy.com, url: "https://www.godaddy.com/en-in", cat: cloud, provider: godaddy, cc: IN, imp: 2, tier: 4, checks: [http] }
933 + - { id: host-hostinger-com-br, name: "Hostinger BR", host: hostinger.com.br, cat: cloud, provider: hostinger, cc: BR, imp: 2, tier: 4, checks: [http] }
934 + - { id: host-hostinger-fr, name: "Hostinger FR", host: www.hostinger.fr, cat: cloud, provider: hostinger, cc: FR, imp: 3, tier: 3, checks: [http] }
935 + - { id: host-ovhcloud-com-ovhcloud-de, name: "OVHcloud DE", host: www.ovhcloud.com, url: "https://www.ovhcloud.com/de/", cat: cloud, provider: ovhcloud, cc: DE, imp: 3, tier: 3, checks: [http] }
936 + - { id: host-gcore-com, name: "Gcore www", host: www.gcore.com, cat: cloud, provider: gcore, cc: LU, imp: 2, tier: 4, checks: [http] }
937 + - { id: host-serverius-net, name: "Serverius", host: www.serverius.net, cat: cloud, provider: serverius, cc: NL, imp: 2, tier: 4, checks: [http] }
938 + - { id: host-transip-nl, name: "TransIP", host: www.transip.nl, cat: cloud, provider: transip, cc: NL, imp: 2, tier: 4, checks: [http] }
939 + - { id: host-argeweb-nl, name: "Argeweb", host: www.argeweb.nl, cat: cloud, provider: argeweb, cc: NL, imp: 2, tier: 4, checks: [http] }
940 + - { id: host-mijndomein-nl, name: "Mijndomein", host: www.mijndomein.nl, cat: cloud, provider: mijndomein, cc: NL, imp: 2, tier: 4, checks: [http] }
941 + - { id: host-combell-com, name: "Combell", host: www.combell.com, cat: cloud, provider: combell, cc: BE, imp: 2, tier: 4, checks: [http] }
942 + - { id: host-one-com, name: "one.com", host: www.one.com, cat: cloud, provider: one, cc: DK, imp: 2, tier: 4, checks: [http] }
943 + - { id: host-simply-com, name: "Simply.com", host: www.simply.com, cat: cloud, provider: simply, cc: DK, imp: 2, tier: 4, checks: [http] }
944 + - { id: host-loopia-se, name: "Loopia", host: www.loopia.se, cat: cloud, provider: loopia, cc: SE, imp: 2, tier: 4, checks: [http] }
945 + - { id: host-domeneshop-no, name: "Domeneshop", host: www.domeneshop.no, cat: cloud, provider: domeneshop, cc: "NO", imp: 2, tier: 4, checks: [http] }
946 + - { id: host-hostnet-nl, name: "Hostnet", host: www.hostnet.nl, cat: cloud, provider: hostnet, cc: NL, imp: 2, tier: 4, checks: [http] }
947 + - { id: host-antagonist-nl, name: "Antagonist", host: www.antagonist.nl, cat: cloud, provider: antagonist, cc: NL, imp: 2, tier: 4, checks: [http] }
948 + - { id: host-webhostingtalk-com, name: "Web Hosting Talk", host: www.webhostingtalk.com, cat: cloud, provider: webhostingtalk, cc: US, imp: 3, tier: 3, checks: [http] }
949 + - { id: host-namesilo-com, name: "NameSilo", host: www.namesilo.com, cat: dns, provider: namesilo, cc: US, imp: 3, tier: 3, checks: [http] }
950 + - { id: host-101domain-com, name: "101domain", host: www.101domain.com, cat: dns, provider: 101domain, cc: US, imp: 3, tier: 3, checks: [http] }
951 + - { id: host-sav-com, name: "Sav", host: www.sav.com, cat: dns, provider: sav, cc: US, imp: 3, tier: 3, checks: [http] }
952 + - { id: host-markmonitor-com, name: "MarkMonitor", host: www.markmonitor.com, cat: dns, provider: markmonitor, cc: US, imp: 3, tier: 3, checks: [http] }
953 + - { id: host-cscdbs-com, name: "CSC Digital Brand Services", host: www.cscdbs.com, cat: dns, provider: cscdbs, cc: US, imp: 3, tier: 3, checks: [http] }
954 + - { id: host-comlaude-com, name: "Com Laude", host: comlaude.com, cat: dns, provider: comlaude, cc: GB, imp: 3, tier: 3, checks: [http] }
955 + - { id: host-key-systems-net, name: "Key-Systems", host: www.key-systems.net, cat: dns, provider: key, cc: DE, imp: 3, tier: 3, checks: [http] }
956 + - { id: host-internetx-com, name: "InterNetX", host: www.internetx.com, cat: dns, provider: internetx, cc: DE, imp: 3, tier: 3, checks: [http] }
957 + - { id: host-united-domains-de, name: "united-domains", host: www.united-domains.de, cat: dns, provider: united, cc: DE, imp: 3, tier: 3, checks: [http] }
958 + - { id: host-ascio-com, name: "Ascio", host: www.ascio.com, cat: dns, provider: ascio, cc: DK, imp: 2, tier: 4, checks: [http] }
959 + - { id: host-eurodns-com, name: "EuroDNS", host: www.eurodns.com, cat: dns, provider: eurodns, cc: LU, imp: 2, tier: 4, checks: [http] }
960 + - { id: host-onamae-com, name: "Onamae (GMO)", host: www.onamae.com, cat: dns, provider: onamae, cc: JP, imp: 2, tier: 4, checks: [http] }
961 + - { id: host-value-domain-com, name: "Value-Domain", host: www.value-domain.com, cat: dns, provider: value, cc: JP, imp: 2, tier: 4, checks: [http] }
962 + - { id: host-gabia-com, name: "Gabia", host: www.gabia.com, cat: dns, provider: gabia, cc: KR, imp: 2, tier: 4, checks: [http] }
963 + - { id: host-whois-co-kr, name: "Whois Korea", host: whois.co.kr, cat: dns, provider: whois, cc: KR, imp: 2, tier: 4, checks: [http] }
964 + - { id: host-xinnet-com, name: "Xinnet", host: www.xinnet.com, cat: dns, provider: xinnet, cc: CN, imp: 2, tier: 4, checks: [http] }
965 + - { id: host-west-cn, name: "West.cn", host: www.west.cn, cat: dns, provider: west, cc: CN, imp: 2, tier: 4, checks: [http] }
966 + - { id: host-netregistry-com-au, name: "Netregistry", host: www.netregistry.com.au, cat: dns, provider: netregistry, cc: AU, imp: 2, tier: 4, checks: [http] }
967 + - { id: host-registro-br, name: "Registro.br", host: registro.br, cat: dns, provider: registro, cc: BR, imp: 2, tier: 4, checks: [http] }
968 + - { id: host-porkbun-com, name: "Porkbun", host: porkbun.com, cat: dns, provider: porkbun, cc: US, imp: 3, tier: 3, checks: [http] }
969 + - { id: host-dynadot-com, name: "Dynadot", host: www.dynadot.com, cat: dns, provider: dynadot, cc: US, imp: 3, tier: 3, checks: [http] }
970 + - { id: host-name-com, name: "Name.com", host: www.name.com, cat: dns, provider: name, cc: US, imp: 3, tier: 3, checks: [http] }
971 + - { id: host-domains-squarespace-com, name: "Squarespace Domains", host: domains.squarespace.com, cat: dns, provider: domains, cc: US, imp: 3, tier: 3, checks: [http] }
972 + - { id: host-tucows-com, name: "Tucows", host: www.tucows.com, cat: dns, provider: tucows, cc: CA, imp: 2, tier: 4, checks: [http] }
973 + - { id: host-enom-com, name: "Enom", host: www.enom.com, cat: dns, provider: enom, cc: US, imp: 3, tier: 3, checks: [http] }
974 + - { id: host-networksolutions-com, name: "Network Solutions", host: www.networksolutions.com, cat: dns, provider: networksolutions, cc: US, imp: 3, tier: 3, checks: [http] }
975 + - { id: host-spaceship-com, name: "Spaceship", host: www.spaceship.com, cat: dns, provider: spaceship, cc: US, imp: 3, tier: 3, checks: [http] }
976 + - { id: host-register-com, name: "Register.com", host: www.register.com, cat: dns, provider: register, cc: US, imp: 3, tier: 3, checks: [http] }
977 + - { id: host-cloudflare-com-cloudflare-registrar, name: "Cloudflare Registrar", host: www.cloudflare.com, url: "https://www.cloudflare.com/products/registrar/", cat: cloud, provider: cloudflare, cc: US, imp: 3, tier: 3, checks: [http] }
978 + - { id: host-opensrs-com, name: "OpenSRS (Tucows)", host: opensrs.com, cat: dns, provider: opensrs, cc: CA, imp: 2, tier: 4, checks: [http] }
979 + - { id: host-epik-com, name: "Epik", host: www.epik.com, cat: dns, provider: epik, cc: US, imp: 3, tier: 3, checks: [http] }
980 + - { id: host-ionos-com-ionos-domains, name: "IONOS domains", host: www.ionos.com, url: "https://www.ionos.com/domains/domain-names", cat: cloud, provider: ionos, cc: DE, imp: 3, tier: 3, checks: [http] }
981 + - { id: host-hostinger-com-hostinger-domains, name: "Hostinger domains", host: www.hostinger.com, url: "https://www.hostinger.com/domain-name-search", cat: cloud, provider: hostinger, cc: LT, imp: 2, tier: 4, checks: [http] }
982 + - { id: host-nic-ru, name: "RU-CENTER", host: www.nic.ru, cat: dns, provider: nic, cc: RU, imp: 2, tier: 4, checks: [http] }
983 + - { id: host-reg-ru, name: "REG.RU", host: www.reg.ru, cat: dns, provider: reg, cc: RU, imp: 2, tier: 4, checks: [http] }
984 + - { id: host-namecheap-com-namecheap-domains, name: "Namecheap domains", host: www.namecheap.com, url: "https://www.namecheap.com/domains/", cat: cloud, provider: namecheap, cc: US, imp: 3, tier: 3, checks: [http] }
985 + - { id: host-nic-ua, name: "NIC.UA", host: www.nic.ua, cat: dns, provider: nic, cc: UA, imp: 2, tier: 4, checks: [http] }
986 + - { id: host-hostmaster-ua, name: "Hostmaster.ua", host: www.hostmaster.ua, cat: dns, provider: hostmaster, cc: UA, imp: 2, tier: 4, checks: [http] }
987 + - { id: host-dynu-com, name: "Dynu", host: www.dynu.com, cat: dns, provider: dynu, cc: US, imp: 3, tier: 3, checks: [http] }
988 + - { id: host-noip-com, name: "No-IP", host: www.noip.com, cat: dns, provider: noip, cc: US, imp: 3, tier: 3, checks: [http] }
989 + - { id: host-duckdns-org, name: "Duck DNS", host: www.duckdns.org, cat: dns, provider: duckdns, cc: US, imp: 3, tier: 3, checks: [http] }
990 + - { id: host-freedns-afraid-org, name: "FreeDNS afraid.org", host: freedns.afraid.org, cat: dns, provider: freedns, cc: US, imp: 3, tier: 3, checks: [http] }
991 + - { id: host-cloudns-net, name: "ClouDNS", host: www.cloudns.net, cat: dns, provider: cloudns, cc: BG, imp: 2, tier: 4, checks: [http] }
992 + - { id: host-dnsimple-com, name: "DNSimple", host: dnsimple.com, cat: dns, provider: dnsimple, cc: US, imp: 3, tier: 3, checks: [http] }
993 + - { id: host-dnsmadeeasy-com, name: "DNS Made Easy", host: dnsmadeeasy.com, cat: dns, provider: dnsmadeeasy, cc: US, imp: 3, tier: 3, checks: [http] }
994 + - { id: host-ns1-com, name: "NS1 (IBM)", host: ns1.com, cat: dns, provider: ns1, cc: US, imp: 3, tier: 3, checks: [http] }
995 + - { id: host-constellix-com, name: "Constellix", host: constellix.com, cat: dns, provider: constellix, cc: US, imp: 3, tier: 3, checks: [http] }
996 + - { id: host-easydns-com, name: "easyDNS", host: www.easydns.com, cat: dns, provider: easydns, cc: CA, imp: 2, tier: 4, checks: [http] }
997 + - { id: host-desec-io, name: "deSEC", host: desec.io, cat: dns, provider: desec, cc: DE, imp: 3, tier: 3, checks: [http] }
998 + - { id: host-dns-he-net, name: "HE Free DNS", host: dns.he.net, cat: dns, provider: dns, cc: US, imp: 3, tier: 3, checks: [http] }
999 + - { id: host-zoneedit-com, name: "ZoneEdit", host: www.zoneedit.com, cat: dns, provider: zoneedit, cc: CA, imp: 2, tier: 4, checks: [http] }
1000 + - { id: host-vercara-com, name: "Vercara (UltraDNS)", host: vercara.com, cat: dns, provider: vercara, cc: US, imp: 3, tier: 3, checks: [http] }
1001 + - { id: host-akamai-com-akamai-edge-dns, name: "Akamai Edge DNS", host: www.akamai.com, url: "https://www.akamai.com/products/edge-dns", cat: cloud, provider: akamai, cc: US, imp: 3, tier: 3, checks: [http] }
1002 + - { id: host-nsone-net, name: "NS1 legacy", host: www.nsone.net, cat: dns, provider: nsone, cc: US, imp: 3, tier: 3, checks: [http] }
1003 + - { id: host-dnspod-cn, name: "DNSPod", host: dnspod.cn, cat: dns, provider: dnspod, cc: CN, imp: 2, tier: 4, checks: [http] }
1004 + - { id: host-dns-alidns-com-alidns-doh, name: "AliDNS DoH", host: dns.alidns.com, url: "https://dns.alidns.com/dns-query?name=example.com&type=A", cat: dns, provider: dns, cc: CN, imp: 2, tier: 4, checks: [http] }
1005 + - { id: host-azure-microsoft-com-azure-dns, name: "Azure DNS", host: azure.microsoft.com, url: "https://azure.microsoft.com/en-us/products/dns", cat: cloud, provider: azure, cc: US, imp: 3, tier: 3, checks: [http] }
1006 +
1007 + # ───────── Speedtest, looking-glass & connectivity-check hosts (96)
1008 + - { id: linode-speed-saopaulo, name: "Linode speedtest São Paulo", host: speedtest.sao-paulo.linode.com, cat: cloud, provider: akamai, svc: linode, cc: BR, imp: 3, tier: 3 }
1009 + - { id: hetzner-icmp-ash, name: "Hetzner ICMP probe ash", host: ash.icmp.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: US, imp: 3, tier: 3, checks: [ping] }
1010 + - { id: hetzner-icmp-hel, name: "Hetzner ICMP probe hel", host: hel.icmp.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: FI, imp: 3, tier: 3, checks: [ping] }
1011 + - { id: hetzner-icmp-nbg, name: "Hetzner ICMP probe nbg", host: nbg.icmp.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [ping] }
1012 + - { id: hetzner-icmp-fsn, name: "Hetzner ICMP probe fsn", host: fsn.icmp.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [ping] }
1013 + - { id: hetzner-icmp-sin, name: "Hetzner ICMP probe sin", host: sin.icmp.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: SG, imp: 3, tier: 3, checks: [ping] }
1014 + - { id: hetzner-icmp-hil, name: "Hetzner ICMP probe hil", host: hil.icmp.hetzner.com, cat: cloud, provider: hetzner, svc: hetzner, cc: US, imp: 3, tier: 3, checks: [ping] }
1015 + - { id: ovh-proof-bhs, name: "OVHcloud proof BHS (Beauharnois)", host: bhs.proof.ovh.ca, cat: cloud, provider: ovh, svc: ovh, cc: CA, imp: 3, tier: 3 }
1016 + - { id: ovh-proof-ca, name: "OVHcloud proof Canada", host: proof.ovh.ca, cat: cloud, provider: ovh, svc: ovh, cc: CA, imp: 3, tier: 3 }
1017 + - { id: vultr-ping-sjo, name: "Vultr Silicon Valley ping host", host: sjo-ca-us-ping.vultr.com, cat: cloud, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3 }
1018 + - { id: vultr-ping-sel, name: "Vultr Seoul ping host", host: sel-kor-ping.vultr.com, cat: cloud, provider: vultr, svc: vultr, cc: KR, imp: 3, tier: 3, tr: true }
1019 + - { id: spd-google-clients3, name: "Google clients3 generate_204", host: clients3.google.com, url: "https://clients3.google.com/generate_204", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http] }
1020 + - { id: spd-google-play-204, name: "Google Play generate_204", host: play.googleapis.com, url: "https://play.googleapis.com/generate_204", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http] }
1021 + - { id: spd-android-connectivity, name: "Android connectivity check", host: connectivitycheck.android.com, url: "https://connectivitycheck.android.com/generate_204", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http] }
1022 + - { id: spd-msft-edge-captive, name: "Microsoft Edge captive portal 204", host: edge-http.microsoft.com, url: "http://edge-http.microsoft.com/captiveportal/generate_204", cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http] }
1023 + - { id: spd-kindle-wifistub, name: "Amazon Kindle Wi-Fi stub", host: spectrum.s3.amazonaws.com, url: "https://spectrum.s3.amazonaws.com/kindle-wifi/wifistub.html", cat: infrastructure, provider: aws, svc: aws, cc: US, imp: 3, tier: 3, checks: [http] }
1024 + - { id: spd-fireos-captive, name: "Amazon Fire OS captive portal", host: fireoscaptiveportal.com, url: "http://fireoscaptiveportal.com/", cat: infrastructure, provider: aws, svc: aws, cc: US, imp: 3, tier: 3, checks: [http] }
1025 + - { id: spd-apple-success, name: "Apple captive success.html", host: www.apple.com, url: "https://www.apple.com/library/test/success.html", cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http] }
1026 + - { id: spd-fedora-hotspot, name: "Fedora hotspot.txt", host: fedoraproject.org, url: "https://fedoraproject.org/static/hotspot.txt", cat: infrastructure, provider: fedora, cc: null, imp: 3, tier: 3, checks: [http] }
1027 + - { id: spd-kde-networkcheck, name: "KDE network check", host: networkcheck.kde.org, cat: infrastructure, provider: kde, cc: null, imp: 3, tier: 3, checks: [http] }
1028 + - { id: spd-arch-ping, name: "Arch Linux ping.archlinux.org", host: ping.archlinux.org, cat: infrastructure, provider: arch, cc: null, imp: 3, tier: 3, checks: [http] }
1029 + - { id: spd-nintendo-ctest, name: "Nintendo connectivity test", host: ctest.cdn.nintendo.net, url: "http://ctest.cdn.nintendo.net/", cat: infrastructure, provider: nintendo, cc: null, imp: 3, tier: 3, checks: [http] }
1030 + - { id: spd-nintendo-conntest, name: "Nintendo Wi-Fi conntest", host: conntest.nintendowifi.net, url: "http://conntest.nintendowifi.net/", cat: infrastructure, provider: nintendo, cc: JP, imp: 3, tier: 3, checks: [http] }
1031 + - { id: spd-xiaomi-204, name: "Xiaomi MIUI connectivity check", host: connect.rom.miui.com, url: "http://connect.rom.miui.com/generate_204", cat: infrastructure, provider: xiaomi, cc: CN, imp: 3, tier: 3, checks: [http] }
1032 + - { id: spd-vivo-204, name: "vivo connectivity check", host: wifi.vivo.com.cn, url: "http://wifi.vivo.com.cn/generate_204", cat: infrastructure, provider: vivo, cc: CN, imp: 3, tier: 3, checks: [http] }
1033 + - { id: spd-cloudflare-cp, name: "Cloudflare WARP captive check (cp.cloudflare.com)", host: cp.cloudflare.com, cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http] }
1034 + - { id: spd-cloudflare-1111-trace, name: "1.1.1.1 cdn-cgi/trace", host: one.one.one.one, url: "https://one.one.one.one/cdn-cgi/trace", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http] }
1035 + - { id: spd-cloudflare-speed-down, name: "Cloudflare speed __down 1 KB", host: speed.cloudflare.com, url: "https://speed.cloudflare.com/__down?bytes=1000", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http] }
1036 + - { id: spd-cloudflare-speed-meta, name: "Cloudflare speed meta", host: speed.cloudflare.com, url: "https://speed.cloudflare.com/meta", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http] }
1037 + - { id: spd-akamai-whatismyip, name: "Akamai whatismyip", host: whatismyip.akamai.com, url: "http://whatismyip.akamai.com/", cat: infrastructure, provider: akamai, svc: akamai, cc: null, imp: 3, tier: 3, checks: [http] }
1038 + - { id: spd-akamai-time, name: "Akamai time", host: time.akamai.com, url: "http://time.akamai.com/", cat: infrastructure, provider: akamai, svc: akamai, cc: null, imp: 3, tier: 3, checks: [http] }
1039 + - { id: spd-mullvad-am-i, name: "Mullvad am.i.mullvad.net", host: am.i.mullvad.net, url: "https://am.i.mullvad.net/json", cat: infrastructure, provider: mullvad, cc: SE, imp: 3, tier: 3, checks: [http] }
1040 + - { id: spd-ifconfig-me, name: "ifconfig.me", host: ifconfig.me, url: "https://ifconfig.me/ip", cat: infrastructure, provider: ifconfig, cc: null, imp: 3, tier: 3, checks: [http] }
1041 + - { id: spd-ifconfig-co, name: "ifconfig.co", host: ifconfig.co, url: "https://ifconfig.co/ip", cat: infrastructure, provider: ifconfig-co, cc: null, imp: 3, tier: 3, checks: [http] }
1042 + - { id: spd-ident-me, name: "ident.me", host: ident.me, cat: infrastructure, provider: ident, cc: null, imp: 3, tier: 3, checks: [http] }
1043 + - { id: spd-checkip-dyndns, name: "checkip.dyndns.org", host: checkip.dyndns.org, url: "http://checkip.dyndns.org/", cat: infrastructure, provider: oracle, cc: US, imp: 3, tier: 3, checks: [http] }
1044 + - { id: spd-ipecho, name: "ipecho.net", host: ipecho.net, url: "https://ipecho.net/plain", cat: infrastructure, provider: ipecho, cc: null, imp: 3, tier: 3, checks: [http] }
1045 + - { id: spd-ip-api, name: "ip-api.com", host: ip-api.com, url: "http://ip-api.com/json/", cat: infrastructure, provider: ip-api, cc: null, imp: 3, tier: 3, checks: [http] }
1046 + - { id: spd-ipapi-co, name: "ipapi.co", host: ipapi.co, url: "https://ipapi.co/json/", cat: infrastructure, provider: ipapi, cc: null, imp: 3, tier: 3, checks: [http] }
1047 + - { id: spd-ip-sb, name: "ip.sb", host: api.ip.sb, url: "https://api.ip.sb/ip", cat: infrastructure, provider: ip-sb, cc: null, imp: 3, tier: 3, checks: [http] }
1048 + - { id: spd-icanhazip-v4, name: "ipv4.icanhazip.com", host: ipv4.icanhazip.com, cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http] }
1049 + - { id: spd-ipinfo-json, name: "ipinfo.io JSON", host: ipinfo.io, url: "https://ipinfo.io/json", cat: infrastructure, provider: ipinfo, cc: US, imp: 3, tier: 3, checks: [http] }
1050 + - { id: spd-httpbin, name: "httpbin.org", host: httpbin.org, url: "https://httpbin.org/get", cat: infrastructure, provider: kenreitz, cc: US, imp: 3, tier: 3, checks: [http] }
1051 + - { id: spd-example-org, name: "example.org (IANA)", host: example.org, cat: infrastructure, provider: icann, cc: null, imp: 3, tier: 3, checks: [http] }
1052 + - { id: spd-example-net, name: "example.net (IANA)", host: example.net, cat: infrastructure, provider: icann, cc: null, imp: 3, tier: 3, checks: [http] }
1053 + - { id: spd-neverssl-http, name: "http.badssl.com", host: http.badssl.com, url: "http://http.badssl.com/", cat: infrastructure, provider: google, cc: null, imp: 3, tier: 3, checks: [http] }
1054 + - { id: spd-tele2-1mb, name: "Tele2 speedtest 1 MB", host: speedtest.tele2.net, url: "http://speedtest.tele2.net/1MB.zip", cat: infrastructure, provider: tele2, cc: SE, imp: 3, tier: 3, checks: [http] }
1055 + - { id: spd-thinkbroadband-5mb, name: "ThinkBroadband 5 MB", host: ipv4.download.thinkbroadband.com, url: "http://ipv4.download.thinkbroadband.com/5MB.zip", cat: infrastructure, provider: thinkbroadband, cc: GB, imp: 3, tier: 3, checks: [http] }
1056 + - { id: spd-otenet, name: "OTE speedtest (Greece)", host: speedtest.ftp.otenet.gr, url: "http://speedtest.ftp.otenet.gr/", cat: infrastructure, provider: ote, cc: GR, imp: 3, tier: 3, checks: [http] }
1057 + - { id: spd-wtnet, name: "wtnet speedtest", host: speedtest.wtnet.de, cat: infrastructure, provider: wtnet, cc: DE, imp: 3, tier: 3, checks: [http] }
1058 + - { id: spd-selectel, name: "Selectel speedtest", host: speedtest.selectel.ru, cat: infrastructure, provider: selectel, cc: RU, imp: 3, tier: 3, checks: [http] }
1059 + - { id: spd-lg-lumen, name: "Lumen looking glass", host: lookingglass.centurylink.com, cat: infrastructure, provider: lumen, cc: US, imp: 3, tier: 3, checks: [http] }
1060 + - { id: spd-lg-twelve99, name: "Twelve99 looking glass", host: lg.twelve99.net, cat: infrastructure, provider: arelion, cc: SE, imp: 3, tier: 3, checks: [http] }
1061 + - { id: spd-lg-retn, name: "RETN looking glass", host: lg.retn.net, cat: infrastructure, provider: retn, cc: GB, imp: 3, tier: 3, checks: [http] }
1062 + - { id: spd-lg-core-backbone, name: "Core-Backbone looking glass", host: lg.core-backbone.com, cat: infrastructure, provider: core-backbone, cc: DE, imp: 3, tier: 3, checks: [http] }
1063 + - { id: spd-lg-cogent, name: "Cogent looking glass", host: www.cogentco.com, url: "https://www.cogentco.com/en/looking-glass", cat: infrastructure, provider: cogent, cc: US, imp: 3, tier: 3, checks: [http] }
1064 + - { id: spd-lg-pccw, name: "PCCW Global looking glass", host: lg.pccwglobal.com, cat: infrastructure, provider: pccw, cc: HK, imp: 3, tier: 3, checks: [http] }
1065 + - { id: spd-lg-telia, name: "Telia Carrier LG (legacy)", host: lg.telia.net, cat: infrastructure, provider: arelion, cc: SE, imp: 3, tier: 3, checks: [http] }
1066 + - { id: spd-lg-ams-ix, name: "AMS-IX looking glass", host: lg.ams-ix.net, cat: infrastructure, provider: ams-ix, cc: NL, imp: 3, tier: 3, checks: [http] }
1067 + - { id: spd-lg-de-cix, name: "DE-CIX looking glass", host: lg.de-cix.net, cat: infrastructure, provider: de-cix, cc: DE, imp: 3, tier: 3, checks: [http] }
1068 + - { id: spd-lg-france-ix, name: "France-IX looking glass", host: lg.franceix.net, cat: infrastructure, provider: france-ix, cc: FR, imp: 3, tier: 3, checks: [http] }
1069 + - { id: spd-lg-ix-br, name: "IX.br looking glass", host: lg.ix.br, cat: infrastructure, provider: nic-br, cc: BR, imp: 3, tier: 3, checks: [http] }
1070 + - { id: spd-lg-netnod, name: "Netnod looking glass", host: lg.netnod.se, cat: infrastructure, provider: netnod, cc: SE, imp: 3, tier: 3, checks: [http] }
1071 + - { id: spd-lg-vultr, name: "Vultr looking glass (hosts list)", host: www.vultr.com, url: "https://www.vultr.com/features/datacenter-locations/", cat: infrastructure, provider: vultr, svc: vultr, cc: US, imp: 3, tier: 3, checks: [http] }
1072 + - { id: spd-lg-ovh, name: "OVHcloud looking glass", host: lg.ovh.net, cat: infrastructure, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [http] }
1073 + - { id: spd-lg-ipng, name: "Cloudflare looking glass (radar route)", host: radar.cloudflare.com, url: "https://radar.cloudflare.com/routing", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http] }
1074 + - { id: spd-lg-ripe-atlas-status, name: "RIPE Atlas status", host: atlas.ripe.net, url: "https://atlas.ripe.net/api/v2/probes/?limit=1", cat: infrastructure, provider: ripe, cc: NL, imp: 3, tier: 3, checks: [http] }
1075 + - { id: spd-ripe-stat-api, name: "RIPEstat Data API", host: stat.ripe.net, url: "https://stat.ripe.net/data/network-info/data.json?resource=1.1.1.1", cat: infrastructure, provider: ripe, cc: NL, imp: 3, tier: 3, checks: [http] }
1076 + - { id: spd-bgp-tools-whois, name: "bgp.tools ASN page", host: bgp.tools, url: "https://bgp.tools/as/13335", cat: infrastructure, provider: bgp-tools, cc: GB, imp: 3, tier: 3, checks: [http] }
1077 + - { id: spd-hurricane-bgp-as, name: "HE BGP AS page", host: bgp.he.net, url: "https://bgp.he.net/AS13335", cat: infrastructure, provider: he, svc: he, cc: US, imp: 3, tier: 3, checks: [http] }
1078 + - { id: spd-peeringdb-api, name: "PeeringDB API", host: www.peeringdb.com, url: "https://www.peeringdb.com/api/ix?limit=1", cat: infrastructure, provider: peeringdb, cc: US, imp: 3, tier: 3, checks: [http] }
1079 + - { id: spd-routeviews-lg, name: "RouteViews looking glass", host: www.routeviews.org, url: "https://www.routeviews.org/routeviews/", cat: infrastructure, provider: uoregon, cc: US, imp: 3, tier: 3, checks: [http] }
1080 + - { id: spd-ioda-api, name: "IODA API (Georgia Tech)", host: api.ioda.inetintel.cc.gatech.edu, url: "https://api.ioda.inetintel.cc.gatech.edu/v2/", cat: infrastructure, provider: gatech, cc: US, imp: 3, tier: 3, checks: [http] }
1081 + - { id: spd-speedtest-ookla-api, name: "Ookla speedtest config", host: www.speedtest.net, url: "https://www.speedtest.net/speedtest-config.php", cat: infrastructure, provider: ookla, cc: US, imp: 3, tier: 3, checks: [http] }
1082 + - { id: spd-fast-api, name: "Fast.com API", host: api.fast.com, url: "https://api.fast.com/netflix/speedtest/v2?https=true&token=YXNkZmFzZGxmbnNkYWZoYXNkZmhrYWxm&urlCount=1", cat: infrastructure, provider: netflix, svc: netflix, cc: US, imp: 3, tier: 3, checks: [http] }
1083 + - { id: spd-mlab, name: "M-Lab", host: www.measurementlab.net, cat: infrastructure, provider: mlab, cc: US, imp: 3, tier: 3, checks: [http] }
1084 + - { id: spd-mlab-locate, name: "M-Lab locate API", host: locate.measurementlab.net, url: "https://locate.measurementlab.net/v2/nearest/ndt/ndt7", cat: infrastructure, provider: mlab, cc: US, imp: 3, tier: 3, checks: [http] }
1085 + - { id: spd-speedof-me, name: "SpeedOf.Me", host: speedof.me, cat: infrastructure, provider: speedof-me, cc: US, imp: 3, tier: 3, checks: [http] }
1086 + - { id: spd-librespeed, name: "LibreSpeed", host: librespeed.org, cat: infrastructure, provider: librespeed, cc: null, imp: 3, tier: 3, checks: [http] }
1087 + - { id: spd-nperf, name: "nPerf", host: www.nperf.com, cat: infrastructure, provider: nperf, cc: FR, imp: 3, tier: 3, checks: [http] }
1088 + - { id: spd-dslreports, name: "DSLReports", host: www.dslreports.com, cat: infrastructure, provider: dslreports, cc: US, imp: 3, tier: 3, checks: [http] }
1089 + - { id: spd-testmy, name: "TestMy.net", host: testmy.net, cat: infrastructure, provider: testmy, cc: US, imp: 3, tier: 3, checks: [http] }
1090 + - { id: spd-cira-performance, name: "CIRA Internet Performance Test", host: performance.cira.ca, cat: infrastructure, provider: cira, cc: CA, imp: 3, tier: 3, checks: [http] }
1091 + - { id: spd-speedtest-cn, name: "Speedtest.cn", host: www.speedtest.cn, cat: infrastructure, provider: speedtest-cn, cc: CN, imp: 3, tier: 3, checks: [http] }
1092 + - { id: spd-speedtest-de, name: "Breitbandmessung (BNetzA)", host: breitbandmessung.de, cat: infrastructure, provider: bnetza, cc: DE, imp: 3, tier: 3, checks: [http] }
1093 + - { id: spd-arcep-test, name: "ARCEP Ma connexion internet", host: maconnexioninternet.arcep.fr, cat: infrastructure, provider: arcep, cc: FR, imp: 3, tier: 3, checks: [http] }
1094 + - { id: spd-ofcom-checker, name: "Ofcom broadband checker", host: checker.ofcom.org.uk, cat: infrastructure, provider: ofcom, cc: GB, imp: 3, tier: 3, checks: [http] }
1095 + - { id: spd-fcc-speedtest, name: "FCC Measuring Broadband", host: www.fcc.gov, url: "https://www.fcc.gov/BroadbandData/consumers", cat: infrastructure, provider: fcc, cc: US, imp: 3, tier: 3, checks: [http] }
1096 + - { id: spd-samknows, name: "SamKnows", host: www.samknows.com, cat: infrastructure, provider: samknows, cc: GB, imp: 3, tier: 3, checks: [http] }
1097 + - { id: spd-caida-ark, name: "CAIDA Ark (2)", host: www.caida.org, url: "https://www.caida.org/projects/ark/", cat: infrastructure, provider: caida, cc: US, imp: 3, tier: 3, checks: [http] }
1098 + - { id: spd-leaseweb-ams1, name: "Leaseweb mirror ams1.nl", host: mirror.ams1.nl.leaseweb.net, cat: infrastructure, provider: leaseweb, cc: NL, imp: 3, tier: 3 }
1099 + - { id: spd-leaseweb-fra10, name: "Leaseweb mirror fra10.de", host: mirror.fra10.de.leaseweb.net, cat: infrastructure, provider: leaseweb, cc: DE, imp: 3, tier: 3 }
1100 + - { id: spd-leaseweb-wdc1, name: "Leaseweb mirror wdc1.us", host: mirror.wdc1.us.leaseweb.net, cat: infrastructure, provider: leaseweb, cc: US, imp: 3, tier: 3 }
1101 + - { id: spd-leaseweb-sfo12, name: "Leaseweb mirror sfo12.us", host: mirror.sfo12.us.leaseweb.net, cat: infrastructure, provider: leaseweb, cc: US, imp: 3, tier: 3 }
1102 + - { id: spd-leaseweb-dal10, name: "Leaseweb mirror dal10.us", host: mirror.dal10.us.leaseweb.net, cat: infrastructure, provider: leaseweb, cc: US, imp: 3, tier: 3 }
1103 + - { id: spd-leaseweb-sin1, name: "Leaseweb mirror sin1.sg", host: mirror.sin1.sg.leaseweb.net, cat: infrastructure, provider: leaseweb, cc: SG, imp: 3, tier: 3, tr: true }
1104 +
1105 + # ───────── Software mirrors & distribution CDNs (217)
1106 + - { id: mirror-dl-rockylinux-org, name: "Rocky Linux downloads", host: dl.rockylinux.org, cat: infrastructure, provider: rocky, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1107 + - { id: mirror-repo-almalinux-org, name: "AlmaLinux repo", host: repo.almalinux.org, cat: infrastructure, provider: almalinux, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1108 + - { id: mirror-download-opensuse-org, name: "openSUSE download", host: download.opensuse.org, cat: infrastructure, provider: suse, cc: DE, imp: 4, tier: 3, checks: [http, dns] }
1109 + - { id: mirror-download-freebsd-org, name: "FreeBSD download", host: download.freebsd.org, cat: infrastructure, provider: freebsd, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1110 + - { id: mirror-cdn-kernel-org, name: "kernel.org CDN", host: cdn.kernel.org, cat: infrastructure, provider: kernel, cc: US, imp: 4, tier: 3, checks: [http, dns] }
1111 + - { id: mirror-mirrors-edge-kernel-org, name: "kernel.org edge mirrors", host: mirrors.edge.kernel.org, cat: infrastructure, provider: kernel, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1112 + - { id: mirror-mirrors-ctan-org, name: "CTAN mirrors", host: mirrors.ctan.org, cat: infrastructure, provider: ctan, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
1113 + - { id: mirror-swscan-apple-com, name: "Apple software update catalog", host: swscan.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1114 + - { id: mirror-swcdn-apple-com, name: "Apple software update CDN", host: swcdn.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1115 + - { id: mirror-mesu-apple-com, name: "Apple iOS update (mesu)", host: mesu.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1116 + - { id: mirror-updates-cdn-apple-com, name: "Apple updates CDN", host: updates.cdn-apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1117 + - { id: mirror-gdmf-apple-com, name: "Apple device management (gdmf)", host: gdmf.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1118 + - { id: mirror-xp-apple-com, name: "Apple xp", host: xp.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1119 + - { id: mirror-configuration-apple-com, name: "Apple configuration", host: configuration.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1120 + - { id: mirror-download-mozilla-org, name: "Mozilla download", host: download.mozilla.org, cat: infrastructure, provider: mozilla, cc: US, imp: 4, tier: 3, checks: [http, dns] }
1121 + - { id: mirror-aus5-mozilla-org, name: "Firefox update (aus5)", host: aus5.mozilla.org, cat: infrastructure, provider: mozilla, cc: US, imp: 4, tier: 3, checks: [http, dns] }
1122 + - { id: mirror-addons-mozilla-org, name: "Firefox add-ons", host: addons.mozilla.org, cat: infrastructure, provider: mozilla, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1123 + - { id: mirror-ftp-mozilla-org, name: "Mozilla FTP archive", host: ftp.mozilla.org, cat: infrastructure, provider: mozilla, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1124 + - { id: mirror-archive-mozilla-org, name: "Mozilla archive", host: archive.mozilla.org, cat: infrastructure, provider: mozilla, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1125 + - { id: mirror-get-adobe-com, name: "Adobe downloads", host: get.adobe.com, cat: infrastructure, provider: adobe, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1126 + - { id: mirror-armmf-adobe-com, name: "Adobe Reader update manifest", host: armmf.adobe.com, cat: infrastructure, provider: adobe, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1127 + - { id: mirror-ardownload2-adobe-com, name: "Adobe Reader download", host: ardownload2.adobe.com, cat: infrastructure, provider: adobe, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1128 + - { id: mirror-dl-k8s-io, name: "Kubernetes downloads", host: dl.k8s.io, cat: infrastructure, provider: kubernetes, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1129 + - { id: mirror-pkgs-k8s-io, name: "Kubernetes packages", host: pkgs.k8s.io, cat: infrastructure, provider: kubernetes, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1130 + - { id: mirror-get-helm-sh, name: "Helm downloads", host: get.helm.sh, cat: infrastructure, provider: helm, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1131 + - { id: mirror-pypi-tuna-tsinghua-edu-cn, name: "TUNA PyPI mirror", host: pypi.tuna.tsinghua.edu.cn, cat: infrastructure, provider: tuna, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
1132 + - { id: mirror-mirrors-tuna-tsinghua-edu-cn, name: "TUNA mirrors", host: mirrors.tuna.tsinghua.edu.cn, cat: infrastructure, provider: tuna, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
1133 + - { id: mirror-mirrors-ustc-edu-cn, name: "USTC mirrors", host: mirrors.ustc.edu.cn, cat: infrastructure, provider: ustc, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
1134 + - { id: mirror-mirrors-163-com, name: "NetEase mirrors", host: mirrors.163.com, cat: infrastructure, provider: netease, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
1135 + - { id: mirror-mirror-sjtu-edu-cn, name: "SJTU mirror", host: mirror.sjtu.edu.cn, cat: infrastructure, provider: sjtu, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
1136 + - { id: mirror-mirrors-bfsu-edu-cn, name: "BFSU mirrors", host: mirrors.bfsu.edu.cn, cat: infrastructure, provider: bfsu, cc: CN, imp: 3, tier: 3, checks: [http, dns] }
1137 + - { id: mirror-mirror-nju-edu-cn, name: "NJU mirror", host: mirror.nju.edu.cn, cat: infrastructure, provider: nju, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1138 + - { id: mirror-mirrors-zju-edu-cn, name: "ZJU mirrors", host: mirrors.zju.edu.cn, cat: infrastructure, provider: zju, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1139 + - { id: mirror-mirror-yandex-ru, name: "Yandex mirror", host: mirror.yandex.ru, cat: infrastructure, provider: yandex, cc: RU, imp: 3, tier: 3, checks: [http, dns] }
1140 + - { id: mirror-mirror-truenetwork-ru, name: "Truenetwork mirror", host: mirror.truenetwork.ru, cat: infrastructure, provider: truenetwork, cc: RU, imp: 2, tier: 4, checks: [http, dns] }
1141 + - { id: mirror-registry-npmmirror-com, name: "npmmirror (Alibaba)", host: registry.npmmirror.com, cat: infrastructure, provider: alibaba, cc: CN, imp: 4, tier: 3, checks: [http, dns] }
1142 + - { id: mirror-repo-maven-apache-org, name: "Maven Central (Apache alias)", host: repo.maven.apache.org, cat: infrastructure, provider: sonatype, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1143 + - { id: mirror-mirror-init7-net, name: "Init7 mirror", host: mirror.init7.net, cat: infrastructure, provider: init7, cc: CH, imp: 2, tier: 4, checks: [http, dns] }
1144 + - { id: mirror-ftp-halifax-rwth-aachen-de, name: "RWTH Halifax mirror", host: ftp.halifax.rwth-aachen.de, cat: infrastructure, provider: rwth, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
1145 + - { id: mirror-ftp-fau-de, name: "FAU mirror", host: ftp.fau.de, cat: infrastructure, provider: fau, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
1146 + - { id: mirror-mirror-aarnet-edu-au, name: "AARNet mirror", host: mirror.aarnet.edu.au, cat: infrastructure, provider: aarnet, cc: AU, imp: 3, tier: 3, checks: [http, dns] }
1147 + - { id: mirror-mirror-csclub-uwaterloo-ca, name: "UWaterloo CSC mirror", host: mirror.csclub.uwaterloo.ca, cat: infrastructure, provider: uwaterloo, cc: CA, imp: 3, tier: 3, checks: [http, dns] }
1148 + - { id: mirror-mirror-rcg-sfu-ca, name: "SFU mirror", host: mirror.rcg.sfu.ca, cat: infrastructure, provider: sfu, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
1149 + - { id: mirror-muug-ca, name: "MUUG mirror", host: muug.ca, cat: infrastructure, provider: muug, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
1150 + - { id: mirror-mirror-umd-edu, name: "UMD mirror", host: mirror.umd.edu, cat: infrastructure, provider: umd, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1151 + - { id: mirror-mirrors-mit-edu, name: "MIT mirrors", host: mirrors.mit.edu, cat: infrastructure, provider: mit, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1152 + - { id: mirror-mirror-math-princeton-edu, name: "Princeton math mirror", host: mirror.math.princeton.edu, cat: infrastructure, provider: princeton, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1153 + - { id: mirror-mirrors-ocf-berkeley-edu, name: "Berkeley OCF mirrors", host: mirrors.ocf.berkeley.edu, cat: infrastructure, provider: berkeley, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1154 + - { id: mirror-ftp-riken-jp, name: "RIKEN FTP", host: ftp.riken.jp, cat: infrastructure, provider: riken, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
1155 + - { id: mirror-ftp-jaist-ac-jp, name: "JAIST FTP", host: ftp.jaist.ac.jp, cat: infrastructure, provider: jaist, cc: JP, imp: 3, tier: 3, checks: [http, dns] }
1156 + - { id: mirror-ftp-kaist-ac-kr, name: "KAIST FTP", host: ftp.kaist.ac.kr, cat: infrastructure, provider: kaist, cc: KR, imp: 3, tier: 3, checks: [http, dns] }
1157 + - { id: mirror-mirror-kakao-com, name: "Kakao mirror", host: mirror.kakao.com, cat: infrastructure, provider: kakao, cc: KR, imp: 3, tier: 3, checks: [http, dns] }
1158 + - { id: mirror-mirror-uepg-br, name: "UEPG mirror", host: mirror.uepg.br, cat: infrastructure, provider: uepg, cc: BR, imp: 2, tier: 4, checks: [http, dns] }
1159 + - { id: mirror-mirrors-up-pt, name: "UP mirror", host: mirrors.up.pt, cat: infrastructure, provider: up, cc: PT, imp: 2, tier: 4, checks: [http, dns] }
1160 + - { id: mirror-ftp-rediris-es, name: "RedIRIS FTP", host: ftp.rediris.es, cat: infrastructure, provider: rediris, cc: ES, imp: 2, tier: 4, checks: [http, dns] }
1161 + - { id: mirror-ports-ubuntu-com, name: "Ubuntu ports", host: ports.ubuntu.com, cat: infrastructure, provider: canonical, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1162 + - { id: mirror-ppa-launchpadcontent-net, name: "Launchpad PPA", host: ppa.launchpadcontent.net, cat: infrastructure, provider: canonical, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1163 + - { id: mirror-cloud-images-ubuntu-com, name: "Ubuntu cloud images", host: cloud-images.ubuntu.com, cat: infrastructure, provider: canonical, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1164 + - { id: mirror-releases-ubuntu-com, name: "Ubuntu releases", host: releases.ubuntu.com, cat: infrastructure, provider: canonical, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1165 + - { id: mirror-changelogs-ubuntu-com, name: "Ubuntu changelogs (meta-release)", host: changelogs.ubuntu.com, cat: infrastructure, provider: canonical, cc: GB, imp: 2, tier: 4, checks: [http, dns] }
1166 + - { id: mirror-packagecloud-io, name: "packagecloud", host: packagecloud.io, cat: infrastructure, provider: packagecloud, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1167 + - { id: mirror-packages-cloud-google-com, name: "Google Cloud packages", host: packages.cloud.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1168 + - { id: mirror-deb-nodesource-com, name: "NodeSource", host: deb.nodesource.com, cat: infrastructure, provider: nodesource, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1169 + - { id: mirror-dl-yarnpkg-com, name: "Yarn downloads", host: dl.yarnpkg.com, cat: infrastructure, provider: yarn, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1170 + - { id: mirror-vault-centos-org, name: "CentOS vault", host: vault.centos.org, cat: infrastructure, provider: centos, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1171 + - { id: mirror-archive-archlinux-org, name: "Arch Linux archive", host: archive.archlinux.org, cat: infrastructure, provider: arch, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1172 + - { id: mirror-mirror-rackspace-com, name: "Rackspace mirror", host: mirror.rackspace.com, cat: infrastructure, provider: rackspace, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1173 + - { id: mirror-mirrors-xtom-com, name: "xTom mirrors", host: mirrors.xtom.com, cat: infrastructure, provider: xtom, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1174 + - { id: mirror-mirror-xtom-com-hk, name: "xTom HK mirror", host: mirror.xtom.com.hk, cat: infrastructure, provider: xtom, cc: HK, imp: 2, tier: 4, checks: [http, dns] }
1175 + - { id: mirror-mirrors-dotsrc-org, name: "dotsrc mirrors", host: mirrors.dotsrc.org, cat: infrastructure, provider: dotsrc, cc: DK, imp: 3, tier: 3, checks: [http, dns] }
1176 + - { id: mirror-ftp-acc-umu-se, name: "ACC Umeå mirror", host: ftp.acc.umu.se, cat: infrastructure, provider: umu, cc: SE, imp: 3, tier: 3, checks: [http, dns] }
1177 + - { id: mirror-nodejs-org-node-js-dist, name: "Node.js dist", host: nodejs.org, url: "https://nodejs.org/dist/", cat: infrastructure, provider: nodejs, cc: US, imp: 4, tier: 3, checks: [http] }
1178 + - { id: mirror-python-org-python-downloads, name: "Python downloads", host: www.python.org, url: "https://www.python.org/downloads/", cat: infrastructure, provider: python, cc: US, imp: 4, tier: 3, checks: [http] }
1179 + - { id: mirror-dl-google-com-google-dl-go, name: "Google dl (Go)", host: dl.google.com, url: "https://dl.google.com/go/", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http] }
1180 + - { id: mirror-storage-googleapis-com-flutter-infra-bu, name: "Flutter infra bucket", host: storage.googleapis.com, url: "https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http] }
1181 + - { id: mirror-test-pypi-org, name: "TestPyPI", host: test.pypi.org, cat: infrastructure, provider: pypi, svc: pypi, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1182 + - { id: mirror-downloads-sourceforge-net, name: "SourceForge downloads", host: downloads.sourceforge.net, cat: infrastructure, provider: sourceforge, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1183 + - { id: mirror-download-eclipse-org, name: "Eclipse downloads", host: download.eclipse.org, cat: infrastructure, provider: eclipse, cc: CA, imp: 3, tier: 3, checks: [http, dns] }
1184 + - { id: mirror-ftp-postgresql-org, name: "PostgreSQL FTP", host: ftp.postgresql.org, cat: infrastructure, provider: postgresql, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1185 + - { id: mirror-apt-postgresql-org, name: "PostgreSQL APT", host: apt.postgresql.org, cat: infrastructure, provider: postgresql, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1186 + - { id: mirror-repo-mysql-com, name: "MySQL repo", host: repo.mysql.com, cat: infrastructure, provider: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1187 + - { id: mirror-dev-mysql-com, name: "MySQL developer", host: dev.mysql.com, cat: infrastructure, provider: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1188 + - { id: mirror-repo-percona-com, name: "Percona repo", host: repo.percona.com, cat: infrastructure, provider: percona, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1189 + - { id: mirror-apt-llvm-org, name: "LLVM APT", host: apt.llvm.org, cat: infrastructure, provider: llvm, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1190 + - { id: mirror-downloads-apache-org, name: "Apache downloads", host: downloads.apache.org, cat: infrastructure, provider: apache, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1191 + - { id: mirror-dlcdn-apache-org, name: "Apache dl CDN", host: dlcdn.apache.org, cat: infrastructure, provider: apache, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1192 + - { id: mirror-archive-apache-org, name: "Apache archive", host: archive.apache.org, cat: infrastructure, provider: apache, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1193 + - { id: mirror-download-qt-io, name: "Qt downloads", host: download.qt.io, cat: infrastructure, provider: qt, cc: FI, imp: 3, tier: 3, checks: [http, dns] }
1194 + - { id: mirror-downloads-raspberrypi-com, name: "Raspberry Pi downloads", host: downloads.raspberrypi.com, cat: infrastructure, provider: raspberrypi, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1195 + - { id: mirror-archive-raspberrypi-com, name: "Raspberry Pi archive", host: archive.raspberrypi.com, cat: infrastructure, provider: raspberrypi, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1196 + - { id: mirror-download-virtualbox-org, name: "VirtualBox downloads", host: download.virtualbox.org, cat: infrastructure, provider: oracle, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1197 + - { id: mirror-download-videolan-org, name: "VideoLAN downloads", host: download.videolan.org, cat: infrastructure, provider: videolan, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
1198 + - { id: mirror-download-gimp-org, name: "GIMP downloads", host: download.gimp.org, cat: infrastructure, provider: gimp, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1199 + - { id: mirror-download-blender-org, name: "Blender downloads", host: download.blender.org, cat: infrastructure, provider: blender, cc: NL, imp: 3, tier: 3, checks: [http, dns] }
1200 + - { id: mirror-download-documentfoundation-org, name: "LibreOffice downloads", host: download.documentfoundation.org, cat: infrastructure, provider: tdf, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
1201 + - { id: mirror-steamcdn-a-akamaihd-net, name: "Steam CDN (legacy)", host: steamcdn-a.akamaihd.net, cat: infrastructure, provider: valve, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1202 + - { id: mirror-cdn-cloudflare-steamstatic-com, name: "Steam static CDN (Cloudflare)", host: cdn.cloudflare.steamstatic.com, cat: infrastructure, provider: valve, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1203 + - { id: mirror-download-epicgames-com, name: "Epic Games download", host: download.epicgames.com, cat: infrastructure, provider: epicgames, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1204 + - { id: mirror-epicgames-download1-akamaized-net, name: "Epic Games CDN", host: epicgames-download1.akamaized.net, cat: infrastructure, provider: epicgames, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1205 + - { id: mirror-dl-google-com-chrome-dl-2, name: "Chrome dl (2)", host: dl.google.com, url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb", cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
1206 + - { id: mirror-code-jquery-com, name: "jQuery CDN", host: code.jquery.com, cat: infrastructure, provider: jquery, cc: US, imp: 4, tier: 3, checks: [http, dns] }
1207 + - { id: mirror-cdn-jsdelivr-net-jsdelivr-npm-2, name: "jsDelivr npm (2)", host: cdn.jsdelivr.net, url: "https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js", cat: infrastructure, provider: jsdelivr, cc: null, imp: 2, tier: 4, checks: [http] }
1208 + - { id: mirror-stackpath-bootstrapcdn-com, name: "Bootstrap CDN (StackPath legacy)", host: stackpath.bootstrapcdn.com, cat: infrastructure, provider: stackpath, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1209 + - { id: mirror-cdn-bootcdn-net, name: "BootCDN (China)", host: cdn.bootcdn.net, cat: infrastructure, provider: bootcdn, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1210 + - { id: mirror-cdn-staticfile-org, name: "Staticfile CDN (Qiniu)", host: cdn.staticfile.org, cat: infrastructure, provider: qiniu, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1211 + - { id: mirror-lib-baomitu-com, name: "360 Baomitu CDN", host: lib.baomitu.com, cat: infrastructure, provider: 360, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1212 + - { id: mirror-polyfill-fastly-net, name: "polyfill Fastly", host: polyfill-fastly.net, cat: infrastructure, provider: fastly, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1213 + - { id: mirror-esm-sh, name: "esm.sh", host: esm.sh, cat: infrastructure, provider: esm-sh, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1214 + - { id: mirror-registry-npmjs-org-npm-registry-2, name: "npm registry (2)", host: registry.npmjs.org, url: "https://registry.npmjs.org/express/latest", cat: infrastructure, provider: npm, svc: npm, cc: US, imp: 2, tier: 4, checks: [http] }
1215 + - { id: mirror-pypi-org-pypi-json-2, name: "PyPI JSON (2)", host: pypi.org, url: "https://pypi.org/pypi/requests/json", cat: infrastructure, provider: pypi, svc: pypi, cc: US, imp: 2, tier: 4, checks: [http] }
1216 + - { id: mirror-rubygems-org-rubygems-api-2, name: "RubyGems API (2)", host: rubygems.org, url: "https://rubygems.org/api/v1/versions/rails/latest.json", cat: infrastructure, provider: rubygems, svc: rubygems, cc: US, imp: 2, tier: 4, checks: [http] }
1217 + - { id: mirror-crates-io-crates-io-api-2, name: "crates.io API (2)", host: crates.io, url: "https://crates.io/api/v1/crates/serde", cat: infrastructure, provider: crates, svc: crates, cc: US, imp: 2, tier: 4, checks: [http] }
1218 + - { id: mirror-index-crates-io, name: "crates.io sparse index", host: index.crates.io, cat: infrastructure, provider: crates, svc: crates, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1219 + - { id: mirror-static-crates-io, name: "crates.io static", host: static.crates.io, cat: infrastructure, provider: crates, svc: crates, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1220 + - { id: mirror-repo-packagist-org, name: "Packagist repo", host: repo.packagist.org, cat: infrastructure, provider: packagist, cc: FR, imp: 3, tier: 3, checks: [http, dns] }
1221 + - { id: mirror-cocoapods-org, name: "CocoaPods", host: cocoapods.org, cat: infrastructure, provider: cocoapods, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1222 + - { id: mirror-hex-pm, name: "Hex (Elixir)", host: hex.pm, cat: infrastructure, provider: hex, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1223 + - { id: mirror-cloud-r-project-org, name: "CRAN cloud (Posit)", host: cloud.r-project.org, cat: infrastructure, provider: posit, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1224 + - { id: mirror-bioconductor-org, name: "Bioconductor", host: bioconductor.org, cat: infrastructure, provider: bioconductor, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1225 + - { id: mirror-clojars-org, name: "Clojars", host: clojars.org, cat: infrastructure, provider: clojars, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1226 + - { id: mirror-repo-clojars-org, name: "Clojars repo", host: repo.clojars.org, cat: infrastructure, provider: clojars, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1227 + - { id: mirror-search-maven-org, name: "Maven search", host: search.maven.org, cat: infrastructure, provider: sonatype, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1228 + - { id: mirror-jcenter-bintray-com, name: "JCenter (legacy)", host: jcenter.bintray.com, cat: infrastructure, provider: jfrog, svc: jfrog, cc: US, imp: 1, tier: 4, checks: [http, dns] }
1229 + - { id: mirror-dl-bintray-com, name: "Bintray (legacy)", host: dl.bintray.com, cat: infrastructure, provider: jfrog, svc: jfrog, cc: US, imp: 1, tier: 4, checks: [http, dns] }
1230 + - { id: mirror-download-jetbrains-com, name: "JetBrains downloads", host: download.jetbrains.com, cat: infrastructure, provider: jetbrains, cc: CZ, imp: 3, tier: 3, checks: [http, dns] }
1231 + - { id: mirror-download-sublimetext-com, name: "Sublime Text downloads", host: download.sublimetext.com, cat: infrastructure, provider: sublime, cc: AU, imp: 2, tier: 4, checks: [http, dns] }
1232 + - { id: mirror-update-code-visualstudio-com-vs-code-update-2, name: "VS Code update (2)", host: update.code.visualstudio.com, url: "https://update.code.visualstudio.com/api/update/darwin/stable/latest", cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
1233 + - { id: mirror-open-vsx-org, name: "Open VSX", host: open-vsx.org, cat: infrastructure, provider: eclipse, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
1234 + - { id: mirror-registry-opentofu-org, name: "OpenTofu Registry", host: registry.opentofu.org, cat: infrastructure, provider: opentofu, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1235 + - { id: mirror-galaxy-ansible-com, name: "Ansible Galaxy", host: galaxy.ansible.com, cat: infrastructure, provider: redhat, svc: redhat, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1236 + - { id: mirror-forge-puppet-com, name: "Puppet Forge", host: forge.puppet.com, cat: infrastructure, provider: puppet, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1237 + - { id: mirror-supermarket-chef-io, name: "Chef Supermarket", host: supermarket.chef.io, cat: infrastructure, provider: chef, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1238 + - { id: mirror-artifacthub-io, name: "Artifact Hub", host: artifacthub.io, cat: infrastructure, provider: cncf, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1239 + - { id: mirror-operatorhub-io, name: "OperatorHub", host: operatorhub.io, cat: infrastructure, provider: redhat, svc: redhat, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1240 + - { id: mirror-docker-elastic-co, name: "Elastic Docker registry", host: docker.elastic.co, cat: infrastructure, provider: elastic, svc: elastic, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1241 + - { id: mirror-cgr-dev, name: "Chainguard registry", host: cgr.dev, cat: infrastructure, provider: chainguard, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1242 + - { id: mirror-registry-access-redhat-com, name: "Red Hat registry", host: registry.access.redhat.com, cat: infrastructure, provider: redhat, svc: redhat, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1243 + - { id: mirror-registry-redhat-io, name: "Red Hat registry (auth)", host: registry.redhat.io, cat: infrastructure, provider: redhat, svc: redhat, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1244 + - { id: mirror-nvcr-io, name: "NVIDIA NGC registry", host: nvcr.io, cat: infrastructure, provider: nvidia, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1245 + - { id: mirror-developer-download-nvidia-com, name: "NVIDIA developer downloads", host: developer.download.nvidia.com, cat: infrastructure, provider: nvidia, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1246 + - { id: mirror-us-download-nvidia-com, name: "NVIDIA driver downloads", host: us.download.nvidia.com, cat: infrastructure, provider: nvidia, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1247 + - { id: mirror-repo-radeon-com, name: "AMD ROCm repo", host: repo.radeon.com, cat: infrastructure, provider: amd, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1248 + - { id: mirror-download-amd-com, name: "AMD downloads", host: download.amd.com, cat: infrastructure, provider: amd, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1249 + - { id: mirror-downloadmirror-intel-com, name: "Intel download mirror", host: downloadmirror.intel.com, cat: infrastructure, provider: intel, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1250 + - { id: mirror-registrationcenter-download-intel-com, name: "Intel registration center", host: registrationcenter-download.intel.com, cat: infrastructure, provider: intel, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1251 + - { id: mirror-apt-repos-intel-com, name: "Intel APT", host: apt.repos.intel.com, cat: infrastructure, provider: intel, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1252 + - { id: mirror-huggingface-co-hugging-face-api, name: "Hugging Face API (2)", host: huggingface.co, url: "https://huggingface.co/api/models?limit=1", cat: infrastructure, provider: huggingface, svc: huggingface, cc: US, imp: 2, tier: 4, checks: [http] }
1253 + - { id: mirror-hf-mirror-com, name: "HF Mirror (China)", host: hf-mirror.com, cat: infrastructure, provider: hf-mirror, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1254 + - { id: mirror-storage-googleapis-com-chromium-snapsho, name: "Chromium snapshots", host: storage.googleapis.com, url: "https://storage.googleapis.com/chromium-browser-snapshots/index.html", cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
1255 + - { id: mirror-commondatastorage-googleapis-com, name: "Chromium snapshots (commondatastorage)", host: commondatastorage.googleapis.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1256 + - { id: mirror-chromedriver-storage-googleapis-com, name: "ChromeDriver storage", host: chromedriver.storage.googleapis.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1257 + - { id: mirror-googlechromelabs-github-io, name: "Chrome for Testing", host: googlechromelabs.github.io, cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1258 + - { id: mirror-playwright-azureedge-net, name: "Playwright browsers CDN", host: playwright.azureedge.net, cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1259 + - { id: mirror-cdn-playwright-dev, name: "Playwright CDN", host: cdn.playwright.dev, cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1260 + - { id: mirror-nodejs-org-node-js-2, name: "Node.js (2)", host: nodejs.org, url: "https://nodejs.org/dist/index.json", cat: infrastructure, provider: nodejs, cc: US, imp: 2, tier: 4, checks: [http] }
1261 + - { id: mirror-deb-debian-org-debian-pool-2, name: "Debian pool (2)", host: deb.debian.org, url: "https://deb.debian.org/debian/dists/stable/Release", cat: infrastructure, provider: debian, cc: null, imp: 2, tier: 4, checks: [http] }
1262 + - { id: mirror-alpinelinux-org, name: "Alpine Linux", host: alpinelinux.org, cat: infrastructure, provider: alpine, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1263 + - { id: mirror-debian-org, name: "Debian www", host: www.debian.org, cat: infrastructure, provider: debian, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1264 + - { id: mirror-fedoraproject-org, name: "Fedora", host: fedoraproject.org, cat: infrastructure, provider: fedora, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1265 + - { id: mirror-rockylinux-org, name: "Rocky Linux", host: rockylinux.org, cat: infrastructure, provider: rocky, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1266 + - { id: mirror-almalinux-org, name: "AlmaLinux", host: almalinux.org, cat: infrastructure, provider: almalinux, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1267 + - { id: mirror-opensuse-org, name: "openSUSE", host: www.opensuse.org, cat: infrastructure, provider: suse, cc: DE, imp: 2, tier: 4, checks: [http, dns] }
1268 + - { id: mirror-freebsd-org, name: "FreeBSD", host: www.freebsd.org, cat: infrastructure, provider: freebsd, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1269 + - { id: mirror-gnu-org, name: "GNU", host: www.gnu.org, cat: infrastructure, provider: gnu, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1270 + - { id: mirror-linuxfoundation-org, name: "Linux Foundation", host: www.linuxfoundation.org, cat: infrastructure, provider: linuxfoundation, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1271 + - { id: mirror-access-redhat-com, name: "Red Hat customer portal", host: access.redhat.com, cat: infrastructure, provider: redhat, svc: redhat, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1272 + - { id: mirror-oracle-com-oracle-linux, name: "Oracle Linux", host: www.oracle.com, url: "https://www.oracle.com/linux/", cat: infrastructure, provider: oracle, cc: US, imp: 2, tier: 4, checks: [http] }
1273 + - { id: mirror-linux-oracle-com, name: "Oracle Linux ULN", host: linux.oracle.com, cat: infrastructure, provider: oracle, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1274 + - { id: mirror-centos-org, name: "CentOS", host: www.centos.org, cat: infrastructure, provider: centos, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1275 + - { id: mirror-endoflife-date, name: "endoflife.date", host: endoflife.date, cat: infrastructure, provider: endoflife, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1276 + - { id: mirror-distrowatch-com, name: "DistroWatch", host: distrowatch.com, cat: infrastructure, provider: distrowatch, cc: DK, imp: 2, tier: 4, checks: [http, dns] }
1277 + - { id: mirror-linuxmint-com, name: "Linux Mint", host: www.linuxmint.com, cat: infrastructure, provider: mint, cc: IE, imp: 2, tier: 4, checks: [http, dns] }
1278 + - { id: mirror-manjaro-org, name: "Manjaro", host: manjaro.org, cat: infrastructure, provider: manjaro, cc: DE, imp: 2, tier: 4, checks: [http, dns] }
1279 + - { id: mirror-channels-nixos-org, name: "NixOS channels", host: channels.nixos.org, cat: infrastructure, provider: nixos, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1280 + - { id: mirror-gentoo-org, name: "Gentoo", host: gentoo.org, cat: infrastructure, provider: gentoo, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1281 + - { id: mirror-distfiles-gentoo-org, name: "Gentoo distfiles", host: distfiles.gentoo.org, cat: infrastructure, provider: gentoo, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1282 + - { id: mirror-kali-org, name: "Kali Linux", host: www.kali.org, cat: infrastructure, provider: offsec, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1283 + - { id: mirror-http-kali-org, name: "Kali repo", host: http.kali.org, cat: infrastructure, provider: offsec, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1284 + - { id: mirror-raspberrypi-com, name: "Raspberry Pi", host: www.raspberrypi.com, cat: infrastructure, provider: raspberrypi, cc: GB, imp: 3, tier: 3, checks: [http, dns] }
1285 + - { id: mirror-openbsd-org, name: "OpenBSD", host: www.openbsd.org, cat: infrastructure, provider: openbsd, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
1286 + - { id: mirror-cdn-openbsd-org, name: "OpenBSD CDN", host: cdn.openbsd.org, cat: infrastructure, provider: openbsd, cc: CA, imp: 2, tier: 4, checks: [http, dns] }
1287 + - { id: mirror-netbsd-org, name: "NetBSD", host: netbsd.org, cat: infrastructure, provider: netbsd, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1288 + - { id: mirror-cdn-netbsd-org, name: "NetBSD CDN", host: cdn.netbsd.org, cat: infrastructure, provider: netbsd, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1289 + - { id: mirror-haiku-os-org, name: "Haiku", host: www.haiku-os.org, cat: infrastructure, provider: haiku, cc: null, imp: 1, tier: 4, checks: [http, dns] }
1290 + - { id: mirror-reactos-org, name: "ReactOS", host: www.reactos.org, cat: infrastructure, provider: reactos, cc: null, imp: 1, tier: 4, checks: [http, dns] }
1291 + - { id: mirror-msys2-org, name: "MSYS2", host: www.msys2.org, cat: infrastructure, provider: msys2, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1292 + - { id: mirror-repo-msys2-org, name: "MSYS2 repo", host: repo.msys2.org, cat: infrastructure, provider: msys2, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1293 + - { id: mirror-cygwin-com, name: "Cygwin", host: cygwin.com, cat: infrastructure, provider: cygwin, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1294 + - { id: mirror-scoop-sh, name: "Scoop", host: scoop.sh, cat: infrastructure, provider: scoop, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1295 + - { id: mirror-winget-run, name: "winget.run", host: winget.run, cat: infrastructure, provider: winget-run, cc: null, imp: 1, tier: 4, checks: [http, dns] }
1296 + - { id: mirror-macports-org, name: "MacPorts", host: www.macports.org, cat: infrastructure, provider: macports, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1297 + - { id: mirror-distfiles-macports-org, name: "MacPorts distfiles", host: distfiles.macports.org, cat: infrastructure, provider: macports, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1298 + - { id: mirror-ghcr-io-homebrew-bottles, name: "Homebrew bottles (GHCR)", host: ghcr.io, url: "https://ghcr.io/v2/homebrew/core/wget/tags/list", cat: infrastructure, provider: github, svc: github, cc: US, imp: 2, tier: 4, checks: [http] }
1299 + - { id: mirror-f-droid-org, name: "F-Droid", host: f-droid.org, cat: infrastructure, provider: fdroid, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1300 + - { id: mirror-apt-izzysoft-de, name: "IzzyOnDroid repo", host: apt.izzysoft.de, cat: infrastructure, provider: izzysoft, cc: DE, imp: 2, tier: 4, checks: [http, dns] }
1301 + - { id: mirror-dl-google-com-android-sdk-repo, name: "Android SDK repo", host: dl.google.com, url: "https://dl.google.com/android/repository/repository2-3.xml", cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
1302 + - { id: mirror-developer-apple-com-apple-developer, name: "Apple Developer downloads", host: developer.apple.com, url: "https://developer.apple.com/download/", cat: infrastructure, provider: apple, svc: apple, cc: US, imp: 3, tier: 3, checks: [http] }
1303 + - { id: mirror-devimages-cdn-apple-com, name: "Apple developer CDN", host: devimages-cdn.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1304 + - { id: mirror-appldnld-apple-com, name: "Apple downloads (appldnld)", host: appldnld.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1305 + - { id: mirror-itunes-apple-com-itunes-lookup-ap, name: "iTunes lookup API", host: itunes.apple.com, url: "https://itunes.apple.com/lookup?id=284882215", cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http] }
1306 + - { id: mirror-apps-apple-com, name: "App Store", host: apps.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1307 + - { id: mirror-play-google-com-google-play-stor, name: "Google Play store listing", host: play.google.com, url: "https://play.google.com/store/apps/details?id=com.android.chrome", cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
1308 + - { id: mirror-microsoft-com-microsoft-store, name: "Microsoft Store (apps)", host: microsoft.com, url: "https://apps.microsoft.com/", cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
1309 + - { id: mirror-apps-microsoft-com, name: "Microsoft Store web", host: apps.microsoft.com, cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1310 + - { id: mirror-amazon-com-amazon-appstore, name: "Amazon Appstore", host: www.amazon.com, url: "https://www.amazon.com/gp/mas/get/amazonapp", cat: infrastructure, provider: amazon, cc: US, imp: 1, tier: 4, checks: [http] }
1311 + - { id: mirror-galaxystore-samsung-com, name: "Samsung Galaxy Store", host: galaxystore.samsung.com, cat: infrastructure, provider: samsung, cc: KR, imp: 2, tier: 4, checks: [http, dns] }
1312 + - { id: mirror-appgallery-huawei-com-huawei-appgaller, name: "Huawei AppGallery (2)", host: appgallery.huawei.com, url: "https://appgallery.huawei.com/Featured", cat: infrastructure, provider: huawei, cc: CN, imp: 1, tier: 4, checks: [http] }
1313 + - { id: mirror-apps-samsung-com, name: "Samsung apps", host: apps.samsung.com, cat: infrastructure, provider: samsung, cc: KR, imp: 2, tier: 4, checks: [http, dns] }
1314 + - { id: mirror-softpedia-com, name: "Softpedia", host: www.softpedia.com, cat: infrastructure, provider: softpedia, cc: RO, imp: 1, tier: 4, checks: [http, dns] }
1315 + - { id: mirror-majorgeeks-com, name: "MajorGeeks", host: www.majorgeeks.com, cat: infrastructure, provider: majorgeeks, cc: US, imp: 1, tier: 4, checks: [http, dns] }
1316 + - { id: mirror-fosshub-com, name: "FossHub", host: www.fosshub.com, cat: infrastructure, provider: fosshub, cc: US, imp: 1, tier: 4, checks: [http, dns] }
1317 + - { id: mirror-filehippo-com, name: "FileHippo", host: www.filehippo.com, cat: infrastructure, provider: filehippo, cc: US, imp: 1, tier: 4, checks: [http, dns] }
1318 + - { id: mirror-download-cnet-com, name: "CNET Download", host: download.cnet.com, cat: infrastructure, provider: cnet, cc: US, imp: 1, tier: 4, checks: [http, dns] }
1319 + - { id: mirror-ninite-com, name: "Ninite", host: ninite.com, cat: infrastructure, provider: ninite, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1320 + - { id: mirror-chocolatey-org, name: "Chocolatey", host: chocolatey.org, cat: infrastructure, provider: chocolatey, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1321 + - { id: mirror-winget-pro, name: "winget.pro", host: winget.pro, cat: infrastructure, provider: winget-pro, cc: null, imp: 1, tier: 4, checks: [http, dns] }
1322 + - { id: mirror-cdn-winget-microsoft-com-winget-source-2, name: "winget source (2)", host: cdn.winget.microsoft.com, url: "https://cdn.winget.microsoft.com/cache/source.msix", cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http] }
1323 +
1324 + # ───────── DNS — gTLD / arpa authoritative servers (24)
1325 + - { id: dns-gtld-c, name: ".com/.net authoritative (c.gtld-servers.net)", host: c.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1326 + - { id: dns-gtld-d, name: ".com/.net authoritative (d.gtld-servers.net)", host: d.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1327 + - { id: dns-gtld-e, name: ".com/.net authoritative (e.gtld-servers.net)", host: e.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1328 + - { id: dns-gtld-f, name: ".com/.net authoritative (f.gtld-servers.net)", host: f.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1329 + - { id: dns-gtld-g, name: ".com/.net authoritative (g.gtld-servers.net)", host: g.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1330 + - { id: dns-gtld-h, name: ".com/.net authoritative (h.gtld-servers.net)", host: h.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1331 + - { id: dns-gtld-i, name: ".com/.net authoritative (i.gtld-servers.net)", host: i.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1332 + - { id: dns-gtld-j, name: ".com/.net authoritative (j.gtld-servers.net)", host: j.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1333 + - { id: dns-gtld-k, name: ".com/.net authoritative (k.gtld-servers.net)", host: k.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1334 + - { id: dns-gtld-l, name: ".com/.net authoritative (l.gtld-servers.net)", host: l.gtld-servers.net, cat: dns, provider: verisign, cc: null, imp: 5, tier: 1, checks: [ping] }
1335 + - { id: dns-org-c0, name: ".org authoritative (c0.org.afilias-nst.info)", host: c0.org.afilias-nst.info, cat: dns, provider: pir, cc: null, imp: 4, tier: 1, checks: [ping] }
1336 + - { id: dns-org-d0, name: ".org authoritative (d0.org.afilias-nst.org)", host: d0.org.afilias-nst.org, cat: dns, provider: pir, cc: null, imp: 4, tier: 1, checks: [ping] }
1337 + - { id: dns-in-addr-a, name: "in-addr.arpa authoritative (a.in-addr-servers.arpa, ARIN)", host: a.in-addr-servers.arpa, cat: dns, provider: arin, cc: null, imp: 5, tier: 1, checks: [ping] }
1338 + - { id: dns-ip6-a, name: "ip6.arpa authoritative (a.ip6-servers.arpa, ARIN)", host: a.ip6-servers.arpa, cat: dns, provider: arin, cc: null, imp: 4, tier: 2, checks: [ping] }
1339 + - { id: dns-in-addr-b, name: "in-addr.arpa authoritative (b.in-addr-servers.arpa, ICANN)", host: b.in-addr-servers.arpa, cat: dns, provider: icann, cc: null, imp: 5, tier: 1, checks: [ping] }
1340 + - { id: dns-ip6-b, name: "ip6.arpa authoritative (b.ip6-servers.arpa, ICANN)", host: b.ip6-servers.arpa, cat: dns, provider: icann, cc: null, imp: 4, tier: 2, checks: [ping] }
1341 + - { id: dns-in-addr-c, name: "in-addr.arpa authoritative (c.in-addr-servers.arpa, AFRINIC)", host: c.in-addr-servers.arpa, cat: dns, provider: afrinic, cc: null, imp: 5, tier: 1, checks: [ping] }
1342 + - { id: dns-ip6-c, name: "ip6.arpa authoritative (c.ip6-servers.arpa, AFRINIC)", host: c.ip6-servers.arpa, cat: dns, provider: afrinic, cc: null, imp: 4, tier: 2, checks: [ping] }
1343 + - { id: dns-in-addr-d, name: "in-addr.arpa authoritative (d.in-addr-servers.arpa, LACNIC)", host: d.in-addr-servers.arpa, cat: dns, provider: lacnic, cc: null, imp: 5, tier: 1, checks: [ping] }
1344 + - { id: dns-ip6-d, name: "ip6.arpa authoritative (d.ip6-servers.arpa, LACNIC)", host: d.ip6-servers.arpa, cat: dns, provider: lacnic, cc: null, imp: 4, tier: 2, checks: [ping] }
1345 + - { id: dns-in-addr-e, name: "in-addr.arpa authoritative (e.in-addr-servers.arpa, APNIC)", host: e.in-addr-servers.arpa, cat: dns, provider: apnic, cc: null, imp: 5, tier: 1, checks: [ping] }
1346 + - { id: dns-ip6-e, name: "ip6.arpa authoritative (e.ip6-servers.arpa, APNIC)", host: e.ip6-servers.arpa, cat: dns, provider: apnic, cc: null, imp: 4, tier: 2, checks: [ping] }
1347 + - { id: dns-in-addr-f, name: "in-addr.arpa authoritative (f.in-addr-servers.arpa, RIPE NCC)", host: f.in-addr-servers.arpa, cat: dns, provider: ripencc, cc: null, imp: 5, tier: 1, checks: [ping] }
1348 + - { id: dns-ip6-f, name: "ip6.arpa authoritative (f.ip6-servers.arpa, RIPE NCC)", host: f.ip6-servers.arpa, cat: dns, provider: ripencc, cc: null, imp: 4, tier: 2, checks: [ping] }
1349 +
1350 + # ───────── DNS — TLD authoritative servers (166)
1351 + - { id: dns-tld-pro, name: ".pro authoritative (a0.pro.afilias-nst.info) — Identity Digital", host: a0.pro.afilias-nst.info, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1352 + - { id: dns-tld-mobi, name: ".mobi authoritative (a0.mobi.afilias-nst.info) — Identity Digital", host: a0.mobi.afilias-nst.info, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1353 + - { id: dns-tld-asia, name: ".asia authoritative (a0.asia.afilias-nst.info) — DotAsia", host: a0.asia.afilias-nst.info, cat: dns, provider: dotasia, cc: null, imp: 3, tier: 3, checks: [ping] }
1354 + - { id: dns-tld-travel, name: ".travel authoritative (v0n0.nic.travel) — Identity Digital", host: v0n0.nic.travel, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1355 + - { id: dns-tld-site, name: ".site authoritative (ns01.trs-dns.com) — Radix", host: ns01.trs-dns.com, cat: dns, provider: radix, cc: null, imp: 4, tier: 3, checks: [ping] }
1356 + - { id: dns-tld-cloud, name: ".cloud authoritative (ns01.trs-dns.net) — Aruba PEC", host: ns01.trs-dns.net, cat: dns, provider: aruba, cc: null, imp: 4, tier: 3, checks: [ping] }
1357 + - { id: dns-tld-biz, name: ".biz authoritative (a.gtld.biz) — GoDaddy Registry", host: a.gtld.biz, cat: dns, provider: godaddy-registry, cc: null, imp: 4, tier: 3, checks: [ping] }
1358 + - { id: dns-tld-name, name: ".name authoritative (ac1.nstld.com) — Verisign", host: ac1.nstld.com, cat: dns, provider: verisign, cc: null, imp: 3, tier: 3, checks: [ping] }
1359 + - { id: dns-tld-tech, name: ".tech authoritative (ns10.trs-dns.info) — Radix", host: ns10.trs-dns.info, cat: dns, provider: radix, cc: null, imp: 4, tier: 3, checks: [ping] }
1360 + - { id: dns-tld-online, name: ".online authoritative (ns10.trs-dns.org) — Radix", host: ns10.trs-dns.org, cat: dns, provider: radix, cc: null, imp: 4, tier: 3, checks: [ping] }
1361 + - { id: dns-tld-cat, name: ".cat authoritative (switch.nic.cat) — Fundació puntCAT", host: switch.nic.cat, cat: dns, provider: puntcat, cc: null, imp: 3, tier: 3, checks: [ping] }
1362 + - { id: dns-tld-tel, name: ".tel authoritative (anycast10.irondns.net) — Telnames", host: anycast10.irondns.net, cat: dns, provider: telnames, cc: null, imp: 3, tier: 3, checks: [ping] }
1363 + - { id: dns-tld-jobs, name: ".jobs authoritative (dns1.nic.jobs) — Employ Media", host: dns1.nic.jobs, cat: dns, provider: employ-media, cc: null, imp: 3, tier: 3, checks: [ping] }
1364 + - { id: dns-tld-aero, name: ".aero authoritative (a0.nic.aero) — SITA", host: a0.nic.aero, cat: dns, provider: sita, cc: null, imp: 3, tier: 3, checks: [ping] }
1365 + - { id: dns-tld-blog, name: ".blog authoritative (a.ns.nic.blog) — Knock Knock WHOIS There", host: a.ns.nic.blog, cat: dns, provider: automattic, cc: null, imp: 3, tier: 3, checks: [ping] }
1366 + - { id: dns-tld-club, name: ".club authoritative (a.nic.club) — GoDaddy Registry", host: a.nic.club, cat: dns, provider: godaddy-registry, cc: null, imp: 3, tier: 3, checks: [ping] }
1367 + - { id: dns-tld-app, name: ".app authoritative (ns-tld2.charlestonroadregistry.com) — Google Registry", host: ns-tld2.charlestonroadregistry.com, cat: dns, provider: google, cc: null, imp: 4, tier: 3, checks: [ping] }
1368 + - { id: dns-tld-shop, name: ".shop authoritative (a.gmoregistry.net) — GMO Registry", host: a.gmoregistry.net, cat: dns, provider: gmo, cc: null, imp: 4, tier: 3, checks: [ping] }
1369 + - { id: dns-tld-page, name: ".page authoritative (ns-tld3.charlestonroadregistry.com) — Google Registry", host: ns-tld3.charlestonroadregistry.com, cat: dns, provider: google, cc: null, imp: 3, tier: 3, checks: [ping] }
1370 + - { id: dns-tld-today, name: ".today authoritative (v0n0.nic.today) — Identity Digital", host: v0n0.nic.today, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1371 + - { id: dns-tld-life, name: ".life authoritative (v0n0.nic.life) — Identity Digital", host: v0n0.nic.life, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1372 + - { id: dns-tld-live, name: ".live authoritative (v0n0.nic.live) — Identity Digital", host: v0n0.nic.live, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1373 + - { id: dns-tld-vip, name: ".vip authoritative (a.nic.vip) — GoDaddy Registry", host: a.nic.vip, cat: dns, provider: godaddy-registry, cc: null, imp: 3, tier: 3, checks: [ping] }
1374 + - { id: dns-tld-top, name: ".top authoritative (a.zdnscloud.cn) — Jiangsu Bangning", host: a.zdnscloud.cn, cat: dns, provider: bangning, cc: null, imp: 4, tier: 3, checks: [ping] }
1375 + - { id: dns-tld-world, name: ".world authoritative (v0n0.nic.world) — Identity Digital", host: v0n0.nic.world, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1376 + - { id: dns-tld-news, name: ".news authoritative (v0n0.nic.news) — Identity Digital", host: v0n0.nic.news, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1377 + - { id: dns-tld-email, name: ".email authoritative (v0n0.nic.email) — Identity Digital", host: v0n0.nic.email, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1378 + - { id: dns-tld-design, name: ".design authoritative (a.nic.design) — GoDaddy Registry", host: a.nic.design, cat: dns, provider: godaddy-registry, cc: null, imp: 3, tier: 3, checks: [ping] }
1379 + - { id: dns-tld-solutions, name: ".solutions authoritative (v0n0.nic.solutions) — Identity Digital", host: v0n0.nic.solutions, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1380 + - { id: dns-tld-law, name: ".law authoritative (a.nic.law) — GoDaddy Registry", host: a.nic.law, cat: dns, provider: godaddy-registry, cc: null, imp: 3, tier: 3, checks: [ping] }
1381 + - { id: dns-tld-systems, name: ".systems authoritative (v0n0.nic.systems) — Identity Digital", host: v0n0.nic.systems, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1382 + - { id: dns-tld-ltd, name: ".ltd authoritative (v0n0.nic.ltd) — Identity Digital", host: v0n0.nic.ltd, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1383 + - { id: dns-tld-media, name: ".media authoritative (v0n0.nic.media) — Identity Digital", host: v0n0.nic.media, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1384 + - { id: dns-tld-agency, name: ".agency authoritative (v0n0.nic.agency) — Identity Digital", host: v0n0.nic.agency, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1385 + - { id: dns-tld-network, name: ".network authoritative (v0n0.nic.network) — Identity Digital", host: v0n0.nic.network, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1386 + - { id: dns-tld-health, name: ".health authoritative (a.nic.health) — GoDaddy Registry", host: a.nic.health, cat: dns, provider: godaddy-registry, cc: null, imp: 3, tier: 3, checks: [ping] }
1387 + - { id: dns-tld-digital, name: ".digital authoritative (v0n0.nic.digital) — Identity Digital", host: v0n0.nic.digital, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1388 + - { id: dns-tld-hu, name: ".hu authoritative (a.hu) — .hu registry", host: a.hu, cat: dns, provider: nic-hu, cc: HU, imp: 3, tier: 3, checks: [ping] }
1389 + - { id: dns-tld-lv, name: ".lv authoritative (a.nic.lv) — .lv registry", host: a.nic.lv, cat: dns, provider: nic-lv, cc: LV, imp: 3, tier: 3, checks: [ping] }
1390 + - { id: dns-tld-ee, name: ".ee authoritative (b.tld.ee) — .ee registry", host: b.tld.ee, cat: dns, provider: nic-ee, cc: EE, imp: 3, tier: 3, checks: [ping] }
1391 + - { id: dns-tld-si, name: ".si authoritative (b.dns.si) — .si registry", host: b.dns.si, cat: dns, provider: nic-si, cc: SI, imp: 3, tier: 3, checks: [ping] }
1392 + - { id: dns-tld-lt, name: ".lt authoritative (a.tld.lt) — .lt registry", host: a.tld.lt, cat: dns, provider: nic-lt, cc: LT, imp: 3, tier: 3, checks: [ping] }
1393 + - { id: dns-tld-rs, name: ".rs authoritative (a.nic.rs) — .rs registry", host: a.nic.rs, cat: dns, provider: nic-rs, cc: RS, imp: 3, tier: 3, checks: [ping] }
1394 + - { id: dns-tld-hr, name: ".hr authoritative (hr-ns-1.carnet.hr) — .hr registry", host: hr-ns-1.carnet.hr, cat: dns, provider: nic-hr, cc: HR, imp: 3, tier: 3, checks: [ping] }
1395 + - { id: dns-tld-bg, name: ".bg authoritative (a.nic.bg) — .bg registry", host: a.nic.bg, cat: dns, provider: nic-bg, cc: BG, imp: 3, tier: 3, checks: [ping] }
1396 + - { id: dns-tld-art, name: ".art authoritative (a.nic.art) — UK Creative Ideas", host: a.nic.art, cat: dns, provider: uk-creative-ideas, cc: null, imp: 3, tier: 3, checks: [ping] }
1397 + - { id: dns-tld-llc, name: ".llc authoritative (a0.nic.llc) — Identity Digital", host: a0.nic.llc, cat: dns, provider: identity-digital, cc: null, imp: 3, tier: 3, checks: [ping] }
1398 + - { id: dns-tld-ba, name: ".ba authoritative (bosna.utic.net.ba) — .ba registry", host: bosna.utic.net.ba, cat: dns, provider: nic-ba, cc: BA, imp: 2, tier: 4, checks: [ping] }
1399 + - { id: dns-tld-inc, name: ".inc authoritative (a.nic.inc) — Intercap", host: a.nic.inc, cat: dns, provider: intercap, cc: null, imp: 3, tier: 3, checks: [ping] }
1400 + - { id: dns-tld-sk, name: ".sk authoritative (e.tld.sk) — .sk registry", host: e.tld.sk, cat: dns, provider: nic-sk, cc: SK, imp: 3, tier: 3, checks: [ping] }
1401 + - { id: dns-tld-md, name: ".md authoritative (nsa.tld.md) — .md registry", host: nsa.tld.md, cat: dns, provider: nic-md, cc: MD, imp: 2, tier: 4, checks: [ping] }
1402 + - { id: dns-tld-kz, name: ".kz authoritative (ns.nic.kz) — .kz registry", host: ns.nic.kz, cat: dns, provider: nic-kz, cc: KZ, imp: 3, tier: 3, checks: [ping] }
1403 + - { id: dns-tld-mk, name: ".mk authoritative (tld1.marnet.mk) — .mk registry", host: tld1.marnet.mk, cat: dns, provider: nic-mk, cc: MK, imp: 2, tier: 4, checks: [ping] }
1404 + - { id: dns-tld-am, name: ".am authoritative (ns-cdn.amnic.net) — .am registry", host: ns-cdn.amnic.net, cat: dns, provider: nic-am, cc: AM, imp: 2, tier: 4, checks: [ping] }
1405 + - { id: dns-tld-li, name: ".li authoritative (a.nic.li) — .li registry", host: a.nic.li, cat: dns, provider: nic-li, cc: LI, imp: 2, tier: 4, checks: [ping] }
1406 + - { id: dns-tld-lu, name: ".lu authoritative (1.ns.lu) — .lu registry", host: 1.ns.lu, cat: dns, provider: nic-lu, cc: LU, imp: 3, tier: 3, checks: [ping] }
1407 + - { id: dns-tld-is, name: ".is authoritative (a.nic.is) — .is registry", host: a.nic.is, cat: dns, provider: nic-is, cc: IS, imp: 3, tier: 3, checks: [ping] }
1408 + - { id: dns-tld-mt, name: ".mt authoritative (a.ns.mt) — .mt registry", host: a.ns.mt, cat: dns, provider: nic-mt, cc: MT, imp: 2, tier: 4, checks: [ping] }
1409 + - { id: dns-tld-sm, name: ".sm authoritative (dns.intelcom.sm) — .sm registry", host: dns.intelcom.sm, cat: dns, provider: nic-sm, cc: SM, imp: 2, tier: 4, checks: [ping] }
1410 + - { id: dns-tld-je, name: ".je authoritative (c.ci-servers.org) — .je registry", host: c.ci-servers.org, cat: dns, provider: nic-je, cc: JE, imp: 2, tier: 4, checks: [ping] }
1411 + - { id: dns-tld-gi, name: ".gi authoritative (a0.cctld.afilias-nst.info) — .gi registry", host: a0.cctld.afilias-nst.info, cat: dns, provider: nic-gi, cc: GI, imp: 2, tier: 4, checks: [ping] }
1412 + - { id: dns-tld-gg, name: ".gg authoritative (dns1.nominetdns.uk) — .gg registry", host: dns1.nominetdns.uk, cat: dns, provider: nic-gg, cc: GG, imp: 2, tier: 4, checks: [ping] }
1413 + - { id: dns-tld-fo, name: ".fo authoritative (a.nic.fo) — .fo registry", host: a.nic.fo, cat: dns, provider: nic-fo, cc: FO, imp: 2, tier: 4, checks: [ping] }
1414 + - { id: dns-tld-pk, name: ".pk authoritative (root-c1.pknic.pk) — .pk registry", host: root-c1.pknic.pk, cat: dns, provider: nic-pk, cc: PK, imp: 3, tier: 3, checks: [ping] }
1415 + - { id: dns-tld-bd, name: ".bd authoritative (dns.bd) — .bd registry", host: dns.bd, cat: dns, provider: nic-bd, cc: BD, imp: 3, tier: 3, checks: [ping] }
1416 + - { id: dns-tld-lk, name: ".lk authoritative (d.nic.lk) — .lk registry", host: d.nic.lk, cat: dns, provider: nic-lk, cc: LK, imp: 3, tier: 3, checks: [ping] }
1417 + - { id: dns-tld-vn, name: ".vn authoritative (a.dns-servers.vn) — .vn registry", host: a.dns-servers.vn, cat: dns, provider: nic-vn, cc: VN, imp: 3, tier: 3, checks: [ping] }
1418 + - { id: dns-tld-th, name: ".th authoritative (a.thains.co.th) — .th registry", host: a.thains.co.th, cat: dns, provider: nic-th, cc: TH, imp: 3, tier: 3, checks: [ping] }
1419 + - { id: dns-tld-mm, name: ".mm authoritative (a.nic.net.mm) — .mm registry", host: a.nic.net.mm, cat: dns, provider: nic-mm, cc: MM, imp: 2, tier: 4, checks: [ping] }
1420 + - { id: dns-tld-my, name: ".my authoritative (a.mynic.centralnic-dns.com) — .my registry", host: a.mynic.centralnic-dns.com, cat: dns, provider: nic-my, cc: MY, imp: 3, tier: 3, checks: [ping] }
1421 + - { id: dns-tld-ph, name: ".ph authoritative (1.ns.ph) — .ph registry", host: 1.ns.ph, cat: dns, provider: nic-ph, cc: PH, imp: 3, tier: 3, checks: [ping] }
1422 + - { id: dns-tld-la, name: ".la authoritative (ns1.nic.la) — .la registry", host: ns1.nic.la, cat: dns, provider: nic-la, cc: LA, imp: 2, tier: 4, checks: [ping] }
1423 + - { id: dns-tld-mn, name: ".mn authoritative (ns1.magic.mn) — .mn registry", host: ns1.magic.mn, cat: dns, provider: nic-mn, cc: MN, imp: 2, tier: 4, checks: [ping] }
1424 + - { id: dns-tld-iq, name: ".iq authoritative (ns.cmc.iq) — .iq registry", host: ns.cmc.iq, cat: dns, provider: nic-iq, cc: IQ, imp: 3, tier: 3, checks: [ping] }
1425 + - { id: dns-tld-af, name: ".af authoritative (ns.anycast.nic.af) — .af registry", host: ns.anycast.nic.af, cat: dns, provider: nic-af, cc: AF, imp: 2, tier: 4, checks: [ping] }
1426 + - { id: dns-tld-ro, name: ".ro authoritative (dns-at.rotld.ro) — .ro registry", host: dns-at.rotld.ro, cat: dns, provider: nic-ro, cc: RO, imp: 3, tier: 3, checks: [ping] }
1427 + - { id: dns-tld-ps, name: ".ps authoritative (bilal.pnina.ps) — .ps registry", host: bilal.pnina.ps, cat: dns, provider: nic-ps, cc: PS, imp: 2, tier: 4, checks: [ping] }
1428 + - { id: dns-tld-om, name: ".om authoritative (ns1.registry.om) — .om registry", host: ns1.registry.om, cat: dns, provider: nic-om, cc: OM, imp: 2, tier: 4, checks: [ping] }
1429 + - { id: dns-tld-ye, name: ".ye authoritative (d.tld.ye) — .ye registry", host: d.tld.ye, cat: dns, provider: nic-ye, cc: YE, imp: 2, tier: 4, checks: [ping] }
1430 + - { id: dns-tld-ci, name: ".ci authoritative (any.nic.ci) — .ci registry", host: any.nic.ci, cat: dns, provider: nic-ci, cc: CI, imp: 2, tier: 4, checks: [ping] }
1431 + - { id: dns-tld-sn, name: ".sn authoritative (ns-pch.nic.sn) — .sn registry", host: ns-pch.nic.sn, cat: dns, provider: nic-sn, cc: SN, imp: 2, tier: 4, checks: [ping] }
1432 + - { id: dns-tld-uz, name: ".uz authoritative (ns1.uz) — .uz registry", host: ns1.uz, cat: dns, provider: nic-uz, cc: UZ, imp: 2, tier: 4, checks: [ping] }
1433 + - { id: dns-tld-rw, name: ".rw authoritative (dnsnode.ricta.org.rw) — .rw registry", host: dnsnode.ricta.org.rw, cat: dns, provider: nic-rw, cc: RW, imp: 2, tier: 4, checks: [ping] }
1434 + - { id: dns-tld-tz, name: ".tz authoritative (ns.anycast.co.tz) — .tz registry", host: ns.anycast.co.tz, cat: dns, provider: nic-tz, cc: TZ, imp: 3, tier: 3, checks: [ping] }
1435 + - { id: dns-tld-ug, name: ".ug authoritative (anycast.eahd.or.ug) — .ug registry", host: anycast.eahd.or.ug, cat: dns, provider: nic-ug, cc: UG, imp: 3, tier: 3, checks: [ping] }
1436 + - { id: dns-tld-zm, name: ".zm authoritative (gransy.nic.zm) — .zm registry", host: gransy.nic.zm, cat: dns, provider: nic-zm, cc: ZM, imp: 2, tier: 4, checks: [ping] }
1437 + - { id: dns-tld-mz, name: ".mz authoritative (anyns.uem.mz) — .mz registry", host: anyns.uem.mz, cat: dns, provider: nic-mz, cc: MZ, imp: 2, tier: 4, checks: [ping] }
1438 + - { id: dns-tld-zw, name: ".zw authoritative (ns1zim.telone.co.zw) — .zw registry", host: ns1zim.telone.co.zw, cat: dns, provider: nic-zw, cc: ZW, imp: 2, tier: 4, checks: [ping] }
1439 + - { id: dns-tld-im, name: ".im authoritative (barney.advsys.co.uk) — .im registry", host: barney.advsys.co.uk, cat: dns, provider: nic-im, cc: IM, imp: 2, tier: 4, checks: [ping] }
1440 + - { id: dns-tld-na, name: ".na authoritative (anyc2.irondns.net) — .na registry", host: anyc2.irondns.net, cat: dns, provider: nic-na, cc: NA, imp: 2, tier: 4, checks: [ping] }
1441 + - { id: dns-tld-ao, name: ".ao authoritative (a.ns.ao) — .ao registry", host: a.ns.ao, cat: dns, provider: nic-ao, cc: AO, imp: 2, tier: 4, checks: [ping] }
1442 + - { id: dns-tld-bw, name: ".bw authoritative (dns1.nic.net.bw) — .bw registry", host: dns1.nic.net.bw, cat: dns, provider: nic-bw, cc: BW, imp: 2, tier: 4, checks: [ping] }
1443 + - { id: dns-tld-mg, name: ".mg authoritative (ns.nic.mg) — .mg registry", host: ns.nic.mg, cat: dns, provider: nic-mg, cc: MG, imp: 2, tier: 4, checks: [ping] }
1444 + - { id: dns-tld-mu, name: ".mu authoritative (v0n0.tld.mu) — .mu registry", host: v0n0.tld.mu, cat: dns, provider: nic-mu, cc: MU, imp: 2, tier: 4, checks: [ping] }
1445 + - { id: dns-tld-ly, name: ".ly authoritative (pch.ltt.ly) — .ly registry", host: pch.ltt.ly, cat: dns, provider: nic-ly, cc: LY, imp: 2, tier: 4, checks: [ping] }
1446 + - { id: dns-tld-ml, name: ".ml authoritative (a.nic.ml) — .ml registry", host: a.nic.ml, cat: dns, provider: nic-ml, cc: ML, imp: 2, tier: 4, checks: [ping] }
1447 + - { id: dns-tld-so, name: ".so authoritative (d.nic.so) — .so registry", host: d.nic.so, cat: dns, provider: nic-so, cc: SO, imp: 2, tier: 4, checks: [ping] }
1448 + - { id: dns-tld-sd, name: ".sd authoritative (pch.sis.sd) — .sd registry", host: pch.sis.sd, cat: dns, provider: nic-sd, cc: SD, imp: 2, tier: 4, checks: [ping] }
1449 + - { id: dns-tld-va, name: ".va authoritative (a.nic.va) — .va registry", host: a.nic.va, cat: dns, provider: nic-va, cc: VA, imp: 2, tier: 4, checks: [ping] }
1450 + - { id: dns-tld-lb, name: ".lb authoritative (b.ns.lb) — .lb registry", host: b.ns.lb, cat: dns, provider: nic-lb, cc: LB, imp: 2, tier: 4, checks: [ping] }
1451 + - { id: dns-tld-bf, name: ".bf authoritative (a.registre.bf) — .bf registry", host: a.registre.bf, cat: dns, provider: nic-bf, cc: BF, imp: 2, tier: 4, checks: [ping] }
1452 + - { id: dns-tld-td, name: ".td authoritative (anycastdns1.nic.td) — .td registry", host: anycastdns1.nic.td, cat: dns, provider: nic-td, cc: TD, imp: 2, tier: 4, checks: [ping] }
1453 + - { id: dns-tld-cd, name: ".cd authoritative (gransy-anycast1.nic.cd) — .cd registry", host: gransy-anycast1.nic.cd, cat: dns, provider: nic-cd, cc: CD, imp: 2, tier: 4, checks: [ping] }
1454 + - { id: dns-tld-cg, name: ".cg authoritative (c.nic.cg) — .cg registry", host: c.nic.cg, cat: dns, provider: nic-cg, cc: CG, imp: 2, tier: 4, checks: [ping] }
1455 + - { id: dns-tld-ga, name: ".ga authoritative (f.ext.nic.fr) — .ga registry", host: f.ext.nic.fr, cat: dns, provider: nic-ga, cc: GA, imp: 2, tier: 4, checks: [ping] }
1456 + - { id: dns-tld-tj, name: ".tj authoritative (ns1.nic.tj) — .tj registry", host: ns1.nic.tj, cat: dns, provider: nic-tj, cc: TJ, imp: 2, tier: 4, checks: [ping] }
1457 + - { id: dns-tld-ir, name: ".ir authoritative (a.nic.ir) — .ir registry", host: a.nic.ir, cat: dns, provider: nic-ir, cc: IR, imp: 3, tier: 3, checks: [ping] }
1458 + - { id: dns-tld-tm, name: ".tm authoritative (ns-a1.tm) — .tm registry", host: ns-a1.tm, cat: dns, provider: nic-tm, cc: TM, imp: 2, tier: 4, checks: [ping] }
1459 + - { id: dns-tld-gn, name: ".gn authoritative (ns-pch.gn) — .gn registry", host: ns-pch.gn, cat: dns, provider: nic-gn, cc: GN, imp: 2, tier: 4, checks: [ping] }
1460 + - { id: dns-tld-bj, name: ".bj authoritative (ns1.nic.bj) — .bj registry", host: ns1.nic.bj, cat: dns, provider: nic-bj, cc: BJ, imp: 2, tier: 4, checks: [ping] }
1461 + - { id: dns-tld-cv, name: ".cv authoritative (ns.dns.cv) — .cv registry", host: ns.dns.cv, cat: dns, provider: nic-cv, cc: CV, imp: 2, tier: 4, checks: [ping] }
1462 + - { id: dns-tld-cf, name: ".cf authoritative (a.ns.cf) — .cf registry", host: a.ns.cf, cat: dns, provider: nic-cf, cc: CF, imp: 2, tier: 4, checks: [ping] }
1463 + - { id: dns-tld-re, name: ".re authoritative (g.ext.nic.fr) — .re registry", host: g.ext.nic.fr, cat: dns, provider: nic-re, cc: FR, imp: 2, tier: 4, checks: [ping] }
1464 + - { id: dns-tld-pe, name: ".pe authoritative (pch.rcp.pe) — .pe registry", host: pch.rcp.pe, cat: dns, provider: nic-pe, cc: PE, imp: 3, tier: 3, checks: [ping] }
1465 + - { id: dns-tld-mr, name: ".mr authoritative (ns1.nic.mr) — .mr registry", host: ns1.nic.mr, cat: dns, provider: nic-mr, cc: MR, imp: 2, tier: 4, checks: [ping] }
1466 + - { id: dns-tld-bo, name: ".bo authoritative (anycast.ns.nic.bo) — .bo registry", host: anycast.ns.nic.bo, cat: dns, provider: nic-bo, cc: BO, imp: 2, tier: 4, checks: [ping] }
1467 + - { id: dns-tld-sc, name: ".sc authoritative (ns1.nic.sc) — .sc registry", host: ns1.nic.sc, cat: dns, provider: nic-sc, cc: SC, imp: 2, tier: 4, checks: [ping] }
1468 + - { id: dns-tld-ec, name: ".ec authoritative (n2.nic.ec) — .ec registry", host: n2.nic.ec, cat: dns, provider: nic-ec, cc: EC, imp: 3, tier: 3, checks: [ping] }
1469 + - { id: dns-tld-gq, name: ".gq authoritative (a.ns.gq) — .gq registry", host: a.ns.gq, cat: dns, provider: nic-gq, cc: GQ, imp: 2, tier: 4, checks: [ping] }
1470 + - { id: dns-tld-cr, name: ".cr authoritative (ca1.nic.cr) — .cr registry", host: ca1.nic.cr, cat: dns, provider: nic-cr, cc: CR, imp: 3, tier: 3, checks: [ping] }
1471 + - { id: dns-tld-cm, name: ".cm authoritative (ns1.nic.cm) — .cm registry", host: ns1.nic.cm, cat: dns, provider: nic-cm, cc: CM, imp: 2, tier: 4, checks: [ping] }
1472 + - { id: dns-tld-py, name: ".py authoritative (b.dns.py) — .py registry", host: b.dns.py, cat: dns, provider: nic-py, cc: PY, imp: 2, tier: 4, checks: [ping] }
1473 + - { id: dns-tld-sv, name: ".sv authoritative (ix.red.sv) — .sv registry", host: ix.red.sv, cat: dns, provider: nic-sv, cc: SV, imp: 2, tier: 4, checks: [ping] }
1474 + - { id: dns-tld-hn, name: ".hn authoritative (pch-anycast.rds.org.hn) — .hn registry", host: pch-anycast.rds.org.hn, cat: dns, provider: nic-hn, cc: HN, imp: 2, tier: 4, checks: [ping] }
1475 + - { id: dns-tld-ni, name: ".ni authoritative (dns-ext.nic.cr) — .ni registry", host: dns-ext.nic.cr, cat: dns, provider: nic-ni, cc: NI, imp: 2, tier: 4, checks: [ping] }
1476 + - { id: dns-tld-ht, name: ".ht authoritative (pch.nic.ht) — .ht registry", host: pch.nic.ht, cat: dns, provider: nic-ht, cc: HT, imp: 2, tier: 4, checks: [ping] }
1477 + - { id: dns-tld-tt, name: ".tt authoritative (pch.nic.tt) — .tt registry", host: pch.nic.tt, cat: dns, provider: nic-tt, cc: TT, imp: 2, tier: 4, checks: [ping] }
1478 + - { id: dns-tld-gt, name: ".gt authoritative (pch.gt) — .gt registry", host: pch.gt, cat: dns, provider: nic-gt, cc: GT, imp: 3, tier: 3, checks: [ping] }
1479 + - { id: dns-tld-bs, name: ".bs authoritative (anyns.dns.bs) — .bs registry", host: anyns.dns.bs, cat: dns, provider: nic-bs, cc: BS, imp: 2, tier: 4, checks: [ping] }
1480 + - { id: dns-tld-bb, name: ".bb authoritative (ns1.nic.bb) — .bb registry", host: ns1.nic.bb, cat: dns, provider: nic-bb, cc: BB, imp: 2, tier: 4, checks: [ping] }
1481 + - { id: dns-tld-pr, name: ".pr authoritative (a0.pr.afilias-nst.info) — .pr registry", host: a0.pr.afilias-nst.info, cat: dns, provider: nic-pr, cc: PR, imp: 3, tier: 3, checks: [ping] }
1482 + - { id: dns-tld-gy, name: ".gy authoritative (a.lactld.org) — .gy registry", host: a.lactld.org, cat: dns, provider: nic-gy, cc: GY, imp: 2, tier: 4, checks: [ping] }
1483 + - { id: dns-tld-bz, name: ".bz authoritative (a2.cctld.afilias-nst.info) — .bz registry", host: a2.cctld.afilias-nst.info, cat: dns, provider: nic-bz, cc: BZ, imp: 2, tier: 4, checks: [ping] }
1484 + - { id: dns-tld-gh, name: ".gh authoritative (ns1.nic.gh) — .gh registry", host: ns1.nic.gh, cat: dns, provider: nic-gh, cc: GH, imp: 3, tier: 3, checks: [ping] }
1485 + - { id: dns-tld-dj, name: ".dj authoritative (ns1.djibtelecom.dj) — .dj registry", host: ns1.djibtelecom.dj, cat: dns, provider: nic-dj, cc: DJ, imp: 2, tier: 4, checks: [ping] }
1486 + - { id: dns-tld-dm, name: ".dm authoritative (ns2.nic.dm) — .dm registry", host: ns2.nic.dm, cat: dns, provider: nic-dm, cc: DM, imp: 2, tier: 4, checks: [ping] }
1487 + - { id: dns-tld-ag, name: ".ag authoritative (b0.cctld.afilias-nst.org) — .ag registry", host: b0.cctld.afilias-nst.org, cat: dns, provider: nic-ag, cc: AG, imp: 2, tier: 4, checks: [ping] }
1488 + - { id: dns-tld-vg, name: ".vg authoritative (a.nic.vg) — .vg registry", host: a.nic.vg, cat: dns, provider: nic-vg, cc: VG, imp: 2, tier: 4, checks: [ping] }
1489 + - { id: dns-tld-bm, name: ".bm authoritative (a0.bm.afilias-nst.info) — .bm registry", host: a0.bm.afilias-nst.info, cat: dns, provider: nic-bm, cc: BM, imp: 2, tier: 4, checks: [ping] }
1490 + - { id: dns-tld-pg, name: ".pg authoritative (dns.pch.pg) — .pg registry", host: dns.pch.pg, cat: dns, provider: nic-pg, cc: PG, imp: 2, tier: 4, checks: [ping] }
1491 + - { id: dns-tld-fj, name: ".fj authoritative (ns1.fj) — .fj registry", host: ns1.fj, cat: dns, provider: nic-fj, cc: FJ, imp: 2, tier: 4, checks: [ping] }
1492 + - { id: dns-tld-vc, name: ".vc authoritative (b2.cctld.afilias-nst.org) — .vc registry", host: b2.cctld.afilias-nst.org, cat: dns, provider: nic-vc, cc: VC, imp: 2, tier: 4, checks: [ping] }
1493 + - { id: dns-tld-lr, name: ".lr authoritative (fork.sth.dnsnode.net) — .lr registry", host: fork.sth.dnsnode.net, cat: dns, provider: nic-lr, cc: LR, imp: 2, tier: 4, checks: [ping] }
1494 + - { id: dns-tld-sb, name: ".sb authoritative (pch.nic.sb) — .sb registry", host: pch.nic.sb, cat: dns, provider: nic-sb, cc: SB, imp: 2, tier: 4, checks: [ping] }
1495 + - { id: dns-tld-nc, name: ".nc authoritative (any-ns1.nc) — .nc registry", host: any-ns1.nc, cat: dns, provider: nic-nc, cc: NC, imp: 2, tier: 4, checks: [ping] }
1496 + - { id: dns-tld-sr, name: ".sr authoritative (ns1.nic.sr) — .sr registry", host: ns1.nic.sr, cat: dns, provider: nic-sr, cc: SR, imp: 2, tier: 4, checks: [ping] }
1497 + - { id: dns-tld-vu, name: ".vu authoritative (a.tldns.vu) — .vu registry", host: a.tldns.vu, cat: dns, provider: nic-vu, cc: VU, imp: 2, tier: 4, checks: [ping] }
1498 + - { id: dns-tld-ws, name: ".ws authoritative (a.dns.ws) — .ws registry", host: a.dns.ws, cat: dns, provider: nic-ws, cc: WS, imp: 2, tier: 4, checks: [ping] }
1499 + - { id: dns-tld-nu, name: ".nu authoritative (a.ns.nu) — .nu registry", host: a.ns.nu, cat: dns, provider: nic-nu, cc: NU, imp: 2, tier: 4, checks: [ping] }
1500 + - { id: dns-tld-as, name: ".as authoritative (ns1.asnic.biz) — .as registry", host: ns1.asnic.biz, cat: dns, provider: nic-as, cc: AS, imp: 2, tier: 4, checks: [ping] }
1501 + - { id: dns-tld-cc, name: ".cc authoritative (ac2.nstld.com) — .cc registry", host: ac2.nstld.com, cat: dns, provider: nic-cc, cc: AU, imp: 2, tier: 4, checks: [ping] }
1502 + - { id: dns-tld-fm, name: ".fm authoritative (a.nic.fm) — .fm registry", host: a.nic.fm, cat: dns, provider: nic-fm, cc: FM, imp: 2, tier: 4, checks: [ping] }
1503 + - { id: dns-tld-gs, name: ".gs authoritative (ns.anycast.nic.gs) — .gs registry", host: ns.anycast.nic.gs, cat: dns, provider: nic-gs, cc: GB, imp: 2, tier: 4, checks: [ping] }
1504 + - { id: dns-tld-nf, name: ".nf authoritative (ns.anycast.nic.nf) — .nf registry", host: ns.anycast.nic.nf, cat: dns, provider: nic-nf, cc: AU, imp: 2, tier: 4, checks: [ping] }
1505 + - { id: dns-tld-cx, name: ".cx authoritative (ns.anycast.nic.cx) — .cx registry", host: ns.anycast.nic.cx, cat: dns, provider: nic-cx, cc: AU, imp: 2, tier: 4, checks: [ping] }
1506 + - { id: dns-tld-tk, name: ".tk authoritative (a.ns.tk) — .tk registry", host: a.ns.tk, cat: dns, provider: nic-tk, cc: TK, imp: 2, tier: 4, checks: [ping] }
1507 + - { id: dns-tld-aq, name: ".aq authoritative (ns1.anycast.dns.aq) — .aq registry", host: ns1.anycast.dns.aq, cat: dns, provider: nic-aq, cc: null, imp: 2, tier: 4, checks: [ping] }
1508 + - { id: dns-tld-ne, name: ".ne authoritative (ne.cctld.authdns.ripe.net) — .ne registry", host: ne.cctld.authdns.ripe.net, cat: dns, provider: nic-ne, cc: NE, imp: 2, tier: 4, checks: [ping] }
1509 + - { id: dns-tld-gm, name: ".gm authoritative (ns1.nic.gm) — .gm registry", host: ns1.nic.gm, cat: dns, provider: nic-gm, cc: GM, imp: 2, tier: 4, checks: [ping] }
1510 + - { id: dns-tld-pf, name: ".pf authoritative (ns03.pf) — .pf registry", host: ns03.pf, cat: dns, provider: nic-pf, cc: PF, imp: 2, tier: 4, checks: [ping] }
1511 + - { id: dns-tld-bv, name: ".bv authoritative (a.nic.bv) — .bv registry", host: a.nic.bv, cat: dns, provider: nic-bv, cc: "NO", imp: 2, tier: 4, checks: [ping] }
1512 + - { id: dns-tld-ax, name: ".ax authoritative (ns1.aland.net) — .ax registry", host: ns1.aland.net, cat: dns, provider: nic-ax, cc: FI, imp: 2, tier: 4, checks: [ping] }
1513 + - { id: dns-tld-ck, name: ".ck authoritative (parau.oyster.net.ck) — .ck registry", host: parau.oyster.net.ck, cat: dns, provider: nic-ck, cc: CK, imp: 2, tier: 4, checks: [ping] }
1514 + - { id: dns-tld-sj, name: ".sj authoritative (nac.no) — .sj registry", host: nac.no, cat: dns, provider: nic-sj, cc: "NO", imp: 2, tier: 4, checks: [ping] }
1515 + - { id: dns-tld-hm, name: ".hm authoritative (ns1.registry.hm) — .hm registry", host: ns1.registry.hm, cat: dns, provider: nic-hm, cc: AU, imp: 2, tier: 4, checks: [ping] }
1516 + - { id: dns-tld-kg, name: ".kg authoritative (ns.kg) — .kg registry", host: ns.kg, cat: dns, provider: nic-kg, cc: KG, imp: 2, tier: 4, checks: [ping] }
1517 +
1518 + # ───────── DNS — public resolvers & DoH (59)
1519 + - { id: dns-family-1-1-1-3, name: "Cloudflare 1.1.1.3 (family)", host: family.cloudflare-dns.com, ip: 1.1.1.3, cat: dns, provider: cloudflare, svc: cloudflare, cc: null, imp: 3, tier: 3, checks: [http, ping] }
1520 + - { id: dns-one-1-0-0-3, name: "Cloudflare 1.0.0.3 (family)", host: one.one.one.one, ip: 1.0.0.3, cat: dns, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [ping] }
1521 + - { id: dns-dns10-9-9-9-10, name: "Quad9 unsecured 9.9.9.10", host: dns10.quad9.net, ip: 9.9.9.10, cat: dns, provider: quad9, cc: null, imp: 3, tier: 3, checks: [ping] }
1522 + - { id: dns-dns11-9-9-9-11, name: "Quad9 ECS 9.9.9.11", host: dns11.quad9.net, ip: 9.9.9.11, cat: dns, provider: quad9, cc: null, imp: 2, tier: 4, checks: [ping] }
1523 + - { id: dns-dns-149-112-112-10, name: "Quad9 149.112.112.10", host: dns.quad9.net, ip: 149.112.112.10, cat: dns, provider: quad9, cc: null, imp: 2, tier: 4, checks: [ping] }
1524 + - { id: dns-familyshield-208-67-222-123, name: "OpenDNS FamilyShield", host: familyshield.opendns.com, ip: 208.67.222.123, cat: dns, provider: cisco, cc: null, imp: 2, tier: 4, checks: [ping] }
1525 + - { id: dns-ordns-74-82-42-42, name: "Hurricane Electric resolver", host: ordns.he.net, ip: 74.82.42.42, cat: dns, provider: he, svc: he, cc: null, imp: 3, tier: 3, checks: [http, ping] }
1526 + - { id: dns-odvr-193-17-47-1, name: "CZ.NIC ODVR", host: odvr.nic.cz, ip: 193.17.47.1, cat: dns, provider: cz-nic, cc: null, imp: 3, tier: 3, checks: [http, ping] }
1527 + - { id: dns-doh-116-202-176-26, name: "LibreDNS", host: doh.libredns.gr, ip: 116.202.176.26, cat: dns, provider: libredns, cc: null, imp: 2, tier: 4, checks: [http, ping] }
1528 + - { id: dns-dns-185-95-218-42, name: "Digitale Gesellschaft DNS", host: dns.digitale-gesellschaft.ch, ip: 185.95.218.42, cat: dns, provider: digitale-gesellschaft, cc: null, imp: 2, tier: 4, checks: [http, ping] }
1529 + - { id: dns-protective-86-54-11-1, name: "DNS4EU protective", host: protective.joindns4.eu, ip: 86.54.11.1, cat: dns, provider: dns4eu, cc: null, imp: 3, tier: 3, checks: [http, ping] }
1530 + - { id: dns-child-86-54-11-12, name: "DNS4EU child protection", host: child.joindns4.eu, ip: 86.54.11.12, cat: dns, provider: dns4eu, cc: null, imp: 2, tier: 4, checks: [ping] }
1531 + - { id: dns-dns-76-76-19-19, name: "Alternate DNS", host: dns.alternate-dns.com, ip: 76.76.19.19, cat: dns, provider: alternate-dns, cc: null, imp: 2, tier: 4, checks: [ping] }
1532 + - { id: dns-dns-223-6-6-6, name: "AliDNS 223.6.6.6", host: dns.alidns.com, ip: 223.6.6.6, cat: dns, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [ping] }
1533 + - { id: dns-dudns-180-76-76-76, name: "Baidu DNS", host: dudns.baidu.com, ip: 180.76.76.76, cat: dns, provider: baidu, cc: null, imp: 2, tier: 4, checks: [ping] }
1534 + - { id: dns-dnsforge-176-9-93-198, name: "dnsforge", host: dnsforge.de, ip: 176.9.93.198, cat: dns, provider: dnsforge, cc: null, imp: 2, tier: 4, checks: [http, ping] }
1535 + - { id: dns-dot1-146-255-56-98, name: "Applied Privacy DNS", host: dot1.applied-privacy.net, ip: 146.255.56.98, cat: dns, provider: applied-privacy, cc: null, imp: 2, tier: 4, checks: [ping] }
1536 + - { id: dns-doh-applied-privacy-net, name: "Applied Privacy DoH", host: doh.applied-privacy.net, url: "https://doh.applied-privacy.net/dns-query?name=example.com&type=A", cat: dns, provider: applied-privacy, cc: null, imp: 2, tier: 4, checks: [http] }
1537 + - { id: dns-sky-rethinkdns-com, name: "RethinkDNS", host: sky.rethinkdns.com, cat: dns, provider: rethinkdns, cc: null, imp: 2, tier: 4, checks: [http] }
1538 + - { id: dns-family-149-112-121-30, name: "CIRA Canadian Shield (family)", host: family.canadianshield.cira.ca, ip: 149.112.121.30, cat: dns, provider: cira, cc: null, imp: 3, tier: 3, checks: [ping] }
1539 + - { id: dns-protected-149-112-121-20, name: "CIRA Canadian Shield (protected)", host: protected.canadianshield.cira.ca, ip: 149.112.121.20, cat: dns, provider: cira, cc: null, imp: 3, tier: 3, checks: [ping] }
1540 + - { id: dns-private-149-112-122-10, name: "CIRA Canadian Shield 149.112.122.10", host: private.canadianshield.cira.ca, ip: 149.112.122.10, cat: dns, provider: cira, cc: null, imp: 2, tier: 4, checks: [ping] }
1541 + - { id: dns-recpubns2-64-6-65-6, name: "UltraDNS Public 64.6.65.6", host: recpubns2.nstld.net, ip: 64.6.65.6, cat: dns, provider: vercara, cc: null, imp: 2, tier: 4, checks: [ping] }
1542 + - { id: dns-rdns1-156-154-70-1, name: "UltraDNS 156.154.70.1", host: rdns1.ultradns.net, ip: 156.154.70.1, cat: dns, provider: vercara, cc: null, imp: 2, tier: 4, checks: [ping] }
1543 + - { id: dns-family-77-88-8-7, name: "Yandex DNS (family)", host: family.dns.yandex.ru, ip: 77.88.8.7, cat: dns, provider: yandex, cc: null, imp: 2, tier: 4, checks: [ping] }
1544 + - { id: dns-adblock-194-242-2-3, name: "Mullvad DNS (adblock)", host: adblock.dns.mullvad.net, ip: 194.242.2.3, cat: dns, provider: mullvad, cc: null, imp: 2, tier: 4, checks: [http, ping] }
1545 + - { id: dns-doh-mullvad-net, name: "Mullvad DoH", host: doh.mullvad.net, url: "https://doh.mullvad.net/dns-query?name=example.com&type=A", cat: dns, provider: mullvad, cc: null, imp: 3, tier: 3, checks: [http] }
1546 + - { id: dns-p1-76-76-2-1, name: "Control D p1 (malware)", host: p1.freedns.controld.com, ip: 76.76.2.1, cat: dns, provider: controld, cc: null, imp: 2, tier: 4, checks: [ping] }
1547 + - { id: dns-freedns-controld-com, name: "Control D free DNS", host: freedns.controld.com, url: "https://freedns.controld.com/dns-query?name=example.com&type=A", cat: dns, provider: controld, cc: null, imp: 2, tier: 4, checks: [http] }
1548 + - { id: dns-public-dns-b-45-11-45-11, name: "DNS.SB 45.11.45.11", host: public-dns-b.dns.sb, ip: 45.11.45.11, cat: dns, provider: dns-sb, cc: null, imp: 2, tier: 4, checks: [ping] }
1549 + - { id: dns-dns-sb, name: "DNS.SB", host: dns.sb, cat: dns, provider: dns-sb, cc: null, imp: 2, tier: 4, checks: [http] }
1550 + - { id: dns-doh-dns-sb, name: "DNS.SB DoH", host: doh.dns.sb, url: "https://doh.dns.sb/dns-query?name=example.com&type=A", cat: dns, provider: dns-sb, cc: null, imp: 2, tier: 4, checks: [http] }
1551 + - { id: dns-family-94-140-14-15, name: "AdGuard DNS (family)", host: family.adguard-dns.com, ip: 94.140.14.15, cat: dns, provider: adguard, svc: adguard, cc: null, imp: 2, tier: 4, checks: [ping] }
1552 + - { id: dns-unfiltered-94-140-14-140, name: "AdGuard DNS (unfiltered)", host: unfiltered.adguard-dns.com, ip: 94.140.14.140, cat: dns, provider: adguard, svc: adguard, cc: null, imp: 2, tier: 4, checks: [ping] }
1553 + - { id: dns-family-filter-dns-185-228-168-168, name: "CleanBrowsing (family)", host: family-filter-dns.cleanbrowsing.org, ip: 185.228.168.168, cat: dns, provider: cleanbrowsing, cc: null, imp: 2, tier: 4, checks: [ping] }
1554 + - { id: dns-adult-filter-dns-185-228-168-10, name: "CleanBrowsing (adult)", host: adult-filter-dns.cleanbrowsing.org, ip: 185.228.168.10, cat: dns, provider: cleanbrowsing, cc: null, imp: 2, tier: 4, checks: [ping] }
1555 + - { id: dns-doh-cleanbrowsing-org, name: "CleanBrowsing DoH", host: doh.cleanbrowsing.org, url: "https://doh.cleanbrowsing.org/dns-query?name=example.com&type=A", cat: dns, provider: cleanbrowsing, cc: null, imp: 2, tier: 4, checks: [http] }
1556 + - { id: dns-ns2-8-20-247-20, name: "Comodo Secure DNS 8.20.247.20", host: ns2.recursive.dnsbycomodo.com, ip: 8.20.247.20, cat: dns, provider: comodo, cc: null, imp: 2, tier: 4, checks: [ping] }
1557 + - { id: dns-ns0-80-67-169-12, name: "FDN resolver", host: ns0.fdn.fr, ip: 80.67.169.12, cat: dns, provider: fdn, cc: null, imp: 2, tier: 4, checks: [ping] }
1558 + - { id: dns-c-4-2-2-3, name: "Level 3 / Lumen resolver 4.2.2.3", host: c.resolvers.level3.net, ip: 4.2.2.3, cat: dns, provider: lumen, cc: null, imp: 2, tier: 4, checks: [ping] }
1559 + - { id: dns-d-4-2-2-4, name: "Level 3 / Lumen resolver 4.2.2.4", host: d.resolvers.level3.net, ip: 4.2.2.4, cat: dns, provider: lumen, cc: null, imp: 2, tier: 4, checks: [ping] }
1560 + - { id: dns-dns-120-53-53-53, name: "Tencent DNSPod 120.53.53.53", host: dns.pub, ip: 120.53.53.53, cat: dns, provider: tencent, cc: null, imp: 2, tier: 4, checks: [ping] }
1561 + - { id: dns-kns-168-126-63-1, name: "KT resolver 168.126.63.1", host: kns.kornet.net, ip: 168.126.63.1, cat: dns, provider: kt, cc: null, imp: 2, tier: 4, checks: [ping] }
1562 + - { id: dns-doh-opendns-com, name: "OpenDNS DoH", host: doh.opendns.com, url: "https://doh.opendns.com/dns-query?name=example.com&type=A", cat: dns, provider: cisco, cc: null, imp: 3, tier: 3, checks: [http] }
1563 + - { id: dns-doh-ffmuc-net, name: "Freifunk München DoH", host: doh.ffmuc.net, url: "https://doh.ffmuc.net/dns-query?name=example.com&type=A", cat: dns, provider: ffmuc, cc: null, imp: 2, tier: 4, checks: [http] }
1564 + - { id: dns-dns-njal-la, name: "Njalla DNS", host: dns.njal.la, cat: dns, provider: njalla, cc: null, imp: 2, tier: 4, checks: [http, ping] }
1565 + - { id: dns-doh-tiarap-org, name: "Tiarap DoH", host: doh.tiarap.org, url: "https://doh.tiarap.org/dns-query?name=example.com&type=A", cat: dns, provider: tiarap, cc: null, imp: 2, tier: 4, checks: [http] }
1566 + - { id: dns-dns-bebasid-com, name: "BebasID DNS", host: dns.bebasid.com, url: "https://dns.bebasid.com/dns-query?name=example.com&type=A", cat: dns, provider: bebasid, cc: null, imp: 2, tier: 4, checks: [http] }
1567 + - { id: dns-dns-nextdns-io, name: "NextDNS DoH (dns-query)", host: dns.nextdns.io, url: "https://dns.nextdns.io/dns-query?name=example.com", cat: dns, provider: nextdns, cc: null, imp: 3, tier: 3, checks: [http] }
1568 + - { id: dns-dns-google, name: "Google DoH RFC8484 endpoint", host: dns.google, url: "https://dns.google/dns-query?dns=AAABAAABAAAAAAAAB2V4YW1wbGUDY29tAAABAAE", cat: dns, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http] }
1569 + - { id: dns-cloudflare-dns-com, name: "Cloudflare DoH JSON", host: cloudflare-dns.com, url: "https://cloudflare-dns.com/dns-query?name=example.org&type=AAAA", cat: dns, provider: cloudflare, svc: cloudflare, cc: null, imp: 4, tier: 2, checks: [http] }
1570 + - { id: dns-dns-quad9-net, name: "Quad9 DoH endpoint", host: dns.quad9.net, url: "https://dns.quad9.net/dns-query?name=example.com&type=A", cat: dns, provider: quad9, cc: null, imp: 3, tier: 3, checks: [http] }
1571 + - { id: dns-dns-adguard-dns-com, name: "AdGuard DoH endpoint", host: dns.adguard-dns.com, url: "https://dns.adguard-dns.com/dns-query?name=example.com&type=A", cat: dns, provider: adguard, svc: adguard, cc: null, imp: 3, tier: 3, checks: [http] }
1572 + - { id: dns-dns-130-59-31-248, name: "SWITCH resolver", host: dns.switch.ch, ip: 130.59.31.248, cat: dns, provider: switch, cc: null, imp: 2, tier: 4, checks: [ping] }
1573 + - { id: dns-dns-cloudflare-com, name: "Cloudflare DNS marketing", host: dns.cloudflare.com, cat: dns, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [http] }
1574 + - { id: dns-1dot1dot1dot1-1-1-1-1, name: "Cloudflare 1.1.1.1 (alt name)", host: 1dot1dot1dot1.cloudflare-dns.com, ip: 1.1.1.1, cat: dns, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [ping] }
1575 + - { id: dns-dns-comss-one, name: "Comss DNS", host: dns.comss.one, url: "https://dns.comss.one/dns-query?name=example.com&type=A", cat: dns, provider: comss, cc: null, imp: 2, tier: 4, checks: [http] }
1576 + - { id: dns-dns-brahma-world, name: "Brahma DNS", host: dns.brahma.world, url: "https://dns.brahma.world/dns-query?name=example.com&type=A", cat: dns, provider: brahma, cc: null, imp: 2, tier: 4, checks: [http] }
1577 + - { id: dns-dns-circl-lu, name: "CIRCL DNS", host: dns.circl.lu, url: "https://dns.circl.lu/dns-query?name=example.com&type=A", cat: dns, provider: circl, cc: null, imp: 2, tier: 4, checks: [http] }
1578 +
1579 + # ───────── DNS — registries & registrars (77)
1580 + - { id: dns-registry-cnnic-cn, name: "CNNIC", host: www.cnnic.cn, cat: dns, provider: cnnic, cc: CN, imp: 3, tier: 3, checks: [http] }
1581 + - { id: dns-registry-jprs-co-jp, name: "JPRS", host: jprs.co.jp, cat: dns, provider: jprs, cc: JP, imp: 3, tier: 3, checks: [http] }
1582 + - { id: dns-registry-kisa-or-kr, name: "KISA", host: www.kisa.or.kr, cat: dns, provider: kisa, cc: KR, imp: 3, tier: 3, checks: [http] }
1583 + - { id: dns-registry-auda-org-au, name: "auDA", host: www.auda.org.au, cat: dns, provider: auda, cc: AU, imp: 3, tier: 3, checks: [http] }
1584 + - { id: dns-registry-sidn-nl, name: "SIDN", host: www.sidn.nl, cat: dns, provider: sidn, cc: NL, imp: 3, tier: 3, checks: [http] }
1585 + - { id: dns-registry-dnsbelgium-be, name: "DNS Belgium", host: www.dnsbelgium.be, cat: dns, provider: dns-belgium, cc: BE, imp: 3, tier: 3, checks: [http] }
1586 + - { id: dns-registry-eurid-eu, name: "EURid", host: eurid.eu, cat: dns, provider: eurid, cc: BE, imp: 3, tier: 3, checks: [http] }
1587 + - { id: dns-registry-nic-br, name: "NIC.br", host: nic.br, cat: dns, provider: nic-br, cc: BR, imp: 3, tier: 3, checks: [http] }
1588 + - { id: dns-registry-nicmexico-mx, name: "NIC México", host: www.nicmexico.mx, cat: dns, provider: nic-m-xico, cc: MX, imp: 3, tier: 3, checks: [http] }
1589 + - { id: dns-registry-nic-cl, name: "NIC Chile", host: www.nic.cl, cat: dns, provider: nic-chile, cc: CL, imp: 3, tier: 3, checks: [http] }
1590 + - { id: dns-registry-hostmaster-ua, name: "Hostmaster (.ua)", host: hostmaster.ua, cat: dns, provider: hostmaster, cc: UA, imp: 3, tier: 3, checks: [http] }
1591 + - { id: dns-registry-registry-in, name: "NIXI .IN Registry", host: www.registry.in, cat: dns, provider: nixi-in-registry, cc: IN, imp: 3, tier: 3, checks: [http] }
1592 + - { id: dns-registry-zadna-org-za, name: "ZADNA", host: www.zadna.org.za, cat: dns, provider: zadna, cc: ZA, imp: 3, tier: 3, checks: [http] }
1593 + - { id: dns-registry-nira-org-ng, name: "NiRA", host: nira.org.ng, cat: dns, provider: nira, cc: NG, imp: 3, tier: 3, checks: [http] }
1594 + - { id: dns-registry-kenic-or-ke, name: "KeNIC", host: www.kenic.or.ke, cat: dns, provider: kenic, cc: KE, imp: 3, tier: 3, checks: [http] }
1595 + - { id: dns-registry-isoc-org-il, name: "ISOC-IL", host: www.isoc.org.il, cat: dns, provider: isoc-il, cc: IL, imp: 3, tier: 3, checks: [http] }
1596 + - { id: dns-registry-trabis-gov-tr, name: "TRABİS", host: www.trabis.gov.tr, cat: dns, provider: trabi-s, cc: TR, imp: 3, tier: 3, checks: [http] }
1597 + - { id: dns-registry-nic-sa, name: "SaudiNIC", host: nic.sa, cat: dns, provider: saudinic, cc: SA, imp: 3, tier: 3, checks: [http] }
1598 + - { id: dns-registry-sgnic-sg, name: "SGNIC", host: www.sgnic.sg, cat: dns, provider: sgnic, cc: SG, imp: 3, tier: 3, checks: [http] }
1599 + - { id: dns-registry-hkirc-hk, name: "HKIRC", host: www.hkirc.hk, cat: dns, provider: hkirc, cc: HK, imp: 3, tier: 3, checks: [http] }
1600 + - { id: dns-registry-twnic-tw, name: "TWNIC", host: www.twnic.tw, cat: dns, provider: twnic, cc: TW, imp: 3, tier: 3, checks: [http] }
1601 + - { id: dns-registry-internetnz-nz, name: "InternetNZ", host: internetnz.nz, cat: dns, provider: internetnz, cc: NZ, imp: 3, tier: 3, checks: [http] }
1602 + - { id: dns-registry-weare-ie, name: "weare.ie (IE Domain Registry)", host: www.weare.ie, cat: dns, provider: weare-ie, cc: IE, imp: 3, tier: 3, checks: [http] }
1603 + - { id: dns-registry-nic-ch, name: "SWITCH (.ch/.li)", host: www.nic.ch, cat: dns, provider: switch, cc: CH, imp: 3, tier: 3, checks: [http] }
1604 + - { id: dns-registry-nic-at, name: "nic.at", host: www.nic.at, cat: dns, provider: nic-at, cc: AT, imp: 3, tier: 3, checks: [http] }
1605 + - { id: dns-registry-dns-pl, name: "NASK (.pl)", host: www.dns.pl, cat: dns, provider: nask, cc: PL, imp: 3, tier: 3, checks: [http] }
1606 + - { id: dns-registry-nic-cz, name: "CZ.NIC", host: www.nic.cz, cat: dns, provider: cz-nic, cc: CZ, imp: 3, tier: 3, checks: [http] }
1607 + - { id: dns-registry-internetstiftelsen-se, name: "Internetstiftelsen", host: internetstiftelsen.se, cat: dns, provider: internetstiftelsen, cc: SE, imp: 3, tier: 3, checks: [http] }
1608 + - { id: dns-registry-punktum-dk, name: "Punktum dk", host: punktum.dk, cat: dns, provider: punktum-dk, cc: DK, imp: 3, tier: 3, checks: [http] }
1609 + - { id: dns-registry-traficom-fi, name: "Traficom (.fi)", host: www.traficom.fi, cat: dns, provider: traficom, cc: FI, imp: 3, tier: 3, checks: [http] }
1610 + - { id: dns-registry-norid-no, name: "Norid", host: www.norid.no, cat: dns, provider: norid, cc: "NO", imp: 3, tier: 3, checks: [http] }
1611 + - { id: dns-registry-dns-pt, name: "DNS.PT", host: www.dns.pt, cat: dns, provider: dns-pt, cc: PT, imp: 3, tier: 3, checks: [http] }
1612 + - { id: dns-registry-dominios-es, name: "Red.es dominios", host: www.dominios.es, cat: dns, provider: red-es-dominios, cc: ES, imp: 3, tier: 3, checks: [http] }
1613 + - { id: dns-registry-nic-it, name: "Registro .it", host: www.nic.it, cat: dns, provider: registro-it, cc: IT, imp: 3, tier: 3, checks: [http] }
1614 + - { id: dns-registry-grweb-ics-forth-gr, name: "FORTH-ICS .gr registry", host: grweb.ics.forth.gr, cat: dns, provider: forth-ics-gr-registry, cc: GR, imp: 3, tier: 3, checks: [http] }
1615 + - { id: dns-registry-domain-hu, name: "domain.hu (ISZT)", host: www.domain.hu, cat: dns, provider: domain-hu, cc: HU, imp: 3, tier: 3, checks: [http] }
1616 + - { id: dns-registry-rotld-ro, name: "RoTLD", host: www.rotld.ro, cat: dns, provider: rotld, cc: RO, imp: 3, tier: 3, checks: [http] }
1617 + - { id: dns-registry-register-bg, name: "Register.BG", host: www.register.bg, cat: dns, provider: register-bg, cc: BG, imp: 3, tier: 3, checks: [http] }
1618 + - { id: dns-registry-domreg-lt, name: "DOMREG (.lt)", host: www.domreg.lt, cat: dns, provider: domreg, cc: LT, imp: 3, tier: 3, checks: [http] }
1619 + - { id: dns-registry-nic-lv, name: "NIC.LV", host: www.nic.lv, cat: dns, provider: nic-lv, cc: LV, imp: 3, tier: 3, checks: [http] }
1620 + - { id: dns-registry-internet-ee, name: "Estonian Internet Foundation", host: www.internet.ee, cat: dns, provider: estonian-internet-foundation, cc: EE, imp: 3, tier: 3, checks: [http] }
1621 + - { id: dns-registry-nic-ar, name: "NIC Argentina", host: nic.ar, cat: dns, provider: nic-argentina, cc: AR, imp: 3, tier: 3, checks: [http] }
1622 + - { id: dns-registry-nic-ir, name: "IRNIC", host: www.nic.ir, cat: dns, provider: irnic, cc: IR, imp: 3, tier: 3, checks: [http] }
1623 + - { id: dns-registry-pknic-net-pk, name: "PKNIC", host: pknic.net.pk, cat: dns, provider: pknic, cc: PK, imp: 3, tier: 3, checks: [http] }
1624 + - { id: dns-registry-mynic-my, name: "MYNIC", host: mynic.my, cat: dns, provider: mynic, cc: MY, imp: 3, tier: 3, checks: [http] }
1625 + - { id: dns-registry-pandi-id, name: "PANDI", host: pandi.id, cat: dns, provider: pandi, cc: ID, imp: 3, tier: 3, checks: [http] }
1626 + - { id: dns-registry-dot-ph, name: "dotPH", host: www.dot.ph, cat: dns, provider: dotph, cc: PH, imp: 3, tier: 3, checks: [http] }
1627 + - { id: dns-registry-vnnic-vn, name: "VNNIC", host: www.vnnic.vn, cat: dns, provider: vnnic, cc: VN, imp: 3, tier: 3, checks: [http] }
1628 + - { id: dns-registry-thnic-co-th, name: "THNIC", host: www.thnic.co.th, cat: dns, provider: thnic, cc: TH, imp: 3, tier: 3, checks: [http] }
1629 + - { id: dns-registry-nic-ad-jp, name: "JPNIC", host: www.nic.ad.jp, cat: dns, provider: jpnic, cc: JP, imp: 3, tier: 3, checks: [http] }
1630 + - { id: dns-registry-registry-mx, name: "Registry .MX", host: www.registry.mx, cat: dns, provider: registry-mx, cc: MX, imp: 3, tier: 3, checks: [http] }
1631 + - { id: dns-registry-nic-cr, name: "NIC Costa Rica", host: www.nic.cr, cat: dns, provider: nic-costa-rica, cc: CR, imp: 3, tier: 3, checks: [http] }
1632 + - { id: dns-registry-nic-ec, name: "NIC.EC", host: nic.ec, cat: dns, provider: nic-ec, cc: EC, imp: 3, tier: 3, checks: [http] }
1633 + - { id: dns-registry-punto-pe, name: "Punto PE", host: punto.pe, cat: dns, provider: punto-pe, cc: PE, imp: 3, tier: 3, checks: [http] }
1634 + - { id: dns-registry-nic-ve, name: "NIC.VE", host: www.nic.ve, cat: dns, provider: nic-ve, cc: VE, imp: 3, tier: 3, checks: [http] }
1635 + - { id: dns-registry-nic-bo, name: "NIC Bolivia", host: www.nic.bo, cat: dns, provider: nic-bolivia, cc: BO, imp: 3, tier: 3, checks: [http] }
1636 + - { id: dns-registry-nic-py, name: "NIC.PY", host: www.nic.py, cat: dns, provider: nic-py, cc: PY, imp: 3, tier: 3, checks: [http] }
1637 + - { id: dns-registry-nic-com-uy, name: "NIC Uruguay", host: www.nic.com.uy, cat: dns, provider: nic-uruguay, cc: UY, imp: 3, tier: 3, checks: [http] }
1638 + - { id: dns-registry-verisign-com, name: "Verisign", host: www.verisign.com, cat: dns, provider: verisign, cc: US, imp: 3, tier: 3, checks: [http] }
1639 + - { id: dns-registry-thenew-org, name: "Public Interest Registry (.org)", host: thenew.org, cat: dns, provider: public-interest-registry, cc: US, imp: 3, tier: 3, checks: [http] }
1640 + - { id: dns-registry-identity-digital, name: "Identity Digital", host: www.identity.digital, cat: dns, provider: identity-digital, cc: US, imp: 3, tier: 3, checks: [http] }
1641 + - { id: dns-registry-nominet-uk, name: "Nominet", host: www.nominet.uk, cat: dns, provider: nominet, cc: GB, imp: 3, tier: 3, checks: [http] }
1642 + - { id: dns-registry-afnic-fr, name: "AFNIC", host: www.afnic.fr, cat: dns, provider: afnic, cc: FR, imp: 3, tier: 3, checks: [http] }
1643 + - { id: dns-registry-denic-de, name: "DENIC", host: www.denic.de, cat: dns, provider: denic, cc: DE, imp: 3, tier: 3, checks: [http] }
1644 + - { id: dns-registry-registry-godaddy, name: "GoDaddy Registry", host: registry.godaddy, cat: dns, provider: godaddy-registry, cc: US, imp: 3, tier: 3, checks: [http] }
1645 + - { id: dns-registry-registry-google, name: "Google Registry", host: www.registry.google, cat: dns, provider: google-registry, cc: US, imp: 3, tier: 3, checks: [http] }
1646 + - { id: dns-registry-centralnic-com, name: "CentralNic (Team Internet)", host: centralnic.com, cat: dns, provider: centralnic, cc: GB, imp: 3, tier: 3, checks: [http] }
1647 + - { id: dns-registry-radix-website, name: "Radix Registry", host: radix.website, cat: dns, provider: radix-registry, cc: IN, imp: 3, tier: 3, checks: [http] }
1648 + - { id: dns-registry-tucowsdomains-com, name: "Tucows Domains", host: tucowsdomains.com, cat: dns, provider: tucows-domains, cc: CA, imp: 3, tier: 3, checks: [http] }
1649 + - { id: dns-registry-registry-africa, name: "Registry.Africa", host: registry.africa, cat: dns, provider: registry-africa, cc: ZA, imp: 3, tier: 3, checks: [http] }
1650 + - { id: dns-registry-internic-net, name: "InterNIC", host: www.internic.net, cat: dns, provider: internic, cc: US, imp: 3, tier: 3, checks: [http] }
1651 + - { id: dns-registry-rdap-apnic-net, name: "APNIC RDAP", host: rdap.apnic.net, cat: dns, provider: apnic-rdap, cc: AU, imp: 3, tier: 3, checks: [http] }
1652 + - { id: dns-registry-rdap-lacnic-net, name: "LACNIC RDAP", host: rdap.lacnic.net, cat: dns, provider: lacnic-rdap, cc: UY, imp: 3, tier: 3, checks: [http] }
1653 + - { id: dns-registry-rdap-afrinic-net, name: "AFRINIC RDAP", host: rdap.afrinic.net, cat: dns, provider: afrinic-rdap, cc: MU, imp: 3, tier: 3, checks: [http] }
1654 + - { id: dns-registry-rdap-verisign-com, name: "Verisign RDAP", host: rdap.verisign.com, cat: dns, provider: verisign-rdap, cc: US, imp: 3, tier: 3, checks: [http] }
1655 + - { id: dns-registry-labs-apnic-net, name: "APNIC Labs", host: labs.apnic.net, cat: dns, provider: apnic-labs, cc: AU, imp: 3, tier: 3, checks: [http] }
1656 + - { id: dns-registry-stats-labs-apnic-net, name: "APNIC Labs stats", host: stats.labs.apnic.net, cat: dns, provider: apnic-labs-stats, cc: AU, imp: 3, tier: 3, checks: [http] }
1657 +
1658 + # ───────── Internet governance, measurement & security orgs (77)
1659 + - { id: gov-cctld-ru, name: "Coordination Center for TLD RU", host: cctld.ru, cat: infrastructure, provider: coordination-center-for-tld-ru, cc: RU, imp: 3, tier: 3, checks: [http] }
1660 + - { id: gov-lookup-icann-org, name: "ICANN Lookup (RDAP)", host: lookup.icann.org, cat: infrastructure, provider: icann-lookup, cc: US, imp: 3, tier: 3, checks: [http] }
1661 + - { id: gov-rdap-org, name: "RDAP bootstrap (rdap.org)", host: rdap.org, cat: infrastructure, provider: rdap-bootstrap, cc: US, imp: 3, tier: 3, checks: [http] }
1662 + - { id: gov-czds-icann-org, name: "ICANN CZDS", host: czds.icann.org, cat: infrastructure, provider: icann-czds, cc: US, imp: 3, tier: 3, checks: [http] }
1663 + - { id: gov-data-iana-org, name: "IANA data", host: data.iana.org, cat: infrastructure, provider: iana-data, cc: US, imp: 3, tier: 3, checks: [http] }
1664 + - { id: gov-whois-iana-org, name: "IANA WHOIS", host: whois.iana.org, cat: infrastructure, provider: iana-whois, cc: US, imp: 3, tier: 3, checks: [http] }
1665 + - { id: gov-rdap-arin-net, name: "ARIN RDAP", host: rdap.arin.net, cat: infrastructure, provider: arin-rdap, cc: US, imp: 3, tier: 3, checks: [http] }
1666 + - { id: gov-rdap-db-ripe-net, name: "RIPE RDAP", host: rdap.db.ripe.net, cat: infrastructure, provider: ripe-rdap, cc: NL, imp: 3, tier: 3, checks: [http] }
1667 + - { id: gov-nro-net, name: "NRO", host: www.nro.net, cat: infrastructure, provider: nro, cc: US, imp: 3, tier: 3, checks: [http] }
1668 + - { id: gov-ris-ripe-net, name: "RIPE RIS", host: ris.ripe.net, cat: infrastructure, provider: ripe-ris, cc: NL, imp: 3, tier: 3, checks: [http] }
1669 + - { id: gov-ris-live-ripe-net, name: "RIPE RIS Live", host: ris-live.ripe.net, cat: infrastructure, provider: ripe-ris-live, cc: NL, imp: 3, tier: 3, checks: [http] }
1670 + - { id: gov-labs-ripe-net, name: "RIPE Labs", host: labs.ripe.net, cat: infrastructure, provider: ripe-labs, cc: NL, imp: 3, tier: 3, checks: [http] }
1671 + - { id: gov-status-ripe-net, name: "RIPE NCC status", host: status.ripe.net, cat: infrastructure, provider: ripe-ncc-status, cc: NL, imp: 3, tier: 3, checks: [http] }
1672 + - { id: gov-whois-arin-net, name: "ARIN WHOIS-RWS", host: whois.arin.net, cat: infrastructure, provider: arin-whois-rws, cc: US, imp: 3, tier: 3, checks: [http] }
1673 + - { id: gov-bgp-potaroo-net, name: "BGP potaroo", host: bgp.potaroo.net, cat: infrastructure, provider: bgp-potaroo, cc: AU, imp: 3, tier: 3, checks: [http] }
1674 + - { id: gov-team-cymru-com, name: "Team Cymru", host: www.team-cymru.com, cat: infrastructure, provider: team-cymru, cc: US, imp: 3, tier: 3, checks: [http] }
1675 + - { id: gov-iab-org, name: "IAB", host: www.iab.org, cat: infrastructure, provider: iab, cc: US, imp: 3, tier: 3, checks: [http] }
1676 + - { id: gov-irtf-org, name: "IRTF", host: www.irtf.org, cat: infrastructure, provider: irtf, cc: US, imp: 3, tier: 3, checks: [http] }
1677 + - { id: gov-datatracker-ietf-org, name: "IETF Datatracker", host: datatracker.ietf.org, cat: infrastructure, provider: ietf-datatracker, cc: US, imp: 3, tier: 3, checks: [http] }
1678 + - { id: gov-rfc-editor-org, name: "RFC Editor", host: www.rfc-editor.org, cat: infrastructure, provider: rfc-editor, cc: US, imp: 3, tier: 3, checks: [http] }
1679 + - { id: gov-pch-net, name: "Packet Clearing House", host: www.pch.net, cat: infrastructure, provider: packet-clearing-house, cc: US, imp: 3, tier: 3, checks: [http] }
1680 + - { id: gov-isc-org, name: "ISC", host: www.isc.org, cat: infrastructure, provider: isc, cc: US, imp: 3, tier: 3, checks: [http] }
1681 + - { id: gov-nlnetlabs-nl, name: "NLnet Labs", host: www.nlnetlabs.nl, cat: infrastructure, provider: nlnet-labs, cc: NL, imp: 3, tier: 3, checks: [http] }
1682 + - { id: gov-powerdns-com, name: "PowerDNS", host: www.powerdns.com, cat: infrastructure, provider: powerdns, cc: NL, imp: 3, tier: 3, checks: [http] }
1683 + - { id: gov-knot-dns-cz, name: "Knot DNS", host: www.knot-dns.cz, cat: infrastructure, provider: knot-dns, cc: CZ, imp: 3, tier: 3, checks: [http] }
1684 + - { id: gov-dnsviz-net, name: "DNSViz", host: dnsviz.net, cat: infrastructure, provider: dnsviz, cc: US, imp: 3, tier: 3, checks: [http] }
1685 + - { id: gov-dnsperf-com, name: "DNSPerf", host: www.dnsperf.com, cat: infrastructure, provider: dnsperf, cc: US, imp: 3, tier: 3, checks: [http] }
1686 + - { id: gov-internetexchangemap-com, name: "Internet Exchange Map", host: www.internetexchangemap.com, cat: infrastructure, provider: internet-exchange-map, cc: US, imp: 3, tier: 3, checks: [http] }
1687 + - { id: gov-telegeography-com, name: "TeleGeography", host: www.telegeography.com, cat: infrastructure, provider: telegeography, cc: US, imp: 3, tier: 3, checks: [http] }
1688 + - { id: gov-euro-ix-net, name: "Euro-IX", host: www.euro-ix.net, cat: infrastructure, provider: euro-ix, cc: DE, imp: 3, tier: 3, checks: [http] }
1689 + - { id: gov-ix-f-net, name: "IX-F", host: www.ix-f.net, cat: infrastructure, provider: ix-f, cc: US, imp: 3, tier: 3, checks: [http] }
1690 + - { id: gov-lac-ix-org, name: "LAC-IX", host: lac-ix.org, cat: infrastructure, provider: lac-ix, cc: UY, imp: 3, tier: 3, checks: [http] }
1691 + - { id: gov-af-ix-net, name: "Af-IX", host: www.af-ix.net, cat: infrastructure, provider: af-ix, cc: KE, imp: 3, tier: 3, checks: [http] }
1692 + - { id: gov-apix-asia, name: "APIX", host: www.apix.asia, cat: infrastructure, provider: apix, cc: JP, imp: 3, tier: 3, checks: [http] }
1693 + - { id: gov-publicsuffix-org, name: "Public Suffix List", host: publicsuffix.org, cat: infrastructure, provider: public-suffix-list, cc: US, imp: 3, tier: 3, checks: [http] }
1694 + - { id: gov-web-archive-org, name: "Wayback Machine", host: web.archive.org, cat: infrastructure, provider: wayback-machine, cc: US, imp: 3, tier: 3, checks: [http] }
1695 + - { id: gov-cabforum-org, name: "CA/Browser Forum", host: cabforum.org, cat: infrastructure, provider: ca-browser-forum, cc: US, imp: 3, tier: 3, checks: [http] }
1696 + - { id: gov-search-censys-io, name: "Censys", host: search.censys.io, cat: infrastructure, provider: censys, cc: US, imp: 3, tier: 3, checks: [http] }
1697 + - { id: gov-shodan-io, name: "Shodan", host: www.shodan.io, cat: infrastructure, provider: shodan, cc: US, imp: 3, tier: 3, checks: [http] }
1698 + - { id: gov-archive-routeviews-org, name: "RouteViews archive", host: archive.routeviews.org, cat: infrastructure, provider: routeviews-archive, cc: US, imp: 3, tier: 3, checks: [http] }
1699 + - { id: gov-manrs-org, name: "MANRS", host: manrs.org, cat: infrastructure, provider: manrs, cc: US, imp: 3, tier: 3, checks: [http] }
1700 + - { id: gov-api-ioda-inetintel-cc-gatech-edu, name: "IODA API", host: api.ioda.inetintel.cc.gatech.edu, cat: infrastructure, provider: ioda-api, cc: US, imp: 3, tier: 3, checks: [http] }
1701 + - { id: gov-kentik-com, name: "Kentik", host: www.kentik.com, cat: infrastructure, provider: kentik, cc: US, imp: 3, tier: 3, checks: [http] }
1702 + - { id: gov-thousandeyes-com, name: "ThousandEyes", host: www.thousandeyes.com, cat: infrastructure, provider: thousandeyes, cc: US, imp: 3, tier: 3, checks: [http] }
1703 + - { id: gov-catchpoint-com, name: "Catchpoint", host: www.catchpoint.com, cat: infrastructure, provider: catchpoint, cc: US, imp: 3, tier: 3, checks: [http] }
1704 + - { id: gov-ihr-iijlab-net, name: "Internet Health Report (IIJ)", host: ihr.iijlab.net, cat: infrastructure, provider: internet-health-report, cc: JP, imp: 3, tier: 3, checks: [http] }
1705 + - { id: gov-netblocks-org, name: "NetBlocks", host: netblocks.org, cat: infrastructure, provider: netblocks, cc: GB, imp: 3, tier: 3, checks: [http] }
1706 + - { id: gov-ooni-org, name: "OONI", host: ooni.org, cat: infrastructure, provider: ooni, cc: IT, imp: 3, tier: 3, checks: [http] }
1707 + - { id: gov-api-ooni-io, name: "OONI API", host: api.ooni.io, cat: infrastructure, provider: ooni-api, cc: IT, imp: 3, tier: 3, checks: [http] }
1708 + - { id: gov-accessnow-org, name: "Access Now", host: www.accessnow.org, cat: infrastructure, provider: access-now, cc: US, imp: 3, tier: 3, checks: [http] }
1709 + - { id: gov-pulse-internetsociety-org, name: "Internet Society Pulse", host: pulse.internetsociety.org, cat: infrastructure, provider: internet-society-pulse, cc: US, imp: 3, tier: 3, checks: [http] }
1710 + - { id: gov-radar-cloudflare-com-cloudflare-radar-outage, name: "Cloudflare Radar outage center", host: radar.cloudflare.com, url: "https://radar.cloudflare.com/outage-center", cat: infrastructure, provider: cloudflare-radar-outage-center, cc: US, imp: 3, tier: 3, checks: [http] }
1711 + - { id: gov-google-com-google-ipv6-statistics, name: "Google IPv6 statistics", host: www.google.com, url: "https://www.google.com/intl/en/ipv6/statistics.html", cat: infrastructure, provider: google-ipv6-statistics, cc: US, imp: 3, tier: 3, checks: [http] }
1712 + - { id: gov-iana-org-iana-root-zone-database, name: "IANA root zone database", host: www.iana.org, url: "https://www.iana.org/domains/root/db", cat: infrastructure, provider: iana-root-zone-database, cc: US, imp: 3, tier: 3, checks: [http] }
1713 + - { id: gov-bgp-tools-bgp-tools-table-dump, name: "bgp.tools table dump", host: bgp.tools, url: "https://bgp.tools/table.txt", cat: infrastructure, provider: bgp-tools-table-dump, cc: US, imp: 3, tier: 3, checks: [http] }
1714 + - { id: gov-spamhaus-org-spamhaus-drop-list, name: "Spamhaus DROP list", host: www.spamhaus.org, url: "https://www.spamhaus.org/drop/drop.txt", cat: infrastructure, provider: spamhaus-drop-list, cc: US, imp: 3, tier: 3, checks: [http] }
1715 + - { id: gov-check-spamhaus-org, name: "Spamhaus lookup", host: check.spamhaus.org, cat: infrastructure, provider: spamhaus-lookup, cc: US, imp: 3, tier: 3, checks: [http] }
1716 + - { id: gov-surbl-org, name: "SURBL", host: surbl.org, cat: infrastructure, provider: surbl, cc: US, imp: 3, tier: 3, checks: [http] }
1717 + - { id: gov-uribl-com, name: "URIBL", host: uribl.com, cat: infrastructure, provider: uribl, cc: US, imp: 3, tier: 3, checks: [http] }
1718 + - { id: gov-barracudacentral-org, name: "Barracuda Central", host: www.barracudacentral.org, cat: infrastructure, provider: barracuda-central, cc: US, imp: 3, tier: 3, checks: [http] }
1719 + - { id: gov-mxtoolbox-com, name: "MXToolbox", host: mxtoolbox.com, cat: infrastructure, provider: mxtoolbox, cc: US, imp: 3, tier: 3, checks: [http] }
1720 + - { id: gov-dnsbl-info, name: "DNSBL.info", host: www.dnsbl.info, cat: infrastructure, provider: dnsbl-info, cc: US, imp: 3, tier: 3, checks: [http] }
1721 + - { id: gov-abuse-ch, name: "abuse.ch", host: abuse.ch, cat: infrastructure, provider: abuse-ch, cc: US, imp: 3, tier: 3, checks: [http] }
1722 + - { id: gov-urlhaus-abuse-ch, name: "URLhaus", host: urlhaus.abuse.ch, cat: infrastructure, provider: urlhaus, cc: CH, imp: 3, tier: 3, checks: [http] }
1723 + - { id: gov-dashboard-shadowserver-org, name: "Shadowserver dashboard", host: dashboard.shadowserver.org, cat: infrastructure, provider: shadowserver-dashboard, cc: US, imp: 3, tier: 3, checks: [http] }
1724 + - { id: gov-cisa-gov-us-cert-cisa-advisories, name: "US-CERT/CISA advisories", host: www.cisa.gov, url: "https://www.cisa.gov/news-events/cybersecurity-advisories", cat: infrastructure, provider: us-cert-cisa-advisories, cc: US, imp: 3, tier: 3, checks: [http] }
1725 + - { id: gov-first-org, name: "FIRST", host: www.first.org, cat: infrastructure, provider: first, cc: US, imp: 3, tier: 3, checks: [http] }
1726 + - { id: gov-jpcert-or-jp, name: "JPCERT/CC", host: www.jpcert.or.jp, cat: infrastructure, provider: jpcert-cc, cc: JP, imp: 3, tier: 3, checks: [http] }
1727 + - { id: gov-krcert-or-kr, name: "KrCERT", host: www.krcert.or.kr, cat: infrastructure, provider: krcert, cc: KR, imp: 3, tier: 3, checks: [http] }
1728 + - { id: gov-nvd-nist-gov, name: "NIST NVD", host: nvd.nist.gov, cat: infrastructure, provider: nist-nvd, cc: US, imp: 3, tier: 3, checks: [http] }
1729 + - { id: gov-cve-org, name: "MITRE CVE", host: www.cve.org, cat: infrastructure, provider: mitre-cve, cc: US, imp: 3, tier: 3, checks: [http] }
1730 + - { id: gov-validator-w3-org, name: "W3C validator", host: validator.w3.org, cat: infrastructure, provider: w3c-validator, cc: US, imp: 3, tier: 3, checks: [http] }
1731 + - { id: gov-whatwg-org, name: "WHATWG", host: whatwg.org, cat: infrastructure, provider: whatwg, cc: US, imp: 3, tier: 3, checks: [http] }
1732 + - { id: gov-caniuse-com, name: "Can I use", host: caniuse.com, cat: infrastructure, provider: can-i-use, cc: US, imp: 3, tier: 3, checks: [http] }
1733 + - { id: gov-httparchive-org, name: "HTTP Archive", host: httparchive.org, cat: infrastructure, provider: http-archive, cc: US, imp: 3, tier: 3, checks: [http] }
1734 + - { id: gov-developer-chrome-com-chrome-ux-report, name: "Chrome UX Report", host: developer.chrome.com, url: "https://developer.chrome.com/docs/crux", cat: infrastructure, provider: chrome-ux-report, cc: US, imp: 3, tier: 3, checks: [http] }
1735 + - { id: gov-almanac-httparchive-org, name: "Web Almanac", host: almanac.httparchive.org, cat: infrastructure, provider: web-almanac, cc: US, imp: 3, tier: 3, checks: [http] }
1736 +
1737 + # ───────── NTP time servers (110)
1738 + - { id: ntp-ntp-nict-jp, name: "NICT NTP (Japan)", host: ntp.nict.jp, cat: infrastructure, provider: nict, cc: JP, imp: 5, tier: 2, checks: [dns, ping] }
1739 + - { id: ntp-ntp1-inrim-it, name: "INRiM NTP (Italy)", host: ntp1.inrim.it, cat: infrastructure, provider: inrim, cc: IT, imp: 4, tier: 2, checks: [dns, ping] }
1740 + - { id: ntp-ntp2-inrim-it, name: "INRiM NTP 2", host: ntp2.inrim.it, cat: infrastructure, provider: inrim, cc: IT, imp: 3, tier: 3, checks: [dns, ping] }
1741 + - { id: ntp-ntp1-vniiftri-ru, name: "VNIIFTRI NTP (Russia)", host: ntp1.vniiftri.ru, cat: infrastructure, provider: vniiftri, cc: RU, imp: 3, tier: 3, checks: [dns, ping] }
1742 + - { id: ntp-time-kriss-re-kr, name: "KRISS time (Korea)", host: time.kriss.re.kr, cat: infrastructure, provider: kriss, cc: KR, imp: 4, tier: 2, checks: [dns, ping] }
1743 + - { id: ntp-ntp-se, name: "Netnod NTP (Sweden)", host: ntp.se, cat: infrastructure, provider: netnod, cc: SE, imp: 5, tier: 2, checks: [dns, ping] }
1744 + - { id: ntp-gbg1-ntp-se, name: "Netnod NTP Göteborg", host: gbg1.ntp.se, cat: infrastructure, provider: netnod, cc: SE, imp: 3, tier: 3, checks: [dns, ping] }
1745 + - { id: ntp-mmo1-ntp-se, name: "Netnod NTP Malmö", host: mmo1.ntp.se, cat: infrastructure, provider: netnod, cc: SE, imp: 3, tier: 3, checks: [dns, ping] }
1746 + - { id: ntp-sth1-ntp-se, name: "Netnod NTP Stockholm", host: sth1.ntp.se, cat: infrastructure, provider: netnod, cc: SE, imp: 3, tier: 3, checks: [dns, ping] }
1747 + - { id: ntp-svl1-ntp-se, name: "Netnod NTP Sundsvall", host: svl1.ntp.se, cat: infrastructure, provider: netnod, cc: SE, imp: 3, tier: 3, checks: [dns, ping] }
1748 + - { id: ntp-lul1-ntp-se, name: "Netnod NTP Luleå", host: lul1.ntp.se, cat: infrastructure, provider: netnod, cc: SE, imp: 3, tier: 3, checks: [dns, ping] }
1749 + - { id: ntp-ntp-ntsc-ac-cn, name: "NTSC NTP (China)", host: ntp.ntsc.ac.cn, cat: infrastructure, provider: ntsc, cc: CN, imp: 4, tier: 2, checks: [dns, ping] }
1750 + - { id: ntp-ntp-aliyun-com, name: "Alibaba Cloud NTP", host: ntp.aliyun.com, cat: infrastructure, provider: alibaba, svc: alibaba, cc: CN, imp: 4, tier: 2, checks: [dns, ping] }
1751 + - { id: ntp-ntp-tencent-com, name: "Tencent NTP", host: ntp.tencent.com, cat: infrastructure, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 3, checks: [dns, ping] }
1752 + - { id: ntp-ntp1-aliyun-com, name: "Alibaba NTP 1", host: ntp1.aliyun.com, cat: infrastructure, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 3, checks: [dns, ping] }
1753 + - { id: ntp-time-euro-apple-com, name: "Apple time (Europe)", host: time.euro.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1754 + - { id: ntp-time-asia-apple-com, name: "Apple time (Asia)", host: time.asia.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1755 + - { id: ntp-time1-google-com, name: "Google time1", host: time1.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1756 + - { id: ntp-time2-google-com, name: "Google time2", host: time2.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1757 + - { id: ntp-time3-google-com, name: "Google time3", host: time3.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1758 + - { id: ntp-time4-google-com, name: "Google time4", host: time4.google.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1759 + - { id: ntp-time-android-com, name: "Android time", host: time.android.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1760 + - { id: ntp-time1-facebook-com, name: "Facebook time1", host: time1.facebook.com, cat: infrastructure, provider: meta, svc: meta, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1761 + - { id: ntp-time2-facebook-com, name: "Facebook time2", host: time2.facebook.com, cat: infrastructure, provider: meta, svc: meta, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1762 + - { id: ntp-1-pool, name: "pool.ntp.org 1", host: 1.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1763 + - { id: ntp-2-pool, name: "pool.ntp.org 2", host: 2.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1764 + - { id: ntp-africa-pool, name: "pool.ntp.org Africa", host: africa.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1765 + - { id: ntp-south-america-pool, name: "pool.ntp.org South America", host: south-america.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1766 + - { id: ntp-oceania-pool, name: "pool.ntp.org Oceania", host: oceania.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: null, imp: 4, tier: 2, checks: [dns, ping] }
1767 + - { id: ntp-de-pool, name: "pool.ntp.org DE", host: de.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: DE, imp: 3, tier: 3, checks: [dns, ping] }
1768 + - { id: ntp-fr-pool, name: "pool.ntp.org FR", host: fr.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: FR, imp: 3, tier: 3, checks: [dns, ping] }
1769 + - { id: ntp-uk-pool, name: "pool.ntp.org UK", host: uk.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: GB, imp: 3, tier: 3, checks: [dns, ping] }
1770 + - { id: ntp-jp-pool, name: "pool.ntp.org JP", host: jp.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: JP, imp: 3, tier: 3, checks: [dns, ping] }
1771 + - { id: ntp-cn-pool, name: "pool.ntp.org CN", host: cn.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: CN, imp: 3, tier: 3, checks: [dns, ping] }
1772 + - { id: ntp-in-pool, name: "pool.ntp.org IN", host: in.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: IN, imp: 3, tier: 3, checks: [dns, ping] }
1773 + - { id: ntp-br-pool, name: "pool.ntp.org BR", host: br.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: BR, imp: 3, tier: 3, checks: [dns, ping] }
1774 + - { id: ntp-au-pool, name: "pool.ntp.org AU", host: au.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: AU, imp: 3, tier: 3, checks: [dns, ping] }
1775 + - { id: ntp-za-pool, name: "pool.ntp.org ZA", host: za.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: ZA, imp: 3, tier: 3, checks: [dns, ping] }
1776 + - { id: ntp-mx-pool, name: "pool.ntp.org MX", host: mx.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: MX, imp: 3, tier: 3, checks: [dns, ping] }
1777 + - { id: ntp-sg-pool, name: "pool.ntp.org SG", host: sg.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: SG, imp: 3, tier: 3, checks: [dns, ping] }
1778 + - { id: ntp-nl-pool, name: "pool.ntp.org NL", host: nl.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: NL, imp: 3, tier: 3, checks: [dns, ping] }
1779 + - { id: ntp-pl-pool, name: "pool.ntp.org PL", host: pl.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: PL, imp: 3, tier: 3, checks: [dns, ping] }
1780 + - { id: ntp-se-pool, name: "pool.ntp.org SE", host: se.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: SE, imp: 3, tier: 3, checks: [dns, ping] }
1781 + - { id: ntp-tr-pool, name: "pool.ntp.org TR", host: tr.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: TR, imp: 3, tier: 3, checks: [dns, ping] }
1782 + - { id: ntp-id-pool, name: "pool.ntp.org ID", host: id.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: ID, imp: 3, tier: 3, checks: [dns, ping] }
1783 + - { id: ntp-ar-pool, name: "pool.ntp.org AR", host: ar.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: AR, imp: 3, tier: 3, checks: [dns, ping] }
1784 + - { id: ntp-ng-pool, name: "pool.ntp.org NG", host: ng.pool.ntp.org, cat: infrastructure, provider: ntp-pool, cc: NG, imp: 3, tier: 3, checks: [dns, ping] }
1785 + - { id: ntp-tik-cesnet-cz, name: "CESNET tik", host: tik.cesnet.cz, cat: infrastructure, provider: cesnet, cc: CZ, imp: 3, tier: 3, checks: [dns, ping] }
1786 + - { id: ntp-tak-cesnet-cz, name: "CESNET tak", host: tak.cesnet.cz, cat: infrastructure, provider: cesnet, cc: CZ, imp: 3, tier: 3, checks: [dns, ping] }
1787 + - { id: ntp-tempus1-gum-gov-pl, name: "GUM tempus1 (Poland)", host: tempus1.gum.gov.pl, cat: infrastructure, provider: gum, cc: PL, imp: 3, tier: 3, checks: [dns, ping] }
1788 + - { id: ntp-tempus2-gum-gov-pl, name: "GUM tempus2", host: tempus2.gum.gov.pl, cat: infrastructure, provider: gum, cc: PL, imp: 3, tier: 3, checks: [dns, ping] }
1789 + - { id: ntp-a-st1-ntp-br, name: "NTP.br a.st1", host: a.st1.ntp.br, cat: infrastructure, provider: nic-br, cc: BR, imp: 4, tier: 2, checks: [dns, ping] }
1790 + - { id: ntp-c-st1-ntp-br, name: "NTP.br c.st1", host: c.st1.ntp.br, cat: infrastructure, provider: nic-br, cc: BR, imp: 3, tier: 3, checks: [dns, ping] }
1791 + - { id: ntp-ntp-cais-rnp-br, name: "RNP NTP (Brazil)", host: ntp.cais.rnp.br, cat: infrastructure, provider: rnp, cc: BR, imp: 3, tier: 3, checks: [dns, ping] }
1792 + - { id: ntp-ntp-shoa-cl, name: "SHOA NTP (Chile)", host: ntp.shoa.cl, cat: infrastructure, provider: shoa, cc: CL, imp: 3, tier: 3, checks: [dns, ping] }
1793 + - { id: ntp-ntp-nic-cz, name: "CZ.NIC NTP", host: ntp.nic.cz, cat: infrastructure, provider: cz-nic, cc: CZ, imp: 3, tier: 3, checks: [dns, ping] }
1794 + - { id: ntp-ntp-time-nl, name: "SIDN Labs time.nl", host: ntp.time.nl, cat: infrastructure, provider: sidn, cc: NL, imp: 3, tier: 3, checks: [dns, ping] }
1795 + - { id: ntp-ntp1-hetzner-de, name: "Hetzner NTP 1", host: ntp1.hetzner.de, cat: infrastructure, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [dns, ping] }
1796 + - { id: ntp-ntp2-hetzner-de, name: "Hetzner NTP 2", host: ntp2.hetzner.de, cat: infrastructure, provider: hetzner, svc: hetzner, cc: DE, imp: 3, tier: 3, checks: [dns, ping] }
1797 + - { id: ntp-0-centos-pool, name: "CentOS NTP pool", host: 0.centos.pool.ntp.org, cat: infrastructure, provider: centos, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1798 + - { id: ntp-0-arch-pool, name: "Arch NTP pool", host: 0.arch.pool.ntp.org, cat: infrastructure, provider: arch, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1799 + - { id: ntp-0-opensuse-pool, name: "openSUSE NTP pool", host: 0.opensuse.pool.ntp.org, cat: infrastructure, provider: opensuse, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1800 + - { id: ntp-0-freebsd-pool, name: "FreeBSD NTP pool", host: 0.freebsd.pool.ntp.org, cat: infrastructure, provider: freebsd, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1801 + - { id: ntp-0-ubuntu-pool, name: "Ubuntu NTP pool", host: 0.ubuntu.pool.ntp.org, cat: infrastructure, provider: canonical, cc: null, imp: 3, tier: 3, checks: [dns, ping] }
1802 + - { id: ntp-0-android-pool, name: "Android NTP pool", host: 0.android.pool.ntp.org, cat: infrastructure, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1803 + - { id: ntp-0-amazon-pool, name: "Amazon NTP pool", host: 0.amazon.pool.ntp.org, cat: infrastructure, provider: aws, svc: aws, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1804 + - { id: ntp-0-rhel-pool, name: "RHEL NTP pool", host: 0.rhel.pool.ntp.org, cat: infrastructure, provider: redhat, cc: null, imp: 2, tier: 4, checks: [dns, ping] }
1805 + - { id: ntp-ntp-jst-mfeed-ad-jp, name: "MFEED NTP (Japan)", host: ntp.jst.mfeed.ad.jp, cat: infrastructure, provider: mfeed, cc: JP, imp: 3, tier: 3, checks: [dns, ping] }
1806 + - { id: ntp-ntp1-jst-mfeed-ad-jp, name: "MFEED NTP 1", host: ntp1.jst.mfeed.ad.jp, cat: infrastructure, provider: mfeed, cc: JP, imp: 2, tier: 4, checks: [dns, ping] }
1807 + - { id: ntp-time-stdtime-gov-tw, name: "Taiwan standard time", host: time.stdtime.gov.tw, cat: infrastructure, provider: tl-tw, cc: TW, imp: 3, tier: 3, checks: [dns, ping] }
1808 + - { id: ntp-tock-stdtime-gov-tw, name: "Taiwan tock", host: tock.stdtime.gov.tw, cat: infrastructure, provider: tl-tw, cc: TW, imp: 2, tier: 4, checks: [dns, ping] }
1809 + - { id: ntp-ntp-ucsd-edu, name: "UCSD NTP", host: ntp.ucsd.edu, cat: infrastructure, provider: ucsd, cc: US, imp: 2, tier: 4, checks: [dns, ping] }
1810 + - { id: ntp-time-ien-it, name: "IEN time (Italy)", host: time.ien.it, cat: infrastructure, provider: inrim, cc: IT, imp: 2, tier: 4, checks: [dns, ping] }
1811 + - { id: ntp-ntps1-0-cs-tu-berlin-de, name: "TU Berlin NTP", host: ntps1-0.cs.tu-berlin.de, cat: infrastructure, provider: tu-berlin, cc: DE, imp: 2, tier: 4, checks: [dns, ping] }
1812 + - { id: ntp-ntp-aalto-fi, name: "Aalto NTP", host: ntp.aalto.fi, cat: infrastructure, provider: aalto, cc: FI, imp: 2, tier: 4, checks: [dns, ping] }
1813 + - { id: ntp-ntp-uio-no, name: "UiO NTP", host: ntp.uio.no, cat: infrastructure, provider: uio, cc: "NO", imp: 2, tier: 4, checks: [dns, ping] }
1814 + - { id: ntp-ntp1-sptime-se, name: "SP Time (Sweden)", host: ntp1.sptime.se, cat: infrastructure, provider: rise, cc: SE, imp: 2, tier: 4, checks: [dns, ping] }
1815 + - { id: ntp-time-smg-gov-mo, name: "SMG time (Macau)", host: time.smg.gov.mo, cat: infrastructure, provider: smg, cc: MO, imp: 2, tier: 4, checks: [dns, ping] }
1816 + - { id: ntp-ntp-sk, name: "ntp.sk", host: ntp.sk, cat: infrastructure, provider: sk-nic, cc: SK, imp: 2, tier: 4, checks: [dns, ping] }
1817 + - { id: ntp-chime1-surfnet-nl, name: "SURFnet chime1", host: chime1.surfnet.nl, cat: infrastructure, provider: surf, cc: NL, imp: 2, tier: 4, checks: [dns, ping] }
1818 + - { id: ntp-ntp-your-org, name: "your.org NTP", host: ntp.your.org, cat: infrastructure, provider: your-org, cc: US, imp: 2, tier: 4, checks: [dns, ping] }
1819 + - { id: ntp-clock-isc-org, name: "ISC clock", host: clock.isc.org, cat: infrastructure, provider: isc, cc: US, imp: 3, tier: 3, checks: [dns, ping] }
1820 + - { id: ntp-clock-nyc-he-net, name: "HE clock NYC", host: clock.nyc.he.net, cat: infrastructure, provider: he, svc: he, cc: US, imp: 3, tier: 3, checks: [dns, ping] }
1821 + - { id: ntp-clock-fmt-he-net, name: "HE clock Fremont", host: clock.fmt.he.net, cat: infrastructure, provider: he, svc: he, cc: US, imp: 2, tier: 4, checks: [dns, ping] }
1822 + - { id: ntp-ntp-online-net, name: "Online.net NTP", host: ntp.online.net, cat: infrastructure, provider: scaleway, svc: scaleway, cc: FR, imp: 2, tier: 4, checks: [dns, ping] }
1823 + - { id: ntp-ntp-ovh-net, name: "OVH NTP", host: ntp.ovh.net, cat: infrastructure, provider: ovh, svc: ovh, cc: FR, imp: 3, tier: 3, checks: [dns, ping] }
1824 + - { id: ntp-ntp0-ovh-net, name: "OVH NTP 0", host: ntp0.ovh.net, cat: infrastructure, provider: ovh, svc: ovh, cc: FR, imp: 2, tier: 4, checks: [dns, ping] }
1825 + - { id: ntp-ntp1-fau-de, name: "FAU NTP", host: ntp1.fau.de, cat: infrastructure, provider: fau, cc: DE, imp: 2, tier: 4, checks: [dns, ping] }
1826 + - { id: ntp-ntp-belnet-be, name: "BELNET NTP", host: ntp.belnet.be, cat: infrastructure, provider: belnet, cc: BE, imp: 2, tier: 4, checks: [dns, ping] }
1827 + - { id: ntp-ntp-obspm-fr, name: "Observatoire de Paris NTP", host: ntp.obspm.fr, cat: infrastructure, provider: obspm, cc: FR, imp: 3, tier: 3, checks: [dns, ping] }
1828 + - { id: ntp-ntp-unice-fr, name: "Unice NTP", host: ntp.unice.fr, cat: infrastructure, provider: unice, cc: FR, imp: 2, tier: 4, checks: [dns, ping] }
1829 + - { id: ntp-ntp-ien-it, name: "IEN NTP", host: ntp.ien.it, cat: infrastructure, provider: inrim, cc: IT, imp: 2, tier: 4, checks: [dns, ping] }
1830 + - { id: ntp-ntp-grnet-gr, name: "GRnet NTP", host: ntp.grnet.gr, cat: infrastructure, provider: grnet, cc: GR, imp: 2, tier: 4, checks: [dns, ping] }
1831 + - { id: ntp-ntp-heanet-ie, name: "HEAnet NTP", host: ntp.heanet.ie, cat: infrastructure, provider: heanet, cc: IE, imp: 2, tier: 4, checks: [dns, ping] }
1832 + - { id: ntp-ntp-is-co-za, name: "IS NTP (South Africa)", host: ntp.is.co.za, cat: infrastructure, provider: is, cc: ZA, imp: 2, tier: 4, checks: [dns, ping] }
1833 + - { id: ntp-ntp-saix-net, name: "SAIX NTP", host: ntp.saix.net, cat: infrastructure, provider: telkom-za, cc: ZA, imp: 2, tier: 4, checks: [dns, ping] }
1834 + - { id: ntp-ntp-pads-ufrj-br, name: "UFRJ NTP", host: ntp.pads.ufrj.br, cat: infrastructure, provider: ufrj, cc: BR, imp: 2, tier: 4, checks: [dns, ping] }
1835 + - { id: ntp-gps-ntp-br, name: "NTP.br GPS", host: gps.ntp.br, cat: infrastructure, provider: nic-br, cc: BR, imp: 3, tier: 3, checks: [dns, ping] }
1836 + - { id: ntp-ntp-uchile-cl, name: "UChile NTP", host: ntp.uchile.cl, cat: infrastructure, provider: uchile, cc: CL, imp: 2, tier: 4, checks: [dns, ping] }
1837 + - { id: ntp-time-chu-nrc-ca, name: "NRC CHU time", host: time.chu.nrc.ca, cat: infrastructure, provider: nrc, cc: CA, imp: 2, tier: 4, checks: [dns, ping] }
1838 + - { id: ntp-ntp-torix-ca, name: "TorIX NTP", host: ntp.torix.ca, cat: infrastructure, provider: torix, cc: CA, imp: 3, tier: 3, checks: [dns, ping] }
1839 + - { id: ntp-ntp-qix-ca, name: "QIX NTP", host: ntp.qix.ca, cat: infrastructure, provider: qix, cc: CA, imp: 3, tier: 3, checks: [dns, ping] }
1840 + - { id: ntp-ntp-bahnhof-se, name: "Bahnhof NTP", host: ntp.bahnhof.se, cat: infrastructure, provider: bahnhof, cc: SE, imp: 2, tier: 4, checks: [dns, ping] }
1841 + - { id: ntp-ntp1-kpn-net, name: "KPN NTP", host: ntp1.kpn.net, cat: infrastructure, provider: kpn, cc: NL, imp: 2, tier: 4, checks: [dns, ping] }
1842 + - { id: ntp-ntp-switch-ch, name: "SWITCH NTP", host: ntp.switch.ch, cat: infrastructure, provider: switch, cc: CH, imp: 3, tier: 3, checks: [dns, ping] }
1843 + - { id: ntp-ntp-1und1-de, name: "1&1 NTP", host: ntp.1und1.de, cat: infrastructure, provider: united-internet, cc: DE, imp: 2, tier: 4, checks: [dns, ping] }
1844 + - { id: ntp-ntp-vodafone-de, name: "Vodafone DE NTP", host: ntp.vodafone.de, cat: infrastructure, provider: vodafone, cc: DE, imp: 2, tier: 4, checks: [dns, ping] }
1845 + - { id: ntp-ntp-optus-net, name: "Optus NTP", host: ntp.optus.net, cat: infrastructure, provider: optus, cc: AU, imp: 2, tier: 4, checks: [dns, ping] }
1846 + - { id: ntp-ntp-iinet-net-au, name: "iiNet NTP", host: ntp.iinet.net.au, cat: infrastructure, provider: iinet, cc: AU, imp: 2, tier: 4, checks: [dns, ping] }
1847 + - { id: ntp-ntp-internode-on-net, name: "Internode NTP", host: ntp.internode.on.net, cat: infrastructure, provider: tpg, cc: AU, imp: 2, tier: 4, checks: [dns, ping] }
1848 +
1849 + # ───────── PKI — CAs, OCSP/CRL, CT logs, ACME (155)
1850 + - { id: pki-x1-i-lencr-org, name: "Let's Encrypt AIA X1", host: x1.i.lencr.org, url: "http://x1.i.lencr.org/", cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1851 + - { id: pki-e5-i-lencr-org, name: "Let's Encrypt AIA E5", host: e5.i.lencr.org, url: "http://e5.i.lencr.org/", cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1852 + - { id: pki-r10-i-lencr-org, name: "Let's Encrypt AIA R10", host: r10.i.lencr.org, url: "http://r10.i.lencr.org/", cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1853 + - { id: pki-e5-c-lencr-org, name: "Let's Encrypt CRL E5", host: e5.c.lencr.org, url: "http://e5.c.lencr.org/", cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1854 + - { id: pki-r10-c-lencr-org, name: "Let's Encrypt CRL R10", host: r10.c.lencr.org, url: "http://r10.c.lencr.org/", cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1855 + - { id: pki-valid-isrgrootx1-letsencrypt-org, name: "Let's Encrypt ISRG Root X1 test", host: valid-isrgrootx1.letsencrypt.org, cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1856 + - { id: pki-valid-isrgrootx2-letsencrypt-org, name: "Let's Encrypt ISRG Root X2 test", host: valid-isrgrootx2.letsencrypt.org, cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1857 + - { id: pki-letsencrypt-status-io, name: "Let's Encrypt status", host: letsencrypt.status.io, cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1858 + - { id: pki-ocsp-usertrust-com, name: "Sectigo/USERTrust OCSP", host: ocsp.usertrust.com, url: "http://ocsp.usertrust.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1859 + - { id: pki-crl-usertrust-com, name: "USERTrust CRL", host: crl.usertrust.com, url: "http://crl.usertrust.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1860 + - { id: pki-ocsp-comodoca-com, name: "Comodo CA OCSP", host: ocsp.comodoca.com, url: "http://ocsp.comodoca.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1861 + - { id: pki-crl-comodoca-com, name: "Comodo CA CRL", host: crl.comodoca.com, url: "http://crl.comodoca.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1862 + - { id: pki-crt-comodoca-com, name: "Comodo CA AIA", host: crt.comodoca.com, url: "http://crt.comodoca.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1863 + - { id: pki-crl-sectigo-com, name: "Sectigo CRL", host: crl.sectigo.com, url: "http://crl.sectigo.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1864 + - { id: pki-crt-sectigo-com, name: "Sectigo AIA", host: crt.sectigo.com, url: "http://crt.sectigo.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1865 + - { id: pki-secure-globalsign-com, name: "GlobalSign AIA", host: secure.globalsign.com, url: "http://secure.globalsign.com/", cat: infrastructure, provider: globalsign, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1866 + - { id: pki-crl-globalsign-com, name: "GlobalSign CRL", host: crl.globalsign.com, url: "http://crl.globalsign.com/", cat: infrastructure, provider: globalsign, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1867 + - { id: pki-ocsp2-globalsign-com, name: "GlobalSign OCSP 2", host: ocsp2.globalsign.com, url: "http://ocsp2.globalsign.com/", cat: infrastructure, provider: globalsign, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1868 + - { id: pki-status-geotrust-com, name: "GeoTrust OCSP", host: status.geotrust.com, url: "http://status.geotrust.com/", cat: infrastructure, provider: digicert, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1869 + - { id: pki-status-thawte-com, name: "Thawte OCSP", host: status.thawte.com, url: "http://status.thawte.com/", cat: infrastructure, provider: digicert, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1870 + - { id: pki-status-rapidssl-com, name: "RapidSSL OCSP", host: status.rapidssl.com, url: "http://status.rapidssl.com/", cat: infrastructure, provider: digicert, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1871 + - { id: pki-crl3-digicert-com, name: "DigiCert CRL 3", host: crl3.digicert.com, url: "http://crl3.digicert.com/", cat: infrastructure, provider: digicert, cc: null, imp: 5, tier: 2, checks: [http, dns] }
1872 + - { id: pki-crl4-digicert-com, name: "DigiCert CRL 4", host: crl4.digicert.com, url: "http://crl4.digicert.com/", cat: infrastructure, provider: digicert, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1873 + - { id: pki-cacerts-digicert-com, name: "DigiCert AIA", host: cacerts.digicert.com, url: "http://cacerts.digicert.com/", cat: infrastructure, provider: digicert, cc: null, imp: 4, tier: 2, checks: [http, dns] }
1874 + - { id: pki-ocsp-dcocsp-cn, name: "DigiCert OCSP China", host: ocsp.dcocsp.cn, url: "http://ocsp.dcocsp.cn/", cat: infrastructure, provider: digicert, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1875 + - { id: pki-crl-identrust-com, name: "IdenTrust CRL", host: crl.identrust.com, url: "http://crl.identrust.com/", cat: infrastructure, provider: identrust, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1876 + - { id: pki-validation-identrust-com, name: "IdenTrust OCSP", host: validation.identrust.com, url: "http://validation.identrust.com/", cat: infrastructure, provider: identrust, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1877 + - { id: pki-mscrl-microsoft-com, name: "Microsoft CRL 2", host: mscrl.microsoft.com, url: "http://mscrl.microsoft.com/", cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1878 + - { id: pki-microsoft-com-microsoft-pki-ops, name: "Microsoft PKI ops", host: www.microsoft.com, url: "https://www.microsoft.com/pkiops/certs/", cat: infrastructure, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 3, checks: [http] }
1879 + - { id: pki-crl-entrust-net, name: "Entrust CRL", host: crl.entrust.net, url: "http://crl.entrust.net/", cat: infrastructure, provider: entrust, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1880 + - { id: pki-aia-entrust-net, name: "Entrust AIA", host: aia.entrust.net, url: "http://aia.entrust.net/", cat: infrastructure, provider: entrust, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1881 + - { id: pki-ocsp-starfieldtech-com, name: "Starfield OCSP (GoDaddy)", host: ocsp.starfieldtech.com, url: "http://ocsp.starfieldtech.com/", cat: infrastructure, provider: godaddy, svc: godaddy, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1882 + - { id: pki-certificates-godaddy-com, name: "GoDaddy AIA", host: certificates.godaddy.com, url: "http://certificates.godaddy.com/", cat: infrastructure, provider: godaddy, svc: godaddy, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1883 + - { id: pki-crl-godaddy-com, name: "GoDaddy CRL", host: crl.godaddy.com, url: "http://crl.godaddy.com/", cat: infrastructure, provider: godaddy, svc: godaddy, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1884 + - { id: pki-crl-starfieldtech-com, name: "Starfield CRL", host: crl.starfieldtech.com, url: "http://crl.starfieldtech.com/", cat: infrastructure, provider: godaddy, svc: godaddy, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1885 + - { id: pki-crl-apple-com, name: "Apple CRL", host: crl.apple.com, url: "http://crl.apple.com/", cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1886 + - { id: pki-certs-apple-com, name: "Apple AIA", host: certs.apple.com, cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1887 + - { id: pki-valid-apple-com, name: "Apple validation", host: valid.apple.com, url: "http://valid.apple.com/", cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1888 + - { id: pki-ocsp2-apple-com, name: "Apple OCSP 2", host: ocsp2.apple.com, url: "http://ocsp2.apple.com/", cat: infrastructure, provider: apple, svc: apple, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1889 + - { id: pki-ocsp-rootca2-amazontrust-com, name: "Amazon Trust OCSP Root CA 2", host: ocsp.rootca2.amazontrust.com, url: "http://ocsp.rootca2.amazontrust.com/", cat: infrastructure, provider: aws, svc: aws, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1890 + - { id: pki-crl-rootca1-amazontrust-com, name: "Amazon Trust CRL Root CA 1", host: crl.rootca1.amazontrust.com, url: "http://crl.rootca1.amazontrust.com/", cat: infrastructure, provider: aws, svc: aws, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1891 + - { id: pki-ocsp-r2m01-amazontrust-com, name: "Amazon Trust OCSP R2M01", host: ocsp.r2m01.amazontrust.com, url: "http://ocsp.r2m01.amazontrust.com/", cat: infrastructure, provider: aws, svc: aws, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1892 + - { id: pki-crt-r2m01-amazontrust-com, name: "Amazon Trust AIA R2M01", host: crt.r2m01.amazontrust.com, url: "http://crt.r2m01.amazontrust.com/", cat: infrastructure, provider: aws, svc: aws, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1893 + - { id: pki-crl-r2m01-amazontrust-com, name: "Amazon Trust CRL R2M01", host: crl.r2m01.amazontrust.com, url: "http://crl.r2m01.amazontrust.com/", cat: infrastructure, provider: aws, svc: aws, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1894 + - { id: pki-o-pki-goog, name: "Google Trust Services OCSP (o.pki.goog)", host: o.pki.goog, url: "http://o.pki.goog/", cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1895 + - { id: pki-c-pki-goog, name: "Google Trust Services CRL", host: c.pki.goog, url: "http://c.pki.goog/", cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 2, checks: [http, dns] }
1896 + - { id: pki-i-pki-goog, name: "Google Trust Services AIA", host: i.pki.goog, url: "http://i.pki.goog/", cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1897 + - { id: pki-ocsp-quovadisglobal-com, name: "QuoVadis OCSP", host: ocsp.quovadisglobal.com, url: "http://ocsp.quovadisglobal.com/", cat: infrastructure, provider: digicert, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1898 + - { id: pki-ocsp-swisssign-net, name: "SwissSign OCSP", host: ocsp.swisssign.net, url: "http://ocsp.swisssign.net/", cat: infrastructure, provider: swisssign, cc: CH, imp: 3, tier: 3, checks: [http, dns] }
1899 + - { id: pki-ocsp-buypass-com, name: "Buypass OCSP", host: ocsp.buypass.com, url: "http://ocsp.buypass.com/", cat: infrastructure, provider: buypass, cc: "NO", imp: 3, tier: 3, checks: [http, dns] }
1900 + - { id: pki-ocsps-ssl-com, name: "SSL.com OCSP", host: ocsps.ssl.com, url: "http://ocsps.ssl.com/", cat: infrastructure, provider: ssl-com, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1901 + - { id: pki-ocsp-certum-pl, name: "Certum OCSP", host: ocsp.certum.pl, url: "http://ocsp.certum.pl/", cat: infrastructure, provider: certum, cc: PL, imp: 3, tier: 3, checks: [http, dns] }
1902 + - { id: pki-ocsp-telesec-de, name: "TeleSec OCSP", host: ocsp.telesec.de, url: "http://ocsp.telesec.de/", cat: infrastructure, provider: dt, cc: DE, imp: 3, tier: 3, checks: [http, dns] }
1903 + - { id: pki-ocsp-actalis-it, name: "Actalis OCSP", host: ocsp.actalis.it, url: "http://ocsp.actalis.it/", cat: infrastructure, provider: actalis, cc: IT, imp: 3, tier: 3, checks: [http, dns] }
1904 + - { id: pki-ocsp-harica-gr, name: "HARICA OCSP", host: ocsp.harica.gr, url: "http://ocsp.harica.gr/", cat: infrastructure, provider: harica, cc: GR, imp: 3, tier: 3, checks: [http, dns] }
1905 + - { id: pki-ocsp-izenpe-com, name: "Izenpe OCSP", host: ocsp.izenpe.com, url: "http://ocsp.izenpe.com/", cat: infrastructure, provider: izenpe, cc: ES, imp: 2, tier: 4, checks: [http, dns] }
1906 + - { id: pki-ocsp-firmaprofesional-com, name: "Firmaprofesional OCSP", host: ocsp.firmaprofesional.com, url: "http://ocsp.firmaprofesional.com/", cat: infrastructure, provider: firmaprofesional, cc: ES, imp: 2, tier: 4, checks: [http, dns] }
1907 + - { id: pki-ocsp-camerfirma-com, name: "Camerfirma OCSP", host: ocsp.camerfirma.com, url: "http://ocsp.camerfirma.com/", cat: infrastructure, provider: camerfirma, cc: ES, imp: 2, tier: 4, checks: [http, dns] }
1908 + - { id: pki-ocsp-accv-es, name: "ACCV OCSP", host: ocsp.accv.es, url: "http://ocsp.accv.es/", cat: infrastructure, provider: accv, cc: ES, imp: 2, tier: 4, checks: [http, dns] }
1909 + - { id: pki-ocsp-certsign-ro, name: "certSIGN OCSP", host: ocsp.certsign.ro, url: "http://ocsp.certsign.ro/", cat: infrastructure, provider: certsign, cc: RO, imp: 2, tier: 4, checks: [http, dns] }
1910 + - { id: pki-ocsp-cybertrust-ne-jp, name: "Cybertrust Japan OCSP", host: ocsp.cybertrust.ne.jp, url: "http://ocsp.cybertrust.ne.jp/", cat: infrastructure, provider: cybertrust-jp, cc: JP, imp: 2, tier: 4, checks: [http, dns] }
1911 + - { id: pki-ocsp-trust-provider-com, name: "Trust Provider OCSP (Sectigo)", host: ocsp.trust-provider.com, url: "http://ocsp.trust-provider.com/", cat: infrastructure, provider: sectigo, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1912 + - { id: pki-ocsp-wisekey-com, name: "WISeKey OCSP", host: ocsp.wisekey.com, url: "http://ocsp.wisekey.com/", cat: infrastructure, provider: wisekey, cc: CH, imp: 2, tier: 4, checks: [http, dns] }
1913 + - { id: pki-ocsp-certigna-fr, name: "Certigna OCSP", host: ocsp.certigna.fr, url: "http://ocsp.certigna.fr/", cat: infrastructure, provider: certigna, cc: FR, imp: 2, tier: 4, checks: [http, dns] }
1914 + - { id: pki-ocsp-tcs-terena-org, name: "TERENA/GEANT TCS OCSP", host: ocsp.tcs.terena.org, url: "http://ocsp.tcs.terena.org/", cat: infrastructure, provider: geant, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1915 + - { id: pki-ocsp-sheca-com, name: "SHECA OCSP", host: ocsp.sheca.com, url: "http://ocsp.sheca.com/", cat: infrastructure, provider: sheca, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1916 + - { id: pki-ocsp-cfca-com-cn, name: "CFCA OCSP", host: ocsp.cfca.com.cn, url: "http://ocsp.cfca.com.cn/", cat: infrastructure, provider: cfca, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1917 + - { id: pki-ocsp-wotrus-com, name: "WoTrus OCSP", host: ocsp.wotrus.com, url: "http://ocsp.wotrus.com/", cat: infrastructure, provider: wotrus, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1918 + - { id: pki-ocsp-gdca-com-cn, name: "GDCA OCSP", host: ocsp.gdca.com.cn, url: "http://ocsp.gdca.com.cn/", cat: infrastructure, provider: gdca, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1919 + - { id: pki-ocsp-emsign-com, name: "eMudhra emSign OCSP", host: ocsp.emsign.com, url: "http://ocsp.emsign.com/", cat: infrastructure, provider: emsign, cc: IN, imp: 2, tier: 4, checks: [http, dns] }
1920 + - { id: pki-ocsp-affirmtrust-com, name: "AffirmTrust OCSP", host: ocsp.affirmtrust.com, url: "http://ocsp.affirmtrust.com/", cat: infrastructure, provider: entrust, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1921 + - { id: pki-ct-googleapis-com, name: "Google CT logs landing", host: ct.googleapis.com, cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1922 + - { id: pki-ct-cloudflare-com, name: "Cloudflare Nimbus CT logs", host: ct.cloudflare.com, cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1923 + - { id: pki-ct-trustasia-com, name: "TrustAsia CT log", host: ct.trustasia.com, cat: infrastructure, provider: trustasia, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
1924 + - { id: pki-sphinx-ct-digicert-com, name: "DigiCert Sphinx CT log", host: sphinx.ct.digicert.com, cat: infrastructure, provider: digicert, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1925 + - { id: pki-wyvern-ct-digicert-com, name: "DigiCert Wyvern CT log", host: wyvern.ct.digicert.com, cat: infrastructure, provider: digicert, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1926 + - { id: pki-certificate-transparency-dev, name: "certificate.transparency.dev", host: certificate.transparency.dev, cat: infrastructure, provider: google, svc: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1927 + - { id: pki-ssl-com, name: "SSL.com", host: www.ssl.com, cat: infrastructure, provider: ssl-com, cc: US, imp: 3, tier: 3, checks: [http] }
1928 + - { id: pki-buypass-com, name: "Buypass", host: buypass.com, cat: infrastructure, provider: buypass, cc: "NO", imp: 3, tier: 3, checks: [http, dns] }
1929 + - { id: pki-certum-eu, name: "Certum", host: www.certum.eu, cat: infrastructure, provider: certum, cc: PL, imp: 3, tier: 3, checks: [http] }
1930 + - { id: pki-entrust-com, name: "Entrust", host: www.entrust.com, cat: infrastructure, provider: entrust, cc: US, imp: 4, tier: 3, checks: [http] }
1931 + - { id: pki-harica-gr, name: "HARICA", host: www.harica.gr, cat: infrastructure, provider: harica, cc: GR, imp: 3, tier: 3, checks: [http] }
1932 + - { id: pki-actalis-it, name: "Actalis", host: www.actalis.it, cat: infrastructure, provider: actalis, cc: IT, imp: 3, tier: 3, checks: [http] }
1933 + - { id: pki-swisssign-com, name: "SwissSign", host: www.swisssign.com, cat: infrastructure, provider: swisssign, cc: CH, imp: 3, tier: 3, checks: [http] }
1934 + - { id: pki-d-trust-net, name: "D-Trust", host: www.d-trust.net, cat: infrastructure, provider: d-trust, cc: DE, imp: 3, tier: 3, checks: [http] }
1935 + - { id: pki-telesec-de, name: "TeleSec", host: www.telesec.de, cat: infrastructure, provider: dt, cc: DE, imp: 2, tier: 4, checks: [http] }
1936 + - { id: pki-izenpe-com, name: "Izenpe", host: www.izenpe.com, cat: infrastructure, provider: izenpe, cc: ES, imp: 2, tier: 4, checks: [http] }
1937 + - { id: pki-certsign-ro, name: "certSIGN", host: www.certsign.ro, cat: infrastructure, provider: certsign, cc: RO, imp: 2, tier: 4, checks: [http] }
1938 + - { id: pki-e-tugra-com-tr, name: "E-Tugra", host: www.e-tugra.com.tr, cat: infrastructure, provider: e-tugra, cc: TR, imp: 2, tier: 4, checks: [http] }
1939 + - { id: pki-camerfirma-com, name: "Camerfirma", host: www.camerfirma.com, cat: infrastructure, provider: camerfirma, cc: ES, imp: 2, tier: 4, checks: [http] }
1940 + - { id: pki-firmaprofesional-com, name: "Firmaprofesional", host: www.firmaprofesional.com, cat: infrastructure, provider: firmaprofesional, cc: ES, imp: 2, tier: 4, checks: [http] }
1941 + - { id: pki-accv-es, name: "ACCV", host: www.accv.es, cat: infrastructure, provider: accv, cc: ES, imp: 2, tier: 4, checks: [http] }
1942 + - { id: pki-secomtrust-net, name: "SECOM Trust", host: www.secomtrust.net, cat: infrastructure, provider: secom, cc: JP, imp: 2, tier: 4, checks: [http] }
1943 + - { id: pki-cybertrust-co-jp, name: "Cybertrust Japan", host: www.cybertrust.co.jp, cat: infrastructure, provider: cybertrust-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
1944 + - { id: pki-trustwave-com, name: "Trustwave", host: www.trustwave.com, cat: infrastructure, provider: trustwave, cc: US, imp: 2, tier: 4, checks: [http] }
1945 + - { id: pki-identrust-com, name: "IdenTrust", host: www.identrust.com, cat: infrastructure, provider: identrust, cc: US, imp: 3, tier: 3, checks: [http] }
1946 + - { id: pki-geotrust-com, name: "GeoTrust", host: www.geotrust.com, cat: infrastructure, provider: digicert, cc: US, imp: 2, tier: 4, checks: [http] }
1947 + - { id: pki-thawte-com, name: "Thawte", host: www.thawte.com, cat: infrastructure, provider: digicert, cc: US, imp: 2, tier: 4, checks: [http] }
1948 + - { id: pki-rapidssl-com, name: "RapidSSL", host: www.rapidssl.com, cat: infrastructure, provider: digicert, cc: US, imp: 2, tier: 4, checks: [http] }
1949 + - { id: pki-wisekey-com, name: "WISeKey", host: www.wisekey.com, cat: infrastructure, provider: wisekey, cc: CH, imp: 2, tier: 4, checks: [http] }
1950 + - { id: pki-certigna-com, name: "Certigna", host: www.certigna.com, cat: infrastructure, provider: certigna, cc: FR, imp: 2, tier: 4, checks: [http] }
1951 + - { id: pki-certinomis-fr, name: "Certinomis", host: www.certinomis.fr, cat: infrastructure, provider: certinomis, cc: FR, imp: 2, tier: 4, checks: [http] }
1952 + - { id: pki-sslmate-com, name: "SSLMate", host: www.sslmate.com, cat: infrastructure, provider: sslmate, cc: US, imp: 2, tier: 4, checks: [http] }
1953 + - { id: pki-ssllabs-com, name: "Qualys SSL Labs", host: www.ssllabs.com, cat: infrastructure, provider: qualys, cc: US, imp: 3, tier: 3, checks: [http] }
1954 + - { id: pki-badssl-com, name: "badssl.com", host: badssl.com, cat: infrastructure, provider: google, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1955 + - { id: pki-emsign-com, name: "eMudhra emSign", host: www.emsign.com, cat: infrastructure, provider: emsign, cc: IN, imp: 2, tier: 4, checks: [http] }
1956 + - { id: pki-trustasia-com, name: "TrustAsia", host: www.trustasia.com, cat: infrastructure, provider: trustasia, cc: CN, imp: 2, tier: 4, checks: [http] }
1957 + - { id: pki-cfca-com-cn, name: "CFCA", host: www.cfca.com.cn, cat: infrastructure, provider: cfca, cc: CN, imp: 2, tier: 4, checks: [http] }
1958 + - { id: pki-sheca-com, name: "SHECA", host: www.sheca.com, cat: infrastructure, provider: sheca, cc: CN, imp: 2, tier: 4, checks: [http] }
1959 + - { id: pki-gdca-com-cn, name: "GDCA", host: www.gdca.com.cn, cat: infrastructure, provider: gdca, cc: CN, imp: 2, tier: 4, checks: [http] }
1960 + - { id: pki-kamusm-bilgem-tubitak-gov-tr, name: "Kamu SM", host: kamusm.bilgem.tubitak.gov.tr, cat: infrastructure, provider: kamusm, cc: TR, imp: 2, tier: 4, checks: [http, dns] }
1961 + - { id: pki-netlock-hu, name: "NetLock", host: www.netlock.hu, cat: infrastructure, provider: netlock, cc: HU, imp: 2, tier: 4, checks: [http] }
1962 + - { id: pki-globaltrust-eu, name: "GLOBALTRUST", host: www.globaltrust.eu, cat: infrastructure, provider: globaltrust, cc: AT, imp: 2, tier: 4, checks: [http] }
1963 + - { id: pki-a-trust-at, name: "A-Trust", host: www.a-trust.at, cat: infrastructure, provider: a-trust, cc: AT, imp: 2, tier: 4, checks: [http] }
1964 + - { id: pki-infocert-it, name: "InfoCert", host: www.infocert.it, cat: infrastructure, provider: infocert, cc: IT, imp: 2, tier: 4, checks: [http] }
1965 + - { id: pki-aruba-it-aruba-pec-ca, name: "Aruba PEC/CA", host: www.aruba.it, url: "https://www.pec.it/", cat: infrastructure, provider: aruba, cc: IT, imp: 2, tier: 4, checks: [http] }
1966 + - { id: pki-certeurope-fr, name: "CertEurope", host: www.certeurope.fr, cat: infrastructure, provider: certeurope, cc: FR, imp: 2, tier: 4, checks: [http] }
1967 + - { id: pki-sectigo-com-sectigo-ssl, name: "Sectigo SSL", host: www.sectigo.com, url: "https://www.sectigo.com/ssl-certificates-tls", cat: infrastructure, provider: sectigo, cc: US, imp: 2, tier: 4, checks: [http] }
1968 + - { id: pki-digicert-com-digicert-tls, name: "DigiCert TLS", host: www.digicert.com, url: "https://www.digicert.com/tls-ssl/tls-ssl-certificates", cat: infrastructure, provider: digicert, cc: US, imp: 2, tier: 4, checks: [http] }
1969 + - { id: pki-globalsign-com-globalsign-ssl, name: "GlobalSign SSL", host: www.globalsign.com, url: "https://www.globalsign.com/en/ssl", cat: infrastructure, provider: globalsign, cc: BE, imp: 2, tier: 4, checks: [http] }
1970 + - { id: pki-zerossl-com-zerossl-acme, name: "ZeroSSL ACME", host: zerossl.com, url: "https://acme.zerossl.com/v2/DV90", cat: infrastructure, provider: zerossl, cc: AT, imp: 3, tier: 3, checks: [http, dns] }
1971 + - { id: pki-acme-zerossl-com, name: "ZeroSSL ACME host", host: acme.zerossl.com, cat: infrastructure, provider: zerossl, cc: AT, imp: 3, tier: 3, checks: [http, dns] }
1972 + - { id: pki-api-zerossl-com, name: "ZeroSSL API", host: api.zerossl.com, cat: infrastructure, provider: zerossl, cc: AT, imp: 2, tier: 4, checks: [http, dns] }
1973 + - { id: pki-acme-ssl-com, name: "SSL.com ACME", host: acme.ssl.com, cat: infrastructure, provider: ssl-com, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1974 + - { id: pki-api-buypass-com-buypass-acme, name: "Buypass ACME", host: api.buypass.com, url: "https://api.buypass.com/acme/directory", cat: infrastructure, provider: buypass, cc: "NO", imp: 3, tier: 3, checks: [http, dns] }
1975 + - { id: pki-dv-acme-v02-api-pki-goog-google-trust-servi, name: "Google Trust Services ACME", host: dv.acme-v02.api.pki.goog, url: "https://dv.acme-v02.api.pki.goog/directory", cat: infrastructure, provider: google, svc: google, cc: null, imp: 4, tier: 3, checks: [http, dns] }
1976 + - { id: pki-acme-sectigo-com, name: "Sectigo ACME", host: acme.sectigo.com, cat: infrastructure, provider: sectigo, cc: US, imp: 3, tier: 3, checks: [http, dns] }
1977 + - { id: pki-acme-entrust-net, name: "Entrust ACME", host: acme.entrust.net, cat: infrastructure, provider: entrust, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1978 + - { id: pki-acme-harica-gr, name: "HARICA ACME", host: acme.harica.gr, cat: infrastructure, provider: harica, cc: GR, imp: 2, tier: 4, checks: [http, dns] }
1979 + - { id: pki-letsencrypt-org, name: "Let's Encrypt www", host: www.letsencrypt.org, cat: infrastructure, provider: isrg, svc: letsencrypt, cc: null, imp: 2, tier: 4, checks: [http] }
1980 + - { id: pki-crt-sh, name: "crt.sh certificate search", host: crt.sh, url: "http://crt.sh/", cat: infrastructure, provider: sectigo, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1981 + - { id: pki-pkioverheid-nl, name: "PKIoverheid (Logius)", host: www.pkioverheid.nl, cat: infrastructure, provider: logius, cc: NL, imp: 2, tier: 4, checks: [http] }
1982 + - { id: pki-fnmt-es, name: "FNMT-RCM", host: www.fnmt.es, cat: infrastructure, provider: fnmt, cc: ES, imp: 2, tier: 4, checks: [http] }
1983 + - { id: pki-ec-europa-eu-eu-trusted-lists, name: "EU Trusted Lists", host: ec.europa.eu, url: "https://ec.europa.eu/tools/lotl/eu-lotl.xml", cat: infrastructure, provider: eu, cc: null, imp: 3, tier: 3, checks: [http, dns] }
1984 + - { id: pki-eidas-ec-europa-eu, name: "eIDAS Dashboard", host: eidas.ec.europa.eu, cat: infrastructure, provider: eu, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1985 + - { id: pki-kir-pl, name: "KIR (Szafir)", host: www.kir.pl, cat: infrastructure, provider: kir, cc: PL, imp: 2, tier: 4, checks: [http] }
1986 + - { id: pki-certum-pl, name: "Certum PL", host: www.certum.pl, cat: infrastructure, provider: certum, cc: PL, imp: 2, tier: 4, checks: [http] }
1987 + - { id: pki-signfiles-com, name: "Secure Soft", host: www.signfiles.com, cat: infrastructure, provider: securesoft, cc: RO, imp: 1, tier: 4, checks: [http] }
1988 + - { id: pki-trustcor-com, name: "TrustCor (distrusted)", host: www.trustcor.com, cat: infrastructure, provider: trustcor, cc: PA, imp: 1, tier: 4, checks: [http] }
1989 + - { id: pki-sslforfree-com, name: "SSL For Free", host: www.sslforfree.com, cat: infrastructure, provider: zerossl, cc: AT, imp: 1, tier: 4, checks: [http] }
1990 + - { id: pki-cloudflare-com-cloudflare-ssl-tls, name: "Cloudflare SSL/TLS", host: www.cloudflare.com, url: "https://www.cloudflare.com/application-services/products/ssl/", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [http] }
1991 + - { id: pki-developers-cloudflare-com-cloudflare-origin, name: "Cloudflare Origin CA docs", host: developers.cloudflare.com, url: "https://developers.cloudflare.com/ssl/origin-configuration/origin-ca/", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1992 + - { id: pki-api-cloudflare-com-cloudflare-certifi, name: "Cloudflare certificates API", host: api.cloudflare.com, url: "https://api.cloudflare.com/client/v4/certificates", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: null, imp: 2, tier: 4, checks: [http, dns] }
1993 + - { id: pki-venafi-com, name: "Venafi", host: www.venafi.com, cat: infrastructure, provider: cyberark, cc: US, imp: 2, tier: 4, checks: [http] }
1994 + - { id: pki-keyfactor-com, name: "Keyfactor", host: www.keyfactor.com, cat: infrastructure, provider: keyfactor, cc: US, imp: 2, tier: 4, checks: [http] }
1995 + - { id: pki-appviewx-com, name: "AppViewX", host: www.appviewx.com, cat: infrastructure, provider: appviewx, cc: US, imp: 1, tier: 4, checks: [http] }
1996 + - { id: pki-ejbca-org, name: "EJBCA", host: www.ejbca.org, cat: infrastructure, provider: keyfactor, cc: SE, imp: 2, tier: 4, checks: [http] }
1997 + - { id: pki-smallstep-com, name: "Smallstep", host: smallstep.com, cat: infrastructure, provider: smallstep, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1998 + - { id: pki-cert-manager-io, name: "cert-manager", host: cert-manager.io, cat: infrastructure, provider: cncf, cc: US, imp: 2, tier: 4, checks: [http, dns] }
1999 + - { id: pki-acmeclients-com, name: "ACME clients list", host: acmeclients.com, cat: infrastructure, provider: acmeclients, cc: null, imp: 1, tier: 4, checks: [http, dns] }
2000 + - { id: pki-certbot-org, name: "Certbot (EFF)", host: www.certbot.org, cat: infrastructure, provider: eff, cc: US, imp: 3, tier: 3, checks: [http] }
2001 + - { id: pki-certbot-eff-org, name: "Certbot docs", host: certbot.eff.org, cat: infrastructure, provider: eff, cc: US, imp: 3, tier: 3, checks: [http, dns] }
2002 + - { id: pki-eff-org, name: "EFF", host: www.eff.org, cat: infrastructure, provider: eff, cc: US, imp: 3, tier: 3, checks: [http] }
2003 + - { id: pki-go-dev-go-dl, name: "Go dl", host: go.dev, url: "https://go.dev/dl/", cat: infrastructure, provider: google, cc: null, imp: 3, tier: 3, checks: [http, dns] }
2004 + - { id: pki-ocsp-digicert-cn, name: "DigiCert China OCSP", host: ocsp.digicert.cn, url: "http://ocsp.digicert.cn/", cat: infrastructure, provider: digicert, cc: CN, imp: 2, tier: 4, checks: [http, dns] }
2005 +
2006 + # ───────── Internet exchange points (119)
2007 + - { id: ixp-nl-ix, name: "NL-ix", host: www.nl-ix.net, cat: infrastructure, provider: nl-ix, cc: NL, imp: 4, tier: 3, checks: [http] }
2008 + - { id: ixp-lonap, name: "LONAP", host: www.lonap.net, cat: infrastructure, provider: lonap, cc: GB, imp: 3, tier: 3, checks: [http] }
2009 + - { id: ixp-dix, name: "DIX", host: www.dix.dk, cat: infrastructure, provider: dix, cc: DK, imp: 3, tier: 3, checks: [http] }
2010 + - { id: ixp-interlan, name: "InterLAN", host: www.interlan.ro, cat: infrastructure, provider: interlan, cc: RO, imp: 3, tier: 3, checks: [http] }
2011 + - { id: ixp-uae-ix, name: "UAE-IX", host: www.uae-ix.net, cat: infrastructure, provider: uae-ix, cc: AE, imp: 3, tier: 3, checks: [http] }
2012 + - { id: ixp-inx-za-jinx-cinx-dinx, name: "INX-ZA (JINX/CINX/DINX)", host: www.inx.net.za, cat: infrastructure, provider: inx, cc: ZA, imp: 3, tier: 3, checks: [http] }
2013 + - { id: ixp-ixpn, name: "IXPN", host: ixp.net.ng, cat: infrastructure, provider: ixp, cc: NG, imp: 3, tier: 3, checks: [http] }
2014 + - { id: ixp-cabase-ix, name: "CABASE IX", host: www.cabase.org.ar, cat: infrastructure, provider: cabase, cc: AR, imp: 3, tier: 3, checks: [http] }
2015 + - { id: ixp-pit-chile, name: "PIT Chile", host: www.pitchile.cl, cat: infrastructure, provider: pitchile, cc: CL, imp: 3, tier: 3, checks: [http] }
2016 + - { id: ixp-mice, name: "MICE", host: micemn.net, cat: infrastructure, provider: micemn, cc: US, imp: 3, tier: 3, checks: [http] }
2017 + - { id: ixp-cix-atl, name: "CIX-ATL", host: www.cix-atl.net, cat: infrastructure, provider: cix-atl, cc: US, imp: 2, tier: 4, checks: [http] }
2018 + - { id: ixp-bbix, name: "BBIX", host: www.bbix.net, cat: infrastructure, provider: bbix, cc: JP, imp: 3, tier: 3, checks: [http] }
2019 + - { id: ixp-jpix, name: "JPIX", host: www.jpix.ad.jp, cat: infrastructure, provider: jpix, cc: JP, imp: 3, tier: 3, checks: [http] }
2020 + - { id: ixp-iix, name: "IIX", host: www.iix.net.id, cat: infrastructure, provider: iix, cc: ID, imp: 3, tier: 3, checks: [http] }
2021 + - { id: ixp-myix, name: "MyIX", host: www.myix.my, cat: infrastructure, provider: myix, cc: MY, imp: 3, tier: 3, checks: [http] }
2022 + - { id: ixp-vnix, name: "VNIX", host: vnix.vn, cat: infrastructure, provider: vnix, cc: VN, imp: 3, tier: 3, checks: [http] }
2023 + - { id: ixp-nixi, name: "NIXI", host: nixi.in, cat: infrastructure, provider: nixi, cc: IN, imp: 3, tier: 3, checks: [http] }
2024 + - { id: ixp-ecix-megaport, name: "ECIX (Megaport)", host: www.ecix.net, cat: infrastructure, provider: ecix, cc: DE, imp: 2, tier: 4, checks: [http] }
2025 + - { id: ixp-bnix, name: "BNIX", host: www.bnix.net, cat: infrastructure, provider: bnix, cc: BE, imp: 3, tier: 3, checks: [http] }
2026 + - { id: ixp-lu-cix, name: "LU-CIX", host: www.lu-cix.lu, cat: infrastructure, provider: lu-cix, cc: LU, imp: 3, tier: 3, checks: [http] }
2027 + - { id: ixp-ix-australia, name: "IX Australia", host: www.ix.asn.au, cat: infrastructure, provider: ix, cc: AU, imp: 3, tier: 3, checks: [http] }
2028 + - { id: ixp-megaport-ix, name: "Megaport IX", host: www.megaport.com, url: "https://www.megaport.com/services/megaix/", cat: infrastructure, provider: megaport, cc: AU, imp: 3, tier: 3, checks: [http] }
2029 + - { id: ixp-tpix-taiwan, name: "TPIX Taiwan", host: www.tpix.net.tw, cat: infrastructure, provider: tpix, cc: TW, imp: 2, tier: 4, checks: [http] }
2030 + - { id: ixp-twix, name: "TWIX", host: www.twix.net, cat: infrastructure, provider: twix, cc: TW, imp: 2, tier: 4, checks: [http] }
2031 + - { id: ixp-phopenix, name: "PhOpenIX", host: www.phopenix.net, cat: infrastructure, provider: phopenix, cc: PH, imp: 2, tier: 4, checks: [http] }
2032 + - { id: ixp-balcan-ix, name: "Balcan-IX", host: www.balcan-ix.net, cat: infrastructure, provider: balcan-ix, cc: RO, imp: 2, tier: 4, checks: [http] }
2033 + - { id: ixp-sox-serbia, name: "SOX Serbia", host: www.sox.rs, cat: infrastructure, provider: sox, cc: RS, imp: 2, tier: 4, checks: [http] }
2034 + - { id: ixp-nix-sk, name: "NIX.SK", host: www.nix.sk, cat: infrastructure, provider: nix, cc: SK, imp: 2, tier: 4, checks: [http] }
2035 + - { id: ixp-six-si, name: "SIX.SI", host: www.six.si, cat: infrastructure, provider: six, cc: SI, imp: 2, tier: 4, checks: [http] }
2036 + - { id: ixp-cix-croatia, name: "CIX Croatia", host: www.cix.hr, cat: infrastructure, provider: cix, cc: HR, imp: 2, tier: 4, checks: [http] }
2037 + - { id: ixp-ua-ix, name: "UA-IX", host: www.ix.net.ua, cat: infrastructure, provider: ix, cc: UA, imp: 3, tier: 3, checks: [http] }
2038 + - { id: ixp-dtel-ix, name: "DTEL-IX", host: www.dtel-ix.net, cat: infrastructure, provider: dtel-ix, cc: UA, imp: 2, tier: 4, checks: [http] }
2039 + - { id: ixp-ficix, name: "FICIX", host: www.ficix.fi, cat: infrastructure, provider: ficix, cc: FI, imp: 3, tier: 3, checks: [http] }
2040 + - { id: ixp-nix-no, name: "NIX.NO", host: www.nix.no, cat: infrastructure, provider: nix, cc: "NO", imp: 3, tier: 3, checks: [http] }
2041 + - { id: ixp-sthix, name: "STHIX", host: www.sthix.net, cat: infrastructure, provider: sthix, cc: SE, imp: 2, tier: 4, checks: [http] }
2042 + - { id: ixp-bcix, name: "BCIX", host: www.bcix.de, cat: infrastructure, provider: bcix, cc: DE, imp: 2, tier: 4, checks: [http] }
2043 + - { id: ixp-kleyrex, name: "KleyReX", host: www.kleyrex.net, cat: infrastructure, provider: kleyrex, cc: DE, imp: 2, tier: 4, checks: [http] }
2044 + - { id: ixp-community-ix, name: "Community-IX", host: www.community-ix.de, cat: infrastructure, provider: community-ix, cc: DE, imp: 2, tier: 4, checks: [http] }
2045 + - { id: ixp-n-ix, name: "N-IX", host: www.n-ix.net, cat: infrastructure, provider: n-ix, cc: DE, imp: 2, tier: 4, checks: [http] }
2046 + - { id: ixp-cixp-cern, name: "CIXP (CERN)", host: www.cixp.net, cat: infrastructure, provider: cixp, cc: CH, imp: 2, tier: 4, checks: [http] }
2047 + - { id: ixp-top-ix, name: "TOP-IX", host: www.top-ix.org, cat: infrastructure, provider: top-ix, cc: IT, imp: 2, tier: 4, checks: [http] }
2048 + - { id: ixp-namex, name: "NaMeX", host: www.namex.it, cat: infrastructure, provider: namex, cc: IT, imp: 3, tier: 3, checks: [http] }
2049 + - { id: ixp-catnix, name: "CATNIX", host: www.catnix.net, cat: infrastructure, provider: catnix, cc: ES, imp: 2, tier: 4, checks: [http] }
2050 + - { id: ixp-ix-leeds, name: "IX Leeds", host: www.ixleeds.net, cat: infrastructure, provider: ixleeds, cc: GB, imp: 2, tier: 4, checks: [http] }
2051 + - { id: ixp-gr-ix, name: "GR-IX", host: www.gr-ix.gr, cat: infrastructure, provider: gr-ix, cc: GR, imp: 3, tier: 3, checks: [http] }
2052 + - { id: ixp-bix-bg, name: "BIX.BG", host: www.bix.bg, cat: infrastructure, provider: bix, cc: BG, imp: 2, tier: 4, checks: [http] }
2053 + - { id: ixp-netix, name: "NetIX", host: www.netix.net, cat: infrastructure, provider: netix, cc: BG, imp: 3, tier: 3, checks: [http] }
2054 + - { id: ixp-ronix, name: "RoNIX", host: www.ronix.ro, cat: infrastructure, provider: ronix, cc: RO, imp: 2, tier: 4, checks: [http] }
2055 + - { id: ixp-epix, name: "EPIX", host: www.epix.net.pl, cat: infrastructure, provider: epix, cc: PL, imp: 2, tier: 4, checks: [http] }
2056 + - { id: ixp-tpix-poland, name: "TPIX Poland", host: www.tpix.pl, cat: infrastructure, provider: tpix, cc: PL, imp: 2, tier: 4, checks: [http] }
2057 + - { id: ixp-peering-cz, name: "Peering.cz", host: www.peering.cz, cat: infrastructure, provider: peering, cc: CZ, imp: 2, tier: 4, checks: [http] }
2058 + - { id: ixp-tix-tanzania, name: "TIX Tanzania", host: www.tix.or.tz, cat: infrastructure, provider: tix, cc: TZ, imp: 2, tier: 4, checks: [http] }
2059 + - { id: ixp-uixp, name: "UIXP", host: www.uixp.co.ug, cat: infrastructure, provider: uixp, cc: UG, imp: 2, tier: 4, checks: [http] }
2060 + - { id: ixp-angonix, name: "Angonix", host: www.angonix.net, cat: infrastructure, provider: angonix, cc: AO, imp: 2, tier: 4, checks: [http] }
2061 + - { id: ixp-kinx, name: "KINX", host: www.kinx.net, url: "https://www.kinx.net/service/ix/", cat: infrastructure, provider: kinx, cc: KR, imp: 3, tier: 3, checks: [http] }
2062 + - { id: ixp-getafix, name: "GetaFIX", host: www.getafix.ph, cat: infrastructure, provider: getafix, cc: PH, imp: 2, tier: 4, checks: [http] }
2063 + - { id: ixp-extreme-ix, name: "Extreme IX", host: www.extreme-ix.org, cat: infrastructure, provider: extreme-ix, cc: IN, imp: 2, tier: 4, checks: [http] }
2064 + - { id: ixp-bdix, name: "BDIX", host: www.bdix.net, cat: infrastructure, provider: bdix, cc: BD, imp: 2, tier: 4, checks: [http] }
2065 + - { id: ixp-iix-israel, name: "IIX Israel", host: www.iix.net.il, cat: infrastructure, provider: iix, cc: IL, imp: 2, tier: 4, checks: [http] }
2066 + - { id: ixp-nyiix, name: "NYIIX", host: www.nyiix.net, cat: infrastructure, provider: nyiix, cc: US, imp: 3, tier: 3, checks: [http] }
2067 + - { id: ixp-pit-ix, name: "PIT-IX", host: www.pit-ix.net, cat: infrastructure, provider: pit-ix, cc: US, imp: 2, tier: 4, checks: [http] }
2068 + - { id: ixp-nwax, name: "NWAX", host: www.nwax.net, cat: infrastructure, provider: nwax, cc: US, imp: 2, tier: 4, checks: [http] }
2069 + - { id: ixp-kcix, name: "KCIX", host: kcix.net, cat: infrastructure, provider: kcix, cc: US, imp: 2, tier: 4, checks: [http] }
2070 + - { id: ixp-nap-per, name: "NAP Perú", host: www.nap.pe, cat: infrastructure, provider: nap, cc: PE, imp: 2, tier: 4, checks: [http] }
2071 + - { id: ixp-coresite-any2, name: "CoreSite Any2", host: www.coresite.com, url: "https://www.coresite.com/interconnection/peering", cat: infrastructure, provider: coresite, cc: US, imp: 3, tier: 3, checks: [http] }
2072 + - { id: ixp-de-cix-new-york, name: "DE-CIX New York", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/new-york", cat: infrastructure, provider: de-cix, cc: US, imp: 3, tier: 3, checks: [http] }
2073 + - { id: ixp-de-cix-mumbai, name: "DE-CIX Mumbai", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/mumbai", cat: infrastructure, provider: de-cix, cc: IN, imp: 3, tier: 3, checks: [http] }
2074 + - { id: ixp-linx-manchester, name: "LINX Manchester", host: www.linx.net, url: "https://www.linx.net/locations/manchester/", cat: infrastructure, provider: linx, cc: GB, imp: 2, tier: 4, checks: [http] }
2075 + - { id: ixp-france-ix-marseille, name: "France-IX Marseille", host: www.franceix.net, url: "https://www.franceix.net/en/technical/marseille/", cat: infrastructure, provider: franceix, cc: FR, imp: 2, tier: 4, checks: [http] }
2076 + - { id: ixp-equinix-ix-singapore, name: "Equinix IX Singapore", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/singapore/", cat: infrastructure, provider: ix, cc: SG, imp: 2, tier: 4, checks: [http] }
2077 + - { id: ixp-sfinx, name: "SFINX", host: www.sfinx.fr, cat: infrastructure, provider: sfinx, cc: FR, imp: 2, tier: 4, checks: [http] }
2078 + - { id: ixp-equinix-ix-tokyo, name: "Equinix IX Tokyo", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/tokyo/", cat: infrastructure, provider: ix, cc: JP, imp: 2, tier: 4, checks: [http] }
2079 + - { id: ixp-nap-ecuador, name: "NAP Ecuador", host: www.aeprovi.org.ec, cat: infrastructure, provider: aeprovi, cc: EC, imp: 2, tier: 4, checks: [http] }
2080 + - { id: ixp-ix-br-s-o-paulo, name: "IX.br São Paulo", host: ix.br, url: "https://ix.br/localidades/sp", cat: infrastructure, provider: ix, cc: BR, imp: 3, tier: 3, checks: [http] }
2081 + - { id: ixp-ptt-metro, name: "PTT Metro", host: ix.br, url: "https://ix.br/trafego/agregado/sp", cat: infrastructure, provider: ix, cc: BR, imp: 2, tier: 4, checks: [http] }
2082 + - { id: ixp-de-cix-frankfurt-stats, name: "DE-CIX Frankfurt stats", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/frankfurt/statistics", cat: infrastructure, provider: de-cix, cc: DE, imp: 3, tier: 3, checks: [http] }
2083 + - { id: ixp-ams-ix-stats, name: "AMS-IX stats", host: stats.ams-ix.net, cat: infrastructure, provider: stats, cc: NL, imp: 3, tier: 3, checks: [http] }
2084 + - { id: ixp-linx-portal, name: "LINX portal", host: portal.linx.net, cat: infrastructure, provider: portal, cc: GB, imp: 2, tier: 4, checks: [http] }
2085 + - { id: ixp-msk-ix-stats, name: "MSK-IX stats", host: www.msk-ix.ru, url: "https://www.msk-ix.ru/traffic/", cat: infrastructure, provider: msk-ix, cc: RU, imp: 2, tier: 4, checks: [http] }
2086 + - { id: ixp-hkix-stats, name: "HKIX stats", host: www.hkix.net, url: "https://www.hkix.net/hkix/stat/aggt/hkix-aggregate.html", cat: infrastructure, provider: hkix, cc: HK, imp: 2, tier: 4, checks: [http] }
2087 + - { id: ixp-jpnap-traffic, name: "JPNAP traffic", host: www.jpnap.net, url: "https://www.jpnap.net/english/traffic/", cat: infrastructure, provider: jpnap, cc: JP, imp: 2, tier: 4, checks: [http] }
2088 + - { id: ixp-netnod-stats, name: "Netnod stats", host: www.netnod.se, url: "https://www.netnod.se/ix/statistics", cat: infrastructure, provider: netnod, cc: SE, imp: 2, tier: 4, checks: [http] }
2089 + - { id: ixp-six-stats, name: "SIX stats", host: www.seattleix.net, url: "https://www.seattleix.net/statistics/", cat: infrastructure, provider: seattleix, cc: US, imp: 2, tier: 4, checks: [http] }
2090 + - { id: ixp-torix-stats, name: "TorIX stats", host: www.torix.ca, url: "https://www.torix.ca/traffic-statistics/", cat: infrastructure, provider: torix, cc: CA, imp: 2, tier: 4, checks: [http] }
2091 + - { id: ixp-equinix-ix-ashburn, name: "Equinix IX Ashburn", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/washington-dc/", cat: infrastructure, provider: ix, cc: US, imp: 2, tier: 4, checks: [http] }
2092 + - { id: ixp-napafrica-stats, name: "NAPAfrica stats", host: www.napafrica.net, url: "https://www.napafrica.net/statistics/", cat: infrastructure, provider: napafrica, cc: ZA, imp: 2, tier: 4, checks: [http] }
2093 + - { id: ixp-ix-leeds-stats, name: "IX Leeds stats", host: www.ixleeds.net, url: "https://www.ixleeds.net/stats", cat: infrastructure, provider: ixleeds, cc: GB, imp: 2, tier: 4, checks: [http] }
2094 + - { id: ixp-asteroid-ix, name: "Asteroid IX", host: www.asteroidhq.com, cat: infrastructure, provider: asteroidhq, cc: NL, imp: 2, tier: 4, checks: [http] }
2095 + - { id: ixp-speed-ix, name: "Speed-IX", host: www.speed-ix.net, cat: infrastructure, provider: speed-ix, cc: NL, imp: 2, tier: 4, checks: [http] }
2096 + - { id: ixp-frys-ix, name: "Frys-IX", host: www.frys-ix.net, cat: infrastructure, provider: frys-ix, cc: NL, imp: 2, tier: 4, checks: [http] }
2097 + - { id: ixp-de-cix-madrid, name: "DE-CIX Madrid", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/madrid", cat: infrastructure, provider: de-cix, cc: ES, imp: 2, tier: 4, checks: [http] }
2098 + - { id: ixp-de-cix-dubai, name: "DE-CIX Dubai", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/dubai", cat: infrastructure, provider: de-cix, cc: AE, imp: 2, tier: 4, checks: [http] }
2099 + - { id: ixp-de-cix-lagos, name: "DE-CIX Lagos", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/lagos", cat: infrastructure, provider: de-cix, cc: NG, imp: 2, tier: 4, checks: [http] }
2100 + - { id: ixp-de-cix-istanbul, name: "DE-CIX Istanbul", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/istanbul", cat: infrastructure, provider: de-cix, cc: TR, imp: 2, tier: 4, checks: [http] }
2101 + - { id: ixp-de-cix-kuala-lumpur, name: "DE-CIX Kuala Lumpur", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/kuala-lumpur", cat: infrastructure, provider: de-cix, cc: MY, imp: 2, tier: 4, checks: [http] }
2102 + - { id: ixp-de-cix-palermo, name: "DE-CIX Palermo", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/palermo", cat: infrastructure, provider: de-cix, cc: IT, imp: 2, tier: 4, checks: [http] }
2103 + - { id: ixp-de-cix-marseille, name: "DE-CIX Marseille", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/marseille", cat: infrastructure, provider: de-cix, cc: FR, imp: 2, tier: 4, checks: [http] }
2104 + - { id: ixp-de-cix-dallas, name: "DE-CIX Dallas", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/dallas", cat: infrastructure, provider: de-cix, cc: US, imp: 2, tier: 4, checks: [http] }
2105 + - { id: ixp-de-cix-chicago, name: "DE-CIX Chicago", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/chicago", cat: infrastructure, provider: de-cix, cc: US, imp: 2, tier: 4, checks: [http] }
2106 + - { id: ixp-de-cix-lisbon, name: "DE-CIX Lisbon", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/lisbon", cat: infrastructure, provider: de-cix, cc: PT, imp: 2, tier: 4, checks: [http] }
2107 + - { id: ixp-de-cix-barcelona, name: "DE-CIX Barcelona", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/barcelona", cat: infrastructure, provider: de-cix, cc: ES, imp: 2, tier: 4, checks: [http] }
2108 + - { id: ixp-de-cix-chennai, name: "DE-CIX Chennai", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/chennai", cat: infrastructure, provider: de-cix, cc: IN, imp: 2, tier: 4, checks: [http] }
2109 + - { id: ixp-de-cix-singapore, name: "DE-CIX Singapore", host: www.de-cix.net, url: "https://www.de-cix.net/en/locations/singapore", cat: infrastructure, provider: de-cix, cc: SG, imp: 2, tier: 4, checks: [http] }
2110 + - { id: ixp-ams-ix-bay-area, name: "AMS-IX Bay Area", host: www.ams-ix.net, url: "https://www.ams-ix.net/bay-area", cat: infrastructure, provider: ams-ix, cc: US, imp: 2, tier: 4, checks: [http] }
2111 + - { id: ixp-ams-ix-chicago, name: "AMS-IX Chicago", host: www.ams-ix.net, url: "https://www.ams-ix.net/chi", cat: infrastructure, provider: ams-ix, cc: US, imp: 2, tier: 4, checks: [http] }
2112 + - { id: ixp-ams-ix-mumbai, name: "AMS-IX Mumbai", host: www.ams-ix.net, url: "https://www.ams-ix.net/mumbai", cat: infrastructure, provider: ams-ix, cc: IN, imp: 2, tier: 4, checks: [http] }
2113 + - { id: ixp-ams-ix-caribbean, name: "AMS-IX Caribbean", host: www.ams-ix.net, url: "https://www.ams-ix.net/caribbean", cat: infrastructure, provider: ams-ix, cc: CW, imp: 2, tier: 4, checks: [http] }
2114 + - { id: ixp-linx-scotland, name: "LINX Scotland", host: www.linx.net, url: "https://www.linx.net/locations/scotland/", cat: infrastructure, provider: linx, cc: GB, imp: 2, tier: 4, checks: [http] }
2115 + - { id: ixp-linx-wales, name: "LINX Wales", host: www.linx.net, url: "https://www.linx.net/locations/wales/", cat: infrastructure, provider: linx, cc: GB, imp: 2, tier: 4, checks: [http] }
2116 + - { id: ixp-linx-nova, name: "LINX NoVA", host: www.linx.net, url: "https://www.linx.net/locations/nova/", cat: infrastructure, provider: linx, cc: US, imp: 2, tier: 4, checks: [http] }
2117 + - { id: ixp-linx-nairobi, name: "LINX Nairobi", host: www.linx.net, url: "https://www.linx.net/locations/nairobi/", cat: infrastructure, provider: linx, cc: KE, imp: 2, tier: 4, checks: [http] }
2118 + - { id: ixp-equinix-ix-frankfurt, name: "Equinix IX Frankfurt", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/frankfurt/", cat: infrastructure, provider: ix, cc: DE, imp: 2, tier: 4, checks: [http] }
2119 + - { id: ixp-equinix-ix-paris, name: "Equinix IX Paris", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/paris/", cat: infrastructure, provider: ix, cc: FR, imp: 2, tier: 4, checks: [http] }
2120 + - { id: ixp-equinix-ix-sydney, name: "Equinix IX Sydney", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/sydney/", cat: infrastructure, provider: ix, cc: AU, imp: 2, tier: 4, checks: [http] }
2121 + - { id: ixp-equinix-ix-s-o-paulo, name: "Equinix IX São Paulo", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/sao-paulo/", cat: infrastructure, provider: ix, cc: BR, imp: 2, tier: 4, checks: [http] }
2122 + - { id: ixp-equinix-ix-toronto, name: "Equinix IX Toronto", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/toronto/", cat: infrastructure, provider: ix, cc: CA, imp: 2, tier: 4, checks: [http] }
2123 + - { id: ixp-equinix-ix-hong-kong, name: "Equinix IX Hong Kong", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/hong-kong/", cat: infrastructure, provider: ix, cc: HK, imp: 2, tier: 4, checks: [http] }
2124 + - { id: ixp-equinix-ix-dubai, name: "Equinix IX Dubai", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/dubai/", cat: infrastructure, provider: ix, cc: AE, imp: 2, tier: 4, checks: [http] }
2125 + - { id: ixp-equinix-ix-osaka, name: "Equinix IX Osaka", host: ix.equinix.com, url: "https://ix.equinix.com/home/locations/osaka/", cat: infrastructure, provider: ix, cc: JP, imp: 2, tier: 4, checks: [http] }
2126 +
2127 + # ───────── Carriers, transit & subsea (130)
2128 + - { id: carrier-deutsche-telekom-global-carrier, name: "Deutsche Telekom Global Carrier", host: globalcarrier.telekom.com, cat: infrastructure, provider: deutsche-telekom-global-carrie, cc: DE, imp: 4, tier: 3, checks: [http] }
2129 + - { id: carrier-vodafone-carrier-services, name: "Vodafone Carrier Services", host: www.vodafone.com, url: "https://www.vodafone.com/business/carrier-services", cat: infrastructure, provider: vodafone-carrier-services, cc: GB, imp: 3, tier: 3, checks: [http] }
2130 + - { id: carrier-eunetworks, name: "euNetworks", host: eunetworks.com, cat: infrastructure, provider: eunetworks, cc: GB, imp: 3, tier: 3, checks: [http] }
2131 + - { id: carrier-china-unicom-global, name: "China Unicom Global", host: www.chinaunicomglobal.com, cat: infrastructure, provider: china-unicom-global, cc: HK, imp: 4, tier: 3, checks: [http] }
2132 + - { id: carrier-china-mobile-international, name: "China Mobile International", host: www.cmi.chinamobile.com, cat: infrastructure, provider: china-mobile-international, cc: HK, imp: 4, tier: 3, checks: [http] }
2133 + - { id: carrier-bt-wholesale, name: "BT Wholesale", host: www.btwholesale.com, cat: infrastructure, provider: bt-wholesale, cc: GB, imp: 3, tier: 3, checks: [http] }
2134 + - { id: carrier-retn, name: "RETN", host: www.retn.net, cat: infrastructure, provider: retn, cc: GB, imp: 3, tier: 3, checks: [http] }
2135 + - { id: carrier-core-backbone, name: "Core-Backbone", host: www.core-backbone.com, cat: infrastructure, provider: core-backbone, cc: DE, imp: 3, tier: 3, checks: [http] }
2136 + - { id: carrier-console-connect-pccw, name: "Console Connect (PCCW)", host: www.consoleconnect.com, cat: infrastructure, provider: console-connect, cc: HK, imp: 3, tier: 3, checks: [http] }
2137 + - { id: carrier-megaport, name: "Megaport", host: www.megaport.com, cat: infrastructure, provider: megaport, cc: AU, imp: 4, tier: 3, checks: [http] }
2138 + - { id: carrier-packetfabric, name: "PacketFabric", host: packetfabric.com, cat: infrastructure, provider: packetfabric, cc: US, imp: 3, tier: 3, checks: [http] }
2139 + - { id: carrier-epsilon-telecommunications, name: "Epsilon Telecommunications", host: www.epsilontel.com, cat: infrastructure, provider: epsilon-telecommunications, cc: SG, imp: 2, tier: 4, checks: [http] }
2140 + - { id: carrier-cirion-technologies, name: "Cirion Technologies", host: www.ciriontechnologies.com, cat: infrastructure, provider: cirion-technologies, cc: US, imp: 3, tier: 3, checks: [http] }
2141 + - { id: carrier-ufinet, name: "UFINET", host: www.ufinet.com, cat: infrastructure, provider: ufinet, cc: ES, imp: 2, tier: 4, checks: [http] }
2142 + - { id: carrier-globenet, name: "GlobeNet", host: www.globenet.net, cat: infrastructure, provider: globenet, cc: US, imp: 2, tier: 4, checks: [http] }
2143 + - { id: carrier-seaborn-networks, name: "Seaborn Networks", host: seabornnetworks.com, cat: infrastructure, provider: seaborn-networks, cc: US, imp: 3, tier: 3, checks: [http] }
2144 + - { id: carrier-aqua-comms, name: "Aqua Comms", host: www.aquacomms.com, cat: infrastructure, provider: aqua-comms, cc: IE, imp: 3, tier: 3, checks: [http] }
2145 + - { id: carrier-ellalink, name: "EllaLink", host: www.ella.link, cat: infrastructure, provider: ellalink, cc: PT, imp: 3, tier: 3, checks: [http] }
2146 + - { id: carrier-seacom, name: "SEACOM", host: seacom.com, cat: infrastructure, provider: seacom, cc: MU, imp: 3, tier: 3, checks: [http] }
2147 + - { id: carrier-liquid-intelligent-technologies, name: "Liquid Intelligent Technologies", host: liquid.tech, cat: infrastructure, provider: liquid-intelligent-technologie, cc: GB, imp: 3, tier: 3, checks: [http] }
2148 + - { id: carrier-wiocc, name: "WIOCC", host: www.wiocc.net, cat: infrastructure, provider: wiocc, cc: MU, imp: 3, tier: 3, checks: [http] }
2149 + - { id: carrier-mainone-equinix, name: "MainOne (Equinix)", host: www.mainone.net, cat: infrastructure, provider: mainone, cc: NG, imp: 3, tier: 3, checks: [http] }
2150 + - { id: carrier-bayobab-mtn-globalconnect, name: "Bayobab (MTN GlobalConnect)", host: bayobab.africa, cat: infrastructure, provider: bayobab, cc: ZA, imp: 3, tier: 3, checks: [http] }
2151 + - { id: carrier-subcom, name: "SubCom", host: www.subcom.com, cat: infrastructure, provider: subcom, cc: US, imp: 3, tier: 3, checks: [http] }
2152 + - { id: carrier-alcatel-submarine-networks, name: "Alcatel Submarine Networks", host: www.asn.com, cat: infrastructure, provider: alcatel-submarine-networks, cc: FR, imp: 3, tier: 3, checks: [http] }
2153 + - { id: carrier-nec, name: "NEC", host: www.nec.com, cat: infrastructure, provider: nec, cc: JP, imp: 3, tier: 3, checks: [http] }
2154 + - { id: carrier-ciena, name: "Ciena", host: www.ciena.com, cat: infrastructure, provider: ciena, cc: US, imp: 3, tier: 3, checks: [http] }
2155 + - { id: carrier-infinera-nokia, name: "Infinera (Nokia)", host: www.infinera.com, cat: infrastructure, provider: infinera, cc: US, imp: 2, tier: 4, checks: [http] }
2156 + - { id: carrier-nokia, name: "Nokia", host: www.nokia.com, cat: infrastructure, provider: nokia, cc: FI, imp: 4, tier: 3, checks: [http] }
2157 + - { id: carrier-ericsson, name: "Ericsson", host: www.ericsson.com, cat: infrastructure, provider: ericsson, cc: SE, imp: 4, tier: 3, checks: [http] }
2158 + - { id: carrier-hmn-tech, name: "HMN Tech", host: www.hmntech.com, cat: infrastructure, provider: hmn-tech, cc: CN, imp: 2, tier: 4, checks: [http] }
2159 + - { id: carrier-xtera, name: "Xtera", host: xtera.com, cat: infrastructure, provider: xtera, cc: US, imp: 2, tier: 4, checks: [http] }
2160 + - { id: carrier-orange-marine, name: "Orange Marine", host: marine.orange.com, cat: infrastructure, provider: orange-marine, cc: FR, imp: 2, tier: 4, checks: [http] }
2161 + - { id: carrier-global-marine, name: "Global Marine", host: globalmarine.group, cat: infrastructure, provider: global-marine, cc: GB, imp: 2, tier: 4, checks: [http] }
2162 + - { id: carrier-crown-castle-fiber, name: "Crown Castle Fiber", host: www.crowncastle.com, cat: infrastructure, provider: crown-castle-fiber, cc: US, imp: 3, tier: 3, checks: [http] }
2163 + - { id: carrier-uniti, name: "Uniti", host: www.uniti.com, cat: infrastructure, provider: uniti, cc: US, imp: 3, tier: 3, checks: [http] }
2164 + - { id: carrier-lightpath, name: "Lightpath", host: www.lightpathfiber.com, cat: infrastructure, provider: lightpath, cc: US, imp: 2, tier: 4, checks: [http] }
2165 + - { id: carrier-firstlight, name: "FirstLight", host: www.firstlight.net, cat: infrastructure, provider: firstlight, cc: US, imp: 2, tier: 4, checks: [http] }
2166 + - { id: carrier-segra, name: "Segra", host: www.segra.com, cat: infrastructure, provider: segra, cc: US, imp: 2, tier: 4, checks: [http] }
2167 + - { id: carrier-southern-cross-cable, name: "Southern Cross Cable", host: www.southerncrosscables.com, cat: infrastructure, provider: southern-cross-cable, cc: NZ, imp: 3, tier: 3, checks: [http] }
2168 + - { id: carrier-hawaiki-bw-digital, name: "Hawaiki (BW Digital)", host: www.hawaiki.co, cat: infrastructure, provider: hawaiki, cc: NZ, imp: 2, tier: 4, checks: [http] }
2169 + - { id: carrier-t-rk-telekom-international, name: "Türk Telekom International", host: www.turktelekomint.com, cat: infrastructure, provider: t-rk-telekom-international, cc: TR, imp: 3, tier: 3, checks: [http] }
2170 + - { id: carrier-gulf-bridge-international, name: "Gulf Bridge International", host: www.gbiinc.com, cat: infrastructure, provider: gulf-bridge-international, cc: QA, imp: 2, tier: 4, checks: [http] }
2171 + - { id: carrier-bics, name: "BICS", host: bics.com, cat: infrastructure, provider: bics, cc: BE, imp: 3, tier: 3, checks: [http] }
2172 + - { id: carrier-ibasis, name: "iBasis", host: www.ibasis.com, cat: infrastructure, provider: ibasis, cc: US, imp: 2, tier: 4, checks: [http] }
2173 + - { id: carrier-neos-networks, name: "Neos Networks", host: neosnetworks.com, cat: infrastructure, provider: neos-networks, cc: GB, imp: 2, tier: 4, checks: [http] }
2174 + - { id: carrier-exa-infrastructure, name: "Exa Infrastructure", host: exainfra.net, cat: infrastructure, provider: exa-infrastructure, cc: GB, imp: 3, tier: 3, checks: [http] }
2175 + - { id: carrier-aire-networks, name: "Aire Networks", host: www.airenetworks.es, cat: infrastructure, provider: aire-networks, cc: ES, imp: 2, tier: 4, checks: [http] }
2176 + - { id: carrier-lyntia, name: "Lyntia", host: www.lyntia.com, cat: infrastructure, provider: lyntia, cc: ES, imp: 2, tier: 4, checks: [http] }
2177 + - { id: carrier-sify-technologies, name: "Sify Technologies", host: www.sifytechnologies.com, cat: infrastructure, provider: sify-technologies, cc: IN, imp: 3, tier: 3, checks: [http] }
2178 + - { id: carrier-telstra-global, name: "Telstra Global", host: www.telstra.com, url: "https://www.telstra.com/global", cat: infrastructure, provider: telstra-global, cc: AU, imp: 3, tier: 3, checks: [http] }
2179 + - { id: carrier-lumen-wholesale, name: "Lumen Wholesale", host: www.lumen.com, url: "https://www.lumen.com/en-us/wholesale.html", cat: infrastructure, provider: lumen-wholesale, cc: US, imp: 3, tier: 3, checks: [http] }
2180 + - { id: carrier-verizon-partner-solutions, name: "Verizon Partner Solutions", host: www.verizon.com, url: "https://www.verizon.com/business/wholesale/", cat: infrastructure, provider: verizon-partner-solutions, cc: US, imp: 3, tier: 3, checks: [http] }
2181 + - { id: carrier-at-t-wholesale, name: "AT&T Wholesale", host: www.att.com, url: "https://www.att.com/wholesale/", cat: infrastructure, provider: at-t-wholesale, cc: US, imp: 3, tier: 3, checks: [http] }
2182 + - { id: carrier-rogers-business, name: "Rogers Business", host: www.rogers.com, url: "https://www.rogers.com/business", cat: infrastructure, provider: rogers-business, cc: CA, imp: 3, tier: 3, checks: [http] }
2183 + - { id: carrier-bell-business, name: "Bell Business", host: business.bell.ca, cat: infrastructure, provider: bell-business, cc: CA, imp: 3, tier: 3, checks: [http] }
2184 + - { id: carrier-telus-business, name: "TELUS Business", host: www.telus.com, url: "https://www.telus.com/en/business", cat: infrastructure, provider: telus-business, cc: CA, imp: 3, tier: 3, checks: [http] }
2185 + - { id: carrier-bell-wholesale, name: "Bell Wholesale", host: wholesale.bell.ca, cat: infrastructure, provider: bell-wholesale, cc: CA, imp: 2, tier: 4, checks: [http] }
2186 + - { id: carrier-zayo-canada-allstream, name: "Zayo Canada (Allstream)", host: www.zayo.com, url: "https://www.zayo.com/ca/", cat: infrastructure, provider: zayo-canada, cc: CA, imp: 2, tier: 4, checks: [http] }
2187 + - { id: carrier-windstream-wholesale, name: "Windstream Wholesale", host: www.windstreamwholesale.com, cat: infrastructure, provider: windstream-wholesale, cc: US, imp: 2, tier: 4, checks: [http] }
2188 + - { id: carrier-consolidated-carrier, name: "Consolidated Carrier", host: www.consolidated.com, url: "https://www.consolidated.com/carrier", cat: infrastructure, provider: consolidated-carrier, cc: US, imp: 2, tier: 4, checks: [http] }
2189 + - { id: carrier-cogent-communications-network, name: "Cogent Communications (network)", host: www.cogentco.com, url: "https://www.cogentco.com/en/network", cat: infrastructure, provider: cogent-communications, cc: US, imp: 3, tier: 3, checks: [http] }
2190 + - { id: carrier-hurricane-electric-network, name: "Hurricane Electric (network)", host: he.net, url: "https://he.net/about_network.html", cat: infrastructure, provider: hurricane-electric, cc: US, imp: 3, tier: 3, checks: [http] }
2191 + - { id: carrier-ntt-global-ip-network-network, name: "NTT Global IP Network (network)", host: www.gin.ntt.net, url: "https://www.gin.ntt.net/network-map/", cat: infrastructure, provider: ntt-global-ip-network, cc: US, imp: 3, tier: 3, checks: [http] }
2192 + - { id: carrier-arelion-network, name: "Arelion network", host: www.arelion.com, url: "https://www.arelion.com/our-network", cat: infrastructure, provider: arelion-network, cc: SE, imp: 3, tier: 3, checks: [http] }
2193 + - { id: carrier-gtt-network, name: "GTT network", host: www.gtt.net, url: "https://www.gtt.net/our-network/", cat: infrastructure, provider: gtt-network, cc: US, imp: 3, tier: 3, checks: [http] }
2194 + - { id: carrier-tata-communications-network, name: "Tata Communications network", host: www.tatacommunications.com, url: "https://www.tatacommunications.com/map/", cat: infrastructure, provider: tata-communications-network, cc: IN, imp: 3, tier: 3, checks: [http] }
2195 + - { id: carrier-pccw-global-network, name: "PCCW Global network", host: www.pccwglobal.com, url: "https://www.pccwglobal.com/en/network-map", cat: infrastructure, provider: pccw-global-network, cc: HK, imp: 3, tier: 3, checks: [http] }
2196 + - { id: carrier-telxius-network, name: "Telxius network", host: telxius.com, url: "https://telxius.com/en/network/", cat: infrastructure, provider: telxius-network, cc: ES, imp: 3, tier: 3, checks: [http] }
2197 + - { id: carrier-sparkle-network, name: "Sparkle network", host: www.tisparkle.com, url: "https://www.tisparkle.com/our-platform/global-backbone", cat: infrastructure, provider: sparkle-network, cc: IT, imp: 3, tier: 3, checks: [http] }
2198 + - { id: carrier-angola-cables-network, name: "Angola Cables network", host: www.angolacables.co.ao, url: "https://www.angolacables.co.ao/en/network/", cat: infrastructure, provider: angola-cables-network, cc: AO, imp: 2, tier: 4, checks: [http] }
2199 + - { id: carrier-colt-network, name: "Colt network", host: www.colt.net, url: "https://www.colt.net/why-colt/our-network/", cat: infrastructure, provider: colt-network, cc: GB, imp: 3, tier: 3, checks: [http] }
2200 + - { id: carrier-liberty-networks, name: "Liberty Networks", host: www.libertynetworks.com, cat: infrastructure, provider: liberty-networks, cc: US, imp: 2, tier: 4, checks: [http] }
2201 + - { id: carrier-ufinet-latam, name: "Ufinet LatAm", host: www.ufinet.com, url: "https://www.ufinet.com/en/", cat: infrastructure, provider: ufinet-latam, cc: GT, imp: 2, tier: 4, checks: [http] }
2202 + - { id: carrier-kddi-global-network, name: "KDDI Global network", host: global.kddi.com, url: "https://global.kddi.com/network/", cat: infrastructure, provider: kddi-global-network, cc: JP, imp: 2, tier: 4, checks: [http] }
2203 + - { id: carrier-softbank-global, name: "SoftBank Global", host: www.softbank.jp, url: "https://www.softbank.jp/en/biz/global/", cat: infrastructure, provider: softbank-global, cc: JP, imp: 2, tier: 4, checks: [http] }
2204 + - { id: carrier-singtel-global, name: "Singtel Global", host: www.singtel.com, url: "https://www.singtel.com/business/products-services/global-connectivity", cat: infrastructure, provider: singtel-global, cc: SG, imp: 3, tier: 3, checks: [http] }
2205 + - { id: carrier-telstra-international-2, name: "Telstra International (2)", host: www.telstrainternational.com, url: "https://www.telstrainternational.com/en/", cat: infrastructure, provider: telstra-international, cc: AU, imp: 2, tier: 4, checks: [http] }
2206 + - { id: carrier-china-telecom-americas, name: "China Telecom Americas", host: www.ctamericas.com, cat: infrastructure, provider: china-telecom-americas, cc: US, imp: 2, tier: 4, checks: [http] }
2207 + - { id: carrier-china-telecom-europe, name: "China Telecom Europe", host: www.chinatelecomeurope.com, cat: infrastructure, provider: china-telecom-europe, cc: GB, imp: 2, tier: 4, checks: [http] }
2208 + - { id: carrier-chunghwa-telecom-global, name: "Chunghwa Telecom Global", host: www.chtglobal.com, cat: infrastructure, provider: chunghwa-telecom-global, cc: TW, imp: 2, tier: 4, checks: [http] }
2209 + - { id: carrier-hgc-global-communications, name: "HGC Global Communications", host: www.hgc.com.hk, url: "https://www.hgc.com.hk/international-business", cat: infrastructure, provider: hgc-global-communications, cc: HK, imp: 2, tier: 4, checks: [http] }
2210 + - { id: carrier-telin-singapore, name: "Telin Singapore", host: www.telin.sg, cat: infrastructure, provider: telin-singapore, cc: SG, imp: 2, tier: 4, checks: [http] }
2211 + - { id: carrier-reliance-jio-global, name: "Reliance Jio Global", host: www.jio.com, url: "https://www.jio.com/business/", cat: infrastructure, provider: reliance-jio-global, cc: IN, imp: 2, tier: 4, checks: [http] }
2212 + - { id: carrier-airtel-global-business, name: "Airtel Global Business", host: www.airtel.in, url: "https://www.airtel.in/business/b2b/global-business", cat: infrastructure, provider: airtel-global-business, cc: IN, imp: 2, tier: 4, checks: [http] }
2213 + - { id: carrier-omantel-wholesale, name: "Omantel Wholesale", host: www.omantel.om, url: "https://www.omantel.om/wholesale", cat: infrastructure, provider: omantel-wholesale, cc: OM, imp: 2, tier: 4, checks: [http] }
2214 + - { id: carrier-batelco-international, name: "Batelco International", host: www.batelco.com, url: "https://www.batelco.com/business/global-services/", cat: infrastructure, provider: batelco-international, cc: BH, imp: 2, tier: 4, checks: [http] }
2215 + - { id: carrier-etisalat-carrier-wholesale, name: "Etisalat Carrier & Wholesale", host: www.eand.com, url: "https://www.eand.com/en/business/carrier-and-wholesale.html", cat: infrastructure, provider: etisalat-carrier-wholesale, cc: AE, imp: 2, tier: 4, checks: [http] }
2216 + - { id: carrier-zain-omantel-international, name: "Zain Omantel International", host: www.zoi.com, cat: infrastructure, provider: zain-omantel-international, cc: OM, imp: 2, tier: 4, checks: [http] }
2217 + - { id: carrier-telecom-egypt-international, name: "Telecom Egypt International", host: www.te.eg, url: "https://www.te.eg/wps/portal/te/International", cat: infrastructure, provider: telecom-egypt-international, cc: EG, imp: 2, tier: 4, checks: [http] }
2218 + - { id: carrier-sonatel-international, name: "Sonatel International", host: www.sonatel.sn, url: "https://www.sonatel.sn/entreprises/", cat: infrastructure, provider: sonatel-international, cc: SN, imp: 2, tier: 4, checks: [http] }
2219 + - { id: carrier-liquid-networks-map, name: "Liquid Networks map", host: liquid.tech, url: "https://liquid.tech/network/", cat: infrastructure, provider: liquid-networks-map, cc: ZA, imp: 2, tier: 4, checks: [http] }
2220 + - { id: carrier-paratus-group, name: "Paratus Group", host: www.paratus.africa, cat: infrastructure, provider: paratus-group, cc: NA, imp: 2, tier: 4, checks: [http] }
2221 + - { id: carrier-csquared, name: "CSquared", host: www.csquared.com, cat: infrastructure, provider: csquared, cc: KE, imp: 2, tier: 4, checks: [http] }
2222 + - { id: carrier-openserve-wholesale, name: "Openserve Wholesale", host: www.openserve.co.za, url: "https://www.openserve.co.za/products", cat: infrastructure, provider: openserve-wholesale, cc: ZA, imp: 2, tier: 4, checks: [http] }
2223 + - { id: carrier-ethio-telecom-wholesale, name: "Ethio telecom Wholesale", host: www.ethiotelecom.et, url: "https://www.ethiotelecom.et/wholesale/", cat: infrastructure, provider: ethio-telecom-wholesale, cc: ET, imp: 1, tier: 4, checks: [http] }
2224 + - { id: carrier-telstra-wholesale, name: "Telstra Wholesale", host: www.telstrawholesale.com.au, cat: infrastructure, provider: telstra-wholesale, cc: AU, imp: 2, tier: 4, checks: [http] }
2225 + - { id: carrier-spark-wholesale, name: "Spark Wholesale", host: www.sparkwholesale.co.nz, cat: infrastructure, provider: spark-wholesale, cc: NZ, imp: 2, tier: 4, checks: [http] }
2226 + - { id: carrier-chorus-wholesale, name: "Chorus Wholesale", host: www.chorus.co.nz, url: "https://www.chorus.co.nz/service-providers", cat: infrastructure, provider: chorus-wholesale, cc: NZ, imp: 2, tier: 4, checks: [http] }
2227 + - { id: carrier-nbn-co-wholesale, name: "NBN Co Wholesale", host: www.nbnco.com.au, url: "https://www.nbnco.com.au/sell-nbn-services", cat: infrastructure, provider: nbn-co-wholesale, cc: AU, imp: 2, tier: 4, checks: [http] }
2228 + - { id: carrier-openreach-wholesale-2, name: "Openreach Wholesale (2)", host: www.openreach.co.uk, cat: infrastructure, provider: openreach-wholesale, cc: GB, imp: 2, tier: 4, checks: [http] }
2229 + - { id: carrier-kpn-wholesale-2, name: "KPN Wholesale (2)", host: www.kpnwholesale.com, url: "https://www.kpnwholesale.com/en/", cat: infrastructure, provider: kpn-wholesale, cc: NL, imp: 2, tier: 4, checks: [http] }
2230 + - { id: carrier-proximus-wholesale, name: "Proximus Wholesale", host: www.proximus.com, url: "https://www.proximus.com/en/wholesale.html", cat: infrastructure, provider: proximus-wholesale, cc: BE, imp: 2, tier: 4, checks: [http] }
2231 + - { id: carrier-telef-nica-wholesale, name: "Telefónica Wholesale", host: www.telefonica.com, url: "https://www.telefonica.com/en/wholesale/", cat: infrastructure, provider: telef-nica-wholesale, cc: ES, imp: 2, tier: 4, checks: [http] }
2232 + - { id: carrier-swisscom-wholesale, name: "Swisscom Wholesale", host: www.swisscom.ch, url: "https://www.swisscom.ch/en/business/wholesale.html", cat: infrastructure, provider: swisscom-wholesale, cc: CH, imp: 2, tier: 4, checks: [http] }
2233 + - { id: carrier-telenor-carrier, name: "Telenor Carrier", host: www.telenor.com, url: "https://www.telenor.com/business/carrier/", cat: infrastructure, provider: telenor-carrier, cc: "NO", imp: 2, tier: 4, checks: [http] }
2234 + - { id: carrier-elisa-wholesale, name: "Elisa Wholesale", host: elisa.fi, url: "https://elisa.fi/yrityksille/operaattorit/", cat: infrastructure, provider: elisa-wholesale, cc: FI, imp: 1, tier: 4, checks: [http] }
2235 + - { id: carrier-rostelecom-carrier, name: "Rostelecom Carrier", host: www.company.rt.ru, cat: infrastructure, provider: rostelecom-carrier, cc: RU, imp: 2, tier: 4, checks: [http] }
2236 + - { id: carrier-megafon-carrier, name: "MegaFon Carrier", host: megafon.ru, url: "https://megafon.ru/corporate/operators/", cat: infrastructure, provider: megafon-carrier, cc: RU, imp: 1, tier: 4, checks: [http] }
2237 + - { id: carrier-t-rk-telekom-wholesale, name: "Türk Telekom Wholesale", host: www.turktelekom.com.tr, url: "https://www.turktelekom.com.tr/en/wholesale", cat: infrastructure, provider: t-rk-telekom-wholesale, cc: TR, imp: 2, tier: 4, checks: [http] }
2238 + - { id: carrier-telkom-indonesia-wholesale, name: "Telkom Indonesia Wholesale", host: www.telkom.co.id, url: "https://www.telkom.co.id/sites/wholesale", cat: infrastructure, provider: telkom-indonesia-wholesale, cc: ID, imp: 2, tier: 4, checks: [http] }
2239 + - { id: carrier-globe-business-wholesale, name: "Globe Business Wholesale", host: www.globe.com.ph, url: "https://www.globe.com.ph/business/enterprise", cat: infrastructure, provider: globe-business-wholesale, cc: PH, imp: 1, tier: 4, checks: [http] }
2240 + - { id: carrier-ntt-communications, name: "NTT Communications", host: www.ntt.com, url: "https://www.ntt.com/en/services/network.html", cat: infrastructure, provider: ntt-communications, cc: JP, imp: 2, tier: 4, checks: [http] }
2241 + - { id: carrier-kt-global, name: "KT Global", host: corp.kt.com, url: "https://corp.kt.com/eng/html/business/global.html", cat: infrastructure, provider: kt-global, cc: KR, imp: 2, tier: 4, checks: [http] }
2242 + - { id: carrier-vocus-international, name: "Vocus International", host: www.vocus.com.au, url: "https://www.vocus.com.au/international", cat: infrastructure, provider: vocus-international, cc: AU, imp: 2, tier: 4, checks: [http] }
2243 + - { id: carrier-superloop-wholesale, name: "Superloop Wholesale", host: www.superloop.com, url: "https://www.superloop.com/wholesale", cat: infrastructure, provider: superloop-wholesale, cc: AU, imp: 1, tier: 4, checks: [http] }
2244 + - { id: carrier-amiti-meta-subsea, name: "Amitié / Meta subsea", host: engineering.fb.com, url: "https://engineering.fb.com/connectivity/", cat: infrastructure, provider: amiti-meta-subsea, cc: US, imp: 1, tier: 4, checks: [http] }
2245 + - { id: carrier-google-subsea-equiano, name: "Google subsea (Equiano)", host: cloud.google.com, url: "https://cloud.google.com/blog/products/infrastructure/announcing-equiano-subsea-cable", cat: infrastructure, provider: google-subsea, cc: US, imp: 2, tier: 4, checks: [http] }
2246 + - { id: carrier-microsoft-marea, name: "Microsoft MAREA", host: news.microsoft.com, url: "https://news.microsoft.com/marea/", cat: infrastructure, provider: microsoft-marea, cc: US, imp: 1, tier: 4, checks: [http] }
2247 + - { id: carrier-amazon-kuiper-project-kuiper, name: "Amazon Kuiper (Project Kuiper)", host: www.aboutamazon.com, url: "https://www.aboutamazon.com/what-we-do/devices-services/project-kuiper", cat: infrastructure, provider: amazon-kuiper, cc: US, imp: 2, tier: 4, checks: [http] }
2248 + - { id: carrier-2africa-cable, name: "2Africa cable", host: www.2africacable.net, cat: infrastructure, provider: 2africa-cable, cc: GB, imp: 2, tier: 4, checks: [http] }
2249 + - { id: carrier-grace-hopper-google, name: "Grace Hopper (Google)", host: www.google.com, url: "https://blog.google/products/google-cloud/grace-hopper-subsea-cable/", cat: infrastructure, provider: grace-hopper, cc: US, imp: 1, tier: 4, checks: [http] }
2250 + - { id: carrier-telegeography-submarine-cable-map-2, name: "TeleGeography Submarine Cable Map (2)", host: www.submarinecablemap.com, url: "https://www.submarinecablemap.com/api/v3/cable/cable-geo.json", cat: infrastructure, provider: telegeography-submarine-cable-, cc: US, imp: 2, tier: 4, checks: [http] }
2251 + - { id: carrier-infrapedia, name: "Infrapedia", host: www.infrapedia.com, cat: infrastructure, provider: infrapedia, cc: US, imp: 2, tier: 4, checks: [http] }
2252 + - { id: carrier-cloudscene, name: "Cloudscene", host: cloudscene.com, cat: infrastructure, provider: cloudscene, cc: AU, imp: 2, tier: 4, checks: [http] }
2253 + - { id: carrier-datacenters-com, name: "Datacenters.com", host: www.datacenters.com, cat: infrastructure, provider: datacenters-com, cc: US, imp: 2, tier: 4, checks: [http] }
2254 + - { id: carrier-data-center-map, name: "Data Center Map", host: www.datacentermap.com, cat: infrastructure, provider: data-center-map, cc: DK, imp: 2, tier: 4, checks: [http] }
2255 + - { id: carrier-dcbyte, name: "DCByte", host: www.dcbyte.com, cat: infrastructure, provider: dcbyte, cc: GB, imp: 1, tier: 4, checks: [http] }
2256 + - { id: carrier-baxtel, name: "Baxtel", host: baxtel.com, cat: infrastructure, provider: baxtel, cc: US, imp: 1, tier: 4, checks: [http] }
2257 + - { id: carrier-inflect, name: "Inflect", host: inflect.com, cat: infrastructure, provider: inflect, cc: US, imp: 1, tier: 4, checks: [http] }
2258 +
2259 + # ───────── Data-centre operators (144)
2260 + - { id: dc-ntt-global-data-centers, name: "NTT Global Data Centers", host: www.nttglobaldatacenters.com, cat: infrastructure, provider: ntt-global-data-centers, cc: JP, imp: 4, tier: 3, checks: [http] }
2261 + - { id: dc-ntt-data-gdc, name: "NTT Data (GDC)", host: services.global.ntt, cat: infrastructure, provider: ntt-data, cc: JP, imp: 3, tier: 3, checks: [http] }
2262 + - { id: dc-cyrusone, name: "CyrusOne", host: www.cyrusone.com, cat: infrastructure, provider: cyrusone, cc: US, imp: 4, tier: 3, checks: [http] }
2263 + - { id: dc-qts, name: "QTS", host: www.qtsdatacenters.com, cat: infrastructure, provider: qts, cc: US, imp: 4, tier: 3, checks: [http] }
2264 + - { id: dc-iron-mountain-data-centers, name: "Iron Mountain Data Centers", host: www.ironmountain.com, url: "https://www.ironmountain.com/services/data-centers", cat: infrastructure, provider: iron-mountain-data-centers, cc: US, imp: 3, tier: 3, checks: [http] }
2265 + - { id: dc-vantage-data-centers, name: "Vantage Data Centers", host: vantage-dc.com, cat: infrastructure, provider: vantage-data-centers, cc: US, imp: 4, tier: 3, checks: [http] }
2266 + - { id: dc-stack-infrastructure, name: "STACK Infrastructure", host: www.stackinfra.com, cat: infrastructure, provider: stack-infrastructure, cc: US, imp: 3, tier: 3, checks: [http] }
2267 + - { id: dc-compass-datacenters, name: "Compass Datacenters", host: www.compassdatacenters.com, cat: infrastructure, provider: compass-datacenters, cc: US, imp: 3, tier: 3, checks: [http] }
2268 + - { id: dc-flexential, name: "Flexential", host: www.flexential.com, cat: infrastructure, provider: flexential, cc: US, imp: 3, tier: 3, checks: [http] }
2269 + - { id: dc-centersquare-ex-cyxtera, name: "Centersquare (ex-Cyxtera)", host: centersquaredc.com, cat: infrastructure, provider: centersquare, cc: US, imp: 3, tier: 3, checks: [http] }
2270 + - { id: dc-estruxture, name: "eStruxture", host: www.estruxture.com, cat: infrastructure, provider: estruxture, cc: CA, imp: 3, tier: 3, checks: [http] }
2271 + - { id: dc-urbacon-data-centre-solutions, name: "Urbacon Data Centre Solutions", host: www.urbacon.net, cat: infrastructure, provider: urbacon-data-centre-solutions, cc: CA, imp: 2, tier: 4, checks: [http] }
2272 + - { id: dc-telehouse, name: "Telehouse", host: www.telehouse.net, cat: infrastructure, provider: telehouse, cc: GB, imp: 4, tier: 3, checks: [http] }
2273 + - { id: dc-global-switch, name: "Global Switch", host: www.globalswitch.com, cat: infrastructure, provider: global-switch, cc: GB, imp: 3, tier: 3, checks: [http] }
2274 + - { id: dc-colt-data-centre-services, name: "Colt Data Centre Services", host: www.coltdatacentres.net, cat: infrastructure, provider: colt-data-centre-services, cc: GB, imp: 3, tier: 3, checks: [http] }
2275 + - { id: dc-data4, name: "Data4", host: www.data4group.com, cat: infrastructure, provider: data4, cc: FR, imp: 3, tier: 3, checks: [http] }
2276 + - { id: dc-green-datacenter, name: "Green Datacenter", host: www.green.ch, url: "https://www.green.ch/en/business/datacenter", cat: infrastructure, provider: green-datacenter, cc: CH, imp: 3, tier: 3, checks: [http] }
2277 + - { id: dc-switch, name: "Switch", host: www.switch.com, cat: infrastructure, provider: switch, cc: US, imp: 3, tier: 3, checks: [http] }
2278 + - { id: dc-aligned-data-centers, name: "Aligned Data Centers", host: www.aligneddc.com, cat: infrastructure, provider: aligned-data-centers, cc: US, imp: 3, tier: 3, checks: [http] }
2279 + - { id: dc-databank, name: "DataBank", host: www.databank.com, cat: infrastructure, provider: databank, cc: US, imp: 3, tier: 3, checks: [http] }
2280 + - { id: dc-edgeconnex, name: "EdgeConneX", host: www.edgeconnex.com, cat: infrastructure, provider: edgeconnex, cc: US, imp: 3, tier: 3, checks: [http] }
2281 + - { id: dc-airtrunk, name: "AirTrunk", host: www.airtrunk.com, cat: infrastructure, provider: airtrunk, cc: AU, imp: 4, tier: 3, checks: [http] }
2282 + - { id: dc-nextdc, name: "NEXTDC", host: www.nextdc.com, cat: infrastructure, provider: nextdc, cc: AU, imp: 4, tier: 3, checks: [http] }
2283 + - { id: dc-st-telemedia-gdc, name: "ST Telemedia GDC", host: www.sttelemediagdc.com, cat: infrastructure, provider: st-telemedia-gdc, cc: SG, imp: 4, tier: 3, checks: [http] }
2284 + - { id: dc-keppel-dc-reit, name: "Keppel DC REIT", host: www.keppeldcreit.com, cat: infrastructure, provider: keppel-dc-reit, cc: SG, imp: 3, tier: 3, checks: [http] }
2285 + - { id: dc-gds-holdings, name: "GDS Holdings", host: www.gds-services.com, cat: infrastructure, provider: gds-holdings, cc: CN, imp: 4, tier: 3, checks: [http] }
2286 + - { id: dc-sunevision, name: "SUNeVision", host: www.sunevision.com, cat: infrastructure, provider: sunevision, cc: HK, imp: 3, tier: 3, checks: [http] }
2287 + - { id: dc-princeton-digital-group, name: "Princeton Digital Group", host: princetondg.com, cat: infrastructure, provider: princeton-digital-group, cc: SG, imp: 3, tier: 3, checks: [http] }
2288 + - { id: dc-teraco, name: "Teraco", host: www.teraco.co.za, cat: infrastructure, provider: teraco, cc: ZA, imp: 4, tier: 3, checks: [http] }
2289 + - { id: dc-rack-centre, name: "Rack Centre", host: www.rack-centre.com, cat: infrastructure, provider: rack-centre, cc: NG, imp: 3, tier: 3, checks: [http] }
2290 + - { id: dc-mdxi-mainone, name: "MDXi (MainOne)", host: mdxi.com, cat: infrastructure, provider: mdxi, cc: NG, imp: 2, tier: 4, checks: [http] }
2291 + - { id: dc-ascenty, name: "Ascenty", host: www.ascenty.com, cat: infrastructure, provider: ascenty, cc: BR, imp: 4, tier: 3, checks: [http] }
2292 + - { id: dc-odata, name: "ODATA", host: odatacolocation.com, cat: infrastructure, provider: odata, cc: BR, imp: 3, tier: 3, checks: [http] }
2293 + - { id: dc-scala-data-centers, name: "Scala Data Centers", host: scaladatacenters.com, cat: infrastructure, provider: scala-data-centers, cc: BR, imp: 3, tier: 3, checks: [http] }
2294 + - { id: dc-elea-data-centers, name: "Elea Data Centers", host: www.eleadatacenters.com, cat: infrastructure, provider: elea-data-centers, cc: BR, imp: 3, tier: 3, checks: [http] }
2295 + - { id: dc-kio, name: "KIO", host: www.kio.tech, cat: infrastructure, provider: kio, cc: MX, imp: 3, tier: 3, checks: [http] }
2296 + - { id: dc-coresite, name: "CoreSite", host: www.coresite.com, cat: infrastructure, provider: coresite, cc: US, imp: 4, tier: 3, checks: [http] }
2297 + - { id: dc-tierpoint, name: "TierPoint", host: www.tierpoint.com, cat: infrastructure, provider: tierpoint, cc: US, imp: 3, tier: 3, checks: [http] }
2298 + - { id: dc-h5-data-centers, name: "H5 Data Centers", host: www.h5datacenters.com, cat: infrastructure, provider: h5-data-centers, cc: US, imp: 2, tier: 4, checks: [http] }
2299 + - { id: dc-365-data-centers, name: "365 Data Centers", host: www.365datacenters.com, cat: infrastructure, provider: 365-data-centers, cc: US, imp: 2, tier: 4, checks: [http] }
2300 + - { id: dc-sabey-data-centers, name: "Sabey Data Centers", host: sabeydatacenters.com, cat: infrastructure, provider: sabey-data-centers, cc: US, imp: 2, tier: 4, checks: [http] }
2301 + - { id: dc-t5-data-centers, name: "T5 Data Centers", host: www.t5datacenters.com, cat: infrastructure, provider: t5-data-centers, cc: US, imp: 2, tier: 4, checks: [http] }
2302 + - { id: dc-novva, name: "Novva", host: novva.com, cat: infrastructure, provider: novva, cc: US, imp: 2, tier: 4, checks: [http] }
2303 + - { id: dc-prime-data-centers, name: "Prime Data Centers", host: www.primedatacenters.com, cat: infrastructure, provider: prime-data-centers, cc: US, imp: 2, tier: 4, checks: [http] }
2304 + - { id: dc-stream-data-centers, name: "Stream Data Centers", host: www.streamdatacenters.com, cat: infrastructure, provider: stream-data-centers, cc: US, imp: 2, tier: 4, checks: [http] }
2305 + - { id: dc-netrality, name: "Netrality", host: netrality.com, cat: infrastructure, provider: netrality, cc: US, imp: 2, tier: 4, checks: [http] }
2306 + - { id: dc-1547-critical-systems-realty, name: "1547 Critical Systems Realty", host: 1547realty.com, cat: infrastructure, provider: 1547-critical-systems-realty, cc: US, imp: 2, tier: 4, checks: [http] }
2307 + - { id: dc-yondr, name: "Yondr", host: www.yondrgroup.com, cat: infrastructure, provider: yondr, cc: GB, imp: 3, tier: 3, checks: [http] }
2308 + - { id: dc-edgecore-digital-infrastructure, name: "EdgeCore Digital Infrastructure", host: www.edgecore.com, cat: infrastructure, provider: edgecore-digital-infrastructur, cc: US, imp: 2, tier: 4, checks: [http] }
2309 + - { id: dc-cloudhq, name: "CloudHQ", host: www.cloudhq.com, cat: infrastructure, provider: cloudhq, cc: US, imp: 3, tier: 3, checks: [http] }
2310 + - { id: dc-qscale, name: "QScale", host: www.qscale.com, cat: infrastructure, provider: qscale, cc: CA, imp: 2, tier: 4, checks: [http] }
2311 + - { id: dc-canberra-data-centres, name: "Canberra Data Centres", host: www.cdcdatacentres.com.au, cat: infrastructure, provider: canberra-data-centres, cc: AU, imp: 3, tier: 3, checks: [http] }
2312 + - { id: dc-macquarie-data-centres, name: "Macquarie Data Centres", host: macquariedatacentres.com, cat: infrastructure, provider: macquarie-data-centres, cc: AU, imp: 2, tier: 4, checks: [http] }
2313 + - { id: dc-nabiax, name: "Nabiax", host: nabiax.com, cat: infrastructure, provider: nabiax, cc: ES, imp: 2, tier: 4, checks: [http] }
2314 + - { id: dc-pure-dc, name: "Pure DC", host: puredc.com, cat: infrastructure, provider: pure-dc, cc: GB, imp: 2, tier: 4, checks: [http] }
2315 + - { id: dc-ark-data-centres, name: "Ark Data Centres", host: arkdatacentres.co.uk, cat: infrastructure, provider: ark-data-centres, cc: GB, imp: 2, tier: 4, checks: [http] }
2316 + - { id: dc-kao-data, name: "Kao Data", host: www.kaodata.com, cat: infrastructure, provider: kao-data, cc: GB, imp: 2, tier: 4, checks: [http] }
2317 + - { id: dc-virtus-data-centres, name: "VIRTUS Data Centres", host: virtusdatacentres.com, cat: infrastructure, provider: virtus-data-centres, cc: GB, imp: 3, tier: 3, checks: [http] }
2318 + - { id: dc-pulsant, name: "Pulsant", host: www.pulsant.com, cat: infrastructure, provider: pulsant, cc: GB, imp: 2, tier: 4, checks: [http] }
2319 + - { id: dc-node4, name: "Node4", host: node4.co.uk, cat: infrastructure, provider: node4, cc: GB, imp: 2, tier: 4, checks: [http] }
2320 + - { id: dc-iomart, name: "iomart", host: www.iomart.com, cat: infrastructure, provider: iomart, cc: GB, imp: 2, tier: 4, checks: [http] }
2321 + - { id: dc-maincubes, name: "maincubes", host: www.maincubes.com, cat: infrastructure, provider: maincubes, cc: DE, imp: 2, tier: 4, checks: [http] }
2322 + - { id: dc-noris-network, name: "noris network", host: www.noris.de, cat: infrastructure, provider: noris-network, cc: DE, imp: 2, tier: 4, checks: [http] }
2323 + - { id: dc-atnorth, name: "atNorth", host: www.atnorth.com, cat: infrastructure, provider: atnorth, cc: IS, imp: 2, tier: 4, checks: [http] }
2324 + - { id: dc-bulk-infrastructure, name: "Bulk Infrastructure", host: www.bulkinfrastructure.com, cat: infrastructure, provider: bulk-infrastructure, cc: "NO", imp: 2, tier: 4, checks: [http] }
2325 + - { id: dc-green-mountain, name: "Green Mountain", host: greenmountain.no, cat: infrastructure, provider: green-mountain, cc: "NO", imp: 2, tier: 4, checks: [http] }
2326 + - { id: dc-verne-global, name: "Verne Global", host: verneglobal.com, cat: infrastructure, provider: verne-global, cc: IS, imp: 2, tier: 4, checks: [http] }
2327 + - { id: dc-ecodatacenter, name: "EcoDataCenter", host: ecodatacenter.se, cat: infrastructure, provider: ecodatacenter, cc: SE, imp: 2, tier: 4, checks: [http] }
2328 + - { id: dc-conapto, name: "Conapto", host: www.conapto.se, cat: infrastructure, provider: conapto, cc: SE, imp: 2, tier: 4, checks: [http] }
2329 + - { id: dc-glesys, name: "GleSYS", host: glesys.com, cat: infrastructure, provider: glesys, cc: SE, imp: 2, tier: 4, checks: [http] }
2330 + - { id: dc-northc-datacenters, name: "NorthC Datacenters", host: www.northcdatacenters.com, cat: infrastructure, provider: northc-datacenters, cc: NL, imp: 2, tier: 4, checks: [http] }
2331 + - { id: dc-dataplace, name: "Dataplace", host: www.dataplace.com, cat: infrastructure, provider: dataplace, cc: NL, imp: 2, tier: 4, checks: [http] }
2332 + - { id: dc-greenhouse-datacenters, name: "Greenhouse Datacenters", host: www.greenhousedatacenters.nl, cat: infrastructure, provider: greenhouse-datacenters, cc: NL, imp: 2, tier: 4, checks: [http] }
2333 + - { id: dc-adam-ecotech, name: "Adam Ecotech", host: adam.es, cat: infrastructure, provider: adam-ecotech, cc: ES, imp: 2, tier: 4, checks: [http] }
2334 + - { id: dc-atman, name: "Atman", host: www.atman.pl, cat: infrastructure, provider: atman, cc: PL, imp: 2, tier: 4, checks: [http] }
2335 + - { id: dc-beyond-pl, name: "Beyond.pl", host: www.beyond.pl, cat: infrastructure, provider: beyond-pl, cc: PL, imp: 2, tier: 4, checks: [http] }
2336 + - { id: dc-polcom, name: "Polcom", host: www.polcom.com.pl, cat: infrastructure, provider: polcom, cc: PL, imp: 2, tier: 4, checks: [http] }
2337 + - { id: dc-ixcellerate, name: "IXcellerate", host: www.ixcellerate.com, cat: infrastructure, provider: ixcellerate, cc: RU, imp: 2, tier: 4, checks: [http] }
2338 + - { id: dc-datapro, name: "DataPro", host: www.datapro.ru, cat: infrastructure, provider: datapro, cc: RU, imp: 2, tier: 4, checks: [http] }
2339 + - { id: dc-3data, name: "3data", host: 3data.ru, cat: infrastructure, provider: 3data, cc: RU, imp: 2, tier: 4, checks: [http] }
2340 + - { id: dc-at-tokyo, name: "AT TOKYO", host: www.attokyo.com, cat: infrastructure, provider: at-tokyo, cc: JP, imp: 3, tier: 3, checks: [http] }
2341 + - { id: dc-idc-frontier, name: "IDC Frontier", host: www.idcf.jp, cat: infrastructure, provider: idc-frontier, cc: JP, imp: 2, tier: 4, checks: [http] }
2342 + - { id: dc-digital-edge, name: "Digital Edge", host: www.digitaledgedc.com, cat: infrastructure, provider: digital-edge, cc: SG, imp: 3, tier: 3, checks: [http] }
2343 + - { id: dc-bridge-data-centres, name: "Bridge Data Centres", host: www.bridgedatacentres.com, cat: infrastructure, provider: bridge-data-centres, cc: SG, imp: 2, tier: 4, checks: [http] }
2344 + - { id: dc-dayone, name: "DayOne", host: dayone.tech, cat: infrastructure, provider: dayone, cc: SG, imp: 2, tier: 4, checks: [http] }
2345 + - { id: dc-bdx, name: "BDx", host: www.bdxworld.com, cat: infrastructure, provider: bdx, cc: SG, imp: 2, tier: 4, checks: [http] }
2346 + - { id: dc-ctrls, name: "CtrlS", host: www.ctrls.in, cat: infrastructure, provider: ctrls, cc: IN, imp: 3, tier: 3, checks: [http] }
2347 + - { id: dc-nxtra-by-airtel-dc, name: "Nxtra by Airtel (DC)", host: www.nxtra.in, cat: infrastructure, provider: nxtra-by-airtel, cc: IN, imp: 3, tier: 3, checks: [http] }
2348 + - { id: dc-yotta, name: "Yotta", host: yotta.com, cat: infrastructure, provider: yotta, cc: IN, imp: 3, tier: 3, checks: [http] }
2349 + - { id: dc-adaniconnex, name: "AdaniConneX", host: adaniconnex.com, cat: infrastructure, provider: adaniconnex, cc: IN, imp: 2, tier: 4, checks: [http] }
2350 + - { id: dc-esds, name: "ESDS", host: www.esds.co.in, cat: infrastructure, provider: esds, cc: IN, imp: 2, tier: 4, checks: [http] }
2351 + - { id: dc-web-werks, name: "Web Werks", host: www.webwerks.in, cat: infrastructure, provider: web-werks, cc: IN, imp: 2, tier: 4, checks: [http] }
2352 + - { id: dc-edgeuno, name: "EdgeUno", host: edgeuno.com, cat: infrastructure, provider: edgeuno, cc: US, imp: 2, tier: 4, checks: [http] }
2353 + - { id: dc-hostdime-brasil, name: "HostDime Brasil", host: www.hostdime.com.br, cat: infrastructure, provider: hostdime-brasil, cc: BR, imp: 2, tier: 4, checks: [http] }
2354 + - { id: dc-khazna, name: "Khazna", host: www.khazna.ae, cat: infrastructure, provider: khazna, cc: AE, imp: 3, tier: 3, checks: [http] }
2355 + - { id: dc-moro-hub, name: "Moro Hub", host: www.morohub.com, cat: infrastructure, provider: moro-hub, cc: AE, imp: 2, tier: 4, checks: [http] }
2356 + - { id: dc-center3-stc, name: "center3 (stc)", host: center3.com, cat: infrastructure, provider: center3, cc: SA, imp: 3, tier: 3, checks: [http] }
2357 + - { id: dc-africa-data-centres, name: "Africa Data Centres", host: www.africadatacentres.com, cat: infrastructure, provider: africa-data-centres, cc: ZA, imp: 3, tier: 3, checks: [http] }
2358 + - { id: dc-raxio-group, name: "Raxio Group", host: raxiogroup.com, cat: infrastructure, provider: raxio-group, cc: US, imp: 2, tier: 4, checks: [http] }
2359 + - { id: dc-icolo, name: "iColo", host: www.icolo.io, cat: infrastructure, provider: icolo, cc: KE, imp: 2, tier: 4, checks: [http] }
2360 + - { id: dc-kasi-cloud, name: "Kasi Cloud", host: kasicloud.com, cat: infrastructure, provider: kasi-cloud, cc: NG, imp: 2, tier: 4, checks: [http] }
2361 + - { id: dc-n-one-datacenters, name: "N+ONE Datacenters", host: www.nplusone.ma, cat: infrastructure, provider: n-one-datacenters, cc: MA, imp: 2, tier: 4, checks: [http] }
2362 + - { id: dc-equinix-metal-retired, name: "Equinix Metal (retired)", host: deploy.equinix.com, cat: infrastructure, provider: equinix-metal, cc: US, imp: 2, tier: 4, checks: [http] }
2363 + - { id: dc-equinix-fabric, name: "Equinix Fabric", host: docs.equinix.com, url: "https://docs.equinix.com/fabric/", cat: infrastructure, provider: equinix-fabric, cc: US, imp: 3, tier: 3, checks: [http] }
2364 + - { id: dc-equinix-ibx-list, name: "Equinix IBX list", host: www.equinix.com, url: "https://www.equinix.com/data-centers", cat: infrastructure, provider: equinix-ibx-list, cc: US, imp: 3, tier: 3, checks: [http] }
2365 + - { id: dc-digital-realty-platformdigital, name: "Digital Realty PlatformDIGITAL", host: www.digitalrealty.com, url: "https://www.digitalrealty.com/data-centers", cat: infrastructure, provider: digital-realty-platformdigital, cc: US, imp: 3, tier: 3, checks: [http] }
2366 + - { id: dc-interxion-digital-realty-emea, name: "Interxion (Digital Realty EMEA)", host: www.digitalrealty.co.uk, cat: infrastructure, provider: interxion, cc: GB, imp: 2, tier: 4, checks: [http] }
2367 + - { id: dc-digital-realty-asia, name: "Digital Realty Asia", host: www.digitalrealty.asia, cat: infrastructure, provider: digital-realty-asia, cc: SG, imp: 2, tier: 4, checks: [http] }
2368 + - { id: dc-digital-realty-japan-mc-digital-realty, name: "Digital Realty Japan (MC Digital Realty)", host: mc-digitalrealty.com, cat: infrastructure, provider: digital-realty-japan, cc: JP, imp: 2, tier: 4, checks: [http] }
2369 + - { id: dc-cologix-montr-al, name: "Cologix Montréal", host: www.cologix.com, url: "https://www.cologix.com/data-centers/montreal/", cat: infrastructure, provider: cologix-montr-al, cc: CA, imp: 2, tier: 4, checks: [http] }
2370 + - { id: dc-cologix-toronto, name: "Cologix Toronto", host: www.cologix.com, url: "https://www.cologix.com/data-centers/toronto/", cat: infrastructure, provider: cologix-toronto, cc: CA, imp: 2, tier: 4, checks: [http] }
2371 + - { id: dc-cologix-vancouver, name: "Cologix Vancouver", host: www.cologix.com, url: "https://www.cologix.com/data-centers/vancouver/", cat: infrastructure, provider: cologix-vancouver, cc: CA, imp: 2, tier: 4, checks: [http] }
2372 + - { id: dc-beanfield-dc-151-front, name: "Beanfield DC (151 Front)", host: www.beanfield.com, url: "https://www.beanfield.com/business/data-centre", cat: infrastructure, provider: beanfield-dc, cc: CA, imp: 2, tier: 4, checks: [http] }
2373 + - { id: dc-vantage-montr-al-qc4, name: "Vantage Montréal (QC4)", host: vantage-dc.com, url: "https://vantage-dc.com/data-centers/montreal/", cat: infrastructure, provider: vantage-montr-al, cc: CA, imp: 2, tier: 4, checks: [http] }
2374 + - { id: dc-micron21-dc, name: "Micron21 DC", host: www.micron21.com, url: "https://www.micron21.com/data-centre", cat: infrastructure, provider: micron21-dc, cc: AU, imp: 2, tier: 4, checks: [http] }
2375 + - { id: dc-datacom, name: "Datacom", host: datacom.com, cat: infrastructure, provider: datacom, cc: NZ, imp: 2, tier: 4, checks: [http] }
2376 + - { id: dc-spark-data-centres, name: "Spark Data Centres", host: www.spark.co.nz, url: "https://www.spark.co.nz/business/products/data-centres/", cat: infrastructure, provider: spark-data-centres, cc: NZ, imp: 2, tier: 4, checks: [http] }
2377 + - { id: dc-cdc-data-centres-nz, name: "CDC Data Centres NZ", host: www.cdcdatacentres.co.nz, cat: infrastructure, provider: cdc-data-centres-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
2378 + - { id: dc-dci-data-centers, name: "DCI Data Centers", host: dcidatacenters.com, cat: infrastructure, provider: dci-data-centers, cc: AU, imp: 2, tier: 4, checks: [http] }
2379 + - { id: dc-leading-edge-data-centres, name: "Leading Edge Data Centres", host: leadingedgedc.com, cat: infrastructure, provider: leading-edge-data-centres, cc: AU, imp: 2, tier: 4, checks: [http] }
2380 + - { id: dc-greensquaredc, name: "GreenSquareDC", host: greensquaredc.com, cat: infrastructure, provider: greensquaredc, cc: AU, imp: 2, tier: 4, checks: [http] }
2381 + - { id: dc-firmus, name: "Firmus", host: www.firmus.co, cat: infrastructure, provider: firmus, cc: AU, imp: 2, tier: 4, checks: [http] }
2382 + - { id: dc-odata-chile, name: "ODATA Chile", host: odatacolocation.com, url: "https://odatacolocation.com/chile/", cat: infrastructure, provider: odata-chile, cc: CL, imp: 2, tier: 4, checks: [http] }
2383 + - { id: dc-ascenty-chile, name: "Ascenty Chile", host: www.ascenty.com, url: "https://www.ascenty.com/en/chile/", cat: infrastructure, provider: ascenty-chile, cc: CL, imp: 2, tier: 4, checks: [http] }
2384 + - { id: dc-tivit, name: "Tivit", host: www.tivit.com, cat: infrastructure, provider: tivit, cc: BR, imp: 2, tier: 4, checks: [http] }
2385 + - { id: dc-equinix-m-xico, name: "Equinix México", host: www.equinix.com, url: "https://www.equinix.com/data-centers/americas-colocation/mexico-colocation", cat: infrastructure, provider: equinix-m-xico, cc: MX, imp: 2, tier: 4, checks: [http] }
2386 + - { id: dc-kio-quer-taro, name: "KIO Querétaro", host: www.kio.tech, url: "https://www.kio.tech/en/data-centers", cat: infrastructure, provider: kio-quer-taro, cc: MX, imp: 2, tier: 4, checks: [http] }
2387 + - { id: dc-odata-m-xico, name: "Odata México", host: odatacolocation.com, url: "https://odatacolocation.com/mexico/", cat: infrastructure, provider: odata-m-xico, cc: MX, imp: 2, tier: 4, checks: [http] }
2388 + - { id: dc-cirion-dc, name: "Cirion DC", host: www.ciriontechnologies.com, url: "https://www.ciriontechnologies.com/en/data-center", cat: infrastructure, provider: cirion-dc, cc: BR, imp: 2, tier: 4, checks: [http] }
2389 + - { id: dc-telxius-dc, name: "Telxius DC", host: telxius.com, url: "https://telxius.com/en/colocation/", cat: infrastructure, provider: telxius-dc, cc: ES, imp: 2, tier: 4, checks: [http] }
2390 + - { id: dc-sparkle-dc, name: "Sparkle DC", host: www.tisparkle.com, url: "https://www.tisparkle.com/our-platform/data-centers", cat: infrastructure, provider: sparkle-dc, cc: IT, imp: 2, tier: 4, checks: [http] }
2391 + - { id: dc-aruba-data-centers, name: "Aruba Data Centers", host: www.aruba.it, url: "https://www.aruba.it/en/data-center.aspx", cat: infrastructure, provider: aruba-data-centers, cc: IT, imp: 2, tier: 4, checks: [http] }
2392 + - { id: dc-supernap-italia-stack, name: "Supernap Italia (STACK)", host: www.stackinfra.com, url: "https://www.stackinfra.com/locations/milan/", cat: infrastructure, provider: supernap-italia, cc: IT, imp: 2, tier: 4, checks: [http] }
2393 + - { id: dc-interxion-marseille, name: "Interxion Marseille", host: www.digitalrealty.fr, cat: infrastructure, provider: interxion-marseille, cc: FR, imp: 2, tier: 4, checks: [http] }
2394 + - { id: dc-scaleway-datacenters-opcore, name: "Scaleway Datacenters (Opcore)", host: www.opcore.eu, cat: infrastructure, provider: scaleway-datacenters, cc: FR, imp: 2, tier: 4, checks: [http] }
2395 + - { id: dc-sipartech, name: "Sipartech", host: www.sipartech.com, cat: infrastructure, provider: sipartech, cc: FR, imp: 2, tier: 4, checks: [http] }
2396 + - { id: dc-data-center-light, name: "Data Center Light", host: datacenterlight.ch, cat: infrastructure, provider: data-center-light, cc: CH, imp: 2, tier: 4, checks: [http] }
2397 + - { id: dc-interxion-z-rich, name: "Interxion Zürich", host: www.digitalrealty.ch, cat: infrastructure, provider: interxion-z-rich, cc: CH, imp: 2, tier: 4, checks: [http] }
2398 + - { id: dc-itenos, name: "ITENOS", host: www.itenos.de, cat: infrastructure, provider: itenos, cc: DE, imp: 2, tier: 4, checks: [http] }
2399 + - { id: dc-telehouse-paris, name: "Telehouse Paris", host: www.telehouse.fr, cat: infrastructure, provider: telehouse-paris, cc: FR, imp: 2, tier: 4, checks: [http] }
2400 + - { id: dc-digital-realty-amsterdam, name: "Digital Realty Amsterdam", host: www.digitalrealty.nl, cat: infrastructure, provider: digital-realty-amsterdam, cc: NL, imp: 2, tier: 4, checks: [http] }
2401 + - { id: dc-telehouse-america, name: "Telehouse America", host: www.telehouse.com, cat: infrastructure, provider: telehouse-america, cc: US, imp: 2, tier: 4, checks: [http] }
2402 + - { id: dc-digital-realty-singapore, name: "Digital Realty Singapore", host: www.digitalrealty.asia, url: "https://www.digitalrealty.asia/data-centers/singapore", cat: infrastructure, provider: digital-realty-singapore, cc: SG, imp: 2, tier: 4, checks: [http] }
2403 + - { id: dc-digital-realty-frankfurt, name: "Digital Realty Frankfurt", host: www.digitalrealty.de, cat: infrastructure, provider: digital-realty-frankfurt, cc: DE, imp: 2, tier: 4, checks: [http] }
2404 +
2405 + # ───────── Satellite operators & space (55)
2406 + - { id: sat-viasat, name: "Viasat", host: www.viasat.com, cat: infrastructure, provider: viasat, cc: US, imp: 4, tier: 3, checks: [http] }
2407 + - { id: sat-hughes, name: "Hughes", host: www.hughes.com, cat: infrastructure, provider: hughes, cc: US, imp: 4, tier: 3, checks: [http] }
2408 + - { id: sat-eutelsat-oneweb, name: "Eutelsat OneWeb", host: oneweb.net, cat: infrastructure, provider: eutelsat-oneweb, cc: GB, imp: 4, tier: 3, checks: [http] }
2409 + - { id: sat-telesat, name: "Telesat", host: www.telesat.com, cat: infrastructure, provider: telesat, cc: CA, imp: 4, tier: 3, checks: [http] }
2410 + - { id: sat-iridium, name: "Iridium", host: www.iridium.com, cat: infrastructure, provider: iridium, cc: US, imp: 4, tier: 3, checks: [http] }
2411 + - { id: sat-inmarsat-viasat, name: "Inmarsat (Viasat)", host: www.inmarsat.com, cat: infrastructure, provider: inmarsat, cc: GB, imp: 4, tier: 3, checks: [http] }
2412 + - { id: sat-amazon-leo-kuiper, name: "Amazon Leo (Kuiper)", host: www.amazonleo.com, cat: infrastructure, provider: amazon-leo, cc: US, imp: 3, tier: 3, checks: [http] }
2413 + - { id: sat-ses, name: "SES", host: www.ses.com, cat: infrastructure, provider: ses, cc: LU, imp: 4, tier: 3, checks: [http] }
2414 + - { id: sat-intelsat, name: "Intelsat", host: www.intelsat.com, cat: infrastructure, provider: intelsat, cc: US, imp: 4, tier: 3, checks: [http] }
2415 + - { id: sat-eutelsat, name: "Eutelsat", host: www.eutelsat.com, cat: infrastructure, provider: eutelsat, cc: FR, imp: 4, tier: 3, checks: [http] }
2416 + - { id: sat-globalstar, name: "Globalstar", host: www.globalstar.com, cat: infrastructure, provider: globalstar, cc: US, imp: 3, tier: 3, checks: [http] }
2417 + - { id: sat-thuraya, name: "Thuraya", host: www.thuraya.com, cat: infrastructure, provider: thuraya, cc: AE, imp: 3, tier: 3, checks: [http] }
2418 + - { id: sat-space42-yahsat, name: "Space42 (Yahsat)", host: space42.ai, cat: infrastructure, provider: space42, cc: AE, imp: 3, tier: 3, checks: [http] }
2419 + - { id: sat-kacific, name: "Kacific", host: kacific.com, cat: infrastructure, provider: kacific, cc: SG, imp: 2, tier: 4, checks: [http] }
2420 + - { id: sat-speedcast, name: "Speedcast", host: www.speedcast.com, cat: infrastructure, provider: speedcast, cc: US, imp: 3, tier: 3, checks: [http] }
2421 + - { id: sat-marlink, name: "Marlink", host: marlink.com, cat: infrastructure, provider: marlink, cc: FR, imp: 3, tier: 3, checks: [http] }
2422 + - { id: sat-ast-spacemobile, name: "AST SpaceMobile", host: ast-science.com, cat: infrastructure, provider: ast-spacemobile, cc: US, imp: 3, tier: 3, checks: [http] }
2423 + - { id: sat-lynk-global, name: "Lynk Global", host: lynk.world, cat: infrastructure, provider: lynk-global, cc: US, imp: 2, tier: 4, checks: [http] }
2424 + - { id: sat-echostar, name: "EchoStar", host: www.echostar.com, cat: infrastructure, provider: echostar, cc: US, imp: 3, tier: 3, checks: [http] }
2425 + - { id: sat-arabsat, name: "Arabsat", host: www.arabsat.com, cat: infrastructure, provider: arabsat, cc: SA, imp: 3, tier: 3, checks: [http] }
2426 + - { id: sat-hispasat, name: "Hispasat", host: www.hispasat.com, cat: infrastructure, provider: hispasat, cc: ES, imp: 3, tier: 3, checks: [http] }
2427 + - { id: sat-measat, name: "MEASAT", host: www.measat.com, cat: infrastructure, provider: measat, cc: MY, imp: 2, tier: 4, checks: [http] }
2428 + - { id: sat-thaicom, name: "Thaicom", host: www.thaicom.net, cat: infrastructure, provider: thaicom, cc: TH, imp: 2, tier: 4, checks: [http] }
2429 + - { id: sat-sky-perfect-jsat, name: "SKY Perfect JSAT", host: www.skyperfectjsat.space, cat: infrastructure, provider: sky-perfect-jsat, cc: JP, imp: 3, tier: 3, checks: [http] }
2430 + - { id: sat-kt-sat, name: "KT SAT", host: www.ktsat.com, cat: infrastructure, provider: kt-sat, cc: KR, imp: 2, tier: 4, checks: [http] }
2431 + - { id: sat-apt-satellite-apstar, name: "APT Satellite (APSTAR)", host: www.apstar.com, cat: infrastructure, provider: apt-satellite, cc: HK, imp: 2, tier: 4, checks: [http] }
2432 + - { id: sat-asiasat, name: "AsiaSat", host: www.asiasat.com, cat: infrastructure, provider: asiasat, cc: HK, imp: 3, tier: 3, checks: [http] }
2433 + - { id: sat-starlink-business, name: "Starlink (business)", host: www.starlink.com, url: "https://www.starlink.com/business", cat: infrastructure, provider: starlink, cc: US, imp: 3, tier: 3, checks: [http] }
2434 + - { id: sat-starlink-map, name: "Starlink map", host: www.starlink.com, url: "https://www.starlink.com/map", cat: infrastructure, provider: starlink-map, cc: US, imp: 3, tier: 3, checks: [http] }
2435 + - { id: sat-starlink-api-status, name: "Starlink API status", host: api.starlink.com, cat: infrastructure, provider: starlink-api-status, cc: US, imp: 3, tier: 3, checks: [http] }
2436 + - { id: sat-telesat-lightspeed, name: "Telesat Lightspeed", host: www.telesat.com, url: "https://www.telesat.com/leo-satellites/", cat: infrastructure, provider: telesat-lightspeed, cc: CA, imp: 2, tier: 4, checks: [http] }
2437 + - { id: sat-nbn-sky-muster, name: "nbn Sky Muster", host: www.nbnco.com.au, url: "https://www.nbnco.com.au/learn/network-technology/sky-muster-explained", cat: infrastructure, provider: nbn-sky-muster, cc: AU, imp: 2, tier: 4, checks: [http] }
2438 + - { id: sat-xplore-satellite, name: "Xplore satellite", host: www.xplore.ca, url: "https://www.xplore.ca/satellite-internet/", cat: infrastructure, provider: xplore-satellite, cc: CA, imp: 2, tier: 4, checks: [http] }
2439 + - { id: sat-eutelsat-konnect, name: "Eutelsat Konnect", host: www.konnect.com, cat: infrastructure, provider: eutelsat-konnect, cc: FR, imp: 2, tier: 4, checks: [http] }
2440 + - { id: sat-bigblu-konnect-uk, name: "Bigblu / Konnect UK", host: www.konnect.com, url: "https://www.konnect.com/en-GB", cat: infrastructure, provider: bigblu-konnect-uk, cc: GB, imp: 2, tier: 4, checks: [http] }
2441 + - { id: sat-nilesat, name: "Nilesat", host: www.nilesat.com.eg, cat: infrastructure, provider: nilesat, cc: EG, imp: 2, tier: 4, checks: [http] }
2442 + - { id: sat-t-rksat, name: "Türksat", host: www.turksat.com.tr, cat: infrastructure, provider: t-rksat, cc: TR, imp: 3, tier: 3, checks: [http] }
2443 + - { id: sat-gazprom-space-systems, name: "Gazprom Space Systems", host: www.gazprom-spacesystems.ru, cat: infrastructure, provider: gazprom-space-systems, cc: RU, imp: 2, tier: 4, checks: [http] }
2444 + - { id: sat-rscc-russian-satellite-communications, name: "RSCC (Russian Satellite Communications)", host: www.rscc.ru, cat: infrastructure, provider: rscc, cc: RU, imp: 2, tier: 4, checks: [http] }
2445 + - { id: sat-isro-nsil, name: "ISRO / NSIL", host: www.nsilindia.co.in, cat: infrastructure, provider: isro-nsil, cc: IN, imp: 2, tier: 4, checks: [http] }
2446 + - { id: sat-spacecom-amos, name: "Spacecom (AMOS)", host: www.amos-spacecom.com, cat: infrastructure, provider: spacecom, cc: IL, imp: 2, tier: 4, checks: [http] }
2447 + - { id: sat-es-hailsat, name: "Es'hailSat", host: www.eshailsat.qa, cat: infrastructure, provider: es-hailsat, cc: QA, imp: 2, tier: 4, checks: [http] }
2448 + - { id: sat-azercosmos, name: "Azercosmos", host: azercosmos.az, cat: infrastructure, provider: azercosmos, cc: AZ, imp: 2, tier: 4, checks: [http] }
2449 + - { id: sat-hispamar, name: "Hispamar", host: www.hispamar.com.br, cat: infrastructure, provider: hispamar, cc: BR, imp: 2, tier: 4, checks: [http] }
2450 + - { id: sat-satmex-eutelsat-americas, name: "Satmex/Eutelsat Americas", host: www.eutelsat.com, url: "https://www.eutelsat.com/en/americas.html", cat: infrastructure, provider: satmex-eutelsat-americas, cc: MX, imp: 2, tier: 4, checks: [http] }
2451 + - { id: sat-spacex, name: "SpaceX", host: www.spacex.com, cat: infrastructure, provider: spacex, cc: US, imp: 3, tier: 3, checks: [http] }
2452 + - { id: sat-rocket-lab, name: "Rocket Lab", host: www.rocketlabusa.com, cat: infrastructure, provider: rocket-lab, cc: US, imp: 2, tier: 4, checks: [http] }
2453 + - { id: sat-blue-origin, name: "Blue Origin", host: www.blueorigin.com, cat: infrastructure, provider: blue-origin, cc: US, imp: 2, tier: 4, checks: [http] }
2454 + - { id: sat-arianespace, name: "Arianespace", host: www.arianespace.com, cat: infrastructure, provider: arianespace, cc: FR, imp: 2, tier: 4, checks: [http] }
2455 + - { id: sat-esa, name: "ESA", host: www.esa.int, cat: infrastructure, provider: esa, cc: FR, imp: 3, tier: 3, checks: [http] }
2456 + - { id: sat-noaa-satellites, name: "NOAA satellites", host: www.nesdis.noaa.gov, cat: infrastructure, provider: noaa-satellites, cc: US, imp: 2, tier: 4, checks: [http] }
2457 + - { id: sat-celestrak, name: "CelesTrak", host: celestrak.org, cat: infrastructure, provider: celestrak, cc: US, imp: 3, tier: 3, checks: [http] }
2458 + - { id: sat-space-track, name: "Space-Track", host: www.space-track.org, cat: infrastructure, provider: space-track, cc: US, imp: 3, tier: 3, checks: [http] }
2459 + - { id: sat-satellite-industry-association, name: "Satellite Industry Association", host: sia.org, cat: infrastructure, provider: satellite-industry-association, cc: US, imp: 2, tier: 4, checks: [http] }
2460 + - { id: sat-itu-space-services, name: "ITU Space Services", host: www.itu.int, url: "https://www.itu.int/en/ITU-R/space/Pages/default.aspx", cat: infrastructure, provider: itu-space-services, cc: CH, imp: 2, tier: 4, checks: [http] }
2461 +
2462 + # ───────── Enterprise networking, zero-trust, VPN & monitoring vendors (130)
2463 + - { id: net-cisco-meraki, name: "Cisco Meraki", host: meraki.cisco.com, cat: infrastructure, provider: meraki, svc: meraki, cc: US, imp: 4, tier: 3, checks: [http] }
2464 + - { id: net-meraki-dashboard, name: "Meraki dashboard", host: dashboard.meraki.com, cat: infrastructure, provider: meraki, svc: meraki, cc: US, imp: 3, tier: 3, checks: [http] }
2465 + - { id: net-meraki-status, name: "Meraki status", host: status.meraki.com, cat: infrastructure, provider: meraki, svc: meraki, cc: US, imp: 2, tier: 4, checks: [http] }
2466 + - { id: net-ubiquiti, name: "Ubiquiti", host: www.ui.com, cat: infrastructure, provider: ubiquiti, svc: ubiquiti, cc: US, imp: 4, tier: 3, checks: [http] }
2467 + - { id: net-unifi-cloud, name: "UniFi cloud", host: unifi.ui.com, cat: infrastructure, provider: ubiquiti, svc: ubiquiti, cc: US, imp: 3, tier: 3, checks: [http] }
2468 + - { id: net-ubiquiti-account, name: "Ubiquiti account", host: account.ui.com, cat: infrastructure, provider: ubiquiti, svc: ubiquiti, cc: US, imp: 3, tier: 3, checks: [http] }
2469 + - { id: net-ubiquiti-status, name: "Ubiquiti status", host: status.ui.com, cat: infrastructure, provider: ubiquiti, svc: ubiquiti, cc: US, imp: 2, tier: 4, checks: [http] }
2470 + - { id: net-ubiquiti-community, name: "Ubiquiti community", host: community.ui.com, cat: infrastructure, provider: ubiquiti, svc: ubiquiti, cc: US, imp: 2, tier: 4, checks: [http] }
2471 + - { id: net-hpe-aruba-networking, name: "HPE Aruba Networking", host: www.arubanetworks.com, cat: infrastructure, provider: hpe-aruba-networking, cc: US, imp: 4, tier: 3, checks: [http] }
2472 + - { id: net-juniper-networks, name: "Juniper Networks", host: www.juniper.net, cat: infrastructure, provider: juniper-networks, cc: US, imp: 4, tier: 3, checks: [http] }
2473 + - { id: net-juniper-mist, name: "Juniper Mist", host: www.mist.com, cat: infrastructure, provider: juniper-mist, cc: US, imp: 3, tier: 3, checks: [http] }
2474 + - { id: net-mist-cloud, name: "Mist cloud", host: manage.mist.com, cat: infrastructure, provider: mist-cloud, cc: US, imp: 3, tier: 3, checks: [http] }
2475 + - { id: net-fortiguard, name: "FortiGuard", host: www.fortiguard.com, cat: infrastructure, provider: fortiguard, cc: US, imp: 3, tier: 3, checks: [http] }
2476 + - { id: net-forticloud, name: "FortiCloud", host: support.fortinet.com, cat: infrastructure, provider: forticloud, cc: US, imp: 3, tier: 3, checks: [http] }
2477 + - { id: net-zscaler-trust, name: "Zscaler Trust", host: trust.zscaler.com, cat: infrastructure, provider: zscaler-trust, cc: US, imp: 3, tier: 3, checks: [http] }
2478 + - { id: net-zscaler-admin-zscaler-net, name: "Zscaler admin (zscaler.net)", host: admin.zscaler.net, cat: infrastructure, provider: zscaler-admin, cc: US, imp: 2, tier: 4, checks: [http] }
2479 + - { id: net-netskope, name: "Netskope", host: www.netskope.com, cat: infrastructure, provider: netskope, cc: US, imp: 3, tier: 3, checks: [http] }
2480 + - { id: net-netskope-status, name: "Netskope status", host: trust.netskope.com, cat: infrastructure, provider: netskope-status, cc: US, imp: 2, tier: 4, checks: [http] }
2481 + - { id: net-cloudflare-zero-trust, name: "Cloudflare Zero Trust", host: www.cloudflare.com, url: "https://www.cloudflare.com/zero-trust/", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: US, imp: 3, tier: 3, checks: [http] }
2482 + - { id: net-cloudflare-one-dashboard, name: "Cloudflare One dashboard", host: one.dash.cloudflare.com, cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: US, imp: 3, tier: 3, checks: [http] }
2483 + - { id: net-tailscale-login, name: "Tailscale login", host: login.tailscale.com, cat: infrastructure, provider: tailscale, svc: tailscale, cc: US, imp: 3, tier: 3, checks: [http] }
2484 + - { id: net-tailscale-pkgs, name: "Tailscale pkgs", host: pkgs.tailscale.com, cat: infrastructure, provider: tailscale, svc: tailscale, cc: US, imp: 3, tier: 3, checks: [http] }
2485 + - { id: net-tailscale-derp-nyc, name: "Tailscale DERP (NYC)", host: derp1.tailscale.com, cat: infrastructure, provider: tailscale, svc: tailscale, cc: US, imp: 3, tier: 3, checks: [http] }
2486 + - { id: net-twingate, name: "Twingate", host: www.twingate.com, cat: infrastructure, provider: twingate, svc: twingate, cc: US, imp: 3, tier: 3, checks: [http] }
2487 + - { id: net-netbird, name: "NetBird", host: netbird.io, cat: infrastructure, provider: netbird, svc: netbird, cc: DE, imp: 3, tier: 3, checks: [http] }
2488 + - { id: net-netbird-app, name: "NetBird app", host: app.netbird.io, cat: infrastructure, provider: netbird, svc: netbird, cc: DE, imp: 2, tier: 4, checks: [http] }
2489 + - { id: net-zerotier, name: "ZeroTier", host: www.zerotier.com, cat: infrastructure, provider: zerotier, cc: US, imp: 3, tier: 3, checks: [http] }
2490 + - { id: net-zerotier-central, name: "ZeroTier Central", host: my.zerotier.com, cat: infrastructure, provider: zerotier-central, cc: US, imp: 3, tier: 3, checks: [http] }
2491 + - { id: net-cisco-umbrella, name: "Cisco Umbrella", host: umbrella.cisco.com, cat: infrastructure, provider: cisco-umbrella, cc: US, imp: 3, tier: 3, checks: [http] }
2492 + - { id: net-cisco-umbrella-dashboard, name: "Cisco Umbrella dashboard", host: dashboard.umbrella.com, cat: infrastructure, provider: cisco-umbrella-dashboard, cc: US, imp: 2, tier: 4, checks: [http] }
2493 + - { id: net-cisco-webex-status, name: "Cisco Webex status", host: status.webex.com, cat: infrastructure, provider: cisco-webex-status, cc: US, imp: 2, tier: 4, checks: [http] }
2494 + - { id: net-arista, name: "Arista", host: www.arista.com, cat: infrastructure, provider: arista, cc: US, imp: 3, tier: 3, checks: [http] }
2495 + - { id: net-extreme-networks, name: "Extreme Networks", host: www.extremenetworks.com, cat: infrastructure, provider: extreme-networks, cc: US, imp: 3, tier: 3, checks: [http] }
2496 + - { id: net-extremecloud-iq, name: "ExtremeCloud IQ", host: extremecloudiq.com, cat: infrastructure, provider: extremecloud-iq, cc: US, imp: 2, tier: 4, checks: [http] }
2497 + - { id: net-huawei, name: "Huawei", host: www.huawei.com, cat: infrastructure, provider: huawei, cc: CN, imp: 4, tier: 3, checks: [http] }
2498 + - { id: net-huawei-enterprise, name: "Huawei enterprise", host: e.huawei.com, cat: infrastructure, provider: huawei-enterprise, cc: CN, imp: 3, tier: 3, checks: [http] }
2499 + - { id: net-zte, name: "ZTE", host: www.zte.com.cn, cat: infrastructure, provider: zte, cc: CN, imp: 3, tier: 3, checks: [http] }
2500 + - { id: net-ruckus-networks, name: "Ruckus Networks", host: www.ruckusnetworks.com, cat: infrastructure, provider: ruckus-networks, cc: US, imp: 3, tier: 3, checks: [http] }
2501 + - { id: net-ruckus-cloud, name: "Ruckus Cloud", host: ruckus.cloud, cat: infrastructure, provider: ruckus-cloud, cc: US, imp: 2, tier: 4, checks: [http] }
2502 + - { id: net-cambium-networks, name: "Cambium Networks", host: www.cambiumnetworks.com, cat: infrastructure, provider: cambium-networks, cc: US, imp: 3, tier: 3, checks: [http] }
2503 + - { id: net-cnmaestro, name: "cnMaestro", host: cloud.cambiumnetworks.com, cat: infrastructure, provider: cnmaestro, cc: US, imp: 2, tier: 4, checks: [http] }
2504 + - { id: net-mikrotik, name: "MikroTik", host: mikrotik.com, cat: infrastructure, provider: mikrotik, cc: LV, imp: 4, tier: 3, checks: [http] }
2505 + - { id: net-mikrotik-downloads, name: "MikroTik downloads", host: download.mikrotik.com, cat: infrastructure, provider: mikrotik-downloads, cc: LV, imp: 3, tier: 3, checks: [http] }
2506 + - { id: net-tp-link, name: "TP-Link", host: www.tp-link.com, cat: infrastructure, provider: tp-link, cc: CN, imp: 3, tier: 3, checks: [http] }
2507 + - { id: net-tp-link-omada-cloud, name: "TP-Link Omada cloud", host: omada.tplinkcloud.com, cat: infrastructure, provider: tp-link-omada-cloud, cc: CN, imp: 2, tier: 4, checks: [http] }
2508 + - { id: net-netgear, name: "Netgear", host: www.netgear.com, cat: infrastructure, provider: netgear, cc: US, imp: 3, tier: 3, checks: [http] }
2509 + - { id: net-netgear-insight, name: "Netgear Insight", host: insight.netgear.com, cat: infrastructure, provider: netgear-insight, cc: US, imp: 2, tier: 4, checks: [http] }
2510 + - { id: net-cradlepoint-ericsson, name: "Cradlepoint (Ericsson)", host: cradlepoint.com, cat: infrastructure, provider: cradlepoint, cc: US, imp: 3, tier: 3, checks: [http] }
2511 + - { id: net-peplink, name: "Peplink", host: www.peplink.com, cat: infrastructure, provider: peplink, cc: HK, imp: 3, tier: 3, checks: [http] }
2512 + - { id: net-peplink-incontrol, name: "Peplink InControl", host: incontrol2.peplink.com, cat: infrastructure, provider: peplink-incontrol, cc: HK, imp: 2, tier: 4, checks: [http] }
2513 + - { id: net-sophos, name: "Sophos", host: www.sophos.com, cat: infrastructure, provider: sophos, cc: GB, imp: 3, tier: 3, checks: [http] }
2514 + - { id: net-sophos-central, name: "Sophos Central", host: central.sophos.com, cat: infrastructure, provider: sophos-central, cc: GB, imp: 3, tier: 3, checks: [http] }
2515 + - { id: net-check-point, name: "Check Point", host: www.checkpoint.com, cat: infrastructure, provider: checkpoint, svc: checkpoint, cc: IL, imp: 4, tier: 3, checks: [http] }
2516 + - { id: net-check-point-status, name: "Check Point status", host: status.checkpoint.com, cat: infrastructure, provider: checkpoint, svc: checkpoint, cc: IL, imp: 2, tier: 4, checks: [http] }
2517 + - { id: net-sonicwall, name: "SonicWall", host: www.sonicwall.com, cat: infrastructure, provider: sonicwall, cc: US, imp: 3, tier: 3, checks: [http] }
2518 + - { id: net-watchguard, name: "WatchGuard", host: www.watchguard.com, cat: infrastructure, provider: watchguard, cc: US, imp: 3, tier: 3, checks: [http] }
2519 + - { id: net-barracuda, name: "Barracuda", host: www.barracuda.com, cat: infrastructure, provider: barracuda, cc: US, imp: 3, tier: 3, checks: [http] }
2520 + - { id: net-f5, name: "F5", host: www.f5.com, cat: infrastructure, provider: f5, cc: US, imp: 4, tier: 3, checks: [http] }
2521 + - { id: net-f5-distributed-cloud, name: "F5 Distributed Cloud", host: www.f5.com, url: "https://www.f5.com/cloud", cat: infrastructure, provider: f5-distributed-cloud, cc: US, imp: 2, tier: 4, checks: [http] }
2522 + - { id: net-netscaler, name: "NetScaler", host: www.netscaler.com, cat: infrastructure, provider: netscaler, cc: US, imp: 3, tier: 3, checks: [http] }
2523 + - { id: net-a10-networks, name: "A10 Networks", host: www.a10networks.com, cat: infrastructure, provider: a10-networks, cc: US, imp: 2, tier: 4, checks: [http] }
2524 + - { id: net-infoblox, name: "Infoblox", host: www.infoblox.com, cat: infrastructure, provider: infoblox, cc: US, imp: 3, tier: 3, checks: [http] }
2525 + - { id: net-bluecat, name: "BlueCat", host: bluecatnetworks.com, cat: infrastructure, provider: bluecat, cc: CA, imp: 2, tier: 4, checks: [http] }
2526 + - { id: net-efficientip, name: "EfficientIP", host: efficientip.com, cat: infrastructure, provider: efficientip, cc: FR, imp: 2, tier: 4, checks: [http] }
2527 + - { id: net-cato-networks, name: "Cato Networks", host: www.catonetworks.com, cat: infrastructure, provider: cato-networks, cc: IL, imp: 3, tier: 3, checks: [http] }
2528 + - { id: net-versa-networks, name: "Versa Networks", host: versa-networks.com, cat: infrastructure, provider: versa-networks, cc: US, imp: 2, tier: 4, checks: [http] }
2529 + - { id: net-aryaka, name: "Aryaka", host: www.aryaka.com, cat: infrastructure, provider: aryaka, cc: US, imp: 2, tier: 4, checks: [http] }
2530 + - { id: net-perimeter-81-check-point, name: "Perimeter 81 (Check Point)", host: www.perimeter81.com, cat: infrastructure, provider: checkpoint, svc: checkpoint, cc: IL, imp: 2, tier: 4, checks: [http] }
2531 + - { id: net-nordlayer, name: "NordLayer", host: nordlayer.com, cat: infrastructure, provider: nordlayer, cc: LT, imp: 2, tier: 4, checks: [http] }
2532 + - { id: net-openvpn, name: "OpenVPN", host: openvpn.net, cat: infrastructure, provider: openvpn, cc: US, imp: 3, tier: 3, checks: [http] }
2533 + - { id: net-openvpn-cloud, name: "OpenVPN Cloud", host: cloud.openvpn.net, cat: infrastructure, provider: openvpn-cloud, cc: US, imp: 2, tier: 4, checks: [http] }
2534 + - { id: net-wireguard, name: "WireGuard", host: www.wireguard.com, cat: infrastructure, provider: wireguard, cc: US, imp: 3, tier: 3, checks: [http] }
2535 + - { id: net-mullvad-vpn, name: "Mullvad VPN", host: mullvad.net, cat: infrastructure, provider: mullvad-vpn, cc: SE, imp: 3, tier: 3, checks: [http] }
2536 + - { id: net-mullvad-api, name: "Mullvad API", host: api.mullvad.net, url: "https://api.mullvad.net/www/relays/all/", cat: infrastructure, provider: mullvad-api, cc: SE, imp: 2, tier: 4, checks: [http] }
2537 + - { id: net-proton-vpn, name: "Proton VPN", host: protonvpn.com, cat: infrastructure, provider: proton-vpn, cc: CH, imp: 3, tier: 3, checks: [http] }
2538 + - { id: net-proton-vpn-api, name: "Proton VPN API", host: api.protonvpn.ch, url: "https://api.protonvpn.ch/vpn/logicals", cat: infrastructure, provider: proton-vpn-api, cc: CH, imp: 2, tier: 4, checks: [http] }
2539 + - { id: net-nordvpn, name: "NordVPN", host: nordvpn.com, cat: infrastructure, provider: nordvpn, cc: PA, imp: 3, tier: 3, checks: [http] }
2540 + - { id: net-nordvpn-api, name: "NordVPN API", host: api.nordvpn.com, url: "https://api.nordvpn.com/v1/servers/countries", cat: infrastructure, provider: nordvpn-api, cc: PA, imp: 2, tier: 4, checks: [http] }
2541 + - { id: net-expressvpn, name: "ExpressVPN", host: www.expressvpn.com, cat: infrastructure, provider: expressvpn, cc: VG, imp: 3, tier: 3, checks: [http] }
2542 + - { id: net-surfshark, name: "Surfshark", host: surfshark.com, cat: infrastructure, provider: surfshark, cc: NL, imp: 3, tier: 3, checks: [http] }
2543 + - { id: net-private-internet-access, name: "Private Internet Access", host: www.privateinternetaccess.com, cat: infrastructure, provider: private-internet-access, cc: US, imp: 2, tier: 4, checks: [http] }
2544 + - { id: net-windscribe, name: "Windscribe", host: windscribe.com, cat: infrastructure, provider: windscribe, cc: CA, imp: 2, tier: 4, checks: [http] }
2545 + - { id: net-ivpn, name: "IVPN", host: www.ivpn.net, cat: infrastructure, provider: ivpn, cc: GI, imp: 2, tier: 4, checks: [http] }
2546 + - { id: net-tor-project, name: "Tor Project", host: www.torproject.org, cat: infrastructure, provider: tor-project, cc: US, imp: 4, tier: 3, checks: [http] }
2547 + - { id: net-tor-metrics, name: "Tor Metrics", host: metrics.torproject.org, cat: infrastructure, provider: tor-metrics, cc: US, imp: 3, tier: 3, checks: [http] }
2548 + - { id: net-tor-check, name: "Tor check", host: check.torproject.org, cat: infrastructure, provider: tor-check, cc: US, imp: 3, tier: 3, checks: [http] }
2549 + - { id: net-tor-directory-authority-moria1, name: "Tor directory authority (moria1)", host: dizum.com, url: "http://dizum.com/", cat: infrastructure, provider: tor-directory-authority, cc: NL, imp: 2, tier: 4, checks: [http] }
2550 + - { id: net-psiphon, name: "Psiphon", host: psiphon.ca, cat: infrastructure, provider: psiphon, cc: CA, imp: 2, tier: 4, checks: [http] }
2551 + - { id: net-lantern, name: "Lantern", host: lantern.io, cat: infrastructure, provider: lantern, cc: US, imp: 2, tier: 4, checks: [http] }
2552 + - { id: net-outline-vpn-jigsaw, name: "Outline VPN (Jigsaw)", host: getoutline.org, cat: infrastructure, provider: outline-vpn, cc: US, imp: 2, tier: 4, checks: [http] }
2553 + - { id: net-i2p, name: "I2P", host: geti2p.net, cat: infrastructure, provider: i2p, cc: US, imp: 2, tier: 4, checks: [http] }
2554 + - { id: net-freenet-hyphanet, name: "Freenet/Hyphanet", host: www.hyphanet.org, cat: infrastructure, provider: freenet-hyphanet, cc: US, imp: 2, tier: 4, checks: [http] }
2555 + - { id: net-snowflake-tor, name: "Snowflake (Tor)", host: snowflake.torproject.org, cat: infrastructure, provider: snowflake, cc: US, imp: 2, tier: 4, checks: [http] }
2556 + - { id: net-okta-status, name: "Okta status", host: status.okta.com, cat: infrastructure, provider: okta, svc: okta, cc: US, imp: 2, tier: 4, checks: [http] }
2557 + - { id: net-palo-alto-prisma-access-status, name: "Palo Alto Prisma Access status", host: status.paloaltonetworks.com, cat: infrastructure, provider: paloalto, svc: paloalto, cc: US, imp: 2, tier: 4, checks: [http] }
2558 + - { id: net-palo-alto-globalprotect, name: "Palo Alto GlobalProtect", host: www.paloaltonetworks.com, url: "https://www.paloaltonetworks.com/sase/globalprotect", cat: infrastructure, provider: paloalto, svc: paloalto, cc: US, imp: 2, tier: 4, checks: [http] }
2559 + - { id: net-cloudflare-access, name: "Cloudflare Access", host: www.cloudflare.com, url: "https://www.cloudflare.com/zero-trust/products/access/", cat: infrastructure, provider: cloudflare, svc: cloudflare, cc: US, imp: 2, tier: 4, checks: [http] }
2560 + - { id: net-google-beyondcorp, name: "Google BeyondCorp", host: cloud.google.com, url: "https://cloud.google.com/beyondcorp", cat: infrastructure, provider: gcp, svc: gcp, cc: US, imp: 2, tier: 4, checks: [http] }
2561 + - { id: net-microsoft-entra, name: "Microsoft Entra", host: www.microsoft.com, url: "https://www.microsoft.com/en-us/security/business/microsoft-entra", cat: infrastructure, provider: microsoft, svc: microsoft, cc: US, imp: 3, tier: 3, checks: [http] }
2562 + - { id: net-entra-admin-center, name: "Entra admin center", host: entra.microsoft.com, cat: infrastructure, provider: microsoft, svc: microsoft, cc: US, imp: 3, tier: 3, checks: [http] }
2563 + - { id: net-aws-verified-access, name: "AWS Verified Access", host: aws.amazon.com, url: "https://aws.amazon.com/verified-access/", cat: infrastructure, provider: aws, svc: aws, cc: US, imp: 2, tier: 4, checks: [http] }
2564 + - { id: net-akamai-enterprise-application-access, name: "Akamai Enterprise Application Access", host: www.akamai.com, url: "https://www.akamai.com/products/enterprise-application-access", cat: infrastructure, provider: akamai, svc: akamai, cc: US, imp: 2, tier: 4, checks: [http] }
2565 + - { id: net-kentik-portal, name: "Kentik portal", host: portal.kentik.com, cat: infrastructure, provider: kentik-portal, cc: US, imp: 2, tier: 4, checks: [http] }
2566 + - { id: net-thousandeyes-app, name: "ThousandEyes app", host: app.thousandeyes.com, cat: infrastructure, provider: thousandeyes-app, cc: US, imp: 2, tier: 4, checks: [http] }
2567 + - { id: net-datadog-synthetics, name: "Datadog Synthetics", host: www.datadoghq.com, url: "https://www.datadoghq.com/product/synthetic-monitoring/", cat: infrastructure, provider: datadog, svc: datadog, cc: US, imp: 2, tier: 4, checks: [http] }
2568 + - { id: net-uptimerobot-api, name: "UptimeRobot API", host: api.uptimerobot.com, cat: infrastructure, provider: uptimerobot-api, cc: MT, imp: 2, tier: 4, checks: [http] }
2569 + - { id: net-statuscake, name: "StatusCake", host: www.statuscake.com, cat: infrastructure, provider: statuscake, cc: GB, imp: 2, tier: 4, checks: [http] }
2570 + - { id: net-site24x7, name: "Site24x7", host: www.site24x7.com, cat: infrastructure, provider: site24x7, cc: US, imp: 2, tier: 4, checks: [http] }
2571 + - { id: net-checkly, name: "Checkly", host: www.checklyhq.com, cat: infrastructure, provider: checkly, cc: DE, imp: 2, tier: 4, checks: [http] }
2572 + - { id: net-grafana-cloud-status, name: "Grafana Cloud status", host: status.grafana.com, cat: infrastructure, provider: grafana, svc: grafana, cc: US, imp: 2, tier: 4, checks: [http] }
2573 + - { id: net-statuspage-io, name: "Statuspage.io", host: www.atlassian.com, url: "https://www.atlassian.com/software/statuspage", cat: infrastructure, provider: statuspage, svc: statuspage, cc: US, imp: 2, tier: 4, checks: [http] }
2574 + - { id: net-instatus, name: "Instatus", host: instatus.com, cat: infrastructure, provider: instatus, cc: US, imp: 2, tier: 4, checks: [http] }
2575 + - { id: net-incident-io, name: "incident.io", host: incident.io, cat: infrastructure, provider: incident-io, cc: GB, imp: 2, tier: 4, checks: [http] }
2576 + - { id: net-cachet, name: "Cachet", host: cachethq.io, cat: infrastructure, provider: cachet, cc: GB, imp: 2, tier: 4, checks: [http] }
2577 + - { id: net-hund, name: "Hund", host: hund.io, cat: infrastructure, provider: hund, cc: US, imp: 2, tier: 4, checks: [http] }
2578 + - { id: net-status-io, name: "status.io", host: status.io, cat: infrastructure, provider: status-io, cc: US, imp: 2, tier: 4, checks: [http] }
2579 + - { id: net-statusgator, name: "StatusGator", host: statusgator.com, cat: infrastructure, provider: statusgator, cc: US, imp: 2, tier: 4, checks: [http] }
2580 + - { id: net-isdown, name: "IsDown", host: isdown.app, cat: infrastructure, provider: isdown, cc: PT, imp: 2, tier: 4, checks: [http] }
2581 + - { id: net-down-for-everyone-or-just-me, name: "Down for Everyone or Just Me", host: downforeveryoneorjustme.com, cat: infrastructure, provider: down-for-everyone-or-just-me, cc: US, imp: 2, tier: 4, checks: [http] }
2582 + - { id: net-is-it-down-right-now, name: "Is It Down Right Now", host: www.isitdownrightnow.com, cat: infrastructure, provider: is-it-down-right-now, cc: US, imp: 2, tier: 4, checks: [http] }
2583 + - { id: net-outage-report, name: "Outage.Report", host: outage.report, cat: infrastructure, provider: outage-report, cc: US, imp: 2, tier: 4, checks: [http] }
2584 + - { id: net-downdetector-ca, name: "Downdetector CA", host: downdetector.ca, cat: infrastructure, provider: ookla, cc: CA, imp: 2, tier: 4, checks: [http] }
2585 + - { id: net-downdetector-uk, name: "Downdetector UK", host: downdetector.co.uk, cat: infrastructure, provider: ookla, cc: GB, imp: 2, tier: 4, checks: [http] }
2586 + - { id: net-downdetector-fr, name: "Downdetector FR", host: downdetector.fr, cat: infrastructure, provider: ookla, cc: FR, imp: 2, tier: 4, checks: [http] }
2587 + - { id: net-downdetector-in, name: "Downdetector IN", host: downdetector.in, cat: infrastructure, provider: ookla, cc: IN, imp: 2, tier: 4, checks: [http] }
2588 + - { id: net-downdetector-br, name: "Downdetector BR", host: downdetector.com.br, cat: infrastructure, provider: ookla, cc: BR, imp: 2, tier: 4, checks: [http] }
2589 + - { id: net-downdetector-jp, name: "Downdetector JP", host: downdetector.jp, cat: infrastructure, provider: ookla, cc: JP, imp: 2, tier: 4, checks: [http] }
2590 + - { id: net-downdetector-au, name: "Downdetector AU", host: downdetector.com.au, cat: infrastructure, provider: ookla, cc: AU, imp: 2, tier: 4, checks: [http] }
2591 + - { id: net-ookla-speedtest-cli-install, name: "Ookla speedtest CLI install", host: install.speedtest.net, cat: infrastructure, provider: ookla, cc: US, imp: 2, tier: 4, checks: [http] }
2592 + - { id: net-ookla-for-good-outage-maps, name: "Ookla for Good (outage maps)", host: www.ookla.com, cat: infrastructure, provider: ookla, cc: US, imp: 2, tier: 4, checks: [http] }
2593 +
2594 + # ───────── ISPs & mobile operators (993)
2595 + - { id: isp-ca-shaw, name: "Shaw (Rogers)", host: www.shaw.ca, cat: infrastructure, provider: shaw, cc: CA, imp: 3, tier: 3, checks: [http] }
2596 + - { id: isp-ca-bell-mts, name: "Bell MTS", host: www.bellmts.ca, cat: infrastructure, provider: bell-mts, cc: CA, imp: 3, tier: 3, checks: [http] }
2597 + - { id: isp-ca-distributel, name: "Distributel", host: www.distributel.ca, cat: infrastructure, provider: distributel, cc: CA, imp: 2, tier: 4, checks: [http] }
2598 + - { id: isp-ca-start, name: "Start.ca", host: www.start.ca, cat: infrastructure, provider: start-ca, cc: CA, imp: 2, tier: 4, checks: [http] }
2599 + - { id: isp-ca-koodo, name: "Koodo Mobile", host: www.koodomobile.com, cat: infrastructure, provider: koodo-mobile, cc: CA, imp: 3, tier: 3, checks: [http] }
2600 + - { id: isp-ca-virgin-plus, name: "Virgin Plus", host: www.virginplus.ca, cat: infrastructure, provider: virgin-plus, cc: CA, imp: 3, tier: 3, checks: [http] }
2601 + - { id: isp-ca-public-mobile, name: "Public Mobile", host: www.publicmobile.ca, cat: infrastructure, provider: public-mobile, cc: CA, imp: 2, tier: 4, checks: [http] }
2602 + - { id: isp-ca-lucky-mobile, name: "Lucky Mobile", host: www.luckymobile.ca, cat: infrastructure, provider: lucky-mobile, cc: CA, imp: 2, tier: 4, checks: [http] }
2603 + - { id: isp-ca-chatr, name: "chatr", host: www.chatrwireless.com, cat: infrastructure, provider: chatr, cc: CA, imp: 2, tier: 4, checks: [http] }
2604 + - { id: isp-ca-oxio, name: "oxio", host: oxio.ca, cat: infrastructure, provider: oxio, cc: CA, imp: 2, tier: 4, checks: [http] }
2605 + - { id: isp-ca-ebox, name: "EBOX", host: www.ebox.ca, cat: infrastructure, provider: ebox, cc: CA, imp: 2, tier: 4, checks: [http] }
2606 + - { id: isp-ca-beanfield, name: "Beanfield", host: www.beanfield.com, cat: infrastructure, provider: beanfield, cc: CA, imp: 2, tier: 4, checks: [http] }
2607 + - { id: isp-ca-novus, name: "Novus", host: www.novusnow.ca, cat: infrastructure, provider: novus, cc: CA, imp: 2, tier: 4, checks: [http] }
2608 + - { id: isp-ca-fido, name: "Fido", host: www.fido.ca, cat: infrastructure, provider: fido, cc: CA, imp: 3, tier: 3, checks: [http] }
2609 + - { id: isp-ca-tbaytel, name: "Tbaytel", host: www.tbaytel.net, cat: infrastructure, provider: tbaytel, cc: CA, imp: 2, tier: 4, checks: [http] }
2610 + - { id: isp-ca-execulink, name: "Execulink", host: www.execulink.ca, cat: infrastructure, provider: execulink, cc: CA, imp: 2, tier: 4, checks: [http] }
2611 + - { id: isp-ca-primus, name: "Primus", host: primus.ca, cat: infrastructure, provider: primus, cc: CA, imp: 2, tier: 4, checks: [http] }
2612 + - { id: isp-ca-vmedia, name: "VMedia", host: www.vmedia.ca, cat: infrastructure, provider: vmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
2613 + - { id: isp-ca-comwave, name: "Comwave", host: www.comwave.net, cat: infrastructure, provider: comwave, cc: CA, imp: 2, tier: 4, checks: [http] }
2614 + - { id: isp-ca-northwestel, name: "Northwestel", host: www.nwtel.ca, cat: infrastructure, provider: northwestel, cc: CA, imp: 2, tier: 4, checks: [http] }
2615 + - { id: isp-ca-telebec, name: "Télébec", host: www.telebec.com, cat: infrastructure, provider: t-l-bec, cc: CA, imp: 2, tier: 4, checks: [http] }
2616 + - { id: isp-ca-cooptel, name: "Cooptel", host: www.cooptel.ca, cat: infrastructure, provider: cooptel, cc: CA, imp: 2, tier: 4, checks: [http] }
2617 + - { id: isp-ca-carrytel, name: "Carry Telecom", host: carrytel.ca, cat: infrastructure, provider: carry-telecom, cc: CA, imp: 2, tier: 4, checks: [http] }
2618 + - { id: isp-ca-cik, name: "CIK Telecom", host: www.ciktel.com, cat: infrastructure, provider: cik-telecom, cc: CA, imp: 2, tier: 4, checks: [http] }
2619 + - { id: isp-ca-altima, name: "Altima Telecom", host: altimatel.com, cat: infrastructure, provider: altima-telecom, cc: CA, imp: 2, tier: 4, checks: [http] }
2620 + - { id: isp-ca-bravo, name: "Bravo Telecom", host: bravotelecom.com, cat: infrastructure, provider: bravo-telecom, cc: CA, imp: 2, tier: 4, checks: [http] }
2621 + - { id: isp-ca-maskatel, name: "Maskatel", host: maskatel.ca, cat: infrastructure, provider: maskatel, cc: CA, imp: 2, tier: 4, checks: [http] }
2622 + - { id: isp-ca-sogetel, name: "Sogetel", host: www.sogetel.com, cat: infrastructure, provider: sogetel, cc: CA, imp: 2, tier: 4, checks: [http] }
2623 + - { id: isp-ca-purple-cow, name: "Purple Cow Internet", host: purplecowinternet.com, cat: infrastructure, provider: purple-cow-internet, cc: CA, imp: 2, tier: 4, checks: [http] }
2624 + - { id: isp-ca-bell-aliant, name: "Bell Aliant", host: www.bellaliant.ca, cat: infrastructure, provider: bell-aliant, cc: CA, imp: 3, tier: 3, checks: [http] }
2625 + - { id: isp-us-windstream, name: "Windstream / Kinetic", host: www.windstream.com, cat: infrastructure, provider: windstream, cc: US, imp: 3, tier: 3, checks: [http] }
2626 + - { id: isp-us-wow, name: "WOW!", host: www.wowway.com, cat: infrastructure, provider: wow, cc: US, imp: 3, tier: 3, checks: [http] }
2627 + - { id: isp-us-google-fiber, name: "Google Fiber", host: fiber.google.com, cat: infrastructure, provider: google-fiber, cc: US, imp: 3, tier: 3, checks: [http] }
2628 + - { id: isp-us-uscellular, name: "UScellular", host: www.uscellular.com, cat: infrastructure, provider: uscellular, cc: US, imp: 3, tier: 3, checks: [http] }
2629 + - { id: isp-us-astound, name: "Astound Broadband", host: www.astound.com, cat: infrastructure, provider: astound-broadband, cc: US, imp: 3, tier: 3, checks: [http] }
2630 + - { id: isp-us-breezeline, name: "Breezeline", host: www.breezeline.com, cat: infrastructure, provider: breezeline, cc: US, imp: 2, tier: 4, checks: [http] }
2631 + - { id: isp-us-sparklight, name: "Sparklight", host: www.sparklight.com, cat: infrastructure, provider: sparklight, cc: US, imp: 2, tier: 4, checks: [http] }
2632 + - { id: isp-us-tds, name: "TDS Telecom", host: tdstelecom.com, cat: infrastructure, provider: tds-telecom, cc: US, imp: 2, tier: 4, checks: [http] }
2633 + - { id: isp-us-consolidated, name: "Consolidated Communications", host: www.consolidated.com, cat: infrastructure, provider: consolidated-communications, cc: US, imp: 2, tier: 4, checks: [http] }
2634 + - { id: isp-us-brightspeed, name: "Brightspeed", host: www.brightspeed.com, cat: infrastructure, provider: brightspeed, cc: US, imp: 3, tier: 3, checks: [http] }
2635 + - { id: isp-us-ziply, name: "Ziply Fiber", host: ziplyfiber.com, cat: infrastructure, provider: ziply-fiber, cc: US, imp: 2, tier: 4, checks: [http] }
2636 + - { id: isp-us-metronet, name: "Metronet", host: www.metronet.com, cat: infrastructure, provider: metronet, cc: US, imp: 2, tier: 4, checks: [http] }
2637 + - { id: isp-us-hawaiian-telcom, name: "Hawaiian Telcom", host: www.hawaiiantel.com, cat: infrastructure, provider: hawaiian-telcom, cc: US, imp: 2, tier: 4, checks: [http] }
2638 + - { id: isp-us-gci, name: "GCI", host: www.gci.com, cat: infrastructure, provider: gci, cc: US, imp: 2, tier: 4, checks: [http] }
2639 + - { id: isp-us-cricket, name: "Cricket Wireless", host: www.cricketwireless.com, cat: infrastructure, provider: cricket-wireless, cc: US, imp: 3, tier: 3, checks: [http] }
2640 + - { id: isp-us-boost, name: "Boost Mobile", host: www.boostmobile.com, cat: infrastructure, provider: boost-mobile, cc: US, imp: 3, tier: 3, checks: [http] }
2641 + - { id: isp-us-mint, name: "Mint Mobile", host: www.mintmobile.com, cat: infrastructure, provider: mint-mobile, cc: US, imp: 2, tier: 4, checks: [http] }
2642 + - { id: isp-us-visible, name: "Visible", host: www.visible.com, cat: infrastructure, provider: visible, cc: US, imp: 2, tier: 4, checks: [http] }
2643 + - { id: isp-us-metro, name: "Metro by T-Mobile", host: www.metrobyt-mobile.com, cat: infrastructure, provider: metro-by-t-mobile, cc: US, imp: 3, tier: 3, checks: [http] }
2644 + - { id: isp-us-dish, name: "DISH", host: www.dish.com, cat: infrastructure, provider: dish, cc: US, imp: 3, tier: 3, checks: [http] }
2645 + - { id: isp-us-earthlink, name: "EarthLink", host: www.earthlink.net, cat: infrastructure, provider: earthlink, cc: US, imp: 2, tier: 4, checks: [http] }
2646 + - { id: isp-us-sonic, name: "Sonic", host: www.sonic.com, cat: infrastructure, provider: sonic, cc: US, imp: 2, tier: 4, checks: [http] }
2647 + - { id: isp-us-altafiber, name: "altafiber", host: www.altafiber.com, cat: infrastructure, provider: altafiber, cc: US, imp: 2, tier: 4, checks: [http] }
2648 + - { id: isp-us-midco, name: "Midco", host: www.midco.com, cat: infrastructure, provider: midco, cc: US, imp: 2, tier: 4, checks: [http] }
2649 + - { id: isp-us-hotwire, name: "Hotwire Communications", host: gethotwired.com, cat: infrastructure, provider: hotwire-communications, cc: US, imp: 2, tier: 4, checks: [http] }
2650 + - { id: isp-us-quantum-fiber, name: "Quantum Fiber", host: www.quantumfiber.com, cat: infrastructure, provider: quantum-fiber, cc: US, imp: 3, tier: 3, checks: [http] }
2651 + - { id: isp-us-rise, name: "Rise Broadband", host: www.risebroadband.com, cat: infrastructure, provider: rise-broadband, cc: US, imp: 2, tier: 4, checks: [http] }
2652 + - { id: isp-us-att-business, name: "AT&T Business", host: www.business.att.com, cat: infrastructure, provider: at-t-business, cc: US, imp: 3, tier: 3, checks: [http] }
2653 + - { id: isp-us-verizon-business, name: "Verizon Business", host: www.verizon.com, url: "https://www.verizon.com/business/", cat: infrastructure, provider: verizon-business, cc: US, imp: 3, tier: 3, checks: [http] }
2654 + - { id: isp-us-cox-business, name: "Cox Business", host: www.cox.com, url: "https://www.cox.com/business/home.html", cat: infrastructure, provider: cox-business, cc: US, imp: 2, tier: 4, checks: [http] }
2655 + - { id: isp-us-xfinity-mobile, name: "Xfinity Mobile", host: www.xfinity.com, url: "https://www.xfinity.com/mobile", cat: infrastructure, provider: xfinity-mobile, cc: US, imp: 2, tier: 4, checks: [http] }
2656 + - { id: isp-us-us-internet, name: "US Internet", host: usinternet.com, cat: infrastructure, provider: us-internet, cc: US, imp: 2, tier: 4, checks: [http] }
2657 + - { id: isp-us-hughesnet, name: "HughesNet", host: www.hughesnet.com, cat: infrastructure, provider: hughesnet, cc: US, imp: 3, tier: 3, checks: [http] }
2658 + - { id: isp-gb-plusnet, name: "Plusnet", host: www.plus.net, cat: infrastructure, provider: plusnet, cc: GB, imp: 3, tier: 3, checks: [http] }
2659 + - { id: isp-gb-zen, name: "Zen Internet", host: www.zen.co.uk, cat: infrastructure, provider: zen-internet, cc: GB, imp: 2, tier: 4, checks: [http] }
2660 + - { id: isp-gb-hyperoptic, name: "Hyperoptic", host: www.hyperoptic.com, cat: infrastructure, provider: hyperoptic, cc: GB, imp: 3, tier: 3, checks: [http] }
2661 + - { id: isp-gb-community-fibre, name: "Community Fibre", host: communityfibre.co.uk, cat: infrastructure, provider: community-fibre, cc: GB, imp: 2, tier: 4, checks: [http] }
2662 + - { id: isp-gb-gigaclear, name: "Gigaclear", host: www.gigaclear.com, cat: infrastructure, provider: gigaclear, cc: GB, imp: 2, tier: 4, checks: [http] }
2663 + - { id: isp-gb-cityfibre, name: "CityFibre", host: cityfibre.com, cat: infrastructure, provider: cityfibre, cc: GB, imp: 3, tier: 3, checks: [http] }
2664 + - { id: isp-gb-openreach, name: "Openreach", host: www.openreach.com, cat: infrastructure, provider: openreach, cc: GB, imp: 4, tier: 3, checks: [http] }
2665 + - { id: isp-gb-giffgaff, name: "giffgaff", host: www.giffgaff.com, cat: infrastructure, provider: giffgaff, cc: GB, imp: 3, tier: 3, checks: [http] }
2666 + - { id: isp-gb-tesco-mobile, name: "Tesco Mobile", host: www.tescomobile.com, cat: infrastructure, provider: tesco-mobile, cc: GB, imp: 2, tier: 4, checks: [http] }
2667 + - { id: isp-gb-lebara, name: "Lebara UK", host: mobile.lebara.com, cat: infrastructure, provider: lebara-uk, cc: GB, imp: 2, tier: 4, checks: [http] }
2668 + - { id: isp-gb-voxi, name: "VOXI", host: www.voxi.co.uk, cat: infrastructure, provider: voxi, cc: GB, imp: 2, tier: 4, checks: [http] }
2669 + - { id: isp-gb-smarty, name: "SMARTY", host: smarty.co.uk, cat: infrastructure, provider: smarty, cc: GB, imp: 2, tier: 4, checks: [http] }
2670 + - { id: isp-gb-kcom, name: "KCOM", host: www.kcom.com, cat: infrastructure, provider: kcom, cc: GB, imp: 2, tier: 4, checks: [http] }
2671 + - { id: isp-gb-youfibre, name: "YouFibre", host: www.youfibre.com, cat: infrastructure, provider: youfibre, cc: GB, imp: 2, tier: 4, checks: [http] }
2672 + - { id: isp-gb-aaisp, name: "Andrews & Arnold", host: www.aa.net.uk, cat: infrastructure, provider: andrews-arnold, cc: GB, imp: 2, tier: 4, checks: [http] }
2673 + - { id: isp-gb-now-broadband, name: "NOW Broadband", host: www.nowtv.com, url: "https://www.nowtv.com/broadband", cat: infrastructure, provider: now-broadband, cc: GB, imp: 2, tier: 4, checks: [http] }
2674 + - { id: isp-gb-o2-uk, name: "O2 UK", host: www.o2.co.uk, cat: infrastructure, provider: o2-uk, cc: GB, imp: 4, tier: 3, checks: [http] }
2675 + - { id: isp-gb-virgin-media-business, name: "Virgin Media Business", host: www.virginmediabusiness.co.uk, cat: infrastructure, provider: virgin-media-business, cc: GB, imp: 2, tier: 4, checks: [http] }
2676 + - { id: isp-gb-id-mobile, name: "iD Mobile", host: www.idmobile.co.uk, cat: infrastructure, provider: id-mobile, cc: GB, imp: 2, tier: 4, checks: [http] }
2677 + - { id: isp-fr-orange-group, name: "Orange Group", host: www.orange.com, cat: infrastructure, provider: orange-group, cc: FR, imp: 4, tier: 3, checks: [http] }
2678 + - { id: isp-fr-iliad, name: "Iliad Group", host: www.iliad.fr, cat: infrastructure, provider: iliad-group, cc: FR, imp: 3, tier: 3, checks: [http] }
2679 + - { id: isp-fr-altice-france, name: "Altice France", host: alticefrance.com, cat: infrastructure, provider: altice-france, cc: FR, imp: 3, tier: 3, checks: [http] }
2680 + - { id: isp-fr-sosh, name: "Sosh", host: www.sosh.fr, cat: infrastructure, provider: sosh, cc: FR, imp: 2, tier: 4, checks: [http] }
2681 + - { id: isp-fr-red-sfr, name: "RED by SFR", host: www.red-by-sfr.fr, cat: infrastructure, provider: red-by-sfr, cc: FR, imp: 2, tier: 4, checks: [http] }
2682 + - { id: isp-fr-coriolis, name: "Coriolis Telecom", host: www.coriolis.com, cat: infrastructure, provider: coriolis-telecom, cc: FR, imp: 2, tier: 4, checks: [http] }
2683 + - { id: isp-fr-prixtel, name: "Prixtel", host: www.prixtel.com, cat: infrastructure, provider: prixtel, cc: FR, imp: 2, tier: 4, checks: [http] }
2684 + - { id: isp-fr-k-net, name: "K-Net", host: www.k-net.fr, cat: infrastructure, provider: k-net, cc: FR, imp: 2, tier: 4, checks: [http] }
2685 + - { id: isp-fr-nordnet, name: "Nordnet", host: www.nordnet.com, cat: infrastructure, provider: nordnet, cc: FR, imp: 2, tier: 4, checks: [http] }
2686 + - { id: isp-fr-zeop, name: "Zeop (Réunion)", host: www.zeop.re, cat: infrastructure, provider: zeop, cc: FR, imp: 2, tier: 4, checks: [http] }
2687 + - { id: isp-fr-bouygues-byou, name: "B&You", host: www.bouyguestelecom.fr, url: "https://www.bouyguestelecom.fr/forfaits-mobiles/sans-engagement", cat: infrastructure, provider: b-you, cc: FR, imp: 2, tier: 4, checks: [http] }
2688 + - { id: isp-fr-orange-business, name: "Orange Business", host: www.orange-business.com, cat: infrastructure, provider: orange-business, cc: FR, imp: 3, tier: 3, checks: [http] }
2689 + - { id: isp-fr-axione, name: "Axione", host: www.axione.com, cat: infrastructure, provider: axione, cc: FR, imp: 2, tier: 4, checks: [http] }
2690 + - { id: isp-fr-covage, name: "Covage", host: www.covage.com, cat: infrastructure, provider: covage, cc: FR, imp: 2, tier: 4, checks: [http] }
2691 + - { id: isp-fr-xpfibre, name: "XpFibre", host: www.xpfibre.com, cat: infrastructure, provider: xpfibre, cc: FR, imp: 2, tier: 4, checks: [http] }
2692 + - { id: isp-de-telekom-group, name: "Deutsche Telekom Group", host: www.telekom.com, cat: infrastructure, provider: deutsche-telekom-group, cc: DE, imp: 4, tier: 3, checks: [http] }
2693 + - { id: isp-de-freenet, name: "freenet", host: www.freenet.de, cat: infrastructure, provider: freenet, cc: DE, imp: 3, tier: 3, checks: [http] }
2694 + - { id: isp-de-pyur, name: "PŸUR (Tele Columbus)", host: www.pyur.com, cat: infrastructure, provider: p-ur, cc: DE, imp: 3, tier: 3, checks: [http] }
2695 + - { id: isp-de-netcologne, name: "NetCologne", host: www.netcologne.de, cat: infrastructure, provider: netcologne, cc: DE, imp: 2, tier: 4, checks: [http] }
2696 + - { id: isp-de-ewe, name: "EWE", host: www.ewe.de, cat: infrastructure, provider: ewe, cc: DE, imp: 2, tier: 4, checks: [http] }
2697 + - { id: isp-de-deutsche-glasfaser, name: "Deutsche Glasfaser", host: www.deutsche-glasfaser.de, cat: infrastructure, provider: deutsche-glasfaser, cc: DE, imp: 3, tier: 3, checks: [http] }
2698 + - { id: isp-de-wilhelm-tel, name: "wilhelm.tel", host: www.wilhelm-tel.de, cat: infrastructure, provider: wilhelm-tel, cc: DE, imp: 2, tier: 4, checks: [http] }
2699 + - { id: isp-de-aldi-talk, name: "ALDI TALK", host: www.alditalk.de, cat: infrastructure, provider: aldi-talk, cc: DE, imp: 2, tier: 4, checks: [http] }
2700 + - { id: isp-de-plusnet-de, name: "Plusnet", host: www.plusnet.de, cat: infrastructure, provider: plusnet, cc: DE, imp: 2, tier: 4, checks: [http] }
2701 + - { id: isp-de-htp, name: "htp", host: www.htp.net, cat: infrastructure, provider: htp, cc: DE, imp: 2, tier: 4, checks: [http] }
2702 + - { id: isp-de-netaachen, name: "NetAachen", host: www.netaachen.de, cat: infrastructure, provider: netaachen, cc: DE, imp: 2, tier: 4, checks: [http] }
2703 + - { id: isp-de-telefonica-de, name: "Telefónica Deutschland", host: www.telefonica.de, cat: infrastructure, provider: telef-nica-deutschland, cc: DE, imp: 3, tier: 3, checks: [http] }
2704 + - { id: isp-de-vodafone-kabel, name: "Vodafone Kabel Deutschland", host: www.vodafone.de, url: "https://www.vodafone.de/privat/internet-dsl/kabel.html", cat: infrastructure, provider: vodafone-kabel-deutschland, cc: DE, imp: 2, tier: 4, checks: [http] }
2705 + - { id: isp-de-fraport, name: "Vodafone Business DE", host: www.vodafone.de, url: "https://www.vodafone.de/business/", cat: infrastructure, provider: vodafone-business-de, cc: DE, imp: 2, tier: 4, checks: [http] }
2706 + - { id: isp-es-orange, name: "Orange España", host: www.orange.es, cat: infrastructure, provider: orange-espa-a, cc: ES, imp: 4, tier: 3, checks: [http] }
2707 + - { id: isp-es-vodafone, name: "Vodafone España", host: www.vodafone.es, cat: infrastructure, provider: vodafone-espa-a, cc: ES, imp: 4, tier: 3, checks: [http] }
2708 + - { id: isp-es-masmovil, name: "MásMóvil (MasOrange)", host: www.masmovil.es, cat: infrastructure, provider: m-sm-vil, cc: ES, imp: 3, tier: 3, checks: [http] }
2709 + - { id: isp-es-yoigo, name: "Yoigo", host: www.yoigo.com, cat: infrastructure, provider: yoigo, cc: ES, imp: 3, tier: 3, checks: [http] }
2710 + - { id: isp-es-digi, name: "DIGI España", host: www.digimobil.es, cat: infrastructure, provider: digi-espa-a, cc: ES, imp: 3, tier: 3, checks: [http] }
2711 + - { id: isp-es-pepephone, name: "Pepephone", host: www.pepephone.com, cat: infrastructure, provider: pepephone, cc: ES, imp: 2, tier: 4, checks: [http] }
2712 + - { id: isp-es-lowi, name: "Lowi", host: www.lowi.es, cat: infrastructure, provider: lowi, cc: ES, imp: 2, tier: 4, checks: [http] }
2713 + - { id: isp-es-euskaltel, name: "Euskaltel", host: www.euskaltel.com, cat: infrastructure, provider: euskaltel, cc: ES, imp: 2, tier: 4, checks: [http] }
2714 + - { id: isp-es-jazztel, name: "Jazztel", host: www.jazztel.com, cat: infrastructure, provider: jazztel, cc: ES, imp: 2, tier: 4, checks: [http] }
2715 + - { id: isp-es-simyo, name: "Simyo", host: www.simyo.es, cat: infrastructure, provider: simyo, cc: ES, imp: 2, tier: 4, checks: [http] }
2716 + - { id: isp-es-o2, name: "O2 España", host: www.o2online.es, cat: infrastructure, provider: o2-espa-a, cc: ES, imp: 2, tier: 4, checks: [http] }
2717 + - { id: isp-es-avatel, name: "Avatel", host: avatel.es, cat: infrastructure, provider: avatel, cc: ES, imp: 2, tier: 4, checks: [http] }
2718 + - { id: isp-es-adamo, name: "Adamo", host: www.adamo.es, cat: infrastructure, provider: adamo, cc: ES, imp: 2, tier: 4, checks: [http] }
2719 + - { id: isp-es-finetwork, name: "Finetwork", host: finetwork.com, cat: infrastructure, provider: finetwork, cc: ES, imp: 2, tier: 4, checks: [http] }
2720 + - { id: isp-es-masorange, name: "MasOrange", host: www.masorange.es, cat: infrastructure, provider: masorange, cc: ES, imp: 3, tier: 3, checks: [http] }
2721 + - { id: isp-it-vodafone, name: "Vodafone Italia", host: www.vodafone.it, cat: infrastructure, provider: vodafone-italia, cc: IT, imp: 4, tier: 3, checks: [http] }
2722 + - { id: isp-it-windtre, name: "WindTre", host: www.windtre.it, cat: infrastructure, provider: windtre, cc: IT, imp: 4, tier: 3, checks: [http] }
2723 + - { id: isp-it-iliad, name: "Iliad Italia", host: www.iliad.it, cat: infrastructure, provider: iliad-italia, cc: IT, imp: 3, tier: 3, checks: [http] }
2724 + - { id: isp-it-fastweb, name: "Fastweb", host: www.fastweb.it, cat: infrastructure, provider: fastweb, cc: IT, imp: 3, tier: 3, checks: [http] }
2725 + - { id: isp-it-tiscali, name: "Tiscali", host: www.tiscali.it, cat: infrastructure, provider: tiscali, cc: IT, imp: 2, tier: 4, checks: [http] }
2726 + - { id: isp-it-open-fiber, name: "Open Fiber", host: openfiber.it, cat: infrastructure, provider: open-fiber, cc: IT, imp: 3, tier: 3, checks: [http] }
2727 + - { id: isp-it-eolo, name: "EOLO", host: www.eolo.it, cat: infrastructure, provider: eolo, cc: IT, imp: 2, tier: 4, checks: [http] }
2728 + - { id: isp-it-opnet, name: "Opnet (ex-Linkem)", host: www.opnet.it, cat: infrastructure, provider: opnet, cc: IT, imp: 2, tier: 4, checks: [http] }
2729 + - { id: isp-it-ho-mobile, name: "ho. Mobile", host: www.ho-mobile.it, cat: infrastructure, provider: ho-mobile, cc: IT, imp: 2, tier: 4, checks: [http] }
2730 + - { id: isp-it-kena, name: "Kena Mobile", host: www.kenamobile.it, cat: infrastructure, provider: kena-mobile, cc: IT, imp: 2, tier: 4, checks: [http] }
2731 + - { id: isp-it-postemobile, name: "PosteMobile", host: www.postemobile.it, cat: infrastructure, provider: postemobile, cc: IT, imp: 2, tier: 4, checks: [http] }
2732 + - { id: isp-it-very-mobile, name: "Very Mobile", host: verymobile.it, cat: infrastructure, provider: very-mobile, cc: IT, imp: 2, tier: 4, checks: [http] }
2733 + - { id: isp-it-fibercop, name: "FiberCop", host: www.fibercop.it, cat: infrastructure, provider: fibercop, cc: IT, imp: 2, tier: 4, checks: [http] }
2734 + - { id: isp-it-sky-wifi, name: "Sky Wifi", host: www.sky.it, url: "https://www.sky.it/wifi", cat: infrastructure, provider: sky-wifi, cc: IT, imp: 2, tier: 4, checks: [http] }
2735 + - { id: isp-nl-odido, name: "Odido", host: www.odido.nl, cat: infrastructure, provider: odido, cc: NL, imp: 4, tier: 3, checks: [http] }
2736 + - { id: isp-nl-vodafone, name: "VodafoneZiggo", host: www.vodafone.nl, cat: infrastructure, provider: vodafoneziggo, cc: NL, imp: 3, tier: 3, checks: [http] }
2737 + - { id: isp-nl-delta, name: "DELTA Fiber", host: www.deltafiber.nl, cat: infrastructure, provider: delta-fiber, cc: NL, imp: 3, tier: 3, checks: [http] }
2738 + - { id: isp-nl-freedom, name: "Freedom Internet", host: freedom.nl, cat: infrastructure, provider: freedom-internet, cc: NL, imp: 2, tier: 4, checks: [http] }
2739 + - { id: isp-nl-youfone, name: "Youfone", host: www.youfone.nl, cat: infrastructure, provider: youfone, cc: NL, imp: 2, tier: 4, checks: [http] }
2740 + - { id: isp-nl-simyo, name: "Simyo NL", host: www.simyo.nl, cat: infrastructure, provider: simyo-nl, cc: NL, imp: 2, tier: 4, checks: [http] }
2741 + - { id: isp-nl-lebara, name: "Lebara NL", host: www.lebara.nl, cat: infrastructure, provider: lebara-nl, cc: NL, imp: 2, tier: 4, checks: [http] }
2742 + - { id: isp-nl-budget-thuis, name: "Budget Thuis", host: www.budgetthuis.nl, cat: infrastructure, provider: budget-thuis, cc: NL, imp: 2, tier: 4, checks: [http] }
2743 + - { id: isp-nl-caiway, name: "Caiway", host: www.caiway.nl, cat: infrastructure, provider: caiway, cc: NL, imp: 2, tier: 4, checks: [http] }
2744 + - { id: isp-nl-ben, name: "Ben", host: www.ben.nl, cat: infrastructure, provider: ben, cc: NL, imp: 2, tier: 4, checks: [http] }
2745 + - { id: isp-nl-solcon, name: "Solcon", host: www.solcon.nl, cat: infrastructure, provider: solcon, cc: NL, imp: 2, tier: 4, checks: [http] }
2746 + - { id: isp-nl-tweak, name: "Tweak", host: www.tweak.nl, cat: infrastructure, provider: tweak, cc: NL, imp: 2, tier: 4, checks: [http] }
2747 + - { id: isp-nl-kpn-wholesale, name: "KPN Wholesale", host: www.kpnwholesale.com, cat: infrastructure, provider: kpn-wholesale, cc: NL, imp: 2, tier: 4, checks: [http] }
2748 + - { id: isp-be-telenet, name: "Telenet", host: www2.telenet.be, cat: infrastructure, provider: telenet, cc: BE, imp: 4, tier: 3, checks: [http] }
2749 + - { id: isp-be-orange, name: "Orange Belgium", host: www.orange.be, cat: infrastructure, provider: orange-belgium, cc: BE, imp: 4, tier: 3, checks: [http] }
2750 + - { id: isp-be-voo, name: "VOO", host: www.voo.be, cat: infrastructure, provider: voo, cc: BE, imp: 3, tier: 3, checks: [http] }
2751 + - { id: isp-be-scarlet, name: "Scarlet", host: www.scarlet.be, cat: infrastructure, provider: scarlet, cc: BE, imp: 2, tier: 4, checks: [http] }
2752 + - { id: isp-be-mobile-vikings, name: "Mobile Vikings", host: mobilevikings.be, cat: infrastructure, provider: mobile-vikings, cc: BE, imp: 2, tier: 4, checks: [http] }
2753 + - { id: isp-be-base, name: "BASE", host: www.base.be, cat: infrastructure, provider: base, cc: BE, imp: 3, tier: 3, checks: [http] }
2754 + - { id: isp-be-edpnet, name: "edpnet", host: www.edpnet.be, cat: infrastructure, provider: edpnet, cc: BE, imp: 2, tier: 4, checks: [http] }
2755 + - { id: isp-ch-sunrise, name: "Sunrise", host: www.sunrise.ch, cat: infrastructure, provider: sunrise, cc: CH, imp: 4, tier: 3, checks: [http] }
2756 + - { id: isp-ch-salt, name: "Salt", host: www.salt.ch, cat: infrastructure, provider: salt, cc: CH, imp: 3, tier: 3, checks: [http] }
2757 + - { id: isp-ch-init7, name: "Init7", host: www.init7.net, cat: infrastructure, provider: init7, cc: CH, imp: 2, tier: 4, checks: [http] }
2758 + - { id: isp-ch-quickline, name: "Quickline", host: www.quickline.ch, cat: infrastructure, provider: quickline, cc: CH, imp: 2, tier: 4, checks: [http] }
2759 + - { id: isp-ch-wingo, name: "Wingo", host: www.wingo.ch, cat: infrastructure, provider: wingo, cc: CH, imp: 2, tier: 4, checks: [http] }
2760 + - { id: isp-ch-yallo, name: "yallo", host: www.yallo.ch, cat: infrastructure, provider: yallo, cc: CH, imp: 2, tier: 4, checks: [http] }
2761 + - { id: isp-ch-green, name: "Green", host: www.green.ch, cat: infrastructure, provider: green, cc: CH, imp: 2, tier: 4, checks: [http] }
2762 + - { id: isp-ch-netplus, name: "net+", host: www.netplus.ch, cat: infrastructure, provider: net, cc: CH, imp: 2, tier: 4, checks: [http] }
2763 + - { id: isp-ch-iway, name: "iWay", host: www.iway.ch, cat: infrastructure, provider: iway, cc: CH, imp: 2, tier: 4, checks: [http] }
2764 + - { id: isp-at-magenta, name: "Magenta Telekom", host: www.magenta.at, cat: infrastructure, provider: magenta-telekom, cc: AT, imp: 4, tier: 3, checks: [http] }
2765 + - { id: isp-at-drei, name: "Drei (Hutchison)", host: www.drei.at, cat: infrastructure, provider: drei, cc: AT, imp: 4, tier: 3, checks: [http] }
2766 + - { id: isp-at-hot, name: "HoT", host: www.hot.at, cat: infrastructure, provider: hot, cc: AT, imp: 2, tier: 4, checks: [http] }
2767 + - { id: isp-at-spusu, name: "spusu", host: www.spusu.at, cat: infrastructure, provider: spusu, cc: AT, imp: 2, tier: 4, checks: [http] }
2768 + - { id: isp-at-yesss, name: "yesss!", host: www.yesss.at, cat: infrastructure, provider: yesss, cc: AT, imp: 2, tier: 4, checks: [http] }
2769 + - { id: isp-at-liwest, name: "LIWEST", host: www.liwest.at, cat: infrastructure, provider: liwest, cc: AT, imp: 2, tier: 4, checks: [http] }
2770 + - { id: isp-at-salzburg-ag, name: "Salzburg AG", host: www.salzburg-ag.at, cat: infrastructure, provider: salzburg-ag, cc: AT, imp: 2, tier: 4, checks: [http] }
2771 + - { id: isp-at-kabelplus, name: "kabelplus", host: www.kabelplus.at, cat: infrastructure, provider: kabelplus, cc: AT, imp: 2, tier: 4, checks: [http] }
2772 + - { id: isp-pl-play, name: "Play", host: www.play.pl, cat: infrastructure, provider: play, cc: PL, imp: 4, tier: 3, checks: [http] }
2773 + - { id: isp-pl-plus, name: "Plus", host: www.plus.pl, cat: infrastructure, provider: plus, cc: PL, imp: 4, tier: 3, checks: [http] }
2774 + - { id: isp-pl-t-mobile, name: "T-Mobile Polska", host: www.t-mobile.pl, cat: infrastructure, provider: t-mobile-polska, cc: PL, imp: 4, tier: 3, checks: [http] }
2775 + - { id: isp-pl-vectra, name: "Vectra", host: www.vectra.pl, cat: infrastructure, provider: vectra, cc: PL, imp: 3, tier: 3, checks: [http] }
2776 + - { id: isp-pl-inea, name: "INEA", host: www.inea.pl, cat: infrastructure, provider: inea, cc: PL, imp: 2, tier: 4, checks: [http] }
2777 + - { id: isp-pl-toya, name: "Toya", host: toya.net.pl, cat: infrastructure, provider: toya, cc: PL, imp: 2, tier: 4, checks: [http] }
2778 + - { id: isp-pl-virgin-mobile, name: "Virgin Mobile Polska", host: virginmobile.pl, cat: infrastructure, provider: virgin-mobile-polska, cc: PL, imp: 2, tier: 4, checks: [http] }
2779 + - { id: isp-pl-nju, name: "nju mobile", host: www.njumobile.pl, cat: infrastructure, provider: nju-mobile, cc: PL, imp: 2, tier: 4, checks: [http] }
2780 + - { id: isp-cz-t-mobile, name: "T-Mobile CZ", host: www.t-mobile.cz, cat: infrastructure, provider: t-mobile-cz, cc: CZ, imp: 4, tier: 3, checks: [http] }
2781 + - { id: isp-cz-vodafone, name: "Vodafone CZ", host: www.vodafone.cz, cat: infrastructure, provider: vodafone-cz, cc: CZ, imp: 4, tier: 3, checks: [http] }
2782 + - { id: isp-cz-cetin, name: "CETIN", host: www.cetin.cz, cat: infrastructure, provider: cetin, cc: CZ, imp: 3, tier: 3, checks: [http] }
2783 + - { id: isp-cz-nordic-telecom, name: "Nordic Telecom", host: www.nordictelecom.cz, cat: infrastructure, provider: nordic-telecom, cc: CZ, imp: 2, tier: 4, checks: [http] }
2784 + - { id: isp-cz-poda, name: "PODA", host: www.poda.cz, cat: infrastructure, provider: poda, cc: CZ, imp: 2, tier: 4, checks: [http] }
2785 + - { id: isp-cz-starnet, name: "STARNET", host: www.starnet.cz, cat: infrastructure, provider: starnet, cc: CZ, imp: 2, tier: 4, checks: [http] }
2786 + - { id: isp-se-tele2, name: "Tele2", host: www.tele2.se, cat: infrastructure, provider: tele2, cc: SE, imp: 4, tier: 3, checks: [http] }
2787 + - { id: isp-se-telenor, name: "Telenor Sverige", host: www.telenor.se, cat: infrastructure, provider: telenor-sverige, cc: SE, imp: 4, tier: 3, checks: [http] }
2788 + - { id: isp-se-tre, name: "Tre", host: www.tre.se, cat: infrastructure, provider: tre, cc: SE, imp: 3, tier: 3, checks: [http] }
2789 + - { id: isp-se-bahnhof, name: "Bahnhof", host: www.bahnhof.se, cat: infrastructure, provider: bahnhof, cc: SE, imp: 3, tier: 3, checks: [http] }
2790 + - { id: isp-se-halebop, name: "Halebop", host: www.halebop.se, cat: infrastructure, provider: halebop, cc: SE, imp: 2, tier: 4, checks: [http] }
2791 + - { id: isp-se-hallon, name: "Hallon", host: www.hallon.se, cat: infrastructure, provider: hallon, cc: SE, imp: 2, tier: 4, checks: [http] }
2792 + - { id: isp-se-ownit, name: "Ownit", host: www.ownit.se, cat: infrastructure, provider: ownit, cc: SE, imp: 2, tier: 4, checks: [http] }
2793 + - { id: isp-se-bredband2, name: "Bredband2", host: www.bredband2.com, cat: infrastructure, provider: bredband2, cc: SE, imp: 2, tier: 4, checks: [http] }
2794 + - { id: isp-no-telia, name: "Telia Norge", host: www.telia.no, cat: infrastructure, provider: telia-norge, cc: "NO", imp: 4, tier: 3, checks: [http] }
2795 + - { id: isp-no-ice, name: "ice", host: www.ice.no, cat: infrastructure, provider: ice, cc: "NO", imp: 3, tier: 3, checks: [http] }
2796 + - { id: isp-no-altibox, name: "Altibox", host: www.altibox.no, cat: infrastructure, provider: altibox, cc: "NO", imp: 3, tier: 3, checks: [http] }
2797 + - { id: isp-no-nextgentel, name: "NextGenTel", host: www.nextgentel.no, cat: infrastructure, provider: nextgentel, cc: "NO", imp: 2, tier: 4, checks: [http] }
2798 + - { id: isp-no-talkmore, name: "Talkmore", host: www.talkmore.no, cat: infrastructure, provider: talkmore, cc: "NO", imp: 2, tier: 4, checks: [http] }
2799 + - { id: isp-no-chilimobil, name: "Chilimobil", host: www.chilimobil.no, cat: infrastructure, provider: chilimobil, cc: "NO", imp: 2, tier: 4, checks: [http] }
2800 + - { id: isp-no-globalconnect, name: "GlobalConnect", host: www.globalconnect.no, cat: infrastructure, provider: globalconnect, cc: "NO", imp: 3, tier: 3, checks: [http] }
2801 + - { id: isp-no-lyse, name: "Lyse", host: www.lyse.no, cat: infrastructure, provider: lyse, cc: "NO", imp: 2, tier: 4, checks: [http] }
2802 + - { id: isp-dk-yousee, name: "YouSee", host: yousee.dk, cat: infrastructure, provider: yousee, cc: DK, imp: 4, tier: 3, checks: [http] }
2803 + - { id: isp-dk-telenor, name: "Telenor Danmark", host: www.telenor.dk, cat: infrastructure, provider: telenor-danmark, cc: DK, imp: 4, tier: 3, checks: [http] }
2804 + - { id: isp-dk-telia, name: "Telia Danmark", host: www.telia.dk, cat: infrastructure, provider: telia-danmark, cc: DK, imp: 3, tier: 3, checks: [http] }
2805 + - { id: isp-dk-3, name: "3 Danmark", host: www.3.dk, cat: infrastructure, provider: 3-danmark, cc: DK, imp: 3, tier: 3, checks: [http] }
2806 + - { id: isp-dk-stofa, name: "Stofa", host: stofa.dk, cat: infrastructure, provider: stofa, cc: DK, imp: 2, tier: 4, checks: [http] }
2807 + - { id: isp-dk-hiper, name: "Hiper", host: www.hiper.dk, cat: infrastructure, provider: hiper, cc: DK, imp: 2, tier: 4, checks: [http] }
2808 + - { id: isp-dk-norlys, name: "Norlys", host: norlys.dk, cat: infrastructure, provider: norlys, cc: DK, imp: 3, tier: 3, checks: [http] }
2809 + - { id: isp-dk-kviknet, name: "Kviknet", host: kviknet.dk, cat: infrastructure, provider: kviknet, cc: DK, imp: 2, tier: 4, checks: [http] }
2810 + - { id: isp-dk-fastspeed, name: "Fastspeed", host: fastspeed.dk, cat: infrastructure, provider: fastspeed, cc: DK, imp: 2, tier: 4, checks: [http] }
2811 + - { id: isp-dk-nuuday, name: "Nuuday", host: nuuday.dk, cat: infrastructure, provider: nuuday, cc: DK, imp: 3, tier: 3, checks: [http] }
2812 + - { id: isp-dk-cbb, name: "CBB Mobil", host: www.cbb.dk, cat: infrastructure, provider: cbb-mobil, cc: DK, imp: 2, tier: 4, checks: [http] }
2813 + - { id: isp-dk-oister, name: "Oister", host: www.oister.dk, cat: infrastructure, provider: oister, cc: DK, imp: 2, tier: 4, checks: [http] }
2814 + - { id: isp-fi-telia, name: "Telia Finland", host: www.telia.fi, cat: infrastructure, provider: telia-finland, cc: FI, imp: 4, tier: 3, checks: [http] }
2815 + - { id: isp-fi-dna, name: "DNA", host: www.dna.fi, cat: infrastructure, provider: dna, cc: FI, imp: 4, tier: 3, checks: [http] }
2816 + - { id: isp-fi-moi, name: "Moi", host: moi.fi, cat: infrastructure, provider: moi, cc: FI, imp: 2, tier: 4, checks: [http] }
2817 + - { id: isp-fi-lounea, name: "Lounea", host: www.lounea.fi, cat: infrastructure, provider: lounea, cc: FI, imp: 2, tier: 4, checks: [http] }
2818 + - { id: isp-fi-alcom, name: "Ålcom", host: www.alcom.ax, cat: infrastructure, provider: lcom, cc: FI, imp: 2, tier: 4, checks: [http] }
2819 + - { id: isp-fi-finnet, name: "Finnet", host: finnet.fi, cat: infrastructure, provider: finnet, cc: FI, imp: 2, tier: 4, checks: [http] }
2820 + - { id: isp-fi-cinia, name: "Cinia", host: www.cinia.fi, cat: infrastructure, provider: cinia, cc: FI, imp: 3, tier: 3, checks: [http] }
2821 + - { id: isp-ie-three, name: "Three Ireland", host: www.three.ie, cat: infrastructure, provider: three-ireland, cc: IE, imp: 4, tier: 3, checks: [http] }
2822 + - { id: isp-ie-sky, name: "Sky Ireland", host: www.sky.ie, cat: infrastructure, provider: sky-ireland, cc: IE, imp: 3, tier: 3, checks: [http] }
2823 + - { id: isp-ie-digiweb, name: "Digiweb", host: www.digiweb.ie, cat: infrastructure, provider: digiweb, cc: IE, imp: 2, tier: 4, checks: [http] }
2824 + - { id: isp-ie-pure-telecom, name: "Pure Telecom", host: www.puretelecom.ie, cat: infrastructure, provider: pure-telecom, cc: IE, imp: 2, tier: 4, checks: [http] }
2825 + - { id: isp-ie-imagine, name: "Imagine", host: www.imagine.ie, cat: infrastructure, provider: imagine, cc: IE, imp: 2, tier: 4, checks: [http] }
2826 + - { id: isp-ie-siro, name: "SIRO", host: siro.ie, cat: infrastructure, provider: siro, cc: IE, imp: 3, tier: 3, checks: [http] }
2827 + - { id: isp-ie-48, name: "48", host: www.48.ie, cat: infrastructure, provider: 48, cc: IE, imp: 2, tier: 4, checks: [http] }
2828 + - { id: isp-ie-tesco-mobile, name: "Tesco Mobile IE", host: www.tescomobile.ie, cat: infrastructure, provider: tesco-mobile-ie, cc: IE, imp: 2, tier: 4, checks: [http] }
2829 + - { id: isp-ie-gomo, name: "GoMo", host: www.gomo.ie, cat: infrastructure, provider: gomo, cc: IE, imp: 2, tier: 4, checks: [http] }
2830 + - { id: isp-ie-nbi, name: "National Broadband Ireland", host: nbi.ie, cat: infrastructure, provider: national-broadband-ireland, cc: IE, imp: 3, tier: 3, checks: [http] }
2831 + - { id: isp-ie-magnet, name: "Magnet+", host: www.magnetplus.ie, cat: infrastructure, provider: magnet, cc: IE, imp: 2, tier: 4, checks: [http] }
2832 + - { id: isp-pt-meo, name: "MEO", host: www.meo.pt, cat: infrastructure, provider: meo, cc: PT, imp: 4, tier: 3, checks: [http] }
2833 + - { id: isp-pt-nos, name: "NOS", host: www.nos.pt, cat: infrastructure, provider: nos, cc: PT, imp: 4, tier: 3, checks: [http] }
2834 + - { id: isp-pt-vodafone, name: "Vodafone Portugal", host: www.vodafone.pt, cat: infrastructure, provider: vodafone-portugal, cc: PT, imp: 4, tier: 3, checks: [http] }
2835 + - { id: isp-pt-nowo, name: "NOWO", host: www.nowo.pt, cat: infrastructure, provider: nowo, cc: PT, imp: 2, tier: 4, checks: [http] }
2836 + - { id: isp-pt-digi, name: "DIGI Portugal", host: www.digi.pt, cat: infrastructure, provider: digi-portugal, cc: PT, imp: 2, tier: 4, checks: [http] }
2837 + - { id: isp-pt-moche, name: "MOCHE", host: www.moche.pt, cat: infrastructure, provider: moche, cc: PT, imp: 2, tier: 4, checks: [http] }
2838 + - { id: isp-pt-uzo, name: "UZO", host: www.uzo.pt, cat: infrastructure, provider: uzo, cc: PT, imp: 2, tier: 4, checks: [http] }
2839 + - { id: isp-gr-vodafone, name: "Vodafone Greece", host: www.vodafone.gr, cat: infrastructure, provider: vodafone-greece, cc: GR, imp: 4, tier: 3, checks: [http] }
2840 + - { id: isp-gr-nova, name: "Nova", host: nova.gr, cat: infrastructure, provider: nova, cc: GR, imp: 4, tier: 3, checks: [http] }
2841 + - { id: isp-gr-ote, name: "OTE Group", host: www.ote.gr, cat: infrastructure, provider: ote-group, cc: GR, imp: 3, tier: 3, checks: [http] }
2842 + - { id: isp-gr-inalan, name: "Inalan", host: inalan.gr, cat: infrastructure, provider: inalan, cc: GR, imp: 2, tier: 4, checks: [http] }
2843 + - { id: isp-tr-turknet, name: "TürkNet", host: www.turk.net, cat: infrastructure, provider: t-rknet, cc: TR, imp: 3, tier: 3, checks: [http] }
2844 + - { id: isp-tr-dsmart, name: "D-Smart", host: www.dsmart.com.tr, cat: infrastructure, provider: d-smart, cc: TR, imp: 2, tier: 4, checks: [http] }
2845 + - { id: isp-tr-bimcell, name: "Bimcell", host: www.bimcell.com.tr, cat: infrastructure, provider: bimcell, cc: TR, imp: 2, tier: 4, checks: [http] }
2846 + - { id: isp-tr-pttcell, name: "Pttcell", host: www.pttcell.com.tr, cat: infrastructure, provider: pttcell, cc: TR, imp: 2, tier: 4, checks: [http] }
2847 + - { id: isp-cy-cablenet, name: "Cablenet", host: www.cablenet.com.cy, cat: infrastructure, provider: cablenet, cc: CY, imp: 2, tier: 4, checks: [http] }
2848 + - { id: isp-il-partner, name: "Partner", host: www.partner.co.il, cat: infrastructure, provider: partner, cc: IL, imp: 4, tier: 3, checks: [http] }
2849 + - { id: isp-il-cellcom, name: "Cellcom", host: cellcom.co.il, cat: infrastructure, provider: cellcom, cc: IL, imp: 4, tier: 3, checks: [http] }
2850 + - { id: isp-il-hot, name: "HOT", host: www.hot.net.il, cat: infrastructure, provider: hot, cc: IL, imp: 3, tier: 3, checks: [http] }
2851 + - { id: isp-il-pelephone, name: "Pelephone", host: www.pelephone.co.il, cat: infrastructure, provider: pelephone, cc: IL, imp: 3, tier: 3, checks: [http] }
2852 + - { id: isp-il-golan, name: "Golan Telecom", host: www.golantelecom.co.il, cat: infrastructure, provider: golan-telecom, cc: IL, imp: 2, tier: 4, checks: [http] }
2853 + - { id: isp-il-bezeq-int, name: "Bezeq International", host: www.bezeqint.net, cat: infrastructure, provider: bezeq-international, cc: IL, imp: 3, tier: 3, checks: [http] }
2854 + - { id: isp-ae-eand, name: "e&", host: www.eand.com, cat: infrastructure, provider: e, cc: AE, imp: 4, tier: 3, checks: [http] }
2855 + - { id: isp-ae-virgin-mobile, name: "Virgin Mobile UAE", host: www.virginmobile.ae, cat: infrastructure, provider: virgin-mobile-uae, cc: AE, imp: 2, tier: 4, checks: [http] }
2856 + - { id: isp-sa-zain, name: "Zain KSA", host: www.sa.zain.com, cat: infrastructure, provider: zain-ksa, cc: SA, imp: 4, tier: 3, checks: [http] }
2857 + - { id: isp-sa-zain-group, name: "Zain Group", host: www.zain.com, cat: infrastructure, provider: zain-group, cc: SA, imp: 3, tier: 3, checks: [http] }
2858 + - { id: isp-sa-virgin-mobile, name: "Virgin Mobile KSA", host: www.virginmobile.sa, cat: infrastructure, provider: virgin-mobile-ksa, cc: SA, imp: 2, tier: 4, checks: [http] }
2859 + - { id: isp-sa-salam, name: "Salam", host: salam.sa, cat: infrastructure, provider: salam, cc: SA, imp: 2, tier: 4, checks: [http] }
2860 + - { id: isp-sa-lebara, name: "Lebara KSA", host: www.lebara.sa, cat: infrastructure, provider: lebara-ksa, cc: SA, imp: 2, tier: 4, checks: [http] }
2861 + - { id: isp-eg-we, name: "Telecom Egypt (WE)", host: www.te.eg, cat: infrastructure, provider: telecom-egypt, cc: EG, imp: 4, tier: 3, checks: [http] }
2862 + - { id: isp-eg-vodafone, name: "Vodafone Egypt", host: web.vodafone.com.eg, cat: infrastructure, provider: vodafone-egypt, cc: EG, imp: 4, tier: 3, checks: [http] }
2863 + - { id: isp-eg-etisalat, name: "Etisalat Misr (e&)", host: www.etisalat.eg, cat: infrastructure, provider: etisalat-misr, cc: EG, imp: 3, tier: 3, checks: [http] }
2864 + - { id: isp-eg-noor, name: "Noor", host: www.noor.net, cat: infrastructure, provider: noor, cc: EG, imp: 2, tier: 4, checks: [http] }
2865 + - { id: isp-za-cell-c, name: "Cell C", host: www.cellc.co.za, cat: infrastructure, provider: cell-c, cc: ZA, imp: 3, tier: 3, checks: [http] }
2866 + - { id: isp-za-rain, name: "rain", host: www.rain.co.za, cat: infrastructure, provider: rain, cc: ZA, imp: 3, tier: 3, checks: [http] }
2867 + - { id: isp-za-afrihost, name: "Afrihost", host: www.afrihost.com, cat: infrastructure, provider: afrihost, cc: ZA, imp: 3, tier: 3, checks: [http] }
2868 + - { id: isp-za-webafrica, name: "Webafrica", host: www.webafrica.co.za, cat: infrastructure, provider: webafrica, cc: ZA, imp: 2, tier: 4, checks: [http] }
2869 + - { id: isp-za-openserve, name: "Openserve", host: www.openserve.co.za, cat: infrastructure, provider: openserve, cc: ZA, imp: 3, tier: 3, checks: [http] }
2870 + - { id: isp-za-vumatel, name: "Vumatel", host: www.vumatel.co.za, cat: infrastructure, provider: vumatel, cc: ZA, imp: 3, tier: 3, checks: [http] }
2871 + - { id: isp-za-frogfoot, name: "Frogfoot", host: www.frogfoot.com, cat: infrastructure, provider: frogfoot, cc: ZA, imp: 2, tier: 4, checks: [http] }
2872 + - { id: isp-za-cool-ideas, name: "Cool Ideas", host: www.coolideas.co.za, cat: infrastructure, provider: cool-ideas, cc: ZA, imp: 2, tier: 4, checks: [http] }
2873 + - { id: isp-za-axxess, name: "Axxess", host: www.axxess.co.za, cat: infrastructure, provider: axxess, cc: ZA, imp: 2, tier: 4, checks: [http] }
2874 + - { id: isp-za-mweb, name: "MWEB", host: www.mweb.co.za, cat: infrastructure, provider: mweb, cc: ZA, imp: 2, tier: 4, checks: [http] }
2875 + - { id: isp-za-herotel, name: "Herotel", host: www.herotel.com, cat: infrastructure, provider: herotel, cc: ZA, imp: 2, tier: 4, checks: [http] }
2876 + - { id: isp-za-liquid, name: "Liquid Intelligent Technologies", host: www.liquid.tech, cat: infrastructure, provider: liquid-intelligent-technologie, cc: ZA, imp: 3, tier: 3, checks: [http] }
2877 + - { id: isp-za-metrofibre, name: "MetroFibre", host: www.metrofibre.co.za, cat: infrastructure, provider: metrofibre, cc: ZA, imp: 2, tier: 4, checks: [http] }
2878 + - { id: isp-za-octotel, name: "Octotel", host: www.octotel.co.za, cat: infrastructure, provider: octotel, cc: ZA, imp: 2, tier: 4, checks: [http] }
2879 + - { id: isp-za-dfa, name: "Dark Fibre Africa", host: www.dfafrica.co.za, cat: infrastructure, provider: dark-fibre-africa, cc: ZA, imp: 2, tier: 4, checks: [http] }
2880 + - { id: isp-za-vox, name: "Vox", host: www.vox.co.za, cat: infrastructure, provider: vox, cc: ZA, imp: 2, tier: 4, checks: [http] }
2881 + - { id: isp-za-rsaweb, name: "RSAWEB", host: www.rsaweb.co.za, cat: infrastructure, provider: rsaweb, cc: ZA, imp: 2, tier: 4, checks: [http] }
2882 + - { id: isp-za-is, name: "Internet Solutions (Dimension Data)", host: www.is.co.za, cat: infrastructure, provider: internet-solutions, cc: ZA, imp: 2, tier: 4, checks: [http] }
2883 + - { id: isp-za-infraco, name: "Broadband Infraco", host: www.infraco.co.za, cat: infrastructure, provider: broadband-infraco, cc: ZA, imp: 2, tier: 4, checks: [http] }
2884 + - { id: isp-ng-glo, name: "Globacom", host: www.gloworld.com, cat: infrastructure, provider: globacom, cc: NG, imp: 4, tier: 3, checks: [http] }
2885 + - { id: isp-ng-spectranet, name: "Spectranet", host: www.spectranet.com.ng, cat: infrastructure, provider: spectranet, cc: NG, imp: 2, tier: 4, checks: [http] }
2886 + - { id: isp-ng-ipnx, name: "ipNX", host: www.ipnxnigeria.net, cat: infrastructure, provider: ipnx, cc: NG, imp: 2, tier: 4, checks: [http] }
2887 + - { id: isp-ng-smile, name: "Smile Nigeria", host: smile.com.ng, cat: infrastructure, provider: smile-nigeria, cc: NG, imp: 2, tier: 4, checks: [http] }
2888 + - { id: isp-ng-tizeti, name: "Tizeti", host: www.tizeti.com, cat: infrastructure, provider: tizeti, cc: NG, imp: 2, tier: 4, checks: [http] }
2889 + - { id: isp-ng-swift, name: "Swift Networks", host: www.swiftng.com, cat: infrastructure, provider: swift-networks, cc: NG, imp: 2, tier: 4, checks: [http] }
2890 + - { id: isp-ng-ntel, name: "ntel", host: www.ntel.com.ng, cat: infrastructure, provider: ntel, cc: NG, imp: 2, tier: 4, checks: [http] }
2891 + - { id: isp-ng-airtel, name: "Airtel Nigeria", host: www.airtel.com.ng, cat: infrastructure, provider: airtel-nigeria, cc: NG, imp: 4, tier: 3, checks: [http] }
2892 + - { id: isp-ke-airtel, name: "Airtel Kenya", host: www.airtelkenya.com, cat: infrastructure, provider: airtel-kenya, cc: KE, imp: 3, tier: 3, checks: [http] }
2893 + - { id: isp-ke-zuku, name: "Zuku", host: www.zuku.co.ke, cat: infrastructure, provider: zuku, cc: KE, imp: 2, tier: 4, checks: [http] }
2894 + - { id: isp-ke-mawingu, name: "Mawingu", host: mawingu.co, cat: infrastructure, provider: mawingu, cc: KE, imp: 2, tier: 4, checks: [http] }
2895 + - { id: isp-ma-orange, name: "Orange Maroc", host: www.orange.ma, cat: infrastructure, provider: orange-maroc, cc: MA, imp: 4, tier: 3, checks: [http] }
2896 + - { id: isp-ma-inwi, name: "inwi", host: www.inwi.ma, cat: infrastructure, provider: inwi, cc: MA, imp: 4, tier: 3, checks: [http] }
2897 + - { id: isp-in-act, name: "ACT Fibernet", host: www.actcorp.in, cat: infrastructure, provider: act-fibernet, cc: IN, imp: 3, tier: 3, checks: [http] }
2898 + - { id: isp-in-hathway, name: "Hathway", host: www.hathway.com, cat: infrastructure, provider: hathway, cc: IN, imp: 3, tier: 3, checks: [http] }
2899 + - { id: isp-in-excitel, name: "Excitel", host: www.excitel.com, cat: infrastructure, provider: excitel, cc: IN, imp: 2, tier: 4, checks: [http] }
2900 + - { id: isp-in-tata-play-fiber, name: "Tata Play Fiber", host: www.tataplayfiber.com, cat: infrastructure, provider: tata-play-fiber, cc: IN, imp: 2, tier: 4, checks: [http] }
2901 + - { id: isp-in-you-broadband, name: "YOU Broadband", host: www.youbroadband.in, cat: infrastructure, provider: you-broadband, cc: IN, imp: 2, tier: 4, checks: [http] }
2902 + - { id: isp-in-tikona, name: "Tikona", host: www.tikona.in, cat: infrastructure, provider: tikona, cc: IN, imp: 2, tier: 4, checks: [http] }
2903 + - { id: isp-in-spectra, name: "Spectra", host: www.spectra.co, cat: infrastructure, provider: spectra, cc: IN, imp: 2, tier: 4, checks: [http] }
2904 + - { id: isp-in-gtpl, name: "GTPL", host: www.gtpl.net, cat: infrastructure, provider: gtpl, cc: IN, imp: 2, tier: 4, checks: [http] }
2905 + - { id: isp-in-den, name: "DEN Networks", host: www.dennetworks.com, cat: infrastructure, provider: den-networks, cc: IN, imp: 2, tier: 4, checks: [http] }
2906 + - { id: isp-in-asianet, name: "Asianet Broadband", host: www.asianet.co.in, cat: infrastructure, provider: asianet-broadband, cc: IN, imp: 2, tier: 4, checks: [http] }
2907 + - { id: isp-in-kerala-vision, name: "Kerala Vision", host: keralavision.in, cat: infrastructure, provider: kerala-vision, cc: IN, imp: 2, tier: 4, checks: [http] }
2908 + - { id: isp-in-netplus, name: "Netplus", host: netplus.co.in, cat: infrastructure, provider: netplus, cc: IN, imp: 2, tier: 4, checks: [http] }
2909 + - { id: isp-in-meghbela, name: "Meghbela", host: www.meghbela.com, cat: infrastructure, provider: meghbela, cc: IN, imp: 2, tier: 4, checks: [http] }
2910 + - { id: isp-in-fastway, name: "Fastway", host: fastway.in, cat: infrastructure, provider: fastway, cc: IN, imp: 2, tier: 4, checks: [http] }
2911 + - { id: isp-in-airtel-business, name: "Airtel Business", host: www.airtel.in, url: "https://www.airtel.in/business/", cat: infrastructure, provider: airtel-business, cc: IN, imp: 3, tier: 3, checks: [http] }
2912 + - { id: isp-in-tata-tele, name: "Tata Tele Business", host: www.tatatelebusiness.com, cat: infrastructure, provider: tata-tele-business, cc: IN, imp: 2, tier: 4, checks: [http] }
2913 + - { id: isp-pk-jazz, name: "Jazz", host: jazz.com.pk, cat: infrastructure, provider: jazz, cc: PK, imp: 4, tier: 3, checks: [http] }
2914 + - { id: isp-pk-zong, name: "Zong", host: www.zong.com.pk, cat: infrastructure, provider: zong, cc: PK, imp: 4, tier: 3, checks: [http] }
2915 + - { id: isp-pk-telenor, name: "Telenor Pakistan", host: www.telenor.com.pk, cat: infrastructure, provider: telenor-pakistan, cc: PK, imp: 3, tier: 3, checks: [http] }
2916 + - { id: isp-pk-nayatel, name: "Nayatel", host: nayatel.com, cat: infrastructure, provider: nayatel, cc: PK, imp: 2, tier: 4, checks: [http] }
2917 + - { id: isp-pk-stormfiber, name: "StormFiber", host: stormfiber.com, cat: infrastructure, provider: stormfiber, cc: PK, imp: 2, tier: 4, checks: [http] }
2918 + - { id: isp-pk-wateen, name: "Wateen", host: www.wateen.com, cat: infrastructure, provider: wateen, cc: PK, imp: 2, tier: 4, checks: [http] }
2919 + - { id: isp-pk-cybernet, name: "Cybernet", host: www.cyber.net.pk, cat: infrastructure, provider: cybernet, cc: PK, imp: 2, tier: 4, checks: [http] }
2920 + - { id: isp-pk-transworld, name: "Transworld", host: www.tw1.com, cat: infrastructure, provider: transworld, cc: PK, imp: 2, tier: 4, checks: [http] }
2921 + - { id: isp-pk-worldcall, name: "WorldCall", host: www.worldcall.net.pk, cat: infrastructure, provider: worldcall, cc: PK, imp: 2, tier: 4, checks: [http] }
2922 + - { id: isp-bd-grameenphone, name: "Grameenphone", host: www.grameenphone.com, cat: infrastructure, provider: grameenphone, cc: BD, imp: 4, tier: 3, checks: [http] }
2923 + - { id: isp-bd-robi, name: "Robi", host: www.robi.com.bd, cat: infrastructure, provider: robi, cc: BD, imp: 4, tier: 3, checks: [http] }
2924 + - { id: isp-bd-banglalink, name: "Banglalink", host: www.banglalink.net, cat: infrastructure, provider: banglalink, cc: BD, imp: 3, tier: 3, checks: [http] }
2925 + - { id: isp-bd-teletalk, name: "Teletalk", host: www.teletalk.com.bd, cat: infrastructure, provider: teletalk, cc: BD, imp: 2, tier: 4, checks: [http] }
2926 + - { id: isp-bd-link3, name: "Link3", host: www.link3.net, cat: infrastructure, provider: link3, cc: BD, imp: 2, tier: 4, checks: [http] }
2927 + - { id: isp-bd-amber-it, name: "Amber IT", host: www.amberit.com.bd, cat: infrastructure, provider: amber-it, cc: BD, imp: 2, tier: 4, checks: [http] }
2928 + - { id: isp-bd-carnival, name: "Carnival Internet", host: carnival.com.bd, cat: infrastructure, provider: carnival-internet, cc: BD, imp: 2, tier: 4, checks: [http] }
2929 + - { id: isp-bd-summit, name: "Summit Communications", host: summitcommunications.net, cat: infrastructure, provider: summit-communications, cc: BD, imp: 2, tier: 4, checks: [http] }
2930 + - { id: isp-bd-fiber-at-home, name: "Fiber@Home", host: fiberathome.net, cat: infrastructure, provider: fiber-home, cc: BD, imp: 2, tier: 4, checks: [http] }
2931 + - { id: isp-bd-bdcom, name: "BDCOM", host: bdcom.com, cat: infrastructure, provider: bdcom, cc: BD, imp: 2, tier: 4, checks: [http] }
2932 + - { id: isp-bd-agni, name: "Agni Systems", host: agni.com, cat: infrastructure, provider: agni-systems, cc: BD, imp: 2, tier: 4, checks: [http] }
2933 + - { id: isp-sg-m1, name: "M1", host: www.m1.com.sg, cat: infrastructure, provider: m1, cc: SG, imp: 4, tier: 3, checks: [http] }
2934 + - { id: isp-sg-simba, name: "SIMBA Telecom", host: www.simba.sg, cat: infrastructure, provider: simba-telecom, cc: SG, imp: 3, tier: 3, checks: [http] }
2935 + - { id: isp-sg-myrepublic, name: "MyRepublic", host: myrepublic.net, url: "https://myrepublic.net/sg/", cat: infrastructure, provider: myrepublic, cc: SG, imp: 3, tier: 3, checks: [http] }
2936 + - { id: isp-sg-viewqwest, name: "ViewQwest", host: www.viewqwest.com, cat: infrastructure, provider: viewqwest, cc: SG, imp: 2, tier: 4, checks: [http] }
2937 + - { id: isp-sg-whizcomms, name: "WhizComms", host: www.whizcomms.com.sg, cat: infrastructure, provider: whizcomms, cc: SG, imp: 2, tier: 4, checks: [http] }
2938 + - { id: isp-sg-circles, name: "Circles.Life", host: www.circles.life, cat: infrastructure, provider: circles-life, cc: SG, imp: 2, tier: 4, checks: [http] }
2939 + - { id: isp-sg-giga, name: "giga!", host: giga.com.sg, cat: infrastructure, provider: giga, cc: SG, imp: 2, tier: 4, checks: [http] }
2940 + - { id: isp-sg-netlink, name: "NetLink Trust", host: www.netlinknbn.com, cat: infrastructure, provider: netlink-trust, cc: SG, imp: 3, tier: 3, checks: [http] }
2941 + - { id: isp-my-celcomdigi, name: "CelcomDigi", host: celcomdigi.com, cat: infrastructure, provider: celcomdigi, cc: MY, imp: 4, tier: 3, checks: [http] }
2942 + - { id: isp-my-celcom, name: "Celcom", host: www.celcom.com.my, cat: infrastructure, provider: celcom, cc: MY, imp: 3, tier: 3, checks: [http] }
2943 + - { id: isp-my-digi, name: "Digi", host: www.digi.com.my, cat: infrastructure, provider: digi, cc: MY, imp: 3, tier: 3, checks: [http] }
2944 + - { id: isp-my-u-mobile, name: "U Mobile", host: www.u.com.my, cat: infrastructure, provider: u-mobile, cc: MY, imp: 3, tier: 3, checks: [http] }
2945 + - { id: isp-my-unifi, name: "unifi (TM)", host: unifi.com.my, cat: infrastructure, provider: unifi, cc: MY, imp: 4, tier: 3, checks: [http] }
2946 + - { id: isp-my-tm, name: "Telekom Malaysia", host: www.tm.com.my, cat: infrastructure, provider: telekom-malaysia, cc: MY, imp: 4, tier: 3, checks: [http] }
2947 + - { id: isp-my-time, name: "TIME dotCom", host: www.time.com.my, cat: infrastructure, provider: time-dotcom, cc: MY, imp: 3, tier: 3, checks: [http] }
2948 + - { id: isp-my-yes, name: "Yes", host: www.yes.my, cat: infrastructure, provider: yes, cc: MY, imp: 2, tier: 4, checks: [http] }
2949 + - { id: isp-my-redone, name: "redONE", host: www.redone.com.my, cat: infrastructure, provider: redone, cc: MY, imp: 2, tier: 4, checks: [http] }
2950 + - { id: isp-id-telkom, name: "Telkom Indonesia", host: www.telkom.co.id, cat: infrastructure, provider: telkom-indonesia, cc: ID, imp: 4, tier: 3, checks: [http] }
2951 + - { id: isp-id-indihome, name: "IndiHome", host: indihome.co.id, cat: infrastructure, provider: indihome, cc: ID, imp: 3, tier: 3, checks: [http] }
2952 + - { id: isp-id-ioh, name: "Indosat Ooredoo Hutchison", host: www.ioh.co.id, cat: infrastructure, provider: indosat-ooredoo-hutchison, cc: ID, imp: 4, tier: 3, checks: [http] }
2953 + - { id: isp-id-indosat, name: "Indosat", host: indosatooredoo.com, cat: infrastructure, provider: indosat, cc: ID, imp: 3, tier: 3, checks: [http] }
2954 + - { id: isp-id-xl, name: "XL Axiata", host: www.xl.co.id, cat: infrastructure, provider: xl-axiata, cc: ID, imp: 4, tier: 3, checks: [http] }
2955 + - { id: isp-id-smartfren, name: "Smartfren", host: www.smartfren.com, cat: infrastructure, provider: smartfren, cc: ID, imp: 3, tier: 3, checks: [http] }
2956 + - { id: isp-id-biznet, name: "Biznet", host: www.biznetnetworks.com, cat: infrastructure, provider: biznet, cc: ID, imp: 3, tier: 3, checks: [http] }
2957 + - { id: isp-id-myrepublic, name: "MyRepublic ID", host: myrepublic.co.id, cat: infrastructure, provider: myrepublic-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2958 + - { id: isp-id-mnc-play, name: "MNC Play", host: www.mncplay.id, cat: infrastructure, provider: mnc-play, cc: ID, imp: 2, tier: 4, checks: [http] }
2959 + - { id: isp-id-cbn, name: "CBN", host: www.cbn.id, cat: infrastructure, provider: cbn, cc: ID, imp: 2, tier: 4, checks: [http] }
2960 + - { id: isp-id-oxygen, name: "Oxygen.id", host: www.oxygen.id, cat: infrastructure, provider: oxygen-id, cc: ID, imp: 2, tier: 4, checks: [http] }
2961 + - { id: isp-id-moratelindo, name: "Moratelindo", host: www.moratelindo.co.id, cat: infrastructure, provider: moratelindo, cc: ID, imp: 2, tier: 4, checks: [http] }
2962 + - { id: isp-id-tri, name: "Tri Indonesia", host: tri.co.id, cat: infrastructure, provider: tri-indonesia, cc: ID, imp: 2, tier: 4, checks: [http] }
2963 + - { id: isp-id-axis, name: "AXIS", host: www.axis.co.id, cat: infrastructure, provider: axis, cc: ID, imp: 2, tier: 4, checks: [http] }
2964 + - { id: isp-id-byu, name: "by.U", host: byu.id, cat: infrastructure, provider: by-u, cc: ID, imp: 2, tier: 4, checks: [http] }
2965 + - { id: isp-id-linknet, name: "Link Net", host: linknet.co.id, cat: infrastructure, provider: link-net, cc: ID, imp: 2, tier: 4, checks: [http] }
2966 + - { id: isp-id-telin, name: "Telin", host: www.telin.net, cat: infrastructure, provider: telin, cc: ID, imp: 3, tier: 3, checks: [http] }
2967 + - { id: isp-th-true, name: "True", host: www.true.th, cat: infrastructure, provider: true, cc: TH, imp: 4, tier: 3, checks: [http] }
2968 + - { id: isp-th-dtac, name: "dtac", host: www.dtac.co.th, cat: infrastructure, provider: dtac, cc: TH, imp: 3, tier: 3, checks: [http] }
2969 + - { id: isp-th-nt, name: "National Telecom (NT)", host: www.ntplc.co.th, cat: infrastructure, provider: national-telecom, cc: TH, imp: 4, tier: 3, checks: [http] }
2970 + - { id: isp-th-3bb, name: "3BB", host: www.3bb.co.th, cat: infrastructure, provider: 3bb, cc: TH, imp: 3, tier: 3, checks: [http] }
2971 + - { id: isp-th-jastel, name: "JasTel", host: jastel.co.th, cat: infrastructure, provider: jastel, cc: TH, imp: 2, tier: 4, checks: [http] }
2972 + - { id: isp-th-interlink, name: "Interlink Telecom", host: www.interlink.co.th, cat: infrastructure, provider: interlink-telecom, cc: TH, imp: 2, tier: 4, checks: [http] }
2973 + - { id: isp-th-uih, name: "UIH", host: www.uih.co.th, cat: infrastructure, provider: uih, cc: TH, imp: 2, tier: 4, checks: [http] }
2974 + - { id: isp-th-inet, name: "INET", host: www.inet.co.th, cat: infrastructure, provider: inet, cc: TH, imp: 2, tier: 4, checks: [http] }
2975 + - { id: isp-vn-vnpt, name: "VNPT", host: vnpt.com.vn, cat: infrastructure, provider: vnpt, cc: VN, imp: 4, tier: 3, checks: [http] }
2976 + - { id: isp-vn-fpt, name: "FPT Telecom", host: fpt.vn, cat: infrastructure, provider: fpt-telecom, cc: VN, imp: 4, tier: 3, checks: [http] }
2977 + - { id: isp-vn-mobifone, name: "MobiFone", host: mobifone.vn, cat: infrastructure, provider: mobifone, cc: VN, imp: 4, tier: 3, checks: [http] }
2978 + - { id: isp-vn-vinaphone, name: "VinaPhone", host: vinaphone.com.vn, cat: infrastructure, provider: vinaphone, cc: VN, imp: 3, tier: 3, checks: [http] }
2979 + - { id: isp-vn-cmc, name: "CMC Telecom", host: cmctelecom.vn, cat: infrastructure, provider: cmc-telecom, cc: VN, imp: 2, tier: 4, checks: [http] }
2980 + - { id: isp-vn-sctv, name: "SCTV", host: www.sctv.com.vn, cat: infrastructure, provider: sctv, cc: VN, imp: 2, tier: 4, checks: [http] }
2981 + - { id: isp-vn-vietnamobile, name: "Vietnamobile", host: vietnamobile.com.vn, cat: infrastructure, provider: vietnamobile, cc: VN, imp: 2, tier: 4, checks: [http] }
2982 + - { id: isp-vn-spt, name: "SPT", host: www.spt.vn, cat: infrastructure, provider: spt, cc: VN, imp: 2, tier: 4, checks: [http] }
2983 + - { id: isp-ph-smart, name: "Smart", host: smart.com.ph, cat: infrastructure, provider: smart, cc: PH, imp: 4, tier: 3, checks: [http] }
2984 + - { id: isp-ph-converge, name: "Converge ICT", host: www.convergeict.com, cat: infrastructure, provider: converge-ict, cc: PH, imp: 4, tier: 3, checks: [http] }
2985 + - { id: isp-ph-dito, name: "DITO", host: dito.ph, cat: infrastructure, provider: dito, cc: PH, imp: 3, tier: 3, checks: [http] }
2986 + - { id: isp-ph-sky, name: "SKY", host: www.mysky.com.ph, cat: infrastructure, provider: sky, cc: PH, imp: 2, tier: 4, checks: [http] }
2987 + - { id: isp-ph-eastern, name: "Eastern Communications", host: www.eastern.com.ph, cat: infrastructure, provider: eastern-communications, cc: PH, imp: 2, tier: 4, checks: [http] }
2988 + - { id: isp-ph-rise, name: "RISE", host: rise.ph, cat: infrastructure, provider: rise, cc: PH, imp: 2, tier: 4, checks: [http] }
2989 + - { id: isp-ph-radius, name: "Radius Telecoms", host: www.radiustelecoms.com, cat: infrastructure, provider: radius-telecoms, cc: PH, imp: 2, tier: 4, checks: [http] }
2990 + - { id: isp-ph-infinivan, name: "InfiniVAN", host: infinivan.com, cat: infrastructure, provider: infinivan, cc: PH, imp: 2, tier: 4, checks: [http] }
2991 + - { id: isp-ph-gomo, name: "GOMO PH", host: gomo.ph, cat: infrastructure, provider: gomo-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
2992 + - { id: isp-ph-tnt, name: "TNT", host: tntph.com, cat: infrastructure, provider: tnt, cc: PH, imp: 2, tier: 4, checks: [http] }
2993 + - { id: isp-jp-ntt-east, name: "NTT East", host: www.ntt-east.co.jp, cat: infrastructure, provider: ntt-east, cc: JP, imp: 4, tier: 3, checks: [http] }
2994 + - { id: isp-jp-ntt-west, name: "NTT West", host: www.ntt-west.co.jp, cat: infrastructure, provider: ntt-west, cc: JP, imp: 4, tier: 3, checks: [http] }
2995 + - { id: isp-jp-ocn, name: "OCN", host: www.ocn.ne.jp, cat: infrastructure, provider: ocn, cc: JP, imp: 3, tier: 3, checks: [http] }
2996 + - { id: isp-jp-iij, name: "IIJ", host: www.iij.ad.jp, cat: infrastructure, provider: iij, cc: JP, imp: 4, tier: 3, checks: [http] }
2997 + - { id: isp-jp-rakuten-mobile, name: "Rakuten Mobile", host: network.mobile.rakuten.co.jp, cat: infrastructure, provider: rakuten-mobile, cc: JP, imp: 4, tier: 3, checks: [http] }
2998 + - { id: isp-jp-au, name: "au (KDDI)", host: www.au.com, cat: infrastructure, provider: au, cc: JP, imp: 3, tier: 3, checks: [http] }
2999 + - { id: isp-jp-ymobile, name: "Y!mobile", host: www.ymobile.jp, cat: infrastructure, provider: y-mobile, cc: JP, imp: 2, tier: 4, checks: [http] }
3000 + - { id: isp-jp-uq, name: "UQ mobile / WiMAX", host: www.uqwimax.jp, cat: infrastructure, provider: uq-mobile, cc: JP, imp: 2, tier: 4, checks: [http] }
3001 + - { id: isp-jp-nuro, name: "NURO (Sony)", host: www.nuro.jp, cat: infrastructure, provider: nuro, cc: JP, imp: 3, tier: 3, checks: [http] }
3002 + - { id: isp-jp-so-net, name: "So-net", host: www.so-net.ne.jp, cat: infrastructure, provider: so-net, cc: JP, imp: 2, tier: 4, checks: [http] }
3003 + - { id: isp-jp-biglobe, name: "BIGLOBE", host: www.biglobe.ne.jp, cat: infrastructure, provider: biglobe, cc: JP, imp: 2, tier: 4, checks: [http] }
3004 + - { id: isp-jp-jcom, name: "J:COM", host: www.jcom.co.jp, cat: infrastructure, provider: j-com, cc: JP, imp: 3, tier: 3, checks: [http] }
3005 + - { id: isp-jp-nifty, name: "@nifty", host: www.nifty.com, cat: infrastructure, provider: nifty, cc: JP, imp: 2, tier: 4, checks: [http] }
3006 + - { id: isp-jp-asahi-net, name: "ASAHI Net", host: asahi-net.jp, cat: infrastructure, provider: asahi-net, cc: JP, imp: 2, tier: 4, checks: [http] }
3007 + - { id: isp-jp-gmo, name: "GMO Internet", host: www.gmo.jp, cat: infrastructure, provider: gmo-internet, cc: JP, imp: 3, tier: 3, checks: [http] }
3008 + - { id: isp-jp-sakura, name: "SAKURA internet", host: www.sakura.ad.jp, cat: infrastructure, provider: sakura-internet, cc: JP, imp: 3, tier: 3, checks: [http] }
3009 + - { id: isp-jp-eo, name: "eo (Optage)", host: eonet.jp, cat: infrastructure, provider: eo, cc: JP, imp: 2, tier: 4, checks: [http] }
3010 + - { id: isp-jp-commufa, name: "Commufa (Chubu Telecommunications)", host: www.commufa.jp, cat: infrastructure, provider: commufa, cc: JP, imp: 2, tier: 4, checks: [http] }
3011 + - { id: isp-jp-bbiq, name: "BBIQ (QTnet)", host: www.bbiq.jp, cat: infrastructure, provider: bbiq, cc: JP, imp: 2, tier: 4, checks: [http] }
3012 + - { id: isp-jp-pikara, name: "Pikara (STNet)", host: www.pikara.jp, cat: infrastructure, provider: pikara, cc: JP, imp: 2, tier: 4, checks: [http] }
3013 + - { id: isp-jp-linemo, name: "LINEMO", host: www.linemo.jp, cat: infrastructure, provider: linemo, cc: JP, imp: 2, tier: 4, checks: [http] }
3014 + - { id: isp-jp-ahamo, name: "ahamo", host: ahamo.com, cat: infrastructure, provider: ahamo, cc: JP, imp: 2, tier: 4, checks: [http] }
3015 + - { id: isp-jp-povo, name: "povo", host: povo.jp, cat: infrastructure, provider: povo, cc: JP, imp: 2, tier: 4, checks: [http] }
3016 + - { id: isp-jp-arteria, name: "ARTERIA Networks", host: www.arteria-net.com, cat: infrastructure, provider: arteria-networks, cc: JP, imp: 2, tier: 4, checks: [http] }
3017 + - { id: isp-jp-iijmio, name: "IIJmio", host: www.iijmio.jp, cat: infrastructure, provider: iijmio, cc: JP, imp: 2, tier: 4, checks: [http] }
3018 + - { id: isp-jp-mineo, name: "mineo", host: mineo.jp, cat: infrastructure, provider: mineo, cc: JP, imp: 2, tier: 4, checks: [http] }
3019 + - { id: isp-jp-freebit, name: "FreeBit", host: www.freebit.com, cat: infrastructure, provider: freebit, cc: JP, imp: 2, tier: 4, checks: [http] }
3020 + - { id: isp-jp-plala, name: "plala", host: www.plala.or.jp, cat: infrastructure, provider: plala, cc: JP, imp: 2, tier: 4, checks: [http] }
3021 + - { id: isp-jp-kddi-global, name: "KDDI Global", host: global.kddi.com, cat: infrastructure, provider: kddi-global, cc: JP, imp: 3, tier: 3, checks: [http] }
3022 + - { id: isp-jp-softbank-corp, name: "SoftBank Corp.", host: www.softbank.jp, url: "https://www.softbank.jp/corp/", cat: infrastructure, provider: softbank-corp, cc: JP, imp: 3, tier: 3, checks: [http] }
3023 + - { id: isp-kr-lg-hellovision, name: "LG HelloVision", host: www.lghellovision.net, cat: infrastructure, provider: lg-hellovision, cc: KR, imp: 3, tier: 3, checks: [http] }
3024 + - { id: isp-kr-dlive, name: "D'LIVE", host: www.dlive.kr, cat: infrastructure, provider: d-live, cc: KR, imp: 2, tier: 4, checks: [http] }
3025 + - { id: isp-kr-sk-telink, name: "SK Telink", host: www.sktelink.com, cat: infrastructure, provider: sk-telink, cc: KR, imp: 2, tier: 4, checks: [http] }
3026 + - { id: isp-kr-kt-m, name: "KT M mobile", host: www.ktmmobile.com, cat: infrastructure, provider: kt-m-mobile, cc: KR, imp: 2, tier: 4, checks: [http] }
3027 + - { id: isp-kr-dreamline, name: "Dreamline", host: www.dreamline.co.kr, cat: infrastructure, provider: dreamline, cc: KR, imp: 2, tier: 4, checks: [http] }
3028 + - { id: isp-kr-kinx, name: "KINX", host: www.kinx.net, cat: infrastructure, provider: kinx, cc: KR, imp: 3, tier: 3, checks: [http] }
3029 + - { id: isp-cn-china-mobile-cn, name: "China Mobile (10086)", host: www.10086.cn, cat: infrastructure, provider: china-mobile, cc: CN, imp: 4, tier: 3, checks: [http] }
3030 + - { id: isp-cn-china-telecom-cn, name: "China Telecom (189)", host: www.189.cn, cat: infrastructure, provider: china-telecom, cc: CN, imp: 4, tier: 3, checks: [http] }
3031 + - { id: isp-cn-china-unicom-cn, name: "China Unicom (10010)", host: www.10010.com, cat: infrastructure, provider: china-unicom, cc: CN, imp: 4, tier: 3, checks: [http] }
3032 + - { id: isp-cn-china-broadnet, name: "China Broadnet", host: www.10099.com.cn, cat: infrastructure, provider: china-broadnet, cc: CN, imp: 3, tier: 3, checks: [http] }
3033 + - { id: isp-cn-cernet, name: "CERNET", host: www.edu.cn, cat: infrastructure, provider: cernet, cc: CN, imp: 3, tier: 3, checks: [http] }
3034 + - { id: isp-cn-cstnet, name: "CSTNET", host: www.cstnet.cn, cat: infrastructure, provider: cstnet, cc: CN, imp: 2, tier: 4, checks: [http] }
3035 + - { id: isp-cn-wasu, name: "Wasu", host: www.wasu.cn, cat: infrastructure, provider: wasu, cc: CN, imp: 2, tier: 4, checks: [http] }
3036 + - { id: isp-cn-citic-telecom, name: "CITIC Telecom", host: www.citictel.com, cat: infrastructure, provider: citic-telecom, cc: CN, imp: 2, tier: 4, checks: [http] }
3037 + - { id: isp-cn-vnet, name: "VNET (21Vianet)", host: www.vnet.com, cat: infrastructure, provider: vnet, cc: CN, imp: 2, tier: 4, checks: [http] }
3038 + - { id: isp-hk-pccw, name: "PCCW", host: www.pccw.com, cat: infrastructure, provider: pccw, cc: HK, imp: 4, tier: 3, checks: [http] }
3039 + - { id: isp-hk-hkbn, name: "HKBN", host: www.hkbn.net, cat: infrastructure, provider: hkbn, cc: HK, imp: 4, tier: 3, checks: [http] }
3040 + - { id: isp-hk-smartone, name: "SmarTone", host: www.smartone.com, cat: infrastructure, provider: smartone, cc: HK, imp: 3, tier: 3, checks: [http] }
3041 + - { id: isp-hk-three, name: "3 Hong Kong", host: www.three.com.hk, cat: infrastructure, provider: 3-hong-kong, cc: HK, imp: 3, tier: 3, checks: [http] }
3042 + - { id: isp-hk-cmhk, name: "China Mobile Hong Kong", host: www.hk.chinamobile.com, cat: infrastructure, provider: china-mobile-hong-kong, cc: HK, imp: 3, tier: 3, checks: [http] }
3043 + - { id: isp-hk-csl, name: "csl", host: www.hkcsl.com, cat: infrastructure, provider: csl, cc: HK, imp: 3, tier: 3, checks: [http] }
3044 + - { id: isp-hk-hgc, name: "HGC", host: www.hgc.com.hk, cat: infrastructure, provider: hgc, cc: HK, imp: 3, tier: 3, checks: [http] }
3045 + - { id: isp-hk-i-cable, name: "i-CABLE", host: www.i-cable.com, cat: infrastructure, provider: i-cable, cc: HK, imp: 2, tier: 4, checks: [http] }
3046 + - { id: isp-hk-netvigator, name: "Netvigator", host: www.netvigator.com, cat: infrastructure, provider: netvigator, cc: HK, imp: 2, tier: 4, checks: [http] }
3047 + - { id: isp-tw-taiwan-mobile, name: "Taiwan Mobile", host: www.taiwanmobile.com, cat: infrastructure, provider: taiwan-mobile, cc: TW, imp: 4, tier: 3, checks: [http] }
3048 + - { id: isp-tw-fetnet, name: "Far EasTone", host: www.fetnet.net, cat: infrastructure, provider: far-eastone, cc: TW, imp: 4, tier: 3, checks: [http] }
3049 + - { id: isp-tw-kbro, name: "kbro", host: www.kbro.com.tw, cat: infrastructure, provider: kbro, cc: TW, imp: 2, tier: 4, checks: [http] }
3050 + - { id: isp-tw-chief, name: "Chief Telecom", host: www.chief.com.tw, cat: infrastructure, provider: chief-telecom, cc: TW, imp: 2, tier: 4, checks: [http] }
3051 + - { id: isp-tw-seednet, name: "SEEDNet", host: www.seed.net.tw, cat: infrastructure, provider: seednet, cc: TW, imp: 2, tier: 4, checks: [http] }
3052 + - { id: isp-tw-so-net, name: "So-net Taiwan", host: www.so-net.net.tw, cat: infrastructure, provider: so-net-taiwan, cc: TW, imp: 2, tier: 4, checks: [http] }
3053 + - { id: isp-au-nbn, name: "nbn", host: www.nbnco.com.au, cat: infrastructure, provider: nbn, cc: AU, imp: 4, tier: 3, checks: [http] }
3054 + - { id: isp-au-vodafone, name: "Vodafone Australia", host: www.vodafone.com.au, cat: infrastructure, provider: vodafone-australia, cc: AU, imp: 4, tier: 3, checks: [http] }
3055 + - { id: isp-au-iinet, name: "iiNet", host: www.iinet.net.au, cat: infrastructure, provider: iinet, cc: AU, imp: 3, tier: 3, checks: [http] }
3056 + - { id: isp-au-aussie-broadband, name: "Aussie Broadband", host: www.aussiebroadband.com.au, cat: infrastructure, provider: aussie-broadband, cc: AU, imp: 3, tier: 3, checks: [http] }
3057 + - { id: isp-au-superloop, name: "Superloop", host: www.superloop.com, cat: infrastructure, provider: superloop, cc: AU, imp: 3, tier: 3, checks: [http] }
3058 + - { id: isp-au-dodo, name: "Dodo", host: www.dodo.com, cat: infrastructure, provider: dodo, cc: AU, imp: 2, tier: 4, checks: [http] }
3059 + - { id: isp-au-internode, name: "Internode", host: www.internode.on.net, cat: infrastructure, provider: internode, cc: AU, imp: 2, tier: 4, checks: [http] }
3060 + - { id: isp-au-exetel, name: "Exetel", host: www.exetel.com.au, cat: infrastructure, provider: exetel, cc: AU, imp: 2, tier: 4, checks: [http] }
3061 + - { id: isp-au-belong, name: "Belong", host: www.belong.com.au, cat: infrastructure, provider: belong, cc: AU, imp: 2, tier: 4, checks: [http] }
3062 + - { id: isp-au-amaysim, name: "amaysim", host: www.amaysim.com.au, cat: infrastructure, provider: amaysim, cc: AU, imp: 2, tier: 4, checks: [http] }
3063 + - { id: isp-au-boost, name: "Boost Mobile AU", host: boost.com.au, cat: infrastructure, provider: boost-mobile-au, cc: AU, imp: 2, tier: 4, checks: [http] }
3064 + - { id: isp-au-vocus, name: "Vocus", host: www.vocus.com.au, cat: infrastructure, provider: vocus, cc: AU, imp: 3, tier: 3, checks: [http] }
3065 + - { id: isp-au-launtel, name: "Launtel", host: launtel.net.au, cat: infrastructure, provider: launtel, cc: AU, imp: 2, tier: 4, checks: [http] }
3066 + - { id: isp-au-leaptel, name: "Leaptel", host: leaptel.com.au, cat: infrastructure, provider: leaptel, cc: AU, imp: 2, tier: 4, checks: [http] }
3067 + - { id: isp-au-tangerine, name: "Tangerine", host: www.tangerinetelecom.com.au, cat: infrastructure, provider: tangerine, cc: AU, imp: 2, tier: 4, checks: [http] }
3068 + - { id: isp-au-mate, name: "Mate", host: www.letsbemates.com.au, cat: infrastructure, provider: mate, cc: AU, imp: 2, tier: 4, checks: [http] }
3069 + - { id: isp-au-more, name: "More", host: www.more.com.au, cat: infrastructure, provider: more, cc: AU, imp: 2, tier: 4, checks: [http] }
3070 + - { id: isp-au-southern-phone, name: "Southern Phone", host: www.southernphone.com.au, cat: infrastructure, provider: southern-phone, cc: AU, imp: 2, tier: 4, checks: [http] }
3071 + - { id: isp-au-spintel, name: "SpinTel", host: www.spintel.net.au, cat: infrastructure, provider: spintel, cc: AU, imp: 2, tier: 4, checks: [http] }
3072 + - { id: isp-au-felix, name: "felix", host: www.felixmobile.com.au, cat: infrastructure, provider: felix, cc: AU, imp: 2, tier: 4, checks: [http] }
3073 + - { id: isp-au-uniti, name: "Uniti", host: www.unitiwireless.com, cat: infrastructure, provider: uniti, cc: AU, imp: 2, tier: 4, checks: [http] }
3074 + - { id: isp-au-opticomm, name: "Opticomm", host: www.opticomm.com.au, cat: infrastructure, provider: opticomm, cc: AU, imp: 2, tier: 4, checks: [http] }
3075 + - { id: isp-au-macquarie, name: "Macquarie Telecom", host: macquarietelecom.com, cat: infrastructure, provider: macquarie-telecom, cc: AU, imp: 2, tier: 4, checks: [http] }
3076 + - { id: isp-au-aapt, name: "AAPT", host: www.aapt.com.au, cat: infrastructure, provider: aapt, cc: AU, imp: 2, tier: 4, checks: [http] }
3077 + - { id: isp-au-swoop, name: "Swoop", host: swoop.com.au, cat: infrastructure, provider: swoop, cc: AU, imp: 2, tier: 4, checks: [http] }
3078 + - { id: isp-au-telstra-intl, name: "Telstra International", host: www.telstrainternational.com, cat: infrastructure, provider: telstra-international, cc: AU, imp: 3, tier: 3, checks: [http] }
3079 + - { id: isp-nz-one, name: "One NZ", host: one.nz, cat: infrastructure, provider: one-nz, cc: NZ, imp: 4, tier: 3, checks: [http] }
3080 + - { id: isp-nz-2degrees, name: "2degrees", host: www.2degrees.nz, cat: infrastructure, provider: 2degrees, cc: NZ, imp: 4, tier: 3, checks: [http] }
3081 + - { id: isp-nz-chorus, name: "Chorus", host: www.chorus.co.nz, cat: infrastructure, provider: chorus, cc: NZ, imp: 4, tier: 3, checks: [http] }
3082 + - { id: isp-nz-orcon, name: "Orcon", host: www.orcon.net.nz, cat: infrastructure, provider: orcon, cc: NZ, imp: 2, tier: 4, checks: [http] }
3083 + - { id: isp-nz-slingshot, name: "Slingshot", host: www.slingshot.co.nz, cat: infrastructure, provider: slingshot, cc: NZ, imp: 2, tier: 4, checks: [http] }
3084 + - { id: isp-nz-skinny, name: "Skinny", host: www.skinny.co.nz, cat: infrastructure, provider: skinny, cc: NZ, imp: 2, tier: 4, checks: [http] }
3085 + - { id: isp-nz-enable, name: "Enable", host: www.enable.net.nz, cat: infrastructure, provider: enable, cc: NZ, imp: 2, tier: 4, checks: [http] }
3086 + - { id: isp-nz-tuatahi, name: "Tuatahi First Fibre", host: www.tuatahifibre.co.nz, cat: infrastructure, provider: tuatahi-first-fibre, cc: NZ, imp: 2, tier: 4, checks: [http] }
3087 + - { id: isp-nz-northpower, name: "Northpower Fibre", host: www.northpowerfibre.co.nz, cat: infrastructure, provider: northpower-fibre, cc: NZ, imp: 2, tier: 4, checks: [http] }
3088 + - { id: isp-nz-myrepublic, name: "MyRepublic NZ", host: myrepublic.co.nz, cat: infrastructure, provider: myrepublic-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3089 + - { id: isp-nz-voyager, name: "Voyager", host: www.voyager.nz, cat: infrastructure, provider: voyager, cc: NZ, imp: 2, tier: 4, checks: [http] }
3090 + - { id: isp-nz-now, name: "NOW", host: www.nownz.co.nz, cat: infrastructure, provider: now, cc: NZ, imp: 2, tier: 4, checks: [http] }
3091 + - { id: isp-nz-compass, name: "Compass", host: www.compass.net.nz, cat: infrastructure, provider: compass, cc: NZ, imp: 2, tier: 4, checks: [http] }
3092 + - { id: isp-nz-vocus, name: "Vocus NZ", host: www.vocus.co.nz, cat: infrastructure, provider: vocus-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
3093 + - { id: isp-nz-warehouse-mobile, name: "Warehouse Mobile", host: www.warehousemobile.co.nz, cat: infrastructure, provider: warehouse-mobile, cc: NZ, imp: 2, tier: 4, checks: [http] }
3094 + - { id: isp-nz-kordia, name: "Kordia", host: www.kordia.co.nz, cat: infrastructure, provider: kordia, cc: NZ, imp: 2, tier: 4, checks: [http] }
3095 + - { id: isp-nz-lightwire, name: "Lightwire", host: www.lightwire.co.nz, cat: infrastructure, provider: lightwire, cc: NZ, imp: 2, tier: 4, checks: [http] }
3096 + - { id: isp-nz-quic, name: "Quic", host: quic.nz, cat: infrastructure, provider: quic, cc: NZ, imp: 2, tier: 4, checks: [http] }
3097 + - { id: isp-nz-bigpipe, name: "Bigpipe", host: www.bigpipe.co.nz, cat: infrastructure, provider: bigpipe, cc: NZ, imp: 2, tier: 4, checks: [http] }
3098 + - { id: isp-nz-zeronet, name: "Zeronet", host: zeronet.co.nz, cat: infrastructure, provider: zeronet, cc: NZ, imp: 2, tier: 4, checks: [http] }
3099 + - { id: isp-br-oi, name: "Oi", host: www.oi.com.br, cat: infrastructure, provider: oi, cc: BR, imp: 4, tier: 3, checks: [http] }
3100 + - { id: isp-br-algar, name: "Algar Telecom", host: algartelecom.com.br, cat: infrastructure, provider: algar-telecom, cc: BR, imp: 3, tier: 3, checks: [http] }
3101 + - { id: isp-br-brisanet, name: "Brisanet", host: brisanet.com.br, cat: infrastructure, provider: brisanet, cc: BR, imp: 3, tier: 3, checks: [http] }
3102 + - { id: isp-br-vero, name: "Vero", host: vero.com.br, cat: infrastructure, provider: vero, cc: BR, imp: 2, tier: 4, checks: [http] }
3103 + - { id: isp-br-unifique, name: "Unifique", host: www.unifique.com.br, cat: infrastructure, provider: unifique, cc: BR, imp: 2, tier: 4, checks: [http] }
3104 + - { id: isp-br-desktop, name: "Desktop", host: www.desktop.com.br, cat: infrastructure, provider: desktop, cc: BR, imp: 2, tier: 4, checks: [http] }
3105 + - { id: isp-br-sercomtel, name: "Sercomtel", host: www.sercomtel.com.br, cat: infrastructure, provider: sercomtel, cc: BR, imp: 2, tier: 4, checks: [http] }
3106 + - { id: isp-br-cabo, name: "Cabo Telecom", host: www.cabotelecom.com.br, cat: infrastructure, provider: cabo-telecom, cc: BR, imp: 2, tier: 4, checks: [http] }
3107 + - { id: isp-br-sumicity, name: "Sumicity", host: www.sumicity.com.br, cat: infrastructure, provider: sumicity, cc: BR, imp: 2, tier: 4, checks: [http] }
3108 + - { id: isp-br-embratel, name: "Embratel", host: www.embratel.com.br, cat: infrastructure, provider: embratel, cc: BR, imp: 3, tier: 3, checks: [http] }
3109 + - { id: isp-br-vtal, name: "V.tal", host: www.vtal.com, cat: infrastructure, provider: v-tal, cc: BR, imp: 3, tier: 3, checks: [http] }
3110 + - { id: isp-br-surf, name: "Surf Telecom", host: www.surftelecom.com.br, cat: infrastructure, provider: surf-telecom, cc: BR, imp: 2, tier: 4, checks: [http] }
3111 + - { id: isp-br-blink, name: "Blink Telecom", host: www.blinktelecom.com.br, cat: infrastructure, provider: blink-telecom, cc: BR, imp: 2, tier: 4, checks: [http] }
3112 + - { id: isp-mx-att, name: "AT&T México", host: www.att.com.mx, cat: infrastructure, provider: at-t-m-xico, cc: MX, imp: 4, tier: 3, checks: [http] }
3113 + - { id: isp-mx-movistar, name: "Movistar México", host: www.movistar.com.mx, cat: infrastructure, provider: movistar-m-xico, cc: MX, imp: 3, tier: 3, checks: [http] }
3114 + - { id: isp-mx-izzi, name: "izzi", host: www.izzi.mx, cat: infrastructure, provider: izzi, cc: MX, imp: 4, tier: 3, checks: [http] }
3115 + - { id: isp-mx-totalplay, name: "Totalplay", host: www.totalplay.com.mx, cat: infrastructure, provider: totalplay, cc: MX, imp: 4, tier: 3, checks: [http] }
3116 + - { id: isp-mx-megacable, name: "Megacable", host: www.megacable.com.mx, cat: infrastructure, provider: megacable, cc: MX, imp: 4, tier: 3, checks: [http] }
3117 + - { id: isp-mx-axtel, name: "Axtel", host: www.axtel.mx, cat: infrastructure, provider: axtel, cc: MX, imp: 3, tier: 3, checks: [http] }
3118 + - { id: isp-mx-altan, name: "Altán Redes", host: www.altanredes.com, cat: infrastructure, provider: alt-n-redes, cc: MX, imp: 3, tier: 3, checks: [http] }
3119 + - { id: isp-mx-bait, name: "Bait", host: bait.com.mx, cat: infrastructure, provider: bait, cc: MX, imp: 2, tier: 4, checks: [http] }
3120 + - { id: isp-mx-telnor, name: "Telnor", host: www.telnor.com, cat: infrastructure, provider: telnor, cc: MX, imp: 2, tier: 4, checks: [http] }
3121 + - { id: isp-mx-unefon, name: "Unefon", host: www.unefon.com.mx, cat: infrastructure, provider: unefon, cc: MX, imp: 2, tier: 4, checks: [http] }
3122 + - { id: isp-mx-virgin-mobile, name: "Virgin Mobile México", host: www.virginmobile.mx, cat: infrastructure, provider: virgin-mobile-m-xico, cc: MX, imp: 2, tier: 4, checks: [http] }
3123 + - { id: isp-mx-transtelco, name: "Transtelco", host: www.transtelco.net, cat: infrastructure, provider: transtelco, cc: MX, imp: 2, tier: 4, checks: [http] }
3124 + - { id: isp-mx-marcatel, name: "Marcatel", host: www.marcatel.com, cat: infrastructure, provider: marcatel, cc: MX, imp: 2, tier: 4, checks: [http] }
3125 + - { id: isp-ar-personal, name: "Personal", host: www.personal.com.ar, cat: infrastructure, provider: personal, cc: AR, imp: 4, tier: 3, checks: [http] }
3126 + - { id: isp-ar-claro, name: "Claro Argentina", host: www.claro.com.ar, cat: infrastructure, provider: claro-argentina, cc: AR, imp: 4, tier: 3, checks: [http] }
3127 + - { id: isp-ar-telecom, name: "Telecom Argentina", host: institucional.telecom.com.ar, cat: infrastructure, provider: telecom-argentina, cc: AR, imp: 3, tier: 3, checks: [http] }
3128 + - { id: isp-ar-telecentro, name: "Telecentro", host: telecentro.com.ar, cat: infrastructure, provider: telecentro, cc: AR, imp: 3, tier: 3, checks: [http] }
3129 + - { id: isp-ar-iplan, name: "IPLAN", host: www.iplan.com.ar, cat: infrastructure, provider: iplan, cc: AR, imp: 2, tier: 4, checks: [http] }
3130 + - { id: isp-ar-express, name: "Express", host: www.express.com.ar, cat: infrastructure, provider: express, cc: AR, imp: 2, tier: 4, checks: [http] }
3131 + - { id: isp-ar-arsat, name: "ARSAT", host: www.arsat.com.ar, cat: infrastructure, provider: arsat, cc: AR, imp: 3, tier: 3, checks: [http] }
3132 + - { id: isp-ar-tuenti, name: "Tuenti AR", host: www.tuenti.com.ar, cat: infrastructure, provider: tuenti-ar, cc: AR, imp: 2, tier: 4, checks: [http] }
3133 + - { id: isp-ar-silica, name: "Silica Networks", host: www.silicanetworks.com, cat: infrastructure, provider: silica-networks, cc: AR, imp: 2, tier: 4, checks: [http] }
3134 + - { id: isp-ar-antina, name: "Antina", host: antina.com.ar, cat: infrastructure, provider: antina, cc: AR, imp: 2, tier: 4, checks: [http] }
3135 + - { id: isp-cl-movistar, name: "Movistar Chile", host: www.movistar.cl, cat: infrastructure, provider: movistar-chile, cc: CL, imp: 4, tier: 3, checks: [http] }
3136 + - { id: isp-cl-claro, name: "Claro Chile", host: www.clarochile.cl, cat: infrastructure, provider: claro-chile, cc: CL, imp: 4, tier: 3, checks: [http] }
3137 + - { id: isp-cl-wom, name: "WOM Chile", host: www.wom.cl, cat: infrastructure, provider: wom-chile, cc: CL, imp: 4, tier: 3, checks: [http] }
3138 + - { id: isp-cl-vtr, name: "VTR", host: vtr.com, cat: infrastructure, provider: vtr, cc: CL, imp: 3, tier: 3, checks: [http] }
3139 + - { id: isp-cl-gtd, name: "GTD", host: www.gtd.cl, cat: infrastructure, provider: gtd, cc: CL, imp: 3, tier: 3, checks: [http] }
3140 + - { id: isp-cl-mundo, name: "Mundo", host: www.mundo.cl, cat: infrastructure, provider: mundo, cc: CL, imp: 3, tier: 3, checks: [http] }
3141 + - { id: isp-cl-virgin-mobile, name: "Virgin Mobile Chile", host: www.virginmobile.cl, cat: infrastructure, provider: virgin-mobile-chile, cc: CL, imp: 2, tier: 4, checks: [http] }
3142 + - { id: isp-co-movistar, name: "Movistar Colombia", host: www.movistar.co, cat: infrastructure, provider: movistar-colombia, cc: CO, imp: 4, tier: 3, checks: [http] }
3143 + - { id: isp-co-tigo, name: "Tigo Colombia", host: www.tigo.com.co, cat: infrastructure, provider: tigo-colombia, cc: CO, imp: 4, tier: 3, checks: [http] }
3144 + - { id: isp-co-etb, name: "ETB", host: etb.com, cat: infrastructure, provider: etb, cc: CO, imp: 3, tier: 3, checks: [http] }
3145 + - { id: isp-co-emcali, name: "Emcali", host: www.emcali.com.co, cat: infrastructure, provider: emcali, cc: CO, imp: 2, tier: 4, checks: [http] }
3146 + - { id: isp-co-virgin-mobile, name: "Virgin Mobile Colombia", host: www.virginmobile.co, cat: infrastructure, provider: virgin-mobile-colombia, cc: CO, imp: 2, tier: 4, checks: [http] }
3147 + - { id: isp-co-internexa, name: "InterNexa", host: www.internexa.com, cat: infrastructure, provider: internexa, cc: CO, imp: 2, tier: 4, checks: [http] }
3148 + - { id: isp-co-azteca, name: "Azteca Comunicaciones", host: aztecacomunicaciones.com, cat: infrastructure, provider: azteca-comunicaciones, cc: CO, imp: 2, tier: 4, checks: [http] }
3149 + - { id: isp-co-ifx, name: "IFX Networks", host: www.ifxnetworks.com, cat: infrastructure, provider: ifx-networks, cc: CO, imp: 2, tier: 4, checks: [http] }
3150 + - { id: isp-pe-movistar, name: "Movistar Perú", host: www.movistar.com.pe, cat: infrastructure, provider: movistar-per, cc: PE, imp: 4, tier: 3, checks: [http] }
3151 + - { id: isp-pe-claro, name: "Claro Perú", host: www.claro.com.pe, cat: infrastructure, provider: claro-per, cc: PE, imp: 4, tier: 3, checks: [http] }
3152 + - { id: isp-pe-entel, name: "Entel Perú", host: www.entel.pe, cat: infrastructure, provider: entel-per, cc: PE, imp: 4, tier: 3, checks: [http] }
3153 + - { id: isp-pe-bitel, name: "Bitel", host: bitel.com.pe, cat: infrastructure, provider: bitel, cc: PE, imp: 3, tier: 3, checks: [http] }
3154 + - { id: isp-pe-win, name: "WIN", host: win.pe, cat: infrastructure, provider: win, cc: PE, imp: 2, tier: 4, checks: [http] }
3155 + - { id: isp-pe-fiberlux, name: "Fiberlux", host: fiberlux.pe, cat: infrastructure, provider: fiberlux, cc: PE, imp: 2, tier: 4, checks: [http] }
3156 + - { id: isp-pe-gtd, name: "Gtd Perú", host: www.gtdperu.com, cat: infrastructure, provider: gtd-per, cc: PE, imp: 2, tier: 4, checks: [http] }
3157 + - { id: isp-ro-digi, name: "DIGI Romania", host: www.digi.ro, cat: infrastructure, provider: digi-romania, cc: RO, imp: 4, tier: 3, checks: [http] }
3158 + - { id: isp-ro-orange, name: "Orange România", host: www.orange.ro, cat: infrastructure, provider: orange-rom-nia, cc: RO, imp: 4, tier: 3, checks: [http] }
3159 + - { id: isp-ro-vodafone, name: "Vodafone România", host: www.vodafone.ro, cat: infrastructure, provider: vodafone-rom-nia, cc: RO, imp: 4, tier: 3, checks: [http] }
3160 + - { id: isp-ro-telekom, name: "Telekom Romania", host: www.telekom.ro, cat: infrastructure, provider: telekom-romania, cc: RO, imp: 3, tier: 3, checks: [http] }
3161 + - { id: isp-hu-telekom, name: "Magyar Telekom", host: www.telekom.hu, cat: infrastructure, provider: magyar-telekom, cc: HU, imp: 4, tier: 3, checks: [http] }
3162 + - { id: isp-hu-yettel, name: "Yettel Hungary", host: www.yettel.hu, cat: infrastructure, provider: yettel-hungary, cc: HU, imp: 4, tier: 3, checks: [http] }
3163 + - { id: isp-hu-one, name: "One Hungary (ex-Vodafone)", host: www.one.hu, cat: infrastructure, provider: one-hungary, cc: HU, imp: 3, tier: 3, checks: [http] }
3164 + - { id: isp-hu-digi, name: "DIGI Hungary", host: digi.hu, cat: infrastructure, provider: digi-hungary, cc: HU, imp: 3, tier: 3, checks: [http] }
3165 + - { id: isp-hu-4ig, name: "4iG", host: www.4ig.hu, cat: infrastructure, provider: 4ig, cc: HU, imp: 2, tier: 4, checks: [http] }
3166 + - { id: isp-hu-invitech, name: "Invitech", host: www.invitech.hu, cat: infrastructure, provider: invitech, cc: HU, imp: 2, tier: 4, checks: [http] }
3167 + - { id: isp-bg-a1, name: "A1 Bulgaria", host: www.a1.bg, cat: infrastructure, provider: a1-bulgaria, cc: BG, imp: 4, tier: 3, checks: [http] }
3168 + - { id: isp-bg-vivacom, name: "Vivacom", host: www.vivacom.bg, cat: infrastructure, provider: vivacom, cc: BG, imp: 4, tier: 3, checks: [http] }
3169 + - { id: isp-bg-yettel, name: "Yettel Bulgaria", host: www.yettel.bg, cat: infrastructure, provider: yettel-bulgaria, cc: BG, imp: 4, tier: 3, checks: [http] }
3170 + - { id: isp-bg-bulsatcom, name: "Bulsatcom", host: www.bulsatcom.bg, cat: infrastructure, provider: bulsatcom, cc: BG, imp: 2, tier: 4, checks: [http] }
3171 + - { id: isp-bg-neterra, name: "Neterra", host: neterra.net, cat: infrastructure, provider: neterra, cc: BG, imp: 2, tier: 4, checks: [http] }
3172 + - { id: isp-hr-ht, name: "Hrvatski Telekom", host: www.hrvatskitelekom.hr, cat: infrastructure, provider: hrvatski-telekom, cc: HR, imp: 4, tier: 3, checks: [http] }
3173 + - { id: isp-hr-a1, name: "A1 Hrvatska", host: www.a1.hr, cat: infrastructure, provider: a1-hrvatska, cc: HR, imp: 4, tier: 3, checks: [http] }
3174 + - { id: isp-hr-telemach, name: "Telemach Hrvatska", host: telemach.hr, cat: infrastructure, provider: telemach-hrvatska, cc: HR, imp: 3, tier: 3, checks: [http] }
3175 + - { id: isp-hr-iskon, name: "Iskon", host: www.iskon.hr, cat: infrastructure, provider: iskon, cc: HR, imp: 2, tier: 4, checks: [http] }
3176 + - { id: isp-rs-mts, name: "mts (Telekom Srbija)", host: mts.rs, cat: infrastructure, provider: mts, cc: RS, imp: 4, tier: 3, checks: [http] }
3177 + - { id: isp-rs-yettel, name: "Yettel Serbia", host: www.yettel.rs, cat: infrastructure, provider: yettel-serbia, cc: RS, imp: 4, tier: 3, checks: [http] }
3178 + - { id: isp-rs-a1, name: "A1 Srbija", host: a1.rs, cat: infrastructure, provider: a1-srbija, cc: RS, imp: 3, tier: 3, checks: [http] }
3179 + - { id: isp-rs-sbb, name: "SBB", host: sbb.rs, cat: infrastructure, provider: sbb, cc: RS, imp: 3, tier: 3, checks: [http] }
3180 + - { id: isp-rs-orion, name: "Orion Telekom", host: oriontelekom.rs, cat: infrastructure, provider: orion-telekom, cc: RS, imp: 2, tier: 4, checks: [http] }
3181 + - { id: isp-sk-telekom, name: "Slovak Telekom", host: www.telekom.sk, cat: infrastructure, provider: slovak-telekom, cc: SK, imp: 4, tier: 3, checks: [http] }
3182 + - { id: isp-sk-orange, name: "Orange Slovensko", host: www.orange.sk, cat: infrastructure, provider: orange-slovensko, cc: SK, imp: 4, tier: 3, checks: [http] }
3183 + - { id: isp-sk-o2, name: "O2 Slovakia", host: www.o2.sk, cat: infrastructure, provider: o2-slovakia, cc: SK, imp: 3, tier: 3, checks: [http] }
3184 + - { id: isp-sk-4ka, name: "4ka", host: www.4ka.sk, cat: infrastructure, provider: 4ka, cc: SK, imp: 2, tier: 4, checks: [http] }
3185 + - { id: isp-sk-slovanet, name: "Slovanet", host: www.slovanet.sk, cat: infrastructure, provider: slovanet, cc: SK, imp: 2, tier: 4, checks: [http] }
3186 + - { id: isp-sk-antik, name: "ANTIK Telecom", host: www.antik.sk, cat: infrastructure, provider: antik-telecom, cc: SK, imp: 2, tier: 4, checks: [http] }
3187 + - { id: isp-si-telekom, name: "Telekom Slovenije", host: www.telekom.si, cat: infrastructure, provider: telekom-slovenije, cc: SI, imp: 4, tier: 3, checks: [http] }
3188 + - { id: isp-si-a1, name: "A1 Slovenija", host: www.a1.si, cat: infrastructure, provider: a1-slovenija, cc: SI, imp: 4, tier: 3, checks: [http] }
3189 + - { id: isp-si-telemach, name: "Telemach Slovenija", host: telemach.si, cat: infrastructure, provider: telemach-slovenija, cc: SI, imp: 3, tier: 3, checks: [http] }
3190 + - { id: isp-si-t-2, name: "T-2", host: www.t-2.net, cat: infrastructure, provider: t-2, cc: SI, imp: 2, tier: 4, checks: [http] }
3191 + - { id: isp-ua-vodafone, name: "Vodafone Ukraine", host: www.vodafone.ua, cat: infrastructure, provider: vodafone-ukraine, cc: UA, imp: 4, tier: 3, checks: [http] }
3192 + - { id: isp-ua-lifecell, name: "lifecell", host: www.lifecell.ua, cat: infrastructure, provider: lifecell, cc: UA, imp: 4, tier: 3, checks: [http] }
3193 + - { id: isp-ua-ukrtelecom, name: "Ukrtelecom", host: ukrtelecom.ua, cat: infrastructure, provider: ukrtelecom, cc: UA, imp: 4, tier: 3, checks: [http] }
3194 + - { id: isp-ua-volia, name: "Volia", host: volia.com, cat: infrastructure, provider: volia, cc: UA, imp: 2, tier: 4, checks: [http] }
3195 + - { id: isp-ua-lanet, name: "Lanet", host: www.lanet.ua, cat: infrastructure, provider: lanet, cc: UA, imp: 2, tier: 4, checks: [http] }
3196 + - { id: isp-ua-datagroup, name: "Datagroup", host: www.datagroup.ua, cat: infrastructure, provider: datagroup, cc: UA, imp: 2, tier: 4, checks: [http] }
3197 + - { id: isp-ru-mts, name: "MTS", host: mts.ru, cat: infrastructure, provider: mts, cc: RU, imp: 4, tier: 3, checks: [http] }
3198 + - { id: isp-ru-beeline, name: "Beeline", host: beeline.ru, cat: infrastructure, provider: beeline, cc: RU, imp: 4, tier: 3, checks: [http] }
3199 + - { id: isp-ru-megafon, name: "MegaFon", host: megafon.ru, cat: infrastructure, provider: megafon, cc: RU, imp: 4, tier: 3, checks: [http] }
3200 + - { id: isp-ru-domru, name: "Dom.ru (ER-Telecom)", host: dom.ru, cat: infrastructure, provider: dom-ru, cc: RU, imp: 3, tier: 3, checks: [http] }
3201 + - { id: isp-ru-yota, name: "Yota", host: www.yota.ru, cat: infrastructure, provider: yota, cc: RU, imp: 2, tier: 4, checks: [http] }
3202 + - { id: isp-by-a1, name: "A1 Belarus", host: www.a1.by, cat: infrastructure, provider: a1-belarus, cc: BY, imp: 4, tier: 3, checks: [http] }
3203 + - { id: isp-by-mts, name: "MTS Belarus", host: www.mts.by, cat: infrastructure, provider: mts-belarus, cc: BY, imp: 4, tier: 3, checks: [http] }
3204 + - { id: isp-by-life, name: "life:) Belarus", host: life.com.by, cat: infrastructure, provider: life-belarus, cc: BY, imp: 3, tier: 3, checks: [http] }
3205 + - { id: isp-by-beltelecom, name: "Beltelecom", host: beltelecom.by, cat: infrastructure, provider: beltelecom, cc: BY, imp: 4, tier: 3, checks: [http] }
3206 + - { id: isp-kz-kazakhtelecom, name: "Kazakhtelecom", host: telecom.kz, cat: infrastructure, provider: kazakhtelecom, cc: KZ, imp: 4, tier: 3, checks: [http] }
3207 + - { id: isp-kz-beeline, name: "Beeline Kazakhstan", host: beeline.kz, cat: infrastructure, provider: beeline-kazakhstan, cc: KZ, imp: 4, tier: 3, checks: [http] }
3208 + - { id: isp-kz-kcell, name: "Kcell", host: www.kcell.kz, cat: infrastructure, provider: kcell, cc: KZ, imp: 4, tier: 3, checks: [http] }
3209 + - { id: isp-kz-tele2, name: "Tele2 Kazakhstan", host: tele2.kz, cat: infrastructure, provider: tele2-kazakhstan, cc: KZ, imp: 3, tier: 3, checks: [http] }
3210 + - { id: isp-ge-magti, name: "Magticom", host: www.magticom.ge, cat: infrastructure, provider: magticom, cc: GE, imp: 4, tier: 3, checks: [http] }
3211 + - { id: isp-ge-silknet, name: "Silknet", host: silknet.com, cat: infrastructure, provider: silknet, cc: GE, imp: 4, tier: 3, checks: [http] }
3212 + - { id: isp-ge-cellfie, name: "Cellfie", host: cellfie.ge, cat: infrastructure, provider: cellfie, cc: GE, imp: 3, tier: 3, checks: [http] }
3213 + - { id: isp-am-team, name: "Team Telecom Armenia", host: www.telecomarmenia.am, cat: infrastructure, provider: team-telecom-armenia, cc: AM, imp: 4, tier: 3, checks: [http] }
3214 + - { id: isp-am-ucom, name: "Ucom", host: www.ucom.am, cat: infrastructure, provider: ucom, cc: AM, imp: 4, tier: 3, checks: [http] }
3215 + - { id: isp-am-viva-mts, name: "Viva-MTS", host: www.mts.am, cat: infrastructure, provider: viva-mts, cc: AM, imp: 4, tier: 3, checks: [http] }
3216 + - { id: isp-az-azercell, name: "Azercell", host: www.azercell.com, cat: infrastructure, provider: azercell, cc: AZ, imp: 4, tier: 3, checks: [http] }
3217 + - { id: isp-az-bakcell, name: "Bakcell", host: www.bakcell.com, cat: infrastructure, provider: bakcell, cc: AZ, imp: 4, tier: 3, checks: [http] }
3218 + - { id: isp-az-nar, name: "Nar", host: www.nar.az, cat: infrastructure, provider: nar, cc: AZ, imp: 3, tier: 3, checks: [http] }
3219 + - { id: isp-az-aztelekom, name: "Aztelekom", host: aztelekom.az, cat: infrastructure, provider: aztelekom, cc: AZ, imp: 3, tier: 3, checks: [http] }
3220 + - { id: isp-az-delta-telecom, name: "Delta Telecom", host: www.delta-telecom.net, cat: infrastructure, provider: delta-telecom, cc: AZ, imp: 3, tier: 3, checks: [http] }
3221 + - { id: isp-az-baktelecom, name: "Baktelecom", host: www.baktelecom.az, cat: infrastructure, provider: baktelecom, cc: AZ, imp: 2, tier: 4, checks: [http] }
3222 + - { id: isp-is-siminn, name: "Síminn", host: www.siminn.is, cat: infrastructure, provider: s-minn, cc: IS, imp: 4, tier: 3, checks: [http] }
3223 + - { id: isp-is-vodafone, name: "Vodafone Iceland (Sýn)", host: vodafone.is, cat: infrastructure, provider: vodafone-iceland, cc: IS, imp: 4, tier: 3, checks: [http] }
3224 + - { id: isp-is-nova, name: "Nova", host: www.nova.is, cat: infrastructure, provider: nova, cc: IS, imp: 3, tier: 3, checks: [http] }
3225 + - { id: isp-is-ljosleidarinn, name: "Ljósleiðarinn", host: www.ljosleidarinn.is, cat: infrastructure, provider: lj-slei-arinn, cc: IS, imp: 3, tier: 3, checks: [http] }
3226 + - { id: isp-is-mila, name: "Míla", host: www.mila.is, cat: infrastructure, provider: m-la, cc: IS, imp: 3, tier: 3, checks: [http] }
3227 + - { id: isp-is-hringdu, name: "Hringdu", host: www.hringdu.is, cat: infrastructure, provider: hringdu, cc: IS, imp: 2, tier: 4, checks: [http] }
3228 + - { id: isp-lu-post, name: "POST Luxembourg", host: www.post.lu, cat: infrastructure, provider: post-luxembourg, cc: LU, imp: 4, tier: 3, checks: [http] }
3229 + - { id: isp-lu-orange, name: "Orange Luxembourg", host: www.orange.lu, cat: infrastructure, provider: orange-luxembourg, cc: LU, imp: 3, tier: 3, checks: [http] }
3230 + - { id: isp-lu-tango, name: "Tango", host: www.tango.lu, cat: infrastructure, provider: tango, cc: LU, imp: 3, tier: 3, checks: [http] }
3231 + - { id: isp-lu-luxembourg-online, name: "Luxembourg Online", host: www.internet.lu, cat: infrastructure, provider: luxembourg-online, cc: LU, imp: 2, tier: 4, checks: [http] }
3232 + - { id: isp-lu-eltrona, name: "Eltrona", host: www.eltrona.lu, cat: infrastructure, provider: eltrona, cc: LU, imp: 2, tier: 4, checks: [http] }
3233 + - { id: isp-mt-go, name: "GO", host: www.go.com.mt, cat: infrastructure, provider: go, cc: MT, imp: 4, tier: 3, checks: [http] }
3234 + - { id: isp-mt-melita, name: "Melita", host: www.melita.com, cat: infrastructure, provider: melita, cc: MT, imp: 4, tier: 3, checks: [http] }
3235 + - { id: isp-mt-epic, name: "Epic Malta", host: www.epic.com.mt, cat: infrastructure, provider: epic-malta, cc: MT, imp: 3, tier: 3, checks: [http] }
3236 + - { id: isp-lt-telia, name: "Telia Lietuva", host: www.telia.lt, cat: infrastructure, provider: telia-lietuva, cc: LT, imp: 4, tier: 3, checks: [http] }
3237 + - { id: isp-lt-tele2, name: "Tele2 Lietuva", host: tele2.lt, cat: infrastructure, provider: tele2-lietuva, cc: LT, imp: 4, tier: 3, checks: [http] }
3238 + - { id: isp-lt-bite, name: "Bitė", host: www.bite.lt, cat: infrastructure, provider: bit, cc: LT, imp: 4, tier: 3, checks: [http] }
3239 + - { id: isp-lt-cgates, name: "Cgates", host: www.cgates.lt, cat: infrastructure, provider: cgates, cc: LT, imp: 2, tier: 4, checks: [http] }
3240 + - { id: isp-lt-init, name: "Init", host: www.init.lt, cat: infrastructure, provider: init, cc: LT, imp: 2, tier: 4, checks: [http] }
3241 + - { id: isp-lt-balticum, name: "Balticum", host: www.balticum.lt, cat: infrastructure, provider: balticum, cc: LT, imp: 2, tier: 4, checks: [http] }
3242 + - { id: isp-lv-lmt, name: "LMT", host: www.lmt.lv, cat: infrastructure, provider: lmt, cc: LV, imp: 4, tier: 3, checks: [http] }
3243 + - { id: isp-lv-tet, name: "Tet", host: www.tet.lv, cat: infrastructure, provider: tet, cc: LV, imp: 4, tier: 3, checks: [http] }
3244 + - { id: isp-lv-tele2, name: "Tele2 Latvija", host: www.tele2.lv, cat: infrastructure, provider: tele2-latvija, cc: LV, imp: 4, tier: 3, checks: [http] }
3245 + - { id: isp-lv-bite, name: "Bite Latvija", host: www.bite.lv, cat: infrastructure, provider: bite-latvija, cc: LV, imp: 3, tier: 3, checks: [http] }
3246 + - { id: isp-lv-baltcom, name: "Baltcom", host: www.baltcom.lv, cat: infrastructure, provider: baltcom, cc: LV, imp: 2, tier: 4, checks: [http] }
3247 + - { id: isp-ee-telia, name: "Telia Eesti", host: www.telia.ee, cat: infrastructure, provider: telia-eesti, cc: EE, imp: 4, tier: 3, checks: [http] }
3248 + - { id: isp-ee-elisa, name: "Elisa Eesti", host: www.elisa.ee, cat: infrastructure, provider: elisa-eesti, cc: EE, imp: 4, tier: 3, checks: [http] }
3249 + - { id: isp-ee-tele2, name: "Tele2 Eesti", host: tele2.ee, cat: infrastructure, provider: tele2-eesti, cc: EE, imp: 4, tier: 3, checks: [http] }
3250 + - { id: isp-ee-stv, name: "STV", host: www.stv.ee, cat: infrastructure, provider: stv, cc: EE, imp: 2, tier: 4, checks: [http] }
3251 + - { id: isp-qa-ooredoo, name: "Ooredoo Qatar", host: www.ooredoo.qa, cat: infrastructure, provider: ooredoo-qatar, cc: QA, imp: 4, tier: 3, checks: [http] }
3252 + - { id: isp-qa-vodafone, name: "Vodafone Qatar", host: www.vodafone.qa, cat: infrastructure, provider: vodafone-qatar, cc: QA, imp: 4, tier: 3, checks: [http] }
3253 + - { id: isp-kw-zain, name: "Zain Kuwait", host: www.kw.zain.com, cat: infrastructure, provider: zain-kuwait, cc: KW, imp: 4, tier: 3, checks: [http] }
3254 + - { id: isp-kw-ooredoo, name: "Ooredoo Kuwait", host: www.ooredoo.com.kw, cat: infrastructure, provider: ooredoo-kuwait, cc: KW, imp: 4, tier: 3, checks: [http] }
3255 + - { id: isp-kw-stc, name: "stc Kuwait", host: www.stc.com.kw, cat: infrastructure, provider: stc-kuwait, cc: KW, imp: 4, tier: 3, checks: [http] }
3256 + - { id: isp-kw-zajil, name: "Zajil", host: www.zajil.com, cat: infrastructure, provider: zajil, cc: KW, imp: 2, tier: 4, checks: [http] }
3257 + - { id: isp-bh-batelco, name: "Batelco (Beyon)", host: www.batelco.com, cat: infrastructure, provider: batelco, cc: BH, imp: 4, tier: 3, checks: [http] }
3258 + - { id: isp-bh-zain, name: "Zain Bahrain", host: www.bh.zain.com, cat: infrastructure, provider: zain-bahrain, cc: BH, imp: 4, tier: 3, checks: [http] }
3259 + - { id: isp-bh-stc, name: "stc Bahrain", host: www.stc.com.bh, cat: infrastructure, provider: stc-bahrain, cc: BH, imp: 4, tier: 3, checks: [http] }
3260 + - { id: isp-om-omantel, name: "Omantel", host: www.omantel.om, cat: infrastructure, provider: omantel, cc: OM, imp: 4, tier: 3, checks: [http] }
3261 + - { id: isp-om-ooredoo, name: "Ooredoo Oman", host: www.ooredoo.om, cat: infrastructure, provider: ooredoo-oman, cc: OM, imp: 4, tier: 3, checks: [http] }
3262 + - { id: isp-om-vodafone, name: "Vodafone Oman", host: www.vodafone.om, cat: infrastructure, provider: vodafone-oman, cc: OM, imp: 3, tier: 3, checks: [http] }
3263 + - { id: isp-om-awasr, name: "Awasr", host: awasr.om, cat: infrastructure, provider: awasr, cc: OM, imp: 2, tier: 4, checks: [http] }
3264 + - { id: isp-jo-zain, name: "Zain Jordan", host: www.jo.zain.com, cat: infrastructure, provider: zain-jordan, cc: JO, imp: 4, tier: 3, checks: [http] }
3265 + - { id: isp-jo-orange, name: "Orange Jordan", host: www.orange.jo, cat: infrastructure, provider: orange-jordan, cc: JO, imp: 4, tier: 3, checks: [http] }
3266 + - { id: isp-jo-umniah, name: "Umniah", host: www.umniah.com, cat: infrastructure, provider: umniah, cc: JO, imp: 4, tier: 3, checks: [http] }
3267 + - { id: isp-lb-alfa, name: "Alfa", host: www.alfa.com.lb, cat: infrastructure, provider: alfa, cc: LB, imp: 4, tier: 3, checks: [http] }
3268 + - { id: isp-lb-touch, name: "touch", host: www.touch.com.lb, cat: infrastructure, provider: touch, cc: LB, imp: 4, tier: 3, checks: [http] }
3269 + - { id: isp-lb-ogero, name: "Ogero", host: www.ogero.gov.lb, cat: infrastructure, provider: ogero, cc: LB, imp: 4, tier: 3, checks: [http] }
3270 + - { id: isp-lb-idm, name: "IDM", host: www.idm.net.lb, cat: infrastructure, provider: idm, cc: LB, imp: 2, tier: 4, checks: [http] }
3271 + - { id: isp-lb-sodetel, name: "Sodetel", host: www.sodetel.net.lb, cat: infrastructure, provider: sodetel, cc: LB, imp: 2, tier: 4, checks: [http] }
3272 + - { id: isp-lb-cyberia, name: "Cyberia", host: www.cyberia.net.lb, cat: infrastructure, provider: cyberia, cc: LB, imp: 2, tier: 4, checks: [http] }
3273 + - { id: isp-iq-zain, name: "Zain Iraq", host: www.iq.zain.com, cat: infrastructure, provider: zain-iraq, cc: IQ, imp: 4, tier: 3, checks: [http] }
3274 + - { id: isp-iq-asiacell, name: "Asiacell", host: www.asiacell.com, cat: infrastructure, provider: asiacell, cc: IQ, imp: 4, tier: 3, checks: [http] }
3275 + - { id: isp-iq-korek, name: "Korek Telecom", host: www.korektel.com, cat: infrastructure, provider: korek-telecom, cc: IQ, imp: 4, tier: 3, checks: [http] }
3276 + - { id: isp-iq-earthlink, name: "Earthlink Iraq", host: earthlink.iq, cat: infrastructure, provider: earthlink-iraq, cc: IQ, imp: 3, tier: 3, checks: [http] }
3277 + - { id: isp-iq-newroz, name: "Newroz Telecom", host: www.newroztelecom.com, cat: infrastructure, provider: newroz-telecom, cc: IQ, imp: 2, tier: 4, checks: [http] }
3278 + - { id: isp-iq-halasat, name: "Halasat", host: halasat.com, cat: infrastructure, provider: halasat, cc: IQ, imp: 2, tier: 4, checks: [http] }
3279 + - { id: isp-iq-scopesky, name: "ScopeSky", host: www.scopesky.iq, cat: infrastructure, provider: scopesky, cc: IQ, imp: 2, tier: 4, checks: [http] }
3280 + - { id: isp-ir-irancell, name: "MTN Irancell", host: irancell.ir, cat: infrastructure, provider: mtn-irancell, cc: IR, imp: 4, tier: 3, checks: [http] }
3281 + - { id: isp-ir-shatel, name: "Shatel", host: www.shatel.ir, cat: infrastructure, provider: shatel, cc: IR, imp: 3, tier: 3, checks: [http] }
3282 + - { id: isp-ir-parsonline, name: "ParsOnline", host: www.parsonline.com, cat: infrastructure, provider: parsonline, cc: IR, imp: 2, tier: 4, checks: [http] }
3283 + - { id: isp-ir-mobinnet, name: "MobinNet", host: www.mobinnet.ir, cat: infrastructure, provider: mobinnet, cc: IR, imp: 2, tier: 4, checks: [http] }
3284 + - { id: isp-ir-hiweb, name: "HiWEB", host: www.hiweb.ir, cat: infrastructure, provider: hiweb, cc: IR, imp: 2, tier: 4, checks: [http] }
3285 + - { id: isp-ir-pishgaman, name: "Pishgaman", host: www.pishgaman.net, cat: infrastructure, provider: pishgaman, cc: IR, imp: 2, tier: 4, checks: [http] }
3286 + - { id: isp-gh-mtn, name: "MTN Ghana", host: mtn.com.gh, cat: infrastructure, provider: mtn-ghana, cc: GH, imp: 4, tier: 3, checks: [http] }
3287 + - { id: isp-gh-telecel, name: "Telecel Ghana", host: telecel.com.gh, cat: infrastructure, provider: telecel-ghana, cc: GH, imp: 4, tier: 3, checks: [http] }
3288 + - { id: isp-tz-vodacom, name: "Vodacom Tanzania", host: vodacom.co.tz, cat: infrastructure, provider: vodacom-tanzania, cc: TZ, imp: 4, tier: 3, checks: [http] }
3289 + - { id: isp-tz-airtel, name: "Airtel Tanzania", host: www.airtel.co.tz, cat: infrastructure, provider: airtel-tanzania, cc: TZ, imp: 4, tier: 3, checks: [http] }
3290 + - { id: isp-tz-yas, name: "Yas (ex-Tigo)", host: yas.co.tz, cat: infrastructure, provider: yas, cc: TZ, imp: 3, tier: 3, checks: [http] }
3291 + - { id: isp-tz-halotel, name: "Halotel", host: halotel.co.tz, cat: infrastructure, provider: halotel, cc: TZ, imp: 3, tier: 3, checks: [http] }
3292 + - { id: isp-tz-ttcl, name: "TTCL", host: www.ttcl.co.tz, cat: infrastructure, provider: ttcl, cc: TZ, imp: 3, tier: 3, checks: [http] }
3293 + - { id: isp-ug-mtn, name: "MTN Uganda", host: www.mtn.co.ug, cat: infrastructure, provider: mtn-uganda, cc: UG, imp: 4, tier: 3, checks: [http] }
3294 + - { id: isp-ug-airtel, name: "Airtel Uganda", host: www.airtel.co.ug, cat: infrastructure, provider: airtel-uganda, cc: UG, imp: 4, tier: 3, checks: [http] }
3295 + - { id: isp-ug-utl, name: "Uganda Telecom", host: utl.co.ug, cat: infrastructure, provider: uganda-telecom, cc: UG, imp: 2, tier: 4, checks: [http] }
3296 + - { id: isp-ug-roke, name: "Roke Telkom", host: www.roketelkom.co.ug, cat: infrastructure, provider: roke-telkom, cc: UG, imp: 2, tier: 4, checks: [http] }
3297 + - { id: isp-rw-mtn, name: "MTN Rwanda", host: www.mtn.co.rw, cat: infrastructure, provider: mtn-rwanda, cc: RW, imp: 4, tier: 3, checks: [http] }
3298 + - { id: isp-rw-airtel, name: "Airtel Rwanda", host: www.airtel.co.rw, cat: infrastructure, provider: airtel-rwanda, cc: RW, imp: 4, tier: 3, checks: [http] }
3299 + - { id: isp-rw-ktrn, name: "KTRN", host: www.ktrn.rw, cat: infrastructure, provider: ktrn, cc: RW, imp: 2, tier: 4, checks: [http] }
3300 + - { id: isp-et-ethio-telecom, name: "Ethio telecom", host: www.ethiotelecom.et, cat: infrastructure, provider: ethio-telecom, cc: ET, imp: 4, tier: 3, checks: [http] }
3301 + - { id: isp-zm-mtn, name: "MTN Zambia", host: www.mtn.zm, cat: infrastructure, provider: mtn-zambia, cc: ZM, imp: 4, tier: 3, checks: [http] }
3302 + - { id: isp-zm-airtel, name: "Airtel Zambia", host: www.airtel.co.zm, cat: infrastructure, provider: airtel-zambia, cc: ZM, imp: 4, tier: 3, checks: [http] }
3303 + - { id: isp-zm-zamtel, name: "Zamtel", host: www.zamtel.zm, cat: infrastructure, provider: zamtel, cc: ZM, imp: 3, tier: 3, checks: [http] }
3304 + - { id: isp-zw-econet, name: "Econet Wireless", host: www.econet.co.zw, cat: infrastructure, provider: econet-wireless, cc: ZW, imp: 4, tier: 3, checks: [http] }
3305 + - { id: isp-zw-netone, name: "NetOne", host: www.netone.co.zw, cat: infrastructure, provider: netone, cc: ZW, imp: 3, tier: 3, checks: [http] }
3306 + - { id: isp-zw-telone, name: "TelOne", host: www.telone.co.zw, cat: infrastructure, provider: telone, cc: ZW, imp: 3, tier: 3, checks: [http] }
3307 + - { id: isp-zw-telecel, name: "Telecel Zimbabwe", host: www.telecel.co.zw, cat: infrastructure, provider: telecel-zimbabwe, cc: ZW, imp: 2, tier: 4, checks: [http] }
3308 + - { id: isp-mz-vodacom, name: "Vodacom Moçambique", host: www.vm.co.mz, cat: infrastructure, provider: vodacom-mo-ambique, cc: MZ, imp: 4, tier: 3, checks: [http] }
3309 + - { id: isp-mz-tmcel, name: "Tmcel", host: www.tmcel.mz, cat: infrastructure, provider: tmcel, cc: MZ, imp: 3, tier: 3, checks: [http] }
3310 + - { id: isp-mz-movitel, name: "Movitel", host: www.movitel.co.mz, cat: infrastructure, provider: movitel, cc: MZ, imp: 3, tier: 3, checks: [http] }
3311 + - { id: isp-ao-unitel, name: "Unitel", host: www.unitel.ao, cat: infrastructure, provider: unitel, cc: AO, imp: 4, tier: 3, checks: [http] }
3312 + - { id: isp-ao-africell, name: "Africell Angola", host: www.africell.ao, cat: infrastructure, provider: africell-angola, cc: AO, imp: 3, tier: 3, checks: [http] }
3313 + - { id: isp-ci-orange, name: "Orange Côte d'Ivoire", host: www.orange.ci, cat: infrastructure, provider: orange-c-te-d-ivoire, cc: CI, imp: 4, tier: 3, checks: [http] }
3314 + - { id: isp-ci-mtn, name: "MTN Côte d'Ivoire", host: www.mtn.ci, cat: infrastructure, provider: mtn-c-te-d-ivoire, cc: CI, imp: 4, tier: 3, checks: [http] }
3315 + - { id: isp-ci-moov, name: "Moov Africa CI", host: www.moov-africa.ci, cat: infrastructure, provider: moov-africa-ci, cc: CI, imp: 3, tier: 3, checks: [http] }
3316 + - { id: isp-sn-orange, name: "Orange Sénégal (Sonatel)", host: www.orange.sn, cat: infrastructure, provider: orange-s-n-gal, cc: SN, imp: 4, tier: 3, checks: [http] }
3317 + - { id: isp-sn-expresso, name: "Expresso", host: www.expressotelecom.sn, cat: infrastructure, provider: expresso, cc: SN, imp: 2, tier: 4, checks: [http] }
3318 + - { id: isp-sn-sonatel, name: "Sonatel", host: www.sonatel.sn, cat: infrastructure, provider: sonatel, cc: SN, imp: 3, tier: 3, checks: [http] }
3319 + - { id: isp-cm-orange, name: "Orange Cameroun", host: www.orange.cm, cat: infrastructure, provider: orange-cameroun, cc: CM, imp: 4, tier: 3, checks: [http] }
3320 + - { id: isp-cm-camtel, name: "Camtel", host: www.camtel.cm, cat: infrastructure, provider: camtel, cc: CM, imp: 3, tier: 3, checks: [http] }
3321 + - { id: isp-tn-ooredoo, name: "Ooredoo Tunisie", host: www.ooredoo.tn, cat: infrastructure, provider: ooredoo-tunisie, cc: TN, imp: 4, tier: 3, checks: [http] }
3322 + - { id: isp-tn-orange, name: "Orange Tunisie", host: www.orange.tn, cat: infrastructure, provider: orange-tunisie, cc: TN, imp: 4, tier: 3, checks: [http] }
3323 + - { id: isp-tn-globalnet, name: "GlobalNet", host: www.gnet.tn, cat: infrastructure, provider: globalnet, cc: TN, imp: 2, tier: 4, checks: [http] }
3324 + - { id: isp-dz-mobilis, name: "Mobilis", host: www.mobilis.dz, cat: infrastructure, provider: mobilis, cc: DZ, imp: 4, tier: 3, checks: [http] }
3325 + - { id: isp-dz-djezzy, name: "Djezzy", host: www.djezzy.dz, cat: infrastructure, provider: djezzy, cc: DZ, imp: 4, tier: 3, checks: [http] }
3326 + - { id: isp-dz-ooredoo, name: "Ooredoo Algérie", host: www.ooredoo.dz, cat: infrastructure, provider: ooredoo-alg-rie, cc: DZ, imp: 4, tier: 3, checks: [http] }
3327 + - { id: isp-ly-libyana, name: "Libyana", host: www.libyana.ly, cat: infrastructure, provider: libyana, cc: LY, imp: 4, tier: 3, checks: [http] }
3328 + - { id: isp-ly-almadar, name: "Almadar Aljadid", host: www.almadar.ly, cat: infrastructure, provider: almadar-aljadid, cc: LY, imp: 4, tier: 3, checks: [http] }
3329 + - { id: isp-ly-ltt, name: "LTT", host: www.ltt.ly, cat: infrastructure, provider: ltt, cc: LY, imp: 3, tier: 3, checks: [http] }
3330 + - { id: isp-sd-zain, name: "Zain Sudan", host: www.sd.zain.com, cat: infrastructure, provider: zain-sudan, cc: SD, imp: 4, tier: 3, checks: [http] }
3331 + - { id: isp-sd-mtn, name: "MTN Sudan", host: www.mtn.sd, cat: infrastructure, provider: mtn-sudan, cc: SD, imp: 3, tier: 3, checks: [http] }
3332 + - { id: isp-sd-sudani, name: "Sudani (Sudatel)", host: www.sudani.sd, cat: infrastructure, provider: sudani, cc: SD, imp: 3, tier: 3, checks: [http] }
3333 + - { id: isp-sd-canar, name: "Canar", host: www.canar.sd, cat: infrastructure, provider: canar, cc: SD, imp: 2, tier: 4, checks: [http] }
3334 + - { id: isp-np-ntc, name: "Nepal Telecom", host: www.ntc.net.np, cat: infrastructure, provider: nepal-telecom, cc: NP, imp: 4, tier: 3, checks: [http] }
3335 + - { id: isp-np-ncell, name: "Ncell", host: www.ncell.com.np, cat: infrastructure, provider: ncell, cc: NP, imp: 4, tier: 3, checks: [http] }
3336 + - { id: isp-np-worldlink, name: "WorldLink", host: worldlink.com.np, cat: infrastructure, provider: worldlink, cc: NP, imp: 3, tier: 3, checks: [http] }
3337 + - { id: isp-np-vianet, name: "Vianet", host: www.vianet.com.np, cat: infrastructure, provider: vianet, cc: NP, imp: 2, tier: 4, checks: [http] }
3338 + - { id: isp-np-subisu, name: "Subisu", host: www.subisu.net.np, cat: infrastructure, provider: subisu, cc: NP, imp: 2, tier: 4, checks: [http] }
3339 + - { id: isp-np-cgnet, name: "CG Net", host: www.cgnet.com.np, cat: infrastructure, provider: cg-net, cc: NP, imp: 2, tier: 4, checks: [http] }
3340 + - { id: isp-np-classic-tech, name: "Classic Tech", host: www.classic.com.np, cat: infrastructure, provider: classic-tech, cc: NP, imp: 2, tier: 4, checks: [http] }
3341 + - { id: isp-np-dishhome, name: "DishHome", host: www.dishhome.com.np, cat: infrastructure, provider: dishhome, cc: NP, imp: 2, tier: 4, checks: [http] }
3342 + - { id: isp-lk-dialog, name: "Dialog Axiata", host: www.dialog.lk, cat: infrastructure, provider: dialog-axiata, cc: LK, imp: 4, tier: 3, checks: [http] }
3343 + - { id: isp-lk-slt, name: "SLT-Mobitel", host: www.slt.lk, cat: infrastructure, provider: slt-mobitel, cc: LK, imp: 4, tier: 3, checks: [http] }
3344 + - { id: isp-lk-mobitel, name: "Mobitel", host: www.mobitel.lk, cat: infrastructure, provider: mobitel, cc: LK, imp: 3, tier: 3, checks: [http] }
3345 + - { id: isp-lk-hutch, name: "Hutch Sri Lanka", host: www.hutch.lk, cat: infrastructure, provider: hutch-sri-lanka, cc: LK, imp: 3, tier: 3, checks: [http] }
3346 + - { id: isp-mm-mpt, name: "MPT", host: www.mpt.com.mm, cat: infrastructure, provider: mpt, cc: MM, imp: 4, tier: 3, checks: [http] }
3347 + - { id: isp-mm-atom, name: "ATOM (ex-Telenor)", host: www.atom.com.mm, cat: infrastructure, provider: atom, cc: MM, imp: 4, tier: 3, checks: [http] }
3348 + - { id: isp-mm-mytel, name: "Mytel", host: www.mytel.com.mm, cat: infrastructure, provider: mytel, cc: MM, imp: 3, tier: 3, checks: [http] }
3349 + - { id: isp-mm-frontiir, name: "Frontiir (Myanmar Net)", host: www.frontiir.com, cat: infrastructure, provider: frontiir, cc: MM, imp: 2, tier: 4, checks: [http] }
3350 + - { id: isp-kh-smart, name: "Smart Axiata", host: www.smart.com.kh, cat: infrastructure, provider: smart-axiata, cc: KH, imp: 4, tier: 3, checks: [http] }
3351 + - { id: isp-kh-cellcard, name: "Cellcard", host: www.cellcard.com.kh, cat: infrastructure, provider: cellcard, cc: KH, imp: 4, tier: 3, checks: [http] }
3352 + - { id: isp-kh-metfone, name: "Metfone", host: metfone.com.kh, cat: infrastructure, provider: metfone, cc: KH, imp: 4, tier: 3, checks: [http] }
3353 + - { id: isp-kh-sinet, name: "SINET", host: www.sinet.com.kh, cat: infrastructure, provider: sinet, cc: KH, imp: 2, tier: 4, checks: [http] }
3354 + - { id: isp-kh-ezecom, name: "EZECOM", host: www.ezecom.com.kh, cat: infrastructure, provider: ezecom, cc: KH, imp: 2, tier: 4, checks: [http] }
3355 + - { id: isp-la-laotel, name: "Lao Telecom", host: www.laotel.com, cat: infrastructure, provider: lao-telecom, cc: LA, imp: 4, tier: 3, checks: [http] }
3356 + - { id: isp-la-unitel, name: "Unitel Laos", host: www.unitel.com.la, cat: infrastructure, provider: unitel-laos, cc: LA, imp: 4, tier: 3, checks: [http] }
3357 + - { id: isp-la-etl, name: "ETL", host: www.etllao.com, cat: infrastructure, provider: etl, cc: LA, imp: 3, tier: 3, checks: [http] }
3358 + - { id: isp-la-tplus, name: "TPLUS", host: tplus.la, cat: infrastructure, provider: tplus, cc: LA, imp: 2, tier: 4, checks: [http] }
3359 + - { id: isp-mn-mobicom, name: "Mobicom", host: www.mobicom.mn, cat: infrastructure, provider: mobicom, cc: MN, imp: 4, tier: 3, checks: [http] }
3360 + - { id: isp-mn-unitel, name: "Unitel Mongolia", host: www.unitel.mn, cat: infrastructure, provider: unitel-mongolia, cc: MN, imp: 4, tier: 3, checks: [http] }
3361 + - { id: isp-mn-skytel, name: "Skytel", host: www.skytel.mn, cat: infrastructure, provider: skytel, cc: MN, imp: 3, tier: 3, checks: [http] }
3362 + - { id: isp-mn-univision, name: "Univision", host: www.univision.mn, cat: infrastructure, provider: univision, cc: MN, imp: 2, tier: 4, checks: [http] }
3363 + - { id: isp-uz-uztelecom, name: "Uztelecom", host: uztelecom.uz, cat: infrastructure, provider: uztelecom, cc: UZ, imp: 4, tier: 3, checks: [http] }
3364 + - { id: isp-uz-beeline, name: "Beeline Uzbekistan", host: beeline.uz, cat: infrastructure, provider: beeline-uzbekistan, cc: UZ, imp: 4, tier: 3, checks: [http] }
3365 + - { id: isp-uz-ucell, name: "Ucell", host: ucell.uz, cat: infrastructure, provider: ucell, cc: UZ, imp: 4, tier: 3, checks: [http] }
3366 + - { id: isp-uz-mobiuz, name: "Mobiuz", host: mobi.uz, cat: infrastructure, provider: mobiuz, cc: UZ, imp: 3, tier: 3, checks: [http] }
3367 + - { id: isp-uz-perfectum, name: "Perfectum", host: perfectum.uz, cat: infrastructure, provider: perfectum, cc: UZ, imp: 2, tier: 4, checks: [http] }
3368 + - { id: isp-uz-uzonline, name: "Uzonline", host: uzonline.uz, cat: infrastructure, provider: uzonline, cc: UZ, imp: 2, tier: 4, checks: [http] }
3369 + - { id: isp-uz-sarkor, name: "Sarkor Telecom", host: sarkor.uz, cat: infrastructure, provider: sarkor-telecom, cc: UZ, imp: 2, tier: 4, checks: [http] }
3370 + - { id: isp-uz-tps, name: "TPS", host: tps.uz, cat: infrastructure, provider: tps, cc: UZ, imp: 2, tier: 4, checks: [http] }
3371 + - { id: isp-ve-cantv, name: "CANTV", host: www.cantv.com.ve, cat: infrastructure, provider: cantv, cc: VE, imp: 4, tier: 3, checks: [http] }
3372 + - { id: isp-ve-movistar, name: "Movistar Venezuela", host: www.movistar.com.ve, cat: infrastructure, provider: movistar-venezuela, cc: VE, imp: 4, tier: 3, checks: [http] }
3373 + - { id: isp-ve-digitel, name: "Digitel", host: www.digitel.com.ve, cat: infrastructure, provider: digitel, cc: VE, imp: 4, tier: 3, checks: [http] }
3374 + - { id: isp-ve-netuno, name: "NetUno", host: www.netuno.net, cat: infrastructure, provider: netuno, cc: VE, imp: 2, tier: 4, checks: [http] }
3375 + - { id: isp-ve-airtek, name: "Airtek", host: www.airtek.com.ve, cat: infrastructure, provider: airtek, cc: VE, imp: 2, tier: 4, checks: [http] }
3376 + - { id: isp-ec-claro, name: "Claro Ecuador", host: www.claro.com.ec, cat: infrastructure, provider: claro-ecuador, cc: EC, imp: 4, tier: 3, checks: [http] }
3377 + - { id: isp-ec-movistar, name: "Movistar Ecuador", host: www.movistar.com.ec, cat: infrastructure, provider: movistar-ecuador, cc: EC, imp: 4, tier: 3, checks: [http] }
3378 + - { id: isp-ec-netlife, name: "Netlife", host: www.netlife.ec, cat: infrastructure, provider: netlife, cc: EC, imp: 3, tier: 3, checks: [http] }
3379 + - { id: isp-ec-tuenti, name: "Tuenti Ecuador", host: www.tuenti.ec, cat: infrastructure, provider: tuenti-ecuador, cc: EC, imp: 2, tier: 4, checks: [http] }
3380 + - { id: isp-ec-xtrim, name: "Xtrim (TVCable)", host: www.xtrim.com.ec, cat: infrastructure, provider: xtrim, cc: EC, imp: 2, tier: 4, checks: [http] }
3381 + - { id: isp-ec-puntonet, name: "Puntonet", host: www.puntonet.ec, cat: infrastructure, provider: puntonet, cc: EC, imp: 2, tier: 4, checks: [http] }
3382 + - { id: isp-bo-entel, name: "Entel Bolivia", host: www.entel.bo, cat: infrastructure, provider: entel-bolivia, cc: BO, imp: 4, tier: 3, checks: [http] }
3383 + - { id: isp-bo-tigo, name: "Tigo Bolivia", host: www.tigo.com.bo, cat: infrastructure, provider: tigo-bolivia, cc: BO, imp: 4, tier: 3, checks: [http] }
3384 + - { id: isp-bo-viva, name: "VIVA Bolivia", host: www.viva.com.bo, cat: infrastructure, provider: viva-bolivia, cc: BO, imp: 3, tier: 3, checks: [http] }
3385 + - { id: isp-bo-cotas, name: "Cotas", host: www.cotas.com, cat: infrastructure, provider: cotas, cc: BO, imp: 2, tier: 4, checks: [http] }
3386 + - { id: isp-bo-comteco, name: "Comteco", host: www.comteco.com.bo, cat: infrastructure, provider: comteco, cc: BO, imp: 2, tier: 4, checks: [http] }
3387 + - { id: isp-bo-cotel, name: "Cotel", host: www.cotel.bo, cat: infrastructure, provider: cotel, cc: BO, imp: 2, tier: 4, checks: [http] }
3388 + - { id: isp-py-tigo, name: "Tigo Paraguay", host: www.tigo.com.py, cat: infrastructure, provider: tigo-paraguay, cc: PY, imp: 4, tier: 3, checks: [http] }
3389 + - { id: isp-py-personal, name: "Personal Paraguay", host: www.personal.com.py, cat: infrastructure, provider: personal-paraguay, cc: PY, imp: 4, tier: 3, checks: [http] }
3390 + - { id: isp-py-claro, name: "Claro Paraguay", host: www.claro.com.py, cat: infrastructure, provider: claro-paraguay, cc: PY, imp: 3, tier: 3, checks: [http] }
3391 + - { id: isp-py-copaco, name: "Copaco", host: www.copaco.com.py, cat: infrastructure, provider: copaco, cc: PY, imp: 3, tier: 3, checks: [http] }
3392 + - { id: isp-py-vox, name: "Vox Paraguay", host: www.vox.com.py, cat: infrastructure, provider: vox-paraguay, cc: PY, imp: 2, tier: 4, checks: [http] }
3393 + - { id: isp-uy-antel, name: "Antel", host: www.antel.com.uy, cat: infrastructure, provider: antel, cc: UY, imp: 4, tier: 3, checks: [http] }
3394 + - { id: isp-uy-movistar, name: "Movistar Uruguay", host: www.movistar.com.uy, cat: infrastructure, provider: movistar-uruguay, cc: UY, imp: 3, tier: 3, checks: [http] }
3395 + - { id: isp-uy-claro, name: "Claro Uruguay", host: www.claro.com.uy, cat: infrastructure, provider: claro-uruguay, cc: UY, imp: 3, tier: 3, checks: [http] }
3396 + - { id: isp-uy-dedicado, name: "Dedicado", host: www.dedicado.com.uy, cat: infrastructure, provider: dedicado, cc: UY, imp: 2, tier: 4, checks: [http] }
3397 + - { id: isp-cr-kolbi, name: "kölbi (ICE)", host: www.kolbi.cr, cat: infrastructure, provider: k-lbi, cc: CR, imp: 4, tier: 3, checks: [http] }
3398 + - { id: isp-cr-ice, name: "Grupo ICE", host: www.grupoice.com, cat: infrastructure, provider: grupo-ice, cc: CR, imp: 3, tier: 3, checks: [http] }
3399 + - { id: isp-cr-claro, name: "Claro Costa Rica", host: www.claro.cr, cat: infrastructure, provider: claro-costa-rica, cc: CR, imp: 3, tier: 3, checks: [http] }
3400 + - { id: isp-cr-liberty, name: "Liberty Costa Rica", host: www.liberty.cr, cat: infrastructure, provider: liberty-costa-rica, cc: CR, imp: 4, tier: 3, checks: [http] }
3401 + - { id: isp-cr-tigo, name: "Tigo Costa Rica", host: www.tigo.cr, cat: infrastructure, provider: tigo-costa-rica, cc: CR, imp: 3, tier: 3, checks: [http] }
3402 + - { id: isp-cr-racsa, name: "RACSA", host: www.racsa.go.cr, cat: infrastructure, provider: racsa, cc: CR, imp: 2, tier: 4, checks: [http] }
3403 + - { id: isp-pa-masmovil, name: "+Móvil (C&W Panamá)", host: www.masmovilpanama.com, cat: infrastructure, provider: m-vil, cc: PA, imp: 4, tier: 3, checks: [http] }
3404 + - { id: isp-pa-tigo, name: "Tigo Panamá", host: www.tigo.com.pa, cat: infrastructure, provider: tigo-panam, cc: PA, imp: 4, tier: 3, checks: [http] }
3405 + - { id: isp-gt-claro, name: "Claro Guatemala", host: www.claro.com.gt, cat: infrastructure, provider: claro-guatemala, cc: GT, imp: 4, tier: 3, checks: [http] }
3406 + - { id: isp-gt-tigo, name: "Tigo Guatemala", host: www.tigo.com.gt, cat: infrastructure, provider: tigo-guatemala, cc: GT, imp: 4, tier: 3, checks: [http] }
3407 + - { id: isp-gt-navega, name: "Navega", host: www.navega.com, cat: infrastructure, provider: navega, cc: GT, imp: 2, tier: 4, checks: [http] }
3408 + - { id: isp-hn-tigo, name: "Tigo Honduras", host: www.tigo.com.hn, cat: infrastructure, provider: tigo-honduras, cc: HN, imp: 4, tier: 3, checks: [http] }
3409 + - { id: isp-hn-claro, name: "Claro Honduras", host: www.claro.com.hn, cat: infrastructure, provider: claro-honduras, cc: HN, imp: 4, tier: 3, checks: [http] }
3410 + - { id: isp-hn-hondutel, name: "Hondutel", host: www.hondutel.hn, cat: infrastructure, provider: hondutel, cc: HN, imp: 3, tier: 3, checks: [http] }
3411 + - { id: isp-hn-cablecolor, name: "Cable Color", host: www.cablecolor.hn, cat: infrastructure, provider: cable-color, cc: HN, imp: 2, tier: 4, checks: [http] }
3412 + - { id: isp-sv-tigo, name: "Tigo El Salvador", host: www.tigo.com.sv, cat: infrastructure, provider: tigo-el-salvador, cc: SV, imp: 4, tier: 3, checks: [http] }
3413 + - { id: isp-sv-claro, name: "Claro El Salvador", host: www.claro.com.sv, cat: infrastructure, provider: claro-el-salvador, cc: SV, imp: 4, tier: 3, checks: [http] }
3414 + - { id: isp-sv-movistar, name: "Movistar El Salvador", host: www.movistar.com.sv, cat: infrastructure, provider: movistar-el-salvador, cc: SV, imp: 3, tier: 3, checks: [http] }
3415 + - { id: isp-ni-claro, name: "Claro Nicaragua", host: www.claro.com.ni, cat: infrastructure, provider: claro-nicaragua, cc: NI, imp: 4, tier: 3, checks: [http] }
3416 + - { id: isp-ni-tigo, name: "Tigo Nicaragua", host: www.tigo.com.ni, cat: infrastructure, provider: tigo-nicaragua, cc: NI, imp: 4, tier: 3, checks: [http] }
3417 + - { id: isp-ni-ibw, name: "IBW", host: www.ibw.com.ni, cat: infrastructure, provider: ibw, cc: NI, imp: 2, tier: 4, checks: [http] }
3418 + - { id: isp-ni-cootel, name: "CooTel", host: www.cootel.com.ni, cat: infrastructure, provider: cootel, cc: NI, imp: 2, tier: 4, checks: [http] }
3419 + - { id: isp-cu-etecsa, name: "ETECSA", host: www.etecsa.cu, cat: infrastructure, provider: etecsa, cc: CU, imp: 4, tier: 3, checks: [http] }
3420 + - { id: isp-do-claro, name: "Claro Dominicana", host: www.claro.com.do, cat: infrastructure, provider: claro-dominicana, cc: DO, imp: 4, tier: 3, checks: [http] }
3421 + - { id: isp-do-altice, name: "Altice Dominicana", host: www.altice.com.do, cat: infrastructure, provider: altice-dominicana, cc: DO, imp: 4, tier: 3, checks: [http] }
3422 + - { id: isp-do-viva, name: "Viva Dominicana", host: www.viva.com.do, cat: infrastructure, provider: viva-dominicana, cc: DO, imp: 3, tier: 3, checks: [http] }
3423 + - { id: isp-do-wind, name: "Wind Telecom", host: www.wind.com.do, cat: infrastructure, provider: wind-telecom, cc: DO, imp: 2, tier: 4, checks: [http] }
3424 + - { id: isp-pr-liberty, name: "Liberty Puerto Rico", host: www.libertypr.com, cat: infrastructure, provider: liberty-puerto-rico, cc: PR, imp: 4, tier: 3, checks: [http] }
3425 + - { id: isp-pr-claro, name: "Claro Puerto Rico", host: www.claropr.com, cat: infrastructure, provider: claro-puerto-rico, cc: PR, imp: 4, tier: 3, checks: [http] }
3426 + - { id: isp-pr-t-mobile, name: "T-Mobile Puerto Rico", host: www.t-mobilepr.com, cat: infrastructure, provider: t-mobile-puerto-rico, cc: PR, imp: 3, tier: 3, checks: [http] }
3427 + - { id: isp-pr-aeronet, name: "AeroNet", host: www.aeronetpr.com, cat: infrastructure, provider: aeronet, cc: PR, imp: 2, tier: 4, checks: [http] }
3428 + - { id: isp-pr-optico, name: "Optico Fiber", host: www.opticofiber.com, cat: infrastructure, provider: optico-fiber, cc: PR, imp: 2, tier: 4, checks: [http] }
3429 + - { id: isp-pr-worldnet, name: "WorldNet", host: www.worldnetpr.com, cat: infrastructure, provider: worldnet, cc: PR, imp: 2, tier: 4, checks: [http] }
3430 + - { id: isp-pr-critical-hub, name: "Critical Hub Networks", host: www.criticalhub.com, cat: infrastructure, provider: critical-hub-networks, cc: PR, imp: 2, tier: 4, checks: [http] }
3431 + - { id: isp-jm-digicel, name: "Digicel Jamaica", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/jm/en.html", cat: infrastructure, provider: digicel-jamaica, cc: JM, imp: 4, tier: 3, checks: [http] }
3432 + - { id: isp-jm-flow, name: "Flow Jamaica", host: discoverflow.co, url: "https://discoverflow.co/jamaica", cat: infrastructure, provider: flow-jamaica, cc: JM, imp: 4, tier: 3, checks: [http] }
3433 + - { id: isp-tt-bmobile, name: "bmobile (TSTT)", host: www.bmobile.co.tt, cat: infrastructure, provider: bmobile, cc: TT, imp: 4, tier: 3, checks: [http] }
3434 + - { id: isp-tt-tstt, name: "TSTT", host: www.tstt.co.tt, cat: infrastructure, provider: tstt, cc: TT, imp: 3, tier: 3, checks: [http] }
3435 + - { id: isp-tt-digicel, name: "Digicel Trinidad", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/tt/en.html", cat: infrastructure, provider: digicel-trinidad, cc: TT, imp: 3, tier: 3, checks: [http] }
3436 + - { id: isp-tt-flow, name: "Flow Trinidad", host: discoverflow.co, url: "https://discoverflow.co/trinidad", cat: infrastructure, provider: flow-trinidad, cc: TT, imp: 3, tier: 3, checks: [http] }
3437 + - { id: isp-tt-amplia, name: "Amplia", host: amplia.co.tt, cat: infrastructure, provider: amplia, cc: TT, imp: 2, tier: 4, checks: [http] }
3438 + - { id: isp-bs-btc, name: "BTC Bahamas", host: www.btcbahamas.com, cat: infrastructure, provider: btc-bahamas, cc: BS, imp: 4, tier: 3, checks: [http] }
3439 + - { id: isp-bs-aliv, name: "ALIV", host: www.bealiv.com, cat: infrastructure, provider: aliv, cc: BS, imp: 3, tier: 3, checks: [http] }
3440 + - { id: isp-bs-cable-bahamas, name: "Cable Bahamas", host: www.cablebahamas.com, cat: infrastructure, provider: cable-bahamas, cc: BS, imp: 3, tier: 3, checks: [http] }
3441 + - { id: isp-bb-flow, name: "Flow Barbados", host: discoverflow.co, url: "https://discoverflow.co/barbados", cat: infrastructure, provider: flow-barbados, cc: BB, imp: 3, tier: 3, checks: [http] }
3442 + - { id: isp-bb-digicel, name: "Digicel Barbados", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/bb/en.html", cat: infrastructure, provider: digicel-barbados, cc: BB, imp: 3, tier: 3, checks: [http] }
3443 + - { id: isp-bm-one, name: "One Communications", host: www.onecomm.bm, cat: infrastructure, provider: one-communications, cc: BM, imp: 3, tier: 3, checks: [http] }
3444 + - { id: isp-bm-digicel, name: "Digicel Bermuda", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/bm/en.html", cat: infrastructure, provider: digicel-bermuda, cc: BM, imp: 2, tier: 4, checks: [http] }
3445 + - { id: isp-sc-cws, name: "Cable & Wireless Seychelles", host: www.cwseychelles.com, cat: infrastructure, provider: cable-wireless-seychelles, cc: SC, imp: 3, tier: 3, checks: [http] }
3446 + - { id: isp-sc-airtel, name: "Airtel Seychelles", host: www.airtel.sc, cat: infrastructure, provider: airtel-seychelles, cc: SC, imp: 3, tier: 3, checks: [http] }
3447 + - { id: isp-mu-my-t, name: "my.t (Mauritius Telecom)", host: www.myt.mu, cat: infrastructure, provider: my-t, cc: MU, imp: 4, tier: 3, checks: [http] }
3448 + - { id: isp-mu-emtel, name: "Emtel", host: www.emtel.com, cat: infrastructure, provider: emtel, cc: MU, imp: 4, tier: 3, checks: [http] }
3449 + - { id: isp-mu-mtml, name: "MTML (Chili)", host: www.chili.mu, cat: infrastructure, provider: mtml, cc: MU, imp: 2, tier: 4, checks: [http] }
3450 + - { id: isp-li-fl1, name: "FL1 (Telecom Liechtenstein)", host: www.fl1.li, cat: infrastructure, provider: fl1, cc: LI, imp: 3, tier: 3, checks: [http] }
3451 + - { id: isp-mc-monaco-telecom, name: "Monaco Telecom", host: www.monaco-telecom.mc, cat: infrastructure, provider: monaco-telecom, cc: MC, imp: 3, tier: 3, checks: [http] }
3452 + - { id: isp-ad-andorra-telecom, name: "Andorra Telecom", host: www.andorratelecom.ad, cat: infrastructure, provider: andorra-telecom, cc: AD, imp: 3, tier: 3, checks: [http] }
3453 + - { id: isp-fo-foroya-tele, name: "Føroya Tele", host: www.foroyatele.fo, cat: infrastructure, provider: f-roya-tele, cc: FO, imp: 3, tier: 3, checks: [http] }
3454 + - { id: isp-gl-tusass, name: "Tusass", host: tusass.gl, cat: infrastructure, provider: tusass, cc: GL, imp: 3, tier: 3, checks: [http] }
3455 + - { id: isp-al-one, name: "One Albania", host: www.one.al, cat: infrastructure, provider: one-albania, cc: AL, imp: 4, tier: 3, checks: [http] }
3456 + - { id: isp-al-vodafone, name: "Vodafone Albania", host: www.vodafone.al, cat: infrastructure, provider: vodafone-albania, cc: AL, imp: 4, tier: 3, checks: [http] }
3457 + - { id: isp-mk-a1, name: "A1 Makedonija", host: www.a1.mk, cat: infrastructure, provider: a1-makedonija, cc: MK, imp: 4, tier: 3, checks: [http] }
3458 + - { id: isp-mk-telekom, name: "Makedonski Telekom", host: www.telekom.mk, cat: infrastructure, provider: makedonski-telekom, cc: MK, imp: 4, tier: 3, checks: [http] }
3459 + - { id: isp-ba-bh-telecom, name: "BH Telecom", host: www.bhtelecom.ba, cat: infrastructure, provider: bh-telecom, cc: BA, imp: 4, tier: 3, checks: [http] }
3460 + - { id: isp-ba-m-tel, name: "m:tel", host: www.mtel.ba, cat: infrastructure, provider: m-tel, cc: BA, imp: 4, tier: 3, checks: [http] }
3461 + - { id: isp-ba-ht-eronet, name: "HT Eronet", host: www.hteronet.ba, cat: infrastructure, provider: ht-eronet, cc: BA, imp: 3, tier: 3, checks: [http] }
3462 + - { id: isp-ba-telemach, name: "Telemach BiH", host: telemach.ba, cat: infrastructure, provider: telemach-bih, cc: BA, imp: 2, tier: 4, checks: [http] }
3463 + - { id: isp-me-crnogorski-telekom, name: "Crnogorski Telekom", host: www.telekom.me, cat: infrastructure, provider: crnogorski-telekom, cc: ME, imp: 4, tier: 3, checks: [http] }
3464 + - { id: isp-me-one, name: "One Crna Gora", host: www.one.me, cat: infrastructure, provider: one-crna-gora, cc: ME, imp: 4, tier: 3, checks: [http] }
3465 + - { id: isp-me-m-tel, name: "m:tel Crna Gora", host: www.mtel.me, cat: infrastructure, provider: m-tel-crna-gora, cc: ME, imp: 3, tier: 3, checks: [http] }
3466 + - { id: isp-xk-ipko, name: "IPKO", host: www.ipko.com, cat: infrastructure, provider: ipko, cc: null, imp: 4, tier: 3, checks: [http] }
3467 + - { id: isp-xk-vala, name: "Vala (Telekomi i Kosovës)", host: www.kosovotelecom.com, cat: infrastructure, provider: vala, cc: null, imp: 4, tier: 3, checks: [http] }
3468 + - { id: isp-md-moldtelecom, name: "Moldtelecom", host: www.moldtelecom.md, cat: infrastructure, provider: moldtelecom, cc: MD, imp: 4, tier: 3, checks: [http] }
3469 + - { id: isp-md-orange, name: "Orange Moldova", host: www.orange.md, cat: infrastructure, provider: orange-moldova, cc: MD, imp: 4, tier: 3, checks: [http] }
3470 + - { id: isp-md-moldcell, name: "Moldcell", host: www.moldcell.md, cat: infrastructure, provider: moldcell, cc: MD, imp: 4, tier: 3, checks: [http] }
3471 + - { id: isp-md-starnet, name: "StarNet", host: www.starnet.md, cat: infrastructure, provider: starnet, cc: MD, imp: 2, tier: 4, checks: [http] }
3472 + - { id: isp-kg-beeline, name: "Beeline Kyrgyzstan", host: beeline.kg, cat: infrastructure, provider: beeline-kyrgyzstan, cc: KG, imp: 4, tier: 3, checks: [http] }
3473 + - { id: isp-kg-o, name: "O!", host: o.kg, cat: infrastructure, provider: o, cc: KG, imp: 4, tier: 3, checks: [http] }
3474 + - { id: isp-kg-megacom, name: "MegaCom", host: megacom.kg, cat: infrastructure, provider: megacom, cc: KG, imp: 4, tier: 3, checks: [http] }
3475 + - { id: isp-kg-kyrgyztelecom, name: "Kyrgyztelecom", host: www.kt.kg, cat: infrastructure, provider: kyrgyztelecom, cc: KG, imp: 3, tier: 3, checks: [http] }
3476 + - { id: isp-tj-tcell, name: "Tcell", host: www.tcell.tj, cat: infrastructure, provider: tcell, cc: TJ, imp: 4, tier: 3, checks: [http] }
3477 + - { id: isp-tj-megafon, name: "MegaFon Tajikistan", host: www.megafon.tj, cat: infrastructure, provider: megafon-tajikistan, cc: TJ, imp: 4, tier: 3, checks: [http] }
3478 + - { id: isp-tj-babilon, name: "Babilon-M", host: www.babilon-m.tj, cat: infrastructure, provider: babilon-m, cc: TJ, imp: 3, tier: 3, checks: [http] }
3479 + - { id: isp-tm-tmcell, name: "TM CELL", host: tmcell.tm, cat: infrastructure, provider: tm-cell, cc: TM, imp: 4, tier: 3, checks: [http] }
3480 + - { id: isp-tm-turkmentelecom, name: "Turkmentelecom", host: telecom.tm, cat: infrastructure, provider: turkmentelecom, cc: TM, imp: 3, tier: 3, checks: [http] }
3481 + - { id: isp-af-afghan-wireless, name: "Afghan Wireless", host: www.afghan-wireless.com, cat: infrastructure, provider: afghan-wireless, cc: AF, imp: 4, tier: 3, checks: [http] }
3482 + - { id: isp-af-roshan, name: "Roshan", host: www.roshan.af, cat: infrastructure, provider: roshan, cc: AF, imp: 4, tier: 3, checks: [http] }
3483 + - { id: isp-af-etisalat, name: "Etisalat Afghanistan", host: www.etisalat.af, cat: infrastructure, provider: etisalat-afghanistan, cc: AF, imp: 3, tier: 3, checks: [http] }
3484 + - { id: isp-af-mtn, name: "MTN Afghanistan", host: www.mtn.com.af, cat: infrastructure, provider: mtn-afghanistan, cc: AF, imp: 3, tier: 3, checks: [http] }
3485 + - { id: isp-af-afghan-telecom, name: "Afghan Telecom", host: www.afghantelecom.af, cat: infrastructure, provider: afghan-telecom, cc: AF, imp: 3, tier: 3, checks: [http] }
3486 + - { id: isp-sy-syriatel, name: "Syriatel", host: www.syriatel.sy, cat: infrastructure, provider: syriatel, cc: SY, imp: 4, tier: 3, checks: [http] }
3487 + - { id: isp-sy-mtn, name: "MTN Syria", host: www.mtnsyr.com, cat: infrastructure, provider: mtn-syria, cc: SY, imp: 3, tier: 3, checks: [http] }
3488 + - { id: isp-ye-yemen-mobile, name: "Yemen Mobile", host: www.yemenmobile.com.ye, cat: infrastructure, provider: yemen-mobile, cc: YE, imp: 4, tier: 3, checks: [http] }
3489 + - { id: isp-ye-you, name: "YOU (ex-MTN)", host: www.you.com.ye, cat: infrastructure, provider: you, cc: YE, imp: 3, tier: 3, checks: [http] }
3490 + - { id: isp-ye-sabafon, name: "Sabafon", host: www.sabafon.com, cat: infrastructure, provider: sabafon, cc: YE, imp: 3, tier: 3, checks: [http] }
3491 + - { id: isp-ps-jawwal, name: "Jawwal", host: www.jawwal.ps, cat: infrastructure, provider: jawwal, cc: PS, imp: 4, tier: 3, checks: [http] }
3492 + - { id: isp-ps-ooredoo, name: "Ooredoo Palestine", host: www.ooredoo.ps, cat: infrastructure, provider: ooredoo-palestine, cc: PS, imp: 4, tier: 3, checks: [http] }
3493 + - { id: isp-ps-paltel, name: "Paltel", host: www.paltel.ps, cat: infrastructure, provider: paltel, cc: PS, imp: 4, tier: 3, checks: [http] }
3494 + - { id: isp-mv-dhiraagu, name: "Dhiraagu", host: www.dhiraagu.com.mv, cat: infrastructure, provider: dhiraagu, cc: MV, imp: 4, tier: 3, checks: [http] }
3495 + - { id: isp-mv-ooredoo, name: "Ooredoo Maldives", host: www.ooredoo.mv, cat: infrastructure, provider: ooredoo-maldives, cc: MV, imp: 4, tier: 3, checks: [http] }
3496 + - { id: isp-bt-bhutan-telecom, name: "Bhutan Telecom", host: www.bt.bt, cat: infrastructure, provider: bhutan-telecom, cc: BT, imp: 4, tier: 3, checks: [http] }
3497 + - { id: isp-bt-tashicell, name: "TashiCell", host: www.tashicell.com, cat: infrastructure, provider: tashicell, cc: BT, imp: 3, tier: 3, checks: [http] }
3498 + - { id: isp-bn-unn, name: "Unified National Networks", host: www.unn.com.bn, cat: infrastructure, provider: unified-national-networks, cc: BN, imp: 4, tier: 3, checks: [http] }
3499 + - { id: isp-bn-dst, name: "DST", host: www.dst.com.bn, cat: infrastructure, provider: dst, cc: BN, imp: 3, tier: 3, checks: [http] }
3500 + - { id: isp-bn-imagine, name: "imagine Brunei", host: www.imagine.com.bn, cat: infrastructure, provider: imagine-brunei, cc: BN, imp: 3, tier: 3, checks: [http] }
3501 + - { id: isp-bn-progresif, name: "Progresif", host: www.progresif.com, cat: infrastructure, provider: progresif, cc: BN, imp: 2, tier: 4, checks: [http] }
3502 + - { id: isp-pg-digicel, name: "Digicel PNG", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/pg/en.html", cat: infrastructure, provider: digicel-png, cc: PG, imp: 4, tier: 3, checks: [http] }
3503 + - { id: isp-fj-vodafone, name: "Vodafone Fiji", host: www.vodafone.com.fj, cat: infrastructure, provider: vodafone-fiji, cc: FJ, imp: 4, tier: 3, checks: [http] }
3504 + - { id: isp-fj-digicel, name: "Digicel Fiji", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/fj/en.html", cat: infrastructure, provider: digicel-fiji, cc: FJ, imp: 3, tier: 3, checks: [http] }
3505 + - { id: isp-nc-opt, name: "OPT Nouvelle-Calédonie", host: www.opt.nc, cat: infrastructure, provider: opt-nouvelle-cal-donie, cc: NC, imp: 4, tier: 3, checks: [http] }
3506 + - { id: isp-pf-onati, name: "Onati (OPT Polynésie)", host: www.onati.pf, cat: infrastructure, provider: onati, cc: PF, imp: 4, tier: 3, checks: [http] }
3507 + - { id: isp-pf-vini, name: "Vini", host: www.vini.pf, cat: infrastructure, provider: vini, cc: PF, imp: 3, tier: 3, checks: [http] }
3508 + - { id: isp-gu-gta, name: "GTA Teleguam", host: www.gta.net, cat: infrastructure, provider: gta-teleguam, cc: GU, imp: 3, tier: 3, checks: [http] }
3509 + - { id: isp-gu-docomo-pacific, name: "Docomo Pacific", host: www.docomopacific.com, cat: infrastructure, provider: docomo-pacific, cc: GU, imp: 3, tier: 3, checks: [http] }
3510 + - { id: isp-ws-digicel, name: "Digicel Samoa", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/ws/en.html", cat: infrastructure, provider: digicel-samoa, cc: WS, imp: 2, tier: 4, checks: [http] }
3511 + - { id: isp-ws-vodafone, name: "Vodafone Samoa", host: www.vodafone.com.ws, cat: infrastructure, provider: vodafone-samoa, cc: WS, imp: 3, tier: 3, checks: [http] }
3512 + - { id: isp-to-tcc, name: "Tonga Communications", host: www.tcc.to, cat: infrastructure, provider: tonga-communications, cc: TO, imp: 3, tier: 3, checks: [http] }
3513 + - { id: isp-to-digicel, name: "Digicel Tonga", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/to/en.html", cat: infrastructure, provider: digicel-tonga, cc: TO, imp: 2, tier: 4, checks: [http] }
3514 + - { id: isp-vu-digicel, name: "Digicel Vanuatu", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/vu/en.html", cat: infrastructure, provider: digicel-vanuatu, cc: VU, imp: 2, tier: 4, checks: [http] }
3515 + - { id: isp-sb-our-telekom, name: "Our Telekom", host: www.ourtelekom.com.sb, cat: infrastructure, provider: our-telekom, cc: SB, imp: 3, tier: 3, checks: [http] }
3516 + - { id: isp-gf-orange-caraibe, name: "Orange Caraïbe", host: www.orange.fr, url: "https://www.orange.fr/portail", cat: infrastructure, provider: orange-cara-be, cc: GF, imp: 2, tier: 4, checks: [http] }
3517 + - { id: isp-re-sfr-reunion, name: "SFR Réunion", host: www.sfr.re, cat: infrastructure, provider: sfr-r-union, cc: RE, imp: 3, tier: 3, checks: [http] }
3518 + - { id: isp-re-orange-reunion, name: "Orange Réunion", host: www.orange.re, cat: infrastructure, provider: orange-r-union, cc: RE, imp: 3, tier: 3, checks: [http] }
3519 + - { id: isp-re-free-reunion, name: "Free Réunion", host: www.free.re, cat: infrastructure, provider: free-r-union, cc: RE, imp: 2, tier: 4, checks: [http] }
3520 + - { id: isp-gp-digicel-antilles, name: "Digicel Antilles", host: www.digicel.fr, cat: infrastructure, provider: digicel-antilles, cc: GP, imp: 3, tier: 3, checks: [http] }
3521 + - { id: isp-gp-canal-box, name: "Canal+ Box Caraïbes", host: www.canalbox.com, cat: infrastructure, provider: canal-box-cara-bes, cc: GP, imp: 2, tier: 4, checks: [http] }
3522 + - { id: isp-ky-flow, name: "Flow Cayman", host: discoverflow.co, url: "https://discoverflow.co/cayman", cat: infrastructure, provider: flow-cayman, cc: KY, imp: 3, tier: 3, checks: [http] }
3523 + - { id: isp-ky-digicel, name: "Digicel Cayman", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/ky/en.html", cat: infrastructure, provider: digicel-cayman, cc: KY, imp: 2, tier: 4, checks: [http] }
3524 + - { id: isp-ky-logic, name: "Logic Cayman", host: www.logic.ky, cat: infrastructure, provider: logic-cayman, cc: KY, imp: 2, tier: 4, checks: [http] }
3525 + - { id: isp-ky-c3, name: "C3 Pure Fibre", host: www.c3.ky, cat: infrastructure, provider: c3-pure-fibre, cc: KY, imp: 2, tier: 4, checks: [http] }
3526 + - { id: isp-aw-setar, name: "SETAR", host: www.setar.aw, cat: infrastructure, provider: setar, cc: AW, imp: 3, tier: 3, checks: [http] }
3527 + - { id: isp-aw-digicel, name: "Digicel Aruba", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/aw/en.html", cat: infrastructure, provider: digicel-aruba, cc: AW, imp: 2, tier: 4, checks: [http] }
3528 + - { id: isp-cw-flow-curacao, name: "Flow Curaçao", host: discoverflow.co, url: "https://discoverflow.co/curacao", cat: infrastructure, provider: flow-cura-ao, cc: CW, imp: 3, tier: 3, checks: [http] }
3529 + - { id: isp-cw-digicel, name: "Digicel Curaçao", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/cw/en.html", cat: infrastructure, provider: digicel-cura-ao, cc: CW, imp: 2, tier: 4, checks: [http] }
3530 + - { id: isp-sr-telesur, name: "Telesur", host: www.telesur.sr, cat: infrastructure, provider: telesur, cc: SR, imp: 4, tier: 3, checks: [http] }
3531 + - { id: isp-sr-digicel, name: "Digicel Suriname", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/sr/en.html", cat: infrastructure, provider: digicel-suriname, cc: SR, imp: 3, tier: 3, checks: [http] }
3532 + - { id: isp-gy-digicel, name: "Digicel Guyana", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/gy/en.html", cat: infrastructure, provider: digicel-guyana, cc: GY, imp: 3, tier: 3, checks: [http] }
3533 + - { id: isp-gy-enet, name: "E-Networks", host: www.enetworks.gy, cat: infrastructure, provider: e-networks, cc: GY, imp: 2, tier: 4, checks: [http] }
3534 + - { id: isp-bz-smart, name: "Smart Belize", host: www.smart-bz.com, cat: infrastructure, provider: smart-belize, cc: BZ, imp: 3, tier: 3, checks: [http] }
3535 + - { id: isp-ht-digicel, name: "Digicel Haiti", host: www.digicelgroup.com, url: "https://www.digicelgroup.com/ht/fr.html", cat: infrastructure, provider: digicel-haiti, cc: HT, imp: 4, tier: 3, checks: [http] }
3536 + - { id: isp-im-manx-telecom, name: "Manx Telecom", host: www.manxtelecom.com, cat: infrastructure, provider: manx-telecom, cc: IM, imp: 3, tier: 3, checks: [http] }
3537 + - { id: isp-im-sure, name: "Sure", host: www.sure.com, cat: infrastructure, provider: sure, cc: IM, imp: 3, tier: 3, checks: [http] }
3538 + - { id: isp-je-jt, name: "JT Global", host: www.jtglobal.com, cat: infrastructure, provider: jt-global, cc: JE, imp: 3, tier: 3, checks: [http] }
3539 + - { id: isp-gi-gibtelecom, name: "Gibtelecom", host: www.gibtele.com, cat: infrastructure, provider: gibtelecom, cc: GI, imp: 3, tier: 3, checks: [http] }
3540 + - { id: isp-bw-btc, name: "BTC Botswana", host: www.btc.bw, cat: infrastructure, provider: btc-botswana, cc: BW, imp: 4, tier: 3, checks: [http] }
3541 + - { id: isp-bw-mascom, name: "Mascom", host: www.mascom.bw, cat: infrastructure, provider: mascom, cc: BW, imp: 4, tier: 3, checks: [http] }
3542 + - { id: isp-bw-orange, name: "Orange Botswana", host: www.orange.co.bw, cat: infrastructure, provider: orange-botswana, cc: BW, imp: 4, tier: 3, checks: [http] }
3543 + - { id: isp-na-mtc, name: "MTC Namibia", host: www.mtc.com.na, cat: infrastructure, provider: mtc-namibia, cc: NA, imp: 4, tier: 3, checks: [http] }
3544 + - { id: isp-na-paratus, name: "Paratus Namibia", host: www.paratus.africa, url: "https://www.paratus.africa/namibia", cat: infrastructure, provider: paratus-namibia, cc: NA, imp: 2, tier: 4, checks: [http] }
3545 + - { id: isp-mg-telma, name: "Telma", host: www.telma.mg, cat: infrastructure, provider: telma, cc: MG, imp: 4, tier: 3, checks: [http] }
3546 + - { id: isp-mg-orange, name: "Orange Madagascar", host: www.orange.mg, cat: infrastructure, provider: orange-madagascar, cc: MG, imp: 4, tier: 3, checks: [http] }
3547 + - { id: isp-mg-airtel, name: "Airtel Madagascar", host: www.airtel.mg, cat: infrastructure, provider: airtel-madagascar, cc: MG, imp: 3, tier: 3, checks: [http] }
3548 + - { id: isp-mw-airtel, name: "Airtel Malawi", host: www.airtel.mw, cat: infrastructure, provider: airtel-malawi, cc: MW, imp: 4, tier: 3, checks: [http] }
3549 + - { id: isp-mw-tnm, name: "TNM", host: www.tnm.co.mw, cat: infrastructure, provider: tnm, cc: MW, imp: 4, tier: 3, checks: [http] }
3550 + - { id: isp-ga-airtel, name: "Airtel Gabon", host: www.airtel.ga, cat: infrastructure, provider: airtel-gabon, cc: GA, imp: 4, tier: 3, checks: [http] }
3551 + - { id: isp-cg-mtn, name: "MTN Congo", host: www.mtn.cg, cat: infrastructure, provider: mtn-congo, cc: CG, imp: 4, tier: 3, checks: [http] }
3552 + - { id: isp-cg-airtel, name: "Airtel Congo", host: www.airtel.cg, cat: infrastructure, provider: airtel-congo, cc: CG, imp: 4, tier: 3, checks: [http] }
3553 + - { id: isp-cd-vodacom, name: "Vodacom Congo", host: www.vodacom.cd, cat: infrastructure, provider: vodacom-congo, cc: CD, imp: 4, tier: 3, checks: [http] }
3554 + - { id: isp-cd-airtel, name: "Airtel RDC", host: www.airtel.cd, cat: infrastructure, provider: airtel-rdc, cc: CD, imp: 4, tier: 3, checks: [http] }
3555 + - { id: isp-cd-orange, name: "Orange RDC", host: www.orange.cd, cat: infrastructure, provider: orange-rdc, cc: CD, imp: 4, tier: 3, checks: [http] }
3556 + - { id: isp-cd-africell, name: "Africell RDC", host: www.africell.cd, cat: infrastructure, provider: africell-rdc, cc: CD, imp: 3, tier: 3, checks: [http] }
3557 + - { id: isp-bf-orange, name: "Orange Burkina Faso", host: www.orange.bf, cat: infrastructure, provider: orange-burkina-faso, cc: BF, imp: 4, tier: 3, checks: [http] }
3558 + - { id: isp-bf-moov, name: "Moov Africa Burkina", host: www.moov-africa.bf, cat: infrastructure, provider: moov-africa-burkina, cc: BF, imp: 3, tier: 3, checks: [http] }
3559 + - { id: isp-bf-telecel, name: "Telecel Faso", host: www.telecelfaso.bf, cat: infrastructure, provider: telecel-faso, cc: BF, imp: 3, tier: 3, checks: [http] }
3560 + - { id: isp-ne-airtel, name: "Airtel Niger", host: www.airtel.ne, cat: infrastructure, provider: airtel-niger, cc: NE, imp: 4, tier: 3, checks: [http] }
3561 + - { id: isp-ne-moov, name: "Moov Africa Niger", host: www.moov-africa.ne, cat: infrastructure, provider: moov-africa-niger, cc: NE, imp: 3, tier: 3, checks: [http] }
3562 + - { id: isp-td-airtel, name: "Airtel Tchad", host: www.airtel.td, cat: infrastructure, provider: airtel-tchad, cc: TD, imp: 4, tier: 3, checks: [http] }
3563 + - { id: isp-td-moov, name: "Moov Africa Tchad", host: www.moov-africa.td, cat: infrastructure, provider: moov-africa-tchad, cc: TD, imp: 3, tier: 3, checks: [http] }
3564 + - { id: isp-lr-orange, name: "Orange Liberia", host: www.orange.com.lr, cat: infrastructure, provider: orange-liberia, cc: LR, imp: 4, tier: 3, checks: [http] }
3565 + - { id: isp-lr-lonestar, name: "Lonestar Cell MTN", host: www.lonestarcell.com, cat: infrastructure, provider: lonestar-cell-mtn, cc: LR, imp: 4, tier: 3, checks: [http] }
3566 + - { id: isp-sl-orange, name: "Orange Sierra Leone", host: www.orange.sl, cat: infrastructure, provider: orange-sierra-leone, cc: SL, imp: 4, tier: 3, checks: [http] }
3567 + - { id: isp-sl-africell, name: "Africell Sierra Leone", host: www.africell.sl, cat: infrastructure, provider: africell-sierra-leone, cc: SL, imp: 4, tier: 3, checks: [http] }
3568 + - { id: isp-gm-africell, name: "Africell Gambia", host: www.africell.gm, cat: infrastructure, provider: africell-gambia, cc: GM, imp: 4, tier: 3, checks: [http] }
3569 + - { id: isp-gm-qcell, name: "QCell", host: www.qcell.gm, cat: infrastructure, provider: qcell, cc: GM, imp: 3, tier: 3, checks: [http] }
3570 + - { id: isp-gm-gamtel, name: "Gamtel", host: www.gamtel.gm, cat: infrastructure, provider: gamtel, cc: GM, imp: 3, tier: 3, checks: [http] }
3571 + - { id: isp-bj-mtn, name: "MTN Bénin", host: www.mtn.bj, cat: infrastructure, provider: mtn-b-nin, cc: BJ, imp: 4, tier: 3, checks: [http] }
3572 + - { id: isp-bj-moov, name: "Moov Africa Bénin", host: www.moov-africa.bj, cat: infrastructure, provider: moov-africa-b-nin, cc: BJ, imp: 3, tier: 3, checks: [http] }
3573 + - { id: isp-bj-celtiis, name: "Celtiis", host: www.celtiis.bj, cat: infrastructure, provider: celtiis, cc: BJ, imp: 3, tier: 3, checks: [http] }
3574 + - { id: isp-mr-mauritel, name: "Mauritel", host: www.mauritel.mr, cat: infrastructure, provider: mauritel, cc: MR, imp: 4, tier: 3, checks: [http] }
3575 + - { id: isp-mr-chinguitel, name: "Chinguitel", host: www.chinguitel.mr, cat: infrastructure, provider: chinguitel, cc: MR, imp: 2, tier: 4, checks: [http] }
3576 + - { id: isp-so-hormuud, name: "Hormuud Telecom", host: hormuud.com, cat: infrastructure, provider: hormuud-telecom, cc: SO, imp: 4, tier: 3, checks: [http] }
3577 + - { id: isp-so-telesom, name: "Telesom", host: www.telesom.com, cat: infrastructure, provider: telesom, cc: SO, imp: 3, tier: 3, checks: [http] }
3578 + - { id: isp-so-golis, name: "Golis Telecom", host: www.golistelecom.com, cat: infrastructure, provider: golis-telecom, cc: SO, imp: 2, tier: 4, checks: [http] }
3579 + - { id: isp-er-eritel, name: "EriTel", host: www.eritel.com.er, cat: infrastructure, provider: eritel, cc: ER, imp: 3, tier: 3, checks: [http] }
3580 + - { id: isp-ss-mtn, name: "MTN South Sudan", host: www.mtn.com.ss, cat: infrastructure, provider: mtn-south-sudan, cc: SS, imp: 3, tier: 3, checks: [http] }
3581 + - { id: isp-ss-zain, name: "Zain South Sudan", host: www.ss.zain.com, cat: infrastructure, provider: zain-south-sudan, cc: SS, imp: 3, tier: 3, checks: [http] }
3582 + - { id: isp-sz-mtn, name: "MTN Eswatini", host: www.mtn.co.sz, cat: infrastructure, provider: mtn-eswatini, cc: SZ, imp: 4, tier: 3, checks: [http] }
3583 + - { id: isp-sz-eswatini-mobile, name: "Eswatini Mobile", host: www.eswatinimobile.co.sz, cat: infrastructure, provider: eswatini-mobile, cc: SZ, imp: 3, tier: 3, checks: [http] }
3584 + - { id: isp-ls-vodacom, name: "Vodacom Lesotho", host: www.vodacom.co.ls, cat: infrastructure, provider: vodacom-lesotho, cc: LS, imp: 4, tier: 3, checks: [http] }
3585 + - { id: isp-ls-econet, name: "Econet Telecom Lesotho", host: www.etl.co.ls, cat: infrastructure, provider: econet-telecom-lesotho, cc: LS, imp: 3, tier: 3, checks: [http] }
3586 + - { id: isp-bi-lumitel, name: "Lumitel", host: www.lumitel.bi, cat: infrastructure, provider: lumitel, cc: BI, imp: 4, tier: 3, checks: [http] }
3587 + - { id: isp-km-telma-comores, name: "Telma Comores", host: www.telma.km, cat: infrastructure, provider: telma-comores, cc: KM, imp: 2, tier: 4, checks: [http] }
3588 +
added data/targets/fragments/media.yaml +3245 −0
@@ -0,0 +1,3245 @@
1 +# InternetPressure target registry fragment — MEDIA, NEWS, BROADCASTING, STREAMING, SOCIAL, MESSAGING, GAMING.
2 +# Same shape as data/targets/targets.yaml (one target per line). Generated and verified 2026-09-13:
3 +# every host resolved (dig) and answered HTTP 2xx/3xx/4xx to a homepage GET with the InternetPressureProbe UA.
4 +# Ids use prefixes news-<cc>-, tv-<cc>-, radio-<cc>-, stream-, music-, podcast-, social-, chat-, forum-, game-.
5 +# checks: [http] only (news sites are heavy — no DNS/ICMP here); no traceroute. tier 2 = ≤40 global platforms,
6 +# tier 3 = imp ≥ 4, tier 4 = rest. cc = country of the outlet/HQ, null for global platforms.
7 +
8 +targets:
9 + # ───────── News & broadcasting — Western Europe (231)
10 + - { id: tv-de-ard, name: "ARD", host: www.ard.de, cat: news, provider: ard, cc: DE, imp: 5, tier: 2, checks: [http] }
11 + - { id: tv-de-zdf-heute, name: "ZDF heute", host: www.zdfheute.de, cat: news, provider: zdf, cc: DE, imp: 4, tier: 3, checks: [http] }
12 + - { id: radio-de-deutschlandfunk, name: "Deutschlandfunk", host: www.deutschlandfunk.de, cat: news, provider: deutschlandradio, cc: DE, imp: 3, tier: 4, checks: [http] }
13 + - { id: tv-de-ntv, name: "n-tv", host: www.n-tv.de, cat: news, provider: rtl-deutschland, cc: DE, imp: 3, tier: 4, checks: [http] }
14 + - { id: tv-de-rtl, name: "RTL.de", host: www.rtl.de, cat: news, provider: rtl-deutschland, cc: DE, imp: 3, tier: 4, checks: [http] }
15 + - { id: tv-de-welt, name: "WELT", host: www.welt.de, cat: news, provider: axel-springer, cc: DE, imp: 4, tier: 3, checks: [http] }
16 + - { id: news-de-zeit, name: "Die Zeit", host: www.zeit.de, cat: news, provider: holtzbrinck, cc: DE, imp: 4, tier: 3, checks: [http] }
17 + - { id: news-de-handelsblatt, name: "Handelsblatt", host: www.handelsblatt.com, cat: news, provider: handelsblatt, cc: DE, imp: 3, tier: 4, checks: [http] }
18 + - { id: news-de-t-online, name: "t-online", host: www.t-online.de, cat: news, provider: stroeer, cc: DE, imp: 3, tier: 4, checks: [http] }
19 + - { id: news-de-focus, name: "Focus", host: www.focus.de, cat: news, provider: burda, cc: DE, imp: 3, tier: 4, checks: [http] }
20 + - { id: news-de-stern, name: "Stern", host: www.stern.de, cat: news, provider: rtl-deutschland, cc: DE, imp: 3, tier: 4, checks: [http] }
21 + - { id: news-de-taz, name: "taz", host: taz.de, cat: news, provider: taz, cc: DE, imp: 2, tier: 4, checks: [http] }
22 + - { id: news-de-tagesspiegel, name: "Der Tagesspiegel", host: www.tagesspiegel.de, cat: news, provider: dvh-medien, cc: DE, imp: 3, tier: 4, checks: [http] }
23 + - { id: news-de-merkur, name: "Münchner Merkur", host: www.merkur.de, cat: news, provider: ippen, cc: DE, imp: 2, tier: 4, checks: [http] }
24 + - { id: news-de-rp, name: "Rheinische Post", host: rp-online.de, cat: news, provider: rheinische-post, cc: DE, imp: 2, tier: 4, checks: [http] }
25 + - { id: news-de-wdr, name: "WDR", host: www1.wdr.de, cat: news, provider: ard, cc: DE, imp: 3, tier: 4, checks: [http] }
26 + - { id: news-de-br, name: "BR24", host: www.br.de, cat: news, provider: ard, cc: DE, imp: 3, tier: 4, checks: [http] }
27 + - { id: news-de-ndr, name: "NDR", host: www.ndr.de, cat: news, provider: ard, cc: DE, imp: 3, tier: 4, checks: [http] }
28 + - { id: news-de-heise, name: "heise online", host: www.heise.de, cat: news, provider: heise, cc: DE, imp: 3, tier: 4, checks: [http] }
29 + - { id: news-de-golem, name: "Golem.de", host: www.golem.de, cat: news, provider: golem, cc: DE, imp: 2, tier: 4, checks: [http] }
30 + - { id: news-de-computerbase, name: "ComputerBase", host: www.computerbase.de, cat: news, provider: computerbase, cc: DE, imp: 2, tier: 4, checks: [http] }
31 + - { id: news-de-dpa, name: "dpa", host: www.dpa.com, cat: news, provider: dpa, cc: DE, imp: 3, tier: 4, checks: [http] }
32 + - { id: news-de-kicker, name: "kicker", host: www.kicker.de, cat: news, provider: olympia-verlag, cc: DE, imp: 2, tier: 4, checks: [http] }
33 + - { id: news-de-sport1, name: "SPORT1", host: www.sport1.de, cat: news, provider: sport1, cc: DE, imp: 2, tier: 4, checks: [http] }
34 + - { id: tv-fr-france-televisions, name: "France Télévisions", host: www.francetelevisions.fr, cat: news, provider: france-televisions, cc: FR, imp: 4, tier: 3, checks: [http] }
35 + - { id: radio-fr-radio-france, name: "Radio France", host: www.radiofrance.fr, cat: news, provider: radio-france, cc: FR, imp: 4, tier: 3, checks: [http] }
36 + - { id: radio-fr-france-inter, name: "France Inter", host: www.radiofrance.fr, url: "https://www.radiofrance.fr/franceinter", cat: news, provider: radio-france, cc: FR, imp: 3, tier: 4, checks: [http] }
37 + - { id: tv-fr-tf1-info, name: "TF1 INFO", host: www.tf1info.fr, cat: news, provider: tf1, cc: FR, imp: 4, tier: 3, checks: [http] }
38 + - { id: tv-fr-cnews, name: "CNEWS", host: www.cnews.fr, cat: news, provider: canal-plus, cc: FR, imp: 3, tier: 4, checks: [http] }
39 + - { id: tv-fr-lci, name: "LCI", host: www.tf1info.fr, url: "https://www.tf1info.fr/direct/", cat: news, provider: tf1, cc: FR, imp: 3, tier: 4, checks: [http] }
40 + - { id: radio-fr-rtl, name: "RTL France", host: www.rtl.fr, cat: news, provider: m6, cc: FR, imp: 3, tier: 4, checks: [http] }
41 + - { id: radio-fr-europe1, name: "Europe 1", host: www.europe1.fr, cat: news, provider: lagardere, cc: FR, imp: 2, tier: 4, checks: [http] }
42 + - { id: radio-fr-rmc, name: "RMC", host: rmc.bfmtv.com, cat: news, provider: cma-cgm, cc: FR, imp: 2, tier: 4, checks: [http] }
43 + - { id: news-fr-le-parisien, name: "Le Parisien", host: www.leparisien.fr, cat: news, provider: lvmh, cc: FR, imp: 3, tier: 4, checks: [http] }
44 + - { id: news-fr-les-echos, name: "Les Echos", host: www.lesechos.fr, cat: news, provider: lvmh, cc: FR, imp: 3, tier: 4, checks: [http] }
45 + - { id: news-fr-ouest-france, name: "Ouest-France", host: www.ouest-france.fr, cat: news, provider: sipa, cc: FR, imp: 3, tier: 4, checks: [http] }
46 + - { id: news-fr-20minutes, name: "20 Minutes", host: www.20minutes.fr, cat: news, provider: 20-minutes, cc: FR, imp: 3, tier: 4, checks: [http] }
47 + - { id: news-fr-lexpress, name: "L'Express", host: www.lexpress.fr, cat: news, provider: lexpress, cc: FR, imp: 2, tier: 4, checks: [http] }
48 + - { id: news-fr-le-point, name: "Le Point", host: www.lepoint.fr, cat: news, provider: artemis, cc: FR, imp: 2, tier: 4, checks: [http] }
49 + - { id: news-fr-lobs, name: "L'Obs", host: www.nouvelobs.com, cat: news, provider: le-monde, cc: FR, imp: 2, tier: 4, checks: [http] }
50 + - { id: news-fr-paris-match, name: "Paris Match", host: www.parismatch.com, cat: news, provider: lvmh, cc: FR, imp: 2, tier: 4, checks: [http] }
51 + - { id: news-fr-la-croix, name: "La Croix", host: www.la-croix.com, cat: news, provider: bayard, cc: FR, imp: 2, tier: 4, checks: [http] }
52 + - { id: news-fr-lhumanite, name: "L'Humanité", host: www.humanite.fr, cat: news, provider: humanite, cc: FR, imp: 2, tier: 4, checks: [http] }
53 + - { id: news-fr-mediapart, name: "Mediapart", host: www.mediapart.fr, cat: news, provider: mediapart, cc: FR, imp: 2, tier: 4, checks: [http] }
54 + - { id: news-fr-lequipe, name: "L'Équipe", host: www.lequipe.fr, cat: news, provider: amaury, cc: FR, imp: 3, tier: 4, checks: [http] }
55 + - { id: news-fr-sud-ouest, name: "Sud Ouest", host: www.sudouest.fr, cat: news, provider: sud-ouest, cc: FR, imp: 2, tier: 4, checks: [http] }
56 + - { id: news-fr-la-depeche, name: "La Dépêche", host: www.ladepeche.fr, cat: news, provider: la-depeche, cc: FR, imp: 2, tier: 4, checks: [http] }
57 + - { id: news-fr-le-telegramme, name: "Le Télégramme", host: www.letelegramme.fr, cat: news, provider: le-telegramme, cc: FR, imp: 2, tier: 4, checks: [http] }
58 + - { id: news-fr-numerama, name: "Numerama", host: www.numerama.com, cat: news, provider: humanoid, cc: FR, imp: 2, tier: 4, checks: [http] }
59 + - { id: news-fr-01net, name: "01net", host: www.01net.com, cat: news, provider: 01net, cc: FR, imp: 2, tier: 4, checks: [http] }
60 + - { id: news-fr-clubic, name: "Clubic", host: www.clubic.com, cat: news, provider: clubic, cc: FR, imp: 2, tier: 4, checks: [http] }
61 + - { id: news-fr-frandroid, name: "Frandroid", host: www.frandroid.com, cat: news, provider: humanoid, cc: FR, imp: 2, tier: 4, checks: [http] }
62 + - { id: news-fr-lesnumeriques, name: "Les Numériques", host: www.lesnumeriques.com, cat: news, provider: humanoid, cc: FR, imp: 2, tier: 4, checks: [http] }
63 + - { id: news-fr-journal-du-net, name: "Journal du Net", host: www.journaldunet.com, cat: news, provider: ccm-benchmark, cc: FR, imp: 2, tier: 4, checks: [http] }
64 + - { id: news-fr-huffpost, name: "HuffPost France", host: www.huffingtonpost.fr, cat: news, provider: le-monde, cc: FR, imp: 2, tier: 4, checks: [http] }
65 + - { id: tv-fr-arte-info, name: "ARTE Info", host: www.arte.tv, url: "https://www.arte.tv/fr/afp/actualites/", cat: news, provider: arte, cc: FR, imp: 2, tier: 4, checks: [http] }
66 + - { id: tv-fr-tv5monde, name: "TV5MONDE", host: www.tv5monde.com, cat: news, provider: tv5monde, cc: FR, imp: 3, tier: 4, checks: [http] }
67 + - { id: tv-it-rai, name: "RAI", host: www.rai.it, cat: news, provider: rai, cc: IT, imp: 5, tier: 2, checks: [http] }
68 + - { id: tv-it-rainews, name: "Rai News", host: www.rainews.it, cat: news, provider: rai, cc: IT, imp: 4, tier: 3, checks: [http] }
69 + - { id: tv-it-tgcom24, name: "TGCOM24", host: www.tgcom24.mediaset.it, cat: news, provider: mediaset, cc: IT, imp: 3, tier: 4, checks: [http] }
70 + - { id: tv-it-sky-tg24, name: "Sky TG24", host: tg24.sky.it, cat: news, provider: sky, cc: IT, imp: 3, tier: 4, checks: [http] }
71 + - { id: tv-it-la7, name: "La7", host: www.la7.it, cat: news, provider: cairo, cc: IT, imp: 2, tier: 4, checks: [http] }
72 + - { id: news-it-la-stampa, name: "La Stampa", host: www.lastampa.it, cat: news, provider: gedi, cc: IT, imp: 3, tier: 4, checks: [http] }
73 + - { id: news-it-il-sole-24-ore, name: "Il Sole 24 Ore", host: www.ilsole24ore.com, cat: news, provider: confindustria, cc: IT, imp: 3, tier: 4, checks: [http] }
74 + - { id: news-it-il-messaggero, name: "Il Messaggero", host: www.ilmessaggero.it, cat: news, provider: caltagirone, cc: IT, imp: 2, tier: 4, checks: [http] }
75 + - { id: news-it-il-fatto-quotidiano, name: "Il Fatto Quotidiano", host: www.ilfattoquotidiano.it, cat: news, provider: seif, cc: IT, imp: 2, tier: 4, checks: [http] }
76 + - { id: news-it-ansa, name: "ANSA", host: www.ansa.it, cat: news, provider: ansa, cc: IT, imp: 4, tier: 3, checks: [http] }
77 + - { id: news-it-adnkronos, name: "Adnkronos", host: www.adnkronos.com, cat: news, provider: adnkronos, cc: IT, imp: 2, tier: 4, checks: [http] }
78 + - { id: news-it-il-giornale, name: "il Giornale", host: www.ilgiornale.it, cat: news, provider: il-giornale, cc: IT, imp: 2, tier: 4, checks: [http] }
79 + - { id: news-it-libero, name: "Libero", host: www.liberoquotidiano.it, cat: news, provider: libero, cc: IT, imp: 2, tier: 4, checks: [http] }
80 + - { id: news-it-gazzetta, name: "La Gazzetta dello Sport", host: www.gazzetta.it, cat: news, provider: rcs, cc: IT, imp: 3, tier: 4, checks: [http] }
81 + - { id: news-it-corriere-sport, name: "Corriere dello Sport", host: www.corrieredellosport.it, cat: news, provider: amodei, cc: IT, imp: 2, tier: 4, checks: [http] }
82 + - { id: news-it-panorama, name: "Panorama", host: www.panorama.it, cat: news, provider: la-verita, cc: IT, imp: 2, tier: 4, checks: [http] }
83 + - { id: news-it-lespresso, name: "L'Espresso", host: lespresso.it, cat: news, provider: bfc, cc: IT, imp: 2, tier: 4, checks: [http] }
84 + - { id: news-it-fanpage, name: "Fanpage", host: www.fanpage.it, cat: news, provider: ciaopeople, cc: IT, imp: 2, tier: 4, checks: [http] }
85 + - { id: news-it-hwupgrade, name: "Hardware Upgrade", host: www.hwupgrade.it, cat: news, provider: hwupgrade, cc: IT, imp: 2, tier: 4, checks: [http] }
86 + - { id: news-it-punto-informatico, name: "Punto Informatico", host: www.punto-informatico.it, cat: news, provider: punto-informatico, cc: IT, imp: 2, tier: 4, checks: [http] }
87 + - { id: tv-es-rtve-noticias, name: "RTVE Noticias", host: www.rtve.es, url: "https://www.rtve.es/noticias/", cat: news, provider: rtve, cc: ES, imp: 4, tier: 3, checks: [http] }
88 + - { id: tv-es-antena3, name: "Antena 3", host: www.antena3.com, cat: news, provider: atresmedia, cc: ES, imp: 3, tier: 4, checks: [http] }
89 + - { id: tv-es-la-sexta, name: "laSexta", host: www.lasexta.com, cat: news, provider: atresmedia, cc: ES, imp: 3, tier: 4, checks: [http] }
90 + - { id: tv-es-telecinco, name: "Telecinco", host: www.telecinco.es, cat: news, provider: mediaset-espana, cc: ES, imp: 3, tier: 4, checks: [http] }
91 + - { id: radio-es-cadena-ser, name: "Cadena SER", host: cadenaser.com, cat: news, provider: prisa, cc: ES, imp: 3, tier: 4, checks: [http] }
92 + - { id: radio-es-cope, name: "COPE", host: www.cope.es, cat: news, provider: cope, cc: ES, imp: 2, tier: 4, checks: [http] }
93 + - { id: news-es-abc, name: "ABC", host: www.abc.es, cat: news, provider: vocento, cc: ES, imp: 3, tier: 4, checks: [http] }
94 + - { id: news-es-la-vanguardia, name: "La Vanguardia", host: www.lavanguardia.com, cat: news, provider: godo, cc: ES, imp: 3, tier: 4, checks: [http] }
95 + - { id: news-es-el-periodico, name: "El Periódico", host: www.elperiodico.com, cat: news, provider: prensa-iberica, cc: ES, imp: 2, tier: 4, checks: [http] }
96 + - { id: news-es-el-confidencial, name: "El Confidencial", host: www.elconfidencial.com, cat: news, provider: titania, cc: ES, imp: 3, tier: 4, checks: [http] }
97 + - { id: news-es-eldiario, name: "elDiario.es", host: www.eldiario.es, cat: news, provider: eldiario, cc: ES, imp: 2, tier: 4, checks: [http] }
98 + - { id: news-es-20minutos, name: "20minutos", host: www.20minutos.es, cat: news, provider: henneo, cc: ES, imp: 2, tier: 4, checks: [http] }
99 + - { id: news-es-marca, name: "Marca", host: www.marca.com, cat: news, provider: unidad-editorial, cc: ES, imp: 3, tier: 4, checks: [http] }
100 + - { id: news-es-as, name: "Diario AS", host: as.com, cat: news, provider: prisa, cc: ES, imp: 3, tier: 4, checks: [http] }
101 + - { id: news-es-expansion, name: "Expansión", host: www.expansion.com, cat: news, provider: unidad-editorial, cc: ES, imp: 2, tier: 4, checks: [http] }
102 + - { id: news-es-efe, name: "Agencia EFE", host: efe.com, cat: news, provider: efe, cc: ES, imp: 4, tier: 3, checks: [http] }
103 + - { id: news-es-europa-press, name: "Europa Press", host: www.europapress.es, cat: news, provider: europa-press, cc: ES, imp: 2, tier: 4, checks: [http] }
104 + - { id: news-es-xataka, name: "Xataka", host: www.xataka.com, cat: news, provider: webedia, cc: ES, imp: 2, tier: 4, checks: [http] }
105 + - { id: news-es-genbeta, name: "Genbeta", host: www.genbeta.com, cat: news, provider: webedia, cc: ES, imp: 2, tier: 4, checks: [http] }
106 + - { id: news-es-ok-diario, name: "OKDiario", host: okdiario.com, cat: news, provider: okdiario, cc: ES, imp: 2, tier: 4, checks: [http] }
107 + - { id: tv-pt-rtp, name: "RTP", host: www.rtp.pt, cat: news, provider: rtp, cc: PT, imp: 4, tier: 3, checks: [http] }
108 + - { id: tv-pt-sic, name: "SIC Notícias", host: sicnoticias.pt, cat: news, provider: impresa, cc: PT, imp: 3, tier: 4, checks: [http] }
109 + - { id: tv-pt-tvi, name: "TVI", host: tvi.iol.pt, cat: news, provider: media-capital, cc: PT, imp: 2, tier: 4, checks: [http] }
110 + - { id: tv-pt-cnn-portugal, name: "CNN Portugal", host: cnnportugal.iol.pt, cat: news, provider: media-capital, cc: PT, imp: 2, tier: 4, checks: [http] }
111 + - { id: news-pt-publico, name: "Público", host: www.publico.pt, cat: news, provider: sonae, cc: PT, imp: 3, tier: 4, checks: [http] }
112 + - { id: news-pt-expresso, name: "Expresso", host: expresso.pt, cat: news, provider: impresa, cc: PT, imp: 3, tier: 4, checks: [http] }
113 + - { id: news-pt-cm, name: "Correio da Manhã", host: www.cmjornal.pt, cat: news, provider: cofina, cc: PT, imp: 2, tier: 4, checks: [http] }
114 + - { id: news-pt-jn, name: "Jornal de Notícias", host: www.jn.pt, cat: news, provider: global-media, cc: PT, imp: 2, tier: 4, checks: [http] }
115 + - { id: news-pt-dn, name: "Diário de Notícias", host: www.dn.pt, cat: news, provider: global-media, cc: PT, imp: 2, tier: 4, checks: [http] }
116 + - { id: news-pt-observador, name: "Observador", host: observador.pt, cat: news, provider: observador, cc: PT, imp: 2, tier: 4, checks: [http] }
117 + - { id: news-pt-lusa, name: "Lusa", host: www.lusa.pt, cat: news, provider: lusa, cc: PT, imp: 3, tier: 4, checks: [http] }
118 + - { id: news-pt-record, name: "Record", host: www.record.pt, cat: news, provider: cofina, cc: PT, imp: 2, tier: 4, checks: [http] }
119 + - { id: news-pt-a-bola, name: "A Bola", host: www.abola.pt, cat: news, provider: a-bola, cc: PT, imp: 2, tier: 4, checks: [http] }
120 + - { id: tv-nl-npo, name: "NPO", host: npo.nl, url: "https://npo.nl/start", cat: news, provider: npo, cc: NL, imp: 4, tier: 3, checks: [http] }
121 + - { id: tv-nl-rtl-nieuws, name: "RTL Nieuws", host: www.rtlnieuws.nl, cat: news, provider: rtl-nl, cc: NL, imp: 3, tier: 4, checks: [http] }
122 + - { id: news-nl-ad, name: "AD", host: www.ad.nl, cat: news, provider: dpg, cc: NL, imp: 3, tier: 4, checks: [http] }
123 + - { id: news-nl-volkskrant, name: "de Volkskrant", host: www.volkskrant.nl, cat: news, provider: dpg, cc: NL, imp: 3, tier: 4, checks: [http] }
124 + - { id: news-nl-nrc, name: "NRC", host: www.nrc.nl, cat: news, provider: mediahuis, cc: NL, imp: 3, tier: 4, checks: [http] }
125 + - { id: news-nl-trouw, name: "Trouw", host: www.trouw.nl, cat: news, provider: dpg, cc: NL, imp: 2, tier: 4, checks: [http] }
126 + - { id: news-nl-fd, name: "Het Financieele Dagblad", host: fd.nl, cat: news, provider: fd-mediagroep, cc: NL, imp: 2, tier: 4, checks: [http] }
127 + - { id: news-nl-parool, name: "Het Parool", host: www.parool.nl, cat: news, provider: dpg, cc: NL, imp: 2, tier: 4, checks: [http] }
128 + - { id: news-nl-anp, name: "ANP", host: www.anp.nl, cat: news, provider: anp, cc: NL, imp: 3, tier: 4, checks: [http] }
129 + - { id: news-nl-tweakers, name: "Tweakers", host: tweakers.net, cat: news, provider: dpg, cc: NL, imp: 3, tier: 4, checks: [http] }
130 + - { id: news-nl-nieuwsblad, name: "Nieuwsblad", host: www.nieuwsblad.be, cat: news, provider: mediahuis, cc: BE, imp: 2, tier: 4, checks: [http] }
131 + - { id: news-nl-hln, name: "HLN", host: www.hln.be, cat: news, provider: dpg, cc: BE, imp: 3, tier: 4, checks: [http] }
132 + - { id: tv-be-vtm, name: "VTM NIEUWS", host: www.vtmnieuws.be, cat: news, provider: dpg, cc: BE, imp: 2, tier: 4, checks: [http] }
133 + - { id: tv-be-rtl-info, name: "RTL info", host: www.rtl.be, cat: news, provider: rtl-belgium, cc: BE, imp: 3, tier: 4, checks: [http] }
134 + - { id: news-be-le-soir, name: "Le Soir", host: www.lesoir.be, cat: news, provider: rossel, cc: BE, imp: 3, tier: 4, checks: [http] }
135 + - { id: news-be-la-libre, name: "La Libre", host: www.lalibre.be, cat: news, provider: ipm, cc: BE, imp: 2, tier: 4, checks: [http] }
136 + - { id: news-be-de-standaard, name: "De Standaard", host: www.standaard.be, cat: news, provider: mediahuis, cc: BE, imp: 3, tier: 4, checks: [http] }
137 + - { id: news-be-de-morgen, name: "De Morgen", host: www.demorgen.be, cat: news, provider: dpg, cc: BE, imp: 2, tier: 4, checks: [http] }
138 + - { id: news-be-de-tijd, name: "De Tijd", host: www.tijd.be, cat: news, provider: mediafin, cc: BE, imp: 2, tier: 4, checks: [http] }
139 + - { id: news-be-lecho, name: "L'Echo", host: www.lecho.be, cat: news, provider: mediafin, cc: BE, imp: 2, tier: 4, checks: [http] }
140 + - { id: news-be-belga, name: "Belga", host: www.belga.be, cat: news, provider: belga, cc: BE, imp: 3, tier: 4, checks: [http] }
141 + - { id: news-be-sudinfo, name: "Sudinfo", host: www.sudinfo.be, cat: news, provider: rossel, cc: BE, imp: 2, tier: 4, checks: [http] }
142 + - { id: news-be-dh, name: "DH Les Sports+", host: www.dhnet.be, cat: news, provider: ipm, cc: BE, imp: 2, tier: 4, checks: [http] }
143 + - { id: news-lu-wort, name: "Luxemburger Wort", host: www.wort.lu, cat: news, provider: mediahuis, cc: LU, imp: 2, tier: 4, checks: [http] }
144 + - { id: news-lu-rtl, name: "RTL Lëtzebuerg", host: www.rtl.lu, cat: news, provider: rtl-group, cc: LU, imp: 3, tier: 4, checks: [http] }
145 + - { id: news-lu-lessentiel, name: "L'essentiel", host: www.lessentiel.lu, cat: news, provider: edita, cc: LU, imp: 2, tier: 4, checks: [http] }
146 + - { id: tv-ch-srg-ssr, name: "SRG SSR", host: www.srgssr.ch, cat: news, provider: srg, cc: CH, imp: 3, tier: 4, checks: [http] }
147 + - { id: tv-ch-rsi, name: "RSI", host: www.rsi.ch, cat: news, provider: srg, cc: CH, imp: 2, tier: 4, checks: [http] }
148 + - { id: tv-ch-swissinfo, name: "SWI swissinfo.ch", host: www.swissinfo.ch, cat: news, provider: srg, cc: CH, imp: 3, tier: 4, checks: [http] }
149 + - { id: news-ch-nzz, name: "NZZ", host: www.nzz.ch, cat: news, provider: nzz, cc: CH, imp: 3, tier: 4, checks: [http] }
150 + - { id: news-ch-tages-anzeiger, name: "Tages-Anzeiger", host: www.tagesanzeiger.ch, cat: news, provider: tx-group, cc: CH, imp: 3, tier: 4, checks: [http] }
151 + - { id: news-ch-blick, name: "Blick", host: www.blick.ch, cat: news, provider: ringier, cc: CH, imp: 3, tier: 4, checks: [http] }
152 + - { id: news-ch-20min, name: "20 Minuten", host: www.20min.ch, cat: news, provider: tx-group, cc: CH, imp: 3, tier: 4, checks: [http] }
153 + - { id: news-ch-le-temps, name: "Le Temps", host: www.letemps.ch, cat: news, provider: le-temps, cc: CH, imp: 2, tier: 4, checks: [http] }
154 + - { id: news-ch-24heures, name: "24 heures", host: www.24heures.ch, cat: news, provider: tx-group, cc: CH, imp: 2, tier: 4, checks: [http] }
155 + - { id: news-ch-tribune-de-geneve, name: "Tribune de Genève", host: www.tdg.ch, cat: news, provider: tx-group, cc: CH, imp: 2, tier: 4, checks: [http] }
156 + - { id: news-ch-watson, name: "watson", host: www.watson.ch, cat: news, provider: chmedia, cc: CH, imp: 2, tier: 4, checks: [http] }
157 + - { id: news-ch-keystone-sda, name: "Keystone-SDA", host: www.keystone-sda.ch, cat: news, provider: keystone-sda, cc: CH, imp: 2, tier: 4, checks: [http] }
158 + - { id: tv-at-orf-on, name: "ORF ON", host: on.orf.at, cat: news, provider: orf, cc: AT, imp: 3, tier: 4, checks: [http] }
159 + - { id: news-at-der-standard, name: "Der Standard", host: www.derstandard.at, cat: news, provider: der-standard, cc: AT, imp: 3, tier: 4, checks: [http] }
160 + - { id: news-at-die-presse, name: "Die Presse", host: www.diepresse.com, cat: news, provider: styria, cc: AT, imp: 3, tier: 4, checks: [http] }
161 + - { id: news-at-krone, name: "Kronen Zeitung", host: www.krone.at, cat: news, provider: krone, cc: AT, imp: 3, tier: 4, checks: [http] }
162 + - { id: news-at-kurier, name: "Kurier", host: kurier.at, cat: news, provider: kurier, cc: AT, imp: 2, tier: 4, checks: [http] }
163 + - { id: news-at-heute, name: "Heute", host: www.heute.at, cat: news, provider: heute, cc: AT, imp: 2, tier: 4, checks: [http] }
164 + - { id: news-at-kleine-zeitung, name: "Kleine Zeitung", host: www.kleinezeitung.at, cat: news, provider: styria, cc: AT, imp: 2, tier: 4, checks: [http] }
165 + - { id: news-at-oe24, name: "oe24", host: www.oe24.at, cat: news, provider: mediengruppe-oesterreich, cc: AT, imp: 2, tier: 4, checks: [http] }
166 + - { id: news-at-apa, name: "APA", host: apa.at, cat: news, provider: apa, cc: AT, imp: 3, tier: 4, checks: [http] }
167 + - { id: news-at-salzburger, name: "Salzburger Nachrichten", host: www.sn.at, cat: news, provider: sn, cc: AT, imp: 2, tier: 4, checks: [http] }
168 + - { id: tv-gb-channel4-news, name: "Channel 4 News", host: www.channel4.com, url: "https://www.channel4.com/news", cat: news, provider: channel4, cc: GB, imp: 3, tier: 4, checks: [http] }
169 + - { id: tv-gb-lbc, name: "LBC", host: www.lbc.co.uk, cat: news, provider: global, cc: GB, imp: 2, tier: 4, checks: [http] }
170 + - { id: tv-gb-gb-news, name: "GB News", host: www.gbnews.com, cat: news, provider: gb-news, cc: GB, imp: 2, tier: 4, checks: [http] }
171 + - { id: news-gb-the-sun, name: "The Sun", host: www.thesun.co.uk, cat: news, provider: news-corp, cc: GB, imp: 3, tier: 4, checks: [http] }
172 + - { id: news-gb-mirror, name: "Daily Mirror", host: www.mirror.co.uk, cat: news, provider: reach, cc: GB, imp: 3, tier: 4, checks: [http] }
173 + - { id: news-gb-express, name: "Daily Express", host: www.express.co.uk, cat: news, provider: reach, cc: GB, imp: 2, tier: 4, checks: [http] }
174 + - { id: news-gb-metro, name: "Metro", host: metro.co.uk, cat: news, provider: dmgt, cc: GB, imp: 3, tier: 4, checks: [http] }
175 + - { id: news-gb-evening-standard, name: "Evening Standard", host: www.standard.co.uk, cat: news, provider: lebedev, cc: GB, imp: 2, tier: 4, checks: [http] }
176 + - { id: news-gb-the-i, name: "The i Paper", host: inews.co.uk, cat: news, provider: dmgt, cc: GB, imp: 2, tier: 4, checks: [http] }
177 + - { id: news-gb-the-scotsman, name: "The Scotsman", host: www.scotsman.com, cat: news, provider: national-world, cc: GB, imp: 2, tier: 4, checks: [http] }
178 + - { id: news-gb-the-herald, name: "The Herald", host: www.heraldscotland.com, cat: news, provider: newsquest, cc: GB, imp: 2, tier: 4, checks: [http] }
179 + - { id: news-gb-daily-record, name: "Daily Record", host: www.dailyrecord.co.uk, cat: news, provider: reach, cc: GB, imp: 2, tier: 4, checks: [http] }
180 + - { id: news-gb-belfast-telegraph, name: "Belfast Telegraph", host: www.belfasttelegraph.co.uk, cat: news, provider: mediahuis, cc: GB, imp: 2, tier: 4, checks: [http] }
181 + - { id: news-gb-walesonline, name: "WalesOnline", host: www.walesonline.co.uk, cat: news, provider: reach, cc: GB, imp: 2, tier: 4, checks: [http] }
182 + - { id: news-gb-manchester-evening-news, name: "Manchester Evening News", host: www.manchestereveningnews.co.uk, cat: news, provider: reach, cc: GB, imp: 2, tier: 4, checks: [http] }
183 + - { id: news-gb-huffpost, name: "HuffPost UK", host: www.huffingtonpost.co.uk, cat: news, provider: buzzfeed, cc: GB, imp: 2, tier: 4, checks: [http] }
184 + - { id: news-gb-spectator, name: "The Spectator", host: www.spectator.co.uk, cat: news, provider: spectator, cc: GB, imp: 2, tier: 4, checks: [http] }
185 + - { id: news-gb-new-statesman, name: "New Statesman", host: www.newstatesman.com, cat: news, provider: new-statesman, cc: GB, imp: 2, tier: 4, checks: [http] }
186 + - { id: news-gb-private-eye, name: "Private Eye", host: www.private-eye.co.uk, cat: news, provider: pressdram, cc: GB, imp: 2, tier: 4, checks: [http] }
187 + - { id: news-gb-pa-media, name: "PA Media", host: pa.media, cat: news, provider: pa-media, cc: GB, imp: 3, tier: 4, checks: [http] }
188 + - { id: news-gb-the-register, name: "The Register", host: www.theregister.com, cat: news, provider: situation-publishing, cc: GB, imp: 3, tier: 4, checks: [http] }
189 + - { id: news-gb-techradar, name: "TechRadar", host: www.techradar.com, cat: news, provider: future, cc: GB, imp: 3, tier: 4, checks: [http] }
190 + - { id: news-gb-toms-guide, name: "Tom's Guide", host: www.tomsguide.com, cat: news, provider: future, cc: GB, imp: 2, tier: 4, checks: [http] }
191 + - { id: news-gb-toms-hardware, name: "Tom's Hardware", host: www.tomshardware.com, cat: news, provider: future, cc: GB, imp: 2, tier: 4, checks: [http] }
192 + - { id: news-gb-bbc-sport, name: "BBC Sport", host: www.bbc.com, url: "https://www.bbc.com/sport", cat: news, provider: bbc, cc: GB, imp: 3, tier: 4, checks: [http] }
193 + - { id: news-gb-the-athletic, name: "The Athletic", host: www.nytimes.com, url: "https://www.nytimes.com/athletic/", cat: news, provider: nyt, cc: GB, imp: 2, tier: 4, checks: [http] }
194 + - { id: news-gb-omg-ubuntu, name: "OMG! Ubuntu", host: www.omgubuntu.co.uk, cat: news, provider: omg-ubuntu, cc: GB, imp: 2, tier: 4, checks: [http] }
195 + - { id: news-gb-bbc-world-service, name: "BBC World Service", host: www.bbc.co.uk, url: "https://www.bbc.co.uk/worldserviceradio", cat: news, provider: bbc, cc: GB, imp: 3, tier: 4, checks: [http] }
196 + - { id: news-gb-bbc-weather, name: "BBC Weather", host: www.bbc.com, url: "https://www.bbc.com/weather", cat: news, provider: bbc, cc: GB, imp: 3, tier: 4, checks: [http] }
197 + - { id: tv-ie-rte-news, name: "RTÉ News", host: www.rte.ie, url: "https://www.rte.ie/news/", cat: news, provider: rte, cc: IE, imp: 3, tier: 4, checks: [http] }
198 + - { id: tv-ie-virgin-media, name: "Virgin Media News", host: www.virginmediatelevision.ie, cat: news, provider: virgin-media, cc: IE, imp: 2, tier: 4, checks: [http] }
199 + - { id: tv-ie-tg4, name: "TG4", host: www.tg4.ie, cat: news, provider: tg4, cc: IE, imp: 2, tier: 4, checks: [http] }
200 + - { id: news-ie-independent, name: "Irish Independent", host: www.independent.ie, cat: news, provider: mediahuis, cc: IE, imp: 3, tier: 4, checks: [http] }
201 + - { id: news-ie-examiner, name: "Irish Examiner", host: www.irishexaminer.com, cat: news, provider: irish-times, cc: IE, imp: 2, tier: 4, checks: [http] }
202 + - { id: news-ie-thejournal, name: "TheJournal.ie", host: www.thejournal.ie, cat: news, provider: journal-media, cc: IE, imp: 2, tier: 4, checks: [http] }
203 + - { id: news-ie-breakingnews, name: "BreakingNews.ie", host: www.breakingnews.ie, cat: news, provider: irish-times, cc: IE, imp: 2, tier: 4, checks: [http] }
204 + - { id: news-ie-newstalk, name: "Newstalk", host: www.newstalk.com, cat: news, provider: bauer, cc: IE, imp: 2, tier: 4, checks: [http] }
205 + - { id: news-ru-moscow-times, name: "The Moscow Times", host: www.themoscowtimes.com, cat: news, provider: moscow-times, cc: NL, imp: 2, tier: 4, checks: [http] }
206 + - { id: news-us-nature, name: "Nature", host: www.nature.com, cat: news, provider: springer-nature, cc: GB, imp: 4, tier: 3, checks: [http] }
207 + - { id: news-us-new-scientist, name: "New Scientist", host: www.newscientist.com, cat: news, provider: dmgt, cc: GB, imp: 2, tier: 4, checks: [http] }
208 + - { id: news-us-eurogamer, name: "Eurogamer", host: www.eurogamer.net, cat: news, provider: ign, cc: GB, imp: 2, tier: 4, checks: [http] }
209 + - { id: news-us-rock-paper-shotgun, name: "Rock Paper Shotgun", host: www.rockpapershotgun.com, cat: news, provider: ign, cc: GB, imp: 2, tier: 4, checks: [http] }
210 + - { id: news-ir-iran-international, name: "Iran International", host: www.iranintl.com, cat: news, provider: iran-intl, cc: GB, imp: 2, tier: 4, checks: [http] }
211 + - { id: news-africa-jeune-afrique, name: "Jeune Afrique", host: www.jeuneafrique.com, cat: news, provider: jeune-afrique, cc: FR, imp: 3, tier: 4, checks: [http] }
212 + - { id: news-africa-the-africa-report, name: "The Africa Report", host: www.theafricareport.com, cat: news, provider: jeune-afrique, cc: FR, imp: 2, tier: 4, checks: [http] }
213 + - { id: news-africa-ecofin, name: "Agence Ecofin", host: www.agenceecofin.com, cat: news, provider: agence-ecofin, cc: CH, imp: 2, tier: 4, checks: [http] }
214 + - { id: news-africa-rfi-afrique, name: "RFI Afrique", host: www.rfi.fr, url: "https://www.rfi.fr/fr/afrique/", cat: news, provider: france-medias-monde, cc: FR, imp: 2, tier: 4, checks: [http] }
215 + - { id: news-africa-bbc-afrique, name: "BBC Afrique", host: www.bbc.com, url: "https://www.bbc.com/afrique", cat: news, provider: bbc, cc: GB, imp: 2, tier: 4, checks: [http] }
216 + - { id: news-africa-dw-afrique, name: "DW Afrique", host: www.dw.com, url: "https://www.dw.com/fr/afrique/s-12355", cat: news, provider: dw, cc: DE, imp: 1, tier: 4, checks: [http] }
217 + - { id: stream-formula1, name: "Formula 1", host: www.formula1.com, cat: news, provider: liberty-media, cc: GB, imp: 3, tier: 4, checks: [http] }
218 + - { id: stream-eurosport, name: "Eurosport", host: www.eurosport.com, cat: news, provider: wbd, cc: FR, imp: 3, tier: 4, checks: [http] }
219 + - { id: stream-sky-sports, name: "Sky Sports", host: www.skysports.com, cat: news, provider: sky, cc: GB, imp: 3, tier: 4, checks: [http] }
220 + - { id: stream-bt-sport, name: "Premier League", host: www.premierleague.com, cat: news, provider: premier-league, cc: GB, imp: 3, tier: 4, checks: [http] }
221 + - { id: stream-rmc-sport, name: "RMC Sport", host: rmcsport.bfmtv.com, cat: news, provider: cma-cgm, cc: FR, imp: 2, tier: 4, checks: [http] }
222 + - { id: game-gamesindustry, name: "GamesIndustry.biz", host: www.gamesindustry.biz, cat: news, provider: ign, cc: GB, imp: 1, tier: 4, checks: [http] }
223 + - { id: game-dexerto, name: "Dexerto", host: www.dexerto.com, cat: news, provider: dexerto, cc: GB, imp: 2, tier: 4, checks: [http] }
224 + - { id: game-esports-insider, name: "Esports Insider", host: esportsinsider.com, cat: news, provider: esi, cc: GB, imp: 1, tier: 4, checks: [http] }
225 + - { id: game-gamesradar, name: "GamesRadar+", host: www.gamesradar.com, cat: news, provider: future, cc: GB, imp: 2, tier: 4, checks: [http] }
226 + - { id: game-vg247, name: "VG247", host: www.vg247.com, cat: news, provider: ign, cc: GB, imp: 1, tier: 4, checks: [http] }
227 + - { id: game-nintendo-life, name: "Nintendo Life", host: www.nintendolife.com, cat: news, provider: hookshot, cc: GB, imp: 1, tier: 4, checks: [http] }
228 + - { id: game-push-square, name: "Push Square", host: www.pushsquare.com, cat: news, provider: hookshot, cc: GB, imp: 1, tier: 4, checks: [http] }
229 + - { id: game-pure-xbox, name: "Pure Xbox", host: www.purexbox.com, cat: news, provider: hookshot, cc: GB, imp: 1, tier: 4, checks: [http] }
230 + - { id: game-pocket-gamer, name: "Pocket Gamer", host: www.pocketgamer.com, cat: news, provider: steel-media, cc: GB, imp: 1, tier: 4, checks: [http] }
231 + - { id: game-gamekult, name: "Gamekult", host: www.gamekult.com, cat: news, provider: reworld, cc: FR, imp: 1, tier: 4, checks: [http] }
232 + - { id: game-gamestar, name: "GameStar", host: www.gamestar.de, cat: news, provider: webedia, cc: DE, imp: 2, tier: 4, checks: [http] }
233 + - { id: game-4players, name: "4Players", host: www.4players.de, cat: news, provider: 4players, cc: DE, imp: 1, tier: 4, checks: [http] }
234 + - { id: game-pcgameshardware, name: "PC Games Hardware", host: www.pcgameshardware.de, cat: news, provider: computec, cc: DE, imp: 1, tier: 4, checks: [http] }
235 + - { id: game-vandal, name: "Vandal", host: vandal.elespanol.com, cat: news, provider: el-espanol, cc: ES, imp: 2, tier: 4, checks: [http] }
236 + - { id: game-3djuegos, name: "3DJuegos", host: www.3djuegos.com, cat: news, provider: webedia, cc: ES, imp: 2, tier: 4, checks: [http] }
237 + - { id: game-meristation, name: "MeriStation", host: as.com, url: "https://as.com/meristation/", cat: news, provider: prisa, cc: ES, imp: 1, tier: 4, checks: [http] }
238 + - { id: game-multiplayer-it, name: "Multiplayer.it", host: multiplayer.it, cat: news, provider: netaddiction, cc: IT, imp: 2, tier: 4, checks: [http] }
239 + - { id: game-everyeye, name: "Everyeye", host: www.everyeye.it, cat: news, provider: everyeye, cc: IT, imp: 1, tier: 4, checks: [http] }
240 + - { id: game-spaziogames, name: "Spaziogames", host: www.spaziogames.it, cat: news, provider: spaziogames, cc: IT, imp: 1, tier: 4, checks: [http] }
241 +
242 + # ───────── News & broadcasting — Nordics, Central & Eastern Europe, Balkans, Baltics, CIS (274)
243 + - { id: tv-dk-dr-nyheder, name: "DR Nyheder", host: www.dr.dk, url: "https://www.dr.dk/nyheder", cat: news, provider: dr, cc: DK, imp: 4, tier: 3, checks: [http] }
244 + - { id: tv-dk-tv2, name: "TV 2 Danmark", host: nyheder.tv2.dk, cat: news, provider: tv2-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
245 + - { id: news-dk-politiken, name: "Politiken", host: politiken.dk, cat: news, provider: jp-politiken, cc: DK, imp: 3, tier: 4, checks: [http] }
246 + - { id: news-dk-jyllands-posten, name: "Jyllands-Posten", host: jyllands-posten.dk, cat: news, provider: jp-politiken, cc: DK, imp: 3, tier: 4, checks: [http] }
247 + - { id: news-dk-berlingske, name: "Berlingske", host: www.berlingske.dk, cat: news, provider: berlingske, cc: DK, imp: 3, tier: 4, checks: [http] }
248 + - { id: news-dk-bt, name: "B.T.", host: www.bt.dk, cat: news, provider: berlingske, cc: DK, imp: 2, tier: 4, checks: [http] }
249 + - { id: news-dk-ekstra-bladet, name: "Ekstra Bladet", host: ekstrabladet.dk, cat: news, provider: jp-politiken, cc: DK, imp: 2, tier: 4, checks: [http] }
250 + - { id: news-dk-borsen, name: "Børsen", host: borsen.dk, cat: news, provider: borsen, cc: DK, imp: 2, tier: 4, checks: [http] }
251 + - { id: news-dk-ritzau, name: "Ritzau", host: ritzau.com, cat: news, provider: ritzau, cc: DK, imp: 3, tier: 4, checks: [http] }
252 + - { id: news-dk-version2, name: "Version2", host: www.version2.dk, cat: news, provider: teknologiens-mediehus, cc: DK, imp: 2, tier: 4, checks: [http] }
253 + - { id: tv-no-nrk-nyheter, name: "NRK Nyheter", host: www.nrk.no, url: "https://www.nrk.no/nyheter/", cat: news, provider: nrk, cc: "NO", imp: 3, tier: 4, checks: [http] }
254 + - { id: tv-no-tv2, name: "TV 2 Norge", host: www.tv2.no, cat: news, provider: tv2-no, cc: "NO", imp: 3, tier: 4, checks: [http] }
255 + - { id: news-no-vg, name: "VG", host: www.vg.no, cat: news, provider: schibsted, cc: "NO", imp: 4, tier: 3, checks: [http] }
256 + - { id: news-no-aftenposten, name: "Aftenposten", host: www.aftenposten.no, cat: news, provider: schibsted, cc: "NO", imp: 3, tier: 4, checks: [http] }
257 + - { id: news-no-dagbladet, name: "Dagbladet", host: www.dagbladet.no, cat: news, provider: aller, cc: "NO", imp: 3, tier: 4, checks: [http] }
258 + - { id: news-no-nettavisen, name: "Nettavisen", host: www.nettavisen.no, cat: news, provider: amedia, cc: "NO", imp: 2, tier: 4, checks: [http] }
259 + - { id: news-no-dn, name: "Dagens Næringsliv", host: www.dn.no, cat: news, provider: dn, cc: "NO", imp: 2, tier: 4, checks: [http] }
260 + - { id: news-no-e24, name: "E24", host: e24.no, cat: news, provider: schibsted, cc: "NO", imp: 2, tier: 4, checks: [http] }
261 + - { id: news-no-ntb, name: "NTB", host: www.ntb.no, cat: news, provider: ntb, cc: "NO", imp: 3, tier: 4, checks: [http] }
262 + - { id: news-no-bergens-tidende, name: "Bergens Tidende", host: www.bt.no, cat: news, provider: schibsted, cc: "NO", imp: 2, tier: 4, checks: [http] }
263 + - { id: news-no-adresseavisen, name: "Adresseavisen", host: www.adressa.no, cat: news, provider: polaris, cc: "NO", imp: 2, tier: 4, checks: [http] }
264 + - { id: tv-se-svt-play-news, name: "SVT Nyheter live", host: www.svt.se, url: "https://www.svt.se/nyheter/", cat: news, provider: svt, cc: SE, imp: 3, tier: 4, checks: [http] }
265 + - { id: tv-se-tv4, name: "TV4", host: www.tv4.se, cat: news, provider: tv4, cc: SE, imp: 3, tier: 4, checks: [http] }
266 + - { id: radio-se-sr, name: "Sveriges Radio", host: www.sverigesradio.se, cat: news, provider: sr, cc: SE, imp: 4, tier: 3, checks: [http] }
267 + - { id: news-se-aftonbladet, name: "Aftonbladet", host: www.aftonbladet.se, cat: news, provider: schibsted, cc: SE, imp: 4, tier: 3, checks: [http] }
268 + - { id: news-se-expressen, name: "Expressen", host: www.expressen.se, cat: news, provider: bonnier, cc: SE, imp: 3, tier: 4, checks: [http] }
269 + - { id: news-se-dn, name: "Dagens Nyheter", host: www.dn.se, cat: news, provider: bonnier, cc: SE, imp: 3, tier: 4, checks: [http] }
270 + - { id: news-se-svd, name: "Svenska Dagbladet", host: www.svd.se, cat: news, provider: schibsted, cc: SE, imp: 3, tier: 4, checks: [http] }
271 + - { id: news-se-gp, name: "Göteborgs-Posten", host: www.gp.se, cat: news, provider: stampen, cc: SE, imp: 2, tier: 4, checks: [http] }
272 + - { id: news-se-sydsvenskan, name: "Sydsvenskan", host: www.sydsvenskan.se, cat: news, provider: bonnier, cc: SE, imp: 2, tier: 4, checks: [http] }
273 + - { id: news-se-di, name: "Dagens Industri", host: www.di.se, cat: news, provider: bonnier, cc: SE, imp: 2, tier: 4, checks: [http] }
274 + - { id: news-se-tt, name: "TT Nyhetsbyrån", host: tt.se, cat: news, provider: tt, cc: SE, imp: 3, tier: 4, checks: [http] }
275 + - { id: news-se-omni, name: "Omni", host: omni.se, cat: news, provider: schibsted, cc: SE, imp: 2, tier: 4, checks: [http] }
276 + - { id: news-se-the-local, name: "The Local", host: www.thelocal.com, cat: news, provider: the-local, cc: SE, imp: 2, tier: 4, checks: [http] }
277 + - { id: tv-fi-yle-uutiset, name: "Yle Uutiset", host: yle.fi, url: "https://yle.fi/uutiset", cat: news, provider: yle, cc: FI, imp: 3, tier: 4, checks: [http] }
278 + - { id: tv-fi-mtv, name: "MTV Uutiset", host: www.mtvuutiset.fi, cat: news, provider: mtv-fi, cc: FI, imp: 3, tier: 4, checks: [http] }
279 + - { id: news-fi-hs, name: "Helsingin Sanomat", host: www.hs.fi, cat: news, provider: sanoma, cc: FI, imp: 4, tier: 3, checks: [http] }
280 + - { id: news-fi-iltalehti, name: "Iltalehti", host: www.iltalehti.fi, cat: news, provider: alma, cc: FI, imp: 3, tier: 4, checks: [http] }
281 + - { id: news-fi-is, name: "Ilta-Sanomat", host: www.is.fi, cat: news, provider: sanoma, cc: FI, imp: 3, tier: 4, checks: [http] }
282 + - { id: news-fi-kauppalehti, name: "Kauppalehti", host: www.kauppalehti.fi, cat: news, provider: alma, cc: FI, imp: 2, tier: 4, checks: [http] }
283 + - { id: news-fi-stt, name: "STT", host: stt.fi, cat: news, provider: stt, cc: FI, imp: 3, tier: 4, checks: [http] }
284 + - { id: news-fi-aamulehti, name: "Aamulehti", host: www.aamulehti.fi, cat: news, provider: sanoma, cc: FI, imp: 2, tier: 4, checks: [http] }
285 + - { id: news-fi-hbl, name: "Hufvudstadsbladet", host: www.hbl.fi, cat: news, provider: ksf, cc: FI, imp: 2, tier: 4, checks: [http] }
286 + - { id: tv-is-ruv, name: "RÚV", host: www.ruv.is, cat: news, provider: ruv, cc: IS, imp: 3, tier: 4, checks: [http] }
287 + - { id: news-is-mbl, name: "Morgunblaðið", host: www.mbl.is, cat: news, provider: arvakur, cc: IS, imp: 3, tier: 4, checks: [http] }
288 + - { id: news-is-visir, name: "Vísir", host: www.visir.is, cat: news, provider: syn, cc: IS, imp: 2, tier: 4, checks: [http] }
289 + - { id: news-is-iceland-review, name: "Iceland Review", host: www.icelandreview.com, cat: news, provider: iceland-review, cc: IS, imp: 2, tier: 4, checks: [http] }
290 + - { id: tv-pl-tvp, name: "TVP", host: www.tvp.pl, cat: news, provider: tvp, cc: PL, imp: 4, tier: 3, checks: [http] }
291 + - { id: tv-pl-tvp-info, name: "TVP Info", host: www.tvp.info, cat: news, provider: tvp, cc: PL, imp: 3, tier: 4, checks: [http] }
292 + - { id: tv-pl-tvn24, name: "TVN24", host: tvn24.pl, cat: news, provider: wbd, cc: PL, imp: 4, tier: 3, checks: [http] }
293 + - { id: tv-pl-polsat-news, name: "Polsat News", host: www.polsatnews.pl, cat: news, provider: polsat, cc: PL, imp: 3, tier: 4, checks: [http] }
294 + - { id: radio-pl-polskie-radio, name: "Polskie Radio", host: www.polskieradio.pl, cat: news, provider: polskie-radio, cc: PL, imp: 3, tier: 4, checks: [http] }
295 + - { id: radio-pl-rmf24, name: "RMF24", host: www.rmf24.pl, cat: news, provider: bauer, cc: PL, imp: 3, tier: 4, checks: [http] }
296 + - { id: news-pl-wp, name: "Wirtualna Polska", host: www.wp.pl, cat: news, provider: wp, cc: PL, imp: 3, tier: 4, checks: [http] }
297 + - { id: news-pl-interia, name: "Interia", host: www.interia.pl, cat: news, provider: polsat, cc: PL, imp: 3, tier: 4, checks: [http] }
298 + - { id: news-pl-rzeczpospolita, name: "Rzeczpospolita", host: www.rp.pl, cat: news, provider: gremi, cc: PL, imp: 3, tier: 4, checks: [http] }
299 + - { id: news-pl-fakt, name: "Fakt", host: www.fakt.pl, cat: news, provider: ringier-axel-springer, cc: PL, imp: 2, tier: 4, checks: [http] }
300 + - { id: news-pl-se, name: "Super Express", host: www.se.pl, cat: news, provider: zpr, cc: PL, imp: 2, tier: 4, checks: [http] }
301 + - { id: news-pl-pap, name: "PAP", host: www.pap.pl, cat: news, provider: pap, cc: PL, imp: 3, tier: 4, checks: [http] }
302 + - { id: news-pl-gazeta-pl, name: "Gazeta.pl", host: www.gazeta.pl, cat: news, provider: agora, cc: PL, imp: 2, tier: 4, checks: [http] }
303 + - { id: news-pl-dziennik, name: "Dziennik Gazeta Prawna", host: www.gazetaprawna.pl, cat: news, provider: infor, cc: PL, imp: 2, tier: 4, checks: [http] }
304 + - { id: news-pl-wprost, name: "Wprost", host: www.wprost.pl, cat: news, provider: pmpg, cc: PL, imp: 2, tier: 4, checks: [http] }
305 + - { id: news-pl-niezalezna, name: "Niezależna", host: niezalezna.pl, cat: news, provider: niezalezna, cc: PL, imp: 2, tier: 4, checks: [http] }
306 + - { id: tv-cz-ct, name: "Česká televize", host: www.ceskatelevize.cz, cat: news, provider: ct, cc: CZ, imp: 4, tier: 3, checks: [http] }
307 + - { id: tv-cz-ct24, name: "ČT24", host: ct24.ceskatelevize.cz, cat: news, provider: ct, cc: CZ, imp: 3, tier: 4, checks: [http] }
308 + - { id: tv-cz-nova, name: "TV Nova", host: tn.nova.cz, cat: news, provider: cme, cc: CZ, imp: 3, tier: 4, checks: [http] }
309 + - { id: tv-cz-prima, name: "CNN Prima News", host: cnn.iprima.cz, cat: news, provider: prima, cc: CZ, imp: 2, tier: 4, checks: [http] }
310 + - { id: radio-cz-irozhlas, name: "iROZHLAS", host: www.irozhlas.cz, cat: news, provider: cesky-rozhlas, cc: CZ, imp: 3, tier: 4, checks: [http] }
311 + - { id: news-cz-seznam-zpravy, name: "Seznam Zprávy", host: www.seznamzpravy.cz, cat: news, provider: seznam, cc: CZ, imp: 3, tier: 4, checks: [http] }
312 + - { id: news-cz-novinky, name: "Novinky.cz", host: www.novinky.cz, cat: news, provider: seznam, cc: CZ, imp: 3, tier: 4, checks: [http] }
313 + - { id: news-cz-aktualne, name: "Aktuálně.cz", host: zpravy.aktualne.cz, cat: news, provider: economia, cc: CZ, imp: 2, tier: 4, checks: [http] }
314 + - { id: news-cz-lidovky, name: "Lidovky.cz", host: www.lidovky.cz, cat: news, provider: mafra, cc: CZ, imp: 2, tier: 4, checks: [http] }
315 + - { id: news-cz-denik, name: "Deník", host: www.denik.cz, cat: news, provider: vltava-labe-media, cc: CZ, imp: 2, tier: 4, checks: [http] }
316 + - { id: news-cz-blesk, name: "Blesk", host: www.blesk.cz, cat: news, provider: cncenter, cc: CZ, imp: 2, tier: 4, checks: [http] }
317 + - { id: news-cz-ctk, name: "ČTK", host: www.ctk.cz, cat: news, provider: ctk, cc: CZ, imp: 3, tier: 4, checks: [http] }
318 + - { id: news-cz-hospodarske-noviny, name: "Hospodářské noviny", host: hn.cz, cat: news, provider: economia, cc: CZ, imp: 2, tier: 4, checks: [http] }
319 + - { id: news-cz-respekt, name: "Respekt", host: www.respekt.cz, cat: news, provider: economia, cc: CZ, imp: 2, tier: 4, checks: [http] }
320 + - { id: tv-sk-rtvs, name: "STVR (ex-RTVS)", host: www.stvr.sk, cat: news, provider: stvr, cc: SK, imp: 3, tier: 4, checks: [http] }
321 + - { id: tv-sk-markiza, name: "TV Markíza", host: tvnoviny.sk, cat: news, provider: cme, cc: SK, imp: 3, tier: 4, checks: [http] }
322 + - { id: tv-sk-ta3, name: "TA3", host: www.ta3.com, cat: news, provider: ta3, cc: SK, imp: 2, tier: 4, checks: [http] }
323 + - { id: news-sk-sme, name: "SME", host: www.sme.sk, cat: news, provider: petit-press, cc: SK, imp: 3, tier: 4, checks: [http] }
324 + - { id: news-sk-dennik-n, name: "Denník N", host: dennikn.sk, cat: news, provider: n-press, cc: SK, imp: 2, tier: 4, checks: [http] }
325 + - { id: news-sk-pravda, name: "Pravda", host: www.pravda.sk, cat: news, provider: perex, cc: SK, imp: 2, tier: 4, checks: [http] }
326 + - { id: news-sk-aktuality, name: "Aktuality.sk", host: www.aktuality.sk, cat: news, provider: ringier, cc: SK, imp: 3, tier: 4, checks: [http] }
327 + - { id: news-sk-hnonline, name: "HNonline", host: hnonline.sk, cat: news, provider: mafra-slovakia, cc: SK, imp: 2, tier: 4, checks: [http] }
328 + - { id: news-sk-tasr, name: "TASR", host: www.tasr.sk, cat: news, provider: tasr, cc: SK, imp: 3, tier: 4, checks: [http] }
329 + - { id: news-sk-cas, name: "Nový Čas", host: www.cas.sk, cat: news, provider: ringier, cc: SK, imp: 2, tier: 4, checks: [http] }
330 + - { id: tv-hu-mtva, name: "MTVA", host: www.mtva.hu, cat: news, provider: mtva, cc: HU, imp: 3, tier: 4, checks: [http] }
331 + - { id: tv-hu-hirado, name: "hirado.hu", host: hirado.hu, cat: news, provider: mtva, cc: HU, imp: 3, tier: 4, checks: [http] }
332 + - { id: tv-hu-rtl, name: "RTL Magyarország", host: rtl.hu, cat: news, provider: rtl-group, cc: HU, imp: 3, tier: 4, checks: [http] }
333 + - { id: tv-hu-atv, name: "ATV", host: www.atv.hu, cat: news, provider: atv, cc: HU, imp: 2, tier: 4, checks: [http] }
334 + - { id: news-hu-index, name: "Index", host: index.hu, cat: news, provider: index, cc: HU, imp: 3, tier: 4, checks: [http] }
335 + - { id: news-hu-telex, name: "Telex", host: telex.hu, cat: news, provider: telex, cc: HU, imp: 3, tier: 4, checks: [http] }
336 + - { id: news-hu-24hu, name: "24.hu", host: 24.hu, cat: news, provider: central-media, cc: HU, imp: 3, tier: 4, checks: [http] }
337 + - { id: news-hu-origo, name: "Origo", host: www.origo.hu, cat: news, provider: origo, cc: HU, imp: 2, tier: 4, checks: [http] }
338 + - { id: news-hu-hvg, name: "HVG", host: hvg.hu, cat: news, provider: hvg, cc: HU, imp: 2, tier: 4, checks: [http] }
339 + - { id: news-hu-portfolio, name: "Portfolio", host: www.portfolio.hu, cat: news, provider: portfolio, cc: HU, imp: 2, tier: 4, checks: [http] }
340 + - { id: news-hu-mti, name: "MTI", host: hirado.hu, url: "https://hirado.hu/belfold/", cat: news, provider: mtva, cc: HU, imp: 2, tier: 4, checks: [http] }
341 + - { id: news-hu-blikk, name: "Blikk", host: www.blikk.hu, cat: news, provider: ringier, cc: HU, imp: 2, tier: 4, checks: [http] }
342 + - { id: news-hu-444, name: "444", host: 444.hu, cat: news, provider: magyar-jeti, cc: HU, imp: 2, tier: 4, checks: [http] }
343 + - { id: news-hu-magyar-nemzet, name: "Magyar Nemzet", host: magyarnemzet.hu, cat: news, provider: mediaworks, cc: HU, imp: 2, tier: 4, checks: [http] }
344 + - { id: tv-ro-pro-tv, name: "Pro TV", host: stirileprotv.ro, cat: news, provider: cme, cc: RO, imp: 3, tier: 4, checks: [http] }
345 + - { id: tv-ro-digi24, name: "Digi24", host: www.digi24.ro, cat: news, provider: digi, cc: RO, imp: 3, tier: 4, checks: [http] }
346 + - { id: tv-ro-antena3, name: "Antena 3 CNN", host: www.antena3.ro, cat: news, provider: intact, cc: RO, imp: 3, tier: 4, checks: [http] }
347 + - { id: news-ro-adevarul, name: "Adevărul", host: adevarul.ro, cat: news, provider: adevarul, cc: RO, imp: 2, tier: 4, checks: [http] }
348 + - { id: news-ro-libertatea, name: "Libertatea", host: www.libertatea.ro, cat: news, provider: ringier, cc: RO, imp: 2, tier: 4, checks: [http] }
349 + - { id: news-ro-hotnews, name: "HotNews", host: hotnews.ro, cat: news, provider: hotnews, cc: RO, imp: 3, tier: 4, checks: [http] }
350 + - { id: news-ro-g4media, name: "G4Media", host: www.g4media.ro, cat: news, provider: g4media, cc: RO, imp: 2, tier: 4, checks: [http] }
351 + - { id: news-ro-agerpres, name: "Agerpres", host: www.agerpres.ro, cat: news, provider: agerpres, cc: RO, imp: 3, tier: 4, checks: [http] }
352 + - { id: news-ro-gandul, name: "Gândul", host: www.gandul.ro, cat: news, provider: gandul, cc: RO, imp: 2, tier: 4, checks: [http] }
353 + - { id: news-ro-ziarul-financiar, name: "Ziarul Financiar", host: www.zf.ro, cat: news, provider: mediafax, cc: RO, imp: 2, tier: 4, checks: [http] }
354 + - { id: news-ro-mediafax, name: "Mediafax", host: www.mediafax.ro, cat: news, provider: mediafax, cc: RO, imp: 2, tier: 4, checks: [http] }
355 + - { id: tv-bg-bnt, name: "BNT", host: bnt.bg, cat: news, provider: bnt, cc: BG, imp: 3, tier: 4, checks: [http] }
356 + - { id: tv-bg-btv, name: "bTV", host: btvnovinite.bg, cat: news, provider: cme, cc: BG, imp: 3, tier: 4, checks: [http] }
357 + - { id: tv-bg-nova, name: "Nova TV", host: nova.bg, cat: news, provider: united-group, cc: BG, imp: 3, tier: 4, checks: [http] }
358 + - { id: radio-bg-bnr, name: "BNR", host: bnr.bg, cat: news, provider: bnr, cc: BG, imp: 2, tier: 4, checks: [http] }
359 + - { id: news-bg-bta, name: "BTA", host: www.bta.bg, cat: news, provider: bta, cc: BG, imp: 3, tier: 4, checks: [http] }
360 + - { id: news-bg-dnevnik, name: "Dnevnik", host: www.dnevnik.bg, cat: news, provider: economedia, cc: BG, imp: 2, tier: 4, checks: [http] }
361 + - { id: news-bg-24chasa, name: "24 Chasa", host: www.24chasa.bg, cat: news, provider: 168-chasa, cc: BG, imp: 2, tier: 4, checks: [http] }
362 + - { id: news-bg-dir, name: "Dir.bg", host: dir.bg, cat: news, provider: dir, cc: BG, imp: 2, tier: 4, checks: [http] }
363 + - { id: news-bg-novini, name: "Novini.bg", host: novini.bg, cat: news, provider: novini, cc: BG, imp: 2, tier: 4, checks: [http] }
364 + - { id: news-bg-mediapool, name: "Mediapool", host: www.mediapool.bg, cat: news, provider: mediapool, cc: BG, imp: 2, tier: 4, checks: [http] }
365 + - { id: news-bg-capital, name: "Capital", host: www.capital.bg, cat: news, provider: economedia, cc: BG, imp: 2, tier: 4, checks: [http] }
366 + - { id: tv-hr-hrt, name: "HRT", host: www.hrt.hr, cat: news, provider: hrt, cc: HR, imp: 3, tier: 4, checks: [http] }
367 + - { id: tv-hr-nova, name: "Nova TV Hrvatska", host: dnevnik.hr, cat: news, provider: united-group, cc: HR, imp: 3, tier: 4, checks: [http] }
368 + - { id: tv-hr-rtl, name: "RTL Hrvatska", host: net.hr, cat: news, provider: cme, cc: HR, imp: 2, tier: 4, checks: [http] }
369 + - { id: news-hr-jutarnji, name: "Jutarnji list", host: www.jutarnji.hr, cat: news, provider: hanza, cc: HR, imp: 3, tier: 4, checks: [http] }
370 + - { id: news-hr-vecernji, name: "Večernji list", host: www.vecernji.hr, cat: news, provider: styria, cc: HR, imp: 3, tier: 4, checks: [http] }
371 + - { id: news-hr-index, name: "Index.hr", host: www.index.hr, cat: news, provider: index-hr, cc: HR, imp: 3, tier: 4, checks: [http] }
372 + - { id: news-hr-24sata, name: "24sata", host: www.24sata.hr, cat: news, provider: styria, cc: HR, imp: 2, tier: 4, checks: [http] }
373 + - { id: news-hr-hina, name: "HINA", host: www.hina.hr, cat: news, provider: hina, cc: HR, imp: 2, tier: 4, checks: [http] }
374 + - { id: news-hr-tportal, name: "tportal", host: www.tportal.hr, cat: news, provider: ht, cc: HR, imp: 2, tier: 4, checks: [http] }
375 + - { id: tv-rs-rts, name: "RTS", host: www.rts.rs, cat: news, provider: rts, cc: RS, imp: 3, tier: 4, checks: [http] }
376 + - { id: tv-rs-n1, name: "N1", host: n1info.rs, cat: news, provider: united-group, cc: RS, imp: 3, tier: 4, checks: [http] }
377 + - { id: tv-rs-b92, name: "B92", host: www.b92.net, cat: news, provider: b92, cc: RS, imp: 2, tier: 4, checks: [http] }
378 + - { id: news-rs-blic, name: "Blic", host: www.blic.rs, cat: news, provider: ringier, cc: RS, imp: 3, tier: 4, checks: [http] }
379 + - { id: news-rs-politika, name: "Politika", host: www.politika.rs, cat: news, provider: politika, cc: RS, imp: 2, tier: 4, checks: [http] }
380 + - { id: news-rs-novosti, name: "Večernje novosti", host: www.novosti.rs, cat: news, provider: novosti, cc: RS, imp: 2, tier: 4, checks: [http] }
381 + - { id: news-rs-danas, name: "Danas", host: www.danas.rs, cat: news, provider: danas, cc: RS, imp: 2, tier: 4, checks: [http] }
382 + - { id: news-rs-tanjug, name: "Tanjug", host: www.tanjug.rs, cat: news, provider: tanjug, cc: RS, imp: 2, tier: 4, checks: [http] }
383 + - { id: news-rs-kurir, name: "Kurir", host: www.kurir.rs, cat: news, provider: adria, cc: RS, imp: 2, tier: 4, checks: [http] }
384 + - { id: news-rs-nova, name: "Nova.rs", host: nova.rs, cat: news, provider: united-group, cc: RS, imp: 2, tier: 4, checks: [http] }
385 + - { id: tv-si-rtvslo, name: "RTV Slovenija", host: www.rtvslo.si, cat: news, provider: rtvslo, cc: SI, imp: 3, tier: 4, checks: [http] }
386 + - { id: tv-si-24ur, name: "24ur (POP TV)", host: www.24ur.com, cat: news, provider: cme, cc: SI, imp: 3, tier: 4, checks: [http] }
387 + - { id: news-si-delo, name: "Delo", host: www.delo.si, cat: news, provider: delo, cc: SI, imp: 2, tier: 4, checks: [http] }
388 + - { id: news-si-dnevnik, name: "Dnevnik", host: www.dnevnik.si, cat: news, provider: dnevnik-si, cc: SI, imp: 2, tier: 4, checks: [http] }
389 + - { id: news-si-sta, name: "STA", host: www.sta.si, cat: news, provider: sta, cc: SI, imp: 2, tier: 4, checks: [http] }
390 + - { id: news-si-siol, name: "Siol.net", host: siol.net, cat: news, provider: telekom-slovenije, cc: SI, imp: 2, tier: 4, checks: [http] }
391 + - { id: tv-ba-bhrt, name: "BHRT", host: bhrt.ba, cat: news, provider: bhrt, cc: BA, imp: 2, tier: 4, checks: [http] }
392 + - { id: news-ba-klix, name: "Klix.ba", host: www.klix.ba, cat: news, provider: klix, cc: BA, imp: 3, tier: 4, checks: [http] }
393 + - { id: news-ba-avaz, name: "Dnevni avaz", host: avaz.ba, cat: news, provider: avaz, cc: BA, imp: 2, tier: 4, checks: [http] }
394 + - { id: news-ba-oslobodjenje, name: "Oslobođenje", host: www.oslobodjenje.ba, cat: news, provider: oslobodjenje, cc: BA, imp: 2, tier: 4, checks: [http] }
395 + - { id: news-ba-fena, name: "FENA", host: fena.ba, cat: news, provider: fena, cc: BA, imp: 2, tier: 4, checks: [http] }
396 + - { id: tv-me-rtcg, name: "RTCG", host: www.rtcg.me, cat: news, provider: rtcg, cc: ME, imp: 2, tier: 4, checks: [http] }
397 + - { id: news-me-vijesti, name: "Vijesti", host: www.vijesti.me, cat: news, provider: vijesti, cc: ME, imp: 2, tier: 4, checks: [http] }
398 + - { id: news-me-cdm, name: "CdM", host: www.cdm.me, cat: news, provider: cdm, cc: ME, imp: 2, tier: 4, checks: [http] }
399 + - { id: tv-mk-mrt, name: "MRT", host: mrt.com.mk, cat: news, provider: mrt, cc: MK, imp: 2, tier: 4, checks: [http] }
400 + - { id: news-mk-mia, name: "MIA", host: mia.mk, cat: news, provider: mia, cc: MK, imp: 2, tier: 4, checks: [http] }
401 + - { id: news-mk-sloboden-pecat, name: "Sloboden Pečat", host: www.slobodenpecat.mk, cat: news, provider: sloboden-pecat, cc: MK, imp: 2, tier: 4, checks: [http] }
402 + - { id: news-mk-sdk, name: "SDK.mk", host: sdk.mk, cat: news, provider: sdk, cc: MK, imp: 2, tier: 4, checks: [http] }
403 + - { id: tv-al-rtsh, name: "RTSH", host: www.rtsh.al, cat: news, provider: rtsh, cc: AL, imp: 2, tier: 4, checks: [http] }
404 + - { id: tv-al-top-channel, name: "Top Channel", host: top-channel.tv, cat: news, provider: top-channel, cc: AL, imp: 2, tier: 4, checks: [http] }
405 + - { id: news-al-ata, name: "ATA", host: ata.gov.al, cat: news, provider: ata, cc: AL, imp: 2, tier: 4, checks: [http] }
406 + - { id: news-al-balkanweb, name: "BalkanWeb", host: www.balkanweb.com, cat: news, provider: balkanweb, cc: AL, imp: 2, tier: 4, checks: [http] }
407 + - { id: news-al-gazeta-shqiptare, name: "Gazeta Shqiptare", host: gazetashqiptare.al, cat: news, provider: gazeta-shqiptare, cc: AL, imp: 2, tier: 4, checks: [http] }
408 + - { id: tv-xk-rtk, name: "RTK", host: www.rtklive.com, cat: news, provider: rtk, cc: XK, imp: 2, tier: 4, checks: [http] }
409 + - { id: news-xk-koha, name: "Koha Ditore", host: www.koha.net, cat: news, provider: koha, cc: XK, imp: 2, tier: 4, checks: [http] }
410 + - { id: news-xk-telegrafi, name: "Telegrafi", host: telegrafi.com, cat: news, provider: telegrafi, cc: XK, imp: 2, tier: 4, checks: [http] }
411 + - { id: tv-gr-ert, name: "ERT", host: www.ertnews.gr, cat: news, provider: ert, cc: GR, imp: 3, tier: 4, checks: [http] }
412 + - { id: tv-gr-skai, name: "SKAI", host: www.skai.gr, cat: news, provider: skai, cc: GR, imp: 3, tier: 4, checks: [http] }
413 + - { id: tv-gr-mega, name: "MEGA", host: www.megatv.com, cat: news, provider: mega, cc: GR, imp: 2, tier: 4, checks: [http] }
414 + - { id: tv-gr-ant1, name: "ANT1 News", host: www.antenna.gr, cat: news, provider: antenna, cc: GR, imp: 2, tier: 4, checks: [http] }
415 + - { id: news-gr-protothema, name: "Proto Thema", host: www.protothema.gr, cat: news, provider: protothema, cc: GR, imp: 3, tier: 4, checks: [http] }
416 + - { id: news-gr-in-gr, name: "in.gr", host: www.in.gr, cat: news, provider: alter-ego, cc: GR, imp: 2, tier: 4, checks: [http] }
417 + - { id: news-gr-ta-nea, name: "Ta Nea", host: www.tanea.gr, cat: news, provider: alter-ego, cc: GR, imp: 2, tier: 4, checks: [http] }
418 + - { id: news-gr-tovima, name: "To Vima", host: www.tovima.gr, cat: news, provider: alter-ego, cc: GR, imp: 2, tier: 4, checks: [http] }
419 + - { id: news-gr-efsyn, name: "Efsyn", host: www.efsyn.gr, cat: news, provider: efsyn, cc: GR, imp: 2, tier: 4, checks: [http] }
420 + - { id: news-gr-naftemporiki, name: "Naftemporiki", host: www.naftemporiki.gr, cat: news, provider: naftemporiki, cc: GR, imp: 2, tier: 4, checks: [http] }
421 + - { id: news-gr-amna, name: "AMNA", host: www.amna.gr, cat: news, provider: amna, cc: GR, imp: 2, tier: 4, checks: [http] }
422 + - { id: news-gr-newsit, name: "Newsit", host: www.newsit.gr, cat: news, provider: newsit, cc: GR, imp: 2, tier: 4, checks: [http] }
423 + - { id: news-gr-iefimerida, name: "iefimerida", host: www.iefimerida.gr, cat: news, provider: iefimerida, cc: GR, imp: 2, tier: 4, checks: [http] }
424 + - { id: news-cy-philenews, name: "Philenews", host: www.philenews.com, cat: news, provider: phileleftheros, cc: CY, imp: 2, tier: 4, checks: [http] }
425 + - { id: news-cy-politis, name: "Politis", host: politis.com.cy, cat: news, provider: politis, cc: CY, imp: 2, tier: 4, checks: [http] }
426 + - { id: news-cy-in-cyprus, name: "In-Cyprus", host: in-cyprus.philenews.com, cat: news, provider: phileleftheros, cc: CY, imp: 2, tier: 4, checks: [http] }
427 + - { id: tv-mt-tvm, name: "TVM", host: tvmnews.mt, cat: news, provider: pbs-malta, cc: MT, imp: 2, tier: 4, checks: [http] }
428 + - { id: news-mt-times-of-malta, name: "Times of Malta", host: timesofmalta.com, cat: news, provider: allied, cc: MT, imp: 2, tier: 4, checks: [http] }
429 + - { id: news-mt-malta-today, name: "MaltaToday", host: www.maltatoday.com.mt, cat: news, provider: mediatoday, cc: MT, imp: 2, tier: 4, checks: [http] }
430 + - { id: news-mt-independent, name: "The Malta Independent", host: www.independent.com.mt, cat: news, provider: standard-publications, cc: MT, imp: 2, tier: 4, checks: [http] }
431 + - { id: tv-ee-err, name: "ERR", host: www.err.ee, cat: news, provider: err, cc: EE, imp: 3, tier: 4, checks: [http] }
432 + - { id: news-ee-postimees, name: "Postimees", host: www.postimees.ee, cat: news, provider: postimees, cc: EE, imp: 3, tier: 4, checks: [http] }
433 + - { id: news-ee-delfi, name: "Delfi Estonia", host: www.delfi.ee, cat: news, provider: ekspress, cc: EE, imp: 3, tier: 4, checks: [http] }
434 + - { id: news-ee-ohtuleht, name: "Õhtuleht", host: www.ohtuleht.ee, cat: news, provider: ohtuleht, cc: EE, imp: 2, tier: 4, checks: [http] }
435 + - { id: news-ee-err-news, name: "ERR News", host: news.err.ee, cat: news, provider: err, cc: EE, imp: 2, tier: 4, checks: [http] }
436 + - { id: tv-lv-lsm, name: "LSM", host: www.lsm.lv, cat: news, provider: lsm, cc: LV, imp: 3, tier: 4, checks: [http] }
437 + - { id: news-lv-delfi, name: "Delfi Latvia", host: www.delfi.lv, cat: news, provider: ekspress, cc: LV, imp: 3, tier: 4, checks: [http] }
438 + - { id: news-lv-tvnet, name: "TVNET", host: www.tvnet.lv, cat: news, provider: tvnet, cc: LV, imp: 2, tier: 4, checks: [http] }
439 + - { id: news-lv-diena, name: "Diena", host: www.diena.lv, cat: news, provider: diena, cc: LV, imp: 2, tier: 4, checks: [http] }
440 + - { id: news-lv-apollo, name: "Apollo", host: www.apollo.lv, cat: news, provider: tvnet, cc: LV, imp: 2, tier: 4, checks: [http] }
441 + - { id: tv-lt-lrt, name: "LRT", host: www.lrt.lt, cat: news, provider: lrt, cc: LT, imp: 3, tier: 4, checks: [http] }
442 + - { id: news-lt-delfi, name: "Delfi Lithuania", host: www.delfi.lt, cat: news, provider: ekspress, cc: LT, imp: 3, tier: 4, checks: [http] }
443 + - { id: news-lt-15min, name: "15min", host: www.15min.lt, cat: news, provider: 15min, cc: LT, imp: 3, tier: 4, checks: [http] }
444 + - { id: news-lt-lrytas, name: "Lrytas", host: www.lrytas.lt, cat: news, provider: lrytas, cc: LT, imp: 2, tier: 4, checks: [http] }
445 + - { id: news-lt-elta, name: "ELTA", host: www.elta.lt, cat: news, provider: elta, cc: LT, imp: 2, tier: 4, checks: [http] }
446 + - { id: news-lt-vz, name: "Verslo žinios", host: www.vz.lt, cat: news, provider: vz, cc: LT, imp: 2, tier: 4, checks: [http] }
447 + - { id: news-lt-bns, name: "BNS", host: www.bns.lt, cat: news, provider: bns, cc: LT, imp: 2, tier: 4, checks: [http] }
448 + - { id: tv-ua-suspilne, name: "Suspilne", host: suspilne.media, cat: news, provider: suspilne, cc: UA, imp: 3, tier: 4, checks: [http] }
449 + - { id: tv-ua-1plus1, name: "1+1 / TSN", host: tsn.ua, cat: news, provider: 1plus1, cc: UA, imp: 3, tier: 4, checks: [http] }
450 + - { id: tv-ua-ictv, name: "ICTV Fakty", host: fakty.com.ua, cat: news, provider: starlight, cc: UA, imp: 2, tier: 4, checks: [http] }
451 + - { id: news-ua-pravda, name: "Ukrainska Pravda", host: www.pravda.com.ua, cat: news, provider: ukrainska-pravda, cc: UA, imp: 3, tier: 4, checks: [http] }
452 + - { id: news-ua-unian, name: "UNIAN", host: www.unian.ua, cat: news, provider: unian, cc: UA, imp: 3, tier: 4, checks: [http] }
453 + - { id: news-ua-liga, name: "LIGA.net", host: www.liga.net, cat: news, provider: liga, cc: UA, imp: 2, tier: 4, checks: [http] }
454 + - { id: news-ua-nv, name: "NV", host: nv.ua, cat: news, provider: nv, cc: UA, imp: 2, tier: 4, checks: [http] }
455 + - { id: news-ua-rbc, name: "RBC-Ukraine", host: www.rbc.ua, cat: news, provider: rbc-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
456 + - { id: news-ua-korrespondent, name: "Korrespondent", host: korrespondent.net, cat: news, provider: korrespondent, cc: UA, imp: 2, tier: 4, checks: [http] }
457 + - { id: news-ua-obozrevatel, name: "Obozrevatel", host: www.obozrevatel.com, cat: news, provider: obozrevatel, cc: UA, imp: 2, tier: 4, checks: [http] }
458 + - { id: news-ua-censor, name: "Censor.net", host: censor.net, cat: news, provider: censor, cc: UA, imp: 2, tier: 4, checks: [http] }
459 + - { id: news-ua-ukrinform-ua, name: "Ukrinform (UA)", host: www.ukrinform.ua, cat: news, provider: gov-ua, cc: UA, imp: 2, tier: 4, checks: [http] }
460 + - { id: news-ua-hromadske, name: "Hromadske", host: hromadske.ua, cat: news, provider: hromadske, cc: UA, imp: 2, tier: 4, checks: [http] }
461 + - { id: news-ua-interfax-ukraine, name: "Interfax-Ukraine", host: interfax.com.ua, cat: news, provider: interfax, cc: UA, imp: 2, tier: 4, checks: [http] }
462 + - { id: news-ua-espreso, name: "Espreso TV", host: espreso.tv, cat: news, provider: espreso, cc: UA, imp: 2, tier: 4, checks: [http] }
463 + - { id: news-ua-zn, name: "ZN.UA", host: zn.ua, cat: news, provider: zn, cc: UA, imp: 2, tier: 4, checks: [http] }
464 + - { id: tv-ru-1tv, name: "Channel One Russia", host: www.1tv.ru, cat: news, provider: 1tv, cc: RU, imp: 3, tier: 4, checks: [http] }
465 + - { id: tv-ru-vesti, name: "Vesti (VGTRK)", host: www.vesti.ru, cat: news, provider: vgtrk, cc: RU, imp: 3, tier: 4, checks: [http] }
466 + - { id: tv-ru-smotrim, name: "Smotrim (VGTRK)", host: smotrim.ru, cat: news, provider: vgtrk, cc: RU, imp: 2, tier: 4, checks: [http] }
467 + - { id: tv-ru-ntv, name: "NTV", host: www.ntv.ru, cat: news, provider: gazprom-media, cc: RU, imp: 2, tier: 4, checks: [http] }
468 + - { id: tv-ru-rt, name: "RT", host: www.rt.com, cat: news, provider: rt, cc: RU, imp: 3, tier: 4, checks: [http] }
469 + - { id: tv-ru-rbc, name: "RBC", host: www.rbc.ru, cat: news, provider: rbc, cc: RU, imp: 3, tier: 4, checks: [http] }
470 + - { id: news-ru-ria, name: "RIA Novosti", host: ria.ru, cat: news, provider: rossiya-segodnya, cc: RU, imp: 3, tier: 4, checks: [http] }
471 + - { id: news-ru-tass-ru, name: "TASS (RU)", host: tass.ru, cat: news, provider: tass, cc: RU, imp: 3, tier: 4, checks: [http] }
472 + - { id: news-ru-interfax, name: "Interfax", host: www.interfax.ru, cat: news, provider: interfax, cc: RU, imp: 3, tier: 4, checks: [http] }
473 + - { id: news-ru-kommersant, name: "Kommersant", host: www.kommersant.ru, cat: news, provider: kommersant, cc: RU, imp: 3, tier: 4, checks: [http] }
474 + - { id: news-ru-vedomosti, name: "Vedomosti", host: www.vedomosti.ru, cat: news, provider: vedomosti, cc: RU, imp: 2, tier: 4, checks: [http] }
475 + - { id: news-ru-izvestia, name: "Izvestia", host: iz.ru, cat: news, provider: nmg, cc: RU, imp: 2, tier: 4, checks: [http] }
476 + - { id: news-ru-lenta, name: "Lenta.ru", host: lenta.ru, cat: news, provider: rambler, cc: RU, imp: 3, tier: 4, checks: [http] }
477 + - { id: news-ru-gazeta, name: "Gazeta.ru", host: www.gazeta.ru, cat: news, provider: rambler, cc: RU, imp: 2, tier: 4, checks: [http] }
478 + - { id: news-ru-kp, name: "Komsomolskaya Pravda", host: www.kp.ru, cat: news, provider: kp, cc: RU, imp: 2, tier: 4, checks: [http] }
479 + - { id: news-ru-mk, name: "Moskovsky Komsomolets", host: www.mk.ru, cat: news, provider: mk, cc: RU, imp: 2, tier: 4, checks: [http] }
480 + - { id: news-ru-novaya-gazeta-eu, name: "Novaya Gazeta Europe", host: novayagazeta.eu, cat: news, provider: novaya-gazeta, cc: LV, imp: 2, tier: 4, checks: [http] }
481 + - { id: news-ru-fontanka, name: "Fontanka", host: www.fontanka.ru, cat: news, provider: fontanka, cc: RU, imp: 2, tier: 4, checks: [http] }
482 + - { id: news-ru-rg, name: "Rossiyskaya Gazeta", host: rg.ru, cat: news, provider: rg, cc: RU, imp: 2, tier: 4, checks: [http] }
483 + - { id: news-ru-dzen, name: "Dzen", host: dzen.ru, cat: news, provider: vk, cc: RU, imp: 3, tier: 4, checks: [http] }
484 + - { id: news-ru-rambler, name: "Rambler", host: www.rambler.ru, cat: news, provider: rambler, cc: RU, imp: 2, tier: 4, checks: [http] }
485 + - { id: news-ru-championat, name: "Championat", host: www.championat.com, cat: news, provider: rambler, cc: RU, imp: 2, tier: 4, checks: [http] }
486 + - { id: news-ru-sports-ru, name: "Sports.ru", host: www.sports.ru, cat: news, provider: sports-ru, cc: RU, imp: 2, tier: 4, checks: [http] }
487 + - { id: news-ru-habr, name: "Habr", host: habr.com, cat: news, provider: habr, cc: RU, imp: 3, tier: 4, checks: [http] }
488 + - { id: news-ru-3dnews, name: "3DNews", host: 3dnews.ru, cat: news, provider: 3dnews, cc: RU, imp: 2, tier: 4, checks: [http] }
489 + - { id: news-ru-ixbt, name: "iXBT", host: www.ixbt.com, cat: news, provider: ixbt, cc: RU, imp: 2, tier: 4, checks: [http] }
490 + - { id: news-by-belta, name: "BelTA", host: www.belta.by, cat: news, provider: belta, cc: BY, imp: 2, tier: 4, checks: [http] }
491 + - { id: news-by-onliner, name: "Onliner", host: www.onliner.by, cat: news, provider: onliner, cc: BY, imp: 2, tier: 4, checks: [http] }
492 + - { id: news-by-zerkalo, name: "Zerkalo", host: news.zerkalo.io, cat: news, provider: zerkalo, cc: BY, imp: 2, tier: 4, checks: [http] }
493 + - { id: news-by-nasha-niva, name: "Nasha Niva", host: nashaniva.com, cat: news, provider: nasha-niva, cc: BY, imp: 2, tier: 4, checks: [http] }
494 + - { id: tv-md-trm, name: "Moldova 1 (TRM)", host: trm.md, cat: news, provider: trm, cc: MD, imp: 2, tier: 4, checks: [http] }
495 + - { id: news-md-moldpres, name: "Moldpres", host: www.moldpres.md, cat: news, provider: moldpres, cc: MD, imp: 2, tier: 4, checks: [http] }
496 + - { id: news-md-newsmaker, name: "NewsMaker", host: newsmaker.md, cat: news, provider: newsmaker, cc: MD, imp: 2, tier: 4, checks: [http] }
497 + - { id: news-md-zdg, name: "Ziarul de Gardă", host: www.zdg.md, cat: news, provider: zdg, cc: MD, imp: 2, tier: 4, checks: [http] }
498 + - { id: news-md-agora, name: "Agora.md", host: agora.md, cat: news, provider: agora-md, cc: MD, imp: 2, tier: 4, checks: [http] }
499 + - { id: tv-ge-1tv, name: "Georgian Public Broadcaster", host: 1tv.ge, cat: news, provider: gpb, cc: GE, imp: 2, tier: 4, checks: [http] }
500 + - { id: news-ge-interpressnews, name: "InterPressNews", host: www.interpressnews.ge, cat: news, provider: ipn, cc: GE, imp: 2, tier: 4, checks: [http] }
501 + - { id: news-ge-civil, name: "Civil.ge", host: civil.ge, cat: news, provider: civil-ge, cc: GE, imp: 2, tier: 4, checks: [http] }
502 + - { id: tv-am-1tv, name: "Public TV of Armenia", host: www.1tv.am, cat: news, provider: amptv, cc: AM, imp: 2, tier: 4, checks: [http] }
503 + - { id: news-am-armenpress, name: "Armenpress", host: armenpress.am, cat: news, provider: armenpress, cc: AM, imp: 2, tier: 4, checks: [http] }
504 + - { id: news-am-news-am, name: "News.am", host: news.am, cat: news, provider: news-am, cc: AM, imp: 2, tier: 4, checks: [http] }
505 + - { id: news-am-civilnet, name: "CivilNet", host: www.civilnet.am, cat: news, provider: civilnet, cc: AM, imp: 2, tier: 4, checks: [http] }
506 + - { id: tv-az-aztv, name: "AzTV", host: aztv.az, cat: news, provider: aztv, cc: AZ, imp: 2, tier: 4, checks: [http] }
507 + - { id: news-az-azertac, name: "AZERTAC", host: azertag.az, cat: news, provider: azertac, cc: AZ, imp: 2, tier: 4, checks: [http] }
508 + - { id: news-az-report, name: "Report.az", host: report.az, cat: news, provider: report-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
509 + - { id: news-az-apa, name: "APA", host: apa.az, cat: news, provider: apa-az, cc: AZ, imp: 2, tier: 4, checks: [http] }
510 + - { id: news-az-trend, name: "Trend", host: www.trend.az, cat: news, provider: trend, cc: AZ, imp: 2, tier: 4, checks: [http] }
511 + - { id: game-hltv, name: "HLTV", host: www.hltv.org, cat: news, provider: better-collective, cc: DK, imp: 3, tier: 4, checks: [http] }
512 + - { id: game-gry-online, name: "GRYOnline", host: www.gry-online.pl, cat: news, provider: webedia, cc: PL, imp: 2, tier: 4, checks: [http] }
513 + - { id: game-ppe, name: "PPE.pl", host: www.ppe.pl, cat: news, provider: ppe, cc: PL, imp: 1, tier: 4, checks: [http] }
514 + - { id: game-stopgame, name: "StopGame", host: stopgame.ru, cat: news, provider: stopgame, cc: RU, imp: 1, tier: 4, checks: [http] }
515 + - { id: game-playground-ru, name: "PlayGround.ru", host: www.playground.ru, cat: news, provider: playground, cc: RU, imp: 1, tier: 4, checks: [http] }
516 + - { id: game-igromania, name: "Igromania", host: www.igromania.ru, cat: news, provider: igromania, cc: RU, imp: 1, tier: 4, checks: [http] }
517 +
518 + # ───────── News & broadcasting — United States & Canada (249)
519 + - { id: news-gb-computerworld, name: "Computerworld", host: www.computerworld.com, cat: news, provider: foundry, cc: US, imp: 2, tier: 4, checks: [http] }
520 + - { id: tv-us-pbs, name: "PBS", host: www.pbs.org, cat: news, provider: pbs, cc: US, imp: 4, tier: 3, checks: [http] }
521 + - { id: tv-us-pbs-newshour, name: "PBS NewsHour", host: www.pbs.org, url: "https://www.pbs.org/newshour/", cat: news, provider: pbs, cc: US, imp: 3, tier: 4, checks: [http] }
522 + - { id: tv-us-cspan, name: "C-SPAN", host: www.c-span.org, cat: news, provider: cspan, cc: US, imp: 3, tier: 4, checks: [http] }
523 + - { id: tv-us-msnbc, name: "MS NOW (ex-MSNBC)", host: www.msnbc.com, cat: news, provider: versant, cc: US, imp: 3, tier: 4, checks: [http] }
524 + - { id: tv-us-cnbc, name: "CNBC", host: www.cnbc.com, cat: news, provider: nbcu, cc: US, imp: 4, tier: 3, checks: [http] }
525 + - { id: tv-us-fox-business, name: "Fox Business", host: www.foxbusiness.com, cat: news, provider: fox, cc: US, imp: 2, tier: 4, checks: [http] }
526 + - { id: tv-us-univision, name: "Univision Noticias", host: www.univision.com, cat: news, provider: televisaunivision, cc: US, imp: 3, tier: 4, checks: [http] }
527 + - { id: tv-us-telemundo, name: "Telemundo", host: www.telemundo.com, cat: news, provider: nbcu, cc: US, imp: 3, tier: 4, checks: [http] }
528 + - { id: tv-us-accuweather, name: "AccuWeather", host: www.accuweather.com, cat: news, provider: accuweather, cc: US, imp: 3, tier: 4, checks: [http] }
529 + - { id: tv-us-cnn-lite, name: "CNN lite", host: lite.cnn.com, cat: news, provider: wbd, cc: US, imp: 2, tier: 4, checks: [http] }
530 + - { id: tv-us-nbc, name: "NBC", host: www.nbc.com, cat: news, provider: nbcu, cc: US, imp: 2, tier: 4, checks: [http] }
531 + - { id: tv-us-abc, name: "ABC", host: abc.com, cat: news, provider: disney, cc: US, imp: 2, tier: 4, checks: [http] }
532 + - { id: tv-us-cbs, name: "CBS", host: www.cbs.com, cat: news, provider: paramount, cc: US, imp: 2, tier: 4, checks: [http] }
533 + - { id: tv-us-fox, name: "FOX", host: www.fox.com, cat: news, provider: fox, cc: US, imp: 2, tier: 4, checks: [http] }
534 + - { id: tv-us-espn-news, name: "ESPN news", host: www.espn.com, url: "https://www.espn.com/nfl/", cat: news, provider: disney, cc: US, imp: 2, tier: 4, checks: [http] }
535 + - { id: radio-us-wnyc, name: "WNYC", host: www.wnyc.org, cat: news, provider: nypr, cc: US, imp: 2, tier: 4, checks: [http] }
536 + - { id: radio-us-kqed, name: "KQED", host: www.kqed.org, cat: news, provider: kqed, cc: US, imp: 2, tier: 4, checks: [http] }
537 + - { id: radio-us-iheart-news, name: "iHeart news", host: news.iheart.com, cat: news, provider: iheartmedia, cc: US, imp: 2, tier: 4, checks: [http] }
538 + - { id: news-us-la-times, name: "Los Angeles Times", host: www.latimes.com, cat: news, provider: la-times, cc: US, imp: 3, tier: 4, checks: [http] }
539 + - { id: news-us-chicago-tribune, name: "Chicago Tribune", host: www.chicagotribune.com, cat: news, provider: alden, cc: US, imp: 3, tier: 4, checks: [http] }
540 + - { id: news-us-ny-post, name: "New York Post", host: nypost.com, cat: news, provider: news-corp, cc: US, imp: 3, tier: 4, checks: [http] }
541 + - { id: news-us-daily-news, name: "New York Daily News", host: www.nydailynews.com, cat: news, provider: alden, cc: US, imp: 2, tier: 4, checks: [http] }
542 + - { id: news-us-boston-globe, name: "The Boston Globe", host: www.bostonglobe.com, cat: news, provider: boston-globe-media, cc: US, imp: 3, tier: 4, checks: [http] }
543 + - { id: news-us-sf-chronicle, name: "San Francisco Chronicle", host: www.sfchronicle.com, cat: news, provider: hearst, cc: US, imp: 2, tier: 4, checks: [http] }
544 + - { id: news-us-houston-chronicle, name: "Houston Chronicle", host: www.houstonchronicle.com, cat: news, provider: hearst, cc: US, imp: 2, tier: 4, checks: [http] }
545 + - { id: news-us-dallas-morning-news, name: "The Dallas Morning News", host: www.dallasnews.com, cat: news, provider: dallasnews, cc: US, imp: 2, tier: 4, checks: [http] }
546 + - { id: news-us-seattle-times, name: "The Seattle Times", host: www.seattletimes.com, cat: news, provider: seattle-times, cc: US, imp: 2, tier: 4, checks: [http] }
547 + - { id: news-us-atlanta-jc, name: "The Atlanta Journal-Constitution", host: www.ajc.com, cat: news, provider: cox, cc: US, imp: 2, tier: 4, checks: [http] }
548 + - { id: news-us-philly-inquirer, name: "The Philadelphia Inquirer", host: www.inquirer.com, cat: news, provider: lenfest, cc: US, imp: 2, tier: 4, checks: [http] }
549 + - { id: news-us-star-tribune, name: "Minnesota Star Tribune", host: www.startribune.com, cat: news, provider: star-tribune, cc: US, imp: 2, tier: 4, checks: [http] }
550 + - { id: news-us-denver-post, name: "The Denver Post", host: www.denverpost.com, cat: news, provider: alden, cc: US, imp: 2, tier: 4, checks: [http] }
551 + - { id: news-us-az-republic, name: "The Arizona Republic", host: www.azcentral.com, cat: news, provider: gannett, cc: US, imp: 2, tier: 4, checks: [http] }
552 + - { id: news-us-tampa-bay-times, name: "Tampa Bay Times", host: www.tampabay.com, cat: news, provider: poynter, cc: US, imp: 2, tier: 4, checks: [http] }
553 + - { id: news-us-newsday, name: "Newsday", host: www.newsday.com, cat: news, provider: newsday, cc: US, imp: 2, tier: 4, checks: [http] }
554 + - { id: news-us-the-hill, name: "The Hill", host: thehill.com, cat: news, provider: nexstar, cc: US, imp: 3, tier: 4, checks: [http] }
555 + - { id: news-us-huffpost, name: "HuffPost", host: www.huffpost.com, cat: news, provider: buzzfeed, cc: US, imp: 3, tier: 4, checks: [http] }
556 + - { id: news-us-buzzfeed-news, name: "BuzzFeed", host: www.buzzfeed.com, cat: news, provider: buzzfeed, cc: US, imp: 2, tier: 4, checks: [http] }
557 + - { id: news-us-vox, name: "Vox", host: www.vox.com, cat: news, provider: vox, cc: US, imp: 3, tier: 4, checks: [http] }
558 + - { id: news-us-vice, name: "VICE", host: www.vice.com, cat: news, provider: vice, cc: US, imp: 2, tier: 4, checks: [http] }
559 + - { id: news-us-slate, name: "Slate", host: slate.com, cat: news, provider: graham, cc: US, imp: 2, tier: 4, checks: [http] }
560 + - { id: news-us-salon, name: "Salon", host: www.salon.com, cat: news, provider: salon, cc: US, imp: 2, tier: 4, checks: [http] }
561 + - { id: news-us-daily-beast, name: "The Daily Beast", host: www.thedailybeast.com, cat: news, provider: iac, cc: US, imp: 2, tier: 4, checks: [http] }
562 + - { id: news-us-business-insider, name: "Business Insider", host: www.businessinsider.com, cat: news, provider: axel-springer, cc: US, imp: 3, tier: 4, checks: [http] }
563 + - { id: news-us-forbes, name: "Forbes", host: www.forbes.com, cat: news, provider: forbes, cc: US, imp: 4, tier: 3, checks: [http] }
564 + - { id: news-us-fortune, name: "Fortune", host: fortune.com, cat: news, provider: fortune, cc: US, imp: 3, tier: 4, checks: [http] }
565 + - { id: news-us-businessweek, name: "Bloomberg Businessweek", host: www.bloomberg.com, url: "https://www.bloomberg.com/businessweek", cat: news, provider: bloomberg, cc: US, imp: 2, tier: 4, checks: [http] }
566 + - { id: news-us-hbr, name: "Harvard Business Review", host: hbr.org, cat: news, provider: harvard, cc: US, imp: 3, tier: 4, checks: [http] }
567 + - { id: news-us-marketwatch, name: "MarketWatch", host: www.marketwatch.com, cat: news, provider: news-corp, cc: US, imp: 3, tier: 4, checks: [http] }
568 + - { id: news-us-barrons, name: "Barron's", host: www.barrons.com, cat: news, provider: news-corp, cc: US, imp: 2, tier: 4, checks: [http] }
569 + - { id: news-us-yahoo-news, name: "Yahoo News", host: news.yahoo.com, cat: news, provider: yahoo, cc: US, imp: 4, tier: 3, checks: [http] }
570 + - { id: news-us-apple-news, name: "Apple News", host: www.apple.com, url: "https://www.apple.com/apple-news/", cat: news, provider: apple, svc: apple, cc: US, imp: 3, tier: 4, checks: [http] }
571 + - { id: news-us-the-atlantic, name: "The Atlantic", host: www.theatlantic.com, cat: news, provider: emerson-collective, cc: US, imp: 3, tier: 4, checks: [http] }
572 + - { id: news-us-new-yorker, name: "The New Yorker", host: www.newyorker.com, cat: news, provider: conde-nast, cc: US, imp: 3, tier: 4, checks: [http] }
573 + - { id: news-us-wired, name: "WIRED", host: www.wired.com, cat: news, provider: conde-nast, cc: US, imp: 3, tier: 4, checks: [http] }
574 + - { id: news-us-vanity-fair, name: "Vanity Fair", host: www.vanityfair.com, cat: news, provider: conde-nast, cc: US, imp: 2, tier: 4, checks: [http] }
575 + - { id: news-us-rolling-stone, name: "Rolling Stone", host: www.rollingstone.com, cat: news, provider: pmc, cc: US, imp: 2, tier: 4, checks: [http] }
576 + - { id: news-us-variety, name: "Variety", host: variety.com, cat: news, provider: pmc, cc: US, imp: 2, tier: 4, checks: [http] }
577 + - { id: news-us-hollywood-reporter, name: "The Hollywood Reporter", host: www.hollywoodreporter.com, cat: news, provider: pmc, cc: US, imp: 2, tier: 4, checks: [http] }
578 + - { id: news-us-deadline, name: "Deadline", host: deadline.com, cat: news, provider: pmc, cc: US, imp: 2, tier: 4, checks: [http] }
579 + - { id: news-us-natgeo, name: "National Geographic", host: www.nationalgeographic.com, cat: news, provider: disney, cc: US, imp: 3, tier: 4, checks: [http] }
580 + - { id: news-us-sciam, name: "Scientific American", host: www.scientificamerican.com, cat: news, provider: springer-nature, cc: US, imp: 2, tier: 4, checks: [http] }
581 + - { id: news-us-science, name: "Science (AAAS)", host: www.science.org, cat: news, provider: aaas, cc: US, imp: 3, tier: 4, checks: [http] }
582 + - { id: news-us-mit-tech-review, name: "MIT Technology Review", host: www.technologyreview.com, cat: news, provider: mit, cc: US, imp: 2, tier: 4, checks: [http] }
583 + - { id: news-us-quanta, name: "Quanta Magazine", host: www.quantamagazine.org, cat: news, provider: simons-foundation, cc: US, imp: 2, tier: 4, checks: [http] }
584 + - { id: news-us-propublica, name: "ProPublica", host: www.propublica.org, cat: news, provider: propublica, cc: US, imp: 2, tier: 4, checks: [http] }
585 + - { id: news-us-the-intercept, name: "The Intercept", host: theintercept.com, cat: news, provider: first-look, cc: US, imp: 2, tier: 4, checks: [http] }
586 + - { id: news-us-semafor, name: "Semafor", host: www.semafor.com, cat: news, provider: semafor, cc: US, imp: 2, tier: 4, checks: [http] }
587 + - { id: news-us-puck, name: "Puck", host: puck.news, cat: news, provider: puck, cc: US, imp: 2, tier: 4, checks: [http] }
588 + - { id: news-us-the-information, name: "The Information", host: www.theinformation.com, cat: news, provider: the-information, cc: US, imp: 2, tier: 4, checks: [http] }
589 + - { id: news-us-nyt-wirecutter, name: "Wirecutter", host: www.nytimes.com, url: "https://www.nytimes.com/wirecutter/", cat: news, provider: nyt, cc: US, imp: 2, tier: 4, checks: [http] }
590 + - { id: news-us-nyt-cooking, name: "NYT Cooking", host: cooking.nytimes.com, cat: news, provider: nyt, cc: US, imp: 2, tier: 4, checks: [http] }
591 + - { id: news-us-wsj-opinion, name: "WSJ Markets", host: www.wsj.com, url: "https://www.wsj.com/finance", cat: news, provider: news-corp, cc: US, imp: 2, tier: 4, checks: [http] }
592 + - { id: news-us-cnn-business, name: "CNN Business", host: www.cnn.com, url: "https://www.cnn.com/business", cat: news, provider: wbd, cc: US, imp: 2, tier: 4, checks: [http] }
593 + - { id: news-us-engadget, name: "Engadget", host: www.engadget.com, cat: news, provider: yahoo, cc: US, imp: 3, tier: 4, checks: [http] }
594 + - { id: news-us-gizmodo, name: "Gizmodo", host: gizmodo.com, cat: news, provider: keleops, cc: US, imp: 2, tier: 4, checks: [http] }
595 + - { id: news-us-mashable, name: "Mashable", host: mashable.com, cat: news, provider: ziff-davis, cc: US, imp: 2, tier: 4, checks: [http] }
596 + - { id: news-us-cnet, name: "CNET", host: www.cnet.com, cat: news, provider: ziff-davis, cc: US, imp: 3, tier: 4, checks: [http] }
597 + - { id: news-us-zdnet, name: "ZDNet", host: www.zdnet.com, cat: news, provider: ziff-davis, cc: US, imp: 3, tier: 4, checks: [http] }
598 + - { id: news-us-pcmag, name: "PCMag", host: www.pcmag.com, cat: news, provider: ziff-davis, cc: US, imp: 2, tier: 4, checks: [http] }
599 + - { id: news-us-ign, name: "IGN", host: www.ign.com, cat: news, provider: ziff-davis, cc: US, imp: 3, tier: 4, checks: [http] }
600 + - { id: news-us-gamespot, name: "GameSpot", host: www.gamespot.com, cat: news, provider: fandom, cc: US, imp: 2, tier: 4, checks: [http] }
601 + - { id: news-us-kotaku, name: "Kotaku", host: kotaku.com, cat: news, provider: keleops, cc: US, imp: 2, tier: 4, checks: [http] }
602 + - { id: news-us-polygon, name: "Polygon", host: www.polygon.com, cat: news, provider: valnet, cc: US, imp: 2, tier: 4, checks: [http] }
603 + - { id: news-us-pc-gamer, name: "PC Gamer", host: www.pcgamer.com, cat: news, provider: future, cc: US, imp: 2, tier: 4, checks: [http] }
604 + - { id: news-us-game-informer, name: "Game Informer", host: gameinformer.com, cat: news, provider: gunzilla, cc: US, imp: 2, tier: 4, checks: [http] }
605 + - { id: news-us-the-gamer, name: "TheGamer", host: www.thegamer.com, cat: news, provider: valnet, cc: US, imp: 2, tier: 4, checks: [http] }
606 + - { id: news-us-slashdot, name: "Slashdot", host: slashdot.org, cat: news, provider: bizx, cc: US, imp: 2, tier: 4, checks: [http] }
607 + - { id: news-us-lobsters, name: "Lobsters", host: lobste.rs, cat: news, provider: lobsters, cc: US, imp: 2, tier: 4, checks: [http] }
608 + - { id: news-us-product-hunt, name: "Product Hunt", host: www.producthunt.com, cat: news, provider: product-hunt, cc: US, imp: 3, tier: 4, checks: [http] }
609 + - { id: news-us-dev-to, name: "DEV Community", host: dev.to, cat: news, provider: forem, svc: devto, cc: US, imp: 3, tier: 4, checks: [http] }
610 + - { id: news-us-hashnode, name: "Hashnode", host: hashnode.com, cat: news, provider: hashnode, cc: US, imp: 2, tier: 4, checks: [http] }
611 + - { id: news-us-9to5mac, name: "9to5Mac", host: 9to5mac.com, cat: news, provider: 9to5, cc: US, imp: 2, tier: 4, checks: [http] }
612 + - { id: news-us-9to5google, name: "9to5Google", host: 9to5google.com, cat: news, provider: 9to5, cc: US, imp: 2, tier: 4, checks: [http] }
613 + - { id: news-us-macrumors, name: "MacRumors", host: www.macrumors.com, cat: news, provider: macrumors, cc: US, imp: 2, tier: 4, checks: [http] }
614 + - { id: news-us-appleinsider, name: "AppleInsider", host: appleinsider.com, cat: news, provider: quiller, cc: US, imp: 2, tier: 4, checks: [http] }
615 + - { id: news-us-android-police, name: "Android Police", host: www.androidpolice.com, cat: news, provider: valnet, cc: US, imp: 2, tier: 4, checks: [http] }
616 + - { id: news-us-android-authority, name: "Android Authority", host: www.androidauthority.com, cat: news, provider: authority-media, cc: US, imp: 2, tier: 4, checks: [http] }
617 + - { id: news-us-xda, name: "XDA", host: www.xda-developers.com, cat: news, provider: valnet, cc: US, imp: 2, tier: 4, checks: [http] }
618 + - { id: news-us-anandtech, name: "AnandTech (archive)", host: www.anandtech.com, cat: news, provider: future, cc: US, imp: 1, tier: 4, checks: [http] }
619 + - { id: news-us-phoronix, name: "Phoronix", host: www.phoronix.com, cat: news, provider: phoronix, cc: US, imp: 2, tier: 4, checks: [http] }
620 + - { id: news-us-lwn, name: "LWN.net", host: lwn.net, cat: news, provider: lwn, cc: US, imp: 2, tier: 4, checks: [http] }
621 + - { id: news-us-infoworld, name: "InfoWorld", host: www.infoworld.com, cat: news, provider: foundry, cc: US, imp: 2, tier: 4, checks: [http] }
622 + - { id: news-us-network-world, name: "Network World", host: www.networkworld.com, cat: news, provider: foundry, cc: US, imp: 2, tier: 4, checks: [http] }
623 + - { id: news-us-digital-trends, name: "Digital Trends", host: www.digitaltrends.com, cat: news, provider: digital-trends, cc: US, imp: 2, tier: 4, checks: [http] }
624 + - { id: news-us-the-information-tech, name: "TechMeme", host: www.techmeme.com, cat: news, provider: techmeme, cc: US, imp: 2, tier: 4, checks: [http] }
625 + - { id: news-us-krebs, name: "Krebs on Security", host: krebsonsecurity.com, cat: news, provider: krebs, cc: US, imp: 2, tier: 4, checks: [http] }
626 + - { id: news-us-bleeping-computer, name: "BleepingComputer", host: www.bleepingcomputer.com, cat: news, provider: bleeping-computer, cc: US, imp: 2, tier: 4, checks: [http] }
627 + - { id: news-us-the-record, name: "The Record", host: therecord.media, cat: news, provider: recorded-future, cc: US, imp: 2, tier: 4, checks: [http] }
628 + - { id: news-us-404-media, name: "404 Media", host: www.404media.co, cat: news, provider: 404-media, cc: US, imp: 2, tier: 4, checks: [http] }
629 + - { id: news-us-stratechery, name: "Stratechery", host: stratechery.com, cat: news, provider: stratechery, cc: US, imp: 2, tier: 4, checks: [http] }
630 + - { id: news-us-daring-fireball, name: "Daring Fireball", host: daringfireball.net, cat: news, provider: daring-fireball, cc: US, imp: 2, tier: 4, checks: [http] }
631 + - { id: news-us-drudge, name: "Drudge Report", host: www.drudgereport.com, cat: news, provider: drudge, cc: US, imp: 2, tier: 4, checks: [http] }
632 + - { id: news-us-breitbart, name: "Breitbart", host: www.breitbart.com, cat: news, provider: breitbart, cc: US, imp: 2, tier: 4, checks: [http] }
633 + - { id: news-us-the-onion, name: "The Onion", host: theonion.com, cat: news, provider: global-tetrahedron, cc: US, imp: 2, tier: 4, checks: [http] }
634 + - { id: news-us-sports-illustrated, name: "Sports Illustrated", host: www.si.com, cat: news, provider: minute-media, cc: US, imp: 2, tier: 4, checks: [http] }
635 + - { id: news-us-bleacher-report, name: "Bleacher Report", host: bleacherreport.com, cat: news, provider: wbd, cc: US, imp: 2, tier: 4, checks: [http] }
636 + - { id: news-us-cbs-sports, name: "CBS Sports", host: www.cbssports.com, cat: news, provider: paramount, cc: US, imp: 2, tier: 4, checks: [http] }
637 + - { id: news-us-fox-sports, name: "FOX Sports", host: www.foxsports.com, cat: news, provider: fox, cc: US, imp: 2, tier: 4, checks: [http] }
638 + - { id: news-us-nbc-sports, name: "NBC Sports", host: www.nbcsports.com, cat: news, provider: nbcu, cc: US, imp: 2, tier: 4, checks: [http] }
639 + - { id: news-us-yahoo-sports, name: "Yahoo Sports", host: sports.yahoo.com, cat: news, provider: yahoo, cc: US, imp: 2, tier: 4, checks: [http] }
640 + - { id: news-us-ap-news-hub, name: "AP News (hub)", host: apnews.com, url: "https://apnews.com/hub/world-news", cat: news, provider: ap, cc: US, imp: 2, tier: 4, checks: [http] }
641 + - { id: news-us-upi, name: "UPI", host: www.upi.com, cat: news, provider: upi, cc: US, imp: 2, tier: 4, checks: [http] }
642 + - { id: news-us-cnn-international, name: "CNN International", host: edition.cnn.com, cat: news, provider: wbd, cc: US, imp: 3, tier: 4, checks: [http] }
643 + - { id: news-us-nbc-news-latino, name: "Noticias Telemundo", host: www.telemundo.com, url: "https://www.telemundo.com/noticias", cat: news, provider: nbcu, cc: US, imp: 2, tier: 4, checks: [http] }
644 + - { id: tv-ca-radio-canada-info, name: "Radio-Canada Info", host: ici.radio-canada.ca, url: "https://ici.radio-canada.ca/info", cat: news, provider: cbc, cc: CA, imp: 3, tier: 4, checks: [http] }
645 + - { id: tv-ca-radio-canada-ohdio, name: "Radio-Canada OHdio", host: ici.radio-canada.ca, url: "https://ici.radio-canada.ca/ohdio", cat: news, provider: cbc, cc: CA, imp: 3, tier: 4, checks: [http] }
646 + - { id: tv-ca-rdi, name: "ICI RDI", host: ici.radio-canada.ca, url: "https://ici.radio-canada.ca/rdi", cat: news, provider: cbc, cc: CA, imp: 2, tier: 4, checks: [http] }
647 + - { id: tv-ca-ctv, name: "CTV", host: www.ctv.ca, cat: news, provider: bell, cc: CA, imp: 3, tier: 4, checks: [http] }
648 + - { id: tv-ca-ctv-news-channel, name: "CTV News Channel", host: www.ctvnews.ca, url: "https://www.ctvnews.ca/video/ctv-news-channel/", cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
649 + - { id: tv-ca-bnn-bloomberg, name: "BNN Bloomberg", host: www.bnnbloomberg.ca, cat: news, provider: bell, cc: CA, imp: 3, tier: 4, checks: [http] }
650 + - { id: tv-ca-global-tv, name: "Global TV", host: www.globaltv.com, cat: news, provider: corus, cc: CA, imp: 2, tier: 4, checks: [http] }
651 + - { id: tv-ca-citytv, name: "Citytv", host: www.citytv.com, cat: news, provider: rogers, cc: CA, imp: 2, tier: 4, checks: [http] }
652 + - { id: tv-ca-citynews, name: "CityNews", host: toronto.citynews.ca, cat: news, provider: rogers, cc: CA, imp: 2, tier: 4, checks: [http] }
653 + - { id: tv-ca-citynews-montreal, name: "CityNews Montreal", host: montreal.citynews.ca, cat: news, provider: rogers, cc: CA, imp: 2, tier: 4, checks: [http] }
654 + - { id: tv-ca-tva, name: "TVA", host: www.tvaplus.ca, cat: news, provider: quebecor, cc: CA, imp: 3, tier: 4, checks: [http] }
655 + - { id: tv-ca-lcn, name: "LCN", host: www.tvanouvelles.ca, url: "https://www.tvanouvelles.ca/lcn", cat: news, provider: quebecor, cc: CA, imp: 2, tier: 4, checks: [http] }
656 + - { id: tv-ca-rds, name: "RDS", host: www.rds.ca, cat: news, provider: bell, cc: CA, imp: 3, tier: 4, checks: [http] }
657 + - { id: tv-ca-tsn-news, name: "TSN news", host: www.tsn.ca, url: "https://www.tsn.ca/nhl", cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
658 + - { id: tv-ca-sportsnet-news, name: "Sportsnet NHL", host: www.sportsnet.ca, url: "https://www.sportsnet.ca/hockey/nhl/", cat: news, provider: rogers, cc: CA, imp: 2, tier: 4, checks: [http] }
659 + - { id: tv-ca-tele-quebec, name: "Télé-Québec", host: www.telequebec.tv, cat: news, provider: tele-quebec, cc: CA, imp: 2, tier: 4, checks: [http] }
660 + - { id: tv-ca-tfo, name: "TFO", host: www.tfo.org, cat: news, provider: tfo, cc: CA, imp: 2, tier: 4, checks: [http] }
661 + - { id: tv-ca-aptn, name: "APTN", host: www.aptn.ca, cat: news, provider: aptn, cc: CA, imp: 2, tier: 4, checks: [http] }
662 + - { id: tv-ca-aptn-news, name: "APTN News", host: www.aptnnews.ca, cat: news, provider: aptn, cc: CA, imp: 2, tier: 4, checks: [http] }
663 + - { id: tv-ca-tvo, name: "TVO", host: www.tvo.org, cat: news, provider: tvo, cc: CA, imp: 2, tier: 4, checks: [http] }
664 + - { id: tv-ca-knowledge, name: "Knowledge Network", host: www.knowledge.ca, cat: news, provider: knowledge, cc: CA, imp: 1, tier: 4, checks: [http] }
665 + - { id: tv-ca-cpac, name: "CPAC", host: www.cpac.ca, cat: news, provider: cpac, cc: CA, imp: 2, tier: 4, checks: [http] }
666 + - { id: tv-ca-weather-network, name: "The Weather Network", host: www.theweathernetwork.com, cat: news, provider: pelmorex, cc: CA, imp: 4, tier: 3, checks: [http] }
667 + - { id: radio-ca-985, name: "98.5 FM Montréal (Cogeco Nouvelles)", host: www.985fm.ca, cat: news, provider: cogeco, cc: CA, imp: 3, tier: 4, checks: [http] }
668 + - { id: radio-ca-rouge-fm, name: "Rouge FM", host: www.rougefm.ca, cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
669 + - { id: radio-ca-energie, name: "Énergie", host: www.iheartradio.ca, url: "https://www.iheartradio.ca/energie", cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
670 + - { id: radio-ca-chom, name: "CHOM 97.7", host: www.iheartradio.ca, url: "https://www.iheartradio.ca/chom", cat: news, provider: bell, cc: CA, imp: 1, tier: 4, checks: [http] }
671 + - { id: radio-ca-virgin-radio, name: "Virgin Radio Canada", host: www.iheartradio.ca, url: "https://www.iheartradio.ca/virginradio", cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
672 + - { id: radio-ca-iheartradio-ca, name: "iHeartRadio Canada", host: www.iheartradio.ca, cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
673 + - { id: radio-ca-cjad, name: "CJAD 800", host: www.iheartradio.ca, url: "https://www.iheartradio.ca/cjad", cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
674 + - { id: radio-ca-cfrb, name: "Newstalk 1010", host: www.iheartradio.ca, url: "https://www.iheartradio.ca/newstalk-1010", cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
675 + - { id: radio-ca-680-news, name: "CityNews 680", host: toronto.citynews.ca, url: "https://toronto.citynews.ca/toronto-news-radio/", cat: news, provider: rogers, cc: CA, imp: 2, tier: 4, checks: [http] }
676 + - { id: radio-ca-cknw, name: "CKNW", host: globalnews.ca, url: "https://globalnews.ca/radio/cknw/", cat: news, provider: corus, cc: CA, imp: 1, tier: 4, checks: [http] }
677 + - { id: radio-ca-qub, name: "QUB", host: www.qub.ca, cat: news, provider: quebecor, cc: CA, imp: 2, tier: 4, checks: [http] }
678 + - { id: radio-ca-radio-x, name: "Radio X", host: www.radiox.com, cat: news, provider: rnc-media, cc: CA, imp: 1, tier: 4, checks: [http] }
679 + - { id: radio-ca-ckoi, name: "CKOI", host: www.ckoi.com, cat: news, provider: cogeco, cc: CA, imp: 1, tier: 4, checks: [http] }
680 + - { id: radio-ca-rythme, name: "Rythme FM", host: www.rythmefm.com, cat: news, provider: cogeco, cc: CA, imp: 1, tier: 4, checks: [http] }
681 + - { id: radio-ca-stingray, name: "Stingray", host: www.stingray.com, cat: news, provider: stingray, cc: CA, imp: 2, tier: 4, checks: [http] }
682 + - { id: news-ca-ottawa-citizen, name: "Ottawa Citizen", host: ottawacitizen.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
683 + - { id: news-ca-montreal-gazette, name: "Montreal Gazette", host: montrealgazette.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
684 + - { id: news-ca-calgary-herald, name: "Calgary Herald", host: calgaryherald.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
685 + - { id: news-ca-edmonton-journal, name: "Edmonton Journal", host: edmontonjournal.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
686 + - { id: news-ca-vancouver-sun, name: "Vancouver Sun", host: vancouversun.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
687 + - { id: news-ca-the-province, name: "The Province", host: theprovince.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
688 + - { id: news-ca-toronto-sun, name: "Toronto Sun", host: torontosun.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
689 + - { id: news-ca-financial-post, name: "Financial Post", host: financialpost.com, cat: news, provider: postmedia, cc: CA, imp: 3, tier: 4, checks: [http] }
690 + - { id: news-ca-winnipeg-free-press, name: "Winnipeg Free Press", host: www.winnipegfreepress.com, cat: news, provider: fp-canadian, cc: CA, imp: 2, tier: 4, checks: [http] }
691 + - { id: news-ca-chronicle-herald, name: "The Chronicle Herald", host: www.saltwire.com, cat: news, provider: postmedia, cc: CA, imp: 2, tier: 4, checks: [http] }
692 + - { id: news-ca-the-telegram, name: "The Telegram (St. John's)", host: www.saltwire.com, url: "https://www.saltwire.com/newfoundland-labrador", cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
693 + - { id: news-ca-hamilton-spectator, name: "The Hamilton Spectator", host: www.thespec.com, cat: news, provider: torstar, cc: CA, imp: 2, tier: 4, checks: [http] }
694 + - { id: news-ca-london-free-press, name: "London Free Press", host: lfpress.com, cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
695 + - { id: news-ca-windsor-star, name: "Windsor Star", host: windsorstar.com, cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
696 + - { id: news-ca-regina-leader-post, name: "Regina Leader-Post", host: leaderpost.com, cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
697 + - { id: news-ca-saskatoon-starphoenix, name: "Saskatoon StarPhoenix", host: thestarphoenix.com, cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
698 + - { id: news-ca-times-colonist, name: "Times Colonist", host: www.timescolonist.com, cat: news, provider: glacier, cc: CA, imp: 1, tier: 4, checks: [http] }
699 + - { id: news-ca-journal-de-quebec, name: "Le Journal de Québec", host: www.journaldequebec.com, cat: news, provider: quebecor, cc: CA, imp: 2, tier: 4, checks: [http] }
700 + - { id: news-ca-la-tribune, name: "La Tribune", host: www.latribune.ca, cat: news, provider: cn2i, cc: CA, imp: 2, tier: 4, checks: [http] }
701 + - { id: news-ca-le-droit, name: "Le Droit", host: www.ledroit.com, cat: news, provider: cn2i, cc: CA, imp: 2, tier: 4, checks: [http] }
702 + - { id: news-ca-le-nouvelliste, name: "Le Nouvelliste", host: www.lenouvelliste.ca, cat: news, provider: cn2i, cc: CA, imp: 2, tier: 4, checks: [http] }
703 + - { id: news-ca-le-quotidien, name: "Le Quotidien", host: www.lequotidien.com, cat: news, provider: cn2i, cc: CA, imp: 1, tier: 4, checks: [http] }
704 + - { id: news-ca-la-voix-de-lest, name: "La Voix de l'Est", host: www.lavoixdelest.ca, cat: news, provider: cn2i, cc: CA, imp: 1, tier: 4, checks: [http] }
705 + - { id: news-ca-metro-mtl, name: "Métro Montréal", host: journalmetro.com, cat: news, provider: metro-media, cc: CA, imp: 2, tier: 4, checks: [http] }
706 + - { id: news-ca-24-heures, name: "24 heures", host: www.24heures.ca, cat: news, provider: quebecor, cc: CA, imp: 2, tier: 4, checks: [http] }
707 + - { id: news-ca-lactualite, name: "L'actualité", host: lactualite.com, cat: news, provider: mishmash, cc: CA, imp: 2, tier: 4, checks: [http] }
708 + - { id: news-ca-macleans, name: "Maclean's", host: macleans.ca, cat: news, provider: sjc, cc: CA, imp: 2, tier: 4, checks: [http] }
709 + - { id: news-ca-the-walrus, name: "The Walrus", host: thewalrus.ca, cat: news, provider: the-walrus, cc: CA, imp: 2, tier: 4, checks: [http] }
710 + - { id: news-ca-the-tyee, name: "The Tyee", host: thetyee.ca, cat: news, provider: the-tyee, cc: CA, imp: 2, tier: 4, checks: [http] }
711 + - { id: news-ca-canadaland, name: "Canadaland", host: www.canadaland.com, cat: news, provider: canadaland, cc: CA, imp: 2, tier: 4, checks: [http] }
712 + - { id: news-ca-ipolitics, name: "iPolitics", host: www.ipolitics.ca, cat: news, provider: ipolitics, cc: CA, imp: 2, tier: 4, checks: [http] }
713 + - { id: news-ca-hill-times, name: "The Hill Times", host: www.hilltimes.com, cat: news, provider: hill-times, cc: CA, imp: 2, tier: 4, checks: [http] }
714 + - { id: news-ca-narcity, name: "Narcity", host: www.narcity.com, cat: news, provider: narcity, cc: CA, imp: 2, tier: 4, checks: [http] }
715 + - { id: news-ca-daily-hive, name: "Daily Hive", host: dailyhive.com, cat: news, provider: zoomermedia, cc: CA, imp: 2, tier: 4, checks: [http] }
716 + - { id: news-ca-blogto, name: "blogTO", host: www.blogto.com, cat: news, provider: freshdaily, cc: CA, imp: 2, tier: 4, checks: [http] }
717 + - { id: news-ca-mtl-blog, name: "MTL Blog", host: www.mtlblog.com, cat: news, provider: narcity, cc: CA, imp: 1, tier: 4, checks: [http] }
718 + - { id: news-ca-urbania, name: "URBANIA", host: urbania.ca, cat: news, provider: urbania, cc: CA, imp: 2, tier: 4, checks: [http] }
719 + - { id: news-ca-voir, name: "Voir", host: voir.ca, cat: news, provider: voir, cc: CA, imp: 1, tier: 4, checks: [http] }
720 + - { id: news-ca-la-presse-canadienne, name: "La Presse Canadienne", host: www.lapresse.ca, url: "https://www.lapresse.ca/actualites/", cat: news, provider: la-presse, cc: CA, imp: 2, tier: 4, checks: [http] }
721 + - { id: news-ca-canadian-press, name: "The Canadian Press", host: www.thecanadianpress.com, cat: news, provider: canadian-press, cc: CA, imp: 3, tier: 4, checks: [http] }
722 + - { id: news-ca-huffpost-quebec, name: "Le HuffPost Québec (archive)", host: quebec.huffingtonpost.ca, cat: news, provider: buzzfeed, cc: CA, imp: 1, tier: 4, checks: [http] }
723 + - { id: news-ca-national-observer, name: "National Observer", host: www.nationalobserver.com, cat: news, provider: observer-media, cc: CA, imp: 2, tier: 4, checks: [http] }
724 + - { id: news-ca-the-logic, name: "The Logic", host: thelogic.co, cat: news, provider: the-logic, cc: CA, imp: 2, tier: 4, checks: [http] }
725 + - { id: news-ca-betakit, name: "BetaKit", host: betakit.com, cat: news, provider: betakit, cc: CA, imp: 2, tier: 4, checks: [http] }
726 + - { id: news-ca-mobilesyrup, name: "MobileSyrup", host: mobilesyrup.com, cat: news, provider: mobilesyrup, cc: CA, imp: 2, tier: 4, checks: [http] }
727 + - { id: news-ca-globe-rob, name: "Report on Business", host: www.theglobeandmail.com, url: "https://www.theglobeandmail.com/business/", cat: news, provider: woodbridge, cc: CA, imp: 2, tier: 4, checks: [http] }
728 + - { id: news-ca-la-presse-plus, name: "La Presse+ (édition)", host: plus.lapresse.ca, cat: news, provider: la-presse, cc: CA, imp: 2, tier: 4, checks: [http] }
729 + - { id: news-ca-le-devoir-mobile, name: "Le Devoir (actualités)", host: www.ledevoir.com, url: "https://www.ledevoir.com/politique", cat: news, provider: le-devoir, cc: CA, imp: 1, tier: 4, checks: [http] }
730 + - { id: news-ca-pivot, name: "Pivot", host: pivot.quebec, cat: news, provider: pivot, cc: CA, imp: 1, tier: 4, checks: [http] }
731 + - { id: news-ca-ricochet, name: "Ricochet", host: ricochet.media, cat: news, provider: ricochet, cc: CA, imp: 1, tier: 4, checks: [http] }
732 + - { id: news-ca-the-breach, name: "The Breach", host: breachmedia.ca, cat: news, provider: the-breach, cc: CA, imp: 1, tier: 4, checks: [http] }
733 + - { id: news-ca-press-progress, name: "PressProgress", host: pressprogress.ca, cat: news, provider: broadbent, cc: CA, imp: 1, tier: 4, checks: [http] }
734 + - { id: news-ca-rebel-news, name: "Rebel News", host: www.rebelnews.com, cat: news, provider: rebel-news, cc: CA, imp: 1, tier: 4, checks: [http] }
735 + - { id: news-ca-true-north, name: "True North", host: tnc.news, cat: news, provider: true-north, cc: CA, imp: 1, tier: 4, checks: [http] }
736 + - { id: news-ca-western-standard, name: "Western Standard", host: www.westernstandard.news, cat: news, provider: western-standard, cc: CA, imp: 1, tier: 4, checks: [http] }
737 + - { id: news-ca-the-score, name: "theScore", host: www.thescore.com, cat: news, provider: penn, cc: CA, imp: 2, tier: 4, checks: [http] }
738 + - { id: news-ca-le-journal-de-montreal-sports, name: "JdeM Sports", host: www.journaldemontreal.com, url: "https://www.journaldemontreal.com/sports", cat: news, provider: quebecor, cc: CA, imp: 1, tier: 4, checks: [http] }
739 + - { id: news-ca-la-presse-sports, name: "La Presse Sports", host: www.lapresse.ca, url: "https://www.lapresse.ca/sports/", cat: news, provider: la-presse, cc: CA, imp: 1, tier: 4, checks: [http] }
740 + - { id: news-ca-tvo-today, name: "TVO Today", host: www.tvo.org, url: "https://www.tvo.org/current-affairs", cat: news, provider: tvo, cc: CA, imp: 1, tier: 4, checks: [http] }
741 + - { id: news-ca-nunatsiaq, name: "Nunatsiaq News", host: nunatsiaq.com, cat: news, provider: nortext, cc: CA, imp: 1, tier: 4, checks: [http] }
742 + - { id: news-ca-cabin-radio, name: "Cabin Radio", host: cabinradio.ca, cat: news, provider: cabin-radio, cc: CA, imp: 1, tier: 4, checks: [http] }
743 + - { id: news-ca-yukon-news, name: "Yukon News", host: www.yukon-news.com, cat: news, provider: black-press, cc: CA, imp: 1, tier: 4, checks: [http] }
744 + - { id: news-ca-acadie-nouvelle, name: "Acadie Nouvelle", host: www.acadienouvelle.com, cat: news, provider: acadie-nouvelle, cc: CA, imp: 1, tier: 4, checks: [http] }
745 + - { id: news-ca-telegraph-journal, name: "Telegraph-Journal", host: tj.news, cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
746 + - { id: news-ca-the-guardian-pei, name: "The Guardian (PEI)", host: www.saltwire.com, url: "https://www.saltwire.com/prince-edward-island", cat: news, provider: postmedia, cc: CA, imp: 1, tier: 4, checks: [http] }
747 + - { id: news-ca-ctv-montreal, name: "CTV News Montreal", host: www.ctvnews.ca, url: "https://www.ctvnews.ca/montreal/", cat: news, provider: bell, cc: CA, imp: 1, tier: 4, checks: [http] }
748 + - { id: news-ca-ctv-toronto, name: "CTV News Toronto", host: www.ctvnews.ca, url: "https://www.ctvnews.ca/toronto/", cat: news, provider: bell, cc: CA, imp: 1, tier: 4, checks: [http] }
749 + - { id: news-ca-global-bc, name: "Global News BC", host: globalnews.ca, url: "https://globalnews.ca/bc/", cat: news, provider: corus, cc: CA, imp: 1, tier: 4, checks: [http] }
750 + - { id: news-ca-noovo-info, name: "Noovo Info", host: www.noovo.info, cat: news, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
751 + - { id: news-ca-le-soleil-actualite, name: "Le Soleil (actualités)", host: www.lesoleil.com, url: "https://www.lesoleil.com/actualites/", cat: news, provider: cn2i, cc: CA, imp: 1, tier: 4, checks: [http] }
752 + - { id: news-ca-radio-canada-sports, name: "Radio-Canada Sports", host: ici.radio-canada.ca, url: "https://ici.radio-canada.ca/sports", cat: news, provider: cbc, cc: CA, imp: 1, tier: 4, checks: [http] }
753 + - { id: news-ca-ici-musique, name: "ICI Musique", host: ici.radio-canada.ca, url: "https://ici.radio-canada.ca/ohdio/musique", cat: news, provider: cbc, cc: CA, imp: 1, tier: 4, checks: [http] }
754 + - { id: tv-pr-telemundo-pr, name: "Telemundo Puerto Rico", host: www.telemundopr.com, cat: news, provider: nbcu, cc: PR, imp: 1, tier: 4, checks: [http] }
755 + - { id: news-pr-el-nuevo-dia, name: "El Nuevo Día", host: www.elnuevodia.com, cat: news, provider: gfr, cc: PR, imp: 3, tier: 4, checks: [http] }
756 + - { id: news-pr-primera-hora, name: "Primera Hora", host: www.primerahora.com, cat: news, provider: gfr, cc: PR, imp: 2, tier: 4, checks: [http] }
757 + - { id: news-pr-el-vocero, name: "El Vocero", host: www.elvocero.com, cat: news, provider: el-vocero, cc: PR, imp: 1, tier: 4, checks: [http] }
758 + - { id: news-africa-allafrica, name: "AllAfrica", host: allafrica.com, cat: news, provider: allafrica, cc: US, imp: 3, tier: 4, checks: [http] }
759 + - { id: news-africa-voa-afrique, name: "VOA Afrique", host: www.voaafrique.com, cat: news, provider: usagm, cc: US, imp: 2, tier: 4, checks: [http] }
760 + - { id: news-gu-pdn, name: "Pacific Daily News", host: www.guampdn.com, cat: news, provider: gannett, cc: GU, imp: 1, tier: 4, checks: [http] }
761 + - { id: forum-hackernews-api, name: "Hacker News API (Firebase)", host: hacker-news.firebaseio.com, url: "https://hacker-news.firebaseio.com/v0/maxitem.json", cat: news, provider: ycombinator, cc: US, imp: 2, tier: 4, checks: [http] }
762 + - { id: game-gamedeveloper, name: "Game Developer", host: www.gamedeveloper.com, cat: news, provider: informa, cc: US, imp: 1, tier: 4, checks: [http] }
763 + - { id: game-destructoid, name: "Destructoid", host: www.destructoid.com, cat: news, provider: gamurs, cc: US, imp: 1, tier: 4, checks: [http] }
764 + - { id: game-dot-esports, name: "Dot Esports", host: dotesports.com, cat: news, provider: gamurs, cc: US, imp: 2, tier: 4, checks: [http] }
765 + - { id: game-siliconera, name: "Siliconera", host: www.siliconera.com, cat: news, provider: gamurs, cc: US, imp: 1, tier: 4, checks: [http] }
766 + - { id: game-gematsu, name: "Gematsu", host: www.gematsu.com, cat: news, provider: gematsu, cc: US, imp: 1, tier: 4, checks: [http] }
767 + - { id: game-touch-arcade, name: "TouchArcade", host: toucharcade.com, cat: news, provider: toucharcade, cc: US, imp: 1, tier: 4, checks: [http] }
768 +
769 + # ───────── News & broadcasting — Latin America & Caribbean (224)
770 + - { id: tv-mx-televisa, name: "N+ (Televisa)", host: www.nmas.com.mx, cat: news, provider: televisaunivision, cc: MX, imp: 4, tier: 3, checks: [http] }
771 + - { id: tv-mx-tv-azteca, name: "TV Azteca", host: www.tvazteca.com, cat: news, provider: tv-azteca, cc: MX, imp: 3, tier: 4, checks: [http] }
772 + - { id: tv-mx-azteca-noticias, name: "Azteca Noticias", host: www.aztecanoticias.com.mx, cat: news, provider: tv-azteca, cc: MX, imp: 2, tier: 4, checks: [http] }
773 + - { id: tv-mx-canal-once, name: "Canal Once", host: canalonce.mx, cat: news, provider: ipn, cc: MX, imp: 2, tier: 4, checks: [http] }
774 + - { id: tv-mx-canal-22, name: "Canal 22", host: canal22.org.mx, cat: news, provider: canal-22, cc: MX, imp: 1, tier: 4, checks: [http] }
775 + - { id: tv-mx-imagen, name: "Imagen Noticias", host: www.imagentv.com, cat: news, provider: grupo-imagen, cc: MX, imp: 2, tier: 4, checks: [http] }
776 + - { id: tv-mx-milenio, name: "Milenio", host: www.milenio.com, cat: news, provider: multimedios, cc: MX, imp: 3, tier: 4, checks: [http] }
777 + - { id: news-mx-excelsior, name: "Excélsior", host: www.excelsior.com.mx, cat: news, provider: grupo-imagen, cc: MX, imp: 3, tier: 4, checks: [http] }
778 + - { id: news-mx-la-jornada, name: "La Jornada", host: www.jornada.com.mx, cat: news, provider: demos, cc: MX, imp: 2, tier: 4, checks: [http] }
779 + - { id: news-mx-el-financiero, name: "El Financiero", host: www.elfinanciero.com.mx, cat: news, provider: el-financiero, cc: MX, imp: 2, tier: 4, checks: [http] }
780 + - { id: news-mx-el-economista, name: "El Economista", host: www.eleconomista.com.mx, cat: news, provider: el-economista, cc: MX, imp: 2, tier: 4, checks: [http] }
781 + - { id: news-mx-proceso, name: "Proceso", host: www.proceso.com.mx, cat: news, provider: proceso, cc: MX, imp: 2, tier: 4, checks: [http] }
782 + - { id: news-mx-aristegui, name: "Aristegui Noticias", host: aristeguinoticias.com, cat: news, provider: aristegui, cc: MX, imp: 2, tier: 4, checks: [http] }
783 + - { id: news-mx-el-sol, name: "El Sol de México", host: oem.com.mx, cat: news, provider: oem, cc: MX, imp: 2, tier: 4, checks: [http] }
784 + - { id: news-mx-animal-politico, name: "Animal Político", host: animalpolitico.com, cat: news, provider: animal-politico, cc: MX, imp: 2, tier: 4, checks: [http] }
785 + - { id: news-mx-sin-embargo, name: "SinEmbargo", host: www.sinembargo.mx, cat: news, provider: sinembargo, cc: MX, imp: 2, tier: 4, checks: [http] }
786 + - { id: news-mx-infobae-mx, name: "Infobae México", host: www.infobae.com, url: "https://www.infobae.com/mexico/", cat: news, provider: infobae, cc: MX, imp: 1, tier: 4, checks: [http] }
787 + - { id: news-mx-record, name: "Récord", host: www.record.com.mx, cat: news, provider: notmusa, cc: MX, imp: 2, tier: 4, checks: [http] }
788 + - { id: news-mx-mediotiempo, name: "Mediotiempo", host: www.mediotiempo.com, cat: news, provider: el-universal, cc: MX, imp: 1, tier: 4, checks: [http] }
789 + - { id: news-mx-el-norte, name: "El Norte", host: www.elnorte.com, cat: news, provider: reforma, cc: MX, imp: 2, tier: 4, checks: [http] }
790 + - { id: news-mx-el-informador, name: "El Informador", host: www.informador.mx, cat: news, provider: informador, cc: MX, imp: 2, tier: 4, checks: [http] }
791 + - { id: tv-br-globo-g1, name: "g1", host: g1.globo.com, cat: news, provider: globo, cc: BR, imp: 5, tier: 2, checks: [http] }
792 + - { id: tv-br-globonews, name: "GloboNews", host: g1.globo.com, url: "https://g1.globo.com/globonews/", cat: news, provider: globo, cc: BR, imp: 3, tier: 4, checks: [http] }
793 + - { id: tv-br-record, name: "Record", host: recordtv.r7.com, cat: news, provider: record, cc: BR, imp: 3, tier: 4, checks: [http] }
794 + - { id: tv-br-r7, name: "R7", host: www.r7.com, cat: news, provider: record, cc: BR, imp: 3, tier: 4, checks: [http] }
795 + - { id: tv-br-sbt, name: "SBT", host: www.sbt.com.br, cat: news, provider: sbt, cc: BR, imp: 3, tier: 4, checks: [http] }
796 + - { id: tv-br-tv-cultura, name: "TV Cultura", host: cultura.uol.com.br, cat: news, provider: padre-anchieta, cc: BR, imp: 2, tier: 4, checks: [http] }
797 + - { id: tv-br-ebc, name: "EBC / Agência Brasil", host: agenciabrasil.ebc.com.br, cat: news, provider: ebc, cc: BR, imp: 3, tier: 4, checks: [http] }
798 + - { id: tv-br-tv-brasil, name: "TV Brasil", host: tvbrasil.ebc.com.br, cat: news, provider: ebc, cc: BR, imp: 2, tier: 4, checks: [http] }
799 + - { id: tv-br-cnn-brasil, name: "CNN Brasil", host: www.cnnbrasil.com.br, cat: news, provider: cnn-brasil, cc: BR, imp: 3, tier: 4, checks: [http] }
800 + - { id: tv-br-jovem-pan, name: "Jovem Pan", host: jovempan.com.br, cat: news, provider: jovem-pan, cc: BR, imp: 2, tier: 4, checks: [http] }
801 + - { id: tv-br-ge, name: "ge (Globo Esporte)", host: ge.globo.com, cat: news, provider: globo, cc: BR, imp: 3, tier: 4, checks: [http] }
802 + - { id: news-br-o-globo, name: "O Globo", host: oglobo.globo.com, cat: news, provider: globo, cc: BR, imp: 3, tier: 4, checks: [http] }
803 + - { id: news-br-valor, name: "Valor Econômico", host: valor.globo.com, cat: news, provider: globo, cc: BR, imp: 2, tier: 4, checks: [http] }
804 + - { id: news-br-correio-braziliense, name: "Correio Braziliense", host: www.correiobraziliense.com.br, cat: news, provider: diarios-associados, cc: BR, imp: 2, tier: 4, checks: [http] }
805 + - { id: news-br-zero-hora, name: "GZH (Zero Hora)", host: gauchazh.clicrbs.com.br, cat: news, provider: rbs, cc: BR, imp: 2, tier: 4, checks: [http] }
806 + - { id: news-br-estado-de-minas, name: "Estado de Minas", host: www.em.com.br, cat: news, provider: diarios-associados, cc: BR, imp: 2, tier: 4, checks: [http] }
807 + - { id: news-br-veja, name: "Veja", host: veja.abril.com.br, cat: news, provider: abril, cc: BR, imp: 3, tier: 4, checks: [http] }
808 + - { id: news-br-epoca, name: "Época", host: oglobo.globo.com, url: "https://oglobo.globo.com/epoca/", cat: news, provider: globo, cc: BR, imp: 1, tier: 4, checks: [http] }
809 + - { id: news-br-istoe, name: "IstoÉ", host: istoe.com.br, cat: news, provider: tres, cc: BR, imp: 2, tier: 4, checks: [http] }
810 + - { id: news-br-carta-capital, name: "CartaCapital", host: www.cartacapital.com.br, cat: news, provider: carta-capital, cc: BR, imp: 2, tier: 4, checks: [http] }
811 + - { id: news-br-exame, name: "Exame", host: exame.com, cat: news, provider: exame, cc: BR, imp: 2, tier: 4, checks: [http] }
812 + - { id: news-br-terra, name: "Terra", host: www.terra.com.br, cat: news, provider: telefonica, cc: BR, imp: 3, tier: 4, checks: [http] }
813 + - { id: news-br-metropoles, name: "Metrópoles", host: www.metropoles.com, cat: news, provider: metropoles, cc: BR, imp: 3, tier: 4, checks: [http] }
814 + - { id: news-br-poder360, name: "Poder360", host: www.poder360.com.br, cat: news, provider: poder360, cc: BR, imp: 2, tier: 4, checks: [http] }
815 + - { id: news-br-brasil-247, name: "Brasil 247", host: www.brasil247.com, cat: news, provider: brasil247, cc: BR, imp: 1, tier: 4, checks: [http] }
816 + - { id: news-br-gazeta-do-povo, name: "Gazeta do Povo", host: www.gazetadopovo.com.br, cat: news, provider: gazeta-do-povo, cc: BR, imp: 2, tier: 4, checks: [http] }
817 + - { id: news-br-infomoney, name: "InfoMoney", host: www.infomoney.com.br, cat: news, provider: xp, cc: BR, imp: 2, tier: 4, checks: [http] }
818 + - { id: news-br-tecmundo, name: "TecMundo", host: www.tecmundo.com.br, cat: news, provider: nzn, cc: BR, imp: 2, tier: 4, checks: [http] }
819 + - { id: news-br-olhar-digital, name: "Olhar Digital", host: olhardigital.com.br, cat: news, provider: olhar-digital, cc: BR, imp: 2, tier: 4, checks: [http] }
820 + - { id: news-br-canaltech, name: "Canaltech", host: canaltech.com.br, cat: news, provider: canaltech, cc: BR, imp: 2, tier: 4, checks: [http] }
821 + - { id: news-br-lance, name: "Lance!", host: www.lance.com.br, cat: news, provider: lance, cc: BR, imp: 2, tier: 4, checks: [http] }
822 + - { id: news-br-agencia-estado, name: "Broadcast (Agência Estado)", host: www.broadcast.com.br, cat: news, provider: estadao, cc: BR, imp: 1, tier: 4, checks: [http] }
823 + - { id: tv-ar-tv-publica, name: "TV Pública", host: www.tvpublica.com.ar, cat: news, provider: rta, cc: AR, imp: 3, tier: 4, checks: [http] }
824 + - { id: tv-ar-telefe, name: "Telefe", host: www.telefe.com, cat: news, provider: paramount, cc: AR, imp: 3, tier: 4, checks: [http] }
825 + - { id: tv-ar-tn, name: "TN (Todo Noticias)", host: tn.com.ar, cat: news, provider: clarin, cc: AR, imp: 4, tier: 3, checks: [http] }
826 + - { id: tv-ar-eltrece, name: "eltrece", host: www.eltrecetv.com.ar, cat: news, provider: clarin, cc: AR, imp: 2, tier: 4, checks: [http] }
827 + - { id: tv-ar-america, name: "América TV", host: www.americatv.com.ar, cat: news, provider: america, cc: AR, imp: 2, tier: 4, checks: [http] }
828 + - { id: tv-ar-c5n, name: "C5N", host: www.c5n.com, cat: news, provider: indalo, cc: AR, imp: 2, tier: 4, checks: [http] }
829 + - { id: tv-ar-a24, name: "A24", host: www.a24.com, cat: news, provider: america, cc: AR, imp: 2, tier: 4, checks: [http] }
830 + - { id: radio-ar-mitre, name: "Radio Mitre", host: radiomitre.cienradios.com, cat: news, provider: clarin, cc: AR, imp: 2, tier: 4, checks: [http] }
831 + - { id: radio-ar-la-100, name: "La 100", host: la100.cienradios.com, cat: news, provider: clarin, cc: AR, imp: 1, tier: 4, checks: [http] }
832 + - { id: news-ar-pagina12, name: "Página/12", host: www.pagina12.com.ar, cat: news, provider: octubre, cc: AR, imp: 2, tier: 4, checks: [http] }
833 + - { id: news-ar-ambito, name: "Ámbito", host: www.ambito.com, cat: news, provider: ambito, cc: AR, imp: 2, tier: 4, checks: [http] }
834 + - { id: news-ar-perfil, name: "Perfil", host: www.perfil.com, cat: news, provider: perfil, cc: AR, imp: 2, tier: 4, checks: [http] }
835 + - { id: news-ar-cronista, name: "El Cronista", host: www.cronista.com, cat: news, provider: cronista, cc: AR, imp: 2, tier: 4, checks: [http] }
836 + - { id: news-ar-ole, name: "Olé", host: www.ole.com.ar, cat: news, provider: clarin, cc: AR, imp: 2, tier: 4, checks: [http] }
837 + - { id: news-ar-la-voz, name: "La Voz del Interior", host: www.lavoz.com.ar, cat: news, provider: clarin, cc: AR, imp: 2, tier: 4, checks: [http] }
838 + - { id: news-ar-los-andes, name: "Los Andes", host: www.losandes.com.ar, cat: news, provider: clarin, cc: AR, imp: 1, tier: 4, checks: [http] }
839 + - { id: news-ar-el-destape, name: "El Destape", host: www.eldestapeweb.com, cat: news, provider: el-destape, cc: AR, imp: 2, tier: 4, checks: [http] }
840 + - { id: news-ar-minuto-uno, name: "Minutouno", host: www.minutouno.com, cat: news, provider: indalo, cc: AR, imp: 1, tier: 4, checks: [http] }
841 + - { id: news-ar-noticias-argentinas, name: "Noticias Argentinas", host: noticiasargentinas.com, cat: news, provider: na, cc: AR, imp: 2, tier: 4, checks: [http] }
842 + - { id: tv-cl-tvn, name: "TVN", host: www.tvn.cl, cat: news, provider: tvn, cc: CL, imp: 3, tier: 4, checks: [http] }
843 + - { id: tv-cl-24horas, name: "24horas.cl", host: www.24horas.cl, cat: news, provider: tvn, cc: CL, imp: 3, tier: 4, checks: [http] }
844 + - { id: tv-cl-canal13, name: "Canal 13", host: www.13.cl, cat: news, provider: canal13, cc: CL, imp: 3, tier: 4, checks: [http] }
845 + - { id: tv-cl-t13, name: "T13", host: www.t13.cl, cat: news, provider: canal13, cc: CL, imp: 2, tier: 4, checks: [http] }
846 + - { id: tv-cl-mega, name: "Mega", host: www.mega.cl, cat: news, provider: bethia, cc: CL, imp: 2, tier: 4, checks: [http] }
847 + - { id: tv-cl-meganoticias, name: "Meganoticias", host: www.meganoticias.cl, cat: news, provider: bethia, cc: CL, imp: 2, tier: 4, checks: [http] }
848 + - { id: tv-cl-chv, name: "Chilevisión", host: www.chilevision.cl, cat: news, provider: paramount, cc: CL, imp: 2, tier: 4, checks: [http] }
849 + - { id: tv-cl-cnn-chile, name: "CNN Chile", host: www.cnnchile.com, cat: news, provider: wbd, cc: CL, imp: 2, tier: 4, checks: [http] }
850 + - { id: radio-cl-biobio, name: "Radio Bío-Bío", host: www.biobiochile.cl, cat: news, provider: biobio, cc: CL, imp: 3, tier: 4, checks: [http] }
851 + - { id: radio-cl-cooperativa, name: "Cooperativa", host: www.cooperativa.cl, cat: news, provider: cooperativa, cc: CL, imp: 2, tier: 4, checks: [http] }
852 + - { id: radio-cl-adn, name: "ADN Radio", host: www.adnradio.cl, cat: news, provider: ibero, cc: CL, imp: 1, tier: 4, checks: [http] }
853 + - { id: news-cl-la-tercera, name: "La Tercera", host: www.latercera.com, cat: news, provider: copesa, cc: CL, imp: 3, tier: 4, checks: [http] }
854 + - { id: news-cl-el-mercurio, name: "El Mercurio", host: www.elmercurio.com, cat: news, provider: el-mercurio, cc: CL, imp: 2, tier: 4, checks: [http] }
855 + - { id: news-cl-el-mostrador, name: "El Mostrador", host: www.elmostrador.cl, cat: news, provider: el-mostrador, cc: CL, imp: 2, tier: 4, checks: [http] }
856 + - { id: news-cl-diario-financiero, name: "Diario Financiero", host: www.df.cl, cat: news, provider: claro, cc: CL, imp: 2, tier: 4, checks: [http] }
857 + - { id: news-cl-la-segunda, name: "La Segunda", host: www.lasegunda.com, cat: news, provider: el-mercurio, cc: CL, imp: 1, tier: 4, checks: [http] }
858 + - { id: news-cl-ciper, name: "CIPER", host: www.ciperchile.cl, cat: news, provider: ciper, cc: CL, imp: 1, tier: 4, checks: [http] }
859 + - { id: news-cl-el-desconcierto, name: "El Desconcierto", host: www.eldesconcierto.cl, cat: news, provider: el-desconcierto, cc: CL, imp: 1, tier: 4, checks: [http] }
860 + - { id: news-cl-publimetro, name: "Publimetro Chile", host: www.publimetro.cl, cat: news, provider: metro-international, cc: CL, imp: 1, tier: 4, checks: [http] }
861 + - { id: tv-co-caracol, name: "Caracol Televisión", host: www.caracoltv.com, cat: news, provider: valorem, cc: CO, imp: 3, tier: 4, checks: [http] }
862 + - { id: tv-co-noticias-caracol, name: "Noticias Caracol", host: www.noticiascaracol.com, cat: news, provider: valorem, cc: CO, imp: 3, tier: 4, checks: [http] }
863 + - { id: tv-co-rcn, name: "Canal RCN", host: www.canalrcn.com, cat: news, provider: ardila-lulle, cc: CO, imp: 3, tier: 4, checks: [http] }
864 + - { id: tv-co-noticias-rcn, name: "Noticias RCN", host: www.noticiasrcn.com, cat: news, provider: ardila-lulle, cc: CO, imp: 2, tier: 4, checks: [http] }
865 + - { id: tv-co-senal-colombia, name: "Señal Colombia / RTVC", host: www.rtvc.gov.co, cat: news, provider: rtvc, cc: CO, imp: 2, tier: 4, checks: [http] }
866 + - { id: tv-co-rtvc-noticias, name: "RTVC Noticias", host: www.rtvcnoticias.com, cat: news, provider: rtvc, cc: CO, imp: 2, tier: 4, checks: [http] }
867 + - { id: tv-co-citytv, name: "Citytv Bogotá", host: citytv.eltiempo.com, cat: news, provider: el-tiempo, cc: CO, imp: 1, tier: 4, checks: [http] }
868 + - { id: radio-co-caracol-radio, name: "Caracol Radio", host: caracol.com.co, cat: news, provider: prisa, cc: CO, imp: 3, tier: 4, checks: [http] }
869 + - { id: radio-co-blu, name: "Blu Radio", host: www.bluradio.com, cat: news, provider: valorem, cc: CO, imp: 2, tier: 4, checks: [http] }
870 + - { id: radio-co-w-radio, name: "W Radio", host: www.wradio.com.co, cat: news, provider: prisa, cc: CO, imp: 2, tier: 4, checks: [http] }
871 + - { id: radio-co-la-fm, name: "La FM", host: www.lafm.com.co, cat: news, provider: ardila-lulle, cc: CO, imp: 1, tier: 4, checks: [http] }
872 + - { id: news-co-el-espectador, name: "El Espectador", host: www.elespectador.com, cat: news, provider: valorem, cc: CO, imp: 3, tier: 4, checks: [http] }
873 + - { id: news-co-semana, name: "Semana", host: www.semana.com, cat: news, provider: semana, cc: CO, imp: 3, tier: 4, checks: [http] }
874 + - { id: news-co-portafolio, name: "Portafolio", host: www.portafolio.co, cat: news, provider: el-tiempo, cc: CO, imp: 2, tier: 4, checks: [http] }
875 + - { id: news-co-la-republica, name: "La República", host: www.larepublica.co, cat: news, provider: la-republica, cc: CO, imp: 2, tier: 4, checks: [http] }
876 + - { id: news-co-el-colombiano, name: "El Colombiano", host: www.elcolombiano.com, cat: news, provider: el-colombiano, cc: CO, imp: 2, tier: 4, checks: [http] }
877 + - { id: news-co-el-heraldo, name: "El Heraldo", host: www.elheraldo.co, cat: news, provider: el-heraldo, cc: CO, imp: 2, tier: 4, checks: [http] }
878 + - { id: news-co-el-pais-cali, name: "El País (Cali)", host: www.elpais.com.co, cat: news, provider: el-pais-cali, cc: CO, imp: 1, tier: 4, checks: [http] }
879 + - { id: news-co-pulzo, name: "Pulzo", host: www.pulzo.com, cat: news, provider: pulzo, cc: CO, imp: 2, tier: 4, checks: [http] }
880 + - { id: news-co-infobae-co, name: "Infobae Colombia", host: www.infobae.com, url: "https://www.infobae.com/colombia/", cat: news, provider: infobae, cc: CO, imp: 1, tier: 4, checks: [http] }
881 + - { id: news-co-la-silla-vacia, name: "La Silla Vacía", host: www.lasillavacia.com, cat: news, provider: la-silla-vacia, cc: CO, imp: 1, tier: 4, checks: [http] }
882 + - { id: news-co-colprensa, name: "Colprensa", host: colprensa.com, cat: news, provider: colprensa, cc: CO, imp: 1, tier: 4, checks: [http] }
883 + - { id: tv-pe-america-tv, name: "América Televisión", host: www.americatv.com.pe, cat: news, provider: plural, cc: PE, imp: 3, tier: 4, checks: [http] }
884 + - { id: tv-pe-tvperu, name: "TVPerú", host: www.tvperu.gob.pe, cat: news, provider: irtp, cc: PE, imp: 2, tier: 4, checks: [http] }
885 + - { id: tv-pe-latina, name: "Latina", host: www.latina.pe, cat: news, provider: latina, cc: PE, imp: 2, tier: 4, checks: [http] }
886 + - { id: tv-pe-atv, name: "ATV", host: www.atv.pe, cat: news, provider: atv, cc: PE, imp: 2, tier: 4, checks: [http] }
887 + - { id: tv-pe-canal-n, name: "Canal N", host: canaln.pe, cat: news, provider: plural, cc: PE, imp: 2, tier: 4, checks: [http] }
888 + - { id: radio-pe-rpp, name: "RPP", host: rpp.pe, cat: news, provider: rpp, cc: PE, imp: 3, tier: 4, checks: [http] }
889 + - { id: radio-pe-exitosa, name: "Exitosa", host: www.exitosanoticias.pe, cat: news, provider: exitosa, cc: PE, imp: 1, tier: 4, checks: [http] }
890 + - { id: news-pe-la-republica, name: "La República", host: larepublica.pe, cat: news, provider: la-republica-pe, cc: PE, imp: 3, tier: 4, checks: [http] }
891 + - { id: news-pe-gestion, name: "Gestión", host: gestion.pe, cat: news, provider: el-comercio, cc: PE, imp: 2, tier: 4, checks: [http] }
892 + - { id: news-pe-peru21, name: "Perú21", host: peru21.pe, cat: news, provider: el-comercio, cc: PE, imp: 2, tier: 4, checks: [http] }
893 + - { id: news-pe-trome, name: "Trome", host: trome.com, cat: news, provider: el-comercio, cc: PE, imp: 2, tier: 4, checks: [http] }
894 + - { id: news-pe-caretas, name: "Caretas", host: caretas.pe, cat: news, provider: caretas, cc: PE, imp: 1, tier: 4, checks: [http] }
895 + - { id: news-pe-andina, name: "Andina", host: andina.pe, cat: news, provider: editora-peru, cc: PE, imp: 2, tier: 4, checks: [http] }
896 + - { id: news-pe-el-peruano, name: "El Peruano", host: elperuano.pe, cat: news, provider: editora-peru, cc: PE, imp: 2, tier: 4, checks: [http] }
897 + - { id: news-pe-infobae-pe, name: "Infobae Perú", host: www.infobae.com, url: "https://www.infobae.com/peru/", cat: news, provider: infobae, cc: PE, imp: 1, tier: 4, checks: [http] }
898 + - { id: news-pe-ojo-publico, name: "OjoPúblico", host: ojo-publico.com, cat: news, provider: ojo-publico, cc: PE, imp: 1, tier: 4, checks: [http] }
899 + - { id: tv-ec-ecuavisa, name: "Ecuavisa", host: www.ecuavisa.com, cat: news, provider: ecuavisa, cc: EC, imp: 3, tier: 4, checks: [http] }
900 + - { id: tv-ec-teleamazonas, name: "Teleamazonas", host: www.teleamazonas.com, cat: news, provider: teleamazonas, cc: EC, imp: 2, tier: 4, checks: [http] }
901 + - { id: tv-ec-tc, name: "TC Televisión", host: www.tctelevision.com, cat: news, provider: tc, cc: EC, imp: 1, tier: 4, checks: [http] }
902 + - { id: tv-ec-ecuador-tv, name: "Ecuador TV", host: www.ecuadortv.ec, cat: news, provider: medios-publicos-ec, cc: EC, imp: 1, tier: 4, checks: [http] }
903 + - { id: news-ec-el-universo, name: "El Universo", host: www.eluniverso.com, cat: news, provider: el-universo, cc: EC, imp: 3, tier: 4, checks: [http] }
904 + - { id: news-ec-el-comercio, name: "El Comercio (Ecuador)", host: www.elcomercio.com, cat: news, provider: el-comercio-ec, cc: EC, imp: 3, tier: 4, checks: [http] }
905 + - { id: news-ec-primicias, name: "Primicias", host: www.primicias.ec, cat: news, provider: primicias, cc: EC, imp: 2, tier: 4, checks: [http] }
906 + - { id: news-ec-expreso, name: "Expreso", host: www.expreso.ec, cat: news, provider: granasa, cc: EC, imp: 2, tier: 4, checks: [http] }
907 + - { id: news-ec-la-hora, name: "La Hora", host: www.lahora.com.ec, cat: news, provider: la-hora, cc: EC, imp: 1, tier: 4, checks: [http] }
908 + - { id: tv-uy-canal-10, name: "Canal 10", host: www.canal10.com.uy, cat: news, provider: saeta, cc: UY, imp: 2, tier: 4, checks: [http] }
909 + - { id: tv-uy-teledoce, name: "Teledoce (Telemundo)", host: www.teledoce.com, cat: news, provider: teledoce, cc: UY, imp: 2, tier: 4, checks: [http] }
910 + - { id: tv-uy-canal-4, name: "Canal 4", host: www.canal4.com.uy, cat: news, provider: monte-carlo, cc: UY, imp: 1, tier: 4, checks: [http] }
911 + - { id: tv-uy-tnu, name: "TNU (Canal 5)", host: www.tnu.com.uy, cat: news, provider: secan, cc: UY, imp: 1, tier: 4, checks: [http] }
912 + - { id: news-uy-el-pais, name: "El País (Uruguay)", host: www.elpais.com.uy, cat: news, provider: el-pais-uy, cc: UY, imp: 3, tier: 4, checks: [http] }
913 + - { id: news-uy-el-observador, name: "El Observador", host: www.elobservador.com.uy, cat: news, provider: el-observador, cc: UY, imp: 2, tier: 4, checks: [http] }
914 + - { id: news-uy-la-diaria, name: "la diaria", host: ladiaria.com.uy, cat: news, provider: la-diaria, cc: UY, imp: 2, tier: 4, checks: [http] }
915 + - { id: news-uy-montevideo-portal, name: "Montevideo Portal", host: www.montevideo.com.uy, cat: news, provider: montevideo-portal, cc: UY, imp: 2, tier: 4, checks: [http] }
916 + - { id: news-uy-brecha, name: "Brecha", host: brecha.com.uy, cat: news, provider: brecha, cc: UY, imp: 1, tier: 4, checks: [http] }
917 + - { id: news-uy-subrayado, name: "Subrayado", host: www.subrayado.com.uy, cat: news, provider: saeta, cc: UY, imp: 2, tier: 4, checks: [http] }
918 + - { id: tv-py-snt, name: "SNT", host: www.snt.com.py, cat: news, provider: snt, cc: PY, imp: 1, tier: 4, checks: [http] }
919 + - { id: news-py-abc-color, name: "ABC Color", host: www.abc.com.py, cat: news, provider: abc-color, cc: PY, imp: 3, tier: 4, checks: [http] }
920 + - { id: news-py-ultima-hora, name: "Última Hora", host: www.ultimahora.com, cat: news, provider: ultima-hora, cc: PY, imp: 2, tier: 4, checks: [http] }
921 + - { id: news-py-la-nacion, name: "La Nación (Paraguay)", host: www.lanacion.com.py, cat: news, provider: la-nacion-py, cc: PY, imp: 2, tier: 4, checks: [http] }
922 + - { id: news-py-hoy, name: "Hoy", host: www.hoy.com.py, cat: news, provider: hoy, cc: PY, imp: 1, tier: 4, checks: [http] }
923 + - { id: tv-bo-red-uno, name: "Red Uno", host: www.reduno.com.bo, cat: news, provider: red-uno, cc: BO, imp: 1, tier: 4, checks: [http] }
924 + - { id: tv-bo-bolivia-tv, name: "Bolivia TV", host: www.boliviatv.bo, cat: news, provider: bolivia-tv, cc: BO, imp: 1, tier: 4, checks: [http] }
925 + - { id: news-bo-el-deber, name: "El Deber", host: eldeber.com.bo, cat: news, provider: el-deber, cc: BO, imp: 3, tier: 4, checks: [http] }
926 + - { id: news-bo-la-razon, name: "La Razón", host: www.la-razon.com, cat: news, provider: la-razon, cc: BO, imp: 2, tier: 4, checks: [http] }
927 + - { id: news-bo-los-tiempos, name: "Los Tiempos", host: www.lostiempos.com, cat: news, provider: los-tiempos, cc: BO, imp: 2, tier: 4, checks: [http] }
928 + - { id: news-bo-opinion, name: "Opinión", host: www.opinion.com.bo, cat: news, provider: opinion, cc: BO, imp: 1, tier: 4, checks: [http] }
929 + - { id: tv-ve-telesur, name: "teleSUR", host: www.telesurtv.net, cat: news, provider: telesur, cc: VE, imp: 3, tier: 4, checks: [http] }
930 + - { id: tv-ve-globovision, name: "Globovisión", host: www.globovision.com, cat: news, provider: globovision, cc: VE, imp: 2, tier: 4, checks: [http] }
931 + - { id: tv-ve-venevision, name: "Venevisión", host: www.venevision.com, cat: news, provider: cisneros, cc: VE, imp: 1, tier: 4, checks: [http] }
932 + - { id: news-ve-el-nacional, name: "El Nacional", host: www.elnacional.com, cat: news, provider: el-nacional, cc: VE, imp: 2, tier: 4, checks: [http] }
933 + - { id: news-ve-el-universal, name: "El Universal (Venezuela)", host: www.eluniversal.com, cat: news, provider: el-universal-ve, cc: VE, imp: 2, tier: 4, checks: [http] }
934 + - { id: news-ve-efecto-cocuyo, name: "Efecto Cocuyo", host: efectococuyo.com, cat: news, provider: efecto-cocuyo, cc: VE, imp: 1, tier: 4, checks: [http] }
935 + - { id: news-ve-el-pitazo, name: "El Pitazo", host: elpitazo.net, cat: news, provider: el-pitazo, cc: VE, imp: 1, tier: 4, checks: [http] }
936 + - { id: news-ve-tal-cual, name: "TalCual", host: talcualdigital.com, cat: news, provider: talcual, cc: VE, imp: 1, tier: 4, checks: [http] }
937 + - { id: news-ve-ultimas-noticias, name: "Últimas Noticias", host: ultimasnoticias.com.ve, cat: news, provider: ultimas-noticias, cc: VE, imp: 1, tier: 4, checks: [http] }
938 + - { id: news-cu-granma, name: "Granma", host: www.granma.cu, cat: news, provider: gov-cu, cc: CU, imp: 2, tier: 4, checks: [http] }
939 + - { id: news-cu-14ymedio, name: "14ymedio", host: www.14ymedio.com, cat: news, provider: 14ymedio, cc: CU, imp: 2, tier: 4, checks: [http] }
940 + - { id: news-cu-prensa-latina, name: "Prensa Latina", host: www.prensa-latina.cu, cat: news, provider: gov-cu, cc: CU, imp: 2, tier: 4, checks: [http] }
941 + - { id: tv-do-listin, name: "Listín Diario", host: listindiario.com, cat: news, provider: listin, cc: DO, imp: 3, tier: 4, checks: [http] }
942 + - { id: news-do-diario-libre, name: "Diario Libre", host: www.diariolibre.com, cat: news, provider: diario-libre, cc: DO, imp: 2, tier: 4, checks: [http] }
943 + - { id: news-do-el-dia, name: "El Día", host: eldia.com.do, cat: news, provider: el-dia-do, cc: DO, imp: 1, tier: 4, checks: [http] }
944 + - { id: news-do-hoy, name: "Hoy Digital", host: hoy.com.do, cat: news, provider: hoy-do, cc: DO, imp: 1, tier: 4, checks: [http] }
945 + - { id: tv-do-cdn, name: "CDN", host: cdn.com.do, cat: news, provider: cdn, cc: DO, imp: 1, tier: 4, checks: [http] }
946 + - { id: tv-gt-guatevision, name: "Guatevisión", host: www.guatevision.com, cat: news, provider: prensa-libre, cc: GT, imp: 1, tier: 4, checks: [http] }
947 + - { id: news-gt-prensa-libre, name: "Prensa Libre", host: www.prensalibre.com, cat: news, provider: prensa-libre, cc: GT, imp: 3, tier: 4, checks: [http] }
948 + - { id: news-gt-soy502, name: "Soy502", host: www.soy502.com, cat: news, provider: soy502, cc: GT, imp: 2, tier: 4, checks: [http] }
949 + - { id: news-gt-el-periodico, name: "República", host: republica.gt, cat: news, provider: republica-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
950 + - { id: news-gt-la-hora, name: "La Hora (Guatemala)", host: lahora.gt, cat: news, provider: la-hora-gt, cc: GT, imp: 1, tier: 4, checks: [http] }
951 + - { id: news-sv-la-prensa-grafica, name: "La Prensa Gráfica", host: www.laprensagrafica.com, cat: news, provider: dutriz, cc: SV, imp: 3, tier: 4, checks: [http] }
952 + - { id: news-sv-el-diario-de-hoy, name: "El Diario de Hoy", host: www.elsalvador.com, cat: news, provider: editorial-altamirano, cc: SV, imp: 2, tier: 4, checks: [http] }
953 + - { id: news-sv-el-faro, name: "El Faro", host: elfaro.net, cat: news, provider: el-faro, cc: SV, imp: 2, tier: 4, checks: [http] }
954 + - { id: news-sv-diario-el-mundo, name: "Diario El Mundo", host: diario.elmundo.sv, cat: news, provider: el-mundo-sv, cc: SV, imp: 1, tier: 4, checks: [http] }
955 + - { id: news-hn-la-prensa, name: "La Prensa (Honduras)", host: www.laprensa.hn, cat: news, provider: opsa, cc: HN, imp: 3, tier: 4, checks: [http] }
956 + - { id: news-hn-el-heraldo, name: "El Heraldo (Honduras)", host: www.elheraldo.hn, cat: news, provider: opsa, cc: HN, imp: 2, tier: 4, checks: [http] }
957 + - { id: news-hn-la-tribuna, name: "La Tribuna", host: www.latribuna.hn, cat: news, provider: la-tribuna-hn, cc: HN, imp: 1, tier: 4, checks: [http] }
958 + - { id: news-hn-tiempo, name: "Tiempo Digital", host: tiempo.hn, cat: news, provider: tiempo, cc: HN, imp: 1, tier: 4, checks: [http] }
959 + - { id: news-ni-la-prensa, name: "La Prensa (Nicaragua)", host: www.laprensani.com, cat: news, provider: la-prensa-ni, cc: NI, imp: 2, tier: 4, checks: [http] }
960 + - { id: news-ni-confidencial, name: "Confidencial", host: confidencial.digital, cat: news, provider: confidencial, cc: NI, imp: 2, tier: 4, checks: [http] }
961 + - { id: news-ni-el-19, name: "El 19 Digital", host: www.el19digital.com, cat: news, provider: gov-ni, cc: NI, imp: 1, tier: 4, checks: [http] }
962 + - { id: tv-cr-teletica, name: "Teletica", host: www.teletica.com, cat: news, provider: teletica, cc: CR, imp: 3, tier: 4, checks: [http] }
963 + - { id: tv-cr-repretel, name: "Repretel", host: www.repretel.com, cat: news, provider: albavision, cc: CR, imp: 1, tier: 4, checks: [http] }
964 + - { id: news-cr-la-nacion, name: "La Nación (Costa Rica)", host: www.nacion.com, cat: news, provider: grupo-nacion, cc: CR, imp: 3, tier: 4, checks: [http] }
965 + - { id: news-cr-crhoy, name: "CRHoy", host: www.crhoy.com, cat: news, provider: crhoy, cc: CR, imp: 2, tier: 4, checks: [http] }
966 + - { id: news-cr-la-republica, name: "La República (Costa Rica)", host: www.larepublica.net, cat: news, provider: la-republica-cr, cc: CR, imp: 1, tier: 4, checks: [http] }
967 + - { id: news-cr-diario-extra, name: "Diario Extra", host: www.diarioextra.com, cat: news, provider: diario-extra, cc: CR, imp: 1, tier: 4, checks: [http] }
968 + - { id: news-cr-el-financiero, name: "El Financiero (Costa Rica)", host: www.elfinancierocr.com, cat: news, provider: grupo-nacion, cc: CR, imp: 1, tier: 4, checks: [http] }
969 + - { id: tv-pa-tvn, name: "TVN Panamá", host: www.tvn-2.com, cat: news, provider: tvn-pa, cc: PA, imp: 2, tier: 4, checks: [http] }
970 + - { id: tv-pa-telemetro, name: "Telemetro", host: www.telemetro.com, cat: news, provider: medcom, cc: PA, imp: 2, tier: 4, checks: [http] }
971 + - { id: news-pa-la-prensa, name: "La Prensa (Panamá)", host: www.prensa.com, cat: news, provider: corprensa, cc: PA, imp: 3, tier: 4, checks: [http] }
972 + - { id: news-pa-la-estrella, name: "La Estrella de Panamá", host: www.laestrella.com.pa, cat: news, provider: gese, cc: PA, imp: 2, tier: 4, checks: [http] }
973 + - { id: news-pa-panama-america, name: "Panamá América", host: www.panamaamerica.com.pa, cat: news, provider: epasa, cc: PA, imp: 1, tier: 4, checks: [http] }
974 + - { id: news-pa-critica, name: "Crítica", host: www.critica.com.pa, cat: news, provider: epasa, cc: PA, imp: 1, tier: 4, checks: [http] }
975 + - { id: tv-jm-tvj, name: "Television Jamaica", host: www.televisionjamaica.com, cat: news, provider: rjrgleaner, cc: JM, imp: 1, tier: 4, checks: [http] }
976 + - { id: news-jm-gleaner, name: "The Gleaner", host: jamaica-gleaner.com, cat: news, provider: rjrgleaner, cc: JM, imp: 3, tier: 4, checks: [http] }
977 + - { id: news-jm-observer, name: "Jamaica Observer", host: www.jamaicaobserver.com, cat: news, provider: observer, cc: JM, imp: 2, tier: 4, checks: [http] }
978 + - { id: news-tt-guardian, name: "Trinidad and Tobago Guardian", host: www.guardian.co.tt, cat: news, provider: guardian-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
979 + - { id: news-tt-express, name: "Trinidad Express", host: trinidadexpress.com, cat: news, provider: one-caribbean, cc: TT, imp: 2, tier: 4, checks: [http] }
980 + - { id: news-tt-newsday, name: "Newsday (T&T)", host: newsday.co.tt, cat: news, provider: newsday-tt, cc: TT, imp: 2, tier: 4, checks: [http] }
981 + - { id: news-bb-nation-news, name: "Nation News", host: www.nationnews.com, cat: news, provider: nation-bb, cc: BB, imp: 2, tier: 4, checks: [http] }
982 + - { id: news-bb-barbados-today, name: "Barbados Today", host: barbadostoday.bb, cat: news, provider: barbados-today, cc: BB, imp: 1, tier: 4, checks: [http] }
983 + - { id: news-bs-tribune, name: "The Tribune (Bahamas)", host: www.tribune242.com, cat: news, provider: tribune-bs, cc: BS, imp: 2, tier: 4, checks: [http] }
984 + - { id: news-bs-nassau-guardian, name: "The Nassau Guardian", host: thenassauguardian.com, cat: news, provider: nassau-guardian, cc: BS, imp: 1, tier: 4, checks: [http] }
985 + - { id: news-ht-le-nouvelliste, name: "Le Nouvelliste (Haïti)", host: lenouvelliste.com, cat: news, provider: le-nouvelliste-ht, cc: HT, imp: 2, tier: 4, checks: [http] }
986 + - { id: news-ht-alterpresse, name: "AlterPresse", host: www.alterpresse.org, cat: news, provider: alterpresse, cc: HT, imp: 1, tier: 4, checks: [http] }
987 + - { id: news-gy-stabroek, name: "Stabroek News", host: www.stabroeknews.com, cat: news, provider: stabroek, cc: GY, imp: 2, tier: 4, checks: [http] }
988 + - { id: news-gy-kaieteur, name: "Kaieteur News", host: www.kaieteurnewsonline.com, cat: news, provider: kaieteur, cc: GY, imp: 1, tier: 4, checks: [http] }
989 + - { id: news-sr-de-ware-tijd, name: "De Ware Tijd", host: dwtonline.com, cat: news, provider: dwt, cc: SR, imp: 1, tier: 4, checks: [http] }
990 + - { id: news-sr-starnieuws, name: "Starnieuws", host: www.starnieuws.com, cat: news, provider: starnieuws, cc: SR, imp: 1, tier: 4, checks: [http] }
991 + - { id: news-bz-amandala, name: "Amandala", host: amandala.com.bz, cat: news, provider: amandala, cc: BZ, imp: 1, tier: 4, checks: [http] }
992 + - { id: game-gamer-com-br, name: "Voxel (TecMundo Games)", host: www.tecmundo.com.br, url: "https://www.tecmundo.com.br/voxel", cat: news, provider: nzn, cc: BR, imp: 1, tier: 4, checks: [http] }
993 + - { id: game-levelup, name: "LEVELUP", host: www.levelup.com, cat: news, provider: levelup, cc: MX, imp: 1, tier: 4, checks: [http] }
994 +
995 + # ───────── News & broadcasting — Middle East & North Africa (162)
996 + - { id: tv-tr-trt, name: "TRT", host: www.trt.net.tr, cat: news, provider: trt, cc: TR, imp: 4, tier: 3, checks: [http] }
997 + - { id: tv-tr-trt-world, name: "TRT World", host: www.trtworld.com, cat: news, provider: trt, cc: TR, imp: 3, tier: 4, checks: [http] }
998 + - { id: tv-tr-cnn-turk, name: "CNN Türk", host: www.cnnturk.com, cat: news, provider: demiroren, cc: TR, imp: 3, tier: 4, checks: [http] }
999 + - { id: tv-tr-ntv, name: "NTV Türkiye", host: www.ntv.com.tr, cat: news, provider: dogus, cc: TR, imp: 3, tier: 4, checks: [http] }
1000 + - { id: tv-tr-haberturk, name: "Habertürk", host: www.haberturk.com, cat: news, provider: ciner, cc: TR, imp: 3, tier: 4, checks: [http] }
1001 + - { id: tv-tr-a-haber, name: "A Haber", host: www.ahaber.com.tr, cat: news, provider: turkuvaz, cc: TR, imp: 2, tier: 4, checks: [http] }
1002 + - { id: tv-tr-halk-tv, name: "Halk TV", host: halktv.com.tr, cat: news, provider: halk-tv, cc: TR, imp: 2, tier: 4, checks: [http] }
1003 + - { id: news-tr-anadolu, name: "Anadolu Agency", host: www.aa.com.tr, cat: news, provider: anadolu, cc: TR, imp: 4, tier: 3, checks: [http] }
1004 + - { id: news-tr-milliyet, name: "Milliyet", host: www.milliyet.com.tr, cat: news, provider: demiroren, cc: TR, imp: 3, tier: 4, checks: [http] }
1005 + - { id: news-tr-sozcu, name: "Sözcü", host: www.sozcu.com.tr, cat: news, provider: sozcu, cc: TR, imp: 3, tier: 4, checks: [http] }
1006 + - { id: news-tr-cumhuriyet, name: "Cumhuriyet", host: www.cumhuriyet.com.tr, cat: news, provider: cumhuriyet, cc: TR, imp: 2, tier: 4, checks: [http] }
1007 + - { id: news-tr-yeni-safak, name: "Yeni Şafak", host: www.yenisafak.com, cat: news, provider: albayrak, cc: TR, imp: 2, tier: 4, checks: [http] }
1008 + - { id: news-tr-daily-sabah, name: "Daily Sabah", host: www.dailysabah.com, cat: news, provider: turkuvaz, cc: TR, imp: 2, tier: 4, checks: [http] }
1009 + - { id: news-tr-hurriyet-daily-news, name: "Hürriyet Daily News", host: www.hurriyetdailynews.com, cat: news, provider: demiroren, cc: TR, imp: 2, tier: 4, checks: [http] }
1010 + - { id: news-tr-t24, name: "T24", host: t24.com.tr, cat: news, provider: t24, cc: TR, imp: 2, tier: 4, checks: [http] }
1011 + - { id: news-tr-bianet, name: "Bianet", host: bianet.org, cat: news, provider: bianet, cc: TR, imp: 1, tier: 4, checks: [http] }
1012 + - { id: news-tr-fanatik, name: "Fanatik", host: www.fanatik.com.tr, cat: news, provider: demiroren, cc: TR, imp: 1, tier: 4, checks: [http] }
1013 + - { id: news-tr-webtekno, name: "Webtekno", host: www.webtekno.com, cat: news, provider: webtekno, cc: TR, imp: 1, tier: 4, checks: [http] }
1014 + - { id: news-tr-shiftdelete, name: "ShiftDelete.Net", host: shiftdelete.net, cat: news, provider: shiftdelete, cc: TR, imp: 1, tier: 4, checks: [http] }
1015 + - { id: tv-il-kan, name: "Kan (Israeli Public Broadcasting)", host: www.kan.org.il, cat: news, provider: kan, cc: IL, imp: 3, tier: 4, checks: [http] }
1016 + - { id: tv-il-channel-12, name: "N12 (Keshet)", host: www.mako.co.il, cat: news, provider: keshet, cc: IL, imp: 3, tier: 4, checks: [http] }
1017 + - { id: tv-il-channel-13, name: "Channel 13", host: 13tv.co.il, cat: news, provider: reshet, cc: IL, imp: 2, tier: 4, checks: [http] }
1018 + - { id: tv-il-i24news, name: "i24NEWS", host: www.i24news.tv, cat: news, provider: altice, cc: IL, imp: 2, tier: 4, checks: [http] }
1019 + - { id: news-il-jerusalem-post, name: "The Jerusalem Post", host: www.jpost.com, cat: news, provider: jpost, cc: IL, imp: 3, tier: 4, checks: [http] }
1020 + - { id: news-il-israel-hayom, name: "Israel Hayom", host: www.israelhayom.co.il, cat: news, provider: israel-hayom, cc: IL, imp: 2, tier: 4, checks: [http] }
1021 + - { id: news-il-walla, name: "Walla!", host: www.walla.co.il, cat: news, provider: walla, cc: IL, imp: 3, tier: 4, checks: [http] }
1022 + - { id: news-il-globes, name: "Globes", host: www.globes.co.il, cat: news, provider: globes, cc: IL, imp: 2, tier: 4, checks: [http] }
1023 + - { id: news-il-calcalist, name: "Calcalist", host: www.calcalist.co.il, cat: news, provider: yedioth, cc: IL, imp: 2, tier: 4, checks: [http] }
1024 + - { id: news-il-maariv, name: "Maariv", host: www.maariv.co.il, cat: news, provider: jpost, cc: IL, imp: 2, tier: 4, checks: [http] }
1025 + - { id: news-il-ynetnews, name: "Ynetnews", host: www.ynetnews.com, cat: news, provider: yedioth, cc: IL, imp: 2, tier: 4, checks: [http] }
1026 + - { id: news-il-geektime, name: "Geektime", host: www.geektime.co.il, cat: news, provider: geektime, cc: IL, imp: 1, tier: 4, checks: [http] }
1027 + - { id: tv-sa-al-ekhbariya, name: "Al Ekhbariya", host: www.alekhbariya.net, cat: news, provider: sba, cc: SA, imp: 2, tier: 4, checks: [http] }
1028 + - { id: tv-sa-mbc, name: "MBC Group", host: www.mbc.net, cat: news, provider: mbc, cc: SA, imp: 3, tier: 4, checks: [http] }
1029 + - { id: tv-sa-al-hadath, name: "Al Hadath", host: www.alhadath.net, cat: news, provider: mbc, cc: SA, imp: 2, tier: 4, checks: [http] }
1030 + - { id: tv-sa-asharq, name: "Asharq News", host: asharq.com, cat: news, provider: srmg, cc: SA, imp: 2, tier: 4, checks: [http] }
1031 + - { id: news-sa-spa, name: "Saudi Press Agency", host: www.spa.gov.sa, cat: news, provider: spa, cc: SA, imp: 3, tier: 4, checks: [http] }
1032 + - { id: news-sa-okaz, name: "Okaz", host: www.okaz.com.sa, cat: news, provider: okaz, cc: SA, imp: 2, tier: 4, checks: [http] }
1033 + - { id: news-sa-al-riyadh, name: "Al Riyadh", host: www.alriyadh.com, cat: news, provider: al-riyadh, cc: SA, imp: 2, tier: 4, checks: [http] }
1034 + - { id: news-sa-sabq, name: "Sabq", host: sabq.org, cat: news, provider: sabq, cc: SA, imp: 3, tier: 4, checks: [http] }
1035 + - { id: news-sa-asharq-al-awsat, name: "Asharq Al-Awsat", host: aawsat.com, cat: news, provider: srmg, cc: SA, imp: 3, tier: 4, checks: [http] }
1036 + - { id: news-sa-saudi-gazette, name: "Saudi Gazette", host: saudigazette.com.sa, cat: news, provider: okaz, cc: SA, imp: 1, tier: 4, checks: [http] }
1037 + - { id: news-sa-argaam, name: "Argaam", host: www.argaam.com, cat: news, provider: argaam, cc: SA, imp: 2, tier: 4, checks: [http] }
1038 + - { id: tv-ae-sky-news-arabia, name: "Sky News Arabia", host: www.skynewsarabia.com, cat: news, provider: adm, cc: AE, imp: 3, tier: 4, checks: [http] }
1039 + - { id: tv-ae-dubai-tv, name: "Dubai Media", host: www.dmi.ae, cat: news, provider: dmi, cc: AE, imp: 1, tier: 4, checks: [http] }
1040 + - { id: tv-ae-al-aan, name: "Al Aan TV", host: www.alaan.tv, cat: news, provider: alaan, cc: AE, imp: 1, tier: 4, checks: [http] }
1041 + - { id: news-ae-wam, name: "WAM (Emirates News Agency)", host: www.wam.ae, cat: news, provider: wam, cc: AE, imp: 3, tier: 4, checks: [http] }
1042 + - { id: news-ae-the-national, name: "The National", host: www.thenationalnews.com, cat: news, provider: imi, cc: AE, imp: 3, tier: 4, checks: [http] }
1043 + - { id: news-ae-khaleej-times, name: "Khaleej Times", host: www.khaleejtimes.com, cat: news, provider: galadari, cc: AE, imp: 2, tier: 4, checks: [http] }
1044 + - { id: news-ae-al-bayan, name: "Al Bayan", host: www.albayan.ae, cat: news, provider: dmi, cc: AE, imp: 2, tier: 4, checks: [http] }
1045 + - { id: news-ae-emarat-al-youm, name: "Emarat Al Youm", host: www.emaratalyoum.com, cat: news, provider: dmi, cc: AE, imp: 2, tier: 4, checks: [http] }
1046 + - { id: news-ae-al-khaleej, name: "Al Khaleej", host: www.alkhaleej.ae, cat: news, provider: dar-al-khaleej, cc: AE, imp: 2, tier: 4, checks: [http] }
1047 + - { id: news-ae-arabian-business, name: "Arabian Business", host: www.arabianbusiness.com, cat: news, provider: itp, cc: AE, imp: 2, tier: 4, checks: [http] }
1048 + - { id: news-ae-zawya, name: "Zawya", host: www.zawya.com, cat: news, provider: lseg, cc: AE, imp: 2, tier: 4, checks: [http] }
1049 + - { id: tv-qa-al-jazeera-ar, name: "Al Jazeera Arabic", host: www.aljazeera.net, cat: news, provider: aljazeera, cc: QA, imp: 4, tier: 3, checks: [http] }
1050 + - { id: tv-qa-al-jazeera-mubasher, name: "Al Jazeera Mubasher", host: mubasher.aljazeera.net, cat: news, provider: aljazeera, cc: QA, imp: 2, tier: 4, checks: [http] }
1051 + - { id: news-qa-qna, name: "QNA", host: www.qna.org.qa, cat: news, provider: qna, cc: QA, imp: 2, tier: 4, checks: [http] }
1052 + - { id: news-qa-gulf-times, name: "Gulf Times", host: www.gulf-times.com, cat: news, provider: gulf-times, cc: QA, imp: 2, tier: 4, checks: [http] }
1053 + - { id: news-qa-the-peninsula, name: "The Peninsula", host: thepeninsulaqatar.com, cat: news, provider: dar-al-sharq, cc: QA, imp: 2, tier: 4, checks: [http] }
1054 + - { id: news-qa-al-raya, name: "Al Raya", host: www.raya.com, cat: news, provider: al-raya, cc: QA, imp: 1, tier: 4, checks: [http] }
1055 + - { id: news-qa-doha-news, name: "Doha News", host: dohanews.co, cat: news, provider: doha-news, cc: QA, imp: 1, tier: 4, checks: [http] }
1056 + - { id: news-kw-al-qabas, name: "Al Qabas", host: www.alqabas.com, cat: news, provider: al-qabas, cc: KW, imp: 2, tier: 4, checks: [http] }
1057 + - { id: news-kw-al-rai, name: "Al Rai", host: www.alraimedia.com, cat: news, provider: al-rai, cc: KW, imp: 2, tier: 4, checks: [http] }
1058 + - { id: news-kw-arab-times, name: "Arab Times", host: www.arabtimesonline.com, cat: news, provider: arab-times, cc: KW, imp: 1, tier: 4, checks: [http] }
1059 + - { id: news-kw-kuwait-times, name: "Kuwait Times", host: kuwaittimes.com, cat: news, provider: kuwait-times, cc: KW, imp: 1, tier: 4, checks: [http] }
1060 + - { id: news-bh-bna, name: "BNA (Bahrain)", host: www.bna.bh, cat: news, provider: bna, cc: BH, imp: 2, tier: 4, checks: [http] }
1061 + - { id: news-bh-gdn, name: "Gulf Daily News", host: www.gdnonline.com, cat: news, provider: gdn, cc: BH, imp: 1, tier: 4, checks: [http] }
1062 + - { id: news-bh-al-ayam, name: "Al Ayam", host: www.alayam.com, cat: news, provider: al-ayam, cc: BH, imp: 1, tier: 4, checks: [http] }
1063 + - { id: news-bh-al-watan, name: "Al Watan (Bahrain)", host: alwatannews.net, cat: news, provider: al-watan-bh, cc: BH, imp: 1, tier: 4, checks: [http] }
1064 + - { id: news-om-ona, name: "Oman News Agency", host: omannews.gov.om, cat: news, provider: ona, cc: OM, imp: 2, tier: 4, checks: [http] }
1065 + - { id: news-om-times-of-oman, name: "Times of Oman", host: timesofoman.com, cat: news, provider: muscat-media, cc: OM, imp: 2, tier: 4, checks: [http] }
1066 + - { id: news-om-oman-observer, name: "Oman Observer", host: www.omanobserver.om, cat: news, provider: oman-observer, cc: OM, imp: 1, tier: 4, checks: [http] }
1067 + - { id: news-om-shabiba, name: "Shabiba", host: www.shabiba.com, cat: news, provider: muscat-media, cc: OM, imp: 1, tier: 4, checks: [http] }
1068 + - { id: news-om-atheer, name: "Atheer", host: www.atheer.om, cat: news, provider: atheer, cc: OM, imp: 1, tier: 4, checks: [http] }
1069 + - { id: tv-jo-roya, name: "Roya TV", host: royanews.tv, cat: news, provider: roya, cc: JO, imp: 2, tier: 4, checks: [http] }
1070 + - { id: tv-jo-al-mamlaka, name: "Al Mamlaka TV", host: www.almamlakatv.com, cat: news, provider: al-mamlaka, cc: JO, imp: 1, tier: 4, checks: [http] }
1071 + - { id: news-jo-petra, name: "Petra News Agency", host: petra.gov.jo, cat: news, provider: petra, cc: JO, imp: 2, tier: 4, checks: [http] }
1072 + - { id: news-jo-al-ghad, name: "Al Ghad", host: alghad.com, cat: news, provider: al-ghad, cc: JO, imp: 2, tier: 4, checks: [http] }
1073 + - { id: news-jo-jordan-times, name: "The Jordan Times", host: jordantimes.com, cat: news, provider: jordan-press, cc: JO, imp: 2, tier: 4, checks: [http] }
1074 + - { id: news-jo-ammon, name: "Ammon News", host: www.ammonnews.net, cat: news, provider: ammon, cc: JO, imp: 2, tier: 4, checks: [http] }
1075 + - { id: news-jo-al-rai, name: "Al Rai (Jordan)", host: alrai.com, cat: news, provider: jordan-press, cc: JO, imp: 1, tier: 4, checks: [http] }
1076 + - { id: tv-lb-lbci, name: "LBCI", host: www.lbcgroup.tv, cat: news, provider: lbci, cc: LB, imp: 3, tier: 4, checks: [http] }
1077 + - { id: tv-lb-mtv, name: "MTV Lebanon", host: www.mtv.com.lb, cat: news, provider: mtv-lb, cc: LB, imp: 2, tier: 4, checks: [http] }
1078 + - { id: tv-lb-al-jadeed, name: "Al Jadeed", host: www.aljadeed.tv, cat: news, provider: al-jadeed, cc: LB, imp: 1, tier: 4, checks: [http] }
1079 + - { id: tv-lb-al-mayadeen, name: "Al Mayadeen", host: www.almayadeen.net, cat: news, provider: al-mayadeen, cc: LB, imp: 2, tier: 4, checks: [http] }
1080 + - { id: news-lb-annahar, name: "An-Nahar", host: www.annahar.com, cat: news, provider: annahar, cc: LB, imp: 2, tier: 4, checks: [http] }
1081 + - { id: news-lb-lorient-le-jour, name: "L'Orient-Le Jour", host: www.lorientlejour.com, cat: news, provider: lorient, cc: LB, imp: 2, tier: 4, checks: [http] }
1082 + - { id: news-lb-al-akhbar, name: "Al Akhbar", host: al-akhbar.com, cat: news, provider: al-akhbar, cc: LB, imp: 1, tier: 4, checks: [http] }
1083 + - { id: news-lb-nna, name: "NNA Lebanon", host: www.nna-leb.gov.lb, cat: news, provider: nna, cc: LB, imp: 1, tier: 4, checks: [http] }
1084 + - { id: news-lb-daily-star, name: "Naharnet", host: www.naharnet.com, cat: news, provider: naharnet, cc: LB, imp: 1, tier: 4, checks: [http] }
1085 + - { id: tv-iq-al-iraqiya, name: "Al Iraqiya (IMN)", host: www.imn.iq, cat: news, provider: imn, cc: IQ, imp: 1, tier: 4, checks: [http] }
1086 + - { id: tv-iq-al-sumaria, name: "Alsumaria", host: www.alsumaria.tv, cat: news, provider: alsumaria, cc: IQ, imp: 2, tier: 4, checks: [http] }
1087 + - { id: tv-iq-rudaw, name: "Rudaw", host: www.rudaw.net, cat: news, provider: rudaw, cc: IQ, imp: 2, tier: 4, checks: [http] }
1088 + - { id: tv-iq-kurdistan24, name: "Kurdistan 24", host: www.kurdistan24.net, cat: news, provider: k24, cc: IQ, imp: 2, tier: 4, checks: [http] }
1089 + - { id: news-iq-ina, name: "INA (Iraqi News Agency)", host: www.ina.iq, cat: news, provider: ina, cc: IQ, imp: 1, tier: 4, checks: [http] }
1090 + - { id: news-iq-shafaq, name: "Shafaq News", host: shafaq.com, cat: news, provider: shafaq, cc: IQ, imp: 2, tier: 4, checks: [http] }
1091 + - { id: news-iq-al-mada, name: "Al Mada", host: almadapaper.net, cat: news, provider: al-mada, cc: IQ, imp: 1, tier: 4, checks: [http] }
1092 + - { id: tv-sy-sana, name: "SANA", host: sana.sy, cat: news, provider: gov-sy, cc: SY, imp: 1, tier: 4, checks: [http] }
1093 + - { id: news-sy-enab-baladi, name: "Enab Baladi", host: www.enabbaladi.net, cat: news, provider: enab-baladi, cc: SY, imp: 1, tier: 4, checks: [http] }
1094 + - { id: news-sy-syria-tv, name: "Syria TV", host: www.syria.tv, cat: news, provider: syria-tv, cc: SY, imp: 1, tier: 4, checks: [http] }
1095 + - { id: tv-ps-palestine-tv, name: "Palestine TV", host: www.pbc.ps, cat: news, provider: pbc-ps, cc: PS, imp: 1, tier: 4, checks: [http] }
1096 + - { id: news-ps-wafa, name: "WAFA", host: www.wafa.ps, cat: news, provider: wafa, cc: PS, imp: 2, tier: 4, checks: [http] }
1097 + - { id: news-ps-maan, name: "Ma'an News", host: www.maannews.net, cat: news, provider: maan, cc: PS, imp: 1, tier: 4, checks: [http] }
1098 + - { id: news-ps-al-quds, name: "Al-Quds", host: www.alquds.com, cat: news, provider: al-quds, cc: PS, imp: 1, tier: 4, checks: [http] }
1099 + - { id: news-ir-irna, name: "IRNA", host: www.irna.ir, cat: news, provider: irna, cc: IR, imp: 2, tier: 4, checks: [http] }
1100 + - { id: news-ir-isna, name: "ISNA", host: www.isna.ir, cat: news, provider: isna, cc: IR, imp: 2, tier: 4, checks: [http] }
1101 + - { id: news-ir-mehr, name: "Mehr News", host: www.mehrnews.com, cat: news, provider: mehr, cc: IR, imp: 1, tier: 4, checks: [http] }
1102 + - { id: news-ir-fars, name: "Fars News", host: www.farsnews.ir, cat: news, provider: fars, cc: IR, imp: 1, tier: 4, checks: [http] }
1103 + - { id: news-ir-tehran-times, name: "Tehran Times", host: www.tehrantimes.com, cat: news, provider: tehran-times, cc: IR, imp: 1, tier: 4, checks: [http] }
1104 + - { id: news-ir-digiato, name: "Digiato", host: digiato.com, cat: news, provider: digiato, cc: IR, imp: 1, tier: 4, checks: [http] }
1105 + - { id: news-ir-zoomit, name: "Zoomit", host: www.zoomit.ir, cat: news, provider: zoomit, cc: IR, imp: 1, tier: 4, checks: [http] }
1106 + - { id: tv-eg-al-qahera, name: "Al Qahera News", host: alqaheranews.net, cat: news, provider: umg, cc: EG, imp: 2, tier: 4, checks: [http] }
1107 + - { id: tv-eg-on-tv, name: "ON", host: www.ontveg.com, cat: news, provider: umg, cc: EG, imp: 1, tier: 4, checks: [http] }
1108 + - { id: news-eg-mena, name: "MENA (Middle East News Agency)", host: www.mena.org.eg, cat: news, provider: mena, cc: EG, imp: 2, tier: 4, checks: [http] }
1109 + - { id: news-eg-al-ahram-ar, name: "Al-Ahram (Arabic)", host: gate.ahram.org.eg, cat: news, provider: al-ahram, cc: EG, imp: 3, tier: 4, checks: [http] }
1110 + - { id: news-eg-youm7, name: "Youm7", host: www.youm7.com, cat: news, provider: youm7, cc: EG, imp: 3, tier: 4, checks: [http] }
1111 + - { id: news-eg-al-masry-al-youm, name: "Al-Masry Al-Youm", host: www.almasryalyoum.com, cat: news, provider: al-masry, cc: EG, imp: 2, tier: 4, checks: [http] }
1112 + - { id: news-eg-masrawy, name: "Masrawy", host: www.masrawy.com, cat: news, provider: masrawy, cc: EG, imp: 2, tier: 4, checks: [http] }
1113 + - { id: news-eg-al-watan, name: "Al-Watan (Egypt)", host: www.elwatannews.com, cat: news, provider: al-watan-eg, cc: EG, imp: 2, tier: 4, checks: [http] }
1114 + - { id: news-eg-egypt-today, name: "Egypt Today", host: www.egypttoday.com, cat: news, provider: egypt-today, cc: EG, imp: 1, tier: 4, checks: [http] }
1115 + - { id: news-eg-ahram-online, name: "Ahram Online", host: english.ahram.org.eg, url: "https://english.ahram.org.eg/Portal/1/Egypt.aspx", cat: news, provider: al-ahram, cc: EG, imp: 1, tier: 4, checks: [http] }
1116 + - { id: news-eg-mada-masr, name: "Mada Masr", host: www.madamasr.com, cat: news, provider: mada-masr, cc: EG, imp: 1, tier: 4, checks: [http] }
1117 + - { id: news-eg-daily-news-egypt, name: "Daily News Egypt", host: www.dailynewsegypt.com, cat: news, provider: dne, cc: EG, imp: 1, tier: 4, checks: [http] }
1118 + - { id: news-eg-cairo24, name: "Cairo 24", host: www.cairo24.com, cat: news, provider: cairo24, cc: EG, imp: 1, tier: 4, checks: [http] }
1119 + - { id: tv-ma-snrt, name: "SNRT", host: snrtnews.com, cat: news, provider: snrt, cc: MA, imp: 2, tier: 4, checks: [http] }
1120 + - { id: tv-ma-2m, name: "2M", host: www.2m.ma, cat: news, provider: 2m, cc: MA, imp: 2, tier: 4, checks: [http] }
1121 + - { id: tv-ma-medi1, name: "Medi1 TV", host: www.medi1tv.ma, cat: news, provider: medi1, cc: MA, imp: 1, tier: 4, checks: [http] }
1122 + - { id: news-ma-map, name: "MAP (Maghreb Arabe Presse)", host: www.mapexpress.ma, cat: news, provider: map, cc: MA, imp: 2, tier: 4, checks: [http] }
1123 + - { id: news-ma-le-matin, name: "Le Matin", host: lematin.ma, cat: news, provider: le-matin, cc: MA, imp: 2, tier: 4, checks: [http] }
1124 + - { id: news-ma-medias24, name: "Médias24", host: medias24.com, cat: news, provider: medias24, cc: MA, imp: 2, tier: 4, checks: [http] }
1125 + - { id: news-ma-h24info, name: "H24info", host: www.h24info.ma, cat: news, provider: h24, cc: MA, imp: 1, tier: 4, checks: [http] }
1126 + - { id: news-ma-telquel, name: "TelQuel", host: telquel.ma, cat: news, provider: telquel, cc: MA, imp: 2, tier: 4, checks: [http] }
1127 + - { id: news-ma-al-massae, name: "Al Massae", host: almassaepress.com, cat: news, provider: al-massae, cc: MA, imp: 1, tier: 4, checks: [http] }
1128 + - { id: news-ma-le-desk, name: "Le Desk", host: ledesk.ma, cat: news, provider: le-desk, cc: MA, imp: 1, tier: 4, checks: [http] }
1129 + - { id: news-ma-lakome, name: "Lakome2", host: lakome2.com, cat: news, provider: lakome, cc: MA, imp: 1, tier: 4, checks: [http] }
1130 + - { id: news-ma-morocco-world-news, name: "Morocco World News", host: www.moroccoworldnews.com, cat: news, provider: mwn, cc: MA, imp: 1, tier: 4, checks: [http] }
1131 + - { id: tv-dz-entv, name: "EPTV (Algérie)", host: www.entv.dz, cat: news, provider: eptv, cc: DZ, imp: 1, tier: 4, checks: [http] }
1132 + - { id: tv-dz-echorouk, name: "Echorouk", host: www.echoroukonline.com, cat: news, provider: echorouk, cc: DZ, imp: 2, tier: 4, checks: [http] }
1133 + - { id: tv-dz-ennahar, name: "Ennahar", host: www.ennaharonline.com, cat: news, provider: ennahar, cc: DZ, imp: 2, tier: 4, checks: [http] }
1134 + - { id: news-dz-aps, name: "APS (Algérie Presse Service)", host: www.aps.dz, cat: news, provider: aps, cc: DZ, imp: 2, tier: 4, checks: [http] }
1135 + - { id: news-dz-el-watan, name: "El Watan", host: elwatan-dz.com, cat: news, provider: el-watan, cc: DZ, imp: 2, tier: 4, checks: [http] }
1136 + - { id: news-dz-el-khabar, name: "El Khabar", host: www.elkhabar.com, cat: news, provider: el-khabar, cc: DZ, imp: 2, tier: 4, checks: [http] }
1137 + - { id: news-dz-tsa, name: "TSA", host: www.tsa-algerie.com, cat: news, provider: tsa, cc: DZ, imp: 2, tier: 4, checks: [http] }
1138 + - { id: news-dz-liberte, name: "Le Soir d'Algérie", host: www.lesoirdalgerie.com, cat: news, provider: le-soir-dz, cc: DZ, imp: 1, tier: 4, checks: [http] }
1139 + - { id: news-dz-el-moudjahid, name: "El Moudjahid", host: www.elmoudjahid.dz, cat: news, provider: el-moudjahid, cc: DZ, imp: 1, tier: 4, checks: [http] }
1140 + - { id: tv-tn-watania, name: "Télévision Tunisienne", host: www.watania1.tn, cat: news, provider: ett, cc: TN, imp: 1, tier: 4, checks: [http] }
1141 + - { id: tv-tn-nessma, name: "Nessma", host: www.nessma.tv, cat: news, provider: nessma, cc: TN, imp: 1, tier: 4, checks: [http] }
1142 + - { id: news-tn-tap, name: "TAP (Tunis Afrique Presse)", host: www.tap.info.tn, cat: news, provider: tap, cc: TN, imp: 2, tier: 4, checks: [http] }
1143 + - { id: news-tn-la-presse, name: "La Presse de Tunisie", host: lapresse.tn, cat: news, provider: snipe, cc: TN, imp: 2, tier: 4, checks: [http] }
1144 + - { id: news-tn-mosaique-fm, name: "Mosaïque FM", host: www.mosaiquefm.net, cat: news, provider: mosaique, cc: TN, imp: 2, tier: 4, checks: [http] }
1145 + - { id: news-tn-kapitalis, name: "Kapitalis", host: kapitalis.com, cat: news, provider: kapitalis, cc: TN, imp: 1, tier: 4, checks: [http] }
1146 + - { id: news-tn-business-news, name: "Business News", host: www.businessnews.com.tn, cat: news, provider: business-news-tn, cc: TN, imp: 1, tier: 4, checks: [http] }
1147 + - { id: news-tn-webdo, name: "Webdo", host: www.webdo.tn, cat: news, provider: webdo, cc: TN, imp: 1, tier: 4, checks: [http] }
1148 + - { id: news-tn-assabah, name: "Assabah", host: www.assabahnews.tn, cat: news, provider: dar-assabah, cc: TN, imp: 1, tier: 4, checks: [http] }
1149 + - { id: news-ly-lana, name: "LANA (Libya)", host: lana.gov.ly, cat: news, provider: lana, cc: LY, imp: 1, tier: 4, checks: [http] }
1150 + - { id: news-ly-libya-observer, name: "The Libya Observer", host: libyaobserver.ly, cat: news, provider: libya-observer, cc: LY, imp: 1, tier: 4, checks: [http] }
1151 + - { id: news-ly-al-wasat, name: "Al Wasat", host: alwasat.ly, cat: news, provider: al-wasat, cc: LY, imp: 1, tier: 4, checks: [http] }
1152 + - { id: news-ly-libya-herald, name: "Libya Herald", host: libyaherald.com, cat: news, provider: libya-herald, cc: LY, imp: 1, tier: 4, checks: [http] }
1153 + - { id: news-sd-suna, name: "SUNA (Sudan)", host: suna-sd.net, cat: news, provider: suna, cc: SD, imp: 1, tier: 4, checks: [http] }
1154 + - { id: news-sd-sudan-tribune, name: "Sudan Tribune", host: sudantribune.com, cat: news, provider: sudan-tribune, cc: SD, imp: 2, tier: 4, checks: [http] }
1155 + - { id: news-sd-dabanga, name: "Radio Dabanga", host: www.dabangasudan.org, cat: news, provider: dabanga, cc: SD, imp: 1, tier: 4, checks: [http] }
1156 + - { id: news-sd-al-rakoba, name: "Al Rakoba", host: www.alrakoba.net, cat: news, provider: al-rakoba, cc: SD, imp: 1, tier: 4, checks: [http] }
1157 + - { id: stream-bein-sports, name: "beIN SPORTS", host: www.beinsports.com, cat: news, provider: bein, cc: QA, imp: 3, tier: 4, checks: [http] }
1158 +
1159 + # ───────── News & broadcasting — Sub-Saharan Africa (226)
1160 + - { id: tv-za-sabc, name: "SABC", host: www.sabc.co.za, cat: news, provider: sabc, cc: ZA, imp: 4, tier: 3, checks: [http] }
1161 + - { id: tv-za-sabc-news, name: "SABC News", host: www.sabcnews.com, cat: news, provider: sabc, cc: ZA, imp: 3, tier: 4, checks: [http] }
1162 + - { id: tv-za-enca, name: "eNCA", host: www.enca.com, cat: news, provider: emedia, cc: ZA, imp: 3, tier: 4, checks: [http] }
1163 + - { id: tv-za-newzroom-afrika, name: "Newzroom Afrika", host: www.newzroomafrika.tv, cat: news, provider: newzroom, cc: ZA, imp: 1, tier: 4, checks: [http] }
1164 + - { id: news-za-timeslive, name: "TimesLIVE", host: www.timeslive.co.za, cat: news, provider: arena, cc: ZA, imp: 3, tier: 4, checks: [http] }
1165 + - { id: news-za-mail-guardian, name: "Mail & Guardian", host: mg.co.za, cat: news, provider: mg, cc: ZA, imp: 2, tier: 4, checks: [http] }
1166 + - { id: news-za-citizen, name: "The Citizen", host: www.citizen.co.za, cat: news, provider: caxton, cc: ZA, imp: 2, tier: 4, checks: [http] }
1167 + - { id: news-za-sowetan, name: "Sowetan", host: www.sowetanlive.co.za, cat: news, provider: arena, cc: ZA, imp: 2, tier: 4, checks: [http] }
1168 + - { id: news-za-businesslive, name: "BusinessLIVE", host: www.businesslive.co.za, cat: news, provider: arena, cc: ZA, imp: 2, tier: 4, checks: [http] }
1169 + - { id: news-za-fin24, name: "Fin24", host: www.news24.com, url: "https://www.news24.com/fin24", cat: news, provider: media24, cc: ZA, imp: 2, tier: 4, checks: [http] }
1170 + - { id: news-za-netwerk24, name: "Netwerk24", host: www.netwerk24.com, cat: news, provider: media24, cc: ZA, imp: 2, tier: 4, checks: [http] }
1171 + - { id: news-za-moneyweb, name: "Moneyweb", host: www.moneyweb.co.za, cat: news, provider: moneyweb, cc: ZA, imp: 2, tier: 4, checks: [http] }
1172 + - { id: news-za-groundup, name: "GroundUp", host: groundup.org.za, cat: news, provider: groundup, cc: ZA, imp: 1, tier: 4, checks: [http] }
1173 + - { id: news-za-the-south-african, name: "The South African", host: www.thesouthafrican.com, cat: news, provider: blue-sky, cc: ZA, imp: 2, tier: 4, checks: [http] }
1174 + - { id: news-za-mybroadband, name: "MyBroadband", host: mybroadband.co.za, cat: news, provider: mybroadband, cc: ZA, imp: 2, tier: 4, checks: [http] }
1175 + - { id: news-za-techcentral, name: "TechCentral", host: techcentral.co.za, cat: news, provider: techcentral, cc: ZA, imp: 1, tier: 4, checks: [http] }
1176 + - { id: news-za-ana, name: "African News Agency", host: www.africannewsagency.com, cat: news, provider: ana, cc: ZA, imp: 1, tier: 4, checks: [http] }
1177 + - { id: news-za-sanews, name: "SAnews", host: www.sanews.gov.za, cat: news, provider: gcis, cc: ZA, imp: 1, tier: 4, checks: [http] }
1178 + - { id: tv-ng-nta, name: "NTA", host: www.nta.ng, cat: news, provider: nta, cc: NG, imp: 3, tier: 4, checks: [http] }
1179 + - { id: tv-ng-channels, name: "Channels TV", host: www.channelstv.com, cat: news, provider: channels, cc: NG, imp: 3, tier: 4, checks: [http] }
1180 + - { id: tv-ng-arise, name: "Arise News", host: www.arise.tv, cat: news, provider: arise, cc: NG, imp: 2, tier: 4, checks: [http] }
1181 + - { id: tv-ng-tvc, name: "TVC News", host: www.tvcnews.tv, cat: news, provider: tvc, cc: NG, imp: 2, tier: 4, checks: [http] }
1182 + - { id: tv-ng-ait, name: "AIT", host: www.ait.live, cat: news, provider: daar, cc: NG, imp: 1, tier: 4, checks: [http] }
1183 + - { id: news-ng-nan, name: "NAN (News Agency of Nigeria)", host: nannews.ng, cat: news, provider: nan, cc: NG, imp: 2, tier: 4, checks: [http] }
1184 + - { id: news-ng-guardian, name: "The Guardian Nigeria", host: guardian.ng, cat: news, provider: guardian-ng, cc: NG, imp: 3, tier: 4, checks: [http] }
1185 + - { id: news-ng-this-day, name: "ThisDay", host: www.thisdaylive.com, cat: news, provider: this-day, cc: NG, imp: 2, tier: 4, checks: [http] }
1186 + - { id: news-ng-the-nation, name: "The Nation", host: thenationonlineng.net, cat: news, provider: the-nation-ng, cc: NG, imp: 2, tier: 4, checks: [http] }
1187 + - { id: news-ng-daily-trust, name: "Daily Trust", host: dailytrust.com, cat: news, provider: media-trust, cc: NG, imp: 3, tier: 4, checks: [http] }
1188 + - { id: news-ng-the-cable, name: "TheCable", host: www.thecable.ng, cat: news, provider: the-cable, cc: NG, imp: 2, tier: 4, checks: [http] }
1189 + - { id: news-ng-sahara-reporters, name: "Sahara Reporters", host: saharareporters.com, cat: news, provider: sahara-reporters, cc: NG, imp: 2, tier: 4, checks: [http] }
1190 + - { id: news-ng-legit, name: "Legit.ng", host: www.legit.ng, cat: news, provider: legit, cc: NG, imp: 3, tier: 4, checks: [http] }
1191 + - { id: news-ng-pulse, name: "Pulse Nigeria", host: www.pulse.ng, cat: news, provider: pulse, cc: NG, imp: 2, tier: 4, checks: [http] }
1192 + - { id: news-ng-businessday, name: "BusinessDay", host: businessday.ng, cat: news, provider: businessday, cc: NG, imp: 2, tier: 4, checks: [http] }
1193 + - { id: news-ng-nairametrics, name: "Nairametrics", host: nairametrics.com, cat: news, provider: nairametrics, cc: NG, imp: 2, tier: 4, checks: [http] }
1194 + - { id: news-ng-linda-ikeji, name: "Linda Ikeji's Blog", host: www.lindaikejisblog.com, cat: news, provider: linda-ikeji, cc: NG, imp: 2, tier: 4, checks: [http] }
1195 + - { id: news-ng-techcabal, name: "TechCabal", host: techcabal.com, cat: news, provider: big-cabal, cc: NG, imp: 2, tier: 4, checks: [http] }
1196 + - { id: news-ng-daily-post, name: "Daily Post", host: dailypost.ng, cat: news, provider: daily-post, cc: NG, imp: 2, tier: 4, checks: [http] }
1197 + - { id: news-ng-tribune, name: "Nigerian Tribune", host: tribuneonlineng.com, cat: news, provider: tribune-ng, cc: NG, imp: 1, tier: 4, checks: [http] }
1198 + - { id: news-ng-leadership, name: "Leadership", host: leadership.ng, cat: news, provider: leadership, cc: NG, imp: 1, tier: 4, checks: [http] }
1199 + - { id: tv-ke-kbc, name: "KBC", host: www.kbc.co.ke, cat: news, provider: kbc, cc: KE, imp: 2, tier: 4, checks: [http] }
1200 + - { id: tv-ke-citizen, name: "Citizen Digital", host: www.citizen.digital, cat: news, provider: royal-media, cc: KE, imp: 3, tier: 4, checks: [http] }
1201 + - { id: tv-ke-ntv, name: "NTV Kenya", host: ntvkenya.co.ke, cat: news, provider: nation-media, cc: KE, imp: 2, tier: 4, checks: [http] }
1202 + - { id: tv-ke-ktn, name: "KTN News", host: www.standardmedia.co.ke, url: "https://www.standardmedia.co.ke/ktnnews", cat: news, provider: standard-group, cc: KE, imp: 1, tier: 4, checks: [http] }
1203 + - { id: news-ke-the-star, name: "The Star (Kenya)", host: www.the-star.co.ke, cat: news, provider: radio-africa, cc: KE, imp: 2, tier: 4, checks: [http] }
1204 + - { id: news-ke-capital-fm, name: "Capital FM", host: www.capitalfm.co.ke, cat: news, provider: capital-group, cc: KE, imp: 2, tier: 4, checks: [http] }
1205 + - { id: news-ke-business-daily, name: "Business Daily", host: www.businessdailyafrica.com, cat: news, provider: nation-media, cc: KE, imp: 2, tier: 4, checks: [http] }
1206 + - { id: news-ke-tuko, name: "Tuko", host: www.tuko.co.ke, cat: news, provider: legit, cc: KE, imp: 2, tier: 4, checks: [http] }
1207 + - { id: news-ke-the-east-african, name: "The EastAfrican", host: www.theeastafrican.co.ke, cat: news, provider: nation-media, cc: KE, imp: 2, tier: 4, checks: [http] }
1208 + - { id: news-ke-techweez, name: "Techweez", host: techweez.com, cat: news, provider: techweez, cc: KE, imp: 1, tier: 4, checks: [http] }
1209 + - { id: news-ke-pulselive, name: "Pulse Kenya", host: www.pulselive.co.ke, cat: news, provider: pulse, cc: KE, imp: 1, tier: 4, checks: [http] }
1210 + - { id: tv-gh-gbc, name: "GBC Ghana", host: www.gbcghanaonline.com, cat: news, provider: gbc, cc: GH, imp: 2, tier: 4, checks: [http] }
1211 + - { id: tv-gh-joy-news, name: "Joy News / MyJoyOnline", host: www.myjoyonline.com, cat: news, provider: multimedia-group, cc: GH, imp: 3, tier: 4, checks: [http] }
1212 + - { id: tv-gh-citi, name: "Citi Newsroom", host: citinewsroom.com, cat: news, provider: citi-fm, cc: GH, imp: 2, tier: 4, checks: [http] }
1213 + - { id: tv-gh-tv3, name: "3news", host: 3news.com, cat: news, provider: media-general, cc: GH, imp: 2, tier: 4, checks: [http] }
1214 + - { id: news-gh-gna, name: "GNA (Ghana News Agency)", host: gna.org.gh, cat: news, provider: gna, cc: GH, imp: 2, tier: 4, checks: [http] }
1215 + - { id: news-gh-graphic, name: "Daily Graphic", host: www.graphic.com.gh, cat: news, provider: graphic, cc: GH, imp: 2, tier: 4, checks: [http] }
1216 + - { id: news-gh-pulse, name: "Pulse Ghana", host: www.pulse.com.gh, cat: news, provider: pulse, cc: GH, imp: 1, tier: 4, checks: [http] }
1217 + - { id: news-gh-modern-ghana, name: "Modern Ghana", host: www.modernghana.com, cat: news, provider: modern-ghana, cc: GH, imp: 1, tier: 4, checks: [http] }
1218 + - { id: news-gh-yen, name: "Yen.com.gh", host: yen.com.gh, cat: news, provider: legit, cc: GH, imp: 1, tier: 4, checks: [http] }
1219 + - { id: news-gh-asaase, name: "Asaase Radio", host: asaaseradio.com, cat: news, provider: asaase, cc: GH, imp: 1, tier: 4, checks: [http] }
1220 + - { id: tv-et-ebc, name: "EBC Ethiopia", host: www.ebc.et, cat: news, provider: ebc-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1221 + - { id: tv-et-fana, name: "Fana Broadcasting", host: www.fanabc.com, cat: news, provider: fana, cc: ET, imp: 2, tier: 4, checks: [http] }
1222 + - { id: news-et-ena, name: "ENA (Ethiopian News Agency)", host: www.ena.et, cat: news, provider: ena, cc: ET, imp: 2, tier: 4, checks: [http] }
1223 + - { id: news-et-addis-standard, name: "Addis Standard", host: addisstandard.com, cat: news, provider: addis-standard, cc: ET, imp: 2, tier: 4, checks: [http] }
1224 + - { id: news-et-the-reporter, name: "The Reporter Ethiopia", host: www.thereporterethiopia.com, cat: news, provider: the-reporter-et, cc: ET, imp: 1, tier: 4, checks: [http] }
1225 + - { id: news-et-addis-fortune, name: "Addis Fortune", host: addisfortune.news, cat: news, provider: addis-fortune, cc: ET, imp: 1, tier: 4, checks: [http] }
1226 + - { id: news-et-borkena, name: "Borkena", host: borkena.com, cat: news, provider: borkena, cc: ET, imp: 1, tier: 4, checks: [http] }
1227 + - { id: tv-tz-tbc, name: "TBC Tanzania", host: www.tbc.go.tz, cat: news, provider: tbc, cc: TZ, imp: 1, tier: 4, checks: [http] }
1228 + - { id: tv-tz-itv, name: "ITV Tanzania", host: www.itv.co.tz, cat: news, provider: ippmedia, cc: TZ, imp: 1, tier: 4, checks: [http] }
1229 + - { id: news-tz-the-citizen, name: "The Citizen (Tanzania)", host: www.thecitizen.co.tz, cat: news, provider: mwananchi, cc: TZ, imp: 2, tier: 4, checks: [http] }
1230 + - { id: news-tz-mwananchi, name: "Mwananchi", host: www.mwananchi.co.tz, cat: news, provider: mwananchi, cc: TZ, imp: 2, tier: 4, checks: [http] }
1231 + - { id: news-tz-the-chanzo, name: "The Chanzo", host: thechanzo.com, cat: news, provider: the-chanzo, cc: TZ, imp: 1, tier: 4, checks: [http] }
1232 + - { id: tv-ug-ubc, name: "UBC Uganda", host: ubc.go.ug, cat: news, provider: ubc, cc: UG, imp: 1, tier: 4, checks: [http] }
1233 + - { id: tv-ug-nbs, name: "NBS Television", host: nilepost.co.ug, cat: news, provider: next-media, cc: UG, imp: 2, tier: 4, checks: [http] }
1234 + - { id: news-ug-new-vision, name: "New Vision", host: www.newvision.co.ug, cat: news, provider: vision-group, cc: UG, imp: 2, tier: 4, checks: [http] }
1235 + - { id: news-ug-daily-monitor, name: "Daily Monitor", host: www.monitor.co.ug, cat: news, provider: nation-media, cc: UG, imp: 3, tier: 4, checks: [http] }
1236 + - { id: news-ug-observer, name: "The Observer (Uganda)", host: observer.ug, cat: news, provider: observer-ug, cc: UG, imp: 1, tier: 4, checks: [http] }
1237 + - { id: news-ug-chimpreports, name: "ChimpReports", host: chimpreports.com, cat: news, provider: chimpreports, cc: UG, imp: 1, tier: 4, checks: [http] }
1238 + - { id: tv-rw-rba, name: "RBA Rwanda", host: www.rba.co.rw, cat: news, provider: rba, cc: RW, imp: 1, tier: 4, checks: [http] }
1239 + - { id: news-rw-new-times, name: "The New Times", host: www.newtimes.co.rw, cat: news, provider: new-times, cc: RW, imp: 2, tier: 4, checks: [http] }
1240 + - { id: news-rw-igihe, name: "IGIHE", host: www.igihe.com, cat: news, provider: igihe, cc: RW, imp: 2, tier: 4, checks: [http] }
1241 + - { id: news-rw-kt-press, name: "KT Press", host: www.ktpress.rw, cat: news, provider: kt-press, cc: RW, imp: 1, tier: 4, checks: [http] }
1242 + - { id: news-rw-rna, name: "Rwanda News Agency", host: rnanews.com, cat: news, provider: rna, cc: RW, imp: 1, tier: 4, checks: [http] }
1243 + - { id: tv-cd-rtnc, name: "RTNC (RDC)", host: rtnc.cd, cat: news, provider: rtnc, cc: CD, imp: 1, tier: 4, checks: [http] }
1244 + - { id: news-cd-radio-okapi, name: "Radio Okapi", host: www.radiookapi.net, cat: news, provider: monusco, cc: CD, imp: 2, tier: 4, checks: [http] }
1245 + - { id: news-cd-7sur7, name: "7sur7.cd", host: 7sur7.cd, cat: news, provider: 7sur7, cc: CD, imp: 1, tier: 4, checks: [http] }
1246 + - { id: news-cd-mediacongo, name: "mediacongo.net", host: www.mediacongo.net, cat: news, provider: mediacongo, cc: CD, imp: 1, tier: 4, checks: [http] }
1247 + - { id: news-cd-acp, name: "ACP (Agence Congolaise de Presse)", host: acp.cd, cat: news, provider: acp, cc: CD, imp: 1, tier: 4, checks: [http] }
1248 + - { id: news-cd-politico, name: "Politico.cd", host: www.politico.cd, cat: news, provider: politico-cd, cc: CD, imp: 1, tier: 4, checks: [http] }
1249 + - { id: tv-sn-rts, name: "RTS Sénégal", host: www.rts.sn, cat: news, provider: rts-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
1250 + - { id: news-sn-aps, name: "APS (Agence de Presse Sénégalaise)", host: aps.sn, cat: news, provider: aps-sn, cc: SN, imp: 2, tier: 4, checks: [http] }
1251 + - { id: news-sn-seneweb, name: "Seneweb", host: www.seneweb.com, cat: news, provider: seneweb, cc: SN, imp: 3, tier: 4, checks: [http] }
1252 + - { id: news-sn-le-soleil, name: "Le Soleil (Sénégal)", host: lesoleil.sn, cat: news, provider: le-soleil-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
1253 + - { id: news-sn-dakaractu, name: "Dakaractu", host: www.dakaractu.com, cat: news, provider: dakaractu, cc: SN, imp: 2, tier: 4, checks: [http] }
1254 + - { id: news-sn-senenews, name: "SeneNews", host: www.senenews.com, cat: news, provider: senenews, cc: SN, imp: 1, tier: 4, checks: [http] }
1255 + - { id: news-sn-lequotidien, name: "Le Quotidien (Sénégal)", host: lequotidien.sn, cat: news, provider: le-quotidien-sn, cc: SN, imp: 1, tier: 4, checks: [http] }
1256 + - { id: news-sn-pressafrik, name: "PressAfrik", host: www.pressafrik.com, cat: news, provider: pressafrik, cc: SN, imp: 1, tier: 4, checks: [http] }
1257 + - { id: news-ci-aip, name: "AIP (Agence Ivoirienne de Presse)", host: www.aip.ci, cat: news, provider: aip, cc: CI, imp: 1, tier: 4, checks: [http] }
1258 + - { id: news-ci-fratmat, name: "Fraternité Matin", host: www.fratmat.info, cat: news, provider: fratmat, cc: CI, imp: 2, tier: 4, checks: [http] }
1259 + - { id: news-ci-abidjan-net, name: "Abidjan.net", host: www.abidjan.net, cat: news, provider: weblogy, cc: CI, imp: 3, tier: 4, checks: [http] }
1260 + - { id: news-ci-linfodrome, name: "Linfodrome", host: www.linfodrome.com, cat: news, provider: linfodrome, cc: CI, imp: 1, tier: 4, checks: [http] }
1261 + - { id: news-ci-yeclo, name: "Yeclo", host: www.yeclo.com, cat: news, provider: yeclo, cc: CI, imp: 1, tier: 4, checks: [http] }
1262 + - { id: tv-cm-crtv, name: "CRTV", host: www.crtv.cm, cat: news, provider: crtv, cc: CM, imp: 1, tier: 4, checks: [http] }
1263 + - { id: news-cm-cameroon-tribune, name: "Cameroon Tribune", host: www.cameroon-tribune.cm, cat: news, provider: sopecam, cc: CM, imp: 1, tier: 4, checks: [http] }
1264 + - { id: news-cm-camer-be, name: "Camer.be", host: www.camer.be, cat: news, provider: camer, cc: CM, imp: 1, tier: 4, checks: [http] }
1265 + - { id: news-cm-journal-du-cameroun, name: "Journal du Cameroun", host: www.journalducameroun.com, cat: news, provider: jdc, cc: CM, imp: 1, tier: 4, checks: [http] }
1266 + - { id: news-cm-actu-cameroun, name: "Actu Cameroun", host: actucameroun.com, cat: news, provider: actu-cameroun, cc: CM, imp: 1, tier: 4, checks: [http] }
1267 + - { id: news-cm-mimi-mefo, name: "Mimi Mefo Info", host: mimimefoinfos.com, cat: news, provider: mmi, cc: CM, imp: 1, tier: 4, checks: [http] }
1268 + - { id: tv-ml-ortm, name: "ORTM", host: ortm.ml, cat: news, provider: ortm, cc: ML, imp: 1, tier: 4, checks: [http] }
1269 + - { id: news-ml-amap, name: "AMAP (Mali)", host: www.amap.ml, cat: news, provider: amap, cc: ML, imp: 1, tier: 4, checks: [http] }
1270 + - { id: news-ml-maliweb, name: "Maliweb", host: www.maliweb.net, cat: news, provider: maliweb, cc: ML, imp: 1, tier: 4, checks: [http] }
1271 + - { id: news-ml-malijet, name: "Malijet", host: malijet.com, cat: news, provider: malijet, cc: ML, imp: 1, tier: 4, checks: [http] }
1272 + - { id: news-ml-journal-du-mali, name: "Journal du Mali", host: www.journaldumali.com, cat: news, provider: jdm, cc: ML, imp: 1, tier: 4, checks: [http] }
1273 + - { id: tv-bf-rtb, name: "RTB (Burkina Faso)", host: www.rtb.bf, cat: news, provider: rtb, cc: BF, imp: 1, tier: 4, checks: [http] }
1274 + - { id: news-bf-aib, name: "AIB (Burkina)", host: www.aib.media, cat: news, provider: aib, cc: BF, imp: 1, tier: 4, checks: [http] }
1275 + - { id: news-bf-lefaso, name: "LeFaso.net", host: lefaso.net, cat: news, provider: lefaso, cc: BF, imp: 2, tier: 4, checks: [http] }
1276 + - { id: news-bf-sidwaya, name: "Sidwaya", host: www.sidwaya.info, cat: news, provider: sidwaya, cc: BF, imp: 1, tier: 4, checks: [http] }
1277 + - { id: news-bf-burkina24, name: "Burkina 24", host: burkina24.com, cat: news, provider: burkina24, cc: BF, imp: 1, tier: 4, checks: [http] }
1278 + - { id: news-ne-anp, name: "ANP (Niger)", host: www.anp.ne, cat: news, provider: anp-ne, cc: NE, imp: 1, tier: 4, checks: [http] }
1279 + - { id: news-ne-actuniger, name: "ActuNiger", host: www.actuniger.com, cat: news, provider: actuniger, cc: NE, imp: 1, tier: 4, checks: [http] }
1280 + - { id: news-gn-guineenews, name: "Guinéenews", host: guineenews.org, cat: news, provider: guineenews, cc: GN, imp: 1, tier: 4, checks: [http] }
1281 + - { id: news-gn-mosaiqueguinee, name: "Mosaïque Guinée", host: mosaiqueguinee.com, cat: news, provider: mosaique-gn, cc: GN, imp: 1, tier: 4, checks: [http] }
1282 + - { id: news-gn-agp, name: "AGP (Guinée)", host: agpguinee.com, cat: news, provider: agp, cc: GN, imp: 1, tier: 4, checks: [http] }
1283 + - { id: news-tg-atop, name: "ATOP (Togo)", host: atop.tg, cat: news, provider: atop, cc: TG, imp: 1, tier: 4, checks: [http] }
1284 + - { id: news-tg-republicoftogo, name: "Republicoftogo.com", host: www.republicoftogo.com, cat: news, provider: rot, cc: TG, imp: 1, tier: 4, checks: [http] }
1285 + - { id: news-tg-togo-first, name: "Togo First", host: www.togofirst.com, cat: news, provider: agence-ecofin, cc: TG, imp: 1, tier: 4, checks: [http] }
1286 + - { id: tv-bj-srtb, name: "SRTB (Bénin)", host: www.srtb.bj, cat: news, provider: srtb, cc: BJ, imp: 1, tier: 4, checks: [http] }
1287 + - { id: news-bj-la-nation, name: "La Nation (Bénin)", host: lanation.bj, cat: news, provider: la-nation-bj, cc: BJ, imp: 1, tier: 4, checks: [http] }
1288 + - { id: news-bj-24h-au-benin, name: "24h au Bénin", host: www.24haubenin.info, cat: news, provider: 24h-benin, cc: BJ, imp: 1, tier: 4, checks: [http] }
1289 + - { id: news-bj-banouto, name: "Banouto", host: www.banouto.bj, cat: news, provider: banouto, cc: BJ, imp: 1, tier: 4, checks: [http] }
1290 + - { id: news-ga-agp, name: "AGP (Gabon)", host: agpgabon.ga, cat: news, provider: agp-ga, cc: GA, imp: 1, tier: 4, checks: [http] }
1291 + - { id: news-ga-gabonreview, name: "Gabon Review", host: www.gabonreview.com, cat: news, provider: gabonreview, cc: GA, imp: 1, tier: 4, checks: [http] }
1292 + - { id: news-ga-gabon-media-time, name: "Gabon Media Time", host: gabonmediatime.com, cat: news, provider: gmt, cc: GA, imp: 1, tier: 4, checks: [http] }
1293 + - { id: news-cg-aci, name: "ACI (Congo)", host: www.aci.cg, cat: news, provider: aci, cc: CG, imp: 1, tier: 4, checks: [http] }
1294 + - { id: news-cg-adiac, name: "Les Dépêches de Brazzaville", host: www.adiac-congo.com, cat: news, provider: adiac, cc: CG, imp: 1, tier: 4, checks: [http] }
1295 + - { id: news-cg-vox, name: "Vox Congo", host: www.vox.cg, cat: news, provider: vox-cg, cc: CG, imp: 1, tier: 4, checks: [http] }
1296 + - { id: news-ao-angop, name: "ANGOP", host: www.angop.ao, cat: news, provider: angop, cc: AO, imp: 2, tier: 4, checks: [http] }
1297 + - { id: news-ao-jornal-de-angola, name: "Jornal de Angola", host: www.jornaldeangola.ao, cat: news, provider: edicoes-novembro, cc: AO, imp: 2, tier: 4, checks: [http] }
1298 + - { id: news-ao-novo-jornal, name: "Novo Jornal", host: novojornal.co.ao, cat: news, provider: novo-jornal, cc: AO, imp: 1, tier: 4, checks: [http] }
1299 + - { id: news-ao-club-k, name: "Club-K", host: club-k.net, cat: news, provider: club-k, cc: AO, imp: 1, tier: 4, checks: [http] }
1300 + - { id: tv-mz-tvm, name: "TVM (Moçambique)", host: www.tvm.co.mz, cat: news, provider: tvm, cc: MZ, imp: 1, tier: 4, checks: [http] }
1301 + - { id: news-mz-o-pais, name: "O País (Moçambique)", host: opais.co.mz, cat: news, provider: o-pais-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
1302 + - { id: news-mz-carta, name: "Carta de Moçambique", host: cartamz.com, cat: news, provider: carta-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
1303 + - { id: news-mz-noticias, name: "Jornal Notícias", host: www.jornalnoticias.co.mz, cat: news, provider: noticias-mz, cc: MZ, imp: 1, tier: 4, checks: [http] }
1304 + - { id: news-zm-zambia-daily-mail, name: "Zambia Daily Mail", host: www.daily-mail.co.zm, cat: news, provider: zdm, cc: ZM, imp: 1, tier: 4, checks: [http] }
1305 + - { id: news-zm-lusaka-times, name: "Lusaka Times", host: www.lusakatimes.com, cat: news, provider: lusaka-times, cc: ZM, imp: 2, tier: 4, checks: [http] }
1306 + - { id: news-zm-news-diggers, name: "News Diggers", host: diggers.news, cat: news, provider: diggers, cc: ZM, imp: 1, tier: 4, checks: [http] }
1307 + - { id: news-zm-mwebantu, name: "Mwebantu", host: www.mwebantu.com, cat: news, provider: mwebantu, cc: ZM, imp: 1, tier: 4, checks: [http] }
1308 + - { id: tv-zw-zbc, name: "ZBC", host: www.zbc.co.zw, cat: news, provider: zbc, cc: ZW, imp: 1, tier: 4, checks: [http] }
1309 + - { id: news-zw-herald, name: "The Herald (Zimbabwe)", host: www.herald.co.zw, cat: news, provider: zimpapers, cc: ZW, imp: 2, tier: 4, checks: [http] }
1310 + - { id: news-zw-newsday, name: "NewsDay", host: www.newsday.co.zw, cat: news, provider: amh, cc: ZW, imp: 2, tier: 4, checks: [http] }
1311 + - { id: news-zw-chronicle, name: "The Chronicle", host: www.chronicle.co.zw, cat: news, provider: zimpapers, cc: ZW, imp: 1, tier: 4, checks: [http] }
1312 + - { id: news-zw-zimlive, name: "ZimLive", host: www.zimlive.com, cat: news, provider: zimlive, cc: ZW, imp: 1, tier: 4, checks: [http] }
1313 + - { id: news-zw-new-zimbabwe, name: "NewZimbabwe", host: www.newzimbabwe.com, cat: news, provider: new-zimbabwe, cc: ZW, imp: 1, tier: 4, checks: [http] }
1314 + - { id: news-zw-techzim, name: "Techzim", host: www.techzim.co.zw, cat: news, provider: techzim, cc: ZW, imp: 1, tier: 4, checks: [http] }
1315 + - { id: news-bw-mmegi, name: "Mmegi", host: www.mmegi.bw, cat: news, provider: mmegi, cc: BW, imp: 1, tier: 4, checks: [http] }
1316 + - { id: news-bw-sunday-standard, name: "Sunday Standard", host: www.sundaystandard.info, cat: news, provider: sunday-standard, cc: BW, imp: 1, tier: 4, checks: [http] }
1317 + - { id: tv-na-nbc, name: "NBC Namibia", host: www.nbc.na, cat: news, provider: nbc-na, cc: NA, imp: 1, tier: 4, checks: [http] }
1318 + - { id: news-na-the-namibian, name: "The Namibian", host: www.namibian.com.na, cat: news, provider: the-namibian, cc: NA, imp: 2, tier: 4, checks: [http] }
1319 + - { id: news-na-nampa, name: "NAMPA", host: www.nampa.org, cat: news, provider: nampa, cc: NA, imp: 1, tier: 4, checks: [http] }
1320 + - { id: news-na-new-era, name: "New Era", host: neweralive.na, cat: news, provider: new-era, cc: NA, imp: 1, tier: 4, checks: [http] }
1321 + - { id: news-na-informante, name: "Informanté", host: informante.web.na, cat: news, provider: informante, cc: NA, imp: 1, tier: 4, checks: [http] }
1322 + - { id: tv-mw-mbc, name: "MBC Malawi", host: www.mbc.mw, cat: news, provider: mbc-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
1323 + - { id: news-mw-nyasa-times, name: "Nyasa Times", host: www.nyasatimes.com, cat: news, provider: nyasa-times, cc: MW, imp: 1, tier: 4, checks: [http] }
1324 + - { id: news-mw-times, name: "The Times Malawi", host: times.mw, cat: news, provider: times-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
1325 + - { id: news-mw-nation, name: "The Nation (Malawi)", host: mwnation.com, cat: news, provider: nation-mw, cc: MW, imp: 1, tier: 4, checks: [http] }
1326 + - { id: news-mu-lexpress, name: "L'Express (Maurice)", host: lexpress.mu, cat: news, provider: la-sentinelle, cc: MU, imp: 2, tier: 4, checks: [http] }
1327 + - { id: news-mu-defimedia, name: "Defimedia", host: defimedia.info, cat: news, provider: defimedia, cc: MU, imp: 2, tier: 4, checks: [http] }
1328 + - { id: news-mu-le-mauricien, name: "Le Mauricien", host: www.lemauricien.com, cat: news, provider: le-mauricien, cc: MU, imp: 1, tier: 4, checks: [http] }
1329 + - { id: news-mu-ion-news, name: "ION News", host: ionnews.mu, cat: news, provider: ion-news, cc: MU, imp: 1, tier: 4, checks: [http] }
1330 + - { id: news-mg-midi, name: "Midi Madagasikara", host: midi-madagasikara.mg, cat: news, provider: midi, cc: MG, imp: 1, tier: 4, checks: [http] }
1331 + - { id: news-mg-lexpress, name: "L'Express de Madagascar", host: lexpress.mg, cat: news, provider: lexpress-mg, cc: MG, imp: 1, tier: 4, checks: [http] }
1332 + - { id: news-mg-madagascar-tribune, name: "Madagascar Tribune", host: www.madagascar-tribune.com, cat: news, provider: mg-tribune, cc: MG, imp: 1, tier: 4, checks: [http] }
1333 + - { id: news-mg-newsmada, name: "NewsMada", host: newsmada.com, cat: news, provider: newsmada, cc: MG, imp: 1, tier: 4, checks: [http] }
1334 + - { id: tv-sc-sbc, name: "SBC Seychelles", host: www.sbc.sc, cat: news, provider: sbc-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
1335 + - { id: news-sc-nation, name: "Seychelles Nation", host: www.nation.sc, cat: news, provider: nation-sc, cc: SC, imp: 1, tier: 4, checks: [http] }
1336 + - { id: news-sc-sna, name: "Seychelles News Agency", host: www.seychellesnewsagency.com, cat: news, provider: sna, cc: SC, imp: 1, tier: 4, checks: [http] }
1337 + - { id: tv-cv-rtc, name: "RTC (Cabo Verde)", host: rtc.cv, cat: news, provider: rtc-cv, cc: CV, imp: 1, tier: 4, checks: [http] }
1338 + - { id: news-cv-inforpress, name: "Inforpress", host: inforpress.cv, cat: news, provider: inforpress, cc: CV, imp: 1, tier: 4, checks: [http] }
1339 + - { id: news-cv-expresso-das-ilhas, name: "Expresso das Ilhas", host: expressodasilhas.cv, cat: news, provider: expresso-ilhas, cc: CV, imp: 1, tier: 4, checks: [http] }
1340 + - { id: news-cv-a-nacao, name: "A Nação", host: anacao.cv, cat: news, provider: a-nacao, cc: CV, imp: 1, tier: 4, checks: [http] }
1341 + - { id: tv-so-sntv, name: "SNTV Somalia", host: sntv.so, cat: news, provider: sntv, cc: SO, imp: 1, tier: 4, checks: [http] }
1342 + - { id: news-so-hiiraan, name: "Hiiraan Online", host: www.hiiraan.com, cat: news, provider: hiiraan, cc: SO, imp: 1, tier: 4, checks: [http] }
1343 + - { id: news-so-garowe, name: "Garowe Online", host: www.garoweonline.com, cat: news, provider: garowe, cc: SO, imp: 1, tier: 4, checks: [http] }
1344 + - { id: news-so-sonna, name: "SONNA", host: sonna.so, cat: news, provider: sonna, cc: SO, imp: 1, tier: 4, checks: [http] }
1345 + - { id: news-so-somali-guardian, name: "Somali Guardian", host: somaliguardian.com, cat: news, provider: somali-guardian, cc: SO, imp: 1, tier: 4, checks: [http] }
1346 + - { id: tv-dj-rtd, name: "RTD Djibouti", host: www.rtd.dj, cat: news, provider: rtd, cc: DJ, imp: 1, tier: 4, checks: [http] }
1347 + - { id: news-dj-la-nation, name: "La Nation (Djibouti)", host: www.lanation.dj, cat: news, provider: la-nation-dj, cc: DJ, imp: 1, tier: 4, checks: [http] }
1348 + - { id: news-dj-adi, name: "ADI (Djibouti)", host: www.adi.dj, cat: news, provider: adi, cc: DJ, imp: 1, tier: 4, checks: [http] }
1349 + - { id: news-er-shabait, name: "Shabait (Eritrea)", host: shabait.com, cat: news, provider: gov-er, cc: ER, imp: 1, tier: 4, checks: [http] }
1350 + - { id: news-ss-eye-radio, name: "Eye Radio", host: www.eyeradio.org, cat: news, provider: eye-radio, cc: SS, imp: 1, tier: 4, checks: [http] }
1351 + - { id: news-ss-radio-tamazuj, name: "Radio Tamazuj", host: www.radiotamazuj.org, cat: news, provider: tamazuj, cc: SS, imp: 1, tier: 4, checks: [http] }
1352 + - { id: news-ss-sudans-post, name: "Sudans Post", host: www.sudanspost.com, cat: news, provider: sudans-post, cc: SS, imp: 1, tier: 4, checks: [http] }
1353 + - { id: news-td-alwihda, name: "Alwihda Info", host: www.alwihdainfo.com, cat: news, provider: alwihda, cc: TD, imp: 1, tier: 4, checks: [http] }
1354 + - { id: news-td-tchadinfos, name: "Tchadinfos", host: tchadinfos.com, cat: news, provider: tchadinfos, cc: TD, imp: 1, tier: 4, checks: [http] }
1355 + - { id: news-td-onama, name: "ONAMA (Tchad)", host: www.onama.td, cat: news, provider: onama, cc: TD, imp: 1, tier: 4, checks: [http] }
1356 + - { id: news-cf-rjdh, name: "RJDH (Centrafrique)", host: www.rjdh.org, cat: news, provider: rjdh, cc: CF, imp: 1, tier: 4, checks: [http] }
1357 + - { id: news-cf-corbeau-news, name: "Corbeau News", host: corbeaunews-centrafrique.org, cat: news, provider: corbeau-news, cc: CF, imp: 1, tier: 4, checks: [http] }
1358 + - { id: news-cf-ndjoni-sango, name: "Ndjoni Sango", host: ndjonisango.com, cat: news, provider: ndjoni-sango, cc: CF, imp: 1, tier: 4, checks: [http] }
1359 + - { id: news-gq-ahora-eg, name: "Ahora EG", host: ahoraeg.com, cat: news, provider: ahora-eg, cc: GQ, imp: 1, tier: 4, checks: [http] }
1360 + - { id: news-gq-guinea-ecuatorial-press, name: "Guinea Ecuatorial Press", host: www.guineaecuatorialpress.com, cat: news, provider: gov-gq, cc: GQ, imp: 1, tier: 4, checks: [http] }
1361 + - { id: news-mr-ami, name: "AMI (Mauritanie)", host: fr.ami.mr, cat: news, provider: ami, cc: MR, imp: 1, tier: 4, checks: [http] }
1362 + - { id: news-mr-cridem, name: "Cridem", host: cridem.org, cat: news, provider: cridem, cc: MR, imp: 1, tier: 4, checks: [http] }
1363 + - { id: news-mr-sahara-medias, name: "Sahara Médias", host: fr.saharamedias.net, cat: news, provider: sahara-medias, cc: MR, imp: 1, tier: 4, checks: [http] }
1364 + - { id: news-gm-the-point, name: "The Point (Gambia)", host: thepoint.gm, cat: news, provider: the-point, cc: GM, imp: 1, tier: 4, checks: [http] }
1365 + - { id: news-gm-standard, name: "The Standard (Gambia)", host: standard.gm, cat: news, provider: standard-gm, cc: GM, imp: 1, tier: 4, checks: [http] }
1366 + - { id: news-gm-foroyaa, name: "Foroyaa", host: foroyaa.net, cat: news, provider: foroyaa, cc: GM, imp: 1, tier: 4, checks: [http] }
1367 + - { id: news-sl-sierra-leone-telegraph, name: "Sierra Leone Telegraph", host: www.thesierraleonetelegraph.com, cat: news, provider: sl-telegraph, cc: SL, imp: 1, tier: 4, checks: [http] }
1368 + - { id: news-sl-concord-times, name: "Concord Times", host: slconcordtimes.com, cat: news, provider: concord-times, cc: SL, imp: 1, tier: 4, checks: [http] }
1369 + - { id: news-lr-frontpage-africa, name: "FrontPage Africa", host: frontpageafricaonline.com, cat: news, provider: frontpage, cc: LR, imp: 1, tier: 4, checks: [http] }
1370 + - { id: news-lr-daily-observer, name: "Daily Observer (Liberia)", host: www.liberianobserver.com, cat: news, provider: liberian-observer, cc: LR, imp: 1, tier: 4, checks: [http] }
1371 + - { id: news-lr-new-dawn, name: "The New Dawn", host: thenewdawnliberia.com, cat: news, provider: new-dawn, cc: LR, imp: 1, tier: 4, checks: [http] }
1372 + - { id: news-gw-o-democrata, name: "O Democrata (Guiné-Bissau)", host: www.odemocratagb.com, cat: news, provider: o-democrata, cc: GW, imp: 1, tier: 4, checks: [http] }
1373 + - { id: news-st-tela-non, name: "Téla Nón", host: www.telanon.info, cat: news, provider: tela-non, cc: ST, imp: 1, tier: 4, checks: [http] }
1374 + - { id: news-km-al-watwan, name: "Al-Watwan (Comores)", host: alwatwan.net, cat: news, provider: al-watwan, cc: KM, imp: 1, tier: 4, checks: [http] }
1375 + - { id: news-km-comores-infos, name: "Comores Infos", host: www.comores-infos.net, cat: news, provider: comores-infos, cc: KM, imp: 1, tier: 4, checks: [http] }
1376 + - { id: news-bi-iwacu, name: "Iwacu", host: www.iwacu-burundi.org, cat: news, provider: iwacu, cc: BI, imp: 1, tier: 4, checks: [http] }
1377 + - { id: news-bi-abp, name: "ABP (Burundi)", host: www.abpinfo.bi, cat: news, provider: abp-bi, cc: BI, imp: 1, tier: 4, checks: [http] }
1378 + - { id: news-sz-times-of-swaziland, name: "Times of Swaziland", host: www.times.co.sz, cat: news, provider: times-sz, cc: SZ, imp: 1, tier: 4, checks: [http] }
1379 + - { id: news-ls-lesotho-times, name: "Lesotho Times", host: lestimes.com, cat: news, provider: lesotho-times, cc: LS, imp: 1, tier: 4, checks: [http] }
1380 + - { id: news-ls-the-post, name: "The Post (Lesotho)", host: www.thepost.co.ls, cat: news, provider: the-post-ls, cc: LS, imp: 1, tier: 4, checks: [http] }
1381 + - { id: news-africa-africanews, name: "Africanews", host: www.africanews.com, cat: news, provider: euronews, cc: CG, imp: 2, tier: 4, checks: [http] }
1382 + - { id: news-africa-apa, name: "APA News (African Press Agency)", host: apanews.net, cat: news, provider: apa-news, cc: SN, imp: 1, tier: 4, checks: [http] }
1383 + - { id: news-africa-panapress, name: "PANAPRESS", host: www.panapress.com, cat: news, provider: panapress, cc: SN, imp: 1, tier: 4, checks: [http] }
1384 + - { id: news-africa-africa-check, name: "Africa Check", host: africacheck.org, cat: news, provider: africa-check, cc: ZA, imp: 1, tier: 4, checks: [http] }
1385 + - { id: stream-supersport, name: "SuperSport", host: supersport.com, cat: news, provider: multichoice, cc: ZA, imp: 2, tier: 4, checks: [http] }
1386 +
1387 + # ───────── News & broadcasting — East Asia (180)
1388 + - { id: news-us-gizmochina, name: "Gizmochina", host: www.gizmochina.com, cat: news, provider: gizmochina, cc: CN, imp: 2, tier: 4, checks: [http] }
1389 + - { id: tv-jp-ntv, name: "Nippon TV (NTV)", host: www.ntv.co.jp, cat: news, provider: ntv-jp, cc: JP, imp: 3, tier: 4, checks: [http] }
1390 + - { id: tv-jp-tbs, name: "TBS", host: www.tbs.co.jp, cat: news, provider: tbs, cc: JP, imp: 3, tier: 4, checks: [http] }
1391 + - { id: tv-jp-tbs-news, name: "TBS NEWS DIG", host: newsdig.tbs.co.jp, cat: news, provider: tbs, cc: JP, imp: 2, tier: 4, checks: [http] }
1392 + - { id: tv-jp-fuji-tv, name: "Fuji TV", host: www.fujitv.co.jp, cat: news, provider: fuji-tv, cc: JP, imp: 3, tier: 4, checks: [http] }
1393 + - { id: tv-jp-fnn, name: "FNN Prime Online", host: www.fnn.jp, cat: news, provider: fuji-tv, cc: JP, imp: 2, tier: 4, checks: [http] }
1394 + - { id: tv-jp-tv-asahi, name: "TV Asahi", host: www.tv-asahi.co.jp, cat: news, provider: tv-asahi, cc: JP, imp: 3, tier: 4, checks: [http] }
1395 + - { id: tv-jp-ann, name: "ANN News", host: news.tv-asahi.co.jp, cat: news, provider: tv-asahi, cc: JP, imp: 2, tier: 4, checks: [http] }
1396 + - { id: tv-jp-tv-tokyo, name: "TV Tokyo", host: www.tv-tokyo.co.jp, cat: news, provider: tv-tokyo, cc: JP, imp: 2, tier: 4, checks: [http] }
1397 + - { id: tv-jp-tbs-radio, name: "TBS Radio", host: www.tbsradio.jp, cat: news, provider: tbs, cc: JP, imp: 1, tier: 4, checks: [http] }
1398 + - { id: news-jp-mainichi, name: "Mainichi Shimbun", host: mainichi.jp, cat: news, provider: mainichi, cc: JP, imp: 3, tier: 4, checks: [http] }
1399 + - { id: news-jp-sankei, name: "Sankei Shimbun", host: www.sankei.com, cat: news, provider: sankei, cc: JP, imp: 3, tier: 4, checks: [http] }
1400 + - { id: news-jp-kyodo, name: "Kyodo News", host: www.kyodonews.jp, cat: news, provider: kyodo, cc: JP, imp: 3, tier: 4, checks: [http] }
1401 + - { id: news-jp-kyodo-english, name: "Kyodo News+", host: english.kyodonews.net, cat: news, provider: kyodo, cc: JP, imp: 2, tier: 4, checks: [http] }
1402 + - { id: news-jp-jiji, name: "Jiji Press", host: www.jiji.com, cat: news, provider: jiji, cc: JP, imp: 3, tier: 4, checks: [http] }
1403 + - { id: news-jp-japan-times, name: "The Japan Times", host: www.japantimes.co.jp, cat: news, provider: japan-times, cc: JP, imp: 2, tier: 4, checks: [http] }
1404 + - { id: news-jp-yahoo-news, name: "Yahoo! Japan News", host: news.yahoo.co.jp, cat: news, provider: ly-corp, cc: JP, imp: 4, tier: 3, checks: [http] }
1405 + - { id: news-jp-livedoor-news, name: "Livedoor News", host: news.livedoor.com, cat: news, provider: ly-corp, cc: JP, imp: 2, tier: 4, checks: [http] }
1406 + - { id: news-jp-toyo-keizai, name: "Toyo Keizai", host: toyokeizai.net, cat: news, provider: toyo-keizai, cc: JP, imp: 2, tier: 4, checks: [http] }
1407 + - { id: news-jp-diamond, name: "Diamond Online", host: diamond.jp, cat: news, provider: diamond, cc: JP, imp: 2, tier: 4, checks: [http] }
1408 + - { id: news-jp-president, name: "President Online", host: president.jp, cat: news, provider: president, cc: JP, imp: 1, tier: 4, checks: [http] }
1409 + - { id: news-jp-nikkei-asia, name: "Nikkei Asia", host: asia.nikkei.com, cat: news, provider: nikkei, cc: JP, imp: 3, tier: 4, checks: [http] }
1410 + - { id: news-jp-tokyo-shimbun, name: "Tokyo Shimbun", host: www.tokyo-np.co.jp, cat: news, provider: chunichi, cc: JP, imp: 2, tier: 4, checks: [http] }
1411 + - { id: news-jp-chunichi, name: "Chunichi Shimbun", host: www.chunichi.co.jp, cat: news, provider: chunichi, cc: JP, imp: 2, tier: 4, checks: [http] }
1412 + - { id: news-jp-hokkaido, name: "Hokkaido Shimbun", host: www.hokkaido-np.co.jp, cat: news, provider: hokkaido-np, cc: JP, imp: 1, tier: 4, checks: [http] }
1413 + - { id: news-jp-nishinippon, name: "Nishinippon Shimbun", host: www.nishinippon.co.jp, cat: news, provider: nishinippon, cc: JP, imp: 1, tier: 4, checks: [http] }
1414 + - { id: news-jp-kobe, name: "Kobe Shimbun", host: www.kobe-np.co.jp, cat: news, provider: kobe-np, cc: JP, imp: 1, tier: 4, checks: [http] }
1415 + - { id: news-jp-itmedia, name: "ITmedia", host: www.itmedia.co.jp, cat: news, provider: itmedia, cc: JP, imp: 3, tier: 4, checks: [http] }
1416 + - { id: news-jp-impress-watch, name: "Impress Watch", host: www.watch.impress.co.jp, cat: news, provider: impress, cc: JP, imp: 2, tier: 4, checks: [http] }
1417 + - { id: news-jp-gigazine, name: "GIGAZINE", host: gigazine.net, cat: news, provider: gigazine, cc: JP, imp: 2, tier: 4, checks: [http] }
1418 + - { id: news-jp-zdnet, name: "ZDNET Japan", host: japan.zdnet.com, cat: news, provider: asahi-interactive, cc: JP, imp: 2, tier: 4, checks: [http] }
1419 + - { id: news-jp-cnet, name: "CNET Japan", host: japan.cnet.com, cat: news, provider: asahi-interactive, cc: JP, imp: 2, tier: 4, checks: [http] }
1420 + - { id: news-jp-gizmodo, name: "Gizmodo Japan", host: www.gizmodo.jp, cat: news, provider: mediagene, cc: JP, imp: 1, tier: 4, checks: [http] }
1421 + - { id: news-jp-famitsu, name: "Famitsu", host: www.famitsu.com, cat: news, provider: kadokawa, cc: JP, imp: 2, tier: 4, checks: [http] }
1422 + - { id: news-jp-4gamer, name: "4Gamer", host: www.4gamer.net, cat: news, provider: aetas, cc: JP, imp: 2, tier: 4, checks: [http] }
1423 + - { id: news-jp-nikkan-sports, name: "Nikkan Sports", host: www.nikkansports.com, cat: news, provider: nikkan-sports, cc: JP, imp: 2, tier: 4, checks: [http] }
1424 + - { id: news-jp-sponichi, name: "Sponichi", host: www.sponichi.co.jp, cat: news, provider: sponichi, cc: JP, imp: 1, tier: 4, checks: [http] }
1425 + - { id: news-jp-oricon, name: "ORICON NEWS", host: www.oricon.co.jp, cat: news, provider: oricon, cc: JP, imp: 2, tier: 4, checks: [http] }
1426 + - { id: news-jp-natalie, name: "Natalie", host: natalie.mu, cat: news, provider: natasha, cc: JP, imp: 1, tier: 4, checks: [http] }
1427 + - { id: news-jp-hatena, name: "Hatena Bookmark", host: b.hatena.ne.jp, cat: news, provider: hatena, cc: JP, imp: 2, tier: 4, checks: [http] }
1428 + - { id: news-jp-smartnews, name: "SmartNews", host: www.smartnews.com, cat: news, provider: smartnews, cc: JP, imp: 2, tier: 4, checks: [http] }
1429 + - { id: news-jp-newspicks, name: "NewsPicks", host: newspicks.com, cat: news, provider: uzabase, cc: JP, imp: 2, tier: 4, checks: [http] }
1430 + - { id: news-jp-jbpress, name: "JBpress", host: jbpress.ismedia.jp, cat: news, provider: jbpress, cc: JP, imp: 1, tier: 4, checks: [http] }
1431 + - { id: news-jp-buzzfeed, name: "BuzzFeed Japan", host: www.buzzfeed.com, url: "https://www.buzzfeed.com/jp", cat: news, provider: buzzfeed, cc: JP, imp: 1, tier: 4, checks: [http] }
1432 + - { id: news-jp-weathernews, name: "Weathernews", host: weathernews.jp, cat: news, provider: weathernews, cc: JP, imp: 3, tier: 4, checks: [http] }
1433 + - { id: news-jp-tenki, name: "tenki.jp", host: tenki.jp, cat: news, provider: jwa, cc: JP, imp: 2, tier: 4, checks: [http] }
1434 + - { id: tv-kr-kbs, name: "KBS", host: www.kbs.co.kr, cat: news, provider: kbs, cc: KR, imp: 4, tier: 3, checks: [http] }
1435 + - { id: tv-kr-kbs-world, name: "KBS World", host: world.kbs.co.kr, cat: news, provider: kbs, cc: KR, imp: 2, tier: 4, checks: [http] }
1436 + - { id: tv-kr-mbc, name: "MBC", host: www.imbc.com, cat: news, provider: mbc-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
1437 + - { id: tv-kr-mbc-news, name: "MBC News", host: imnews.imbc.com, cat: news, provider: mbc-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
1438 + - { id: tv-kr-sbs, name: "SBS", host: www.sbs.co.kr, cat: news, provider: sbs-kr, cc: KR, imp: 4, tier: 3, checks: [http] }
1439 + - { id: tv-kr-sbs-news, name: "SBS News", host: news.sbs.co.kr, cat: news, provider: sbs-kr, cc: KR, imp: 3, tier: 4, checks: [http] }
1440 + - { id: tv-kr-jtbc, name: "JTBC", host: jtbc.co.kr, cat: news, provider: joongang, cc: KR, imp: 3, tier: 4, checks: [http] }
1441 + - { id: tv-kr-jtbc-news, name: "JTBC News", host: news.jtbc.co.kr, cat: news, provider: joongang, cc: KR, imp: 2, tier: 4, checks: [http] }
1442 + - { id: tv-kr-ytn, name: "YTN", host: www.ytn.co.kr, cat: news, provider: ytn, cc: KR, imp: 3, tier: 4, checks: [http] }
1443 + - { id: tv-kr-yonhap-tv, name: "Yonhap News TV", host: www.yonhapnewstv.co.kr, cat: news, provider: yonhap, cc: KR, imp: 2, tier: 4, checks: [http] }
1444 + - { id: tv-kr-tv-chosun, name: "TV Chosun", host: news.tvchosun.com, cat: news, provider: chosun, cc: KR, imp: 2, tier: 4, checks: [http] }
1445 + - { id: tv-kr-channel-a, name: "Channel A", host: www.ichannela.com, cat: news, provider: dong-a, cc: KR, imp: 2, tier: 4, checks: [http] }
1446 + - { id: tv-kr-arirang, name: "Arirang TV", host: www.arirang.com, cat: news, provider: arirang, cc: KR, imp: 2, tier: 4, checks: [http] }
1447 + - { id: tv-kr-ebs, name: "EBS", host: www.ebs.co.kr, cat: news, provider: ebs, cc: KR, imp: 2, tier: 4, checks: [http] }
1448 + - { id: news-kr-yonhap-kr, name: "Yonhap News (KR)", host: www.yna.co.kr, cat: news, provider: yonhap, cc: KR, imp: 4, tier: 3, checks: [http] }
1449 + - { id: news-kr-joongang, name: "JoongAng Ilbo", host: www.joongang.co.kr, cat: news, provider: joongang, cc: KR, imp: 3, tier: 4, checks: [http] }
1450 + - { id: news-kr-donga, name: "Dong-A Ilbo", host: www.donga.com, cat: news, provider: dong-a, cc: KR, imp: 3, tier: 4, checks: [http] }
1451 + - { id: news-kr-hankyoreh, name: "Hankyoreh", host: www.hani.co.kr, cat: news, provider: hankyoreh, cc: KR, imp: 3, tier: 4, checks: [http] }
1452 + - { id: news-kr-kyunghyang, name: "Kyunghyang Shinmun", host: www.khan.co.kr, cat: news, provider: kyunghyang, cc: KR, imp: 2, tier: 4, checks: [http] }
1453 + - { id: news-kr-hankook, name: "Hankook Ilbo", host: www.hankookilbo.com, cat: news, provider: hankook, cc: KR, imp: 2, tier: 4, checks: [http] }
1454 + - { id: news-kr-maeil, name: "Maeil Business", host: www.mk.co.kr, cat: news, provider: maeil, cc: KR, imp: 3, tier: 4, checks: [http] }
1455 + - { id: news-kr-hankyung, name: "Korea Economic Daily", host: www.hankyung.com, cat: news, provider: hankyung, cc: KR, imp: 3, tier: 4, checks: [http] }
1456 + - { id: news-kr-seoul-shinmun, name: "Seoul Shinmun", host: www.seoul.co.kr, cat: news, provider: seoul-shinmun, cc: KR, imp: 2, tier: 4, checks: [http] }
1457 + - { id: news-kr-munhwa, name: "Munhwa Ilbo", host: www.munhwa.com, cat: news, provider: munhwa, cc: KR, imp: 2, tier: 4, checks: [http] }
1458 + - { id: news-kr-korea-herald, name: "The Korea Herald", host: www.koreaherald.com, cat: news, provider: herald, cc: KR, imp: 2, tier: 4, checks: [http] }
1459 + - { id: news-kr-korea-times, name: "The Korea Times", host: www.koreatimes.co.kr, cat: news, provider: korea-times, cc: KR, imp: 2, tier: 4, checks: [http] }
1460 + - { id: news-kr-korea-joongang-daily, name: "Korea JoongAng Daily", host: koreajoongangdaily.joins.com, cat: news, provider: joongang, cc: KR, imp: 2, tier: 4, checks: [http] }
1461 + - { id: news-kr-newsis, name: "Newsis", host: www.newsis.com, cat: news, provider: newsis, cc: KR, imp: 2, tier: 4, checks: [http] }
1462 + - { id: news-kr-news1, name: "News1", host: www.news1.kr, cat: news, provider: news1, cc: KR, imp: 2, tier: 4, checks: [http] }
1463 + - { id: news-kr-ohmynews, name: "OhmyNews", host: www.ohmynews.com, cat: news, provider: ohmynews, cc: KR, imp: 2, tier: 4, checks: [http] }
1464 + - { id: news-kr-pressian, name: "Pressian", host: www.pressian.com, cat: news, provider: pressian, cc: KR, imp: 1, tier: 4, checks: [http] }
1465 + - { id: news-kr-nocut, name: "Nocut News (CBS)", host: www.nocutnews.co.kr, cat: news, provider: cbs-kr, cc: KR, imp: 2, tier: 4, checks: [http] }
1466 + - { id: news-kr-naver-news, name: "Naver News", host: news.naver.com, cat: news, provider: naver, cc: KR, imp: 5, tier: 2, checks: [http] }
1467 + - { id: news-kr-daum-news, name: "Daum News", host: news.daum.net, cat: news, provider: kakao, cc: KR, imp: 4, tier: 3, checks: [http] }
1468 + - { id: news-kr-zdnet-korea, name: "ZDNet Korea", host: zdnet.co.kr, cat: news, provider: zdnet-korea, cc: KR, imp: 2, tier: 4, checks: [http] }
1469 + - { id: news-kr-etnews, name: "ET News", host: www.etnews.com, cat: news, provider: etnews, cc: KR, imp: 2, tier: 4, checks: [http] }
1470 + - { id: news-kr-inven, name: "Inven", host: www.inven.co.kr, cat: news, provider: inven, cc: KR, imp: 2, tier: 4, checks: [http] }
1471 + - { id: news-kr-thisisgame, name: "ThisIsGame", host: www.thisisgame.com, cat: news, provider: thisisgame, cc: KR, imp: 1, tier: 4, checks: [http] }
1472 + - { id: news-kr-edaily, name: "Edaily", host: www.edaily.co.kr, cat: news, provider: edaily, cc: KR, imp: 2, tier: 4, checks: [http] }
1473 + - { id: tv-cn-cctv, name: "CCTV", host: tv.cctv.com, cat: news, provider: cmg, cc: CN, imp: 5, tier: 2, checks: [http] }
1474 + - { id: tv-cn-cctv-news, name: "CCTV News (央视网)", host: news.cctv.com, cat: news, provider: cmg, cc: CN, imp: 4, tier: 3, checks: [http] }
1475 + - { id: tv-cn-cctv-english, name: "CCTV English", host: english.cctv.com, cat: news, provider: cmg, cc: CN, imp: 2, tier: 4, checks: [http] }
1476 + - { id: tv-cn-cgtn-cn, name: "CGTN (Chinese)", host: www.cgtn.com, url: "https://www.cgtn.com/asia", cat: news, provider: cmg, cc: CN, imp: 1, tier: 4, checks: [http] }
1477 + - { id: tv-cn-cnr, name: "China National Radio (央广网)", host: www.cnr.cn, cat: news, provider: cmg, cc: CN, imp: 3, tier: 4, checks: [http] }
1478 + - { id: tv-cn-cri, name: "CRI Online", host: news.cri.cn, cat: news, provider: cmg, cc: CN, imp: 2, tier: 4, checks: [http] }
1479 + - { id: tv-cn-phoenix, name: "Phoenix New Media (ifeng)", host: www.ifeng.com, cat: news, provider: phoenix, cc: CN, imp: 3, tier: 4, checks: [http] }
1480 + - { id: tv-cn-shanghai-media, name: "The Paper (澎湃)", host: www.thepaper.cn, cat: news, provider: smg, cc: CN, imp: 3, tier: 4, checks: [http] }
1481 + - { id: tv-cn-hunan-tv, name: "Mango TV", host: www.mgtv.com, cat: news, provider: hunan-tv, cc: CN, imp: 3, tier: 4, checks: [http] }
1482 + - { id: tv-cn-yicai, name: "Yicai", host: www.yicai.com, cat: news, provider: smg, cc: CN, imp: 2, tier: 4, checks: [http] }
1483 + - { id: news-cn-xinhua-cn, name: "Xinhua (Chinese)", host: www.news.cn, cat: news, provider: xinhua, cc: CN, imp: 5, tier: 2, checks: [http] }
1484 + - { id: news-cn-people-cn, name: "People's Daily (Chinese)", host: www.people.com.cn, cat: news, provider: peoples-daily, cc: CN, imp: 4, tier: 3, checks: [http] }
1485 + - { id: news-cn-china-daily, name: "China Daily", host: www.chinadaily.com.cn, cat: news, provider: china-daily, cc: CN, imp: 3, tier: 4, checks: [http] }
1486 + - { id: news-cn-global-times, name: "Global Times", host: www.globaltimes.cn, cat: news, provider: peoples-daily, cc: CN, imp: 3, tier: 4, checks: [http] }
1487 + - { id: news-cn-guancha, name: "Guancha", host: www.guancha.cn, cat: news, provider: guancha, cc: CN, imp: 2, tier: 4, checks: [http] }
1488 + - { id: news-cn-caixin, name: "Caixin", host: www.caixin.com, cat: news, provider: caixin, cc: CN, imp: 3, tier: 4, checks: [http] }
1489 + - { id: news-cn-caixin-global, name: "Caixin Global", host: www.caixinglobal.com, cat: news, provider: caixin, cc: CN, imp: 2, tier: 4, checks: [http] }
1490 + - { id: news-cn-china-news, name: "China News Service (中新网)", host: www.chinanews.com.cn, cat: news, provider: cns, cc: CN, imp: 3, tier: 4, checks: [http] }
1491 + - { id: news-cn-sixth-tone, name: "Sixth Tone", host: www.sixthtone.com, cat: news, provider: smg, cc: CN, imp: 2, tier: 4, checks: [http] }
1492 + - { id: news-cn-sina-tech, name: "Sina Tech", host: tech.sina.com.cn, cat: news, provider: sina, cc: CN, imp: 2, tier: 4, checks: [http] }
1493 + - { id: news-cn-sina, name: "Sina", host: www.sina.com.cn, cat: news, provider: sina, cc: CN, imp: 3, tier: 4, checks: [http] }
1494 + - { id: news-cn-sohu, name: "Sohu", host: www.sohu.com, cat: news, provider: sohu, cc: CN, imp: 3, tier: 4, checks: [http] }
1495 + - { id: news-cn-netease-news, name: "NetEase News (163)", host: news.163.com, cat: news, provider: netease, cc: CN, imp: 3, tier: 4, checks: [http] }
1496 + - { id: news-cn-tencent-news, name: "Tencent News", host: news.qq.com, cat: news, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http] }
1497 + - { id: news-cn-toutiao, name: "Toutiao", host: www.toutiao.com, cat: news, provider: bytedance, svc: tiktok, cc: CN, imp: 4, tier: 3, checks: [http] }
1498 + - { id: news-cn-36kr, name: "36Kr", host: 36kr.com, cat: news, provider: 36kr, cc: CN, imp: 2, tier: 4, checks: [http] }
1499 + - { id: news-cn-ithome, name: "IT之家 (IThome)", host: www.ithome.com, cat: news, provider: ithome, cc: CN, imp: 2, tier: 4, checks: [http] }
1500 + - { id: news-cn-cnbeta, name: "cnBeta", host: www.cnbeta.com.tw, cat: news, provider: cnbeta, cc: CN, imp: 2, tier: 4, checks: [http] }
1501 + - { id: news-cn-huxiu, name: "Huxiu", host: www.huxiu.com, cat: news, provider: huxiu, cc: CN, imp: 1, tier: 4, checks: [http] }
1502 + - { id: news-cn-jiemian, name: "Jiemian", host: www.jiemian.com, cat: news, provider: smg, cc: CN, imp: 2, tier: 4, checks: [http] }
1503 + - { id: news-cn-eastmoney, name: "East Money", host: www.eastmoney.com, cat: news, provider: eastmoney, cc: CN, imp: 3, tier: 4, checks: [http] }
1504 + - { id: news-cn-hexun, name: "Hexun", host: www.hexun.com, cat: news, provider: hexun, cc: CN, imp: 1, tier: 4, checks: [http] }
1505 + - { id: news-cn-southern-weekly, name: "Southern Weekly", host: www.infzm.com, cat: news, provider: nanfang, cc: CN, imp: 1, tier: 4, checks: [http] }
1506 + - { id: news-cn-beijing-news, name: "The Beijing News", host: www.bjnews.com.cn, cat: news, provider: bjnews, cc: CN, imp: 2, tier: 4, checks: [http] }
1507 + - { id: news-cn-cctv-sports, name: "CCTV Sports", host: sports.cctv.com, cat: news, provider: cmg, cc: CN, imp: 1, tier: 4, checks: [http] }
1508 + - { id: news-cn-china-times, name: "China Times", host: www.chinatimes.com, cat: news, provider: want-want, cc: TW, imp: 2, tier: 4, checks: [http] }
1509 + - { id: tv-tw-pts, name: "PTS Taiwan", host: www.pts.org.tw, cat: news, provider: pts, cc: TW, imp: 3, tier: 4, checks: [http] }
1510 + - { id: tv-tw-pts-news, name: "PTS News", host: news.pts.org.tw, cat: news, provider: pts, cc: TW, imp: 2, tier: 4, checks: [http] }
1511 + - { id: tv-tw-tvbs, name: "TVBS", host: news.tvbs.com.tw, cat: news, provider: tvbs, cc: TW, imp: 3, tier: 4, checks: [http] }
1512 + - { id: tv-tw-set, name: "SET News", host: www.setn.com, cat: news, provider: set, cc: TW, imp: 3, tier: 4, checks: [http] }
1513 + - { id: tv-tw-ettoday, name: "ETtoday", host: www.ettoday.net, cat: news, provider: ettoday, cc: TW, imp: 3, tier: 4, checks: [http] }
1514 + - { id: tv-tw-cts, name: "CTS", host: news.cts.com.tw, cat: news, provider: cts, cc: TW, imp: 2, tier: 4, checks: [http] }
1515 + - { id: tv-tw-ttv, name: "TTV", host: www.ttv.com.tw, cat: news, provider: ttv, cc: TW, imp: 2, tier: 4, checks: [http] }
1516 + - { id: tv-tw-ftv, name: "FTV News", host: www.ftvnews.com.tw, cat: news, provider: ftv, cc: TW, imp: 2, tier: 4, checks: [http] }
1517 + - { id: tv-tw-ebc, name: "EBC News", host: news.ebc.net.tw, cat: news, provider: ebc-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
1518 + - { id: tv-tw-cti, name: "CTi News", host: www.ctitv.com.tw, cat: news, provider: want-want, cc: TW, imp: 1, tier: 4, checks: [http] }
1519 + - { id: tv-tw-taiwan-plus, name: "TaiwanPlus", host: www.taiwanplus.com, cat: news, provider: pts, cc: TW, imp: 1, tier: 4, checks: [http] }
1520 + - { id: news-tw-cna, name: "CNA (中央社)", host: www.cna.com.tw, cat: news, provider: cna, cc: TW, imp: 3, tier: 4, checks: [http] }
1521 + - { id: news-tw-liberty-times, name: "Liberty Times", host: www.ltn.com.tw, cat: news, provider: liberty-times, cc: TW, imp: 3, tier: 4, checks: [http] }
1522 + - { id: news-tw-udn, name: "United Daily News", host: udn.com, cat: news, provider: udn, cc: TW, imp: 3, tier: 4, checks: [http] }
1523 + - { id: news-tw-apple-daily, name: "Taiwan News", host: www.taiwannews.com.tw, cat: news, provider: taiwan-news, cc: TW, imp: 1, tier: 4, checks: [http] }
1524 + - { id: news-tw-taipei-times, name: "Taipei Times", host: www.taipeitimes.com, cat: news, provider: liberty-times, cc: TW, imp: 2, tier: 4, checks: [http] }
1525 + - { id: news-tw-storm, name: "Storm Media", host: www.storm.mg, cat: news, provider: storm, cc: TW, imp: 2, tier: 4, checks: [http] }
1526 + - { id: news-tw-cw, name: "CommonWealth Magazine", host: www.cw.com.tw, cat: news, provider: cw, cc: TW, imp: 2, tier: 4, checks: [http] }
1527 + - { id: news-tw-business-weekly, name: "Business Weekly", host: www.businessweekly.com.tw, cat: news, provider: cite, cc: TW, imp: 1, tier: 4, checks: [http] }
1528 + - { id: news-tw-ithome, name: "iThome", host: www.ithome.com.tw, cat: news, provider: ithome-tw, cc: TW, imp: 2, tier: 4, checks: [http] }
1529 + - { id: news-tw-techbang, name: "Techbang", host: www.techbang.com, cat: news, provider: techbang, cc: TW, imp: 1, tier: 4, checks: [http] }
1530 + - { id: news-tw-yahoo-tw, name: "Yahoo奇摩新聞", host: tw.news.yahoo.com, cat: news, provider: yahoo, cc: TW, imp: 3, tier: 4, checks: [http] }
1531 + - { id: news-tw-nownews, name: "NOWnews", host: www.nownews.com, cat: news, provider: nownews, cc: TW, imp: 1, tier: 4, checks: [http] }
1532 + - { id: tv-hk-tvb, name: "TVB", host: www.tvb.com, cat: news, provider: tvb, cc: HK, imp: 3, tier: 4, checks: [http] }
1533 + - { id: tv-hk-tvb-news, name: "TVB News", host: news.tvb.com, cat: news, provider: tvb, cc: HK, imp: 2, tier: 4, checks: [http] }
1534 + - { id: tv-hk-rthk, name: "RTHK", host: www.rthk.hk, cat: news, provider: rthk, cc: HK, imp: 3, tier: 4, checks: [http] }
1535 + - { id: tv-hk-rthk-news, name: "RTHK News", host: news.rthk.hk, cat: news, provider: rthk, cc: HK, imp: 2, tier: 4, checks: [http] }
1536 + - { id: tv-hk-i-cable, name: "i-CABLE News", host: www.i-cable.com, cat: news, provider: i-cable, cc: HK, imp: 1, tier: 4, checks: [http] }
1537 + - { id: tv-hk-now-tv, name: "Now News", host: news.now.com, cat: news, provider: pccw, cc: HK, imp: 2, tier: 4, checks: [http] }
1538 + - { id: tv-hk-hoy-tv, name: "HOY TV", host: www.hoy.tv, cat: news, provider: hoy-tv, cc: HK, imp: 1, tier: 4, checks: [http] }
1539 + - { id: news-hk-hk01, name: "HK01", host: www.hk01.com, cat: news, provider: hk01, cc: HK, imp: 3, tier: 4, checks: [http] }
1540 + - { id: news-hk-ming-pao, name: "Ming Pao", host: www.mingpao.com, cat: news, provider: media-chinese, cc: HK, imp: 3, tier: 4, checks: [http] }
1541 + - { id: news-hk-oriental-daily, name: "Oriental Daily (on.cc)", host: hk.on.cc, cat: news, provider: oriental-press, cc: HK, imp: 3, tier: 4, checks: [http] }
1542 + - { id: news-hk-sing-tao, name: "Sing Tao", host: www.singtao.ca, cat: news, provider: sing-tao, cc: HK, imp: 1, tier: 4, checks: [http] }
1543 + - { id: news-hk-std, name: "Sing Tao Daily (HK)", host: www.stheadline.com, cat: news, provider: sing-tao, cc: HK, imp: 2, tier: 4, checks: [http] }
1544 + - { id: news-hk-hkej, name: "HKEJ", host: www.hkej.com, cat: news, provider: hkej, cc: HK, imp: 2, tier: 4, checks: [http] }
1545 + - { id: news-hk-hket, name: "HKET", host: www.hket.com, cat: news, provider: hket, cc: HK, imp: 2, tier: 4, checks: [http] }
1546 + - { id: news-hk-the-standard, name: "The Standard (HK)", host: www.thestandard.com.hk, cat: news, provider: sing-tao, cc: HK, imp: 2, tier: 4, checks: [http] }
1547 + - { id: news-hk-hkfp, name: "Hong Kong Free Press", host: hongkongfp.com, cat: news, provider: hkfp, cc: HK, imp: 2, tier: 4, checks: [http] }
1548 + - { id: news-hk-wen-wei-po, name: "Wen Wei Po", host: www.wenweipo.com, cat: news, provider: wen-wei-po, cc: HK, imp: 1, tier: 4, checks: [http] }
1549 + - { id: news-hk-ta-kung-pao, name: "Ta Kung Pao", host: www.takungpao.com, cat: news, provider: ta-kung, cc: HK, imp: 1, tier: 4, checks: [http] }
1550 + - { id: news-hk-yahoo-hk, name: "Yahoo HK News", host: hk.news.yahoo.com, cat: news, provider: yahoo, cc: HK, imp: 2, tier: 4, checks: [http] }
1551 + - { id: news-hk-am730, name: "am730", host: www.am730.com.hk, cat: news, provider: am730, cc: HK, imp: 1, tier: 4, checks: [http] }
1552 + - { id: news-mo-tdm, name: "TDM (Macau)", host: www.tdm.com.mo, cat: news, provider: tdm, cc: MO, imp: 2, tier: 4, checks: [http] }
1553 + - { id: news-mo-macau-daily, name: "Macao Daily News", host: www.macaodaily.com, cat: news, provider: macao-daily, cc: MO, imp: 1, tier: 4, checks: [http] }
1554 + - { id: news-mo-macau-business, name: "Macau Business", host: www.macaubusiness.com, cat: news, provider: macau-business, cc: MO, imp: 1, tier: 4, checks: [http] }
1555 + - { id: news-mo-gcs, name: "GCS Macau", host: www.gcs.gov.mo, cat: news, provider: gov-mo, cc: MO, imp: 1, tier: 4, checks: [http] }
1556 + - { id: news-mn-montsame, name: "Montsame", host: montsame.mn, cat: news, provider: montsame, cc: MN, imp: 1, tier: 4, checks: [http] }
1557 + - { id: news-mn-ikon, name: "iKon.mn", host: ikon.mn, cat: news, provider: ikon, cc: MN, imp: 2, tier: 4, checks: [http] }
1558 + - { id: news-mn-gogo, name: "GoGo.mn", host: gogo.mn, cat: news, provider: gogo, cc: MN, imp: 1, tier: 4, checks: [http] }
1559 + - { id: news-mn-ub-post, name: "The UB Post", host: theubposts.com, cat: news, provider: ub-post, cc: MN, imp: 1, tier: 4, checks: [http] }
1560 + - { id: news-mn-mnb, name: "MNB (Mongolian National Broadcaster)", host: www.mnb.mn, cat: news, provider: mnb, cc: MN, imp: 1, tier: 4, checks: [http] }
1561 + - { id: game-3dm, name: "3DMGAME", host: www.3dmgame.com, cat: news, provider: 3dm, cc: CN, imp: 1, tier: 4, checks: [http] }
1562 + - { id: game-gamersky, name: "Gamersky", host: www.gamersky.com, cat: news, provider: gamersky, cc: CN, imp: 2, tier: 4, checks: [http] }
1563 + - { id: game-gamespark, name: "Game*Spark", host: www.gamespark.jp, cat: news, provider: iid, cc: JP, imp: 1, tier: 4, checks: [http] }
1564 + - { id: game-automaton, name: "AUTOMATON", host: automaton-media.com, cat: news, provider: active-gaming, cc: JP, imp: 1, tier: 4, checks: [http] }
1565 + - { id: game-ruliweb-news, name: "Ruliweb (news)", host: bbs.ruliweb.com, url: "https://bbs.ruliweb.com/news", cat: news, provider: ruliweb, cc: KR, imp: 1, tier: 4, checks: [http] }
1566 + - { id: game-gamemeca, name: "GameMeca", host: www.gamemeca.com, cat: news, provider: gamemeca, cc: KR, imp: 1, tier: 4, checks: [http] }
1567 + - { id: game-gnn, name: "GNN (巴哈姆特新聞)", host: gnn.gamer.com.tw, cat: news, provider: bahamut, cc: TW, imp: 1, tier: 4, checks: [http] }
1568 +
1569 + # ───────── News & broadcasting — South & Southeast Asia, Central Asia (308)
1570 + - { id: news-us-its-foss, name: "It's FOSS", host: itsfoss.com, cat: news, provider: its-foss, cc: IN, imp: 2, tier: 4, checks: [http] }
1571 + - { id: tv-sg-mediacorp, name: "Mediacorp", host: www.mediacorp.sg, cat: news, provider: mediacorp, cc: SG, imp: 3, tier: 4, checks: [http] }
1572 + - { id: tv-sg-cna-lifestyle, name: "CNA Lifestyle", host: cnalifestyle.channelnewsasia.com, cat: news, provider: mediacorp, cc: SG, imp: 1, tier: 4, checks: [http] }
1573 + - { id: news-sg-today, name: "TODAY", host: www.todayonline.com, cat: news, provider: mediacorp, cc: SG, imp: 2, tier: 4, checks: [http] }
1574 + - { id: news-sg-business-times, name: "The Business Times", host: www.businesstimes.com.sg, cat: news, provider: sph, cc: SG, imp: 2, tier: 4, checks: [http] }
1575 + - { id: news-sg-zaobao, name: "Lianhe Zaobao", host: www.zaobao.com.sg, cat: news, provider: sph, cc: SG, imp: 3, tier: 4, checks: [http] }
1576 + - { id: news-sg-mothership, name: "Mothership", host: mothership.sg, cat: news, provider: mothership, cc: SG, imp: 2, tier: 4, checks: [http] }
1577 + - { id: news-sg-berita-harian, name: "Berita Harian", host: www.beritaharian.sg, cat: news, provider: sph, cc: SG, imp: 1, tier: 4, checks: [http] }
1578 + - { id: news-sg-tamil-murasu, name: "Tamil Murasu", host: www.tamilmurasu.com.sg, cat: news, provider: sph, cc: SG, imp: 1, tier: 4, checks: [http] }
1579 + - { id: news-sg-the-edge, name: "The Edge Singapore", host: www.theedgesingapore.com, cat: news, provider: the-edge, cc: SG, imp: 1, tier: 4, checks: [http] }
1580 + - { id: news-sg-hardwarezone, name: "HardwareZone", host: www.hardwarezone.com.sg, cat: news, provider: sph, cc: SG, imp: 2, tier: 4, checks: [http] }
1581 + - { id: news-sg-rice-media, name: "RICE Media", host: www.ricemedia.co, cat: news, provider: rice, cc: SG, imp: 1, tier: 4, checks: [http] }
1582 + - { id: news-sg-nea-weather, name: "NEA weather", host: www.nea.gov.sg, cat: news, provider: gov-sg, cc: SG, imp: 1, tier: 4, checks: [http] }
1583 + - { id: tv-my-rtm, name: "RTM", host: www.rtm.gov.my, cat: news, provider: rtm, cc: MY, imp: 3, tier: 4, checks: [http] }
1584 + - { id: tv-my-astro-awani, name: "Astro Awani", host: www.astroawani.com, cat: news, provider: astro, cc: MY, imp: 3, tier: 4, checks: [http] }
1585 + - { id: tv-my-tv3, name: "TV3 / Buletin TV3", host: www.buletintv3.my, cat: news, provider: media-prima, cc: MY, imp: 2, tier: 4, checks: [http] }
1586 + - { id: tv-my-bernama-tv, name: "Bernama TV", host: www.bernama.com, url: "https://www.bernama.com/tv/", cat: news, provider: bernama, cc: MY, imp: 1, tier: 4, checks: [http] }
1587 + - { id: news-my-bernama, name: "Bernama", host: www.bernama.com, cat: news, provider: bernama, cc: MY, imp: 3, tier: 4, checks: [http] }
1588 + - { id: news-my-harian-metro, name: "Harian Metro", host: www.hmetro.com.my, cat: news, provider: media-prima, cc: MY, imp: 3, tier: 4, checks: [http] }
1589 + - { id: news-my-berita-harian, name: "Berita Harian (MY)", host: www.bharian.com.my, cat: news, provider: media-prima, cc: MY, imp: 3, tier: 4, checks: [http] }
1590 + - { id: news-my-utusan, name: "Utusan Malaysia", host: www.utusan.com.my, cat: news, provider: utusan, cc: MY, imp: 2, tier: 4, checks: [http] }
1591 + - { id: news-my-nst, name: "New Straits Times", host: www.nst.com.my, cat: news, provider: media-prima, cc: MY, imp: 3, tier: 4, checks: [http] }
1592 + - { id: news-my-malay-mail, name: "Malay Mail", host: www.malaymail.com, cat: news, provider: malay-mail, cc: MY, imp: 2, tier: 4, checks: [http] }
1593 + - { id: news-my-malaysiakini, name: "Malaysiakini", host: www.malaysiakini.com, cat: news, provider: malaysiakini, cc: MY, imp: 3, tier: 4, checks: [http] }
1594 + - { id: news-my-the-edge, name: "The Edge Malaysia", host: theedgemalaysia.com, cat: news, provider: the-edge, cc: MY, imp: 2, tier: 4, checks: [http] }
1595 + - { id: news-my-free-malaysia-today, name: "Free Malaysia Today", host: www.freemalaysiatoday.com, cat: news, provider: fmt, cc: MY, imp: 2, tier: 4, checks: [http] }
1596 + - { id: news-my-sin-chew, name: "Sin Chew Daily", host: www.sinchew.com.my, cat: news, provider: media-chinese, cc: MY, imp: 3, tier: 4, checks: [http] }
1597 + - { id: news-my-china-press, name: "China Press", host: www.chinapress.com.my, cat: news, provider: media-chinese, cc: MY, imp: 2, tier: 4, checks: [http] }
1598 + - { id: news-my-the-sun, name: "The Sun (Malaysia)", host: thesun.my, cat: news, provider: berjaya, cc: MY, imp: 1, tier: 4, checks: [http] }
1599 + - { id: news-my-kosmo, name: "Kosmo!", host: www.kosmo.com.my, cat: news, provider: utusan, cc: MY, imp: 1, tier: 4, checks: [http] }
1600 + - { id: news-my-the-vibes, name: "Scoop", host: www.scoop.my, cat: news, provider: scoop, cc: MY, imp: 1, tier: 4, checks: [http] }
1601 + - { id: news-my-borneo-post, name: "The Borneo Post", host: www.theborneopost.com, cat: news, provider: borneo-post, cc: MY, imp: 1, tier: 4, checks: [http] }
1602 + - { id: news-my-lowyat, name: "Lowyat.NET", host: www.lowyat.net, cat: news, provider: lowyat, cc: MY, imp: 2, tier: 4, checks: [http] }
1603 + - { id: news-my-soyacincau, name: "SoyaCincau", host: soyacincau.com, cat: news, provider: soyacincau, cc: MY, imp: 1, tier: 4, checks: [http] }
1604 + - { id: tv-id-tvri, name: "TVRI", host: www.tvri.go.id, cat: news, provider: tvri, cc: ID, imp: 3, tier: 4, checks: [http] }
1605 + - { id: tv-id-sctv, name: "SCTV / Liputan6", host: www.liputan6.com, cat: news, provider: emtek, cc: ID, imp: 3, tier: 4, checks: [http] }
1606 + - { id: tv-id-metro-tv, name: "Metro TV", host: www.metrotvnews.com, cat: news, provider: media-group, cc: ID, imp: 2, tier: 4, checks: [http] }
1607 + - { id: tv-id-kompas-tv, name: "Kompas TV", host: www.kompas.tv, cat: news, provider: kompas-gramedia, cc: ID, imp: 3, tier: 4, checks: [http] }
1608 + - { id: tv-id-tvone, name: "tvOne", host: www.tvonenews.com, cat: news, provider: visi-media, cc: ID, imp: 2, tier: 4, checks: [http] }
1609 + - { id: tv-id-cnn-indonesia, name: "CNN Indonesia", host: www.cnnindonesia.com, cat: news, provider: ct-corp, cc: ID, imp: 3, tier: 4, checks: [http] }
1610 + - { id: tv-id-cnbc-indonesia, name: "CNBC Indonesia", host: www.cnbcindonesia.com, cat: news, provider: ct-corp, cc: ID, imp: 2, tier: 4, checks: [http] }
1611 + - { id: tv-id-inews, name: "iNews", host: www.inews.id, cat: news, provider: mnc, cc: ID, imp: 2, tier: 4, checks: [http] }
1612 + - { id: tv-id-trans7, name: "Trans7", host: www.trans7.co.id, cat: news, provider: ct-corp, cc: ID, imp: 1, tier: 4, checks: [http] }
1613 + - { id: radio-id-rri, name: "RRI", host: www.rri.co.id, cat: news, provider: rri, cc: ID, imp: 2, tier: 4, checks: [http] }
1614 + - { id: news-id-antara, name: "Antara", host: www.antaranews.com, cat: news, provider: antara, cc: ID, imp: 3, tier: 4, checks: [http] }
1615 + - { id: news-id-tribunnews, name: "Tribunnews", host: www.tribunnews.com, cat: news, provider: kompas-gramedia, cc: ID, imp: 4, tier: 3, checks: [http] }
1616 + - { id: news-id-tempo, name: "Tempo", host: www.tempo.co, cat: news, provider: tempo, cc: ID, imp: 3, tier: 4, checks: [http] }
1617 + - { id: news-id-republika, name: "Republika", host: www.republika.co.id, cat: news, provider: republika, cc: ID, imp: 2, tier: 4, checks: [http] }
1618 + - { id: news-id-okezone, name: "Okezone", host: www.okezone.com, cat: news, provider: mnc, cc: ID, imp: 3, tier: 4, checks: [http] }
1619 + - { id: news-id-sindonews, name: "SINDOnews", host: www.sindonews.com, cat: news, provider: mnc, cc: ID, imp: 2, tier: 4, checks: [http] }
1620 + - { id: news-id-merdeka, name: "Merdeka.com", host: www.merdeka.com, cat: news, provider: kly, cc: ID, imp: 2, tier: 4, checks: [http] }
1621 + - { id: news-id-suara, name: "Suara.com", host: www.suara.com, cat: news, provider: arkadia, cc: ID, imp: 2, tier: 4, checks: [http] }
1622 + - { id: news-id-tirto, name: "Tirto.id", host: tirto.id, cat: news, provider: tirto, cc: ID, imp: 2, tier: 4, checks: [http] }
1623 + - { id: news-id-kumparan, name: "kumparan", host: kumparan.com, cat: news, provider: kumparan, cc: ID, imp: 2, tier: 4, checks: [http] }
1624 + - { id: news-id-jakarta-post, name: "The Jakarta Post", host: www.thejakartapost.com, cat: news, provider: jakarta-post, cc: ID, imp: 2, tier: 4, checks: [http] }
1625 + - { id: news-id-jakarta-globe, name: "Jakarta Globe", host: jakartaglobe.id, cat: news, provider: berita-satu, cc: ID, imp: 1, tier: 4, checks: [http] }
1626 + - { id: news-id-bisnis, name: "Bisnis.com", host: www.bisnis.com, cat: news, provider: bisnis-indonesia, cc: ID, imp: 2, tier: 4, checks: [http] }
1627 + - { id: news-id-kontan, name: "Kontan", host: www.kontan.co.id, cat: news, provider: kompas-gramedia, cc: ID, imp: 2, tier: 4, checks: [http] }
1628 + - { id: news-id-idn-times, name: "IDN Times", host: www.idntimes.com, cat: news, provider: idn, cc: ID, imp: 2, tier: 4, checks: [http] }
1629 + - { id: news-id-pikiran-rakyat, name: "Pikiran Rakyat", host: www.pikiran-rakyat.com, cat: news, provider: pikiran-rakyat, cc: ID, imp: 2, tier: 4, checks: [http] }
1630 + - { id: news-id-jawa-pos, name: "Jawa Pos", host: www.jawapos.com, cat: news, provider: jawa-pos, cc: ID, imp: 2, tier: 4, checks: [http] }
1631 + - { id: news-id-viva, name: "VIVA", host: www.viva.co.id, cat: news, provider: visi-media, cc: ID, imp: 2, tier: 4, checks: [http] }
1632 + - { id: tv-ph-abs-cbn, name: "ABS-CBN News", host: news.abs-cbn.com, cat: news, provider: abs-cbn, cc: PH, imp: 4, tier: 3, checks: [http] }
1633 + - { id: tv-ph-abs-cbn-www, name: "ABS-CBN", host: www.abs-cbn.com, cat: news, provider: abs-cbn, cc: PH, imp: 2, tier: 4, checks: [http] }
1634 + - { id: tv-ph-gma, name: "GMA News", host: www.gmanetwork.com, url: "https://www.gmanetwork.com/news/", cat: news, provider: gma, cc: PH, imp: 4, tier: 3, checks: [http] }
1635 + - { id: tv-ph-gma-www, name: "GMA Network", host: www.gmanetwork.com, cat: news, provider: gma, cc: PH, imp: 2, tier: 4, checks: [http] }
1636 + - { id: tv-ph-tv5, name: "News5 / TV5", host: news.tv5.com.ph, cat: news, provider: tv5-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
1637 + - { id: tv-ph-ptv, name: "PTV (People's Television)", host: ptvnews.ph, cat: news, provider: ptv-ph, cc: PH, imp: 2, tier: 4, checks: [http] }
1638 + - { id: tv-ph-cnn-philippines, name: "Bilyonaryo News", host: bilyonaryo.com, cat: news, provider: bilyonaryo, cc: PH, imp: 1, tier: 4, checks: [http] }
1639 + - { id: tv-ph-one-news, name: "One News", host: www.onenews.ph, cat: news, provider: tv5-ph, cc: PH, imp: 1, tier: 4, checks: [http] }
1640 + - { id: news-ph-pna, name: "PNA (Philippine News Agency)", host: www.pna.gov.ph, cat: news, provider: pna, cc: PH, imp: 2, tier: 4, checks: [http] }
1641 + - { id: news-ph-philstar, name: "Philstar", host: www.philstar.com, cat: news, provider: philstar, cc: PH, imp: 3, tier: 4, checks: [http] }
1642 + - { id: news-ph-manila-bulletin, name: "Manila Bulletin", host: mb.com.ph, cat: news, provider: manila-bulletin, cc: PH, imp: 3, tier: 4, checks: [http] }
1643 + - { id: news-ph-manila-times, name: "The Manila Times", host: www.manilatimes.net, cat: news, provider: manila-times, cc: PH, imp: 2, tier: 4, checks: [http] }
1644 + - { id: news-ph-businessworld, name: "BusinessWorld", host: www.bworldonline.com, cat: news, provider: philstar, cc: PH, imp: 2, tier: 4, checks: [http] }
1645 + - { id: news-ph-sunstar, name: "SunStar", host: www.sunstar.com.ph, cat: news, provider: sunstar, cc: PH, imp: 2, tier: 4, checks: [http] }
1646 + - { id: news-ph-daily-tribune, name: "Daily Tribune", host: tribune.net.ph, cat: news, provider: daily-tribune, cc: PH, imp: 1, tier: 4, checks: [http] }
1647 + - { id: news-ph-abante, name: "Abante", host: www.abante.com.ph, cat: news, provider: abante, cc: PH, imp: 1, tier: 4, checks: [http] }
1648 + - { id: news-ph-spot, name: "Spot.ph", host: www.spot.ph, cat: news, provider: summit, cc: PH, imp: 1, tier: 4, checks: [http] }
1649 + - { id: news-ph-pep, name: "PEP.ph", host: www.pep.ph, cat: news, provider: summit, cc: PH, imp: 1, tier: 4, checks: [http] }
1650 + - { id: news-ph-yugatech, name: "YugaTech", host: www.yugatech.com, cat: news, provider: yugatech, cc: PH, imp: 1, tier: 4, checks: [http] }
1651 + - { id: tv-vn-vtv, name: "VTV", host: vtv.vn, cat: news, provider: vtv, cc: VN, imp: 4, tier: 3, checks: [http] }
1652 + - { id: tv-vn-htv, name: "HTV", host: www.htv.com.vn, cat: news, provider: htv, cc: VN, imp: 2, tier: 4, checks: [http] }
1653 + - { id: tv-vn-vtc, name: "VTC News", host: vtcnews.vn, cat: news, provider: voice-of-vietnam, cc: VN, imp: 2, tier: 4, checks: [http] }
1654 + - { id: radio-vn-vov, name: "VOV", host: vov.vn, cat: news, provider: voice-of-vietnam, cc: VN, imp: 3, tier: 4, checks: [http] }
1655 + - { id: news-vn-vna, name: "VNA (Vietnam News Agency)", host: vnanet.vn, cat: news, provider: vna, cc: VN, imp: 2, tier: 4, checks: [http] }
1656 + - { id: news-vn-vietnamplus, name: "VietnamPlus", host: www.vietnamplus.vn, cat: news, provider: vna, cc: VN, imp: 2, tier: 4, checks: [http] }
1657 + - { id: news-vn-tuoi-tre, name: "Tuổi Trẻ", host: tuoitre.vn, cat: news, provider: tuoi-tre, cc: VN, imp: 3, tier: 4, checks: [http] }
1658 + - { id: news-vn-thanh-nien, name: "Thanh Niên", host: thanhnien.vn, cat: news, provider: thanh-nien, cc: VN, imp: 3, tier: 4, checks: [http] }
1659 + - { id: news-vn-dan-tri, name: "Dân Trí", host: dantri.com.vn, cat: news, provider: dan-tri, cc: VN, imp: 3, tier: 4, checks: [http] }
1660 + - { id: news-vn-vietnamnet, name: "VietNamNet", host: vietnamnet.vn, cat: news, provider: vietnamnet, cc: VN, imp: 3, tier: 4, checks: [http] }
1661 + - { id: news-vn-lao-dong, name: "Lao Động", host: laodong.vn, cat: news, provider: lao-dong, cc: VN, imp: 2, tier: 4, checks: [http] }
1662 + - { id: news-vn-nhan-dan, name: "Nhân Dân", host: nhandan.vn, cat: news, provider: nhan-dan, cc: VN, imp: 2, tier: 4, checks: [http] }
1663 + - { id: news-vn-zing, name: "Znews (Zing)", host: znews.vn, cat: news, provider: vng, cc: VN, imp: 3, tier: 4, checks: [http] }
1664 + - { id: news-vn-kenh14, name: "Kenh14", host: kenh14.vn, cat: news, provider: vccorp, cc: VN, imp: 2, tier: 4, checks: [http] }
1665 + - { id: news-vn-cafef, name: "CafeF", host: cafef.vn, cat: news, provider: vccorp, cc: VN, imp: 2, tier: 4, checks: [http] }
1666 + - { id: news-vn-soha, name: "Soha", host: soha.vn, cat: news, provider: vccorp, cc: VN, imp: 1, tier: 4, checks: [http] }
1667 + - { id: news-vn-24h, name: "24h", host: www.24h.com.vn, cat: news, provider: 24h, cc: VN, imp: 2, tier: 4, checks: [http] }
1668 + - { id: news-vn-baomoi, name: "Báo Mới", host: baomoi.com, cat: news, provider: epi, cc: VN, imp: 2, tier: 4, checks: [http] }
1669 + - { id: news-vn-vietnam-news, name: "Việt Nam News", host: vietnamnews.vn, cat: news, provider: vna, cc: VN, imp: 1, tier: 4, checks: [http] }
1670 + - { id: news-vn-saigon-giai-phong, name: "Sài Gòn Giải Phóng", host: www.sggp.org.vn, cat: news, provider: sggp, cc: VN, imp: 1, tier: 4, checks: [http] }
1671 + - { id: news-vn-genk, name: "GenK", host: genk.vn, cat: news, provider: vccorp, cc: VN, imp: 1, tier: 4, checks: [http] }
1672 + - { id: tv-th-thai-pbs, name: "Thai PBS", host: www.thaipbs.or.th, cat: news, provider: thai-pbs, cc: TH, imp: 3, tier: 4, checks: [http] }
1673 + - { id: tv-th-mcot, name: "MCOT (9MCOT)", host: www.mcot.net, cat: news, provider: mcot, cc: TH, imp: 2, tier: 4, checks: [http] }
1674 + - { id: tv-th-ch3, name: "Channel 3", host: ch3plus.com, cat: news, provider: bec, cc: TH, imp: 3, tier: 4, checks: [http] }
1675 + - { id: tv-th-ch7, name: "Channel 7HD", host: www.ch7.com, cat: news, provider: bbtv, cc: TH, imp: 3, tier: 4, checks: [http] }
1676 + - { id: tv-th-workpoint, name: "Workpoint TV", host: www.workpointtv.com, cat: news, provider: workpoint, cc: TH, imp: 2, tier: 4, checks: [http] }
1677 + - { id: tv-th-one31, name: "one31", host: www.one31.net, cat: news, provider: gmm, cc: TH, imp: 2, tier: 4, checks: [http] }
1678 + - { id: tv-th-pptv, name: "PPTV HD 36", host: www.pptvhd36.com, cat: news, provider: pptv, cc: TH, imp: 2, tier: 4, checks: [http] }
1679 + - { id: tv-th-amarin, name: "Amarin TV", host: www.amarintv.com, cat: news, provider: amarin, cc: TH, imp: 2, tier: 4, checks: [http] }
1680 + - { id: tv-th-nation-tv, name: "Nation TV", host: www.nationtv.tv, cat: news, provider: nation-group-th, cc: TH, imp: 2, tier: 4, checks: [http] }
1681 + - { id: tv-th-tnn, name: "TNN", host: www.tnnthailand.com, cat: news, provider: true, cc: TH, imp: 2, tier: 4, checks: [http] }
1682 + - { id: tv-th-nbt, name: "NBT (PRD)", host: www.prd.go.th, cat: news, provider: gov-th, cc: TH, imp: 1, tier: 4, checks: [http] }
1683 + - { id: news-th-thairath, name: "Thairath", host: www.thairath.co.th, cat: news, provider: thairath, cc: TH, imp: 4, tier: 3, checks: [http] }
1684 + - { id: news-th-khaosod, name: "Khaosod", host: www.khaosod.co.th, cat: news, provider: matichon, cc: TH, imp: 3, tier: 4, checks: [http] }
1685 + - { id: news-th-matichon, name: "Matichon", host: www.matichon.co.th, cat: news, provider: matichon, cc: TH, imp: 3, tier: 4, checks: [http] }
1686 + - { id: news-th-daily-news, name: "Daily News (TH)", host: www.dailynews.co.th, cat: news, provider: daily-news-th, cc: TH, imp: 2, tier: 4, checks: [http] }
1687 + - { id: news-th-manager, name: "MGR Online", host: mgronline.com, cat: news, provider: manager, cc: TH, imp: 2, tier: 4, checks: [http] }
1688 + - { id: news-th-the-nation, name: "The Nation Thailand", host: www.nationthailand.com, cat: news, provider: nation-group-th, cc: TH, imp: 2, tier: 4, checks: [http] }
1689 + - { id: news-th-prachachat, name: "Prachachat", host: www.prachachat.net, cat: news, provider: matichon, cc: TH, imp: 2, tier: 4, checks: [http] }
1690 + - { id: news-th-thansettakij, name: "Thansettakij", host: www.thansettakij.com, cat: news, provider: nation-group-th, cc: TH, imp: 1, tier: 4, checks: [http] }
1691 + - { id: news-th-the-standard, name: "THE STANDARD", host: thestandard.co, cat: news, provider: the-standard-th, cc: TH, imp: 2, tier: 4, checks: [http] }
1692 + - { id: news-th-sanook, name: "Sanook", host: www.sanook.com, cat: news, provider: tencent, svc: tencent, cc: TH, imp: 3, tier: 4, checks: [http] }
1693 + - { id: news-th-kapook, name: "Kapook", host: www.kapook.com, cat: news, provider: kapook, cc: TH, imp: 2, tier: 4, checks: [http] }
1694 + - { id: news-th-prachatai, name: "Prachatai", host: prachatai.com, cat: news, provider: prachatai, cc: TH, imp: 1, tier: 4, checks: [http] }
1695 + - { id: news-th-blognone, name: "Blognone", host: www.blognone.com, cat: news, provider: blognone, cc: TH, imp: 1, tier: 4, checks: [http] }
1696 + - { id: tv-kh-tvk, name: "TVK Cambodia", host: tvk.gov.kh, cat: news, provider: tvk, cc: KH, imp: 1, tier: 4, checks: [http] }
1697 + - { id: news-kh-akp, name: "AKP (Cambodia)", host: www.akp.gov.kh, cat: news, provider: akp, cc: KH, imp: 1, tier: 4, checks: [http] }
1698 + - { id: news-kh-khmer-times, name: "Khmer Times", host: www.khmertimeskh.com, cat: news, provider: khmer-times, cc: KH, imp: 2, tier: 4, checks: [http] }
1699 + - { id: news-kh-phnom-penh-post, name: "The Phnom Penh Post", host: www.phnompenhpost.com, cat: news, provider: ppp, cc: KH, imp: 2, tier: 4, checks: [http] }
1700 + - { id: news-kh-fresh-news, name: "Fresh News", host: freshnewsasia.com, cat: news, provider: fresh-news, cc: KH, imp: 2, tier: 4, checks: [http] }
1701 + - { id: news-kh-cambodianess, name: "Cambodianess", host: cambodianess.com, cat: news, provider: thmey-thmey, cc: KH, imp: 1, tier: 4, checks: [http] }
1702 + - { id: tv-la-lntv, name: "Lao National TV", host: lntv.gov.la, cat: news, provider: lntv, cc: LA, imp: 1, tier: 4, checks: [http] }
1703 + - { id: news-la-kpl, name: "KPL (Lao News Agency)", host: kpl.gov.la, cat: news, provider: kpl, cc: LA, imp: 1, tier: 4, checks: [http] }
1704 + - { id: news-la-vientiane-times, name: "Vientiane Times", host: www.vientianetimes.org.la, cat: news, provider: vientiane-times, cc: LA, imp: 1, tier: 4, checks: [http] }
1705 + - { id: news-la-laotian-times, name: "The Laotian Times", host: laotiantimes.com, cat: news, provider: laotian-times, cc: LA, imp: 1, tier: 4, checks: [http] }
1706 + - { id: news-mm-irrawaddy, name: "The Irrawaddy", host: www.irrawaddy.com, cat: news, provider: irrawaddy, cc: MM, imp: 2, tier: 4, checks: [http] }
1707 + - { id: news-mm-myanmar-now, name: "Myanmar Now", host: myanmar-now.org, cat: news, provider: myanmar-now, cc: MM, imp: 1, tier: 4, checks: [http] }
1708 + - { id: news-mm-eleven, name: "Eleven Media", host: elevenmyanmar.com, cat: news, provider: eleven, cc: MM, imp: 1, tier: 4, checks: [http] }
1709 + - { id: news-mm-frontier, name: "Frontier Myanmar", host: www.frontiermyanmar.net, cat: news, provider: frontier, cc: MM, imp: 1, tier: 4, checks: [http] }
1710 + - { id: news-mm-dvb, name: "DVB", host: english.dvb.no, cat: news, provider: dvb, cc: MM, imp: 1, tier: 4, checks: [http] }
1711 + - { id: news-mm-gnlm, name: "Global New Light of Myanmar", host: www.gnlm.com.mm, cat: news, provider: gov-mm, cc: MM, imp: 1, tier: 4, checks: [http] }
1712 + - { id: tv-bn-rtb, name: "RTB Brunei", host: www.rtb.gov.bn, cat: news, provider: rtb-bn, cc: BN, imp: 1, tier: 4, checks: [http] }
1713 + - { id: news-bn-borneo-bulletin, name: "Borneo Bulletin", host: borneobulletin.com.bn, cat: news, provider: brunei-press, cc: BN, imp: 1, tier: 4, checks: [http] }
1714 + - { id: news-bn-the-scoop, name: "The Scoop (Brunei)", host: thescoop.co, cat: news, provider: the-scoop, cc: BN, imp: 1, tier: 4, checks: [http] }
1715 + - { id: news-tl-tatoli, name: "Tatoli", host: www.tatoli.tl, cat: news, provider: tatoli, cc: TL, imp: 1, tier: 4, checks: [http] }
1716 + - { id: news-tl-tempo-timor, name: "Tempo Timor", host: www.tempotimor.com, cat: news, provider: tempo-timor, cc: TL, imp: 1, tier: 4, checks: [http] }
1717 + - { id: tv-in-doordarshan, name: "Doordarshan / Prasar Bharati", host: prasarbharati.gov.in, cat: news, provider: prasar-bharati, cc: IN, imp: 3, tier: 4, checks: [http] }
1718 + - { id: tv-in-dd-news, name: "DD News", host: ddnews.gov.in, cat: news, provider: prasar-bharati, cc: IN, imp: 3, tier: 4, checks: [http] }
1719 + - { id: tv-in-aaj-tak, name: "Aaj Tak", host: www.aajtak.in, cat: news, provider: india-today, cc: IN, imp: 4, tier: 3, checks: [http] }
1720 + - { id: tv-in-india-today, name: "India Today", host: www.indiatoday.in, cat: news, provider: india-today, cc: IN, imp: 4, tier: 3, checks: [http] }
1721 + - { id: tv-in-republic, name: "Republic World", host: www.republicworld.com, cat: news, provider: republic, cc: IN, imp: 2, tier: 4, checks: [http] }
1722 + - { id: tv-in-times-now, name: "Times Now", host: www.timesnownews.com, cat: news, provider: bccl, cc: IN, imp: 3, tier: 4, checks: [http] }
1723 + - { id: tv-in-news18, name: "News18", host: www.news18.com, cat: news, provider: network18, cc: IN, imp: 3, tier: 4, checks: [http] }
1724 + - { id: tv-in-cnbc-tv18, name: "CNBC-TV18", host: www.cnbctv18.com, cat: news, provider: network18, cc: IN, imp: 2, tier: 4, checks: [http] }
1725 + - { id: tv-in-zee-news, name: "Zee News", host: zeenews.india.com, cat: news, provider: zee, cc: IN, imp: 3, tier: 4, checks: [http] }
1726 + - { id: tv-in-abp, name: "ABP News", host: www.abplive.com, cat: news, provider: abp, cc: IN, imp: 3, tier: 4, checks: [http] }
1727 + - { id: tv-in-wion, name: "WION", host: www.wionews.com, cat: news, provider: zee, cc: IN, imp: 2, tier: 4, checks: [http] }
1728 + - { id: tv-in-india-tv, name: "India TV", host: www.indiatv.in, cat: news, provider: india-tv, cc: IN, imp: 2, tier: 4, checks: [http] }
1729 + - { id: tv-in-tv9, name: "TV9 Bharatvarsh", host: www.tv9hindi.com, cat: news, provider: tv9, cc: IN, imp: 2, tier: 4, checks: [http] }
1730 + - { id: tv-in-et-now, name: "ET Now", host: www.etnownews.com, cat: news, provider: bccl, cc: IN, imp: 1, tier: 4, checks: [http] }
1731 + - { id: news-in-economic-times, name: "The Economic Times", host: economictimes.indiatimes.com, cat: news, provider: bccl, cc: IN, imp: 4, tier: 3, checks: [http] }
1732 + - { id: news-in-mint, name: "Mint", host: www.livemint.com, cat: news, provider: ht-media, cc: IN, imp: 3, tier: 4, checks: [http] }
1733 + - { id: news-in-business-standard, name: "Business Standard", host: www.business-standard.com, cat: news, provider: business-standard, cc: IN, imp: 3, tier: 4, checks: [http] }
1734 + - { id: news-in-financial-express, name: "The Financial Express", host: www.financialexpress.com, cat: news, provider: indian-express, cc: IN, imp: 2, tier: 4, checks: [http] }
1735 + - { id: news-in-moneycontrol, name: "Moneycontrol", host: www.moneycontrol.com, cat: news, provider: network18, cc: IN, imp: 4, tier: 3, checks: [http] }
1736 + - { id: news-in-deccan-herald, name: "Deccan Herald", host: www.deccanherald.com, cat: news, provider: printers-mysore, cc: IN, imp: 2, tier: 4, checks: [http] }
1737 + - { id: news-in-deccan-chronicle, name: "Deccan Chronicle", host: www.deccanchronicle.com, cat: news, provider: deccan-chronicle, cc: IN, imp: 2, tier: 4, checks: [http] }
1738 + - { id: news-in-the-telegraph, name: "The Telegraph (India)", host: www.telegraphindia.com, cat: news, provider: abp, cc: IN, imp: 2, tier: 4, checks: [http] }
1739 + - { id: news-in-the-tribune, name: "The Tribune", host: www.tribuneindia.com, cat: news, provider: tribune-trust, cc: IN, imp: 2, tier: 4, checks: [http] }
1740 + - { id: news-in-the-print, name: "ThePrint", host: theprint.in, cat: news, provider: the-print, cc: IN, imp: 2, tier: 4, checks: [http] }
1741 + - { id: news-in-the-wire, name: "The Wire", host: thewire.in, cat: news, provider: the-wire, cc: IN, imp: 2, tier: 4, checks: [http] }
1742 + - { id: news-in-scroll, name: "Scroll.in", host: scroll.in, cat: news, provider: scroll, cc: IN, imp: 2, tier: 4, checks: [http] }
1743 + - { id: news-in-the-quint, name: "The Quint", host: www.thequint.com, cat: news, provider: quintillion, cc: IN, imp: 2, tier: 4, checks: [http] }
1744 + - { id: news-in-firstpost, name: "Firstpost", host: www.firstpost.com, cat: news, provider: network18, cc: IN, imp: 2, tier: 4, checks: [http] }
1745 + - { id: news-in-news-minute, name: "The News Minute", host: www.thenewsminute.com, cat: news, provider: tnm, cc: IN, imp: 1, tier: 4, checks: [http] }
1746 + - { id: news-in-dainik-bhaskar, name: "Dainik Bhaskar", host: www.bhaskar.com, cat: news, provider: db-corp, cc: IN, imp: 4, tier: 3, checks: [http] }
1747 + - { id: news-in-dainik-jagran, name: "Dainik Jagran", host: www.jagran.com, cat: news, provider: jagran, cc: IN, imp: 4, tier: 3, checks: [http] }
1748 + - { id: news-in-amar-ujala, name: "Amar Ujala", host: www.amarujala.com, cat: news, provider: amar-ujala, cc: IN, imp: 3, tier: 4, checks: [http] }
1749 + - { id: news-in-hindustan, name: "Hindustan (Hindi)", host: www.livehindustan.com, cat: news, provider: ht-media, cc: IN, imp: 3, tier: 4, checks: [http] }
1750 + - { id: news-in-navbharat-times, name: "Navbharat Times", host: navbharattimes.indiatimes.com, cat: news, provider: bccl, cc: IN, imp: 2, tier: 4, checks: [http] }
1751 + - { id: news-in-patrika, name: "Rajasthan Patrika", host: www.patrika.com, cat: news, provider: patrika, cc: IN, imp: 2, tier: 4, checks: [http] }
1752 + - { id: news-in-lokmat, name: "Lokmat", host: www.lokmat.com, cat: news, provider: lokmat, cc: IN, imp: 2, tier: 4, checks: [http] }
1753 + - { id: news-in-malayala-manorama, name: "Malayala Manorama", host: www.manoramaonline.com, cat: news, provider: manorama, cc: IN, imp: 3, tier: 4, checks: [http] }
1754 + - { id: news-in-mathrubhumi, name: "Mathrubhumi", host: www.mathrubhumi.com, cat: news, provider: mathrubhumi, cc: IN, imp: 2, tier: 4, checks: [http] }
1755 + - { id: news-in-dinamalar, name: "Dinamalar", host: www.dinamalar.com, cat: news, provider: dinamalar, cc: IN, imp: 2, tier: 4, checks: [http] }
1756 + - { id: news-in-daily-thanthi, name: "Daily Thanthi", host: www.dailythanthi.com, cat: news, provider: daily-thanthi, cc: IN, imp: 2, tier: 4, checks: [http] }
1757 + - { id: news-in-eenadu, name: "Eenadu", host: www.eenadu.net, cat: news, provider: eenadu, cc: IN, imp: 3, tier: 4, checks: [http] }
1758 + - { id: news-in-sakshi, name: "Sakshi", host: www.sakshi.com, cat: news, provider: sakshi, cc: IN, imp: 2, tier: 4, checks: [http] }
1759 + - { id: news-in-anandabazar, name: "Anandabazar Patrika", host: www.anandabazar.com, cat: news, provider: abp, cc: IN, imp: 3, tier: 4, checks: [http] }
1760 + - { id: news-in-gujarat-samachar, name: "Gujarat Samachar", host: www.gujaratsamachar.com, cat: news, provider: gujarat-samachar, cc: IN, imp: 2, tier: 4, checks: [http] }
1761 + - { id: news-in-sandesh, name: "Sandesh", host: sandesh.com, cat: news, provider: sandesh, cc: IN, imp: 1, tier: 4, checks: [http] }
1762 + - { id: news-in-prajavani, name: "Prajavani", host: www.prajavani.net, cat: news, provider: printers-mysore, cc: IN, imp: 1, tier: 4, checks: [http] }
1763 + - { id: news-in-pti, name: "PTI (Press Trust of India)", host: www.ptinews.com, cat: news, provider: pti, cc: IN, imp: 3, tier: 4, checks: [http] }
1764 + - { id: news-in-ani, name: "ANI", host: www.aninews.in, cat: news, provider: ani, cc: IN, imp: 3, tier: 4, checks: [http] }
1765 + - { id: news-in-ians, name: "IANS", host: www.ians.in, cat: news, provider: ians, cc: IN, imp: 2, tier: 4, checks: [http] }
1766 + - { id: news-in-uni, name: "UNI", host: www.uniindia.com, cat: news, provider: uni, cc: IN, imp: 1, tier: 4, checks: [http] }
1767 + - { id: news-in-gadgets360, name: "Gadgets 360", host: www.gadgets360.com, cat: news, provider: ndtv, cc: IN, imp: 2, tier: 4, checks: [http] }
1768 + - { id: news-in-inc42, name: "Inc42", host: inc42.com, cat: news, provider: inc42, cc: IN, imp: 2, tier: 4, checks: [http] }
1769 + - { id: news-in-yourstory, name: "YourStory", host: yourstory.com, cat: news, provider: yourstory, cc: IN, imp: 2, tier: 4, checks: [http] }
1770 + - { id: news-in-medianama, name: "MediaNama", host: www.medianama.com, cat: news, provider: medianama, cc: IN, imp: 1, tier: 4, checks: [http] }
1771 + - { id: news-in-the-ken, name: "The Ken", host: the-ken.com, cat: news, provider: the-ken, cc: IN, imp: 1, tier: 4, checks: [http] }
1772 + - { id: news-in-cricbuzz, name: "Cricbuzz", host: www.cricbuzz.com, cat: news, provider: bccl, cc: IN, imp: 4, tier: 3, checks: [http] }
1773 + - { id: news-in-espncricinfo, name: "ESPNcricinfo", host: www.espncricinfo.com, cat: news, provider: disney, cc: IN, imp: 3, tier: 4, checks: [http] }
1774 + - { id: news-in-sportstar, name: "Sportstar", host: sportstar.thehindu.com, cat: news, provider: the-hindu, cc: IN, imp: 1, tier: 4, checks: [http] }
1775 + - { id: news-in-daily-hunt, name: "Dailyhunt", host: www.dailyhunt.in, cat: news, provider: verse, cc: IN, imp: 2, tier: 4, checks: [http] }
1776 + - { id: news-in-inshorts, name: "Inshorts", host: inshorts.com, cat: news, provider: inshorts, cc: IN, imp: 2, tier: 4, checks: [http] }
1777 + - { id: news-in-jio-news, name: "JioNews", host: www.jionews.com, cat: news, provider: jio, cc: IN, imp: 1, tier: 4, checks: [http] }
1778 + - { id: tv-pk-ptv, name: "PTV", host: www.ptv.com.pk, cat: news, provider: ptv, cc: PK, imp: 3, tier: 4, checks: [http] }
1779 + - { id: tv-pk-geo, name: "Geo News", host: www.geo.tv, cat: news, provider: jang, cc: PK, imp: 4, tier: 3, checks: [http] }
1780 + - { id: tv-pk-ary, name: "ARY News", host: arynews.tv, cat: news, provider: ary, cc: PK, imp: 3, tier: 4, checks: [http] }
1781 + - { id: tv-pk-dunya, name: "Dunya News", host: dunyanews.tv, cat: news, provider: dunya, cc: PK, imp: 3, tier: 4, checks: [http] }
1782 + - { id: tv-pk-express, name: "Express News", host: www.express.pk, cat: news, provider: lakson, cc: PK, imp: 2, tier: 4, checks: [http] }
1783 + - { id: tv-pk-samaa, name: "SAMAA TV", host: www.samaa.tv, cat: news, provider: samaa, cc: PK, imp: 2, tier: 4, checks: [http] }
1784 + - { id: tv-pk-hum, name: "Hum News", host: humnews.pk, cat: news, provider: hum, cc: PK, imp: 2, tier: 4, checks: [http] }
1785 + - { id: tv-pk-92-news, name: "92 News", host: 92newshd.tv, cat: news, provider: 92-news, cc: PK, imp: 1, tier: 4, checks: [http] }
1786 + - { id: tv-pk-bol, name: "BOL News", host: www.bolnews.com, cat: news, provider: bol, cc: PK, imp: 2, tier: 4, checks: [http] }
1787 + - { id: news-pk-app, name: "APP (Associated Press of Pakistan)", host: www.app.com.pk, cat: news, provider: app, cc: PK, imp: 2, tier: 4, checks: [http] }
1788 + - { id: news-pk-the-news, name: "The News International", host: www.thenews.com.pk, cat: news, provider: jang, cc: PK, imp: 3, tier: 4, checks: [http] }
1789 + - { id: news-pk-jang, name: "Daily Jang", host: jang.com.pk, cat: news, provider: jang, cc: PK, imp: 3, tier: 4, checks: [http] }
1790 + - { id: news-pk-express-tribune, name: "The Express Tribune", host: tribune.com.pk, cat: news, provider: lakson, cc: PK, imp: 3, tier: 4, checks: [http] }
1791 + - { id: news-pk-the-nation, name: "The Nation (Pakistan)", host: www.nation.com.pk, cat: news, provider: nawa-i-waqt, cc: PK, imp: 2, tier: 4, checks: [http] }
1792 + - { id: news-pk-nawaiwaqt, name: "Nawa-i-Waqt", host: www.nawaiwaqt.com.pk, cat: news, provider: nawa-i-waqt, cc: PK, imp: 2, tier: 4, checks: [http] }
1793 + - { id: news-pk-daily-pakistan, name: "Daily Pakistan", host: dailypakistan.com.pk, cat: news, provider: daily-pakistan, cc: PK, imp: 1, tier: 4, checks: [http] }
1794 + - { id: news-pk-business-recorder, name: "Business Recorder", host: www.brecorder.com, cat: news, provider: business-recorder, cc: PK, imp: 2, tier: 4, checks: [http] }
1795 + - { id: news-pk-propakistani, name: "ProPakistani", host: propakistani.pk, cat: news, provider: propakistani, cc: PK, imp: 2, tier: 4, checks: [http] }
1796 + - { id: news-pk-urdu-point, name: "UrduPoint", host: www.urdupoint.com, cat: news, provider: urdupoint, cc: PK, imp: 2, tier: 4, checks: [http] }
1797 + - { id: news-pk-hamariweb, name: "HamariWeb", host: hamariweb.com, cat: news, provider: hamariweb, cc: PK, imp: 1, tier: 4, checks: [http] }
1798 + - { id: tv-bd-somoy, name: "Somoy TV", host: www.somoynews.tv, cat: news, provider: somoy, cc: BD, imp: 3, tier: 4, checks: [http] }
1799 + - { id: tv-bd-jamuna, name: "Jamuna TV", host: www.jamuna.tv, cat: news, provider: jamuna, cc: BD, imp: 2, tier: 4, checks: [http] }
1800 + - { id: tv-bd-channel-i, name: "Channel i", host: www.channelionline.com, cat: news, provider: channel-i, cc: BD, imp: 1, tier: 4, checks: [http] }
1801 + - { id: tv-bd-ekattor, name: "Ekattor TV", host: ekattor.tv, cat: news, provider: ekattor, cc: BD, imp: 1, tier: 4, checks: [http] }
1802 + - { id: tv-bd-ntv, name: "NTV Bangladesh", host: www.ntvbd.com, cat: news, provider: ntv-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
1803 + - { id: news-bd-bss, name: "BSS (Bangladesh Sangbad Sangstha)", host: www.bssnews.net, cat: news, provider: bss, cc: BD, imp: 2, tier: 4, checks: [http] }
1804 + - { id: news-bd-prothom-alo, name: "Prothom Alo", host: www.prothomalo.com, cat: news, provider: transcom, cc: BD, imp: 4, tier: 3, checks: [http] }
1805 + - { id: news-bd-bdnews24, name: "bdnews24.com", host: bdnews24.com, cat: news, provider: bdnews24, cc: BD, imp: 3, tier: 4, checks: [http] }
1806 + - { id: news-bd-kaler-kantho, name: "Kaler Kantho", host: www.kalerkantho.com, cat: news, provider: east-west, cc: BD, imp: 2, tier: 4, checks: [http] }
1807 + - { id: news-bd-jugantor, name: "Jugantor", host: www.jugantor.com, cat: news, provider: jamuna, cc: BD, imp: 2, tier: 4, checks: [http] }
1808 + - { id: news-bd-samakal, name: "Samakal", host: samakal.com, cat: news, provider: samakal, cc: BD, imp: 2, tier: 4, checks: [http] }
1809 + - { id: news-bd-ittefaq, name: "Daily Ittefaq", host: www.ittefaq.com.bd, cat: news, provider: ittefaq, cc: BD, imp: 2, tier: 4, checks: [http] }
1810 + - { id: news-bd-dhaka-tribune, name: "Dhaka Tribune", host: www.dhakatribune.com, cat: news, provider: dhaka-tribune, cc: BD, imp: 2, tier: 4, checks: [http] }
1811 + - { id: news-bd-financial-express, name: "The Financial Express (BD)", host: thefinancialexpress.com.bd, cat: news, provider: fe-bd, cc: BD, imp: 1, tier: 4, checks: [http] }
1812 + - { id: news-bd-business-standard, name: "The Business Standard", host: www.tbsnews.net, cat: news, provider: tbs-bd, cc: BD, imp: 2, tier: 4, checks: [http] }
1813 + - { id: news-bd-daily-sun, name: "Daily Sun", host: www.daily-sun.com, cat: news, provider: east-west, cc: BD, imp: 1, tier: 4, checks: [http] }
1814 + - { id: news-bd-bangla-tribune, name: "Bangla Tribune", host: www.banglatribune.com, cat: news, provider: bangla-tribune, cc: BD, imp: 1, tier: 4, checks: [http] }
1815 + - { id: news-bd-risingbd, name: "Risingbd", host: www.risingbd.com, cat: news, provider: risingbd, cc: BD, imp: 1, tier: 4, checks: [http] }
1816 + - { id: tv-lk-rupavahini, name: "Sri Lanka Rupavahini", host: www.rupavahini.lk, cat: news, provider: slrc, cc: LK, imp: 1, tier: 4, checks: [http] }
1817 + - { id: tv-lk-hiru, name: "Hiru News", host: www.hirunews.lk, cat: news, provider: asia-broadcasting, cc: LK, imp: 3, tier: 4, checks: [http] }
1818 + - { id: tv-lk-ada-derana, name: "Ada Derana", host: www.adaderana.lk, cat: news, provider: power-house, cc: LK, imp: 3, tier: 4, checks: [http] }
1819 + - { id: tv-lk-newsfirst, name: "Newsfirst", host: www.newsfirst.lk, cat: news, provider: capital-maharaja, cc: LK, imp: 2, tier: 4, checks: [http] }
1820 + - { id: news-lk-daily-mirror, name: "Daily Mirror (Sri Lanka)", host: www.dailymirror.lk, cat: news, provider: wijeya, cc: LK, imp: 2, tier: 4, checks: [http] }
1821 + - { id: news-lk-daily-ft, name: "Daily FT", host: www.ft.lk, cat: news, provider: wijeya, cc: LK, imp: 1, tier: 4, checks: [http] }
1822 + - { id: news-lk-the-island, name: "The Island", host: island.lk, cat: news, provider: upali, cc: LK, imp: 1, tier: 4, checks: [http] }
1823 + - { id: news-lk-daily-news, name: "Daily News (Sri Lanka)", host: www.dailynews.lk, cat: news, provider: lake-house, cc: LK, imp: 1, tier: 4, checks: [http] }
1824 + - { id: news-lk-lankadeepa, name: "Lankadeepa", host: www.lankadeepa.lk, cat: news, provider: wijeya, cc: LK, imp: 1, tier: 4, checks: [http] }
1825 + - { id: news-lk-economynext, name: "EconomyNext", host: economynext.com, cat: news, provider: economynext, cc: LK, imp: 1, tier: 4, checks: [http] }
1826 + - { id: tv-np-nepal-tv, name: "Nepal Television", host: ntv.org.np, cat: news, provider: ntv-np, cc: NP, imp: 1, tier: 4, checks: [http] }
1827 + - { id: tv-np-kantipur-tv, name: "Kantipur TV", host: www.kantipurtv.com, cat: news, provider: kantipur, cc: NP, imp: 1, tier: 4, checks: [http] }
1828 + - { id: news-np-kantipur, name: "Kantipur (eKantipur)", host: ekantipur.com, cat: news, provider: kantipur, cc: NP, imp: 3, tier: 4, checks: [http] }
1829 + - { id: news-np-kathmandu-post, name: "The Kathmandu Post", host: kathmandupost.com, cat: news, provider: kantipur, cc: NP, imp: 2, tier: 4, checks: [http] }
1830 + - { id: news-np-onlinekhabar, name: "Onlinekhabar", host: www.onlinekhabar.com, cat: news, provider: onlinekhabar, cc: NP, imp: 3, tier: 4, checks: [http] }
1831 + - { id: news-np-setopati, name: "Setopati", host: www.setopati.com, cat: news, provider: setopati, cc: NP, imp: 2, tier: 4, checks: [http] }
1832 + - { id: news-np-nagarik, name: "Nagarik News", host: nagariknews.nagariknetwork.com, cat: news, provider: nepal-republic, cc: NP, imp: 1, tier: 4, checks: [http] }
1833 + - { id: news-np-republica, name: "myRepublica", host: myrepublica.nagariknetwork.com, cat: news, provider: nepal-republic, cc: NP, imp: 1, tier: 4, checks: [http] }
1834 + - { id: news-np-ratopati, name: "Ratopati", host: ratopati.com, cat: news, provider: ratopati, cc: NP, imp: 1, tier: 4, checks: [http] }
1835 + - { id: news-np-himalayan-times, name: "The Himalayan Times", host: thehimalayantimes.com, cat: news, provider: iml, cc: NP, imp: 1, tier: 4, checks: [http] }
1836 + - { id: news-bt-bbs, name: "BBS (Bhutan)", host: www.bbs.bt, cat: news, provider: bbs-bt, cc: BT, imp: 1, tier: 4, checks: [http] }
1837 + - { id: news-bt-the-bhutanese, name: "The Bhutanese", host: thebhutanese.bt, cat: news, provider: the-bhutanese, cc: BT, imp: 1, tier: 4, checks: [http] }
1838 + - { id: news-mv-psm, name: "PSM (Maldives)", host: psmnews.mv, cat: news, provider: psm, cc: MV, imp: 1, tier: 4, checks: [http] }
1839 + - { id: news-mv-mihaaru, name: "Mihaaru", host: mihaaru.com, cat: news, provider: mihaaru, cc: MV, imp: 1, tier: 4, checks: [http] }
1840 + - { id: news-mv-sun, name: "Sun Online (Maldives)", host: sun.mv, cat: news, provider: sun-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
1841 + - { id: news-mv-edition, name: "The Edition", host: edition.mv, cat: news, provider: edition-mv, cc: MV, imp: 1, tier: 4, checks: [http] }
1842 + - { id: news-mv-avas, name: "Avas", host: avas.mv, cat: news, provider: avas, cc: MV, imp: 1, tier: 4, checks: [http] }
1843 + - { id: tv-af-tolo, name: "TOLOnews", host: tolonews.com, cat: news, provider: moby, cc: AF, imp: 2, tier: 4, checks: [http] }
1844 + - { id: tv-af-ariana, name: "Ariana News", host: www.ariananews.af, cat: news, provider: ariana, cc: AF, imp: 1, tier: 4, checks: [http] }
1845 + - { id: news-af-pajhwok, name: "Pajhwok Afghan News", host: pajhwok.com, cat: news, provider: pajhwok, cc: AF, imp: 1, tier: 4, checks: [http] }
1846 + - { id: news-af-khaama, name: "Khaama Press", host: www.khaama.com, cat: news, provider: khaama, cc: AF, imp: 1, tier: 4, checks: [http] }
1847 + - { id: news-af-amu, name: "Amu TV", host: amu.tv, cat: news, provider: amu, cc: AF, imp: 1, tier: 4, checks: [http] }
1848 + - { id: news-af-bakhtar, name: "Bakhtar News Agency", host: bakhtarnews.af, cat: news, provider: bakhtar, cc: AF, imp: 1, tier: 4, checks: [http] }
1849 + - { id: tv-kz-khabar, name: "Khabar Agency", host: khabar.kz, cat: news, provider: khabar, cc: KZ, imp: 2, tier: 4, checks: [http] }
1850 + - { id: tv-kz-qazaqstan, name: "Qazaqstan TV", host: qazaqstan.tv, cat: news, provider: qazaqstan-tv, cc: KZ, imp: 1, tier: 4, checks: [http] }
1851 + - { id: news-kz-kazinform, name: "Kazinform", host: www.inform.kz, cat: news, provider: kazinform, cc: KZ, imp: 2, tier: 4, checks: [http] }
1852 + - { id: news-kz-tengrinews, name: "Tengrinews", host: tengrinews.kz, cat: news, provider: tengri, cc: KZ, imp: 3, tier: 4, checks: [http] }
1853 + - { id: news-kz-zakon, name: "Zakon.kz", host: www.zakon.kz, cat: news, provider: zakon, cc: KZ, imp: 2, tier: 4, checks: [http] }
1854 + - { id: news-kz-nur-kz, name: "NUR.KZ", host: www.nur.kz, cat: news, provider: nur, cc: KZ, imp: 2, tier: 4, checks: [http] }
1855 + - { id: news-kz-vlast, name: "Vlast.kz", host: vlast.kz, cat: news, provider: vlast, cc: KZ, imp: 1, tier: 4, checks: [http] }
1856 + - { id: news-kz-kursiv, name: "Kursiv", host: kz.kursiv.media, cat: news, provider: kursiv, cc: KZ, imp: 1, tier: 4, checks: [http] }
1857 + - { id: news-kz-astana-times, name: "The Astana Times", host: astanatimes.com, cat: news, provider: astana-times, cc: KZ, imp: 1, tier: 4, checks: [http] }
1858 + - { id: news-kz-orda, name: "Orda.kz", host: orda.kz, cat: news, provider: orda, cc: KZ, imp: 1, tier: 4, checks: [http] }
1859 + - { id: news-uz-uza, name: "UzA", host: uza.uz, cat: news, provider: uza, cc: UZ, imp: 1, tier: 4, checks: [http] }
1860 + - { id: news-uz-gazeta, name: "Gazeta.uz", host: www.gazeta.uz, cat: news, provider: gazeta-uz, cc: UZ, imp: 2, tier: 4, checks: [http] }
1861 + - { id: news-uz-kun, name: "Kun.uz", host: kun.uz, cat: news, provider: kun, cc: UZ, imp: 2, tier: 4, checks: [http] }
1862 + - { id: news-uz-daryo, name: "Daryo", host: daryo.uz, cat: news, provider: daryo, cc: UZ, imp: 2, tier: 4, checks: [http] }
1863 + - { id: news-uz-podrobno, name: "Podrobno.uz", host: podrobno.uz, cat: news, provider: podrobno, cc: UZ, imp: 1, tier: 4, checks: [http] }
1864 + - { id: news-uz-spot, name: "Spot.uz", host: www.spot.uz, cat: news, provider: spot, cc: UZ, imp: 1, tier: 4, checks: [http] }
1865 + - { id: news-kg-akipress, name: "AKIpress", host: akipress.org, cat: news, provider: akipress, cc: KG, imp: 2, tier: 4, checks: [http] }
1866 + - { id: news-kg-24kg, name: "24.kg", host: 24.kg, cat: news, provider: 24kg, cc: KG, imp: 2, tier: 4, checks: [http] }
1867 + - { id: news-kg-kaktus, name: "Kaktus.media", host: kaktus.media, cat: news, provider: kaktus, cc: KG, imp: 2, tier: 4, checks: [http] }
1868 + - { id: news-kg-kabar, name: "Kabar", host: kabar.kg, cat: news, provider: kabar, cc: KG, imp: 1, tier: 4, checks: [http] }
1869 + - { id: news-kg-kloop, name: "Kloop", host: kloop.kg, cat: news, provider: kloop, cc: KG, imp: 1, tier: 4, checks: [http] }
1870 + - { id: news-tj-asia-plus, name: "Asia-Plus", host: asiaplustj.info, cat: news, provider: asia-plus, cc: TJ, imp: 2, tier: 4, checks: [http] }
1871 + - { id: news-tj-khovar, name: "Khovar", host: khovar.tj, cat: news, provider: khovar, cc: TJ, imp: 1, tier: 4, checks: [http] }
1872 + - { id: news-tj-ozodi, name: "Radio Ozodi", host: rus.ozodi.org, cat: news, provider: usagm, cc: TJ, imp: 1, tier: 4, checks: [http] }
1873 + - { id: news-tm-tdh, name: "TDH (Turkmenistan)", host: tdh.gov.tm, cat: news, provider: tdh, cc: TM, imp: 1, tier: 4, checks: [http] }
1874 + - { id: news-tm-turkmenportal, name: "Turkmenportal", host: turkmenportal.com, cat: news, provider: turkmenportal, cc: TM, imp: 1, tier: 4, checks: [http] }
1875 + - { id: news-tm-chronicles, name: "Chronicles of Turkmenistan", host: www.hronikatm.com, cat: news, provider: hronika, cc: TM, imp: 1, tier: 4, checks: [http] }
1876 + - { id: game-ign-india, name: "IGN India", host: in.ign.com, cat: news, provider: ziff-davis, cc: IN, imp: 1, tier: 4, checks: [http] }
1877 + - { id: game-afk-gaming, name: "AFK Gaming", host: afkgaming.com, cat: news, provider: afk, cc: IN, imp: 1, tier: 4, checks: [http] }
1878 +
1879 + # ───────── News & broadcasting — Oceania (74)
1880 + - { id: tv-au-sbs, name: "SBS Australia", host: www.sbs.com.au, cat: news, provider: sbs-au, cc: AU, imp: 3, tier: 4, checks: [http] }
1881 + - { id: tv-au-nine-news, name: "9News", host: www.9news.com.au, cat: news, provider: nine, cc: AU, imp: 4, tier: 3, checks: [http] }
1882 + - { id: tv-au-7news, name: "7NEWS", host: 7news.com.au, cat: news, provider: seven-west, cc: AU, imp: 4, tier: 3, checks: [http] }
1883 + - { id: tv-au-10-news, name: "10 News", host: 10play.com.au, url: "https://10play.com.au/news", cat: news, provider: paramount, cc: AU, imp: 2, tier: 4, checks: [http] }
1884 + - { id: tv-au-sky-news-au, name: "Sky News Australia", host: www.skynews.com.au, cat: news, provider: news-corp, cc: AU, imp: 3, tier: 4, checks: [http] }
1885 + - { id: tv-au-abc-news, name: "ABC News (Australia)", host: www.abc.net.au, url: "https://www.abc.net.au/news", cat: news, provider: abc, cc: AU, imp: 3, tier: 4, checks: [http] }
1886 + - { id: tv-au-abc-listen, name: "ABC listen", host: www.abc.net.au, url: "https://www.abc.net.au/listen", cat: news, provider: abc, cc: AU, imp: 2, tier: 4, checks: [http] }
1887 + - { id: tv-au-nitv, name: "NITV", host: www.sbs.com.au, url: "https://www.sbs.com.au/nitv", cat: news, provider: sbs-au, cc: AU, imp: 1, tier: 4, checks: [http] }
1888 + - { id: news-au-the-age, name: "The Age", host: www.theage.com.au, cat: news, provider: nine, cc: AU, imp: 3, tier: 4, checks: [http] }
1889 + - { id: news-au-afr, name: "Australian Financial Review", host: www.afr.com, cat: news, provider: nine, cc: AU, imp: 3, tier: 4, checks: [http] }
1890 + - { id: news-au-the-australian, name: "The Australian", host: www.theaustralian.com.au, cat: news, provider: news-corp, cc: AU, imp: 3, tier: 4, checks: [http] }
1891 + - { id: news-au-herald-sun, name: "Herald Sun", host: www.heraldsun.com.au, cat: news, provider: news-corp, cc: AU, imp: 3, tier: 4, checks: [http] }
1892 + - { id: news-au-daily-telegraph, name: "The Daily Telegraph (AU)", host: www.dailytelegraph.com.au, cat: news, provider: news-corp, cc: AU, imp: 3, tier: 4, checks: [http] }
1893 + - { id: news-au-courier-mail, name: "The Courier-Mail", host: www.couriermail.com.au, cat: news, provider: news-corp, cc: AU, imp: 2, tier: 4, checks: [http] }
1894 + - { id: news-au-the-advertiser, name: "The Advertiser", host: www.adelaidenow.com.au, cat: news, provider: news-corp, cc: AU, imp: 2, tier: 4, checks: [http] }
1895 + - { id: news-au-the-west, name: "The West Australian", host: thewest.com.au, cat: news, provider: seven-west, cc: AU, imp: 2, tier: 4, checks: [http] }
1896 + - { id: news-au-perth-now, name: "PerthNow", host: www.perthnow.com.au, cat: news, provider: seven-west, cc: AU, imp: 2, tier: 4, checks: [http] }
1897 + - { id: news-au-brisbane-times, name: "Brisbane Times", host: www.brisbanetimes.com.au, cat: news, provider: nine, cc: AU, imp: 2, tier: 4, checks: [http] }
1898 + - { id: news-au-canberra-times, name: "The Canberra Times", host: www.canberratimes.com.au, cat: news, provider: acm, cc: AU, imp: 2, tier: 4, checks: [http] }
1899 + - { id: news-au-the-mercury, name: "The Mercury", host: www.themercury.com.au, cat: news, provider: news-corp, cc: AU, imp: 1, tier: 4, checks: [http] }
1900 + - { id: news-au-nt-news, name: "NT News", host: www.ntnews.com.au, cat: news, provider: news-corp, cc: AU, imp: 1, tier: 4, checks: [http] }
1901 + - { id: news-au-guardian-au, name: "The Guardian Australia", host: www.theguardian.com, url: "https://www.theguardian.com/au", cat: news, provider: gmg, cc: AU, imp: 2, tier: 4, checks: [http] }
1902 + - { id: news-au-crikey, name: "Crikey", host: www.crikey.com.au, cat: news, provider: private-media, cc: AU, imp: 2, tier: 4, checks: [http] }
1903 + - { id: news-au-the-conversation, name: "The Conversation", host: theconversation.com, cat: news, provider: the-conversation, cc: AU, imp: 3, tier: 4, checks: [http] }
1904 + - { id: news-au-the-saturday-paper, name: "The Saturday Paper", host: www.thesaturdaypaper.com.au, cat: news, provider: schwartz, cc: AU, imp: 1, tier: 4, checks: [http] }
1905 + - { id: news-au-the-monthly, name: "The Monthly", host: www.themonthly.com.au, cat: news, provider: schwartz, cc: AU, imp: 1, tier: 4, checks: [http] }
1906 + - { id: news-au-aap, name: "AAP (Australian Associated Press)", host: www.aap.com.au, cat: news, provider: aap, cc: AU, imp: 3, tier: 4, checks: [http] }
1907 + - { id: news-au-news-corp-au, name: "news.com.au sport", host: www.news.com.au, url: "https://www.news.com.au/sport", cat: news, provider: news-corp, cc: AU, imp: 1, tier: 4, checks: [http] }
1908 + - { id: news-au-pedestrian, name: "Pedestrian.TV", host: www.pedestrian.tv, cat: news, provider: nine, cc: AU, imp: 1, tier: 4, checks: [http] }
1909 + - { id: news-au-mamamia, name: "Mamamia", host: www.mamamia.com.au, cat: news, provider: mamamia, cc: AU, imp: 1, tier: 4, checks: [http] }
1910 + - { id: news-au-itnews, name: "iTnews", host: www.itnews.com.au, cat: news, provider: nextmedia, cc: AU, imp: 2, tier: 4, checks: [http] }
1911 + - { id: news-au-gizmodo-au, name: "Gizmodo Australia", host: gizmodo.com.au, cat: news, provider: pedestrian, cc: AU, imp: 1, tier: 4, checks: [http] }
1912 + - { id: news-au-fox-sports-au, name: "Fox Sports Australia", host: www.foxsports.com.au, cat: news, provider: news-corp, cc: AU, imp: 2, tier: 4, checks: [http] }
1913 + - { id: news-au-wide-world-of-sports, name: "Wide World of Sports", host: wwos.nine.com.au, cat: news, provider: nine, cc: AU, imp: 1, tier: 4, checks: [http] }
1914 + - { id: news-au-the-roar, name: "The Roar", host: www.theroar.com.au, cat: news, provider: the-roar, cc: AU, imp: 1, tier: 4, checks: [http] }
1915 + - { id: news-au-afl, name: "AFL", host: www.afl.com.au, cat: news, provider: afl, cc: AU, imp: 2, tier: 4, checks: [http] }
1916 + - { id: news-au-nrl, name: "NRL", host: www.nrl.com, cat: news, provider: nrl, cc: AU, imp: 2, tier: 4, checks: [http] }
1917 + - { id: tv-nz-tvnz, name: "TVNZ", host: www.tvnz.co.nz, cat: news, provider: tvnz, cc: NZ, imp: 3, tier: 4, checks: [http] }
1918 + - { id: tv-nz-1news, name: "1News", host: www.1news.co.nz, cat: news, provider: tvnz, cc: NZ, imp: 3, tier: 4, checks: [http] }
1919 + - { id: tv-nz-rnz, name: "RNZ", host: www.rnz.co.nz, cat: news, provider: rnz, cc: NZ, imp: 3, tier: 4, checks: [http] }
1920 + - { id: tv-nz-newshub, name: "Newshub (archive)", host: www.newshub.co.nz, cat: news, provider: wbd, cc: NZ, imp: 1, tier: 4, checks: [http] }
1921 + - { id: tv-nz-maori-tv, name: "Whakaata Māori", host: www.whakaatamaori.co.nz, cat: news, provider: maori-tv, cc: NZ, imp: 1, tier: 4, checks: [http] }
1922 + - { id: news-nz-the-press, name: "The Press (Christchurch)", host: www.thepress.co.nz, cat: news, provider: stuff, cc: NZ, imp: 2, tier: 4, checks: [http] }
1923 + - { id: news-nz-odt, name: "Otago Daily Times", host: www.odt.co.nz, cat: news, provider: allied-press, cc: NZ, imp: 2, tier: 4, checks: [http] }
1924 + - { id: news-nz-newsroom, name: "Newsroom", host: newsroom.co.nz, cat: news, provider: newsroom, cc: NZ, imp: 2, tier: 4, checks: [http] }
1925 + - { id: news-nz-the-spinoff, name: "The Spinoff", host: thespinoff.co.nz, cat: news, provider: the-spinoff, cc: NZ, imp: 2, tier: 4, checks: [http] }
1926 + - { id: news-nz-interest, name: "interest.co.nz", host: www.interest.co.nz, cat: news, provider: interest, cc: NZ, imp: 1, tier: 4, checks: [http] }
1927 + - { id: news-nz-nbr, name: "NBR", host: www.nbr.co.nz, cat: news, provider: nbr, cc: NZ, imp: 1, tier: 4, checks: [http] }
1928 + - { id: news-nz-the-post, name: "The Post (Wellington)", host: www.thepost.co.nz, cat: news, provider: stuff, cc: NZ, imp: 1, tier: 4, checks: [http] }
1929 + - { id: news-nz-newstalk-zb, name: "Newstalk ZB", host: www.newstalkzb.co.nz, cat: news, provider: nzme, cc: NZ, imp: 2, tier: 4, checks: [http] }
1930 + - { id: news-nz-scoop, name: "Scoop", host: www.scoop.co.nz, cat: news, provider: scoop-nz, cc: NZ, imp: 1, tier: 4, checks: [http] }
1931 + - { id: news-nz-business-desk, name: "BusinessDesk", host: businessdesk.co.nz, cat: news, provider: nzme, cc: NZ, imp: 1, tier: 4, checks: [http] }
1932 + - { id: tv-fj-fbc, name: "FBC (Fiji)", host: www.fbcnews.com.fj, cat: news, provider: fbc, cc: FJ, imp: 1, tier: 4, checks: [http] }
1933 + - { id: news-fj-fiji-times, name: "The Fiji Times", host: www.fijitimes.com.fj, cat: news, provider: fiji-times, cc: FJ, imp: 2, tier: 4, checks: [http] }
1934 + - { id: news-fj-fiji-sun, name: "Fiji Sun", host: fijisun.com.fj, cat: news, provider: fiji-sun, cc: FJ, imp: 1, tier: 4, checks: [http] }
1935 + - { id: news-fj-fijivillage, name: "Fijivillage", host: www.fijivillage.com, cat: news, provider: cfl, cc: FJ, imp: 1, tier: 4, checks: [http] }
1936 + - { id: tv-pg-emtv, name: "EMTV", host: emtv.com.pg, cat: news, provider: emtv, cc: PG, imp: 1, tier: 4, checks: [http] }
1937 + - { id: news-pg-post-courier, name: "Post-Courier", host: www.postcourier.com.pg, cat: news, provider: post-courier, cc: PG, imp: 1, tier: 4, checks: [http] }
1938 + - { id: news-pg-the-national, name: "The National (PNG)", host: www.thenational.com.pg, cat: news, provider: the-national-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
1939 + - { id: news-pg-nbc, name: "NBC PNG", host: www.nbc.com.pg, cat: news, provider: nbc-pg, cc: PG, imp: 1, tier: 4, checks: [http] }
1940 + - { id: news-ws-samoa-observer, name: "Samoa Observer", host: www.samoaobserver.ws, cat: news, provider: samoa-observer, cc: WS, imp: 1, tier: 4, checks: [http] }
1941 + - { id: news-to-matangi, name: "Matangi Tonga", host: matangitonga.to, cat: news, provider: matangi, cc: TO, imp: 1, tier: 4, checks: [http] }
1942 + - { id: news-vu-daily-post, name: "Vanuatu Daily Post", host: www.dailypost.vu, cat: news, provider: daily-post-vu, cc: VU, imp: 1, tier: 4, checks: [http] }
1943 + - { id: news-sb-solomon-star, name: "Solomon Star", host: www.solomonstarnews.com, cat: news, provider: solomon-star, cc: SB, imp: 1, tier: 4, checks: [http] }
1944 + - { id: news-sb-sibc, name: "SIBC", host: www.sibconline.com.sb, cat: news, provider: sibc, cc: SB, imp: 1, tier: 4, checks: [http] }
1945 + - { id: news-pf-tahiti-infos, name: "Tahiti Infos", host: www.tahiti-infos.com, cat: news, provider: tahiti-infos, cc: PF, imp: 1, tier: 4, checks: [http] }
1946 + - { id: news-pf-polynesie-1ere, name: "Polynésie la 1ère", host: la1ere.franceinfo.fr, url: "https://la1ere.franceinfo.fr/polynesie/", cat: news, provider: france-televisions, cc: PF, imp: 1, tier: 4, checks: [http] }
1947 + - { id: news-nc-nc-1ere, name: "Nouvelle-Calédonie la 1ère", host: la1ere.franceinfo.fr, url: "https://la1ere.franceinfo.fr/nouvellecaledonie/", cat: news, provider: france-televisions, cc: NC, imp: 1, tier: 4, checks: [http] }
1948 + - { id: news-nc-lnc, name: "Les Nouvelles Calédoniennes", host: www.lnc.nc, cat: news, provider: lnc, cc: NC, imp: 1, tier: 4, checks: [http] }
1949 + - { id: news-pacific-rnz-pacific, name: "RNZ Pacific", host: www.rnz.co.nz, url: "https://www.rnz.co.nz/international", cat: news, provider: rnz, cc: NZ, imp: 1, tier: 4, checks: [http] }
1950 + - { id: news-pacific-pina, name: "PINA", host: pina.com.fj, cat: news, provider: pina, cc: FJ, imp: 1, tier: 4, checks: [http] }
1951 + - { id: news-pacific-abc-pacific, name: "ABC Pacific", host: www.abc.net.au, url: "https://www.abc.net.au/pacific", cat: news, provider: abc, cc: AU, imp: 1, tier: 4, checks: [http] }
1952 + - { id: game-kotaku-au, name: "Kotaku Australia", host: www.kotaku.com.au, cat: news, provider: pedestrian, cc: AU, imp: 1, tier: 4, checks: [http] }
1953 + - { id: game-press-start, name: "Press Start Australia", host: press-start.com.au, cat: news, provider: press-start, cc: AU, imp: 1, tier: 4, checks: [http] }
1954 +
1955 + # ───────── News — global / multi-country platforms (2)
1956 + - { id: news-us-msn, name: "MSN", host: www.msn.com, cat: news, provider: microsoft, svc: microsoft, cc: null, imp: 4, tier: 2, checks: [http] }
1957 + - { id: game-vlr-gg, name: "VLR.gg", host: www.vlr.gg, cat: news, provider: vlr, cc: null, imp: 2, tier: 4, checks: [http] }
1958 +
1959 + # ───────── Streaming — video (SVOD/AVOD, broadcasters, live, sports) (367)
1960 + - { id: tv-hk-viu-tv, name: "ViuTV", host: viu.tv, cat: streaming, provider: pccw, cc: HK, imp: 2, tier: 4, checks: [http] }
1961 + - { id: tv-sg-mewatch, name: "mewatch", host: www.mewatch.sg, cat: streaming, provider: mediacorp, cc: SG, imp: 2, tier: 4, checks: [http] }
1962 + - { id: tv-id-rcti, name: "RCTI+", host: www.rctiplus.com, cat: streaming, provider: mnc, cc: ID, imp: 2, tier: 4, checks: [http] }
1963 + - { id: tv-vn-vtv-go, name: "VTVgo", host: vtvgo.vn, cat: streaming, provider: vtv, cc: VN, imp: 2, tier: 4, checks: [http] }
1964 + - { id: tv-nz-three, name: "ThreeNow", host: www.threenow.co.nz, cat: streaming, provider: wbd, cc: NZ, imp: 1, tier: 4, checks: [http] }
1965 + - { id: stream-discovery-plus, name: "Discovery+", host: www.discoveryplus.com, cat: streaming, provider: wbd, cc: US, imp: 3, tier: 4, checks: [http] }
1966 + - { id: stream-espn-plus, name: "ESPN+", host: plus.espn.com, cat: streaming, provider: disney, cc: US, imp: 3, tier: 4, checks: [http] }
1967 + - { id: stream-sling, name: "Sling TV", host: www.sling.com, cat: streaming, provider: dish, cc: US, imp: 2, tier: 4, checks: [http] }
1968 + - { id: stream-philo, name: "Philo", host: www.philo.com, cat: streaming, provider: philo, cc: US, imp: 2, tier: 4, checks: [http] }
1969 + - { id: stream-pluto-tv, name: "Pluto TV", host: pluto.tv, cat: streaming, provider: paramount, cc: US, imp: 3, tier: 4, checks: [http] }
1970 + - { id: stream-tubi, name: "Tubi", host: tubitv.com, cat: streaming, provider: fox, cc: US, imp: 3, tier: 4, checks: [http] }
1971 + - { id: stream-roku-channel, name: "The Roku Channel", host: therokuchannel.roku.com, cat: streaming, provider: roku, cc: US, imp: 2, tier: 4, checks: [http] }
1972 + - { id: stream-plex-watch, name: "Plex (watch)", host: watch.plex.tv, cat: streaming, provider: plex, svc: plex, cc: US, imp: 2, tier: 4, checks: [http] }
1973 + - { id: stream-kanopy, name: "Kanopy", host: www.kanopy.com, cat: streaming, provider: kanopy, cc: US, imp: 2, tier: 4, checks: [http] }
1974 + - { id: stream-criterion, name: "The Criterion Channel", host: www.criterionchannel.com, cat: streaming, provider: criterion, cc: US, imp: 2, tier: 4, checks: [http] }
1975 + - { id: stream-shudder, name: "Shudder", host: www.shudder.com, cat: streaming, provider: amc, cc: US, imp: 2, tier: 4, checks: [http] }
1976 + - { id: stream-amc-plus, name: "AMC+", host: www.amcplus.com, cat: streaming, provider: amc, cc: US, imp: 2, tier: 4, checks: [http] }
1977 + - { id: stream-curiosity, name: "CuriosityStream", host: curiositystream.com, cat: streaming, provider: curiosity, cc: US, imp: 2, tier: 4, checks: [http] }
1978 + - { id: stream-britbox, name: "BritBox", host: www.britbox.com, cat: streaming, provider: bbc-studios, cc: GB, imp: 2, tier: 4, checks: [http] }
1979 + - { id: stream-acorn, name: "Acorn TV", host: acorn.tv, cat: streaming, provider: amc, cc: US, imp: 2, tier: 4, checks: [http] }
1980 + - { id: stream-hidive, name: "HIDIVE", host: www.hidive.com, cat: streaming, provider: amc, cc: US, imp: 2, tier: 4, checks: [http] }
1981 + - { id: stream-viki, name: "Rakuten Viki", host: www.viki.com, cat: streaming, provider: rakuten, cc: US, imp: 2, tier: 4, checks: [http] }
1982 + - { id: stream-crunchyroll-status, name: "Crunchyroll status", host: status.crunchyroll.com, cat: streaming, provider: sony, cc: US, imp: 2, tier: 4, checks: [http] }
1983 + - { id: stream-starz, name: "STARZ", host: www.starz.com, cat: streaming, provider: starz, cc: US, imp: 2, tier: 4, checks: [http] }
1984 + - { id: stream-mgm-plus, name: "MGM+", host: www.mgmplus.com, cat: streaming, provider: amazon, svc: aws, cc: US, imp: 2, tier: 4, checks: [http] }
1985 + - { id: stream-bet-plus, name: "BET+", host: www.bet.plus, cat: streaming, provider: paramount, cc: US, imp: 1, tier: 4, checks: [http] }
1986 + - { id: stream-fandango-at-home, name: "Fandango at Home (Vudu)", host: athome.fandango.com, cat: streaming, provider: fandango, cc: US, imp: 2, tier: 4, checks: [http] }
1987 + - { id: stream-youtube-tv, name: "YouTube TV", host: tv.youtube.com, cat: streaming, provider: google, svc: google, cc: US, imp: 3, tier: 4, checks: [http] }
1988 + - { id: stream-amazon-freevee, name: "Amazon Freevee", host: www.amazon.com, url: "https://www.amazon.com/gp/video/storefront/?benefitId=freevee", cat: streaming, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
1989 + - { id: stream-xumo, name: "Xumo Play", host: play.xumo.com, cat: streaming, provider: xumo, cc: US, imp: 1, tier: 4, checks: [http] }
1990 + - { id: stream-frndly, name: "Frndly TV", host: www.frndlytv.com, cat: streaming, provider: frndly, cc: US, imp: 1, tier: 4, checks: [http] }
1991 + - { id: stream-directv-stream, name: "DIRECTV Stream", host: streamtv.directv.com, cat: streaming, provider: directv, cc: US, imp: 2, tier: 4, checks: [http] }
1992 + - { id: stream-nfl-plus, name: "NFL+", host: www.nfl.com, url: "https://www.nfl.com/plus/", cat: streaming, provider: nfl, cc: US, imp: 3, tier: 4, checks: [http] }
1993 + - { id: stream-nba, name: "NBA League Pass", host: www.nba.com, url: "https://www.nba.com/watch/league-pass-stream", cat: streaming, provider: nba, cc: US, imp: 3, tier: 4, checks: [http] }
1994 + - { id: stream-mlb-tv, name: "MLB.TV", host: www.mlb.com, url: "https://www.mlb.com/tv", cat: streaming, provider: mlb, cc: US, imp: 3, tier: 4, checks: [http] }
1995 + - { id: stream-nhl, name: "NHL.com", host: www.nhl.com, cat: streaming, provider: nhl, cc: US, imp: 3, tier: 4, checks: [http] }
1996 + - { id: stream-f1-tv, name: "F1 TV", host: f1tv.formula1.com, cat: streaming, provider: liberty-media, cc: GB, imp: 2, tier: 4, checks: [http] }
1997 + - { id: stream-ufc-fight-pass, name: "UFC Fight Pass", host: ufcfightpass.com, cat: streaming, provider: tko, cc: US, imp: 2, tier: 4, checks: [http] }
1998 + - { id: stream-wwe, name: "WWE", host: www.wwe.com, cat: streaming, provider: tko, cc: US, imp: 2, tier: 4, checks: [http] }
1999 + - { id: stream-peacock-status, name: "NBC Sports live", host: www.nbcsports.com, url: "https://www.nbcsports.com/live", cat: streaming, provider: nbcu, cc: US, imp: 1, tier: 4, checks: [http] }
2000 + - { id: stream-fifa-plus, name: "FIFA+", host: www.plus.fifa.com, cat: streaming, provider: fifa, cc: CH, imp: 2, tier: 4, checks: [http] }
2001 + - { id: stream-uefa-tv, name: "UEFA.tv", host: www.uefa.tv, cat: streaming, provider: uefa, cc: CH, imp: 2, tier: 4, checks: [http] }
2002 + - { id: stream-tnt-sports, name: "TNT Sports UK", host: www.tntsports.co.uk, cat: streaming, provider: wbd, cc: GB, imp: 2, tier: 4, checks: [http] }
2003 + - { id: stream-crave-tv, name: "Crave (TV)", host: www.crave.ca, url: "https://www.crave.ca/fr", cat: streaming, provider: bell, cc: CA, imp: 1, tier: 4, checks: [http] }
2004 + - { id: stream-cbc-gem-fr, name: "ICI TOU.TV Extra", host: ici.tou.tv, url: "https://ici.tou.tv/extra", cat: streaming, provider: cbc, cc: CA, imp: 1, tier: 4, checks: [http] }
2005 + - { id: stream-club-illico, name: "illico+", host: www.illicoplus.ca, cat: streaming, provider: quebecor, cc: CA, imp: 2, tier: 4, checks: [http] }
2006 + - { id: stream-tva-plus, name: "TVA+", host: www.tvaplus.ca, url: "https://www.tvaplus.ca/tva", cat: streaming, provider: quebecor, cc: CA, imp: 2, tier: 4, checks: [http] }
2007 + - { id: stream-telequebec-video, name: "Télé-Québec en direct", host: video.telequebec.tv, cat: streaming, provider: tele-quebec, cc: CA, imp: 1, tier: 4, checks: [http] }
2008 + - { id: stream-noovo-ca, name: "Noovo.ca", host: www.noovo.ca, url: "https://www.noovo.ca/emissions", cat: streaming, provider: bell, cc: CA, imp: 1, tier: 4, checks: [http] }
2009 + - { id: stream-stacktv, name: "StackTV", host: www.stacktv.ca, cat: streaming, provider: corus, cc: CA, imp: 1, tier: 4, checks: [http] }
2010 + - { id: stream-citytv-plus, name: "Citytv+", host: www.citytv.com, url: "https://www.citytv.com/citytv-plus/", cat: streaming, provider: rogers, cc: CA, imp: 1, tier: 4, checks: [http] }
2011 + - { id: stream-sportsnet-plus, name: "Sportsnet+", host: www.sportsnet.ca, url: "https://www.sportsnet.ca/plus/", cat: streaming, provider: rogers, cc: CA, imp: 2, tier: 4, checks: [http] }
2012 + - { id: stream-tsn-plus, name: "TSN+", host: www.tsn.ca, url: "https://www.tsn.ca/tsn-plus", cat: streaming, provider: bell, cc: CA, imp: 2, tier: 4, checks: [http] }
2013 + - { id: stream-rds-direct, name: "RDS Direct", host: www.rds.ca, url: "https://www.rds.ca/rds-direct", cat: streaming, provider: bell, cc: CA, imp: 1, tier: 4, checks: [http] }
2014 + - { id: stream-nfb, name: "NFB / ONF", host: www.nfb.ca, cat: streaming, provider: nfb, cc: CA, imp: 2, tier: 4, checks: [http] }
2015 + - { id: stream-onf, name: "ONF (français)", host: www.onf.ca, cat: streaming, provider: nfb, cc: CA, imp: 1, tier: 4, checks: [http] }
2016 + - { id: stream-hoopla, name: "Hoopla", host: www.hoopladigital.com, cat: streaming, provider: midwest-tape, cc: US, imp: 1, tier: 4, checks: [http] }
2017 + - { id: stream-tubi-ca, name: "Tubi Canada", host: tubitv.com, url: "https://tubitv.com/home", cat: streaming, provider: fox, cc: CA, imp: 1, tier: 4, checks: [http] }
2018 + - { id: stream-max-ca, name: "Max (help)", host: help.max.com, cat: streaming, provider: wbd, cc: US, imp: 1, tier: 4, checks: [http] }
2019 + - { id: stream-hbo, name: "HBO", host: www.hbo.com, cat: streaming, provider: wbd, cc: US, imp: 2, tier: 4, checks: [http] }
2020 + - { id: stream-disney-help, name: "Disney+ Help", host: help.disneyplus.com, cat: streaming, provider: disney, cc: US, imp: 1, tier: 4, checks: [http] }
2021 + - { id: stream-hulu-help, name: "Hulu Help", host: help.hulu.com, cat: streaming, provider: disney, cc: US, imp: 1, tier: 4, checks: [http] }
2022 + - { id: stream-prime-video-help, name: "Prime Video (Amazon)", host: www.amazon.com, url: "https://www.amazon.com/Prime-Video/b?node=2676882011", cat: streaming, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
2023 + - { id: stream-apple-tv-plus, name: "Apple TV+ (marketing)", host: www.apple.com, url: "https://www.apple.com/apple-tv-plus/", cat: streaming, provider: apple, svc: apple, cc: US, imp: 2, tier: 4, checks: [http] }
2024 + - { id: stream-channel4, name: "Channel 4", host: www.channel4.com, cat: streaming, provider: channel4, cc: GB, imp: 3, tier: 4, checks: [http] }
2025 + - { id: stream-my5, name: "My5", host: www.channel5.com, cat: streaming, provider: paramount, cc: GB, imp: 2, tier: 4, checks: [http] }
2026 + - { id: stream-uktv-play, name: "U (UKTV Play)", host: u.co.uk, cat: streaming, provider: bbc-studios, cc: GB, imp: 2, tier: 4, checks: [http] }
2027 + - { id: stream-now-tv, name: "NOW", host: www.nowtv.com, cat: streaming, provider: sky, cc: GB, imp: 2, tier: 4, checks: [http] }
2028 + - { id: stream-sky-go, name: "Sky Go", host: www.sky.com, url: "https://www.sky.com/watch/sky-go", cat: streaming, provider: sky, cc: GB, imp: 2, tier: 4, checks: [http] }
2029 + - { id: stream-bbc-sounds, name: "BBC Sounds", host: www.bbc.co.uk, url: "https://www.bbc.co.uk/sounds", cat: streaming, provider: bbc, cc: GB, imp: 3, tier: 4, checks: [http] }
2030 + - { id: stream-stv-player, name: "STV Player", host: player.stv.tv, cat: streaming, provider: stv, cc: GB, imp: 1, tier: 4, checks: [http] }
2031 + - { id: stream-s4c-clic, name: "S4C Clic", host: www.s4c.cymru, cat: streaming, provider: s4c, cc: GB, imp: 1, tier: 4, checks: [http] }
2032 + - { id: stream-rte-player, name: "RTÉ Player", host: www.rte.ie, url: "https://www.rte.ie/player/", cat: streaming, provider: rte, cc: IE, imp: 2, tier: 4, checks: [http] }
2033 + - { id: stream-virgin-media-player, name: "Virgin Media Play", host: www.virginmediatelevision.ie, url: "https://www.virginmediatelevision.ie/player/", cat: streaming, provider: virgin-media, cc: IE, imp: 1, tier: 4, checks: [http] }
2034 + - { id: stream-mycanal, name: "myCANAL", host: www.canalplus.com, url: "https://www.canalplus.com/live/", cat: streaming, provider: canal-plus, cc: FR, imp: 2, tier: 4, checks: [http] }
2035 + - { id: stream-tf1-plus, name: "TF1+", host: www.tf1.fr, cat: streaming, provider: tf1, cc: FR, imp: 3, tier: 4, checks: [http] }
2036 + - { id: stream-m6-plus, name: "M6+", host: www.m6.fr, cat: streaming, provider: m6, cc: FR, imp: 3, tier: 4, checks: [http] }
2037 + - { id: stream-molotov, name: "Molotov", host: www.molotov.tv, cat: streaming, provider: fubo, cc: FR, imp: 2, tier: 4, checks: [http] }
2038 + - { id: stream-ocs, name: "OCS", host: www.ocs.fr, cat: streaming, provider: canal-plus, cc: FR, imp: 1, tier: 4, checks: [http] }
2039 + - { id: stream-arte-tv, name: "ARTE.tv (programmes)", host: www.arte.tv, url: "https://www.arte.tv/fr/", cat: streaming, provider: arte, cc: FR, imp: 1, tier: 4, checks: [http] }
2040 + - { id: stream-france-tv-info-live, name: "franceinfo (TV live)", host: www.francetvinfo.fr, url: "https://www.francetvinfo.fr/en-direct/tv.html", cat: streaming, provider: france-televisions, cc: FR, imp: 1, tier: 4, checks: [http] }
2041 + - { id: stream-radio-france-live, name: "Radio France (écouter)", host: www.radiofrance.fr, url: "https://www.radiofrance.fr/franceinfo/radio", cat: streaming, provider: radio-france, cc: FR, imp: 1, tier: 4, checks: [http] }
2042 + - { id: stream-lequipe-live, name: "L'Équipe live", host: www.lequipe.fr, url: "https://www.lequipe.fr/tv/", cat: streaming, provider: amaury, cc: FR, imp: 1, tier: 4, checks: [http] }
2043 + - { id: stream-joyn, name: "Joyn", host: www.joyn.de, cat: streaming, provider: prosiebensat1, cc: DE, imp: 3, tier: 4, checks: [http] }
2044 + - { id: stream-rtl-plus, name: "RTL+", host: plus.rtl.de, cat: streaming, provider: rtl-deutschland, cc: DE, imp: 3, tier: 4, checks: [http] }
2045 + - { id: stream-wow, name: "WOW (Sky Deutschland)", host: www.wowtv.de, cat: streaming, provider: sky, cc: DE, imp: 2, tier: 4, checks: [http] }
2046 + - { id: stream-sky-de, name: "Sky Deutschland", host: www.sky.de, cat: streaming, provider: sky, cc: DE, imp: 2, tier: 4, checks: [http] }
2047 + - { id: stream-magenta-tv, name: "MagentaTV", host: www.telekom.de, url: "https://www.telekom.de/magenta-tv", cat: streaming, provider: deutsche-telekom, cc: DE, imp: 2, tier: 4, checks: [http] }
2048 + - { id: stream-zdf-mediathek, name: "ZDFmediathek", host: www.zdf.de, url: "https://www.zdf.de/play", cat: streaming, provider: zdf, cc: DE, imp: 2, tier: 4, checks: [http] }
2049 + - { id: stream-ard-audiothek, name: "ARD Audiothek", host: www.ardaudiothek.de, cat: streaming, provider: ard, cc: DE, imp: 2, tier: 4, checks: [http] }
2050 + - { id: stream-dazn-de, name: "DAZN Deutschland", host: www.dazn.com, url: "https://www.dazn.com/de-DE/welcome", cat: streaming, provider: dazn, cc: DE, imp: 2, tier: 4, checks: [http] }
2051 + - { id: stream-waipu, name: "waipu.tv", host: www.waipu.tv, cat: streaming, provider: exaring, cc: DE, imp: 2, tier: 4, checks: [http] }
2052 + - { id: stream-zattoo, name: "Zattoo", host: zattoo.com, cat: streaming, provider: zattoo, cc: CH, imp: 2, tier: 4, checks: [http] }
2053 + - { id: stream-mediaset-infinity, name: "Mediaset Infinity", host: mediasetinfinity.mediaset.it, cat: streaming, provider: mediaset, cc: IT, imp: 3, tier: 4, checks: [http] }
2054 + - { id: stream-dazn-it, name: "DAZN Italia", host: www.dazn.com, url: "https://www.dazn.com/it-IT/welcome", cat: streaming, provider: dazn, cc: IT, imp: 3, tier: 4, checks: [http] }
2055 + - { id: stream-now-tv-it, name: "NOW (Italia)", host: www.nowtv.it, cat: streaming, provider: sky, cc: IT, imp: 2, tier: 4, checks: [http] }
2056 + - { id: stream-sky-it, name: "Sky Italia", host: www.sky.it, cat: streaming, provider: sky, cc: IT, imp: 2, tier: 4, checks: [http] }
2057 + - { id: stream-timvision, name: "TIMVISION", host: www.timvision.it, cat: streaming, provider: tim, cc: IT, imp: 2, tier: 4, checks: [http] }
2058 + - { id: stream-discovery-plus-it, name: "discovery+ Italia", host: www.discoveryplus.com, url: "https://www.discoveryplus.com/it/", cat: streaming, provider: wbd, cc: IT, imp: 1, tier: 4, checks: [http] }
2059 + - { id: stream-raiplay-sound, name: "RaiPlay Sound", host: www.raiplaysound.it, cat: streaming, provider: rai, cc: IT, imp: 2, tier: 4, checks: [http] }
2060 + - { id: stream-movistar-plus, name: "Movistar Plus+", host: www.movistarplus.es, cat: streaming, provider: telefonica, cc: ES, imp: 3, tier: 4, checks: [http] }
2061 + - { id: stream-atresplayer, name: "atresplayer", host: www.atresplayer.com, cat: streaming, provider: atresmedia, cc: ES, imp: 3, tier: 4, checks: [http] }
2062 + - { id: stream-mitele, name: "Mitele", host: www.mitele.es, cat: streaming, provider: mediaset-espana, cc: ES, imp: 3, tier: 4, checks: [http] }
2063 + - { id: stream-filmin, name: "Filmin", host: www.filmin.es, cat: streaming, provider: filmin, cc: ES, imp: 2, tier: 4, checks: [http] }
2064 + - { id: stream-dazn-es, name: "DAZN España", host: www.dazn.com, url: "https://www.dazn.com/es-ES/welcome", cat: streaming, provider: dazn, cc: ES, imp: 2, tier: 4, checks: [http] }
2065 + - { id: stream-rtve-play, name: "RTVE Play (player)", host: www.rtve.es, url: "https://www.rtve.es/play/", cat: streaming, provider: rtve, cc: ES, imp: 2, tier: 4, checks: [http] }
2066 + - { id: stream-3cat, name: "3Cat (TV3)", host: www.3cat.cat, cat: streaming, provider: ccma, cc: ES, imp: 2, tier: 4, checks: [http] }
2067 + - { id: stream-eitb, name: "EITB", host: www.eitb.eus, cat: streaming, provider: eitb, cc: ES, imp: 1, tier: 4, checks: [http] }
2068 + - { id: stream-rtp-play, name: "RTP Play", host: www.rtp.pt, url: "https://www.rtp.pt/play/", cat: streaming, provider: rtp, cc: PT, imp: 2, tier: 4, checks: [http] }
2069 + - { id: stream-opto-sic, name: "OPTO SIC", host: opto.sic.pt, cat: streaming, provider: impresa, cc: PT, imp: 1, tier: 4, checks: [http] }
2070 + - { id: stream-tvi-player, name: "TVI Player", host: tviplayer.iol.pt, cat: streaming, provider: media-capital, cc: PT, imp: 1, tier: 4, checks: [http] }
2071 + - { id: stream-meo-go, name: "MEO Go", host: www.meo.pt, url: "https://www.meo.pt/tv/meo-go", cat: streaming, provider: altice, cc: PT, imp: 1, tier: 4, checks: [http] }
2072 + - { id: stream-videoland, name: "Videoland", host: www.videoland.com, cat: streaming, provider: rtl-nl, cc: NL, imp: 3, tier: 4, checks: [http] }
2073 + - { id: stream-npo-start, name: "NPO Start (app)", host: npo.nl, url: "https://npo.nl/start/live", cat: streaming, provider: npo, cc: NL, imp: 1, tier: 4, checks: [http] }
2074 + - { id: stream-kijk, name: "KIJK", host: www.kijk.nl, cat: streaming, provider: talpa, cc: NL, imp: 2, tier: 4, checks: [http] }
2075 + - { id: stream-ziggo-go, name: "Ziggo GO", host: www.ziggogo.tv, cat: streaming, provider: vodafoneziggo, cc: NL, imp: 2, tier: 4, checks: [http] }
2076 + - { id: stream-nlziet, name: "NLZIET", host: www.nlziet.nl, cat: streaming, provider: nlziet, cc: NL, imp: 1, tier: 4, checks: [http] }
2077 + - { id: stream-npo-luister, name: "NPO Luister", host: npo.nl, url: "https://npo.nl/luister", cat: streaming, provider: npo, cc: NL, imp: 1, tier: 4, checks: [http] }
2078 + - { id: stream-streamz, name: "Streamz", host: www.streamz.be, cat: streaming, provider: dpg, cc: BE, imp: 2, tier: 4, checks: [http] }
2079 + - { id: stream-vtm-go, name: "VTM GO", host: vtm.be, url: "https://vtm.be/vtmgo", cat: streaming, provider: dpg, cc: BE, imp: 2, tier: 4, checks: [http] }
2080 + - { id: stream-vrt-max, name: "VRT MAX", host: www.vrt.be, url: "https://www.vrt.be/vrtmax/", cat: streaming, provider: vrt, cc: BE, imp: 2, tier: 4, checks: [http] }
2081 + - { id: stream-rtl-play-be, name: "RTL play", host: www.rtlplay.be, cat: streaming, provider: rtl-belgium, cc: BE, imp: 2, tier: 4, checks: [http] }
2082 + - { id: stream-auvio, name: "RTBF Auvio", host: auvio.rtbf.be, cat: streaming, provider: rtbf, cc: BE, imp: 2, tier: 4, checks: [http] }
2083 + - { id: stream-pickx, name: "Proximus Pickx", host: www.pickx.be, cat: streaming, provider: proximus, cc: BE, imp: 2, tier: 4, checks: [http] }
2084 + - { id: stream-telenet-tv, name: "Telenet TV", host: www2.telenet.be, url: "https://www2.telenet.be/nl/tv/", cat: streaming, provider: telenet, cc: BE, imp: 1, tier: 4, checks: [http] }
2085 + - { id: stream-goplay, name: "GoPlay", host: www.goplay.be, cat: streaming, provider: play-media, cc: BE, imp: 1, tier: 4, checks: [http] }
2086 + - { id: stream-play-suisse, name: "Play Suisse", host: www.playsuisse.ch, cat: streaming, provider: srg, cc: CH, imp: 2, tier: 4, checks: [http] }
2087 + - { id: stream-blue-tv, name: "blue TV (Swisscom)", host: www.swisscom.ch, url: "https://www.swisscom.ch/de/privatkunden/blue/tv.html", cat: streaming, provider: swisscom, cc: CH, imp: 1, tier: 4, checks: [http] }
2088 + - { id: stream-orf-on, name: "ORF ON (player)", host: on.orf.at, url: "https://on.orf.at/livestreams", cat: streaming, provider: orf, cc: AT, imp: 1, tier: 4, checks: [http] }
2089 + - { id: stream-canal-plus-at, name: "Canal+ Austria", host: www.canalplus.at, cat: streaming, provider: canal-plus, cc: AT, imp: 1, tier: 4, checks: [http] }
2090 + - { id: stream-servus-tv, name: "ServusTV On", host: www.servustv.com, cat: streaming, provider: red-bull, cc: AT, imp: 2, tier: 4, checks: [http] }
2091 + - { id: stream-viaplay-se, name: "Viaplay Sverige", host: viaplay.se, cat: streaming, provider: viaplay, cc: SE, imp: 2, tier: 4, checks: [http] }
2092 + - { id: stream-tv4-play, name: "TV4 Play", host: www.tv4play.se, cat: streaming, provider: tv4, cc: SE, imp: 3, tier: 4, checks: [http] }
2093 + - { id: stream-svt-play-live, name: "SVT Play (kanaler)", host: www.svtplay.se, url: "https://www.svtplay.se/kanaler", cat: streaming, provider: svt, cc: SE, imp: 1, tier: 4, checks: [http] }
2094 + - { id: stream-sr-play, name: "Sveriges Radio Play", host: sverigesradio.se, url: "https://sverigesradio.se/play", cat: streaming, provider: sr, cc: SE, imp: 1, tier: 4, checks: [http] }
2095 + - { id: stream-cmore, name: "C More (TV4 Play)", host: www.cmore.se, cat: streaming, provider: tv4, cc: SE, imp: 1, tier: 4, checks: [http] }
2096 + - { id: stream-discovery-plus-se, name: "discovery+ Sverige", host: www.discoveryplus.com, url: "https://www.discoveryplus.com/se/", cat: streaming, provider: wbd, cc: SE, imp: 1, tier: 4, checks: [http] }
2097 + - { id: stream-telia-play, name: "Telia Play", host: www.teliaplay.se, cat: streaming, provider: telia, cc: SE, imp: 1, tier: 4, checks: [http] }
2098 + - { id: stream-nrk-radio, name: "NRK Radio", host: radio.nrk.no, cat: streaming, provider: nrk, cc: "NO", imp: 2, tier: 4, checks: [http] }
2099 + - { id: stream-tv2-play-no, name: "TV 2 Play (Norge)", host: play.tv2.no, cat: streaming, provider: tv2-no, cc: "NO", imp: 3, tier: 4, checks: [http] }
2100 + - { id: stream-viaplay-no, name: "Viaplay Norge", host: viaplay.no, cat: streaming, provider: viaplay, cc: "NO", imp: 2, tier: 4, checks: [http] }
2101 + - { id: stream-strim, name: "Strim", host: www.strim.no, cat: streaming, provider: telia, cc: "NO", imp: 1, tier: 4, checks: [http] }
2102 + - { id: stream-tv2-play-dk, name: "TV 2 Play (Danmark)", host: play.tv2.dk, cat: streaming, provider: tv2-dk, cc: DK, imp: 3, tier: 4, checks: [http] }
2103 + - { id: stream-drtv, name: "DRTV", host: www.dr.dk, url: "https://www.dr.dk/drtv/", cat: streaming, provider: dr, cc: DK, imp: 2, tier: 4, checks: [http] }
2104 + - { id: stream-dr-lyd, name: "DR Lyd", host: www.dr.dk, url: "https://www.dr.dk/lyd", cat: streaming, provider: dr, cc: DK, imp: 1, tier: 4, checks: [http] }
2105 + - { id: stream-viaplay-dk, name: "Viaplay Danmark", host: viaplay.dk, cat: streaming, provider: viaplay, cc: DK, imp: 2, tier: 4, checks: [http] }
2106 + - { id: stream-yousee-play, name: "YouSee Play", host: yousee.dk, url: "https://yousee.dk/tv/", cat: streaming, provider: tdc, cc: DK, imp: 1, tier: 4, checks: [http] }
2107 + - { id: stream-yle-areena, name: "Yle Areena", host: areena.yle.fi, cat: streaming, provider: yle, cc: FI, imp: 3, tier: 4, checks: [http] }
2108 + - { id: stream-ruutu, name: "Ruutu", host: www.ruutu.fi, cat: streaming, provider: sanoma, cc: FI, imp: 3, tier: 4, checks: [http] }
2109 + - { id: stream-mtv-katsomo, name: "MTV Katsomo", host: www.mtv.fi, cat: streaming, provider: mtv-fi, cc: FI, imp: 2, tier: 4, checks: [http] }
2110 + - { id: stream-elisa-viihde, name: "Elisa Viihde Viaplay", host: elisaviihde.fi, cat: streaming, provider: elisa, cc: FI, imp: 2, tier: 4, checks: [http] }
2111 + - { id: stream-ruv-sarpurinn, name: "RÚV Sarpurinn", host: www.ruv.is, url: "https://www.ruv.is/sjonvarp", cat: streaming, provider: ruv, cc: IS, imp: 1, tier: 4, checks: [http] }
2112 + - { id: stream-siminn-sjonvarp, name: "Síminn Sjónvarp", host: www.siminn.is, url: "https://www.siminn.is/sjonvarp", cat: streaming, provider: siminn, cc: IS, imp: 1, tier: 4, checks: [http] }
2113 + - { id: stream-stod2, name: "Stöð 2", host: stod2.is, cat: streaming, provider: syn, cc: IS, imp: 1, tier: 4, checks: [http] }
2114 + - { id: stream-player-pl, name: "Player.pl", host: player.pl, cat: streaming, provider: wbd, cc: PL, imp: 3, tier: 4, checks: [http] }
2115 + - { id: stream-tvp-vod, name: "TVP VOD", host: vod.tvp.pl, cat: streaming, provider: tvp, cc: PL, imp: 2, tier: 4, checks: [http] }
2116 + - { id: stream-polsat-box-go, name: "Polsat Box Go", host: polsatboxgo.pl, cat: streaming, provider: polsat, cc: PL, imp: 3, tier: 4, checks: [http] }
2117 + - { id: stream-canal-plus-pl, name: "CANAL+ online (Polska)", host: www.canalplus.com, url: "https://www.canalplus.com/pl/", cat: streaming, provider: canal-plus, cc: PL, imp: 1, tier: 4, checks: [http] }
2118 + - { id: stream-cda-premium, name: "CDA", host: www.cda.pl, cat: streaming, provider: cda, cc: PL, imp: 2, tier: 4, checks: [http] }
2119 + - { id: stream-tvn24-go, name: "TVN24 GO", host: tvn24.pl, url: "https://tvn24.pl/go", cat: streaming, provider: wbd, cc: PL, imp: 1, tier: 4, checks: [http] }
2120 + - { id: stream-voyo-cz, name: "Voyo (Česko)", host: voyo.nova.cz, cat: streaming, provider: cme, cc: CZ, imp: 3, tier: 4, checks: [http] }
2121 + - { id: stream-ivysilani, name: "iVysílání", host: www.ceskatelevize.cz, url: "https://www.ceskatelevize.cz/ivysilani/", cat: streaming, provider: ct, cc: CZ, imp: 2, tier: 4, checks: [http] }
2122 + - { id: stream-prima-plus, name: "prima+", host: www.iprima.cz, cat: streaming, provider: prima, cc: CZ, imp: 2, tier: 4, checks: [http] }
2123 + - { id: stream-o2-tv-cz, name: "O2 TV", host: www.o2tv.cz, cat: streaming, provider: o2-cz, cc: CZ, imp: 1, tier: 4, checks: [http] }
2124 + - { id: stream-mujrozhlas, name: "mujRozhlas", host: www.mujrozhlas.cz, cat: streaming, provider: cesky-rozhlas, cc: CZ, imp: 1, tier: 4, checks: [http] }
2125 + - { id: stream-voyo-sk, name: "Voyo (Slovensko)", host: voyo.markiza.sk, cat: streaming, provider: cme, cc: SK, imp: 2, tier: 4, checks: [http] }
2126 + - { id: stream-joj-play, name: "JOJ Play", host: play.joj.sk, cat: streaming, provider: joj, cc: SK, imp: 2, tier: 4, checks: [http] }
2127 + - { id: stream-stvr-archiv, name: "STVR archív", host: www.stvr.sk, url: "https://www.stvr.sk/televizia/archiv", cat: streaming, provider: stvr, cc: SK, imp: 1, tier: 4, checks: [http] }
2128 + - { id: stream-rtl-plus-hu, name: "RTL+ Magyarország", host: rtlplusz.hu, cat: streaming, provider: rtl-group, cc: HU, imp: 2, tier: 4, checks: [http] }
2129 + - { id: stream-tv2-play-hu, name: "TV2 Play", host: tv2play.hu, cat: streaming, provider: tv2-hu, cc: HU, imp: 2, tier: 4, checks: [http] }
2130 + - { id: stream-mediaklikk, name: "MédiaKlikk", host: mediaklikk.hu, cat: streaming, provider: mtva, cc: HU, imp: 2, tier: 4, checks: [http] }
2131 + - { id: stream-voyo-ro, name: "Voyo (România)", host: voyo.protv.ro, cat: streaming, provider: cme, cc: RO, imp: 2, tier: 4, checks: [http] }
2132 + - { id: stream-antena-play, name: "AntenaPLAY", host: antenaplay.ro, cat: streaming, provider: intact, cc: RO, imp: 2, tier: 4, checks: [http] }
2133 + - { id: stream-tvr-plus, name: "TVR+", host: www.tvrplus.ro, cat: streaming, provider: tvr, cc: RO, imp: 1, tier: 4, checks: [http] }
2134 + - { id: stream-digi-online, name: "Digi Online", host: www.digionline.ro, cat: streaming, provider: digi, cc: RO, imp: 1, tier: 4, checks: [http] }
2135 + - { id: stream-voyo-bg, name: "Voyo (България)", host: voyo.bg, cat: streaming, provider: cme, cc: BG, imp: 2, tier: 4, checks: [http] }
2136 + - { id: stream-bnt-play, name: "BNT iPlay", host: bnt.bg, url: "https://bnt.bg/live", cat: streaming, provider: bnt, cc: BG, imp: 1, tier: 4, checks: [http] }
2137 + - { id: stream-nova-play-bg, name: "NOVA Play", host: play.nova.bg, cat: streaming, provider: united-group, cc: BG, imp: 1, tier: 4, checks: [http] }
2138 + - { id: stream-voyo-hr, name: "Voyo (Hrvatska)", host: voyo.hr, cat: streaming, provider: cme, cc: HR, imp: 1, tier: 4, checks: [http] }
2139 + - { id: stream-hrt-hrti, name: "HRTi", host: hrti.hrt.hr, cat: streaming, provider: hrt, cc: HR, imp: 1, tier: 4, checks: [http] }
2140 + - { id: stream-rts-planeta, name: "RTS Planeta", host: rtsplaneta.rs, cat: streaming, provider: rts, cc: RS, imp: 1, tier: 4, checks: [http] }
2141 + - { id: stream-eon-tv, name: "EON TV", host: eon.tv, cat: streaming, provider: united-group, cc: RS, imp: 2, tier: 4, checks: [http] }
2142 + - { id: stream-pickbox, name: "Pickbox NOW", host: pickbox.tv, cat: streaming, provider: pickbox, cc: HR, imp: 1, tier: 4, checks: [http] }
2143 + - { id: stream-ertflix, name: "ERTFLIX", host: www.ertflix.gr, cat: streaming, provider: ert, cc: GR, imp: 2, tier: 4, checks: [http] }
2144 + - { id: stream-cosmote-tv, name: "COSMOTE TV", host: www.cosmotetv.gr, cat: streaming, provider: ote, cc: GR, imp: 2, tier: 4, checks: [http] }
2145 + - { id: stream-nova-gr, name: "Nova (Greece)", host: nova.gr, cat: streaming, provider: united-group, cc: GR, imp: 1, tier: 4, checks: [http] }
2146 + - { id: stream-ant1-plus, name: "ANT1+", host: www.antennaplus.gr, cat: streaming, provider: antenna, cc: GR, imp: 1, tier: 4, checks: [http] }
2147 + - { id: stream-exxen, name: "Exxen", host: www.exxen.com, cat: streaming, provider: acun-medya, cc: TR, imp: 3, tier: 4, checks: [http] }
2148 + - { id: stream-blutv, name: "BluTV", host: www.blutv.com, cat: streaming, provider: wbd, cc: TR, imp: 2, tier: 4, checks: [http] }
2149 + - { id: stream-puhutv, name: "puhutv", host: puhutv.com, cat: streaming, provider: dogus, cc: TR, imp: 2, tier: 4, checks: [http] }
2150 + - { id: stream-tabii, name: "tabii", host: www.tabii.com, cat: streaming, provider: trt, cc: TR, imp: 2, tier: 4, checks: [http] }
2151 + - { id: stream-todtv, name: "TOD", host: www.todtv.com.tr, cat: streaming, provider: bein, cc: TR, imp: 2, tier: 4, checks: [http] }
2152 + - { id: stream-gain, name: "GAIN", host: gain.tv, cat: streaming, provider: gain, cc: TR, imp: 1, tier: 4, checks: [http] }
2153 + - { id: stream-tv-plus, name: "TV+ (Turkcell)", host: www.tvplus.com.tr, cat: streaming, provider: turkcell, cc: TR, imp: 2, tier: 4, checks: [http] }
2154 + - { id: stream-bein-connect, name: "beIN CONNECT", host: www.beinconnect.com.tr, cat: streaming, provider: bein, cc: TR, imp: 1, tier: 4, checks: [http] }
2155 + - { id: stream-yes-plus, name: "yes+", host: www.yes.co.il, cat: streaming, provider: yes-il, cc: IL, imp: 1, tier: 4, checks: [http] }
2156 + - { id: stream-kan-11, name: "Kan 11 (live)", host: www.kan.org.il, url: "https://www.kan.org.il/live/", cat: streaming, provider: kan, cc: IL, imp: 1, tier: 4, checks: [http] }
2157 + - { id: stream-mako-vod, name: "mako VOD", host: www.mako.co.il, url: "https://www.mako.co.il/mako-vod", cat: streaming, provider: keshet, cc: IL, imp: 1, tier: 4, checks: [http] }
2158 + - { id: stream-starzplay-arabia, name: "STARZPLAY", host: starzplay.com, cat: streaming, provider: starzplay, cc: AE, imp: 2, tier: 4, checks: [http] }
2159 + - { id: stream-osn-plus, name: "OSN+", host: www.osnplus.com, cat: streaming, provider: osn, cc: AE, imp: 2, tier: 4, checks: [http] }
2160 + - { id: stream-tod-mena, name: "TOD (MENA)", host: www.tod.tv, cat: streaming, provider: bein, cc: QA, imp: 2, tier: 4, checks: [http] }
2161 + - { id: stream-watch-it, name: "Watch iT", host: www.watchit.com, cat: streaming, provider: umg, cc: EG, imp: 1, tier: 4, checks: [http] }
2162 + - { id: stream-shahid-vip, name: "Shahid (www)", host: www.shahid.net, cat: streaming, provider: mbc, cc: SA, imp: 1, tier: 4, checks: [http] }
2163 + - { id: stream-viu, name: "Viu", host: www.viu.com, cat: streaming, provider: pccw, cc: HK, imp: 2, tier: 4, checks: [http] }
2164 + - { id: stream-vidio, name: "Vidio", host: www.vidio.com, cat: streaming, provider: emtek, cc: ID, imp: 3, tier: 4, checks: [http] }
2165 + - { id: stream-wetv, name: "WeTV", host: wetv.vip, cat: streaming, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
2166 + - { id: stream-trueid, name: "TrueID", host: www.trueid.net, cat: streaming, provider: true, cc: TH, imp: 2, tier: 4, checks: [http] }
2167 + - { id: stream-ais-play, name: "AIS PLAY", host: www.ais.th, url: "https://www.ais.th/aisplay/", cat: streaming, provider: ais, cc: TH, imp: 1, tier: 4, checks: [http] }
2168 + - { id: stream-monomax, name: "MONOMAX", host: www.monomax.me, cat: streaming, provider: mono, cc: TH, imp: 1, tier: 4, checks: [http] }
2169 + - { id: stream-fpt-play, name: "FPT Play", host: fptplay.vn, cat: streaming, provider: fpt, cc: VN, imp: 2, tier: 4, checks: [http] }
2170 + - { id: stream-galaxy-play, name: "Galaxy Play", host: galaxyplay.vn, cat: streaming, provider: galaxy, cc: VN, imp: 1, tier: 4, checks: [http] }
2171 + - { id: stream-vieon, name: "VieON", host: vieon.vn, cat: streaming, provider: dat-viet, cc: VN, imp: 2, tier: 4, checks: [http] }
2172 + - { id: stream-iwant, name: "iWantTFC", host: www.iwanttfc.com, cat: streaming, provider: abs-cbn, cc: PH, imp: 2, tier: 4, checks: [http] }
2173 + - { id: stream-mewatch-sg, name: "meWATCH live", host: www.mewatch.sg, url: "https://www.mewatch.sg/channel-guide", cat: streaming, provider: mediacorp, cc: SG, imp: 1, tier: 4, checks: [http] }
2174 + - { id: stream-astro-go, name: "Astro GO", host: astrogo.astro.com.my, cat: streaming, provider: astro, cc: MY, imp: 2, tier: 4, checks: [http] }
2175 + - { id: stream-tonton, name: "Tonton", host: www.tonton.com.my, cat: streaming, provider: media-prima, cc: MY, imp: 2, tier: 4, checks: [http] }
2176 + - { id: stream-sooka, name: "sooka", host: sooka.my, cat: streaming, provider: astro, cc: MY, imp: 1, tier: 4, checks: [http] }
2177 + - { id: stream-unifi-tv, name: "Unifi TV", host: unifi.com.my, url: "https://unifi.com.my/tv", cat: streaming, provider: tm, cc: MY, imp: 1, tier: 4, checks: [http] }
2178 + - { id: stream-mytv-super, name: "myTV SUPER", host: www.mytvsuper.com, cat: streaming, provider: tvb, cc: HK, imp: 2, tier: 4, checks: [http] }
2179 + - { id: stream-now-tv-hk, name: "Now TV (HK)", host: nowtv.now.com, cat: streaming, provider: pccw, cc: HK, imp: 1, tier: 4, checks: [http] }
2180 + - { id: stream-hami-video, name: "Hami Video", host: hamivideo.hinet.net, cat: streaming, provider: chunghwa, cc: TW, imp: 2, tier: 4, checks: [http] }
2181 + - { id: stream-kktv, name: "KKTV", host: www.kktv.me, cat: streaming, provider: kkcompany, cc: TW, imp: 2, tier: 4, checks: [http] }
2182 + - { id: stream-friday-video, name: "friDay影音", host: video.friday.tw, cat: streaming, provider: fetnet, cc: TW, imp: 1, tier: 4, checks: [http] }
2183 + - { id: stream-line-tv-tw, name: "LINE TV", host: www.linetv.tw, cat: streaming, provider: ly-corp, cc: TW, imp: 1, tier: 4, checks: [http] }
2184 + - { id: stream-catchplay, name: "CATCHPLAY+", host: www.catchplay.com, cat: streaming, provider: catchplay, cc: TW, imp: 1, tier: 4, checks: [http] }
2185 + - { id: stream-litv, name: "LiTV", host: www.litv.tv, cat: streaming, provider: litv, cc: TW, imp: 1, tier: 4, checks: [http] }
2186 + - { id: stream-bilibili-video, name: "Bilibili (video)", host: www.bilibili.com, url: "https://www.bilibili.com/video/", cat: streaming, provider: bilibili, cc: CN, imp: 2, tier: 4, checks: [http] }
2187 + - { id: stream-mgtv, name: "Mango TV (live)", host: www.mgtv.com, url: "https://www.mgtv.com/live/", cat: streaming, provider: hunan-tv, cc: CN, imp: 1, tier: 4, checks: [http] }
2188 + - { id: stream-douyu, name: "Douyu", host: www.douyu.com, cat: streaming, provider: douyu, cc: CN, imp: 2, tier: 4, checks: [http] }
2189 + - { id: stream-huya, name: "Huya", host: www.huya.com, cat: streaming, provider: huya, cc: CN, imp: 2, tier: 4, checks: [http] }
2190 + - { id: stream-xigua, name: "Xigua Video", host: www.ixigua.com, cat: streaming, provider: bytedance, svc: tiktok, cc: CN, imp: 2, tier: 4, checks: [http] }
2191 + - { id: stream-acfun, name: "AcFun", host: www.acfun.cn, cat: streaming, provider: kuaishou, cc: CN, imp: 1, tier: 4, checks: [http] }
2192 + - { id: stream-migu-video, name: "Migu Video", host: www.miguvideo.com, cat: streaming, provider: china-mobile, cc: CN, imp: 2, tier: 4, checks: [http] }
2193 + - { id: stream-le-tv, name: "LeTV", host: www.le.com, cat: streaming, provider: le, cc: CN, imp: 1, tier: 4, checks: [http] }
2194 + - { id: stream-pptv, name: "PP Video", host: www.pptv.com, cat: streaming, provider: suning, cc: CN, imp: 1, tier: 4, checks: [http] }
2195 + - { id: stream-sohu-tv, name: "Sohu TV", host: tv.sohu.com, cat: streaming, provider: sohu, cc: CN, imp: 1, tier: 4, checks: [http] }
2196 + - { id: stream-cctv-live, name: "CCTV live (央视网直播)", host: tv.cctv.com, url: "https://tv.cctv.com/live/", cat: streaming, provider: cmg, cc: CN, imp: 2, tier: 4, checks: [http] }
2197 + - { id: stream-yangshipin, name: "Yangshipin", host: www.yangshipin.cn, cat: streaming, provider: cmg, cc: CN, imp: 1, tier: 4, checks: [http] }
2198 + - { id: stream-niconico, name: "Niconico", host: www.nicovideo.jp, cat: streaming, provider: dwango, cc: JP, imp: 3, tier: 4, checks: [http] }
2199 + - { id: stream-tver, name: "TVer", host: tver.jp, cat: streaming, provider: tver, cc: JP, imp: 3, tier: 4, checks: [http] }
2200 + - { id: stream-radiko, name: "radiko", host: radiko.jp, cat: streaming, provider: radiko, cc: JP, imp: 3, tier: 4, checks: [http] }
2201 + - { id: stream-hulu-jp, name: "Hulu Japan", host: www.hulu.jp, cat: streaming, provider: ntv-jp, cc: JP, imp: 2, tier: 4, checks: [http] }
2202 + - { id: stream-dmm-tv, name: "DMM TV", host: tv.dmm.com, cat: streaming, provider: dmm, cc: JP, imp: 2, tier: 4, checks: [http] }
2203 + - { id: stream-danime, name: "dアニメストア", host: animestore.docomo.ne.jp, cat: streaming, provider: ntt-docomo, cc: JP, imp: 2, tier: 4, checks: [http] }
2204 + - { id: stream-lemino, name: "Lemino", host: lemino.docomo.ne.jp, cat: streaming, provider: ntt-docomo, cc: JP, imp: 2, tier: 4, checks: [http] }
2205 + - { id: stream-fod, name: "FOD", host: fod.fujitv.co.jp, cat: streaming, provider: fuji-tv, cc: JP, imp: 2, tier: 4, checks: [http] }
2206 + - { id: stream-telasa, name: "TELASA", host: www.telasa.jp, cat: streaming, provider: kddi, cc: JP, imp: 1, tier: 4, checks: [http] }
2207 + - { id: stream-wowow, name: "WOWOW", host: www.wowow.co.jp, cat: streaming, provider: wowow, cc: JP, imp: 2, tier: 4, checks: [http] }
2208 + - { id: stream-paravi, name: "Paravi (U-NEXT)", host: www.paravi.jp, cat: streaming, provider: u-next, cc: JP, imp: 1, tier: 4, checks: [http] }
2209 + - { id: stream-nhk-ondemand, name: "NHK On Demand", host: www.nhk-ondemand.jp, cat: streaming, provider: nhk, cc: JP, imp: 1, tier: 4, checks: [http] }
2210 + - { id: stream-dazn-jp, name: "DAZN Japan", host: www.dazn.com, url: "https://www.dazn.com/ja-JP/welcome", cat: streaming, provider: dazn, cc: JP, imp: 2, tier: 4, checks: [http] }
2211 + - { id: stream-youtube-jp, name: "GYAO! successor: Yahoo! JAPAN Video", host: video.yahoo.co.jp, cat: streaming, provider: ly-corp, cc: JP, imp: 1, tier: 4, checks: [http] }
2212 + - { id: stream-openrec, name: "OPENREC.tv", host: www.openrec.tv, cat: streaming, provider: cyberz, cc: JP, imp: 1, tier: 4, checks: [http] }
2213 + - { id: stream-showroom, name: "SHOWROOM", host: www.showroom-live.com, cat: streaming, provider: showroom, cc: JP, imp: 1, tier: 4, checks: [http] }
2214 + - { id: stream-17live, name: "17LIVE", host: 17.live, cat: streaming, provider: 17live, cc: TW, imp: 1, tier: 4, checks: [http] }
2215 + - { id: stream-twitcasting, name: "TwitCasting", host: twitcasting.tv, cat: streaming, provider: moi, cc: JP, imp: 1, tier: 4, checks: [http] }
2216 + - { id: stream-coupang-play, name: "Coupang Play", host: www.coupangplay.com, cat: streaming, provider: coupang, cc: KR, imp: 3, tier: 4, checks: [http] }
2217 + - { id: stream-watcha, name: "WATCHA", host: watcha.com, cat: streaming, provider: watcha, cc: KR, imp: 2, tier: 4, checks: [http] }
2218 + - { id: stream-naver-series-on, name: "Naver Series On (archive)", host: serieson.naver.com, cat: streaming, provider: naver, cc: KR, imp: 1, tier: 4, checks: [http] }
2219 + - { id: stream-kakao-tv, name: "Kakao TV", host: tv.kakao.com, cat: streaming, provider: kakao, cc: KR, imp: 2, tier: 4, checks: [http] }
2220 + - { id: stream-naver-tv, name: "Naver TV", host: tv.naver.com, cat: streaming, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
2221 + - { id: stream-chzzk, name: "CHZZK", host: chzzk.naver.com, cat: streaming, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
2222 + - { id: stream-soop, name: "SOOP (AfreecaTV)", host: www.sooplive.co.kr, cat: streaming, provider: soop, cc: KR, imp: 3, tier: 4, checks: [http] }
2223 + - { id: stream-afreeca-global, name: "SOOP Global", host: www.sooplive.com, cat: streaming, provider: soop, cc: KR, imp: 1, tier: 4, checks: [http] }
2224 + - { id: stream-kbs-my-k, name: "KBS my K", host: www.kbs.co.kr, url: "https://www.kbs.co.kr/onair/", cat: streaming, provider: kbs, cc: KR, imp: 1, tier: 4, checks: [http] }
2225 + - { id: stream-hotstar-jio, name: "JioHotstar (Jio)", host: www.jiocinema.com, cat: streaming, provider: jio, cc: IN, imp: 3, tier: 4, checks: [http] }
2226 + - { id: stream-mx-player, name: "Amazon MX Player", host: www.mxplayer.in, cat: streaming, provider: amazon, svc: aws, cc: IN, imp: 3, tier: 4, checks: [http] }
2227 + - { id: stream-altbalaji, name: "ALTT (ALTBalaji)", host: www.altt.in, cat: streaming, provider: balaji, cc: IN, imp: 1, tier: 4, checks: [http] }
2228 + - { id: stream-erosnow, name: "Eros Now", host: erosnow.com, cat: streaming, provider: eros, cc: IN, imp: 1, tier: 4, checks: [http] }
2229 + - { id: stream-hoichoi, name: "hoichoi", host: www.hoichoi.tv, cat: streaming, provider: svf, cc: IN, imp: 1, tier: 4, checks: [http] }
2230 + - { id: stream-aha, name: "aha", host: www.aha.video, cat: streaming, provider: aha, cc: IN, imp: 1, tier: 4, checks: [http] }
2231 + - { id: stream-sunnxt, name: "Sun NXT", host: www.sunnxt.com, cat: streaming, provider: sun-tv, cc: IN, imp: 1, tier: 4, checks: [http] }
2232 + - { id: stream-discovery-plus-in, name: "discovery+ India", host: www.discoveryplus.in, cat: streaming, provider: wbd, cc: IN, imp: 1, tier: 4, checks: [http] }
2233 + - { id: stream-fancode, name: "FanCode", host: www.fancode.com, cat: streaming, provider: dream-sports, cc: IN, imp: 2, tier: 4, checks: [http] }
2234 + - { id: stream-tata-play, name: "Tata Play Binge", host: www.tataplay.com, cat: streaming, provider: tata, cc: IN, imp: 2, tier: 4, checks: [http] }
2235 + - { id: stream-airtel-xstream, name: "Airtel Xstream", host: www.airtelxstream.in, cat: streaming, provider: airtel, cc: IN, imp: 2, tier: 4, checks: [http] }
2236 + - { id: stream-tapmad, name: "Tapmad", host: www.tapmad.com, cat: streaming, provider: tapmad, cc: PK, imp: 1, tier: 4, checks: [http] }
2237 + - { id: stream-bongo, name: "Bongo", host: bongobd.com, cat: streaming, provider: bongo, cc: BD, imp: 1, tier: 4, checks: [http] }
2238 + - { id: stream-toffee, name: "Toffee", host: toffeelive.com, cat: streaming, provider: banglalink, cc: BD, imp: 1, tier: 4, checks: [http] }
2239 + - { id: stream-binge-au, name: "Binge", host: binge.com.au, cat: streaming, provider: foxtel, cc: AU, imp: 3, tier: 4, checks: [http] }
2240 + - { id: stream-kayo, name: "Kayo Sports", host: kayosports.com.au, cat: streaming, provider: foxtel, cc: AU, imp: 3, tier: 4, checks: [http] }
2241 + - { id: stream-9now, name: "9Now", host: www.9now.com.au, cat: streaming, provider: nine, cc: AU, imp: 3, tier: 4, checks: [http] }
2242 + - { id: stream-7plus, name: "7plus", host: 7plus.com.au, cat: streaming, provider: seven-west, cc: AU, imp: 3, tier: 4, checks: [http] }
2243 + - { id: stream-10play, name: "10 Play", host: 10play.com.au, cat: streaming, provider: paramount, cc: AU, imp: 3, tier: 4, checks: [http] }
2244 + - { id: stream-sbs-on-demand, name: "SBS On Demand", host: www.sbs.com.au, url: "https://www.sbs.com.au/ondemand/", cat: streaming, provider: sbs-au, cc: AU, imp: 2, tier: 4, checks: [http] }
2245 + - { id: stream-abc-iview, name: "ABC iview", host: iview.abc.net.au, cat: streaming, provider: abc, cc: AU, imp: 3, tier: 4, checks: [http] }
2246 + - { id: stream-fetch-tv, name: "Fetch TV", host: www.fetchtv.com.au, cat: streaming, provider: fetch, cc: AU, imp: 1, tier: 4, checks: [http] }
2247 + - { id: stream-tvnz-plus, name: "TVNZ+", host: www.tvnz.co.nz, url: "https://www.tvnz.co.nz/shows", cat: streaming, provider: tvnz, cc: NZ, imp: 2, tier: 4, checks: [http] }
2248 + - { id: stream-neon-nz, name: "Neon", host: www.neontv.co.nz, cat: streaming, provider: sky-nz, cc: NZ, imp: 2, tier: 4, checks: [http] }
2249 + - { id: stream-sky-sport-now, name: "Sky Sport Now", host: www.skysportnow.co.nz, cat: streaming, provider: sky-nz, cc: NZ, imp: 1, tier: 4, checks: [http] }
2250 + - { id: stream-rnz-live, name: "RNZ live", host: www.rnz.co.nz, url: "https://www.rnz.co.nz/national", cat: streaming, provider: rnz, cc: NZ, imp: 1, tier: 4, checks: [http] }
2251 + - { id: stream-star-plus, name: "Disney+ Latinoamérica", host: www.disneyplus.com, url: "https://www.disneyplus.com/es-419", cat: streaming, provider: disney, cc: AR, imp: 1, tier: 4, checks: [http] }
2252 + - { id: stream-claro-video, name: "Claro video", host: www.clarovideo.com, cat: streaming, provider: america-movil, cc: MX, imp: 3, tier: 4, checks: [http] }
2253 + - { id: stream-vix, name: "ViX", host: vix.com, cat: streaming, provider: televisaunivision, cc: MX, imp: 3, tier: 4, checks: [http] }
2254 + - { id: stream-azteca-live, name: "TV Azteca en vivo", host: www.tvazteca.com, url: "https://www.tvazteca.com/envivo", cat: streaming, provider: tv-azteca, cc: MX, imp: 1, tier: 4, checks: [http] }
2255 + - { id: stream-izzi-go, name: "izzi go", host: www.izzi.mx, cat: streaming, provider: televisaunivision, cc: MX, imp: 1, tier: 4, checks: [http] }
2256 + - { id: stream-totalplay, name: "Totalplay", host: www.totalplay.com.mx, cat: streaming, provider: totalplay, cc: MX, imp: 1, tier: 4, checks: [http] }
2257 + - { id: stream-globoplay-live, name: "Globoplay (agora na TV)", host: globoplay.globo.com, url: "https://globoplay.globo.com/agora-na-tv/", cat: streaming, provider: globo, cc: BR, imp: 1, tier: 4, checks: [http] }
2258 + - { id: stream-playplus, name: "PlayPlus", host: www.playplus.com, cat: streaming, provider: record, cc: BR, imp: 2, tier: 4, checks: [http] }
2259 + - { id: stream-sbt-videos, name: "SBT vídeos", host: www.sbt.com.br, url: "https://www.sbt.com.br/ao-vivo", cat: streaming, provider: sbt, cc: BR, imp: 1, tier: 4, checks: [http] }
2260 + - { id: stream-premiere, name: "Premiere", host: premiere.globo.com, cat: streaming, provider: globo, cc: BR, imp: 2, tier: 4, checks: [http] }
2261 + - { id: stream-directv-go, name: "DGO (DirecTV GO)", host: www.directvgo.com, cat: streaming, provider: vrio, cc: AR, imp: 2, tier: 4, checks: [http] }
2262 + - { id: stream-flow, name: "Flow", host: www.flow.com.ar, cat: streaming, provider: telecom-argentina, cc: AR, imp: 2, tier: 4, checks: [http] }
2263 + - { id: stream-cont-ar, name: "Cont.ar", host: www.cont.ar, cat: streaming, provider: gov-ar, cc: AR, imp: 1, tier: 4, checks: [http] }
2264 + - { id: stream-tv-publica-live, name: "TV Pública en vivo", host: www.tvpublica.com.ar, url: "https://www.tvpublica.com.ar/envivo/", cat: streaming, provider: rta, cc: AR, imp: 1, tier: 4, checks: [http] }
2265 + - { id: stream-mitelefe, name: "mitelefe", host: mitelefe.com, cat: streaming, provider: paramount, cc: AR, imp: 1, tier: 4, checks: [http] }
2266 + - { id: stream-tvn-play, name: "TVN Play", host: www.tvn.cl, url: "https://www.tvn.cl/envivo", cat: streaming, provider: tvn, cc: CL, imp: 1, tier: 4, checks: [http] }
2267 + - { id: stream-13-en-vivo, name: "Canal 13 en vivo", host: www.13.cl, url: "https://www.13.cl/en-vivo", cat: streaming, provider: canal13, cc: CL, imp: 1, tier: 4, checks: [http] }
2268 + - { id: stream-mega-go, name: "Mega GO", host: www.mega.cl, url: "https://www.mega.cl/senal-en-vivo/", cat: streaming, provider: bethia, cc: CL, imp: 1, tier: 4, checks: [http] }
2269 + - { id: stream-zapping, name: "Zapping TV", host: www.zapping.com, cat: streaming, provider: zapping, cc: CL, imp: 1, tier: 4, checks: [http] }
2270 + - { id: stream-caracol-play, name: "Caracol Play", host: play.caracoltv.com, cat: streaming, provider: valorem, cc: CO, imp: 1, tier: 4, checks: [http] }
2271 + - { id: stream-rtvc-play, name: "RTVCPlay", host: www.rtvcplay.co, cat: streaming, provider: rtvc, cc: CO, imp: 1, tier: 4, checks: [http] }
2272 + - { id: stream-win-sports, name: "Win Sports+", host: www.winsportsonline.com, cat: streaming, provider: win-sports, cc: CO, imp: 1, tier: 4, checks: [http] }
2273 + - { id: stream-america-tvgo, name: "América TVGO", host: tvgo.americatv.com.pe, cat: streaming, provider: plural, cc: PE, imp: 1, tier: 4, checks: [http] }
2274 + - { id: stream-latina-live, name: "Latina en vivo", host: www.latina.pe, url: "https://www.latina.pe/envivo", cat: streaming, provider: latina, cc: PE, imp: 1, tier: 4, checks: [http] }
2275 + - { id: stream-movistar-tv-pe, name: "Movistar TV Perú", host: www.movistar.com.pe, url: "https://www.movistar.com.pe/television", cat: streaming, provider: telefonica, cc: PE, imp: 1, tier: 4, checks: [http] }
2276 + - { id: stream-vtv-uy, name: "VTV Uruguay", host: vtv.com.uy, cat: streaming, provider: vtv-uy, cc: UY, imp: 1, tier: 4, checks: [http] }
2277 + - { id: stream-dstv-stream, name: "DStv Stream", host: www.dstv.com, url: "https://www.dstv.com/en-za/watch", cat: streaming, provider: multichoice, cc: ZA, imp: 1, tier: 4, checks: [http] }
2278 + - { id: stream-irokotv, name: "IROKOtv", host: irokotv.com, cat: streaming, provider: iroko, cc: NG, imp: 1, tier: 4, checks: [http] }
2279 + - { id: stream-startimes-on, name: "StarTimes ON", host: www.startimestv.com, cat: streaming, provider: startimes, cc: NG, imp: 1, tier: 4, checks: [http] }
2280 + - { id: stream-canal-plus-afrique, name: "Canal+ Afrique", host: www.canalplus-afrique.com, cat: streaming, provider: canal-plus, cc: FR, imp: 2, tier: 4, checks: [http] }
2281 + - { id: stream-tv5monde-plus, name: "TV5MONDEplus", host: www.tv5mondeplus.com, cat: streaming, provider: tv5monde, cc: FR, imp: 2, tier: 4, checks: [http] }
2282 + - { id: stream-kinopoisk, name: "Kinopoisk", host: www.kinopoisk.ru, cat: streaming, provider: yandex, cc: RU, imp: 3, tier: 4, checks: [http] }
2283 + - { id: stream-okko, name: "Okko", host: okko.tv, cat: streaming, provider: sber, cc: RU, imp: 2, tier: 4, checks: [http] }
2284 + - { id: stream-start, name: "START", host: start.ru, cat: streaming, provider: start, cc: RU, imp: 2, tier: 4, checks: [http] }
2285 + - { id: stream-premier, name: "PREMIER", host: premier.one, cat: streaming, provider: gazprom-media, cc: RU, imp: 2, tier: 4, checks: [http] }
2286 + - { id: stream-wink, name: "Wink", host: wink.ru, cat: streaming, provider: rostelecom, cc: RU, imp: 2, tier: 4, checks: [http] }
2287 + - { id: stream-ivi, name: "ivi", host: www.ivi.ru, cat: streaming, provider: ivi, cc: RU, imp: 2, tier: 4, checks: [http] }
2288 + - { id: stream-amediateka, name: "Amediateka", host: www.amediateka.ru, cat: streaming, provider: amedia, cc: RU, imp: 1, tier: 4, checks: [http] }
2289 + - { id: stream-rutube, name: "RUTUBE", host: rutube.ru, cat: streaming, provider: gazprom-media, cc: RU, imp: 3, tier: 4, checks: [http] }
2290 + - { id: stream-vk-video, name: "VK Video", host: vkvideo.ru, cat: streaming, provider: vk, cc: RU, imp: 3, tier: 4, checks: [http] }
2291 + - { id: stream-megogo, name: "MEGOGO", host: megogo.net, cat: streaming, provider: megogo, cc: UA, imp: 2, tier: 4, checks: [http] }
2292 + - { id: stream-sweet-tv, name: "SWEET.TV", host: sweet.tv, cat: streaming, provider: sweet-tv, cc: UA, imp: 1, tier: 4, checks: [http] }
2293 + - { id: stream-kyivstar-tv, name: "Kyivstar TV", host: tv.kyivstar.ua, cat: streaming, provider: kyivstar, cc: UA, imp: 1, tier: 4, checks: [http] }
2294 + - { id: stream-mubi-www, name: "MUBI Notebook", host: mubi.com, url: "https://mubi.com/en/notebook", cat: streaming, provider: mubi, cc: GB, imp: 1, tier: 4, checks: [http] }
2295 + - { id: stream-dailymotion-www, name: "Dailymotion (trending)", host: www.dailymotion.com, url: "https://www.dailymotion.com/trending", cat: streaming, provider: canal-plus, cc: FR, imp: 1, tier: 4, checks: [http] }
2296 + - { id: stream-vevo, name: "Vevo", host: www.vevo.com, cat: streaming, provider: vevo, cc: US, imp: 2, tier: 4, checks: [http] }
2297 + - { id: stream-rumble, name: "Rumble", host: rumble.com, cat: streaming, provider: rumble, cc: US, imp: 3, tier: 4, checks: [http] }
2298 + - { id: stream-odysee, name: "Odysee", host: odysee.com, cat: streaming, provider: odysee, cc: US, imp: 2, tier: 4, checks: [http] }
2299 + - { id: stream-peertube, name: "PeerTube (Framatube)", host: framatube.org, cat: streaming, provider: framasoft, cc: FR, imp: 1, tier: 4, checks: [http] }
2300 + - { id: stream-peertube-joinpeertube, name: "JoinPeerTube", host: joinpeertube.org, cat: streaming, provider: framasoft, cc: FR, imp: 1, tier: 4, checks: [http] }
2301 + - { id: stream-dlive, name: "DLive", host: dlive.tv, cat: streaming, provider: dlive, cc: US, imp: 1, tier: 4, checks: [http] }
2302 + - { id: stream-picarto, name: "Picarto", host: picarto.tv, cat: streaming, provider: picarto, cc: US, imp: 1, tier: 4, checks: [http] }
2303 + - { id: stream-trovo, name: "Trovo", host: trovo.live, cat: streaming, provider: tencent, svc: tencent, cc: US, imp: 2, tier: 4, checks: [http] }
2304 + - { id: stream-nimo, name: "Nimo TV", host: www.nimo.tv, cat: streaming, provider: huya, cc: SG, imp: 1, tier: 4, checks: [http] }
2305 + - { id: stream-bigo, name: "Bigo Live", host: www.bigo.tv, cat: streaming, provider: bigo, cc: SG, imp: 2, tier: 4, checks: [http] }
2306 + - { id: stream-youtube-live, name: "YouTube Live", host: www.youtube.com, url: "https://www.youtube.com/live", cat: streaming, provider: google, svc: google, cc: null, imp: 3, tier: 4, checks: [http] }
2307 + - { id: stream-twitch-status, name: "Twitch status", host: status.twitch.com, cat: streaming, provider: amazon, svc: twitch, cc: US, imp: 2, tier: 4, checks: [http] }
2308 + - { id: stream-kick-www, name: "Kick (browse)", host: kick.com, url: "https://kick.com/browse", cat: streaming, provider: kick, cc: AU, imp: 1, tier: 4, checks: [http] }
2309 + - { id: stream-vimeo-ott, name: "Vimeo OTT", host: vimeo.com, url: "https://vimeo.com/ott", cat: streaming, provider: vimeo, cc: US, imp: 1, tier: 4, checks: [http] }
2310 + - { id: stream-vimeo-status, name: "Vimeo status", host: status.vimeo.com, cat: streaming, provider: vimeo, cc: US, imp: 1, tier: 4, checks: [http] }
2311 + - { id: stream-wistia, name: "Wistia", host: wistia.com, cat: streaming, provider: wistia, cc: US, imp: 2, tier: 4, checks: [http] }
2312 + - { id: stream-jwplayer, name: "JW Player", host: jwplayer.com, cat: streaming, provider: jwplayer, cc: US, imp: 2, tier: 4, checks: [http] }
2313 + - { id: stream-brightcove, name: "Brightcove", host: www.brightcove.com, cat: streaming, provider: brightcove, cc: US, imp: 2, tier: 4, checks: [http] }
2314 + - { id: stream-vidyard, name: "Vidyard", host: www.vidyard.com, cat: streaming, provider: vidyard, cc: CA, imp: 2, tier: 4, checks: [http] }
2315 + - { id: stream-loom, name: "Loom", host: www.loom.com, cat: streaming, provider: atlassian, svc: atlassian, cc: US, imp: 2, tier: 4, checks: [http] }
2316 + - { id: stream-streamyard, name: "StreamYard", host: streamyard.com, cat: streaming, provider: bending-spoons, svc: streamyard, cc: US, imp: 1, tier: 4, checks: [http] }
2317 + - { id: stream-restream, name: "Restream", host: restream.io, cat: streaming, provider: restream, cc: US, imp: 2, tier: 4, checks: [http] }
2318 + - { id: stream-streamlabs, name: "Streamlabs", host: streamlabs.com, cat: streaming, provider: logitech, cc: US, imp: 2, tier: 4, checks: [http] }
2319 + - { id: stream-obs, name: "OBS Project", host: obsproject.com, cat: streaming, provider: obs, cc: US, imp: 2, tier: 4, checks: [http] }
2320 + - { id: stream-vlc, name: "VideoLAN", host: www.videolan.org, cat: streaming, provider: videolan, cc: FR, imp: 2, tier: 4, checks: [http] }
2321 + - { id: stream-plex-status, name: "Plex status", host: status.plex.tv, cat: streaming, provider: plex, svc: plex, cc: US, imp: 1, tier: 4, checks: [http] }
2322 + - { id: stream-jellyfin, name: "Jellyfin", host: jellyfin.org, cat: streaming, provider: jellyfin, cc: US, imp: 1, tier: 4, checks: [http] }
2323 + - { id: stream-emby, name: "Emby", host: emby.media, cat: streaming, provider: emby, cc: US, imp: 1, tier: 4, checks: [http] }
2324 + - { id: stream-kodi, name: "Kodi", host: kodi.tv, cat: streaming, provider: kodi, cc: US, imp: 2, tier: 4, checks: [http] }
2325 + - { id: stream-justwatch, name: "JustWatch", host: www.justwatch.com, cat: streaming, provider: justwatch, cc: DE, imp: 2, tier: 4, checks: [http] }
2326 + - { id: stream-reelgood, name: "Reelgood", host: reelgood.com, cat: streaming, provider: reelgood, cc: US, imp: 1, tier: 4, checks: [http] }
2327 +
2328 + # ───────── Streaming — music, radio, audiobooks (104)
2329 + - { id: music-amazon-music, name: "Amazon Music", host: music.amazon.com, cat: streaming, provider: amazon, svc: aws, cc: US, imp: 3, tier: 4, checks: [http] }
2330 + - { id: music-qobuz, name: "Qobuz", host: www.qobuz.com, cat: streaming, provider: qobuz, cc: FR, imp: 2, tier: 4, checks: [http] }
2331 + - { id: music-tunein, name: "TuneIn", host: tunein.com, cat: streaming, provider: tunein, svc: tunein, cc: US, imp: 3, tier: 4, checks: [http] }
2332 + - { id: music-audacy, name: "Audacy", host: www.audacy.com, cat: streaming, provider: audacy, cc: US, imp: 2, tier: 4, checks: [http] }
2333 + - { id: music-siriusxm, name: "SiriusXM", host: www.siriusxm.com, cat: streaming, provider: siriusxm, cc: US, imp: 3, tier: 4, checks: [http] }
2334 + - { id: music-anghami, name: "Anghami", host: www.anghami.com, cat: streaming, provider: anghami, cc: AE, imp: 2, tier: 4, checks: [http] }
2335 + - { id: music-jiosaavn, name: "JioSaavn", host: www.jiosaavn.com, cat: streaming, provider: jio, cc: IN, imp: 3, tier: 4, checks: [http] }
2336 + - { id: music-gaana, name: "Gaana", host: gaana.com, cat: streaming, provider: gaana, cc: IN, imp: 2, tier: 4, checks: [http] }
2337 + - { id: music-wynk, name: "Wynk Music", host: wynk.in, cat: streaming, provider: airtel, cc: IN, imp: 2, tier: 4, checks: [http] }
2338 + - { id: music-boomplay, name: "Boomplay", host: www.boomplay.com, cat: streaming, provider: transsnet, cc: NG, imp: 2, tier: 4, checks: [http] }
2339 + - { id: music-audiomack, name: "Audiomack", host: audiomack.com, cat: streaming, provider: audiomack, cc: US, imp: 2, tier: 4, checks: [http] }
2340 + - { id: music-qq-music, name: "QQ Music", host: y.qq.com, cat: streaming, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 4, checks: [http] }
2341 + - { id: music-netease-cloud-music, name: "NetEase Cloud Music", host: music.163.com, cat: streaming, provider: netease, cc: CN, imp: 3, tier: 4, checks: [http] }
2342 + - { id: music-kugou, name: "Kugou", host: www.kugou.com, cat: streaming, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
2343 + - { id: music-melon, name: "Melon", host: www.melon.com, cat: streaming, provider: kakao, cc: KR, imp: 3, tier: 4, checks: [http] }
2344 + - { id: music-genie, name: "Genie Music", host: www.genie.co.kr, cat: streaming, provider: kt, cc: KR, imp: 2, tier: 4, checks: [http] }
2345 + - { id: music-bugs, name: "Bugs!", host: music.bugs.co.kr, cat: streaming, provider: nhn, cc: KR, imp: 2, tier: 4, checks: [http] }
2346 + - { id: music-flo, name: "FLO", host: www.music-flo.com, cat: streaming, provider: dreamus, cc: KR, imp: 2, tier: 4, checks: [http] }
2347 + - { id: music-vibe, name: "NAVER VIBE", host: vibe.naver.com, cat: streaming, provider: naver, cc: KR, imp: 2, tier: 4, checks: [http] }
2348 + - { id: music-line-music, name: "LINE MUSIC", host: music.line.me, cat: streaming, provider: ly-corp, cc: JP, imp: 2, tier: 4, checks: [http] }
2349 + - { id: music-awa, name: "AWA", host: awa.fm, cat: streaming, provider: awa, cc: JP, imp: 2, tier: 4, checks: [http] }
2350 + - { id: music-recochoku, name: "Recochoku", host: recochoku.jp, cat: streaming, provider: recochoku, cc: JP, imp: 1, tier: 4, checks: [http] }
2351 + - { id: music-mora, name: "mora", host: mora.jp, cat: streaming, provider: sony, cc: JP, imp: 1, tier: 4, checks: [http] }
2352 + - { id: music-yandex-music, name: "Yandex Music", host: music.yandex.ru, cat: streaming, provider: yandex, cc: RU, imp: 3, tier: 4, checks: [http] }
2353 + - { id: music-vk-music, name: "VK Music", host: vk.com, url: "https://vk.com/audio", cat: streaming, provider: vk, cc: RU, imp: 2, tier: 4, checks: [http] }
2354 + - { id: music-zvuk, name: "Zvuk", host: zvuk.com, cat: streaming, provider: sber, cc: RU, imp: 2, tier: 4, checks: [http] }
2355 + - { id: music-joox, name: "JOOX", host: www.joox.com, cat: streaming, provider: tencent, svc: tencent, cc: HK, imp: 2, tier: 4, checks: [http] }
2356 + - { id: music-kkbox, name: "KKBOX", host: www.kkbox.com, cat: streaming, provider: kkcompany, cc: TW, imp: 2, tier: 4, checks: [http] }
2357 + - { id: music-mymusic, name: "MyMusic", host: www.mymusic.net.tw, cat: streaming, provider: taiwan-mobile, cc: TW, imp: 1, tier: 4, checks: [http] }
2358 + - { id: music-langit-musik, name: "Langit Musik", host: www.langitmusik.co.id, cat: streaming, provider: telkomsel, cc: ID, imp: 1, tier: 4, checks: [http] }
2359 + - { id: music-napster, name: "Napster", host: www.napster.com, cat: streaming, provider: napster, cc: US, imp: 1, tier: 4, checks: [http] }
2360 + - { id: music-idagio, name: "IDAGIO", host: www.idagio.com, cat: streaming, provider: idagio, cc: DE, imp: 1, tier: 4, checks: [http] }
2361 + - { id: music-bandcamp, name: "Bandcamp", host: bandcamp.com, cat: streaming, provider: bandcamp, cc: US, imp: 3, tier: 4, checks: [http] }
2362 + - { id: music-mixcloud, name: "Mixcloud", host: www.mixcloud.com, cat: streaming, provider: mixcloud, cc: GB, imp: 2, tier: 4, checks: [http] }
2363 + - { id: music-reverbnation, name: "ReverbNation", host: www.reverbnation.com, cat: streaming, provider: reverbnation, cc: US, imp: 1, tier: 4, checks: [http] }
2364 + - { id: music-beatport, name: "Beatport", host: www.beatport.com, cat: streaming, provider: beatport, cc: US, imp: 2, tier: 4, checks: [http] }
2365 + - { id: music-splice, name: "Splice", host: splice.com, cat: streaming, provider: splice, svc: splice, cc: US, imp: 2, tier: 4, checks: [http] }
2366 + - { id: music-shazam, name: "Shazam", host: www.shazam.com, cat: streaming, provider: apple, svc: apple, cc: US, imp: 2, tier: 4, checks: [http] }
2367 + - { id: music-soundcloud-status, name: "SoundCloud status", host: status.soundcloud.com, cat: streaming, provider: soundcloud, cc: DE, imp: 1, tier: 4, checks: [http] }
2368 + - { id: music-deezer-status, name: "Deezer (support)", host: support.deezer.com, cat: streaming, provider: deezer, cc: FR, imp: 1, tier: 4, checks: [http] }
2369 + - { id: music-tidal-support, name: "TIDAL support", host: support.tidal.com, cat: streaming, provider: block, cc: US, imp: 1, tier: 4, checks: [http] }
2370 + - { id: music-audible-ca, name: "Audible.ca", host: www.audible.ca, cat: streaming, provider: amazon, svc: aws, cc: CA, imp: 1, tier: 4, checks: [http] }
2371 + - { id: music-audible-uk, name: "Audible.co.uk", host: www.audible.co.uk, cat: streaming, provider: amazon, svc: aws, cc: GB, imp: 1, tier: 4, checks: [http] }
2372 + - { id: music-audible-de, name: "Audible.de", host: www.audible.de, cat: streaming, provider: amazon, svc: aws, cc: DE, imp: 1, tier: 4, checks: [http] }
2373 + - { id: music-storytel, name: "Storytel", host: www.storytel.com, cat: streaming, provider: storytel, cc: SE, imp: 2, tier: 4, checks: [http] }
2374 + - { id: music-bookbeat, name: "BookBeat", host: www.bookbeat.com, cat: streaming, provider: bonnier, cc: SE, imp: 1, tier: 4, checks: [http] }
2375 + - { id: music-scribd, name: "Everand (Scribd)", host: www.everand.com, cat: streaming, provider: scribd, cc: US, imp: 2, tier: 4, checks: [http] }
2376 + - { id: music-libro-fm, name: "Libro.fm", host: libro.fm, cat: streaming, provider: libro, cc: US, imp: 1, tier: 4, checks: [http] }
2377 + - { id: music-kobo, name: "Kobo", host: www.kobo.com, cat: streaming, provider: rakuten, cc: CA, imp: 2, tier: 4, checks: [http] }
2378 + - { id: music-libby, name: "Libby (OverDrive)", host: libbyapp.com, cat: streaming, provider: overdrive, cc: US, imp: 2, tier: 4, checks: [http] }
2379 + - { id: music-radio-garden, name: "Radio Garden", host: radio.garden, cat: streaming, provider: radio-garden, cc: NL, imp: 2, tier: 4, checks: [http] }
2380 + - { id: music-radio-browser, name: "Radio Browser", host: www.radio-browser.info, cat: streaming, provider: radio-browser, cc: DE, imp: 1, tier: 4, checks: [http] }
2381 + - { id: music-onlineradiobox, name: "Online Radio Box", host: onlineradiobox.com, cat: streaming, provider: onlineradiobox, cc: US, imp: 1, tier: 4, checks: [http] }
2382 + - { id: music-somafm, name: "SomaFM", host: somafm.com, cat: streaming, provider: somafm, cc: US, imp: 1, tier: 4, checks: [http] }
2383 + - { id: music-di-fm, name: "DI.FM", host: www.di.fm, cat: streaming, provider: audioaddict, cc: US, imp: 1, tier: 4, checks: [http] }
2384 + - { id: music-radio-paradise, name: "Radio Paradise", host: radioparadise.com, cat: streaming, provider: radio-paradise, cc: US, imp: 1, tier: 4, checks: [http] }
2385 + - { id: music-nts, name: "NTS Radio", host: www.nts.live, cat: streaming, provider: nts, cc: GB, imp: 1, tier: 4, checks: [http] }
2386 + - { id: music-kexp, name: "KEXP", host: www.kexp.org, cat: streaming, provider: kexp, cc: US, imp: 1, tier: 4, checks: [http] }
2387 + - { id: music-triple-j, name: "triple j", host: www.abc.net.au, url: "https://www.abc.net.au/triplej", cat: streaming, provider: abc, cc: AU, imp: 1, tier: 4, checks: [http] }
2388 + - { id: music-bbc-radio-1, name: "BBC Radio 1", host: www.bbc.co.uk, url: "https://www.bbc.co.uk/sounds/play/live:bbc_radio_one", cat: streaming, provider: bbc, cc: GB, imp: 1, tier: 4, checks: [http] }
2389 + - { id: music-france-musique, name: "France Musique", host: www.radiofrance.fr, url: "https://www.radiofrance.fr/francemusique", cat: streaming, provider: radio-france, cc: FR, imp: 1, tier: 4, checks: [http] }
2390 + - { id: music-fip, name: "FIP", host: www.radiofrance.fr, url: "https://www.radiofrance.fr/fip", cat: streaming, provider: radio-france, cc: FR, imp: 1, tier: 4, checks: [http] }
2391 + - { id: music-nrj, name: "NRJ", host: www.nrj.fr, cat: streaming, provider: nrj, cc: FR, imp: 2, tier: 4, checks: [http] }
2392 + - { id: music-skyrock, name: "Skyrock", host: skyrock.fm, cat: streaming, provider: skyrock, cc: FR, imp: 1, tier: 4, checks: [http] }
2393 + - { id: music-fun-radio, name: "Fun Radio", host: www.funradio.fr, cat: streaming, provider: m6, cc: FR, imp: 1, tier: 4, checks: [http] }
2394 + - { id: music-radio-1-de, name: "1LIVE", host: www1.wdr.de, url: "https://www1.wdr.de/radio/1live/index.html", cat: streaming, provider: ard, cc: DE, imp: 1, tier: 4, checks: [http] }
2395 + - { id: music-antenne-bayern, name: "Antenne Bayern", host: www.antenne.de, cat: streaming, provider: antenne, cc: DE, imp: 1, tier: 4, checks: [http] }
2396 + - { id: music-radio-538, name: "Radio 538", host: www.538.nl, cat: streaming, provider: talpa, cc: NL, imp: 1, tier: 4, checks: [http] }
2397 + - { id: music-qmusic, name: "Qmusic", host: qmusic.nl, cat: streaming, provider: dpg, cc: NL, imp: 1, tier: 4, checks: [http] }
2398 + - { id: music-radio-105, name: "Radio 105", host: www.105.net, cat: streaming, provider: mediaset, cc: IT, imp: 1, tier: 4, checks: [http] }
2399 + - { id: music-rtl-102-5, name: "RTL 102.5", host: www.rtl.it, cat: streaming, provider: rtl-102, cc: IT, imp: 1, tier: 4, checks: [http] }
2400 + - { id: music-los40, name: "LOS40", host: los40.com, cat: streaming, provider: prisa, cc: ES, imp: 2, tier: 4, checks: [http] }
2401 + - { id: music-cadena-100, name: "Cadena 100", host: www.cadena100.es, cat: streaming, provider: cope, cc: ES, imp: 1, tier: 4, checks: [http] }
2402 + - { id: music-europa-fm, name: "Europa FM", host: www.europafm.com, cat: streaming, provider: atresmedia, cc: ES, imp: 1, tier: 4, checks: [http] }
2403 + - { id: music-rdio, name: "Rádio Comercial", host: radiocomercial.pt, cat: streaming, provider: bauer, cc: PT, imp: 1, tier: 4, checks: [http] }
2404 + - { id: music-radio-nova-fi, name: "Radio Nova", host: www.radionova.fi, cat: streaming, provider: bauer, cc: FI, imp: 1, tier: 4, checks: [http] }
2405 + - { id: music-p3-se, name: "Sveriges Radio P3", host: sverigesradio.se, url: "https://sverigesradio.se/p3", cat: streaming, provider: sr, cc: SE, imp: 1, tier: 4, checks: [http] }
2406 + - { id: music-nrk-p3, name: "NRK P3", host: p3.no, cat: streaming, provider: nrk, cc: "NO", imp: 1, tier: 4, checks: [http] }
2407 + - { id: music-dr-p3, name: "DR P3", host: www.dr.dk, url: "https://www.dr.dk/lyd/p3", cat: streaming, provider: dr, cc: DK, imp: 1, tier: 4, checks: [http] }
2408 + - { id: music-radio-zet, name: "Radio ZET", host: www.radiozet.pl, cat: streaming, provider: eurozet, cc: PL, imp: 1, tier: 4, checks: [http] }
2409 + - { id: music-eska, name: "Radio ESKA", host: www.eska.pl, cat: streaming, provider: zpr, cc: PL, imp: 1, tier: 4, checks: [http] }
2410 + - { id: music-evropa2, name: "Evropa 2", host: www.evropa2.cz, cat: streaming, provider: czech-media-invest, cc: CZ, imp: 1, tier: 4, checks: [http] }
2411 + - { id: music-kiss-fm-ua, name: "Kiss FM Ukraine", host: kissfm.ua, cat: streaming, provider: tavr, cc: UA, imp: 1, tier: 4, checks: [http] }
2412 + - { id: music-europa-plus, name: "Europa Plus", host: europaplus.ru, cat: streaming, provider: emg, cc: RU, imp: 1, tier: 4, checks: [http] }
2413 + - { id: music-radio-record, name: "Radio Record", host: www.radiorecord.ru, cat: streaming, provider: record, cc: RU, imp: 1, tier: 4, checks: [http] }
2414 + - { id: music-power-turk, name: "Power FM Türkiye", host: powerapp.com.tr, cat: streaming, provider: power, cc: TR, imp: 1, tier: 4, checks: [http] }
2415 + - { id: music-kral-fm, name: "Kral FM", host: www.kralmuzik.com.tr, cat: streaming, provider: dogus, cc: TR, imp: 1, tier: 4, checks: [http] }
2416 + - { id: music-mbc-fm4u, name: "MBC FM4U", host: www.imbc.com, url: "https://www.imbc.com/broad/radio/fm4u/", cat: streaming, provider: mbc-kr, cc: KR, imp: 1, tier: 4, checks: [http] }
2417 + - { id: music-j-wave, name: "J-WAVE", host: www.j-wave.co.jp, cat: streaming, provider: j-wave, cc: JP, imp: 1, tier: 4, checks: [http] }
2418 + - { id: music-tokyo-fm, name: "TOKYO FM", host: www.tfm.co.jp, cat: streaming, provider: tokyo-fm, cc: JP, imp: 1, tier: 4, checks: [http] }
2419 + - { id: music-nova-au, name: "Nova", host: www.novafm.com.au, cat: streaming, provider: nova-entertainment, cc: AU, imp: 1, tier: 4, checks: [http] }
2420 + - { id: music-kiis, name: "KIIS 1065", host: www.kiis1065.com.au, cat: streaming, provider: arn, cc: AU, imp: 1, tier: 4, checks: [http] }
2421 + - { id: music-the-edge-nz, name: "The Edge NZ", host: www.theedge.co.nz, cat: streaming, provider: mediaworks, cc: NZ, imp: 1, tier: 4, checks: [http] }
2422 + - { id: music-zm-nz, name: "ZM", host: www.zmonline.com, cat: streaming, provider: nzme, cc: NZ, imp: 1, tier: 4, checks: [http] }
2423 + - { id: music-radio-metro, name: "Metro FM (SA)", host: www.metrofm.co.za, cat: streaming, provider: sabc, cc: ZA, imp: 1, tier: 4, checks: [http] }
2424 + - { id: music-947, name: "947", host: www.947.co.za, cat: streaming, provider: primedia, cc: ZA, imp: 1, tier: 4, checks: [http] }
2425 + - { id: music-beat-fm, name: "Beat FM Lagos", host: www.thebeat99.com, cat: streaming, provider: megalectrics, cc: NG, imp: 1, tier: 4, checks: [http] }
2426 + - { id: music-cool-fm, name: "Cool FM Nigeria", host: coolfm.ng, cat: streaming, provider: cool-fm, cc: NG, imp: 1, tier: 4, checks: [http] }
2427 + - { id: music-radio-mirchi, name: "Radio Mirchi", host: www.radiomirchi.com, cat: streaming, provider: bccl, cc: IN, imp: 2, tier: 4, checks: [http] }
2428 + - { id: music-red-fm, name: "Red FM", host: www.redfmindia.in, cat: streaming, provider: red-fm, cc: IN, imp: 1, tier: 4, checks: [http] }
2429 + - { id: music-los40-mx, name: "LOS40 México", host: los40.com.mx, cat: streaming, provider: prisa, cc: MX, imp: 1, tier: 4, checks: [http] }
2430 + - { id: music-exa-fm, name: "Exa FM", host: www.exafm.com, cat: streaming, provider: mvs, cc: MX, imp: 1, tier: 4, checks: [http] }
2431 + - { id: music-jovem-pan-fm, name: "Jovem Pan FM", host: jovempan.com.br, url: "https://jovempan.com.br/programas/jovem-pan-fm", cat: streaming, provider: jovem-pan, cc: BR, imp: 1, tier: 4, checks: [http] }
2432 + - { id: music-radio-globo, name: "Rádio Globo", host: radioglobo.globo.com, cat: streaming, provider: globo, cc: BR, imp: 1, tier: 4, checks: [http] }
2433 +
2434 + # ───────── Streaming — podcasts (29)
2435 + - { id: podcast-apple-podcasts, name: "Apple Podcasts", host: podcasts.apple.com, cat: streaming, provider: apple, svc: apple, cc: null, imp: 4, tier: 2, checks: [http] }
2436 + - { id: podcast-spotify-for-creators, name: "Spotify for Creators", host: creators.spotify.com, cat: streaming, provider: spotify, svc: spotify, cc: null, imp: 2, tier: 4, checks: [http] }
2437 + - { id: podcast-pocket-casts, name: "Pocket Casts", host: pocketcasts.com, cat: streaming, provider: automattic, cc: US, imp: 2, tier: 4, checks: [http] }
2438 + - { id: podcast-overcast, name: "Overcast", host: overcast.fm, cat: streaming, provider: overcast, cc: US, imp: 2, tier: 4, checks: [http] }
2439 + - { id: podcast-castbox, name: "Castbox", host: castbox.fm, cat: streaming, provider: castbox, cc: US, imp: 2, tier: 4, checks: [http] }
2440 + - { id: podcast-podbean, name: "Podbean", host: www.podbean.com, cat: streaming, provider: podbean, cc: US, imp: 2, tier: 4, checks: [http] }
2441 + - { id: podcast-buzzsprout, name: "Buzzsprout", host: www.buzzsprout.com, cat: streaming, provider: higher-pixels, cc: US, imp: 2, tier: 4, checks: [http] }
2442 + - { id: podcast-libsyn, name: "Libsyn", host: libsyn.com, cat: streaming, provider: libsyn, cc: US, imp: 2, tier: 4, checks: [http] }
2443 + - { id: podcast-acast, name: "Acast", host: www.acast.com, cat: streaming, provider: acast, cc: SE, imp: 2, tier: 4, checks: [http] }
2444 + - { id: podcast-megaphone, name: "Megaphone", host: megaphone.spotify.com, cat: streaming, provider: spotify, svc: spotify, cc: US, imp: 2, tier: 4, checks: [http] }
2445 + - { id: podcast-simplecast, name: "Simplecast", host: simplecast.com, cat: streaming, provider: siriusxm, cc: US, imp: 1, tier: 4, checks: [http] }
2446 + - { id: podcast-transistor, name: "Transistor", host: transistor.fm, cat: streaming, provider: transistor, cc: US, imp: 1, tier: 4, checks: [http] }
2447 + - { id: podcast-audioboom, name: "Audioboom", host: audioboom.com, cat: streaming, provider: audioboom, cc: GB, imp: 1, tier: 4, checks: [http] }
2448 + - { id: podcast-podchaser, name: "Podchaser", host: www.podchaser.com, cat: streaming, provider: podchaser, cc: US, imp: 1, tier: 4, checks: [http] }
2449 + - { id: podcast-listen-notes, name: "Listen Notes", host: www.listennotes.com, cat: streaming, provider: listen-notes, cc: US, imp: 1, tier: 4, checks: [http] }
2450 + - { id: podcast-rss-com, name: "RSS.com", host: rss.com, cat: streaming, provider: rss-com, cc: US, imp: 1, tier: 4, checks: [http] }
2451 + - { id: podcast-captivate, name: "Captivate", host: www.captivate.fm, cat: streaming, provider: global, cc: GB, imp: 1, tier: 4, checks: [http] }
2452 + - { id: podcast-spreaker, name: "Spreaker", host: www.spreaker.com, cat: streaming, provider: iheartmedia, cc: US, imp: 1, tier: 4, checks: [http] }
2453 + - { id: podcast-podcast-addict, name: "Podcast Addict", host: podcastaddict.com, cat: streaming, provider: podcast-addict, cc: FR, imp: 1, tier: 4, checks: [http] }
2454 + - { id: podcast-podcast-index, name: "Podcast Index", host: podcastindex.org, cat: streaming, provider: podcast-index, cc: US, imp: 1, tier: 4, checks: [http] }
2455 + - { id: podcast-castro, name: "Castro", host: castro.fm, cat: streaming, provider: castro, cc: US, imp: 1, tier: 4, checks: [http] }
2456 + - { id: podcast-goodpods, name: "Goodpods", host: goodpods.com, cat: streaming, provider: goodpods, cc: US, imp: 1, tier: 4, checks: [http] }
2457 + - { id: podcast-podimo, name: "Podimo", host: podimo.com, cat: streaming, provider: podimo, cc: DK, imp: 1, tier: 4, checks: [http] }
2458 + - { id: podcast-ausha, name: "Ausha", host: www.ausha.co, cat: streaming, provider: ausha, cc: FR, imp: 1, tier: 4, checks: [http] }
2459 + - { id: podcast-radio-public, name: "Wondery", host: wondery.com, cat: streaming, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
2460 + - { id: podcast-audible-podcasts, name: "iHeartPodcasts", host: www.iheart.com, url: "https://www.iheart.com/podcast/", cat: streaming, provider: iheartmedia, cc: US, imp: 1, tier: 4, checks: [http] }
2461 + - { id: podcast-bbc-podcasts, name: "BBC Sounds podcasts", host: www.bbc.co.uk, url: "https://www.bbc.co.uk/sounds/podcasts", cat: streaming, provider: bbc, cc: GB, imp: 1, tier: 4, checks: [http] }
2462 + - { id: podcast-radio-canada-balados, name: "OHdio balados", host: ici.radio-canada.ca, url: "https://ici.radio-canada.ca/ohdio/balados", cat: streaming, provider: cbc, cc: CA, imp: 1, tier: 4, checks: [http] }
2463 + - { id: podcast-qub-radio, name: "QUB radio", host: www.qub.ca, url: "https://www.qub.ca/radio", cat: streaming, provider: quebecor, cc: CA, imp: 1, tier: 4, checks: [http] }
2464 +
2465 + # ───────── Gaming — stores, publishers, live services, engines, tooling (219)
2466 + - { id: game-humble, name: "Humble Bundle", host: www.humblebundle.com, cat: streaming, provider: ziff-davis, cc: US, imp: 2, tier: 4, checks: [http] }
2467 + - { id: game-ubisoft-connect, name: "Ubisoft Connect", host: ubisoftconnect.com, cat: streaming, provider: ubisoft, cc: FR, imp: 2, tier: 4, checks: [http] }
2468 + - { id: game-ubisoft-store, name: "Ubisoft Store", host: store.ubisoft.com, cat: streaming, provider: ubisoft, cc: FR, imp: 2, tier: 4, checks: [http] }
2469 + - { id: game-ubisoft-status, name: "Ubisoft support", host: www.ubisoft.com, url: "https://www.ubisoft.com/en-us/help", cat: streaming, provider: ubisoft, cc: FR, imp: 1, tier: 4, checks: [http] }
2470 + - { id: game-ea-app, name: "EA app", host: www.ea.com, url: "https://www.ea.com/ea-app", cat: streaming, provider: ea, cc: US, imp: 2, tier: 4, checks: [http] }
2471 + - { id: game-battle-net-eu, name: "Battle.net (EU)", host: eu.battle.net, cat: streaming, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
2472 + - { id: game-battle-net-shop, name: "Battle.net Shop", host: shop.battle.net, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2473 + - { id: game-blizzard, name: "Blizzard Entertainment", host: www.blizzard.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 3, tier: 4, checks: [http] }
2474 + - { id: game-blizzard-news, name: "Blizzard News", host: news.blizzard.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2475 + - { id: game-wow, name: "World of Warcraft", host: worldofwarcraft.blizzard.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2476 + - { id: game-overwatch, name: "Overwatch", host: overwatch.blizzard.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2477 + - { id: game-diablo, name: "Diablo IV", host: diablo4.blizzard.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2478 + - { id: game-hearthstone, name: "Hearthstone", host: hearthstone.blizzard.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2479 + - { id: game-valorant, name: "VALORANT", host: playvalorant.com, cat: streaming, provider: riot, cc: US, imp: 3, tier: 4, checks: [http] }
2480 + - { id: game-league-of-legends, name: "League of Legends", host: www.leagueoflegends.com, cat: streaming, provider: riot, cc: US, imp: 3, tier: 4, checks: [http] }
2481 + - { id: game-riot-status, name: "Riot Games Service Status", host: status.riotgames.com, cat: streaming, provider: riot, cc: US, imp: 2, tier: 4, checks: [http] }
2482 + - { id: game-riot-support, name: "Riot Support", host: support-leagueoflegends.riotgames.com, cat: streaming, provider: riot, cc: US, imp: 1, tier: 4, checks: [http] }
2483 + - { id: game-lol-esports, name: "LoL Esports", host: lolesports.com, cat: streaming, provider: riot, cc: US, imp: 2, tier: 4, checks: [http] }
2484 + - { id: game-tft, name: "Teamfight Tactics", host: teamfighttactics.leagueoflegends.com, cat: streaming, provider: riot, cc: US, imp: 1, tier: 4, checks: [http] }
2485 + - { id: game-wild-rift, name: "Wild Rift", host: wildrift.leagueoflegends.com, cat: streaming, provider: riot, cc: US, imp: 1, tier: 4, checks: [http] }
2486 + - { id: game-rockstar-social-club, name: "Rockstar Games Social Club", host: socialclub.rockstargames.com, cat: streaming, provider: take-two, cc: US, imp: 2, tier: 4, checks: [http] }
2487 + - { id: game-gta, name: "GTA VI", host: www.rockstargames.com, url: "https://www.rockstargames.com/VI", cat: streaming, provider: take-two, cc: US, imp: 2, tier: 4, checks: [http] }
2488 + - { id: game-take-two, name: "Take-Two Interactive", host: www.take2games.com, cat: streaming, provider: take-two, cc: US, imp: 1, tier: 4, checks: [http] }
2489 + - { id: game-2k, name: "2K", host: 2k.com, cat: streaming, provider: take-two, cc: US, imp: 2, tier: 4, checks: [http] }
2490 + - { id: game-bethesda, name: "Bethesda", host: bethesda.net, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2491 + - { id: game-square-enix, name: "Square Enix", host: www.square-enix.com, cat: streaming, provider: square-enix, cc: JP, imp: 2, tier: 4, checks: [http] }
2492 + - { id: game-square-enix-store, name: "Square Enix Store (NA)", host: store.na.square-enix-games.com, cat: streaming, provider: square-enix, cc: US, imp: 1, tier: 4, checks: [http] }
2493 + - { id: game-ffxiv, name: "Final Fantasy XIV Lodestone", host: na.finalfantasyxiv.com, url: "https://na.finalfantasyxiv.com/lodestone/", cat: streaming, provider: square-enix, cc: JP, imp: 2, tier: 4, checks: [http] }
2494 + - { id: game-capcom, name: "Capcom", host: www.capcom.com, cat: streaming, provider: capcom, cc: JP, imp: 2, tier: 4, checks: [http] }
2495 + - { id: game-konami, name: "Konami", host: www.konami.com, cat: streaming, provider: konami, cc: JP, imp: 2, tier: 4, checks: [http] }
2496 + - { id: game-bandai-namco, name: "Bandai Namco", host: www.bandainamcoent.com, cat: streaming, provider: bandai-namco, cc: JP, imp: 2, tier: 4, checks: [http] }
2497 + - { id: game-bandai-namco-jp, name: "Bandai Namco (JP)", host: www.bandainamcoent.co.jp, cat: streaming, provider: bandai-namco, cc: JP, imp: 1, tier: 4, checks: [http] }
2498 + - { id: game-sega, name: "SEGA", host: www.sega.com, cat: streaming, provider: sega, cc: JP, imp: 2, tier: 4, checks: [http] }
2499 + - { id: game-sega-jp, name: "SEGA (JP)", host: sega.jp, cat: streaming, provider: sega, cc: JP, imp: 1, tier: 4, checks: [http] }
2500 + - { id: game-atlus, name: "Atlus", host: atlus.com, cat: streaming, provider: sega, cc: JP, imp: 1, tier: 4, checks: [http] }
2501 + - { id: game-koei-tecmo, name: "Koei Tecmo", host: www.koeitecmo.co.jp, cat: streaming, provider: koei-tecmo, cc: JP, imp: 1, tier: 4, checks: [http] }
2502 + - { id: game-fromsoftware, name: "FromSoftware", host: www.fromsoftware.jp, cat: streaming, provider: kadokawa, cc: JP, imp: 1, tier: 4, checks: [http] }
2503 + - { id: game-level-5, name: "Level-5", host: www.level5.co.jp, cat: streaming, provider: level5, cc: JP, imp: 1, tier: 4, checks: [http] }
2504 + - { id: game-gungho, name: "GungHo", host: www.gungho.co.jp, cat: streaming, provider: gungho, cc: JP, imp: 1, tier: 4, checks: [http] }
2505 + - { id: game-colopl, name: "COLOPL", host: colopl.co.jp, cat: streaming, provider: colopl, cc: JP, imp: 1, tier: 4, checks: [http] }
2506 + - { id: game-dena, name: "DeNA", host: dena.com, cat: streaming, provider: dena, cc: JP, imp: 1, tier: 4, checks: [http] }
2507 + - { id: game-gree, name: "GREE", host: corp.gree.net, cat: streaming, provider: gree, cc: JP, imp: 1, tier: 4, checks: [http] }
2508 + - { id: game-cygames, name: "Cygames", host: www.cygames.co.jp, cat: streaming, provider: cygames, cc: JP, imp: 2, tier: 4, checks: [http] }
2509 + - { id: game-mixi-games, name: "MIXI (Monster Strike)", host: www.monster-strike.com, cat: streaming, provider: mixi, cc: JP, imp: 1, tier: 4, checks: [http] }
2510 + - { id: game-nexon, name: "Nexon", host: www.nexon.com, cat: streaming, provider: nexon, cc: KR, imp: 2, tier: 4, checks: [http] }
2511 + - { id: game-nexon-kr, name: "Nexon Korea", host: www.nexon.co.kr, cat: streaming, provider: nexon, cc: KR, imp: 1, tier: 4, checks: [http] }
2512 + - { id: game-maplestory, name: "MapleStory", host: maplestory.nexon.net, cat: streaming, provider: nexon, cc: US, imp: 1, tier: 4, checks: [http] }
2513 + - { id: game-ncsoft, name: "NCSOFT", host: kr.ncsoft.com, cat: streaming, provider: ncsoft, cc: KR, imp: 2, tier: 4, checks: [http] }
2514 + - { id: game-ncsoft-global, name: "NCSOFT (global)", host: www.ncsoft.com, cat: streaming, provider: ncsoft, cc: KR, imp: 1, tier: 4, checks: [http] }
2515 + - { id: game-smilegate, name: "Smilegate", host: www.smilegate.com, cat: streaming, provider: smilegate, cc: KR, imp: 1, tier: 4, checks: [http] }
2516 + - { id: game-lost-ark, name: "Lost Ark", host: www.playlostark.com, cat: streaming, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
2517 + - { id: game-pearl-abyss, name: "Pearl Abyss", host: www.pearlabyss.com, cat: streaming, provider: pearl-abyss, cc: KR, imp: 1, tier: 4, checks: [http] }
2518 + - { id: game-black-desert, name: "Black Desert Online", host: www.naeu.playblackdesert.com, cat: streaming, provider: pearl-abyss, cc: KR, imp: 1, tier: 4, checks: [http] }
2519 + - { id: game-gravity, name: "Gravity (Ragnarok)", host: www.gravity.co.kr, cat: streaming, provider: gravity, cc: KR, imp: 1, tier: 4, checks: [http] }
2520 + - { id: game-com2us, name: "Com2uS", host: www.com2us.com, cat: streaming, provider: com2us, cc: KR, imp: 1, tier: 4, checks: [http] }
2521 + - { id: game-netmarble, name: "Netmarble", host: company.netmarble.com, cat: streaming, provider: netmarble, cc: KR, imp: 1, tier: 4, checks: [http] }
2522 + - { id: game-kakao-games, name: "Kakao Games", host: www.kakaogames.com, cat: streaming, provider: kakao, cc: KR, imp: 1, tier: 4, checks: [http] }
2523 + - { id: game-krafton, name: "KRAFTON", host: www.krafton.com, cat: streaming, provider: krafton, cc: KR, imp: 2, tier: 4, checks: [http] }
2524 + - { id: game-pubg, name: "PUBG: Battlegrounds", host: pubg.com, cat: streaming, provider: krafton, cc: KR, imp: 2, tier: 4, checks: [http] }
2525 + - { id: game-pubg-mobile, name: "PUBG Mobile", host: www.pubgmobile.com, cat: streaming, provider: tencent, svc: tencent, cc: null, imp: 2, tier: 4, checks: [http] }
2526 + - { id: game-shift-up, name: "Shift Up", host: www.shiftup.co.kr, cat: streaming, provider: shift-up, cc: KR, imp: 1, tier: 4, checks: [http] }
2527 + - { id: game-wemade, name: "Wemade", host: www.wemade.com, cat: streaming, provider: wemade, cc: KR, imp: 1, tier: 4, checks: [http] }
2528 + - { id: game-hoyoverse, name: "HoYoverse", host: www.hoyoverse.com, cat: streaming, provider: mihoyo, cc: SG, imp: 3, tier: 4, checks: [http] }
2529 + - { id: game-genshin, name: "Genshin Impact", host: genshin.hoyoverse.com, cat: streaming, provider: mihoyo, cc: SG, imp: 3, tier: 4, checks: [http] }
2530 + - { id: game-hoyolab, name: "HoYoLAB", host: www.hoyolab.com, cat: streaming, provider: mihoyo, cc: SG, imp: 2, tier: 4, checks: [http] }
2531 + - { id: game-honkai-star-rail, name: "Honkai: Star Rail", host: hsr.hoyoverse.com, cat: streaming, provider: mihoyo, cc: SG, imp: 2, tier: 4, checks: [http] }
2532 + - { id: game-zenless, name: "Zenless Zone Zero", host: zenless.hoyoverse.com, cat: streaming, provider: mihoyo, cc: SG, imp: 1, tier: 4, checks: [http] }
2533 + - { id: game-mihoyo, name: "miHoYo", host: www.mihoyo.com, cat: streaming, provider: mihoyo, cc: CN, imp: 1, tier: 4, checks: [http] }
2534 + - { id: game-tencent-games, name: "Tencent Games", host: game.qq.com, cat: streaming, provider: tencent, svc: tencent, cc: CN, imp: 3, tier: 4, checks: [http] }
2535 + - { id: game-tencent-level-infinite, name: "Level Infinite", host: www.levelinfinite.com, cat: streaming, provider: tencent, svc: tencent, cc: SG, imp: 1, tier: 4, checks: [http] }
2536 + - { id: game-honor-of-kings, name: "Honor of Kings", host: www.honorofkings.com, cat: streaming, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
2537 + - { id: game-wegame, name: "WeGame", host: www.wegame.com.cn, cat: streaming, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
2538 + - { id: game-netease-games, name: "NetEase Games", host: www.neteasegames.com, cat: streaming, provider: netease, cc: CN, imp: 2, tier: 4, checks: [http] }
2539 + - { id: game-netease-163-games, name: "NetEase Games (CN)", host: game.163.com, cat: streaming, provider: netease, cc: CN, imp: 1, tier: 4, checks: [http] }
2540 + - { id: game-kuro-games, name: "Kuro Games (Wuthering Waves)", host: wutheringwaves.kurogames.com, cat: streaming, provider: kuro, cc: CN, imp: 1, tier: 4, checks: [http] }
2541 + - { id: game-lilith, name: "Lilith Games", host: www.lilith.com, cat: streaming, provider: lilith, cc: CN, imp: 1, tier: 4, checks: [http] }
2542 + - { id: game-perfect-world, name: "Perfect World Games", host: www.wanmei.com, cat: streaming, provider: perfect-world, cc: CN, imp: 1, tier: 4, checks: [http] }
2543 + - { id: game-taptap, name: "TapTap", host: www.taptap.io, cat: streaming, provider: xd, cc: CN, imp: 2, tier: 4, checks: [http] }
2544 + - { id: game-taptap-cn, name: "TapTap (CN)", host: www.taptap.cn, cat: streaming, provider: xd, cc: CN, imp: 1, tier: 4, checks: [http] }
2545 + - { id: game-4399, name: "4399", host: www.4399.com, cat: streaming, provider: 4399, cc: CN, imp: 2, tier: 4, checks: [http] }
2546 + - { id: game-7k7k, name: "7k7k", host: www.7k7k.com, cat: streaming, provider: 7k7k, cc: CN, imp: 1, tier: 4, checks: [http] }
2547 + - { id: game-17173, name: "17173", host: www.17173.com, cat: streaming, provider: sohu, cc: CN, imp: 1, tier: 4, checks: [http] }
2548 + - { id: game-garena, name: "Garena", host: www.garena.com, cat: streaming, provider: sea, cc: SG, imp: 3, tier: 4, checks: [http] }
2549 + - { id: game-free-fire, name: "Free Fire", host: ff.garena.com, cat: streaming, provider: sea, cc: SG, imp: 2, tier: 4, checks: [http] }
2550 + - { id: game-moonton, name: "MOONTON (Mobile Legends)", host: www.mobilelegends.com, cat: streaming, provider: bytedance, svc: tiktok, cc: SG, imp: 2, tier: 4, checks: [http] }
2551 + - { id: game-vng-games, name: "VNG Games", host: vnggames.com, cat: streaming, provider: vng, cc: VN, imp: 1, tier: 4, checks: [http] }
2552 + - { id: game-nintendo-ec, name: "Nintendo eShop", host: ec.nintendo.com, cat: streaming, provider: nintendo, cc: JP, imp: 2, tier: 4, checks: [http] }
2553 + - { id: game-nintendo-jp, name: "Nintendo (JP)", host: www.nintendo.co.jp, cat: streaming, provider: nintendo, cc: JP, imp: 3, tier: 4, checks: [http] }
2554 + - { id: game-nintendo-netinfo, name: "Nintendo Network status", host: www.nintendo.co.jp, url: "https://www.nintendo.co.jp/netinfo/en_US/index.html", cat: streaming, provider: nintendo, cc: JP, imp: 2, tier: 4, checks: [http] }
2555 + - { id: game-nintendo-support, name: "Nintendo Support", host: en-americas-support.nintendo.com, cat: streaming, provider: nintendo, cc: US, imp: 1, tier: 4, checks: [http] }
2556 + - { id: game-nintendo-ca, name: "Nintendo Canada", host: www.nintendo.com, url: "https://www.nintendo.com/en-ca/", cat: streaming, provider: nintendo, cc: CA, imp: 1, tier: 4, checks: [http] }
2557 + - { id: game-nintendo-eu, name: "Nintendo Europe", host: www.nintendo.co.uk, cat: streaming, provider: nintendo, cc: GB, imp: 1, tier: 4, checks: [http] }
2558 + - { id: game-nintendo-today, name: "Nintendo Today!", host: www.nintendo.com, url: "https://www.nintendo.com/us/nintendo-today/", cat: streaming, provider: nintendo, cc: US, imp: 1, tier: 4, checks: [http] }
2559 + - { id: game-playstation-store, name: "PlayStation Store", host: store.playstation.com, cat: streaming, provider: sony, cc: US, imp: 3, tier: 4, checks: [http] }
2560 + - { id: game-playstation-blog, name: "PlayStation Blog", host: blog.playstation.com, cat: streaming, provider: sony, cc: US, imp: 1, tier: 4, checks: [http] }
2561 + - { id: game-playstation-support, name: "PlayStation Support", host: www.playstation.com, url: "https://www.playstation.com/en-us/support/", cat: streaming, provider: sony, cc: US, imp: 1, tier: 4, checks: [http] }
2562 + - { id: game-xbox-play, name: "Xbox Cloud Gaming", host: www.xbox.com, url: "https://www.xbox.com/play", cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 3, tier: 4, checks: [http] }
2563 + - { id: game-xbox-store, name: "Xbox Store", host: www.xbox.com, url: "https://www.xbox.com/en-US/games/store", cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2564 + - { id: game-xbox-wire, name: "Xbox Wire", host: news.xbox.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2565 + - { id: game-xbox-game-pass, name: "Xbox Game Pass", host: www.xbox.com, url: "https://www.xbox.com/en-US/xbox-game-pass", cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2566 + - { id: game-microsoft-store-games, name: "Microsoft Store (games)", host: apps.microsoft.com, cat: streaming, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
2567 + - { id: game-geforce-now, name: "NVIDIA GeForce NOW", host: www.nvidia.com, url: "https://www.nvidia.com/en-us/geforce-now/", cat: streaming, provider: nvidia, cc: US, imp: 3, tier: 4, checks: [http] }
2568 + - { id: game-geforce-now-play, name: "GeForce NOW (play)", host: play.geforcenow.com, cat: streaming, provider: nvidia, cc: US, imp: 2, tier: 4, checks: [http] }
2569 + - { id: game-geforce-now-status, name: "GeForce NOW status", host: status.geforcenow.com, cat: streaming, provider: nvidia, cc: US, imp: 2, tier: 4, checks: [http] }
2570 + - { id: game-shadow, name: "Shadow", host: shadow.tech, cat: streaming, provider: shadow, cc: FR, imp: 2, tier: 4, checks: [http] }
2571 + - { id: game-amazon-luna, name: "Amazon Luna", host: luna.amazon.com, cat: streaming, provider: amazon, svc: aws, cc: US, imp: 2, tier: 4, checks: [http] }
2572 + - { id: game-boosteroid, name: "Boosteroid", host: boosteroid.com, cat: streaming, provider: boosteroid, cc: UA, imp: 2, tier: 4, checks: [http] }
2573 + - { id: game-antstream, name: "Antstream Arcade", host: www.antstream.com, cat: streaming, provider: antstream, cc: GB, imp: 1, tier: 4, checks: [http] }
2574 + - { id: game-roblox-create, name: "Roblox Creator Hub", host: create.roblox.com, cat: streaming, provider: roblox, svc: roblox, cc: US, imp: 2, tier: 4, checks: [http] }
2575 + - { id: game-roblox-status, name: "Roblox status", host: status.roblox.com, cat: streaming, provider: roblox, svc: roblox, cc: US, imp: 2, tier: 4, checks: [http] }
2576 + - { id: game-roblox-corp, name: "Roblox Corporation", host: corp.roblox.com, cat: streaming, provider: roblox, svc: roblox, cc: US, imp: 1, tier: 4, checks: [http] }
2577 + - { id: game-minecraft-api, name: "Mojang API", host: api.mojang.com, cat: streaming, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
2578 + - { id: game-minecraft-session, name: "Mojang session server", host: sessionserver.mojang.com, cat: streaming, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
2579 + - { id: game-minecraft-services, name: "Minecraft services (public key)", host: api.minecraftservices.com, url: "https://api.minecraftservices.com/publickeys", cat: streaming, provider: microsoft, svc: microsoft, cc: null, imp: 1, tier: 4, checks: [http] }
2580 + - { id: game-minecraft-launcher, name: "Minecraft launcher meta", host: launchermeta.mojang.com, url: "https://launchermeta.mojang.com/mc/game/version_manifest.json", cat: streaming, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
2581 + - { id: game-hypixel, name: "Hypixel", host: hypixel.net, cat: streaming, provider: hypixel, svc: hypixel, cc: US, imp: 2, tier: 4, checks: [http] }
2582 + - { id: game-curseforge, name: "CurseForge", host: www.curseforge.com, cat: streaming, provider: overwolf, cc: IL, imp: 3, tier: 4, checks: [http] }
2583 + - { id: game-modrinth, name: "Modrinth", host: modrinth.com, cat: streaming, provider: modrinth, cc: US, imp: 2, tier: 4, checks: [http] }
2584 + - { id: game-overwolf, name: "Overwolf", host: www.overwolf.com, cat: streaming, provider: overwolf, cc: IL, imp: 1, tier: 4, checks: [http] }
2585 + - { id: game-nexus-mods, name: "Nexus Mods", host: www.nexusmods.com, cat: streaming, provider: nexus-mods, cc: GB, imp: 3, tier: 4, checks: [http] }
2586 + - { id: game-mod-db, name: "ModDB", host: www.moddb.com, cat: streaming, provider: dbolical, cc: AU, imp: 1, tier: 4, checks: [http] }
2587 + - { id: game-thunderstore, name: "Thunderstore", host: thunderstore.io, cat: streaming, provider: thunderstore, cc: FI, imp: 1, tier: 4, checks: [http] }
2588 + - { id: game-fortnite-status, name: "Fortnite Status (Epic)", host: status.epicgames.com, cat: streaming, provider: epic, svc: epicgames, cc: US, imp: 3, tier: 4, checks: [http] }
2589 + - { id: game-fortnite-dev, name: "Fortnite Creative / UEFN", host: dev.epicgames.com, cat: streaming, provider: epic, svc: epicgames, cc: US, imp: 1, tier: 4, checks: [http] }
2590 + - { id: game-unreal-engine, name: "Unreal Engine", host: www.unrealengine.com, cat: streaming, provider: epic, svc: epicgames, cc: US, imp: 3, tier: 4, checks: [http] }
2591 + - { id: game-epic-dev, name: "Epic Developer Community", host: dev.epicgames.com, url: "https://dev.epicgames.com/community/", cat: streaming, provider: epic, svc: epicgames, cc: US, imp: 1, tier: 4, checks: [http] }
2592 + - { id: game-epic-launcher-cdn, name: "Epic Games launcher CDN", host: launcher-public-service-prod06.ol.epicgames.com, url: "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/v2/platform/Windows/launcher", cat: streaming, provider: epic, svc: epicgames, cc: null, imp: 1, tier: 4, checks: [http] }
2593 + - { id: game-fab, name: "Fab (Epic marketplace)", host: www.fab.com, cat: streaming, provider: epic, svc: epicgames, cc: US, imp: 1, tier: 4, checks: [http] }
2594 + - { id: game-unity, name: "Unity", host: unity.com, cat: streaming, provider: unity, cc: US, imp: 3, tier: 4, checks: [http] }
2595 + - { id: game-unity-status, name: "Unity status", host: status.unity.com, cat: streaming, provider: unity, cc: US, imp: 2, tier: 4, checks: [http] }
2596 + - { id: game-unity-docs, name: "Unity Documentation", host: docs.unity3d.com, cat: streaming, provider: unity, cc: US, imp: 2, tier: 4, checks: [http] }
2597 + - { id: game-unity-asset-store, name: "Unity Asset Store", host: assetstore.unity.com, cat: streaming, provider: unity, cc: US, imp: 2, tier: 4, checks: [http] }
2598 + - { id: game-godot, name: "Godot Engine", host: godotengine.org, cat: streaming, provider: godot, cc: null, imp: 3, tier: 4, checks: [http] }
2599 + - { id: game-godot-asset-library, name: "Godot Asset Library", host: godotengine.org, url: "https://godotengine.org/asset-library/asset", cat: streaming, provider: godot, cc: null, imp: 1, tier: 4, checks: [http] }
2600 + - { id: game-gamemaker, name: "GameMaker", host: gamemaker.io, cat: streaming, provider: opera, cc: GB, imp: 1, tier: 4, checks: [http] }
2601 + - { id: game-construct, name: "Construct", host: www.construct.net, cat: streaming, provider: scirra, cc: GB, imp: 1, tier: 4, checks: [http] }
2602 + - { id: game-rpg-maker, name: "RPG Maker", host: www.rpgmakerweb.com, cat: streaming, provider: gotcha-gotcha, cc: JP, imp: 1, tier: 4, checks: [http] }
2603 + - { id: game-defold, name: "Defold", host: defold.com, cat: streaming, provider: defold, cc: SE, imp: 1, tier: 4, checks: [http] }
2604 + - { id: game-love2d, name: "LÖVE", host: love2d.org, cat: streaming, provider: love2d, cc: null, imp: 1, tier: 4, checks: [http] }
2605 + - { id: game-bevy, name: "Bevy Engine", host: bevyengine.org, cat: streaming, provider: bevy, cc: null, imp: 1, tier: 4, checks: [http] }
2606 + - { id: game-photon, name: "Photon Engine", host: www.photonengine.com, cat: streaming, provider: exit-games, cc: DE, imp: 2, tier: 4, checks: [http] }
2607 + - { id: game-playfab, name: "PlayFab", host: playfab.com, cat: streaming, provider: microsoft, svc: playfab, cc: US, imp: 2, tier: 4, checks: [http] }
2608 + - { id: game-playfab-status, name: "PlayFab status", host: status.playfab.com, cat: streaming, provider: microsoft, svc: playfab, cc: US, imp: 1, tier: 4, checks: [http] }
2609 + - { id: game-nakama, name: "Nakama (Heroic Labs)", host: heroiclabs.com, cat: streaming, provider: heroic-labs, cc: GB, imp: 1, tier: 4, checks: [http] }
2610 + - { id: game-agones, name: "Agones", host: agones.dev, cat: streaming, provider: google, svc: google, cc: null, imp: 1, tier: 4, checks: [http] }
2611 + - { id: game-steamstat, name: "Steam Status (steamstat.us)", host: steamstat.us, cat: streaming, provider: steamstat, cc: null, imp: 2, tier: 4, checks: [http] }
2612 + - { id: game-steam-store-stats, name: "Steam stats", host: store.steampowered.com, url: "https://store.steampowered.com/stats/", cat: streaming, provider: valve, cc: US, imp: 2, tier: 4, checks: [http] }
2613 + - { id: game-steam-help, name: "Steam Support", host: help.steampowered.com, cat: streaming, provider: valve, cc: US, imp: 2, tier: 4, checks: [http] }
2614 + - { id: game-steamdb, name: "SteamDB", host: steamdb.info, cat: streaming, provider: steamdb, cc: null, imp: 2, tier: 4, checks: [http] }
2615 + - { id: game-protondb, name: "ProtonDB", host: www.protondb.com, cat: streaming, provider: protondb, cc: null, imp: 1, tier: 4, checks: [http] }
2616 + - { id: game-steam-deck, name: "Steam Deck", host: www.steamdeck.com, cat: streaming, provider: valve, cc: US, imp: 1, tier: 4, checks: [http] }
2617 + - { id: game-valve, name: "Valve", host: www.valvesoftware.com, cat: streaming, provider: valve, cc: US, imp: 2, tier: 4, checks: [http] }
2618 + - { id: game-counter-strike, name: "Counter-Strike", host: www.counter-strike.net, cat: streaming, provider: valve, cc: US, imp: 2, tier: 4, checks: [http] }
2619 + - { id: game-dota2, name: "Dota 2", host: www.dota2.com, cat: streaming, provider: valve, cc: US, imp: 2, tier: 4, checks: [http] }
2620 + - { id: game-apex-legends, name: "Apex Legends", host: www.ea.com, url: "https://www.ea.com/games/apex-legends", cat: streaming, provider: ea, cc: US, imp: 2, tier: 4, checks: [http] }
2621 + - { id: game-ea-sports-fc, name: "EA SPORTS FC", host: www.ea.com, url: "https://www.ea.com/games/ea-sports-fc", cat: streaming, provider: ea, cc: US, imp: 2, tier: 4, checks: [http] }
2622 + - { id: game-the-sims, name: "The Sims", host: www.ea.com, url: "https://www.ea.com/games/the-sims", cat: streaming, provider: ea, cc: US, imp: 1, tier: 4, checks: [http] }
2623 + - { id: game-activision-support, name: "Activision Support (online services)", host: support.activision.com, url: "https://support.activision.com/onlineservices", cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2624 + - { id: game-halo, name: "Halo Waypoint", host: www.halowaypoint.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2625 + - { id: game-warframe, name: "Warframe", host: www.warframe.com, cat: streaming, provider: digital-extremes, cc: CA, imp: 2, tier: 4, checks: [http] }
2626 + - { id: game-destiny, name: "Bungie / Destiny", host: www.bungie.net, cat: streaming, provider: sony, cc: US, imp: 2, tier: 4, checks: [http] }
2627 + - { id: game-path-of-exile, name: "Path of Exile", host: www.pathofexile.com, cat: streaming, provider: grinding-gear, cc: NZ, imp: 2, tier: 4, checks: [http] }
2628 + - { id: game-runescape, name: "RuneScape", host: www.runescape.com, cat: streaming, provider: jagex, cc: GB, imp: 2, tier: 4, checks: [http] }
2629 + - { id: game-old-school-runescape, name: "Old School RuneScape", host: oldschool.runescape.com, cat: streaming, provider: jagex, cc: GB, imp: 2, tier: 4, checks: [http] }
2630 + - { id: game-eve-online, name: "EVE Online", host: www.eveonline.com, cat: streaming, provider: ccp, cc: IS, imp: 1, tier: 4, checks: [http] }
2631 + - { id: game-guild-wars-2, name: "Guild Wars 2", host: www.guildwars2.com, cat: streaming, provider: ncsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2632 + - { id: game-elder-scrolls-online, name: "The Elder Scrolls Online", host: www.elderscrollsonline.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2633 + - { id: game-star-citizen, name: "Star Citizen", host: robertsspaceindustries.com, cat: streaming, provider: cig, cc: US, imp: 1, tier: 4, checks: [http] }
2634 + - { id: game-no-mans-sky, name: "No Man's Sky", host: www.nomanssky.com, cat: streaming, provider: hello-games, cc: GB, imp: 1, tier: 4, checks: [http] }
2635 + - { id: game-among-us, name: "Among Us (Innersloth)", host: www.innersloth.com, cat: streaming, provider: innersloth, cc: US, imp: 1, tier: 4, checks: [http] }
2636 + - { id: game-fall-guys, name: "Fall Guys", host: www.fallguys.com, cat: streaming, provider: epic, svc: epicgames, cc: GB, imp: 1, tier: 4, checks: [http] }
2637 + - { id: game-rocket-league, name: "Rocket League", host: www.rocketleague.com, cat: streaming, provider: epic, svc: epicgames, cc: US, imp: 2, tier: 4, checks: [http] }
2638 + - { id: game-cd-projekt, name: "CD PROJEKT RED", host: www.cdprojektred.com, cat: streaming, provider: cd-projekt, cc: PL, imp: 2, tier: 4, checks: [http] }
2639 + - { id: game-cyberpunk, name: "Cyberpunk 2077", host: www.cyberpunk.net, cat: streaming, provider: cd-projekt, cc: PL, imp: 1, tier: 4, checks: [http] }
2640 + - { id: game-larian, name: "Larian Studios", host: larian.com, cat: streaming, provider: larian, cc: BE, imp: 1, tier: 4, checks: [http] }
2641 + - { id: game-paradox, name: "Paradox Interactive", host: www.paradoxinteractive.com, cat: streaming, provider: paradox, cc: SE, imp: 2, tier: 4, checks: [http] }
2642 + - { id: game-embracer, name: "Embracer Group", host: embracer.com, cat: streaming, provider: embracer, cc: SE, imp: 1, tier: 4, checks: [http] }
2643 + - { id: game-thq-nordic, name: "THQ Nordic", host: www.thqnordic.com, cat: streaming, provider: embracer, cc: AT, imp: 1, tier: 4, checks: [http] }
2644 + - { id: game-focus, name: "Focus Entertainment", host: www.focus-entmt.com, cat: streaming, provider: focus, cc: FR, imp: 1, tier: 4, checks: [http] }
2645 + - { id: game-nacon, name: "Nacon", host: www.nacongaming.com, cat: streaming, provider: nacon, cc: FR, imp: 1, tier: 4, checks: [http] }
2646 + - { id: game-remedy, name: "Remedy Entertainment", host: www.remedygames.com, cat: streaming, provider: remedy, cc: FI, imp: 1, tier: 4, checks: [http] }
2647 + - { id: game-supercell, name: "Supercell", host: supercell.com, cat: streaming, provider: supercell, cc: FI, imp: 2, tier: 4, checks: [http] }
2648 + - { id: game-clash-of-clans, name: "Clash of Clans", host: supercell.com, url: "https://supercell.com/en/games/clashofclans/", cat: streaming, provider: supercell, cc: FI, imp: 1, tier: 4, checks: [http] }
2649 + - { id: game-rovio, name: "Rovio", host: www.rovio.com, cat: streaming, provider: sega, cc: FI, imp: 1, tier: 4, checks: [http] }
2650 + - { id: game-king, name: "King", host: www.king.com, cat: streaming, provider: microsoft, svc: microsoft, cc: GB, imp: 2, tier: 4, checks: [http] }
2651 + - { id: game-zynga, name: "Zynga", host: www.zynga.com, cat: streaming, provider: take-two, cc: US, imp: 2, tier: 4, checks: [http] }
2652 + - { id: game-scopely, name: "Scopely", host: www.scopely.com, cat: streaming, provider: savvy, cc: US, imp: 1, tier: 4, checks: [http] }
2653 + - { id: game-niantic, name: "Niantic Spatial", host: nianticlabs.com, cat: streaming, provider: niantic, cc: US, imp: 1, tier: 4, checks: [http] }
2654 + - { id: game-pokemon-go, name: "Pokémon GO", host: pokemongolive.com, cat: streaming, provider: scopely, cc: US, imp: 2, tier: 4, checks: [http] }
2655 + - { id: game-pokemon, name: "Pokémon (The Pokémon Company)", host: www.pokemon.com, cat: streaming, provider: tpci, cc: US, imp: 3, tier: 4, checks: [http] }
2656 + - { id: game-pokemon-tcg-live, name: "Pokémon TCG Live", host: tcg.pokemon.com, cat: streaming, provider: tpci, cc: US, imp: 1, tier: 4, checks: [http] }
2657 + - { id: game-applovin, name: "AppLovin", host: www.applovin.com, cat: streaming, provider: applovin, cc: US, imp: 2, tier: 4, checks: [http] }
2658 + - { id: game-voodoo, name: "Voodoo", host: www.voodoo.io, cat: streaming, provider: voodoo, cc: FR, imp: 1, tier: 4, checks: [http] }
2659 + - { id: game-miniclip, name: "Miniclip", host: www.miniclip.com, cat: streaming, provider: tencent, svc: tencent, cc: CH, imp: 2, tier: 4, checks: [http] }
2660 + - { id: game-poki, name: "Poki", host: poki.com, cat: streaming, provider: poki, cc: NL, imp: 3, tier: 4, checks: [http] }
2661 + - { id: game-crazygames, name: "CrazyGames", host: www.crazygames.com, cat: streaming, provider: crazygames, cc: BE, imp: 3, tier: 4, checks: [http] }
2662 + - { id: game-kongregate, name: "Kongregate", host: www.kongregate.com, cat: streaming, provider: kongregate, cc: US, imp: 1, tier: 4, checks: [http] }
2663 + - { id: game-armor-games, name: "Armor Games", host: armorgames.com, cat: streaming, provider: armor-games, cc: US, imp: 1, tier: 4, checks: [http] }
2664 + - { id: game-y8, name: "Y8", host: www.y8.com, cat: streaming, provider: y8, cc: null, imp: 2, tier: 4, checks: [http] }
2665 + - { id: game-agame, name: "Agame", host: www.agame.com, cat: streaming, provider: spil, cc: NL, imp: 1, tier: 4, checks: [http] }
2666 + - { id: game-friv, name: "Friv", host: www.friv.com, cat: streaming, provider: friv, cc: null, imp: 1, tier: 4, checks: [http] }
2667 + - { id: game-coolmath, name: "Coolmath Games", host: www.coolmathgames.com, cat: streaming, provider: coolmath, cc: US, imp: 2, tier: 4, checks: [http] }
2668 + - { id: game-addicting-games, name: "Addicting Games", host: www.addictinggames.com, cat: streaming, provider: addicting-games, cc: US, imp: 1, tier: 4, checks: [http] }
2669 + - { id: game-gamedistribution, name: "GameDistribution", host: gamedistribution.com, cat: streaming, provider: azerion, cc: NL, imp: 1, tier: 4, checks: [http] }
2670 + - { id: game-msn-games, name: "MSN Games", host: zone.msn.com, cat: streaming, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
2671 + - { id: game-pogo, name: "Pogo", host: www.pogo.com, cat: streaming, provider: ea, cc: US, imp: 1, tier: 4, checks: [http] }
2672 + - { id: game-tabletop-simulator, name: "Tabletop Simulator", host: www.tabletopsimulator.com, cat: streaming, provider: berserk, cc: US, imp: 1, tier: 4, checks: [http] }
2673 + - { id: game-foundry-vtt, name: "Foundry Virtual Tabletop", host: foundryvtt.com, cat: streaming, provider: foundry, cc: CA, imp: 1, tier: 4, checks: [http] }
2674 + - { id: game-magic-arena, name: "Magic: The Gathering", host: magic.wizards.com, cat: streaming, provider: hasbro, cc: US, imp: 2, tier: 4, checks: [http] }
2675 + - { id: game-jigsaw-explorer, name: "Jigsaw Puzzles (jigsawplanet)", host: www.jigsawplanet.com, cat: streaming, provider: jigsawplanet, cc: null, imp: 1, tier: 4, checks: [http] }
2676 + - { id: game-skribbl, name: "skribbl.io", host: skribbl.io, cat: streaming, provider: skribbl, cc: DE, imp: 1, tier: 4, checks: [http] }
2677 + - { id: game-agar-io, name: "Agar.io", host: agar.io, cat: streaming, provider: miniclip, cc: null, imp: 1, tier: 4, checks: [http] }
2678 + - { id: game-slither, name: "Slither.io", host: slither.io, cat: streaming, provider: lowtech, cc: US, imp: 1, tier: 4, checks: [http] }
2679 + - { id: game-krunker, name: "Krunker", host: krunker.io, cat: streaming, provider: frvr, cc: null, imp: 1, tier: 4, checks: [http] }
2680 + - { id: game-shell-shockers, name: "Shell Shockers", host: shellshock.io, cat: streaming, provider: blue-wizard, cc: US, imp: 1, tier: 4, checks: [http] }
2681 + - { id: game-twitch-clips, name: "Twitch Clips", host: clips.twitch.tv, cat: streaming, provider: amazon, svc: twitch, cc: US, imp: 1, tier: 4, checks: [http] }
2682 + - { id: game-twitchtracker-live, name: "Twitch (directory)", host: www.twitch.tv, url: "https://www.twitch.tv/directory", cat: streaming, provider: amazon, svc: twitch, cc: US, imp: 1, tier: 4, checks: [http] }
2683 + - { id: game-streamelements, name: "StreamElements", host: streamelements.com, cat: streaming, provider: streamelements, cc: US, imp: 1, tier: 4, checks: [http] }
2684 + - { id: game-nightbot, name: "Nightbot", host: nightbot.tv, cat: streaming, provider: nightdev, cc: US, imp: 1, tier: 4, checks: [http] }
2685 +
2686 + # ───────── Streaming — live video (social-prefixed ids) (3)
2687 + - { id: social-kuaishou-live, name: "Kuaishou live", host: live.kuaishou.com, cat: streaming, provider: kuaishou, cc: CN, imp: 2, tier: 4, checks: [http] }
2688 + - { id: social-nicovideo-live, name: "Niconico Live", host: live.nicovideo.jp, cat: streaming, provider: dwango, cc: JP, imp: 2, tier: 4, checks: [http] }
2689 + - { id: social-tiktok-live, name: "TikTok LIVE", host: www.tiktok.com, url: "https://www.tiktok.com/live", cat: streaming, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2690 +
2691 + # ───────── Social — platforms & creator economy (233)
2692 + - { id: social-douban, name: "Douban", host: www.douban.com, cat: social, provider: douban, cc: CN, imp: 2, tier: 4, checks: [http] }
2693 + - { id: social-tieba, name: "Baidu Tieba", host: tieba.baidu.com, cat: social, provider: baidu, cc: CN, imp: 3, tier: 4, checks: [http] }
2694 + - { id: social-qzone, name: "Qzone", host: qzone.qq.com, cat: social, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
2695 + - { id: social-momo, name: "Momo", host: www.immomo.com, cat: social, provider: hello-group, cc: CN, imp: 1, tier: 4, checks: [http] }
2696 + - { id: social-soul, name: "Soul", host: www.soulapp.cn, cat: social, provider: soul, cc: CN, imp: 1, tier: 4, checks: [http] }
2697 + - { id: social-weibo-mobile, name: "Weibo (mobile)", host: m.weibo.cn, cat: social, provider: weibo, cc: CN, imp: 2, tier: 4, checks: [http] }
2698 + - { id: social-xiaohongshu-explore, name: "Xiaohongshu explore", host: www.xiaohongshu.com, url: "https://www.xiaohongshu.com/explore", cat: social, provider: xiaohongshu, cc: CN, imp: 1, tier: 4, checks: [http] }
2699 + - { id: social-dewu, name: "Dewu", host: www.dewu.com, cat: social, provider: dewu, cc: CN, imp: 1, tier: 4, checks: [http] }
2700 + - { id: social-lofter, name: "LOFTER", host: www.lofter.com, cat: social, provider: netease, cc: CN, imp: 1, tier: 4, checks: [http] }
2701 + - { id: social-jike, name: "Jike", host: web.okjike.com, cat: social, provider: jike, cc: CN, imp: 1, tier: 4, checks: [http] }
2702 + - { id: social-maimai, name: "Maimai", host: maimai.cn, cat: social, provider: maimai, cc: CN, imp: 1, tier: 4, checks: [http] }
2703 + - { id: social-naver-cafe, name: "Naver Cafe", host: section.cafe.naver.com, cat: social, provider: naver, cc: KR, imp: 2, tier: 4, checks: [http] }
2704 + - { id: social-naver-blog, name: "Naver Blog", host: section.blog.naver.com, cat: social, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
2705 + - { id: social-kakao-story, name: "KakaoStory", host: story.kakao.com, cat: social, provider: kakao, cc: KR, imp: 1, tier: 4, checks: [http] }
2706 + - { id: social-dc-inside, name: "DC Inside", host: www.dcinside.com, cat: social, provider: dc-inside, cc: KR, imp: 3, tier: 4, checks: [http] }
2707 + - { id: social-fm-korea, name: "FM Korea", host: www.fmkorea.com, cat: social, provider: fm-korea, cc: KR, imp: 2, tier: 4, checks: [http] }
2708 + - { id: social-ruliweb, name: "Ruliweb", host: bbs.ruliweb.com, cat: social, provider: ruliweb, cc: KR, imp: 2, tier: 4, checks: [http] }
2709 + - { id: social-clien, name: "Clien", host: www.clien.net, cat: social, provider: clien, cc: KR, imp: 1, tier: 4, checks: [http] }
2710 + - { id: social-theqoo, name: "theqoo", host: theqoo.net, cat: social, provider: theqoo, cc: KR, imp: 1, tier: 4, checks: [http] }
2711 + - { id: social-nate-pann, name: "Nate Pann", host: pann.nate.com, cat: social, provider: sk, cc: KR, imp: 1, tier: 4, checks: [http] }
2712 + - { id: social-everytime, name: "Everytime", host: everytime.kr, cat: social, provider: everytime, cc: KR, imp: 1, tier: 4, checks: [http] }
2713 + - { id: social-ameba, name: "Ameba", host: www.ameba.jp, cat: social, provider: cyberagent, cc: JP, imp: 2, tier: 4, checks: [http] }
2714 + - { id: social-mixi, name: "mixi", host: mixi.jp, cat: social, provider: mixi, cc: JP, imp: 1, tier: 4, checks: [http] }
2715 + - { id: social-mixi2, name: "mixi2", host: mixi.social, cat: social, provider: mixi, cc: JP, imp: 1, tier: 4, checks: [http] }
2716 + - { id: social-pixiv, name: "pixiv", host: www.pixiv.net, cat: social, provider: pixiv, cc: JP, imp: 3, tier: 4, checks: [http] }
2717 + - { id: social-5ch, name: "5channel", host: 5ch.net, cat: social, provider: 5ch, cc: JP, imp: 2, tier: 4, checks: [http] }
2718 + - { id: social-2ch-sc, name: "2ch.sc", host: 2ch.sc, cat: social, provider: 2ch-sc, cc: JP, imp: 1, tier: 4, checks: [http] }
2719 + - { id: social-hatena-blog, name: "Hatena Blog", host: hatena.blog, cat: social, provider: hatena, cc: JP, imp: 1, tier: 4, checks: [http] }
2720 + - { id: social-qiita, name: "Qiita", host: qiita.com, cat: social, provider: qiita, cc: JP, imp: 2, tier: 4, checks: [http] }
2721 + - { id: social-zenn, name: "Zenn", host: zenn.dev, cat: social, provider: classmethod, cc: JP, imp: 1, tier: 4, checks: [http] }
2722 + - { id: social-pixiv-fanbox, name: "pixivFANBOX", host: www.fanbox.cc, cat: social, provider: pixiv, cc: JP, imp: 1, tier: 4, checks: [http] }
2723 + - { id: social-fantia, name: "Fantia", host: fantia.jp, cat: social, provider: toranoana, cc: JP, imp: 1, tier: 4, checks: [http] }
2724 + - { id: social-line-voom, name: "LINE VOOM", host: linevoom.line.me, cat: social, provider: line, cc: JP, imp: 1, tier: 4, checks: [http] }
2725 + - { id: social-lemon8, name: "Lemon8", host: www.lemon8-app.com, cat: social, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2726 + - { id: social-capcut, name: "CapCut", host: www.capcut.com, cat: social, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2727 + - { id: social-instagram-threads, name: "Threads (web)", host: www.threads.com, cat: social, provider: meta, svc: meta, cc: null, imp: 2, tier: 4, checks: [http] }
2728 + - { id: social-bluesky-www, name: "Bluesky (about)", host: bsky.social, cat: social, provider: bluesky, cc: US, imp: 1, tier: 4, checks: [http] }
2729 + - { id: social-mastodon-joinmastodon, name: "Join Mastodon", host: joinmastodon.org, cat: social, provider: mastodon, cc: DE, imp: 2, tier: 4, checks: [http] }
2730 + - { id: social-mastodon-online, name: "mastodon.online", host: mastodon.online, cat: social, provider: mastodon, cc: DE, imp: 1, tier: 4, checks: [http] }
2731 + - { id: social-mstdn-social, name: "mstdn.social", host: mstdn.social, cat: social, provider: mstdn, cc: DE, imp: 1, tier: 4, checks: [http] }
2732 + - { id: social-fosstodon, name: "Fosstodon", host: fosstodon.org, cat: social, provider: fosstodon, cc: US, imp: 1, tier: 4, checks: [http] }
2733 + - { id: social-hachyderm, name: "Hachyderm", host: hachyderm.io, cat: social, provider: hachyderm, cc: US, imp: 1, tier: 4, checks: [http] }
2734 + - { id: social-mastodon-social-fr, name: "Mamot (Framasoft)", host: mamot.fr, cat: social, provider: framasoft, cc: FR, imp: 1, tier: 4, checks: [http] }
2735 + - { id: social-pixelfed, name: "Pixelfed", host: pixelfed.social, cat: social, provider: pixelfed, cc: CA, imp: 1, tier: 4, checks: [http] }
2736 + - { id: social-misskey-io, name: "Misskey.io", host: misskey.io, cat: social, provider: misskey, svc: misskey, cc: JP, imp: 2, tier: 4, checks: [http] }
2737 + - { id: social-pawoo, name: "Pawoo", host: pawoo.net, cat: social, provider: pawoo, cc: JP, imp: 1, tier: 4, checks: [http] }
2738 + - { id: social-nostr, name: "Nostr (nostr.com)", host: nostr.com, cat: social, provider: nostr, cc: US, imp: 1, tier: 4, checks: [http] }
2739 + - { id: social-primal, name: "Primal", host: primal.net, cat: social, provider: primal, cc: US, imp: 1, tier: 4, checks: [http] }
2740 + - { id: social-farcaster, name: "Farcaster (Warpcast)", host: warpcast.com, cat: social, provider: merkle, cc: US, imp: 1, tier: 4, checks: [http] }
2741 + - { id: social-lens, name: "Lens Protocol", host: lens.xyz, cat: social, provider: aave, cc: null, imp: 1, tier: 4, checks: [http] }
2742 + - { id: social-minds, name: "Minds", host: www.minds.com, cat: social, provider: minds, svc: minds, cc: US, imp: 1, tier: 4, checks: [http] }
2743 + - { id: social-gab, name: "Gab", host: gab.com, cat: social, provider: gab, cc: US, imp: 1, tier: 4, checks: [http] }
2744 + - { id: social-truth-social, name: "Truth Social", host: truthsocial.com, cat: social, provider: tmtg, cc: US, imp: 2, tier: 4, checks: [http] }
2745 + - { id: social-parler, name: "Parler", host: parler.com, cat: social, provider: parler, cc: US, imp: 1, tier: 4, checks: [http] }
2746 + - { id: social-gettr, name: "GETTR", host: gettr.com, cat: social, provider: gettr, cc: US, imp: 1, tier: 4, checks: [http] }
2747 + - { id: social-mewe, name: "MeWe", host: mewe.com, cat: social, provider: mewe, cc: US, imp: 1, tier: 4, checks: [http] }
2748 + - { id: social-diaspora, name: "diaspora*", host: diasporafoundation.org, cat: social, provider: diaspora, cc: null, imp: 1, tier: 4, checks: [http] }
2749 + - { id: social-ello, name: "Cara", host: cara.app, cat: social, provider: cara, cc: US, imp: 1, tier: 4, checks: [http] }
2750 + - { id: social-cohost, name: "Bereal", host: bereal.com, cat: social, provider: bereal, cc: FR, imp: 2, tier: 4, checks: [http] }
2751 + - { id: social-vero, name: "VERO", host: vero.co, cat: social, provider: vero, cc: US, imp: 1, tier: 4, checks: [http] }
2752 + - { id: social-clubhouse, name: "Clubhouse", host: www.clubhouse.com, cat: social, provider: clubhouse, cc: US, imp: 1, tier: 4, checks: [http] }
2753 + - { id: social-x-spaces, name: "X Spaces", host: x.com, url: "https://x.com/i/spaces", cat: social, provider: x, svc: x, cc: US, imp: 1, tier: 4, checks: [http] }
2754 + - { id: social-substack-www, name: "Substack (reader)", host: substack.com, url: "https://substack.com/browse", cat: social, provider: substack, cc: US, imp: 1, tier: 4, checks: [http] }
2755 + - { id: social-ghost, name: "Ghost", host: ghost.org, cat: social, provider: ghost, cc: GB, imp: 2, tier: 4, checks: [http] }
2756 + - { id: social-beehiiv, name: "beehiiv", host: www.beehiiv.com, cat: social, provider: beehiiv, cc: US, imp: 2, tier: 4, checks: [http] }
2757 + - { id: social-wordpress-org, name: "WordPress.org", host: wordpress.org, cat: social, provider: wordpress, cc: US, imp: 4, tier: 3, checks: [http] }
2758 + - { id: social-tumblr-staff, name: "Tumblr staff", host: staff.tumblr.com, cat: social, provider: automattic, cc: US, imp: 1, tier: 4, checks: [http] }
2759 + - { id: social-livejournal, name: "LiveJournal", host: www.livejournal.com, cat: social, provider: rambler, cc: RU, imp: 2, tier: 4, checks: [http] }
2760 + - { id: social-dzen-ru, name: "Dzen (social)", host: dzen.ru, url: "https://dzen.ru/video", cat: social, provider: vk, cc: RU, imp: 1, tier: 4, checks: [http] }
2761 + - { id: social-pikabu, name: "Pikabu", host: pikabu.ru, cat: social, provider: pikabu, cc: RU, imp: 2, tier: 4, checks: [http] }
2762 + - { id: social-yaplakal, name: "YaPlakal", host: www.yaplakal.com, cat: social, provider: yaplakal, cc: RU, imp: 1, tier: 4, checks: [http] }
2763 + - { id: social-vk-mobile, name: "VK (m.vk.com)", host: m.vk.com, cat: social, provider: vk, cc: RU, imp: 1, tier: 4, checks: [http] }
2764 + - { id: social-my-world, name: "Moi Mir (Mail.ru)", host: my.mail.ru, cat: social, provider: vk, cc: RU, imp: 1, tier: 4, checks: [http] }
2765 + - { id: social-likee, name: "Likee", host: likee.video, cat: social, provider: bigo, cc: SG, imp: 2, tier: 4, checks: [http] }
2766 + - { id: social-moj, name: "Moj", host: mojapp.in, cat: social, provider: sharechat, cc: IN, imp: 2, tier: 4, checks: [http] }
2767 + - { id: social-sharechat, name: "ShareChat", host: sharechat.com, cat: social, provider: sharechat, cc: IN, imp: 3, tier: 4, checks: [http] }
2768 + - { id: social-koo, name: "Koo (archive)", host: www.kooapp.com, cat: social, provider: koo, cc: IN, imp: 1, tier: 4, checks: [http] }
2769 + - { id: social-chingari, name: "Chingari", host: chingari.io, cat: social, provider: chingari, cc: IN, imp: 1, tier: 4, checks: [http] }
2770 + - { id: social-public-app, name: "Public App", host: public.app, cat: social, provider: inshorts, cc: IN, imp: 1, tier: 4, checks: [http] }
2771 + - { id: social-quora-hi, name: "Quora (Hindi)", host: hi.quora.com, cat: social, provider: quora, cc: IN, imp: 1, tier: 4, checks: [http] }
2772 + - { id: social-quora-es, name: "Quora (Español)", host: es.quora.com, cat: social, provider: quora, cc: US, imp: 1, tier: 4, checks: [http] }
2773 + - { id: social-quora-fr, name: "Quora (Français)", host: fr.quora.com, cat: social, provider: quora, cc: US, imp: 1, tier: 4, checks: [http] }
2774 + - { id: social-quora-status, name: "Quora (about)", host: www.quora.com, url: "https://www.quora.com/about", cat: social, provider: quora, cc: US, imp: 1, tier: 4, checks: [http] }
2775 + - { id: social-tumblr-explore, name: "Tumblr explore", host: www.tumblr.com, url: "https://www.tumblr.com/explore", cat: social, provider: automattic, cc: US, imp: 1, tier: 4, checks: [http] }
2776 + - { id: social-nextdoor-ca, name: "Nextdoor Canada", host: nextdoor.ca, cat: social, provider: nextdoor, cc: CA, imp: 1, tier: 4, checks: [http] }
2777 + - { id: social-nextdoor-uk, name: "Nextdoor UK", host: nextdoor.co.uk, cat: social, provider: nextdoor, cc: GB, imp: 1, tier: 4, checks: [http] }
2778 + - { id: social-linkedin-ca, name: "LinkedIn Canada", host: ca.linkedin.com, cat: social, provider: microsoft, svc: microsoft, cc: CA, imp: 2, tier: 4, checks: [http] }
2779 + - { id: social-linkedin-fr, name: "LinkedIn France", host: fr.linkedin.com, cat: social, provider: microsoft, svc: microsoft, cc: FR, imp: 1, tier: 4, checks: [http] }
2780 + - { id: social-linkedin-learning, name: "LinkedIn Learning", host: www.linkedin.com, url: "https://www.linkedin.com/learning/", cat: social, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
2781 + - { id: social-facebook-mobile, name: "Facebook (m.facebook.com)", host: m.facebook.com, cat: social, provider: meta, svc: meta, cc: null, imp: 3, tier: 4, checks: [http] }
2782 + - { id: social-facebook-business, name: "Meta Business", host: business.facebook.com, cat: social, provider: meta, svc: meta, cc: null, imp: 3, tier: 4, checks: [http] }
2783 + - { id: social-facebook-developers, name: "Meta for Developers", host: developers.facebook.com, cat: social, provider: meta, svc: meta, cc: null, imp: 3, tier: 4, checks: [http] }
2784 + - { id: social-facebook-marketplace, name: "Facebook Marketplace", host: www.facebook.com, url: "https://www.facebook.com/marketplace/", cat: social, provider: meta, svc: meta, cc: null, imp: 3, tier: 4, checks: [http] }
2785 + - { id: social-facebook-watch, name: "Facebook Watch", host: www.facebook.com, url: "https://www.facebook.com/watch/", cat: social, provider: meta, svc: meta, cc: null, imp: 2, tier: 4, checks: [http] }
2786 + - { id: social-instagram-reels, name: "Instagram Reels", host: www.instagram.com, url: "https://www.instagram.com/reels/", cat: social, provider: meta, svc: meta, cc: null, imp: 2, tier: 4, checks: [http] }
2787 + - { id: social-meta-about, name: "Meta (about)", host: about.meta.com, cat: social, provider: meta, svc: meta, cc: US, imp: 2, tier: 4, checks: [http] }
2788 + - { id: social-x-help, name: "X Help Center", host: help.x.com, cat: social, provider: x, svc: x, cc: US, imp: 2, tier: 4, checks: [http] }
2789 + - { id: social-x-developer, name: "X Developer Platform", host: developer.x.com, cat: social, provider: x, svc: x, cc: US, imp: 2, tier: 4, checks: [http] }
2790 + - { id: social-x-mobile, name: "X (mobile.x.com)", host: mobile.x.com, cat: social, provider: x, svc: x, cc: US, imp: 1, tier: 4, checks: [http] }
2791 + - { id: social-x-ads, name: "X Ads", host: ads.x.com, cat: social, provider: x, svc: x, cc: US, imp: 1, tier: 4, checks: [http] }
2792 + - { id: social-tiktok-newsroom, name: "TikTok Newsroom", host: newsroom.tiktok.com, cat: social, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2793 + - { id: social-tiktok-developers, name: "TikTok for Developers", host: developers.tiktok.com, cat: social, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2794 + - { id: social-tiktok-shop, name: "TikTok Shop", host: shop.tiktok.com, cat: social, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2795 + - { id: social-tiktok-ads, name: "TikTok for Business", host: ads.tiktok.com, cat: social, provider: bytedance, svc: tiktok, cc: null, imp: 2, tier: 4, checks: [http] }
2796 + - { id: social-youtube-mobile, name: "YouTube (m.youtube.com)", host: m.youtube.com, cat: social, provider: google, svc: google, cc: null, imp: 3, tier: 4, checks: [http] }
2797 + - { id: social-youtube-kids, name: "YouTube Kids", host: www.youtubekids.com, cat: social, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
2798 + - { id: social-youtube-studio, name: "YouTube Studio", host: studio.youtube.com, cat: social, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
2799 + - { id: social-youtube-tv-embed, name: "YouTube embed", host: www.youtube.com, url: "https://www.youtube.com/embed/dQw4w9WgXcQ", cat: social, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
2800 + - { id: social-youtube-shorts, name: "YouTube Shorts", host: www.youtube.com, url: "https://www.youtube.com/shorts", cat: social, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
2801 + - { id: social-youtube-blog, name: "YouTube Official Blog", host: blog.youtube, cat: social, provider: google, svc: google, cc: null, imp: 1, tier: 4, checks: [http] }
2802 + - { id: social-reddit-help, name: "Reddit Help", host: support.reddithelp.com, cat: social, provider: reddit, svc: reddit, cc: US, imp: 1, tier: 4, checks: [http] }
2803 + - { id: social-reddit-status, name: "Reddit status", host: www.redditstatus.com, cat: social, provider: reddit, svc: reddit, cc: US, imp: 2, tier: 4, checks: [http] }
2804 + - { id: social-reddit-media, name: "Reddit media CDN", host: i.redd.it, cat: social, provider: reddit, svc: reddit, cc: null, imp: 1, tier: 4, checks: [http] }
2805 + - { id: social-reddit-oauth, name: "Reddit sh.reddit.com", host: sh.reddit.com, cat: social, provider: reddit, svc: reddit, cc: US, imp: 1, tier: 4, checks: [http] }
2806 + - { id: social-pinterest-fr, name: "Pinterest France", host: www.pinterest.fr, cat: social, provider: pinterest, svc: pinterest, cc: FR, imp: 1, tier: 4, checks: [http] }
2807 + - { id: social-pinterest-uk, name: "Pinterest UK", host: www.pinterest.co.uk, cat: social, provider: pinterest, svc: pinterest, cc: GB, imp: 1, tier: 4, checks: [http] }
2808 + - { id: social-pinterest-jp, name: "Pinterest Japan", host: www.pinterest.jp, cat: social, provider: pinterest, svc: pinterest, cc: JP, imp: 1, tier: 4, checks: [http] }
2809 + - { id: social-pinterest-cdn, name: "Pinterest image CDN", host: i.pinimg.com, cat: social, provider: pinterest, svc: pinterest, cc: null, imp: 1, tier: 4, checks: [http] }
2810 + - { id: social-snap-newsroom, name: "Snap Inc.", host: www.snap.com, cat: social, provider: snap, cc: US, imp: 2, tier: 4, checks: [http] }
2811 + - { id: social-snap-map, name: "Snap Map", host: map.snapchat.com, cat: social, provider: snap, cc: US, imp: 1, tier: 4, checks: [http] }
2812 + - { id: social-snap-status, name: "Snapchat Support", host: help.snapchat.com, cat: social, provider: snap, cc: US, imp: 1, tier: 4, checks: [http] }
2813 + - { id: social-tinder, name: "Tinder", host: tinder.com, cat: social, provider: match-group, cc: US, imp: 3, tier: 4, checks: [http] }
2814 + - { id: social-bumble, name: "Bumble", host: bumble.com, cat: social, provider: bumble, cc: US, imp: 2, tier: 4, checks: [http] }
2815 + - { id: social-hinge, name: "Hinge", host: hinge.co, cat: social, provider: match-group, cc: US, imp: 2, tier: 4, checks: [http] }
2816 + - { id: social-match, name: "Match", host: www.match.com, cat: social, provider: match-group, cc: US, imp: 2, tier: 4, checks: [http] }
2817 + - { id: social-okcupid, name: "OkCupid", host: www.okcupid.com, cat: social, provider: match-group, cc: US, imp: 2, tier: 4, checks: [http] }
2818 + - { id: social-grindr, name: "Grindr", host: www.grindr.com, cat: social, provider: grindr, svc: grindr, cc: US, imp: 2, tier: 4, checks: [http] }
2819 + - { id: social-badoo, name: "Badoo", host: badoo.com, cat: social, provider: bumble, cc: GB, imp: 2, tier: 4, checks: [http] }
2820 + - { id: social-meetic, name: "Meetic", host: www.meetic.fr, cat: social, provider: match-group, cc: FR, imp: 2, tier: 4, checks: [http] }
2821 + - { id: social-parship, name: "Parship", host: www.parship.de, cat: social, provider: parship, cc: DE, imp: 1, tier: 4, checks: [http] }
2822 + - { id: social-elitepartner, name: "ElitePartner", host: www.elitepartner.de, cat: social, provider: parship, cc: DE, imp: 1, tier: 4, checks: [http] }
2823 + - { id: social-lovoo, name: "LOVOO", host: www.lovoo.com, cat: social, provider: the-meet-group, cc: DE, imp: 1, tier: 4, checks: [http] }
2824 + - { id: social-pairs, name: "Pairs", host: www.pairs.lv, cat: social, provider: eureka, cc: JP, imp: 2, tier: 4, checks: [http] }
2825 + - { id: social-tantan, name: "Tantan", host: tantanapp.com, cat: social, provider: hello-group, cc: CN, imp: 1, tier: 4, checks: [http] }
2826 + - { id: social-plenty-of-fish, name: "Plenty of Fish", host: www.pof.com, cat: social, provider: match-group, cc: CA, imp: 1, tier: 4, checks: [http] }
2827 + - { id: social-eharmony, name: "eharmony", host: www.eharmony.com, cat: social, provider: parship, cc: US, imp: 1, tier: 4, checks: [http] }
2828 + - { id: social-coffee-meets-bagel, name: "Coffee Meets Bagel", host: coffeemeetsbagel.com, cat: social, provider: cmb, cc: US, imp: 1, tier: 4, checks: [http] }
2829 + - { id: social-happn, name: "happn", host: www.happn.com, cat: social, provider: happn, cc: FR, imp: 1, tier: 4, checks: [http] }
2830 + - { id: social-once-dating, name: "Muzz", host: muzz.com, cat: social, provider: muzz, cc: GB, imp: 1, tier: 4, checks: [http] }
2831 + - { id: social-yelp-ca, name: "Yelp Canada", host: www.yelp.ca, cat: social, provider: yelp, cc: CA, imp: 1, tier: 4, checks: [http] }
2832 + - { id: social-tripadvisor-ca, name: "Tripadvisor Canada", host: www.tripadvisor.ca, cat: social, provider: tripadvisor, cc: CA, imp: 1, tier: 4, checks: [http] }
2833 + - { id: social-foursquare, name: "Foursquare", host: foursquare.com, cat: social, provider: foursquare, svc: foursquare, cc: US, imp: 2, tier: 4, checks: [http] }
2834 + - { id: social-swarm, name: "Swarm (Foursquare)", host: www.swarmapp.com, cat: social, provider: foursquare, svc: foursquare, cc: US, imp: 1, tier: 4, checks: [http] }
2835 + - { id: social-tabelog, name: "Tabelog", host: tabelog.com, cat: social, provider: kakaku, cc: JP, imp: 2, tier: 4, checks: [http] }
2836 + - { id: social-dianping, name: "Dianping", host: www.dianping.com, cat: social, provider: meituan, cc: CN, imp: 3, tier: 4, checks: [http] }
2837 + - { id: social-trustpilot, name: "Trustpilot", host: www.trustpilot.com, cat: social, provider: trustpilot, svc: trustpilot, cc: DK, imp: 3, tier: 4, checks: [http] }
2838 + - { id: social-bandsintown, name: "Bandsintown", host: www.bandsintown.com, cat: social, provider: bandsintown, cc: US, imp: 1, tier: 4, checks: [http] }
2839 + - { id: social-songkick, name: "Songkick", host: www.songkick.com, cat: social, provider: warner-music, cc: GB, imp: 1, tier: 4, checks: [http] }
2840 + - { id: social-resident-advisor, name: "Resident Advisor", host: ra.co, cat: social, provider: resident-advisor, cc: GB, imp: 1, tier: 4, checks: [http] }
2841 + - { id: social-rotten-tomatoes, name: "Rotten Tomatoes", host: www.rottentomatoes.com, cat: social, provider: fandango, cc: US, imp: 3, tier: 4, checks: [http] }
2842 + - { id: social-metacritic, name: "Metacritic", host: www.metacritic.com, cat: social, provider: fandom, cc: US, imp: 2, tier: 4, checks: [http] }
2843 + - { id: social-tmdb, name: "TMDB", host: www.themoviedb.org, cat: social, provider: tmdb, cc: US, imp: 2, tier: 4, checks: [http] }
2844 + - { id: social-tvdb, name: "TheTVDB", host: thetvdb.com, cat: social, provider: whip-media, cc: US, imp: 1, tier: 4, checks: [http] }
2845 + - { id: social-allocine, name: "AlloCiné", host: www.allocine.fr, cat: social, provider: webedia, cc: FR, imp: 2, tier: 4, checks: [http] }
2846 + - { id: social-filmaffinity, name: "FilmAffinity", host: www.filmaffinity.com, cat: social, provider: filmaffinity, cc: ES, imp: 1, tier: 4, checks: [http] }
2847 + - { id: social-mydramalist, name: "MyDramaList", host: mydramalist.com, cat: social, provider: mydramalist, cc: US, imp: 1, tier: 4, checks: [http] }
2848 + - { id: social-myanimelist, name: "MyAnimeList", host: myanimelist.net, cat: social, provider: media-do, cc: JP, imp: 2, tier: 4, checks: [http] }
2849 + - { id: social-anilist, name: "AniList", host: anilist.co, cat: social, provider: anilist, cc: null, imp: 1, tier: 4, checks: [http] }
2850 + - { id: social-kitsu, name: "Kitsu", host: kitsu.app, cat: social, provider: kitsu, cc: US, imp: 1, tier: 4, checks: [http] }
2851 + - { id: social-500px, name: "500px", host: 500px.com, cat: social, provider: visual-china, cc: CA, imp: 1, tier: 4, checks: [http] }
2852 + - { id: social-behance, name: "Behance", host: www.behance.net, cat: social, provider: adobe, cc: US, imp: 2, tier: 4, checks: [http] }
2853 + - { id: social-dribbble, name: "Dribbble", host: dribbble.com, cat: social, provider: dribbble, cc: US, imp: 2, tier: 4, checks: [http] }
2854 + - { id: social-artstation, name: "ArtStation", host: www.artstation.com, cat: social, provider: epic, svc: epicgames, cc: CA, imp: 2, tier: 4, checks: [http] }
2855 + - { id: social-unsplash, name: "Unsplash", host: unsplash.com, cat: social, provider: getty, cc: CA, imp: 2, tier: 4, checks: [http] }
2856 + - { id: social-pexels, name: "Pexels", host: www.pexels.com, cat: social, provider: canva, svc: canva, cc: DE, imp: 2, tier: 4, checks: [http] }
2857 + - { id: social-pixabay, name: "Pixabay", host: pixabay.com, cat: social, provider: canva, svc: canva, cc: DE, imp: 2, tier: 4, checks: [http] }
2858 + - { id: social-giphy, name: "GIPHY", host: giphy.com, cat: social, provider: shutterstock, cc: US, imp: 2, tier: 4, checks: [http] }
2859 + - { id: social-tenor, name: "Tenor", host: tenor.com, cat: social, provider: google, svc: google, cc: US, imp: 2, tier: 4, checks: [http] }
2860 + - { id: social-imgur-status, name: "Imgur (gallery)", host: imgur.com, url: "https://imgur.com/hot", cat: social, provider: medialab, svc: imgur, cc: US, imp: 1, tier: 4, checks: [http] }
2861 + - { id: social-smugmug, name: "SmugMug", host: www.smugmug.com, cat: social, provider: smugmug, cc: US, imp: 1, tier: 4, checks: [http] }
2862 + - { id: social-vsco, name: "VSCO", host: www.vsco.co, cat: social, provider: vsco, cc: US, imp: 1, tier: 4, checks: [http] }
2863 + - { id: social-eyeem, name: "EyeEm", host: www.eyeem.com, cat: social, provider: freepik, cc: DE, imp: 1, tier: 4, checks: [http] }
2864 + - { id: social-shutterstock, name: "Shutterstock", host: www.shutterstock.com, cat: social, provider: shutterstock, cc: US, imp: 2, tier: 4, checks: [http] }
2865 + - { id: social-getty, name: "Getty Images", host: www.gettyimages.com, cat: social, provider: getty, cc: US, imp: 2, tier: 4, checks: [http] }
2866 + - { id: social-wattpad, name: "Wattpad", host: www.wattpad.com, cat: social, provider: naver, cc: CA, imp: 2, tier: 4, checks: [http] }
2867 + - { id: social-ao3, name: "Archive of Our Own", host: archiveofourown.org, cat: social, provider: otw, cc: US, imp: 2, tier: 4, checks: [http] }
2868 + - { id: social-fanfiction, name: "FanFiction.net", host: www.fanfiction.net, cat: social, provider: fanfiction, cc: US, imp: 1, tier: 4, checks: [http] }
2869 + - { id: social-royal-road, name: "Royal Road", host: www.royalroad.com, cat: social, provider: royal-road, cc: US, imp: 1, tier: 4, checks: [http] }
2870 + - { id: social-webtoon, name: "WEBTOON", host: www.webtoons.com, cat: social, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
2871 + - { id: social-tapas, name: "Tapas", host: tapas.io, cat: social, provider: kakao, cc: US, imp: 1, tier: 4, checks: [http] }
2872 + - { id: social-manga-plus, name: "MANGA Plus", host: mangaplus.shueisha.co.jp, cat: social, provider: shueisha, cc: JP, imp: 2, tier: 4, checks: [http] }
2873 + - { id: social-comixology, name: "Comixology (Amazon Kindle)", host: www.amazon.com, url: "https://www.amazon.com/kindle-dbs/comics-store/home", cat: social, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
2874 + - { id: social-marvel-unlimited, name: "Marvel Unlimited", host: www.marvel.com, url: "https://www.marvel.com/unlimited", cat: social, provider: disney, cc: US, imp: 1, tier: 4, checks: [http] }
2875 + - { id: social-dc-universe-infinite, name: "DC Universe Infinite", host: www.dcuniverseinfinite.com, cat: social, provider: wbd, cc: US, imp: 1, tier: 4, checks: [http] }
2876 + - { id: social-shonen-jump, name: "Shonen Jump (VIZ)", host: www.viz.com, cat: social, provider: viz, cc: US, imp: 1, tier: 4, checks: [http] }
2877 + - { id: social-kakao-page, name: "Kakao Page", host: page.kakao.com, cat: social, provider: kakao, cc: KR, imp: 2, tier: 4, checks: [http] }
2878 + - { id: social-naver-webtoon, name: "Naver Webtoon", host: comic.naver.com, cat: social, provider: naver, cc: KR, imp: 3, tier: 4, checks: [http] }
2879 + - { id: social-piccoma, name: "Piccoma", host: piccoma.com, cat: social, provider: kakao, cc: JP, imp: 2, tier: 4, checks: [http] }
2880 + - { id: social-line-manga, name: "LINE Manga", host: manga.line.me, cat: social, provider: ly-corp, cc: JP, imp: 2, tier: 4, checks: [http] }
2881 + - { id: social-bilibili-comics, name: "Bilibili Manga", host: manga.bilibili.com, cat: social, provider: bilibili, cc: CN, imp: 1, tier: 4, checks: [http] }
2882 + - { id: social-tencent-comics, name: "Tencent Comics", host: ac.qq.com, cat: social, provider: tencent, svc: tencent, cc: CN, imp: 1, tier: 4, checks: [http] }
2883 + - { id: social-kuaikan, name: "Kuaikan", host: www.kuaikanmanhua.com, cat: social, provider: kuaikan, cc: CN, imp: 1, tier: 4, checks: [http] }
2884 + - { id: social-qidian, name: "Qidian", host: www.qidian.com, cat: social, provider: china-literature, cc: CN, imp: 2, tier: 4, checks: [http] }
2885 + - { id: social-jjwxc, name: "Jinjiang Literature", host: www.jjwxc.net, cat: social, provider: jjwxc, cc: CN, imp: 1, tier: 4, checks: [http] }
2886 + - { id: social-webnovel, name: "Webnovel", host: www.webnovel.com, cat: social, provider: china-literature, cc: SG, imp: 1, tier: 4, checks: [http] }
2887 + - { id: social-medium-status, name: "Medium status", host: status.medium.com, cat: social, provider: medium, svc: medium, cc: US, imp: 1, tier: 4, checks: [http] }
2888 + - { id: social-goodreads-ca, name: "Goodreads (choice)", host: www.goodreads.com, url: "https://www.goodreads.com/choiceawards", cat: social, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
2889 + - { id: social-storygraph, name: "The StoryGraph", host: app.thestorygraph.com, cat: social, provider: storygraph, cc: GB, imp: 1, tier: 4, checks: [http] }
2890 + - { id: social-librarything, name: "LibraryThing", host: www.librarything.com, cat: social, provider: librarything, cc: US, imp: 1, tier: 4, checks: [http] }
2891 + - { id: social-bookwyrm, name: "BookWyrm", host: joinbookwyrm.com, cat: social, provider: bookwyrm, cc: null, imp: 1, tier: 4, checks: [http] }
2892 + - { id: social-babelio, name: "Babelio", host: www.babelio.com, cat: social, provider: babelio, cc: FR, imp: 1, tier: 4, checks: [http] }
2893 + - { id: social-lovelybooks, name: "LovelyBooks", host: www.lovelybooks.de, cat: social, provider: holtzbrinck, cc: DE, imp: 1, tier: 4, checks: [http] }
2894 + - { id: social-booknode, name: "Booknode", host: booknode.com, cat: social, provider: booknode, cc: FR, imp: 1, tier: 4, checks: [http] }
2895 + - { id: social-skoob, name: "Skoob", host: www.skoob.com.br, cat: social, provider: americanas, cc: BR, imp: 1, tier: 4, checks: [http] }
2896 + - { id: social-bookmeter, name: "Bookmeter", host: bookmeter.com, cat: social, provider: bookmeter, cc: JP, imp: 1, tier: 4, checks: [http] }
2897 + - { id: social-douban-book, name: "Douban Books", host: book.douban.com, cat: social, provider: douban, cc: CN, imp: 1, tier: 4, checks: [http] }
2898 + - { id: social-letterboxd-status, name: "Letterboxd (films)", host: letterboxd.com, url: "https://letterboxd.com/films/", cat: social, provider: letterboxd, cc: NZ, imp: 1, tier: 4, checks: [http] }
2899 + - { id: social-patreon-status, name: "Patreon (creators)", host: www.patreon.com, url: "https://www.patreon.com/creators", cat: social, provider: patreon, svc: patreon, cc: US, imp: 1, tier: 4, checks: [http] }
2900 + - { id: social-ko-fi, name: "Ko-fi", host: ko-fi.com, cat: social, provider: ko-fi, cc: GB, imp: 2, tier: 4, checks: [http] }
2901 + - { id: social-buy-me-a-coffee, name: "Buy Me a Coffee", host: buymeacoffee.com, cat: social, provider: bmac, cc: US, imp: 2, tier: 4, checks: [http] }
2902 + - { id: social-gumroad, name: "Gumroad", host: gumroad.com, cat: social, provider: gumroad, cc: US, imp: 2, tier: 4, checks: [http] }
2903 + - { id: social-kickstarter, name: "Kickstarter", host: www.kickstarter.com, cat: social, provider: kickstarter, svc: kickstarter, cc: US, imp: 3, tier: 4, checks: [http] }
2904 + - { id: social-indiegogo, name: "Indiegogo", host: www.indiegogo.com, cat: social, provider: indiegogo, cc: US, imp: 2, tier: 4, checks: [http] }
2905 + - { id: social-gofundme, name: "GoFundMe", host: www.gofundme.com, cat: social, provider: gofundme, svc: gofundme, cc: US, imp: 3, tier: 4, checks: [http] }
2906 + - { id: social-linktree, name: "Linktree", host: linktr.ee, cat: social, provider: linktree, cc: AU, imp: 3, tier: 4, checks: [http] }
2907 + - { id: social-beacons, name: "Beacons", host: beacons.ai, cat: social, provider: beacons, cc: US, imp: 1, tier: 4, checks: [http] }
2908 + - { id: social-carrd, name: "Carrd", host: carrd.co, cat: social, provider: carrd, cc: US, imp: 1, tier: 4, checks: [http] }
2909 + - { id: social-about-me, name: "about.me", host: about.me, cat: social, provider: broadly, cc: US, imp: 1, tier: 4, checks: [http] }
2910 + - { id: social-cameo, name: "Cameo", host: www.cameo.com, cat: social, provider: cameo, cc: US, imp: 1, tier: 4, checks: [http] }
2911 + - { id: social-fanhouse, name: "Fansly (landing only)", host: fansly.com, cat: social, provider: fansly, cc: US, imp: 1, tier: 4, checks: [http] }
2912 + - { id: social-twitch-tracker, name: "TwitchTracker", host: twitchtracker.com, cat: social, provider: twitchtracker, cc: null, imp: 1, tier: 4, checks: [http] }
2913 + - { id: social-social-blade, name: "Social Blade", host: socialblade.com, cat: social, provider: social-blade, cc: US, imp: 2, tier: 4, checks: [http] }
2914 + - { id: social-hootsuite, name: "Hootsuite", host: www.hootsuite.com, cat: social, provider: hootsuite, svc: hootsuite, cc: CA, imp: 2, tier: 4, checks: [http] }
2915 + - { id: social-buffer, name: "Buffer", host: buffer.com, cat: social, provider: buffer, svc: buffer, cc: US, imp: 2, tier: 4, checks: [http] }
2916 + - { id: social-sprout-social, name: "Sprout Social", host: sproutsocial.com, cat: social, provider: sprout-social, cc: US, imp: 1, tier: 4, checks: [http] }
2917 + - { id: social-later, name: "Later", host: later.com, cat: social, provider: later, cc: CA, imp: 1, tier: 4, checks: [http] }
2918 + - { id: social-bitly, name: "Bitly", host: bitly.com, cat: social, provider: bitly, svc: bitly, cc: US, imp: 3, tier: 4, checks: [http] }
2919 + - { id: social-bit-ly-redirect, name: "bit.ly redirector", host: bit.ly, url: "https://bit.ly/3fUUj4G", cat: social, provider: bitly, svc: bitly, cc: US, imp: 2, tier: 4, checks: [http] }
2920 + - { id: social-tinyurl, name: "TinyURL", host: tinyurl.com, cat: social, provider: tinyurl, cc: US, imp: 2, tier: 4, checks: [http] }
2921 + - { id: social-gravatar, name: "Gravatar", host: gravatar.com, cat: social, provider: automattic, cc: US, imp: 2, tier: 4, checks: [http] }
2922 + - { id: social-disqus, name: "Disqus", host: disqus.com, cat: social, provider: zeta, svc: disqus, cc: US, imp: 2, tier: 4, checks: [http] }
2923 + - { id: social-giscus, name: "giscus", host: giscus.app, cat: social, provider: giscus, cc: null, imp: 1, tier: 4, checks: [http] }
2924 + - { id: social-addthis, name: "ShareThis", host: sharethis.com, cat: social, provider: sharethis, cc: US, imp: 1, tier: 4, checks: [http] }
2925 +
2926 + # ───────── Social — forums & communities (123)
2927 + - { id: forum-discourse-meta, name: "Discourse Meta", host: meta.discourse.org, cat: social, provider: discourse, cc: US, imp: 2, tier: 4, checks: [http] }
2928 + - { id: forum-discourse, name: "Discourse", host: www.discourse.org, cat: social, provider: discourse, cc: US, imp: 2, tier: 4, checks: [http] }
2929 + - { id: forum-phpbb, name: "phpBB", host: www.phpbb.com, cat: social, provider: phpbb, cc: null, imp: 1, tier: 4, checks: [http] }
2930 + - { id: forum-xenforo, name: "XenForo", host: xenforo.com, cat: social, provider: xenforo, cc: GB, imp: 1, tier: 4, checks: [http] }
2931 + - { id: forum-vbulletin, name: "vBulletin", host: www.vbulletin.com, cat: social, provider: internet-brands, cc: US, imp: 1, tier: 4, checks: [http] }
2932 + - { id: forum-flarum, name: "Flarum", host: flarum.org, cat: social, provider: flarum, cc: null, imp: 1, tier: 4, checks: [http] }
2933 + - { id: forum-nodebb, name: "NodeBB", host: nodebb.org, cat: social, provider: nodebb, cc: CA, imp: 1, tier: 4, checks: [http] }
2934 + - { id: forum-something-awful, name: "Something Awful", host: forums.somethingawful.com, cat: social, provider: something-awful, cc: US, imp: 1, tier: 4, checks: [http] }
2935 + - { id: forum-resetera, name: "ResetEra", host: www.resetera.com, cat: social, provider: resetera, cc: US, imp: 1, tier: 4, checks: [http] }
2936 + - { id: forum-neogaf, name: "NeoGAF", host: www.neogaf.com, cat: social, provider: neogaf, cc: US, imp: 1, tier: 4, checks: [http] }
2937 + - { id: forum-4chan, name: "4chan", host: www.4chan.org, cat: social, provider: 4chan, cc: US, imp: 2, tier: 4, checks: [http] }
2938 + - { id: forum-fark, name: "Fark", host: www.fark.com, cat: social, provider: fark, cc: US, imp: 1, tier: 4, checks: [http] }
2939 + - { id: forum-digg, name: "Digg", host: digg.com, cat: social, provider: digg, cc: US, imp: 1, tier: 4, checks: [http] }
2940 + - { id: forum-metafilter, name: "MetaFilter", host: www.metafilter.com, cat: social, provider: metafilter, cc: US, imp: 1, tier: 4, checks: [http] }
2941 + - { id: forum-tildes, name: "Tildes", host: tildes.net, cat: social, provider: tildes, cc: CA, imp: 1, tier: 4, checks: [http] }
2942 + - { id: forum-kbin, name: "Mbin (kbin.earth)", host: kbin.earth, cat: social, provider: mbin, cc: null, imp: 1, tier: 4, checks: [http] }
2943 + - { id: forum-lemmy-ml, name: "lemmy.ml", host: lemmy.ml, cat: social, provider: lemmy, cc: null, imp: 1, tier: 4, checks: [http] }
2944 + - { id: forum-lemmy-join, name: "Join Lemmy", host: join-lemmy.org, cat: social, provider: lemmy, cc: null, imp: 1, tier: 4, checks: [http] }
2945 + - { id: forum-superuser, name: "Super User", host: superuser.com, cat: social, provider: stack-overflow, cc: US, imp: 2, tier: 4, checks: [http] }
2946 + - { id: forum-askubuntu, name: "Ask Ubuntu", host: askubuntu.com, cat: social, provider: stack-overflow, cc: US, imp: 2, tier: 4, checks: [http] }
2947 + - { id: forum-mathoverflow, name: "MathOverflow", host: mathoverflow.net, cat: social, provider: stack-overflow, cc: US, imp: 1, tier: 4, checks: [http] }
2948 + - { id: forum-stackoverflow-status, name: "Stack Overflow (status)", host: stackstatus.net, cat: social, provider: stack-overflow, cc: US, imp: 1, tier: 4, checks: [http] }
2949 + - { id: forum-reddit-r-programming, name: "r/programming", host: www.reddit.com, url: "https://www.reddit.com/r/programming/", cat: social, provider: reddit, svc: reddit, cc: US, imp: 1, tier: 4, checks: [http] }
2950 + - { id: forum-reddit-r-canada, name: "r/canada", host: www.reddit.com, url: "https://www.reddit.com/r/canada/", cat: social, provider: reddit, svc: reddit, cc: CA, imp: 1, tier: 4, checks: [http] }
2951 + - { id: forum-reddit-r-quebec, name: "r/Quebec", host: www.reddit.com, url: "https://www.reddit.com/r/Quebec/", cat: social, provider: reddit, svc: reddit, cc: CA, imp: 1, tier: 4, checks: [http] }
2952 + - { id: forum-redflagdeals, name: "RedFlagDeals", host: www.redflagdeals.com, cat: social, provider: vertical-scope, cc: CA, imp: 2, tier: 4, checks: [http] }
2953 + - { id: forum-dslreports, name: "DSLReports (archive)", host: www.dslreports.com, cat: social, provider: dslreports, cc: US, imp: 1, tier: 4, checks: [http] }
2954 + - { id: forum-broadbandreports-ca, name: "CanadianForum (Whirlpool-like)", host: forums.redflagdeals.com, cat: social, provider: vertical-scope, cc: CA, imp: 1, tier: 4, checks: [http] }
2955 + - { id: forum-hardforum, name: "HardForum", host: hardforum.com, cat: social, provider: hardocp, cc: US, imp: 1, tier: 4, checks: [http] }
2956 + - { id: forum-overclock-net, name: "Overclock.net", host: www.overclock.net, cat: social, provider: vertical-scope, cc: US, imp: 1, tier: 4, checks: [http] }
2957 + - { id: forum-linus-tech-tips, name: "Linus Tech Tips forum", host: linustechtips.com, cat: social, provider: ltt, cc: CA, imp: 2, tier: 4, checks: [http] }
2958 + - { id: forum-avs, name: "AVS Forum", host: www.avsforum.com, cat: social, provider: vertical-scope, cc: US, imp: 1, tier: 4, checks: [http] }
2959 + - { id: forum-head-fi, name: "Head-Fi", host: www.head-fi.org, cat: social, provider: head-fi, cc: US, imp: 1, tier: 4, checks: [http] }
2960 + - { id: forum-macrumors-forums, name: "MacRumors Forums", host: forums.macrumors.com, cat: social, provider: macrumors, cc: US, imp: 1, tier: 4, checks: [http] }
2961 + - { id: forum-xda-forums, name: "XDA Forums", host: xdaforums.com, cat: social, provider: valnet, cc: US, imp: 2, tier: 4, checks: [http] }
2962 + - { id: forum-arch-bbs, name: "Arch Linux BBS", host: bbs.archlinux.org, cat: social, provider: arch, cc: null, imp: 1, tier: 4, checks: [http] }
2963 + - { id: forum-linuxquestions, name: "LinuxQuestions.org", host: www.linuxquestions.org, cat: social, provider: linuxquestions, cc: US, imp: 1, tier: 4, checks: [http] }
2964 + - { id: forum-gamefaqs, name: "GameFAQs", host: gamefaqs.gamespot.com, cat: social, provider: fandom, cc: US, imp: 2, tier: 4, checks: [http] }
2965 + - { id: forum-fandom, name: "Fandom", host: www.fandom.com, cat: social, provider: fandom, cc: US, imp: 3, tier: 4, checks: [http] }
2966 + - { id: forum-wikia-community, name: "Fandom Community Central", host: community.fandom.com, cat: social, provider: fandom, cc: US, imp: 1, tier: 4, checks: [http] }
2967 + - { id: forum-tvtropes, name: "TV Tropes", host: tvtropes.org, cat: social, provider: tvtropes, cc: US, imp: 2, tier: 4, checks: [http] }
2968 + - { id: forum-know-your-meme, name: "Know Your Meme", host: knowyourmeme.com, cat: social, provider: literally-media, cc: US, imp: 2, tier: 4, checks: [http] }
2969 + - { id: forum-urban-dictionary, name: "Urban Dictionary", host: www.urbandictionary.com, cat: social, provider: urban-dictionary, cc: US, imp: 2, tier: 4, checks: [http] }
2970 + - { id: forum-9gag, name: "9GAG", host: 9gag.com, cat: social, provider: 9gag, cc: HK, imp: 2, tier: 4, checks: [http] }
2971 + - { id: forum-ifunny, name: "iFunny", host: ifunny.co, cat: social, provider: funcorp, cc: US, imp: 1, tier: 4, checks: [http] }
2972 + - { id: forum-cheezburger, name: "Cheezburger", host: cheezburger.com, cat: social, provider: literally-media, cc: US, imp: 1, tier: 4, checks: [http] }
2973 + - { id: forum-boredpanda, name: "Bored Panda", host: www.boredpanda.com, cat: social, provider: bored-panda, cc: LT, imp: 2, tier: 4, checks: [http] }
2974 + - { id: forum-buzzfeed-community, name: "BuzzFeed Community", host: www.buzzfeed.com, url: "https://www.buzzfeed.com/community", cat: social, provider: buzzfeed, cc: US, imp: 1, tier: 4, checks: [http] }
2975 + - { id: forum-gaia-online, name: "Gaia Online", host: www.gaiaonline.com, cat: social, provider: gaia, cc: US, imp: 1, tier: 4, checks: [http] }
2976 + - { id: forum-newgrounds, name: "Newgrounds", host: www.newgrounds.com, cat: social, provider: newgrounds, cc: US, imp: 2, tier: 4, checks: [http] }
2977 + - { id: forum-mumsnet, name: "Mumsnet", host: www.mumsnet.com, cat: social, provider: mumsnet, cc: GB, imp: 2, tier: 4, checks: [http] }
2978 + - { id: forum-netmums, name: "Netmums", host: www.netmums.com, cat: social, provider: netmums, cc: GB, imp: 1, tier: 4, checks: [http] }
2979 + - { id: forum-doctissimo, name: "Doctissimo", host: www.doctissimo.fr, cat: social, provider: reworld, cc: FR, imp: 2, tier: 4, checks: [http] }
2980 + - { id: forum-jeuxvideo, name: "jeuxvideo.com", host: www.jeuxvideo.com, cat: social, provider: webedia, cc: FR, imp: 3, tier: 4, checks: [http] }
2981 + - { id: forum-hardware-fr, name: "Hardware.fr", host: forum.hardware.fr, cat: social, provider: hardware-fr, cc: FR, imp: 1, tier: 4, checks: [http] }
2982 + - { id: forum-commentcamarche, name: "CommentCaMarche", host: www.commentcamarche.net, cat: social, provider: ccm-benchmark, cc: FR, imp: 2, tier: 4, checks: [http] }
2983 + - { id: forum-forocoches, name: "ForoCoches", host: www.forocoches.com, cat: social, provider: forocoches, cc: ES, imp: 2, tier: 4, checks: [http] }
2984 + - { id: forum-mediavida, name: "Mediavida", host: www.mediavida.com, cat: social, provider: mediavida, cc: ES, imp: 1, tier: 4, checks: [http] }
2985 + - { id: forum-taringa, name: "Taringa!", host: www.taringa.net, cat: social, provider: taringa, cc: AR, imp: 1, tier: 4, checks: [http] }
2986 + - { id: forum-hardware-luxx, name: "Hardwareluxx", host: www.hardwareluxx.de, cat: social, provider: hardwareluxx, cc: DE, imp: 1, tier: 4, checks: [http] }
2987 + - { id: forum-gutefrage, name: "gutefrage.net", host: www.gutefrage.net, cat: social, provider: gutefrage, cc: DE, imp: 2, tier: 4, checks: [http] }
2988 + - { id: forum-chefkoch, name: "Chefkoch", host: www.chefkoch.de, cat: social, provider: chefkoch, cc: DE, imp: 2, tier: 4, checks: [http] }
2989 + - { id: forum-wykop, name: "Wykop", host: wykop.pl, cat: social, provider: wykop, cc: PL, imp: 2, tier: 4, checks: [http] }
2990 + - { id: forum-pepper-pl, name: "Pepper.pl", host: www.pepper.pl, cat: social, provider: pepper, cc: PL, imp: 1, tier: 4, checks: [http] }
2991 + - { id: forum-hotukdeals, name: "hotukdeals", host: www.hotukdeals.com, cat: social, provider: pepper, cc: GB, imp: 2, tier: 4, checks: [http] }
2992 + - { id: forum-dealabs, name: "Dealabs", host: www.dealabs.com, cat: social, provider: pepper, cc: FR, imp: 2, tier: 4, checks: [http] }
2993 + - { id: forum-mydealz, name: "mydealz", host: www.mydealz.de, cat: social, provider: pepper, cc: DE, imp: 2, tier: 4, checks: [http] }
2994 + - { id: forum-slickdeals, name: "Slickdeals", host: slickdeals.net, cat: social, provider: slickdeals, cc: US, imp: 2, tier: 4, checks: [http] }
2995 + - { id: forum-chollometro, name: "Chollometro", host: www.chollometro.com, cat: social, provider: pepper, cc: ES, imp: 1, tier: 4, checks: [http] }
2996 + - { id: forum-tweakers-forum, name: "Tweakers Gathering", host: gathering.tweakers.net, cat: social, provider: dpg, cc: NL, imp: 1, tier: 4, checks: [http] }
2997 + - { id: forum-flashback, name: "Flashback", host: www.flashback.org, cat: social, provider: flashback, cc: SE, imp: 2, tier: 4, checks: [http] }
2998 + - { id: forum-vg-diskusjon, name: "Diskusjon.no", host: www.diskusjon.no, cat: social, provider: diskusjon, cc: "NO", imp: 1, tier: 4, checks: [http] }
2999 + - { id: forum-suomi24, name: "Suomi24", host: www.suomi24.fi, cat: social, provider: city-digital, cc: FI, imp: 2, tier: 4, checks: [http] }
3000 + - { id: forum-vauva, name: "Vauva.fi", host: www.vauva.fi, cat: social, provider: sanoma, cc: FI, imp: 1, tier: 4, checks: [http] }
3001 + - { id: forum-pikabu-ru, name: "Pikabu (hot)", host: pikabu.ru, url: "https://pikabu.ru/hot", cat: social, provider: pikabu, cc: RU, imp: 1, tier: 4, checks: [http] }
3002 + - { id: forum-dtf, name: "DTF", host: dtf.ru, cat: social, provider: komitet, cc: RU, imp: 1, tier: 4, checks: [http] }
3003 + - { id: forum-vc-ru, name: "vc.ru", host: vc.ru, cat: social, provider: komitet, cc: RU, imp: 2, tier: 4, checks: [http] }
3004 + - { id: forum-drive2, name: "Drive2", host: www.drive2.ru, cat: social, provider: drive2, cc: RU, imp: 1, tier: 4, checks: [http] }
3005 + - { id: forum-woman-ru, name: "Woman.ru", host: www.woman.ru, cat: social, provider: hearst-shkulev, cc: RU, imp: 1, tier: 4, checks: [http] }
3006 + - { id: forum-eksisozluk, name: "Ekşi Sözlük", host: eksisozluk.com, cat: social, provider: eksi, cc: TR, imp: 3, tier: 4, checks: [http] }
3007 + - { id: forum-donanimhaber, name: "DonanımHaber", host: www.donanimhaber.com, cat: social, provider: donanimhaber, cc: TR, imp: 2, tier: 4, checks: [http] }
3008 + - { id: forum-technopat, name: "Technopat", host: www.technopat.net, cat: social, provider: technopat, cc: TR, imp: 1, tier: 4, checks: [http] }
3009 + - { id: forum-kizlarsoruyor, name: "KizlarSoruyor", host: www.kizlarsoruyor.com, cat: social, provider: kizlarsoruyor, cc: TR, imp: 1, tier: 4, checks: [http] }
3010 + - { id: forum-tumblr-de, name: "Tumblr (de)", host: www.tumblr.com, url: "https://www.tumblr.com/explore/trending", cat: social, provider: automattic, cc: US, imp: 1, tier: 4, checks: [http] }
3011 + - { id: forum-kaskus, name: "Kaskus", host: www.kaskus.co.id, cat: social, provider: emtek, cc: ID, imp: 2, tier: 4, checks: [http] }
3012 + - { id: forum-lowyat-forum, name: "Lowyat Forum", host: forum.lowyat.net, cat: social, provider: lowyat, cc: MY, imp: 2, tier: 4, checks: [http] }
3013 + - { id: forum-pantip, name: "Pantip", host: pantip.com, cat: social, provider: pantip, cc: TH, imp: 3, tier: 4, checks: [http] }
3014 + - { id: forum-voz, name: "VOZ", host: voz.vn, cat: social, provider: voz, cc: VN, imp: 2, tier: 4, checks: [http] }
3015 + - { id: forum-webtretho, name: "Webtretho", host: www.webtretho.com, cat: social, provider: webtretho, cc: VN, imp: 1, tier: 4, checks: [http] }
3016 + - { id: forum-tinhte, name: "Tinhte", host: tinhte.vn, cat: social, provider: tinhte, cc: VN, imp: 2, tier: 4, checks: [http] }
3017 + - { id: forum-hardwarezone-forums, name: "HardwareZone Forums", host: forums.hardwarezone.com.sg, cat: social, provider: sph, cc: SG, imp: 1, tier: 4, checks: [http] }
3018 + - { id: forum-ptt, name: "PTT (web)", host: www.ptt.cc, cat: social, provider: ptt, cc: TW, imp: 3, tier: 4, checks: [http] }
3019 + - { id: forum-dcard, name: "Dcard", host: www.dcard.tw, cat: social, provider: dcard, cc: TW, imp: 3, tier: 4, checks: [http] }
3020 + - { id: forum-mobile01, name: "Mobile01", host: www.mobile01.com, cat: social, provider: mobile01, cc: TW, imp: 2, tier: 4, checks: [http] }
3021 + - { id: forum-bahamut, name: "Bahamut (巴哈姆特)", host: www.gamer.com.tw, cat: social, provider: bahamut, cc: TW, imp: 2, tier: 4, checks: [http] }
3022 + - { id: forum-lihkg, name: "LIHKG", host: lihkg.com, cat: social, provider: lihkg, cc: HK, imp: 2, tier: 4, checks: [http] }
3023 + - { id: forum-hkgolden, name: "HKGolden", host: www.hkgolden.com, cat: social, provider: hkgolden, cc: HK, imp: 1, tier: 4, checks: [http] }
3024 + - { id: forum-discuss-hk, name: "Discuss.com.hk", host: www.discuss.com.hk, cat: social, provider: discuss-hk, cc: HK, imp: 1, tier: 4, checks: [http] }
3025 + - { id: forum-baby-kingdom, name: "Baby Kingdom", host: www.baby-kingdom.com, cat: social, provider: baby-kingdom, cc: HK, imp: 1, tier: 4, checks: [http] }
3026 + - { id: forum-ngacn, name: "NGA", host: bbs.nga.cn, cat: social, provider: nga, cc: CN, imp: 2, tier: 4, checks: [http] }
3027 + - { id: forum-v2ex, name: "V2EX", host: www.v2ex.com, cat: social, provider: v2ex, cc: CN, imp: 2, tier: 4, checks: [http] }
3028 + - { id: forum-smzdm, name: "SMZDM", host: www.smzdm.com, cat: social, provider: smzdm, cc: CN, imp: 2, tier: 4, checks: [http] }
3029 + - { id: forum-hupu-bbs, name: "Hupu BBS", host: bbs.hupu.com, cat: social, provider: hupu, cc: CN, imp: 1, tier: 4, checks: [http] }
3030 + - { id: forum-juejin, name: "Juejin", host: juejin.cn, cat: social, provider: bytedance, svc: tiktok, cc: CN, imp: 2, tier: 4, checks: [http] }
3031 + - { id: forum-segmentfault, name: "SegmentFault", host: segmentfault.com, cat: social, provider: segmentfault, cc: CN, imp: 1, tier: 4, checks: [http] }
3032 + - { id: forum-oschina, name: "OSCHINA", host: www.oschina.net, cat: social, provider: oschina, cc: CN, imp: 1, tier: 4, checks: [http] }
3033 + - { id: forum-cnblogs, name: "博客园 (cnblogs)", host: www.cnblogs.com, cat: social, provider: cnblogs, cc: CN, imp: 2, tier: 4, checks: [http] }
3034 + - { id: forum-zhihu-zhuanlan, name: "Zhihu Zhuanlan", host: zhuanlan.zhihu.com, cat: social, provider: zhihu, cc: CN, imp: 1, tier: 4, checks: [http] }
3035 + - { id: forum-whirlpool-forums, name: "Whirlpool forums", host: forums.whirlpool.net.au, cat: social, provider: whirlpool, cc: AU, imp: 1, tier: 4, checks: [http] }
3036 + - { id: forum-ozbargain, name: "OzBargain", host: www.ozbargain.com.au, cat: social, provider: ozbargain, cc: AU, imp: 2, tier: 4, checks: [http] }
3037 + - { id: forum-geekzone, name: "Geekzone", host: www.geekzone.co.nz, cat: social, provider: geekzone, cc: NZ, imp: 1, tier: 4, checks: [http] }
3038 + - { id: forum-mybroadband-forum, name: "MyBroadband forum", host: mybroadband.co.za, url: "https://mybroadband.co.za/forum/", cat: social, provider: mybroadband, cc: ZA, imp: 1, tier: 4, checks: [http] }
3039 + - { id: forum-nairaland, name: "Nairaland", host: www.nairaland.com, cat: social, provider: nairaland, cc: NG, imp: 3, tier: 4, checks: [http] }
3040 + - { id: forum-jamiiforums, name: "JamiiForums", host: www.jamiiforums.com, cat: social, provider: jamii, cc: TZ, imp: 2, tier: 4, checks: [http] }
3041 + - { id: forum-team-bhp, name: "Team-BHP", host: www.team-bhp.com, cat: social, provider: team-bhp, cc: IN, imp: 1, tier: 4, checks: [http] }
3042 + - { id: forum-digit-forum, name: "Digit forum", host: www.digit.in, url: "https://www.digit.in/forum/", cat: social, provider: 9dot9, cc: IN, imp: 1, tier: 4, checks: [http] }
3043 + - { id: forum-indiamike, name: "Quora India", host: www.quora.com, url: "https://www.quora.com/topic/India", cat: social, provider: quora, cc: IN, imp: 1, tier: 4, checks: [http] }
3044 + - { id: forum-yahoo-chiebukuro, name: "Yahoo! Chiebukuro", host: chiebukuro.yahoo.co.jp, cat: social, provider: ly-corp, cc: JP, imp: 2, tier: 4, checks: [http] }
3045 + - { id: forum-naver-kin, name: "Naver KnowledgeiN", host: kin.naver.com, cat: social, provider: naver, cc: KR, imp: 2, tier: 4, checks: [http] }
3046 + - { id: forum-baidu-zhidao, name: "Baidu Zhidao", host: zhidao.baidu.com, cat: social, provider: baidu, cc: CN, imp: 2, tier: 4, checks: [http] }
3047 + - { id: forum-answers-microsoft, name: "Microsoft Community", host: answers.microsoft.com, cat: social, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
3048 + - { id: forum-apple-communities, name: "Apple Support Communities", host: discussions.apple.com, cat: social, provider: apple, svc: apple, cc: null, imp: 2, tier: 4, checks: [http] }
3049 + - { id: forum-google-support-community, name: "Google Help Communities", host: support.google.com, url: "https://support.google.com/communities", cat: social, provider: google, svc: google, cc: null, imp: 2, tier: 4, checks: [http] }
3050 +
3051 + # ───────── Social — gaming communities, esports orgs & tournament platforms (95)
3052 + - { id: game-roblox-devforum, name: "Roblox Developer Forum", host: devforum.roblox.com, cat: social, provider: roblox, svc: roblox, cc: US, imp: 2, tier: 4, checks: [http] }
3053 + - { id: game-minecraft-wiki, name: "Minecraft Wiki", host: minecraft.wiki, cat: social, provider: weird-gloop, cc: null, imp: 2, tier: 4, checks: [http] }
3054 + - { id: game-unity-discussions, name: "Unity Discussions", host: discussions.unity.com, cat: social, provider: unity, cc: US, imp: 1, tier: 4, checks: [http] }
3055 + - { id: game-pcgamingwiki, name: "PCGamingWiki", host: www.pcgamingwiki.com, cat: social, provider: pcgamingwiki, cc: null, imp: 1, tier: 4, checks: [http] }
3056 + - { id: game-chess-com, name: "Chess.com", host: www.chess.com, cat: social, provider: chess-com, cc: US, imp: 3, tier: 4, checks: [http] }
3057 + - { id: game-chess-com-play, name: "Chess.com (play)", host: www.chess.com, url: "https://www.chess.com/play/online", cat: social, provider: chess-com, cc: US, imp: 1, tier: 4, checks: [http] }
3058 + - { id: game-lichess, name: "Lichess", host: lichess.org, cat: social, provider: lichess, cc: FR, imp: 3, tier: 4, checks: [http] }
3059 + - { id: game-lichess-api, name: "Lichess API status", host: lichess.org, url: "https://lichess.org/api/status", cat: social, provider: lichess, cc: FR, imp: 1, tier: 4, checks: [http] }
3060 + - { id: game-chess24, name: "Chess24 (Chess.com)", host: chess24.com, cat: social, provider: chess-com, cc: DE, imp: 1, tier: 4, checks: [http] }
3061 + - { id: game-chessbase, name: "ChessBase", host: en.chessbase.com, cat: social, provider: chessbase, cc: DE, imp: 1, tier: 4, checks: [http] }
3062 + - { id: game-fide, name: "FIDE", host: www.fide.com, cat: social, provider: fide, cc: CH, imp: 2, tier: 4, checks: [http] }
3063 + - { id: game-board-game-arena, name: "Board Game Arena", host: boardgamearena.com, cat: social, provider: asmodee, cc: FR, imp: 2, tier: 4, checks: [http] }
3064 + - { id: game-boardgamegeek, name: "BoardGameGeek", host: boardgamegeek.com, cat: social, provider: bgg, cc: US, imp: 2, tier: 4, checks: [http] }
3065 + - { id: game-tabletopia, name: "Tabletopia", host: tabletopia.com, cat: social, provider: tabletopia, cc: US, imp: 1, tier: 4, checks: [http] }
3066 + - { id: game-roll20, name: "Roll20", host: roll20.net, cat: social, provider: roll20, cc: US, imp: 2, tier: 4, checks: [http] }
3067 + - { id: game-dnd-beyond, name: "D&D Beyond", host: www.dndbeyond.com, cat: social, provider: hasbro, cc: US, imp: 2, tier: 4, checks: [http] }
3068 + - { id: game-hearthstone-hsreplay, name: "HSReplay", host: hsreplay.net, cat: social, provider: hsreplay, cc: US, imp: 1, tier: 4, checks: [http] }
3069 + - { id: game-nyt-games, name: "NYT Games", host: www.nytimes.com, url: "https://www.nytimes.com/crosswords", cat: social, provider: nyt, cc: US, imp: 3, tier: 4, checks: [http] }
3070 + - { id: game-wordle, name: "Wordle", host: www.nytimes.com, url: "https://www.nytimes.com/games/wordle/index.html", cat: social, provider: nyt, cc: US, imp: 3, tier: 4, checks: [http] }
3071 + - { id: game-nyt-connections, name: "NYT Connections", host: www.nytimes.com, url: "https://www.nytimes.com/games/connections", cat: social, provider: nyt, cc: US, imp: 2, tier: 4, checks: [http] }
3072 + - { id: game-sporcle, name: "Sporcle", host: www.sporcle.com, cat: social, provider: sporcle, cc: US, imp: 1, tier: 4, checks: [http] }
3073 + - { id: game-geoguessr, name: "GeoGuessr", host: www.geoguessr.com, cat: social, provider: geoguessr, cc: SE, imp: 2, tier: 4, checks: [http] }
3074 + - { id: game-kahoot, name: "Kahoot!", host: kahoot.com, cat: social, provider: kahoot, svc: kahoot, cc: "NO", imp: 3, tier: 4, checks: [http] }
3075 + - { id: game-kahoot-play, name: "Kahoot! (play)", host: kahoot.it, cat: social, provider: kahoot, svc: kahoot, cc: "NO", imp: 2, tier: 4, checks: [http] }
3076 + - { id: game-blooket, name: "Blooket", host: www.blooket.com, cat: social, provider: blooket, cc: US, imp: 2, tier: 4, checks: [http] }
3077 + - { id: game-gimkit, name: "Gimkit", host: www.gimkit.com, cat: social, provider: gimkit, cc: US, imp: 1, tier: 4, checks: [http] }
3078 + - { id: game-quizlet, name: "Quizlet", host: quizlet.com, cat: social, provider: quizlet, cc: US, imp: 3, tier: 4, checks: [http] }
3079 + - { id: game-wordle-fr, name: "Sutom (Wordle FR)", host: sutom.nocle.fr, cat: social, provider: sutom, cc: FR, imp: 1, tier: 4, checks: [http] }
3080 + - { id: game-liquipedia, name: "Liquipedia", host: liquipedia.net, cat: social, provider: team-liquid, cc: NL, imp: 2, tier: 4, checks: [http] }
3081 + - { id: game-op-gg, name: "OP.GG", host: www.op.gg, cat: social, provider: opgg, cc: KR, imp: 3, tier: 4, checks: [http] }
3082 + - { id: game-dotabuff, name: "Dotabuff", host: www.dotabuff.com, cat: social, provider: elo, cc: US, imp: 2, tier: 4, checks: [http] }
3083 + - { id: game-tracker-network, name: "Tracker Network", host: tracker.gg, cat: social, provider: tracker-network, cc: US, imp: 2, tier: 4, checks: [http] }
3084 + - { id: game-u-gg, name: "U.GG", host: u.gg, cat: social, provider: ugg, cc: US, imp: 1, tier: 4, checks: [http] }
3085 + - { id: game-mobalytics, name: "Mobalytics", host: mobalytics.gg, cat: social, provider: mobalytics, cc: US, imp: 1, tier: 4, checks: [http] }
3086 + - { id: game-stratz, name: "STRATZ", host: stratz.com, cat: social, provider: stratz, cc: US, imp: 1, tier: 4, checks: [http] }
3087 + - { id: game-lolchess, name: "lolchess.gg", host: lolchess.gg, cat: social, provider: opgg, cc: KR, imp: 1, tier: 4, checks: [http] }
3088 + - { id: game-faceit, name: "FACEIT", host: www.faceit.com, cat: social, provider: esl-faceit, cc: GB, imp: 3, tier: 4, checks: [http] }
3089 + - { id: game-faceit-status, name: "FACEIT status", host: status.faceit.com, cat: social, provider: esl-faceit, cc: GB, imp: 1, tier: 4, checks: [http] }
3090 + - { id: game-esl, name: "ESL", host: www.eslgaming.com, cat: social, provider: esl-faceit, cc: DE, imp: 2, tier: 4, checks: [http] }
3091 + - { id: game-esea, name: "ESEA", host: play.esea.net, cat: social, provider: esl-faceit, cc: US, imp: 1, tier: 4, checks: [http] }
3092 + - { id: game-esl-pro-league, name: "ESL Pro League", host: pro.eslgaming.com, cat: social, provider: esl-faceit, cc: DE, imp: 1, tier: 4, checks: [http] }
3093 + - { id: game-challengermode, name: "Challengermode", host: www.challengermode.com, cat: social, provider: challengermode, cc: SE, imp: 1, tier: 4, checks: [http] }
3094 + - { id: game-battlefy, name: "Battlefy", host: battlefy.com, cat: social, provider: battlefy, cc: CA, imp: 1, tier: 4, checks: [http] }
3095 + - { id: game-toornament, name: "Toornament", host: www.toornament.com, cat: social, provider: webedia, cc: FR, imp: 1, tier: 4, checks: [http] }
3096 + - { id: game-start-gg, name: "start.gg", host: www.start.gg, cat: social, provider: start-gg, cc: US, imp: 2, tier: 4, checks: [http] }
3097 + - { id: game-evo, name: "Evo", host: www.evo.gg, cat: social, provider: sony, cc: US, imp: 1, tier: 4, checks: [http] }
3098 + - { id: game-pgl, name: "PGL", host: www.pglesports.com, cat: social, provider: pgl, cc: RO, imp: 2, tier: 4, checks: [http] }
3099 + - { id: game-blast, name: "BLAST", host: blast.tv, cat: social, provider: blast, cc: DK, imp: 2, tier: 4, checks: [http] }
3100 + - { id: game-iem, name: "Intel Extreme Masters", host: www.intelextrememasters.com, cat: social, provider: esl-faceit, cc: DE, imp: 1, tier: 4, checks: [http] }
3101 + - { id: game-esports-world-cup, name: "Esports World Cup", host: esportsworldcup.com, cat: social, provider: ewcf, cc: SA, imp: 2, tier: 4, checks: [http] }
3102 + - { id: game-riot-esports, name: "VALORANT Champions Tour", host: valorantesports.com, cat: social, provider: riot, cc: US, imp: 2, tier: 4, checks: [http] }
3103 + - { id: game-dota-major, name: "Dota 2 The International", host: www.dota2.com, url: "https://www.dota2.com/esports", cat: social, provider: valve, cc: US, imp: 1, tier: 4, checks: [http] }
3104 + - { id: game-overwatch-esports, name: "Overwatch Champions Series", host: esports.overwatch.com, cat: social, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
3105 + - { id: game-cod-league, name: "Call of Duty League", host: www.callofdutyleague.com, cat: social, provider: microsoft, svc: microsoft, cc: US, imp: 1, tier: 4, checks: [http] }
3106 + - { id: game-rocket-league-esports, name: "Rocket League Esports", host: esports.rocketleague.com, cat: social, provider: epic, svc: epicgames, cc: US, imp: 1, tier: 4, checks: [http] }
3107 + - { id: game-pubg-esports, name: "PUBG Esports", host: www.pubgesports.com, cat: social, provider: krafton, cc: KR, imp: 1, tier: 4, checks: [http] }
3108 + - { id: game-fnatic, name: "Fnatic", host: fnatic.com, cat: social, provider: fnatic, cc: GB, imp: 2, tier: 4, checks: [http] }
3109 + - { id: game-g2, name: "G2 Esports", host: g2esports.com, cat: social, provider: g2, cc: DE, imp: 2, tier: 4, checks: [http] }
3110 + - { id: game-t1, name: "T1", host: t1.gg, cat: social, provider: t1, cc: KR, imp: 2, tier: 4, checks: [http] }
3111 + - { id: game-team-liquid, name: "Team Liquid", host: www.teamliquid.com, cat: social, provider: team-liquid, cc: NL, imp: 2, tier: 4, checks: [http] }
3112 + - { id: game-cloud9, name: "Cloud9", host: cloud9.gg, cat: social, provider: cloud9, cc: US, imp: 2, tier: 4, checks: [http] }
3113 + - { id: game-100-thieves, name: "100 Thieves", host: 100thieves.com, cat: social, provider: 100-thieves, cc: US, imp: 1, tier: 4, checks: [http] }
3114 + - { id: game-tsm, name: "TSM", host: tsm.gg, cat: social, provider: tsm, cc: US, imp: 1, tier: 4, checks: [http] }
3115 + - { id: game-sentinels, name: "Sentinels", host: sentinels.gg, cat: social, provider: sentinels, cc: US, imp: 1, tier: 4, checks: [http] }
3116 + - { id: game-loud, name: "LOUD", host: www.loud.gg, cat: social, provider: loud, cc: BR, imp: 1, tier: 4, checks: [http] }
3117 + - { id: game-paper-rex, name: "Paper Rex", host: pprx.team, cat: social, provider: paper-rex, cc: SG, imp: 1, tier: 4, checks: [http] }
3118 + - { id: game-gen-g, name: "Gen.G", host: geng.gg, cat: social, provider: gen-g, cc: KR, imp: 1, tier: 4, checks: [http] }
3119 + - { id: game-drx, name: "DRX", host: drx.gg, cat: social, provider: drx, cc: KR, imp: 1, tier: 4, checks: [http] }
3120 + - { id: game-koi, name: "Movistar KOI", host: www.koi.gg, cat: social, provider: koi, cc: ES, imp: 1, tier: 4, checks: [http] }
3121 + - { id: game-team-vitality, name: "Team Vitality", host: vitality.gg, cat: social, provider: vitality, cc: FR, imp: 2, tier: 4, checks: [http] }
3122 + - { id: game-navi, name: "NAVI", host: navi.gg, cat: social, provider: navi, cc: UA, imp: 2, tier: 4, checks: [http] }
3123 + - { id: game-virtus-pro, name: "Virtus.pro", host: virtus.pro, cat: social, provider: virtus-pro, cc: RU, imp: 1, tier: 4, checks: [http] }
3124 + - { id: game-heroic, name: "Heroic", host: heroic.gg, cat: social, provider: heroic, cc: DK, imp: 1, tier: 4, checks: [http] }
3125 + - { id: game-furia, name: "FURIA", host: furia.gg, cat: social, provider: furia, cc: BR, imp: 1, tier: 4, checks: [http] }
3126 + - { id: game-mibr, name: "MIBR", host: mibr.gg, cat: social, provider: mibr, cc: BR, imp: 1, tier: 4, checks: [http] }
3127 + - { id: game-karmine-corp, name: "Karmine Corp", host: www.karminecorp.fr, cat: social, provider: karmine, cc: FR, imp: 1, tier: 4, checks: [http] }
3128 + - { id: game-team-spirit, name: "Team Spirit", host: teamspirit.gg, cat: social, provider: team-spirit, cc: RS, imp: 1, tier: 4, checks: [http] }
3129 + - { id: game-faze, name: "FaZe Clan", host: fazeclan.com, cat: social, provider: faze, cc: US, imp: 1, tier: 4, checks: [http] }
3130 + - { id: game-nrg, name: "NRG", host: www.nrg.gg, cat: social, provider: nrg, cc: US, imp: 1, tier: 4, checks: [http] }
3131 + - { id: game-evil-geniuses, name: "Evil Geniuses", host: evilgeniuses.gg, cat: social, provider: evil-geniuses, cc: US, imp: 1, tier: 4, checks: [http] }
3132 + - { id: game-optic, name: "OpTic Gaming", host: opticgaming.com, cat: social, provider: optic, cc: US, imp: 1, tier: 4, checks: [http] }
3133 + - { id: game-mad-lions, name: "MAD Lions KOI", host: madlions.gg, cat: social, provider: mad-lions, cc: ES, imp: 1, tier: 4, checks: [http] }
3134 + - { id: game-sk-gaming, name: "SK Gaming", host: www.sk-gaming.com, cat: social, provider: sk-gaming, cc: DE, imp: 1, tier: 4, checks: [http] }
3135 + - { id: game-bds, name: "Team BDS", host: www.teambds.gg, cat: social, provider: bds, cc: CH, imp: 1, tier: 4, checks: [http] }
3136 + - { id: game-bilibili-gaming, name: "Bilibili Gaming", host: www.bilibili.com, url: "https://www.bilibili.com/v/game/", cat: social, provider: bilibili, cc: CN, imp: 1, tier: 4, checks: [http] }
3137 + - { id: game-talon, name: "TALON", host: talon.gg, cat: social, provider: talon, cc: TH, imp: 1, tier: 4, checks: [http] }
3138 + - { id: game-rrq, name: "Team RRQ", host: www.teamrrq.com, cat: social, provider: rrq, cc: ID, imp: 1, tier: 4, checks: [http] }
3139 + - { id: game-evos, name: "EVOS", host: evos.gg, cat: social, provider: evos, cc: ID, imp: 1, tier: 4, checks: [http] }
3140 + - { id: game-speedrun, name: "Speedrun.com", host: www.speedrun.com, cat: social, provider: elo, cc: US, imp: 2, tier: 4, checks: [http] }
3141 + - { id: game-medal, name: "Medal.tv", host: medal.tv, cat: social, provider: medal, cc: US, imp: 1, tier: 4, checks: [http] }
3142 + - { id: game-backloggd, name: "Backloggd", host: backloggd.com, cat: social, provider: backloggd, cc: US, imp: 1, tier: 4, checks: [http] }
3143 + - { id: game-howlongtobeat, name: "HowLongToBeat", host: howlongtobeat.com, cat: social, provider: ziff-davis, cc: US, imp: 1, tier: 4, checks: [http] }
3144 + - { id: game-igdb, name: "IGDB", host: www.igdb.com, cat: social, provider: amazon, svc: twitch, cc: US, imp: 1, tier: 4, checks: [http] }
3145 + - { id: game-mobygames, name: "MobyGames", host: www.mobygames.com, cat: social, provider: atari, cc: US, imp: 1, tier: 4, checks: [http] }
3146 + - { id: game-opencritic, name: "OpenCritic", host: opencritic.com, cat: social, provider: opencritic, cc: US, imp: 1, tier: 4, checks: [http] }
3147 +
3148 + # ───────── Social — catalogs & communities (other prefixes) (8)
3149 + - { id: news-jp-note, name: "note", host: note.com, cat: social, provider: note, cc: JP, imp: 3, tier: 4, checks: [http] }
3150 + - { id: news-cn-hupu, name: "Hupu", host: www.hupu.com, cat: social, provider: hupu, cc: CN, imp: 2, tier: 4, checks: [http] }
3151 + - { id: news-au-whirlpool, name: "Whirlpool", host: whirlpool.net.au, cat: social, provider: whirlpool, cc: AU, imp: 2, tier: 4, checks: [http] }
3152 + - { id: stream-trakt, name: "Trakt", host: trakt.tv, cat: social, provider: trakt, cc: US, imp: 1, tier: 4, checks: [http] }
3153 + - { id: music-lastfm, name: "Last.fm", host: www.last.fm, cat: social, provider: cbs-interactive, cc: GB, imp: 2, tier: 4, checks: [http] }
3154 + - { id: music-genius, name: "Genius", host: genius.com, cat: social, provider: genius, cc: US, imp: 2, tier: 4, checks: [http] }
3155 + - { id: music-discogs, name: "Discogs", host: www.discogs.com, cat: social, provider: discogs, cc: US, imp: 2, tier: 4, checks: [http] }
3156 + - { id: music-musicbrainz, name: "MusicBrainz", host: musicbrainz.org, cat: social, provider: metabrainz, cc: US, imp: 2, tier: 4, checks: [http] }
3157 +
3158 + # ───────── Messaging — chat, IRC, voice (87)
3159 + - { id: social-qq, name: "QQ", host: im.qq.com, cat: messaging, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http] }
3160 + - { id: social-weixin, name: "Weixin (微信)", host: weixin.qq.com, cat: messaging, provider: tencent, svc: tencent, cc: CN, imp: 4, tier: 3, checks: [http] }
3161 + - { id: social-dingtalk, name: "DingTalk", host: www.dingtalk.com, cat: messaging, provider: alibaba, svc: alibaba, cc: CN, imp: 3, tier: 4, checks: [http] }
3162 + - { id: social-feishu, name: "Feishu", host: www.feishu.cn, cat: messaging, provider: bytedance, svc: tiktok, cc: CN, imp: 3, tier: 4, checks: [http] }
3163 + - { id: social-lark, name: "Lark", host: www.larksuite.com, cat: messaging, provider: bytedance, svc: tiktok, cc: SG, imp: 2, tier: 4, checks: [http] }
3164 + - { id: social-wecom, name: "WeCom", host: work.weixin.qq.com, cat: messaging, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
3165 + - { id: social-tencent-meeting, name: "Tencent Meeting", host: meeting.tencent.com, cat: messaging, provider: tencent, svc: tencent, cc: CN, imp: 2, tier: 4, checks: [http] }
3166 + - { id: social-jiochat, name: "JioChat", host: www.jiochat.com, cat: messaging, provider: jio, cc: IN, imp: 1, tier: 4, checks: [http] }
3167 + - { id: social-whatsapp-www, name: "WhatsApp (www)", host: www.whatsapp.com, cat: messaging, provider: meta, svc: meta, cc: null, imp: 4, tier: 2, checks: [http] }
3168 + - { id: social-whatsapp-business, name: "WhatsApp Business", host: business.whatsapp.com, cat: messaging, provider: meta, svc: meta, cc: null, imp: 3, tier: 4, checks: [http] }
3169 + - { id: social-messenger-kids, name: "Messenger (about)", host: about.meta.com, url: "https://about.meta.com/technologies/messenger/", cat: messaging, provider: meta, svc: meta, cc: US, imp: 1, tier: 4, checks: [http] }
3170 + - { id: social-discord-status, name: "Discord status", host: discordstatus.com, cat: messaging, provider: discord, svc: discord, cc: US, imp: 2, tier: 4, checks: [http] }
3171 + - { id: social-discord-support, name: "Discord Support", host: support.discord.com, cat: messaging, provider: discord, svc: discord, cc: US, imp: 1, tier: 4, checks: [http] }
3172 + - { id: social-discord-developers, name: "Discord Developer Portal", host: discord.com, url: "https://discord.com/developers/docs/intro", cat: messaging, provider: discord, svc: discord, cc: US, imp: 1, tier: 4, checks: [http] }
3173 + - { id: social-telegram-desktop, name: "Telegram Desktop", host: desktop.telegram.org, cat: messaging, provider: telegram, svc: telegram, cc: null, imp: 2, tier: 4, checks: [http] }
3174 + - { id: social-telegram-core, name: "Telegram core (API docs)", host: core.telegram.org, cat: messaging, provider: telegram, svc: telegram, cc: null, imp: 1, tier: 4, checks: [http] }
3175 + - { id: social-telegram-t-me, name: "t.me link service", host: t.me, url: "https://t.me/telegram", cat: messaging, provider: telegram, svc: telegram, cc: null, imp: 3, tier: 4, checks: [http] }
3176 + - { id: social-telegram-web-k, name: "Telegram Web K", host: web.telegram.org, url: "https://web.telegram.org/k/", cat: messaging, provider: telegram, svc: telegram, cc: null, imp: 2, tier: 4, checks: [http] }
3177 + - { id: social-signal-support, name: "Signal Support", host: support.signal.org, cat: messaging, provider: signal, cc: US, imp: 1, tier: 4, checks: [http] }
3178 + - { id: social-signal-community, name: "Signal Community", host: community.signalusers.org, cat: messaging, provider: signal, cc: US, imp: 1, tier: 4, checks: [http] }
3179 + - { id: chat-threema-web, name: "Threema Web", host: web.threema.ch, cat: messaging, provider: threema, cc: CH, imp: 1, tier: 4, checks: [http] }
3180 + - { id: chat-threema-work, name: "Threema Work", host: threema.com, cat: messaging, provider: threema, cc: CH, imp: 1, tier: 4, checks: [http] }
3181 + - { id: chat-wire, name: "Wire", host: wire.com, cat: messaging, provider: wire, svc: wire, cc: DE, imp: 2, tier: 4, checks: [http] }
3182 + - { id: chat-wire-app, name: "Wire web app", host: app.wire.com, cat: messaging, provider: wire, svc: wire, cc: DE, imp: 1, tier: 4, checks: [http] }
3183 + - { id: chat-element-io, name: "Element", host: element.io, cat: messaging, provider: element, svc: element, cc: GB, imp: 2, tier: 4, checks: [http] }
3184 + - { id: chat-element-status, name: "Element status", host: status.element.io, cat: messaging, provider: element, svc: element, cc: GB, imp: 1, tier: 4, checks: [http] }
3185 + - { id: chat-matrix-status, name: "Matrix status", host: status.matrix.org, cat: messaging, provider: matrix, svc: matrix, cc: GB, imp: 1, tier: 4, checks: [http] }
3186 + - { id: chat-matrix-spec, name: "Matrix spec", host: spec.matrix.org, cat: messaging, provider: matrix, svc: matrix, cc: GB, imp: 1, tier: 4, checks: [http] }
3187 + - { id: chat-rocket-chat-open, name: "Rocket.Chat open server", host: open.rocket.chat, cat: messaging, provider: rocket-chat, cc: BR, imp: 1, tier: 4, checks: [http] }
3188 + - { id: chat-rocket-chat-status, name: "Rocket.Chat status", host: status.rocket.chat, cat: messaging, provider: rocket-chat, cc: BR, imp: 1, tier: 4, checks: [http] }
3189 + - { id: chat-rocket-chat-docs, name: "Rocket.Chat docs", host: docs.rocket.chat, cat: messaging, provider: rocket-chat, cc: BR, imp: 1, tier: 4, checks: [http] }
3190 + - { id: chat-mattermost-status, name: "Mattermost status", host: status.mattermost.com, cat: messaging, provider: mattermost, svc: mattermost, cc: US, imp: 1, tier: 4, checks: [http] }
3191 + - { id: chat-mattermost-community, name: "Mattermost community", host: community.mattermost.com, cat: messaging, provider: mattermost, svc: mattermost, cc: US, imp: 1, tier: 4, checks: [http] }
3192 + - { id: chat-zulip, name: "Zulip", host: zulip.com, cat: messaging, provider: zulip, svc: zulip, cc: US, imp: 2, tier: 4, checks: [http] }
3193 + - { id: chat-zulip-chat, name: "Zulip community", host: chat.zulip.org, cat: messaging, provider: zulip, svc: zulip, cc: US, imp: 1, tier: 4, checks: [http] }
3194 + - { id: chat-zulip-status, name: "Zulip status", host: status.zulip.com, cat: messaging, provider: zulip, svc: zulip, cc: US, imp: 1, tier: 4, checks: [http] }
3195 + - { id: chat-gitter, name: "Gitter", host: gitter.im, cat: messaging, provider: element, cc: GB, imp: 1, tier: 4, checks: [http] }
3196 + - { id: chat-keybase, name: "Keybase", host: keybase.io, cat: messaging, provider: zoom, svc: zoom, cc: US, imp: 1, tier: 4, checks: [http] }
3197 + - { id: chat-session, name: "Session", host: getsession.org, cat: messaging, provider: oxen, cc: AU, imp: 1, tier: 4, checks: [http] }
3198 + - { id: chat-wickr, name: "AWS Wickr", host: aws.amazon.com, url: "https://aws.amazon.com/wickr/", cat: messaging, provider: amazon, svc: aws, cc: US, imp: 1, tier: 4, checks: [http] }
3199 + - { id: chat-briar, name: "Briar", host: briarproject.org, cat: messaging, provider: briar, cc: null, imp: 1, tier: 4, checks: [http] }
3200 + - { id: chat-jami, name: "Jami", host: jami.net, cat: messaging, provider: savoir-faire-linux, cc: CA, imp: 1, tier: 4, checks: [http] }
3201 + - { id: chat-tox, name: "Tox", host: tox.chat, cat: messaging, provider: tox, cc: null, imp: 1, tier: 4, checks: [http] }
3202 + - { id: chat-simplex, name: "SimpleX Chat", host: simplex.chat, cat: messaging, provider: simplex, cc: GB, imp: 1, tier: 4, checks: [http] }
3203 + - { id: chat-xmpp, name: "XMPP.org", host: xmpp.org, cat: messaging, provider: xsf, cc: null, imp: 1, tier: 4, checks: [http] }
3204 + - { id: chat-conversations, name: "Conversations (XMPP)", host: conversations.im, cat: messaging, provider: conversations, cc: DE, imp: 1, tier: 4, checks: [http] }
3205 + - { id: chat-delta-chat, name: "Delta Chat", host: delta.chat, cat: messaging, provider: delta-chat, cc: DE, imp: 1, tier: 4, checks: [http] }
3206 + - { id: chat-libera, name: "Libera.Chat", host: libera.chat, cat: messaging, provider: libera, cc: SE, imp: 2, tier: 4, checks: [http] }
3207 + - { id: chat-libera-web, name: "Libera.Chat webchat", host: web.libera.chat, cat: messaging, provider: libera, cc: SE, imp: 1, tier: 4, checks: [http] }
3208 + - { id: chat-oftc, name: "OFTC", host: www.oftc.net, cat: messaging, provider: oftc, cc: US, imp: 1, tier: 4, checks: [http] }
3209 + - { id: chat-rizon, name: "Rizon", host: www.rizon.net, cat: messaging, provider: rizon, cc: US, imp: 1, tier: 4, checks: [http] }
3210 + - { id: chat-quakenet, name: "QuakeNet", host: www.quakenet.org, cat: messaging, provider: quakenet, cc: GB, imp: 1, tier: 4, checks: [http] }
3211 + - { id: chat-undernet, name: "Undernet", host: www.undernet.org, cat: messaging, provider: undernet, cc: US, imp: 1, tier: 4, checks: [http] }
3212 + - { id: chat-efnet, name: "EFnet", host: www.efnet.org, cat: messaging, provider: efnet, cc: US, imp: 1, tier: 4, checks: [http] }
3213 + - { id: chat-irccloud, name: "IRCCloud", host: www.irccloud.com, cat: messaging, provider: irccloud, cc: GB, imp: 1, tier: 4, checks: [http] }
3214 + - { id: chat-kiwiirc, name: "KiwiIRC", host: kiwiirc.com, cat: messaging, provider: kiwiirc, cc: NZ, imp: 1, tier: 4, checks: [http] }
3215 + - { id: chat-the-lounge, name: "The Lounge", host: thelounge.chat, cat: messaging, provider: the-lounge, cc: null, imp: 1, tier: 4, checks: [http] }
3216 + - { id: chat-teamspeak, name: "TeamSpeak", host: www.teamspeak.com, cat: messaging, provider: teamspeak, cc: DE, imp: 2, tier: 4, checks: [http] }
3217 + - { id: chat-mumble, name: "Mumble", host: www.mumble.info, cat: messaging, provider: mumble, cc: null, imp: 1, tier: 4, checks: [http] }
3218 + - { id: chat-guilded, name: "Guilded", host: www.guilded.gg, cat: messaging, provider: roblox, svc: roblox, cc: US, imp: 2, tier: 4, checks: [http] }
3219 + - { id: chat-revolt, name: "Revolt", host: revolt.chat, cat: messaging, provider: revolt, cc: GB, imp: 1, tier: 4, checks: [http] }
3220 + - { id: chat-skype, name: "Skype (retired)", host: www.skype.com, cat: messaging, provider: microsoft, svc: microsoft, cc: null, imp: 2, tier: 4, checks: [http] }
3221 + - { id: chat-teams-status, name: "Microsoft 365 status", host: status.cloud.microsoft, cat: messaging, provider: microsoft, svc: microsoft, cc: null, imp: 3, tier: 4, checks: [http] }
3222 + - { id: chat-google-chat, name: "Google Chat", host: chat.google.com, cat: messaging, provider: google, svc: google, cc: null, imp: 3, tier: 4, checks: [http] }
3223 + - { id: chat-google-messages, name: "Google Messages web", host: messages.google.com, cat: messaging, provider: google, svc: google, cc: null, imp: 3, tier: 4, checks: [http] }
3224 + - { id: chat-google-voice, name: "Google Voice", host: voice.google.com, cat: messaging, provider: google, svc: google, cc: US, imp: 2, tier: 4, checks: [http] }
3225 + - { id: chat-facetime, name: "FaceTime (Apple)", host: www.apple.com, url: "https://www.apple.com/facetime/", cat: messaging, provider: apple, svc: apple, cc: US, imp: 2, tier: 4, checks: [http] }
3226 + - { id: chat-imessage, name: "iMessage (Apple Messages)", host: www.apple.com, url: "https://www.apple.com/ios/messages/", cat: messaging, provider: apple, svc: apple, cc: US, imp: 2, tier: 4, checks: [http] }
3227 + - { id: chat-viber-status, name: "Viber (account)", host: account.viber.com, cat: messaging, provider: rakuten, cc: null, imp: 1, tier: 4, checks: [http] }
3228 + - { id: chat-line-developers, name: "LINE Developers", host: developers.line.biz, cat: messaging, provider: ly-corp, cc: JP, imp: 1, tier: 4, checks: [http] }
3229 + - { id: chat-kakao-developers, name: "Kakao Developers", host: developers.kakao.com, cat: messaging, provider: kakao, cc: KR, imp: 1, tier: 4, checks: [http] }
3230 + - { id: chat-kakao-talk-www, name: "KakaoTalk (www)", host: www.kakaocorp.com, url: "https://www.kakaocorp.com/page/service/service/KakaoTalk?lang=en", cat: messaging, provider: kakao, cc: KR, imp: 1, tier: 4, checks: [http] }
3231 + - { id: chat-zalo-web, name: "Zalo Web", host: chat.zalo.me, cat: messaging, provider: vng, cc: VN, imp: 2, tier: 4, checks: [http] }
3232 + - { id: chat-zalo-oa, name: "Zalo Official Account", host: oa.zalo.me, cat: messaging, provider: vng, cc: VN, imp: 1, tier: 4, checks: [http] }
3233 + - { id: chat-imo-web, name: "imo web", host: imo.im, url: "https://imo.im/web", cat: messaging, provider: pagebites, cc: US, imp: 1, tier: 4, checks: [http] }
3234 + - { id: chat-botim, name: "BOTIM", host: botim.me, cat: messaging, provider: astra-tech, cc: AE, imp: 2, tier: 4, checks: [http] }
3235 + - { id: chat-tamtam, name: "TamTam", host: tamtam.chat, cat: messaging, provider: vk, cc: RU, imp: 1, tier: 4, checks: [http] }
3236 + - { id: chat-max-ru, name: "MAX (VK messenger)", host: max.ru, cat: messaging, provider: vk, cc: RU, imp: 2, tier: 4, checks: [http] }
3237 + - { id: chat-icq, name: "ICQ (retired)", host: icq.com, cat: messaging, provider: vk, cc: RU, imp: 1, tier: 4, checks: [http] }
3238 + - { id: chat-bip, name: "BiP", host: bip.com, cat: messaging, provider: turkcell, cc: TR, imp: 2, tier: 4, checks: [http] }
3239 + - { id: chat-kik, name: "Kik", host: www.kik.com, cat: messaging, provider: mediallab, cc: CA, imp: 1, tier: 4, checks: [http] }
3240 + - { id: chat-textnow, name: "TextNow", host: www.textnow.com, cat: messaging, provider: textnow, cc: CA, imp: 2, tier: 4, checks: [http] }
3241 + - { id: chat-groupme, name: "GroupMe", host: groupme.com, cat: messaging, provider: microsoft, svc: microsoft, cc: US, imp: 2, tier: 4, checks: [http] }
3242 + - { id: chat-band, name: "BAND (Naver)", host: www.band.us, cat: messaging, provider: naver, cc: KR, imp: 1, tier: 4, checks: [http] }
3243 + - { id: chat-ayoba, name: "ayoba", host: www.ayoba.me, cat: messaging, provider: mtn, cc: ZA, imp: 1, tier: 4, checks: [http] }
3244 + - { id: chat-moya, name: "Moya (biNu)", host: moya.app, cat: messaging, provider: binu, cc: ZA, imp: 1, tier: 4, checks: [http] }
3245 + - { id: chat-airtel-talk, name: "Airtel Thanks", host: www.airtel.in, url: "https://www.airtel.in/airtel-thanks-app", cat: messaging, provider: airtel, cc: IN, imp: 1, tier: 4, checks: [http] }
added scripts/registry-check.py +127 −0
@@ -0,0 +1,127 @@
1 +#!/usr/bin/env python3
2 +"""Validate and summarise the target registry (targets.yaml + fragments/*.yaml, services.yaml + services-fragments/*.yaml).
3 +
4 + python3 scripts/registry-check.py # report + exit 1 on errors
5 + python3 scripts/registry-check.py --fix # also normalise: tier ≥ 3 non-infra targets → checks [http]; numeric ids → str
6 +"""
7 +
8 +from __future__ import annotations
9 +
10 +import collections
11 +import pathlib
12 +import re
13 +import sys
14 +
15 +import yaml
16 +
17 +ROOT = pathlib.Path(__file__).resolve().parents[1]
18 +T_MAIN = ROOT / "data/targets/targets.yaml"
19 +T_FRAG = sorted((ROOT / "data/targets/fragments").glob("*.yaml"))
20 +S_MAIN = ROOT / "data/seed/services.yaml"
21 +S_FRAG = sorted((ROOT / "data/seed/services-fragments").glob("*.yaml"))
22 +CATS = {"dns", "cdn", "cloud", "developer", "infrastructure", "search", "messaging", "social", "streaming", "commerce",
23 + "finance", "government", "news", "ai"}
24 +INFRA_CATS = {"dns", "cdn", "cloud", "infrastructure"}
25 +CC_RE = re.compile(r"^[A-Z]{2}$")
26 +
27 +fix = "--fix" in sys.argv
28 +errors: list[str] = []
29 +
30 +
31 +def load_targets(path: pathlib.Path) -> list[dict]:
32 + doc = yaml.safe_load(path.read_text()) or {}
33 + return doc.get("targets") or []
34 +
35 +
36 +targets_by_file = {T_MAIN: load_targets(T_MAIN), **{f: load_targets(f) for f in T_FRAG}}
37 +services = []
38 +for f in [S_MAIN, *S_FRAG]:
39 + services += (yaml.safe_load(f.read_text()) or {}).get("services") or []
40 +slugs = collections.Counter(s["slug"] for s in services)
41 +for slug, n in slugs.items():
42 + if n > 1:
43 + errors.append(f"duplicate service slug {slug} ×{n}")
44 +
45 +ids: collections.Counter = collections.Counter()
46 +hosts: collections.Counter = collections.Counter()
47 +per_cat: collections.Counter = collections.Counter()
48 +per_tier: collections.Counter = collections.Counter()
49 +per_cc: collections.Counter = collections.Counter()
50 +checks_count: collections.Counter = collections.Counter()
51 +tr = 0
52 +total = 0
53 +for f, ts in targets_by_file.items():
54 + for t in ts:
55 + total += 1
56 + tid = str(t.get("id"))
57 + ids[tid] += 1
58 + hosts[(t.get("host"), t.get("url"), t.get("ip"))] += 1
59 + cat = t.get("cat")
60 + if cat not in CATS:
61 + errors.append(f"{f.name}: {tid} bad cat {cat!r}")
62 + cc = t.get("cc")
63 + if cc is not None and not (isinstance(cc, str) and CC_RE.match(cc)):
64 + errors.append(f"{f.name}: {tid} bad cc {cc!r}")
65 + tier = int(t.get("tier", 2))
66 + if tier not in (1, 2, 3, 4):
67 + errors.append(f"{f.name}: {tid} bad tier {tier}")
68 + imp = int(t.get("imp", 3))
69 + if imp not in (1, 2, 3, 4, 5):
70 + errors.append(f"{f.name}: {tid} bad imp {imp}")
71 + svc = t.get("svc")
72 + if svc and svc not in slugs:
73 + errors.append(f"{f.name}: {tid} unknown svc {svc}")
74 + checks = t.get("checks", ["http", "dns", "ping"])
75 + if fix:
76 + if not isinstance(t.get("id"), str):
77 + t["id"] = tid
78 + if tier >= 3 and cat not in INFRA_CATS and checks != ["http"]:
79 + t["checks"] = ["http"]
80 + checks = ["http"]
81 + per_cat[cat] += 1
82 + per_tier[tier] += 1
83 + per_cc[cc or "global"] += 1
84 + for c in checks:
85 + checks_count[c] += 1
86 + if t.get("tr"):
87 + tr += 1
88 +for tid, n in ids.items():
89 + if n > 1:
90 + errors.append(f"duplicate target id {tid} ×{n}")
91 +dup_hosts = sum(n - 1 for n in hosts.values() if n > 1)
92 +if dup_hosts:
93 + print(f"note: {dup_hosts} cross-fragment duplicate host/url entries (the seed keeps the first occurrence)")
94 +
95 +# probe load estimate (per probe, per second) with the configured cadence
96 +cfg = yaml.safe_load((ROOT / "packages/config/pressure.yaml").read_text())["scheduler"]
97 +tiers = {int(k): int(v) for k, v in cfg["tiers"].items()}
98 +http_ps = sum(1 / tiers.get(int(t.get("tier", 2)), 300) for ts in targets_by_file.values() for t in ts if "http" in t.get("checks", ["http", "dns", "ping"]))
99 +dns_ps = sum(4 / cfg["dns_every"] for ts in targets_by_file.values() for t in ts if "dns" in t.get("checks", ["http", "dns", "ping"]))
100 +ping_ps = sum(1 / cfg["ping_every"] for ts in targets_by_file.values() for t in ts if "ping" in t.get("checks", ["http", "dns", "ping"]))
101 +
102 +print(f"targets: {total} (main {len(targets_by_file[T_MAIN])} + fragments {total - len(targets_by_file[T_MAIN])})")
103 +print(f"services: {len(services)} with status connector: {sum(1 for s in services if s.get('status'))}")
104 +print("per category:", dict(per_cat.most_common()))
105 +print("per tier:", dict(sorted(per_tier.items())))
106 +print(f"countries covered: {len(per_cc) - 1} traceroute targets: {tr}")
107 +print("checks:", dict(checks_count))
108 +print(f"estimated load per probe: http {http_ps:.1f}/s · dns {dns_ps:.1f}/s · ping {ping_ps:.1f}/s → {http_ps + dns_ps + ping_ps:.1f} measurements/s "
109 + f"(×8 probes ≈ {(http_ps + dns_ps + ping_ps) * 8 * 86400 / 1e6:.0f} M rows/day)")
110 +if fix:
111 + for f, ts in targets_by_file.items():
112 + doc = yaml.safe_load(f.read_text()) or {}
113 + doc["targets"] = ts
114 + # keep the compact flow style: dump one entry per line
115 + lines = [f"# {f.name} — normalised by scripts/registry-check.py --fix", "targets:"]
116 + if f == T_MAIN and doc.get("defaults"):
117 + lines.insert(1, "defaults: " + yaml.safe_dump(doc["defaults"], default_flow_style=True, width=10_000).strip())
118 + for t in ts:
119 + lines.append(" - " + yaml.safe_dump(t, default_flow_style=True, width=10_000, allow_unicode=True, sort_keys=False).strip())
120 + f.write_text("\n".join(lines) + "\n")
121 + print("normalised files written")
122 +if errors:
123 + print(f"\n{len(errors)} error(s):")
124 + for e in errors[:60]:
125 + print(" -", e)
126 + sys.exit(1)
127 +print("OK")
128