who-owns-this-domain

who-owns-this-domain is a skill for Claude Code from UseOSINT/Skills. It costs 144 tokens per session (2,984 once invoked), scanned A, original, MIT.

A guide to finding who registered a domain name and who operates its online services. It uses registration records such as WHOIS and RDAP, plus DNS records that describe where email and web services are hosted.

In plain words
What is it for?
Checking domain registrars, registration dates, nameservers, mail servers, security records, IP network holders, and related domains.
Why use it?
The person or company that bought a domain may differ from the party running it. Separating those facts helps avoid incorrect ownership or attribution claims.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the useosint plugin — 29 skills shipped together

not rated 34repo +3 1mo ago A scan Socket: passSnyk: passSkillSpector: pass 144 tokens original MIT

Good fit Checking domain registrars, registration dates, nameservers, mail servers, security records, IP network holders, and related domains.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/useosint/skills/who-owns-this-domain
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add UseOSINT/Skills --skill who-owns-this-domain
Clone the repo
git clone --depth 1 https://github.com/UseOSINT/Skills

Made for: Claude Code.

Or install useosint, the plugin that ships this one along with the rest of its 29 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for who-owns-this-domain

README.md
[![agentmods](https://agentmods.dev/badge/skills/useosint/skills/who-owns-this-domain/github.svg)](https://agentmods.dev/skills/useosint/skills/who-owns-this-domain)
Your own site
<a href="https://agentmods.dev/skills/useosint/skills/who-owns-this-domain"><img src="https://agentmods.dev/badge/skills/useosint/skills/who-owns-this-domain/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for who-owns-this-domain

Your own site · 80×15
<a href="https://agentmods.dev/skills/useosint/skills/who-owns-this-domain"><img src="https://agentmods.dev/badge/skills/useosint/skills/who-owns-this-domain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,984 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 24 Aug 2026
  • Snyk pass 24 Aug 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00144 $0.02984
Opus 5 $0.00072 $0.01492
Sonnet 5 $0.00029 $0.00597
Haiku 4.5 $0.00014 $0.00298

Measured 12d ago against content hash ea5859b5843e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

who-owns-this-domain scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://rdap.org/domain/example.com | jq .
skills/who-owns-this-domain/SKILL.md · 239 lines

How it starts

The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Who owns this domain

Registration data tells you who bought the name; DNS tells you who runs the service. They are frequently different parties, and conflating them is the mistake that wrecks attribution. Everything here is passive except where flagged — but note that dig aimed at the target's own nameservers lands in the target's query logs, so resolve through a public recursive resolver or passive DNS when you care about being quiet.

Which source first

You hold Reach for Why
A domain, nothing else RDAP, then registrar WHOIS Structured, gives dates + registrar + status in one hit
Redacted WHOIS Historical WHOIS + passive DNS Redaction is not retroactive across archives
A domain you suspect is one of many Nameserver pair + MX + reverse WHOIS Infrastructure reuse outlives contact privacy
An IP IP RDAP at the RIR, then ASN lookup Tells you the netblock holder, not the site owner
A ccTLD The registry's own WHOIS/web service ccTLDs ignore gTLD policy; coverage swings wildly
A brand-new domain Creation date + registrar + NS Age plus a bulk-friendly registrar is the phishing tell

WHOIS versus RDAP

WHOIS is a plaintext protocol on TCP/43 with no schema. Every registry emits a different field layout, clients follow registry-to-registrar referrals inconsistently, and rate limiting is silent — you get truncation or a block, not an error you can parse.

RDAP is the same registration data over HTTPS as JSON, with real HTTP semantics: 404 for no such object, 429 when you are throttled, and per-object endpoints for domains, nameservers, entities, IPs, and AS numbers. Query it through the bootstrap redirector or the registry directly:

curl -s https://rdap.org/domain/example.com | jq .
curl -s https://rdap.org/ip/203.0.113.10 | jq '.name, .handle, .country'
curl -s https://rdap.org/autnum/64500 | jq '.name, .entities'

Read these fields:

  • eventsregistration, expiration, last changed, transfer. A transfer event long after registration means the current registrar's records start there; anything older lives only in historical WHOIS.
  • entities[].rolesregistrant, technical, abuse, registrar. The registrar entity carries its IANA ID in publicIds.
  • status — EPP codes. clientTransferProhibited is routine. clientHold means the registrar pulled the domain from DNS (nonpayment or an abuse complaint). serverHold means the registry did — usually legal or law-enforcement action. redemptionPeriod and pendingDelete mean it is expiring and about to become available.
  • nameservers and secureDNS — operator fingerprint plus DNSSEC posture.

Read the full file on GitHub · 239 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 239 lines · 144 tokens per session scan A ea5859b5843e

Subscribe to this mod's changes

who-owns-this-domain is a skill published in the GitHub repository UseOSINT/Skills (34 stars, last pushed 1mo ago), licensed MIT. It adds 144 tokens to every session and 2,984 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

comprehensive-enrichment

Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.

gooseworks-ai/goose-skills · 53 tokens

google-search-ads-builder

End-to-end Google Search Ads campaign builder. Performs deep keyword research (competitor SEO, review language mining, Reddit/HN community terminology, site audit), builds keyword architecture with funnel mapping and intent classification, creates ad group structure, generates headline/description variants, builds…

gooseworks-ai/goose-skills · 79 tokens

create-video-seedance-2-fal

Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio (generate-audio on by default), internal multi-cut handling within one render. Routes through the GooseWorks FAL proxy (bills…

gooseworks-ai/goose-skills · 117 tokens

create-workflow-diagram

Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.

gooseworks-ai/goose-skills · 45 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens