Your customers are demanding an AI-tools category — and you don't have the domain intelligence to deliver it. We provide 16,024+ classified AI-tool domains across 18 categories, updated daily, structured for direct resolver integration.
Every use case requires the same foundation: a comprehensive, accurate, continuously-updated list of AI-tool domains mapped to functional categories your policy engine can act on.
The minimum viable product. Lets administrators block or allow all AI tools as a group — one toggle, no granularity.
The competitive differentiator. Block AI chatbots in classrooms while allowing educational tutoring. Block code generators for finance while allowing them for engineering.
Chatbots, writing assistants, summarizers, translation tools, grammar checkers, and content generators.
Image generators, AI art platforms, photo editors, background removers, and visual design tools.
Code completion tools, AI pair programmers, automated testing platforms, and code review assistants.
AI music generators, voice synthesizers, audio editing tools, podcast tools, and sound effect generators.
AI video generators, deepfake tools, video editors, avatar creators, and animation platforms.
AI-powered search engines, research assistants, academic tools, and citation generators.
Meeting assistants, document automation, AI scheduling, CRM copilots, and workflow automation tools.
AI data analysis tools, visualization generators, predictive analytics, and business intelligence assistants.
Autonomous AI agents, browser automation, RPA with AI capabilities, and task orchestration platforms.
AI tutoring platforms, homework helpers, study tools, language learning, and educational chatbots.
AI copywriting tools, ad generators, email marketing assistants, SEO tools, and lead generation platforms.
Medical AI assistants, drug discovery tools, diagnostic aids, clinical note generators, and bioinformatics platforms.
Model hosting platforms, inference APIs, training infrastructure, MLOps tools, and AI development frameworks.
AI companion chatbots, virtual friends, AI dating assistants, social simulation, and character interaction platforms.
AI-assisted design tools, logo generators, UI/UX assistants, 3D modeling, and creative suite integrations.
AI-powered security scanners, compliance automation, threat detection, and vulnerability assessment tools.
AI translation services, localization platforms, real-time interpretation, and multilingual content tools.
Multi-modal AI platforms, general-purpose assistants, AI aggregators, and tools spanning multiple categories.
text-language, code-development) that never changes across feed versions.
Every domain in the feed is processed through a multi-stage classification pipeline operating on our 102-million-domain corpus. The pipeline is designed to maximize precision above all else.
The risk_tier field reflects how the domain handles user data. This lets your customers build nuanced policies that flat blocklists cannot support.
| Risk Tier | Data Handling | Example | Policy Recommendation |
|---|---|---|---|
| High | Accepts and cloud-processes arbitrary user input — text, files, images, or code | ChatGPT, Claude | Block for data exfiltration risk |
| Medium | Processes user data with limited scope (e.g., short text snippets only) | AI grammar checkers | Allow with monitoring |
| Low | Provides AI functionality without accepting sensitive user input | AI-powered search engines | Generally safe to allow |
Response Policy Zones (RPZ) are the standard mechanism for injecting policy decisions into DNS resolution. If your product is built on a standard resolver, RPZ is the native integration path.
When a client queries a domain in the RPZ, your resolver returns a policy response — NXDOMAIN, NODATA, a redirect to a block page, or a passthrough with logging — instead of the actual DNS answer.
; RPZ zone file — AI tools category (excerpt) ; BIND, Unbound, PowerDNS, and CoreDNS all support this format $ORIGIN ai-tools.rpz.aitoolsblocklist.com. $TTL 300 ; SOA and NS records (required for zone transfer) @ IN SOA ns1.aitoolsblocklist.com. hostmaster.aitoolsblocklist.com. ( 2026070901 ; serial (YYYYMMDDNN) 3600 ; refresh 600 ; retry 86400 ; expire 60 ; minimum TTL ) @ IN NS ns1.aitoolsblocklist.com. ; Block AI chatbot domains (return NXDOMAIN) chatgpt.com CNAME . *.chatgpt.com CNAME . claude.ai CNAME . *.claude.ai CNAME . gemini.google.com CNAME . perplexity.ai CNAME . *.perplexity.ai CNAME . ; Redirect AI image tools to block page midjourney.com A 10.0.0.1 *.midjourney.com A 10.0.0.1 leonardo.ai A 10.0.0.1 *.leonardo.ai A 10.0.0.1 ; ... 16,024+ domains across 18 categories
Configuration snippets for the four most common resolver platforms. Your product's configuration interface generates these for end customers.
# BIND 9 — named.conf RPZ configuration options { response-policy { zone "ai-tools.rpz.aitoolsblocklist.com" policy nxdomain min-update-interval 300; }; }; zone "ai-tools.rpz.aitoolsblocklist.com" { type secondary; primaries { 198.51.100.10; }; file "rpz/ai-tools.db"; }; # ───────────────────────────────────── # Unbound — unbound.conf RPZ module rpz: name: "ai-tools.rpz.aitoolsblocklist.com" primary: 198.51.100.10 zonefile: "/etc/unbound/rpz/ai-tools.zone" rpz-action-override: nxdomain rpz-log: yes rpz-log-name: "ai-tools-rpz" # ───────────────────────────────────── # PowerDNS Recursor — recursor.conf lua-config-file=/etc/pdns-recursor/rpz.lua # rpz.lua: rpzPrimary("ai-tools.rpz.aitoolsblocklist.com", "198.51.100.10", { policyName="ai-tools", refresh=300 }) # ───────────────────────────────────── # CoreDNS — Corefile RPZ plugin . { rpz ai-tools.rpz.aitoolsblocklist.com { action nxdomain log } forward . 8.8.8.8 8.8.4.4 }
Every domain carries a confidence score between 0.0 and 1.0 representing the strength of evidence for its AI-tool classification.
The confidence score is the primary knob your customers use to tune coverage vs. accuracy.
We recommend exposing this as a configurable setting in your admin console with a default value of 0.80 — the sweet spot delivering comprehensive coverage with negligible false positive risk.
Highest precision. Only domains with overwhelming evidence are blocked.
Recommended for financial trading floors, medical networks, and production infrastructure. Covers ~85% of known AI-tool domains.
Optimal trade-off with less than 0.1% false positive rate.
Recommended for most enterprise and education deployments. Covers ~94% of known AI-tool domains.
Maximum coverage including borderline domains with suggestive but inconclusive evidence.
Recommended for high-security environments that prefer to over-block and handle exceptions. Covers ~99% of known AI-tool domains.
The AI-tool landscape is not static. New tools launch daily — some on new domains, others as AI features added to existing platforms.
Major new AI products from well-known vendors, tools gaining viral traction, or AI services covered by tech press trigger accelerated classification.
Trend detection monitors domain registrations, social media mentions, news feeds, and app store listings. These domains enter the pipeline within hours — though the 48-hour probation window still applies. Result: 48–72 hours from public launch to feed inclusion.
Our OEM license lets you embed AI-tools category data into your own product and redistribute it to all your end customers.
Licensing tiers are based on the features you need, not the volume you serve.
Start with a free 30-day technical evaluation. Full API access, complete dataset, and a dedicated integration engineer — no commitment required.
Tell us about your DNS filtering product and target market. We will provide API credentials, sample data, and integration documentation within 24 hours.