← All free tools

OFAC SDN screening, in your browser

Screen one name or ten thousand against the official OFAC Specially Designated Nationals list — primary names and alternate identities — without sending a single name anywhere. The list downloads once; every comparison happens locally. Free, no signup, no per-day limit.

What this covers — and what it does not

Being explicit matters more than looking comprehensive:

CoveredNot covered
OFAC SDN primary names
OFAC SDN alternate identities (aka / fka / nka)
Individuals, entities, vessels, aircraft
Sanctions programme shown per hit
OFAC Consolidated (non-SDN) lists
Sectoral Sanctions Identifications (SSI)
EU, UK, UN and all other jurisdictions
50 Percent Rule ownership analysis
Addresses, dates of birth, passport and tax IDs
Wallet / crypto address screening

A clean result on this page does not mean a counterparty is clear of sanctions exposure. It means no similar name appears on the one list this page screens. Wallet screening and multi-list coverage are what the API is for.

How the matching works

Normalisation

Both the query and every OFAC name are folded to a comparable form: uppercased, accents stripped, punctuation removed, whitespace collapsed. For entities, common corporate suffixes are also removed for comparison purposes — LLC, LTD, INC, CO, CORP, PLC, SA, AG, GMBH, BV, NV, OOO, OAO, ZAO, JSC, PJSC, LLP, PTE, PTY, SPA, SARL, AS, AB — so Acme Trading Ltd. and ACME TRADING compare equal. The name shown in the results is always OFAC's original string, never the normalised one.

Three comparisons, highest score wins

Exact normalised equality scores 100. Token-set overlap compares the sets of words, so word order, middle names and extra words do not defeat a match; full containment of the shorter name in the longer scores high. Character-level edit-distance ratio catches transliteration variants where the letters differ but the shape is the same. The final score is the highest of the three, and the result labels which comparison produced it.

Why bulk screening is fast

Comparing every query against 39,000+ names with an edit-distance algorithm would be far too slow in a browser. An inverted index maps each token to the entries containing it, so only plausible candidates are scored; exact matches short-circuit through a hash lookup. Very common tokens are skipped during candidate gathering, which is why a single extremely common word on its own may not retrieve everything — screen full names, not fragments.

Choosing a threshold

75 is a reasonable default for a first pass. Below about 70 the false-positive rate rises sharply on short names, which is a real cost: every false positive is manual review time. Above 90 you are effectively screening for exact and near-exact names only and will miss transliteration variants — the failure mode that matters most for Russian, Arabic and Chinese names. Sanctions screening deliberately errs toward over-inclusion; a missed hit is a strict-liability problem, a false positive is an inconvenience.

Frequently asked questions

Are the names I screen uploaded anywhere?

No. The SDN index downloads to your browser once, and every comparison happens locally. No name you screen is transmitted to SanctionsAI or anyone else. Confirm it in your network panel — after the index loads there are no further requests.

How current is the list?

The banner at the top shows the publication date of the OFAC export being screened against, read from OFAC's own publication path rather than the date the file was processed. If it is more than seven days old the banner turns into a staleness warning. OFAC can designate on any business day, so for a decision that matters, re-check against OFAC's live search.

Can I screen crypto wallet addresses?

Not on this page — it screens names. OFAC does publish digital-currency addresses for some designated parties, and wallet screening is available through the API, which also covers the lists this page does not.

What is the difference between this and the paid API?

This screens a list when you decide to run it and hands you a CSV. The API screens in the payment path before funds move and keeps the timestamped audit trail that evidences a compliance program — which is what matters when an examiner asks what you checked and when.

Related

All free tools · Agent compliance readiness check · OFAC compliance guide · Sanctions glossary · Screening API docs

© 2026 SanctionsAI — OFAC sanctions screening, transaction risk scoring and Know-Your-Agent verification for autonomous agents.

This tool is a screening aid, not legal advice and not a compliance determination. Source data: U.S. Treasury OFAC SDN list, retrieved from OFAC's published export. Always verify against OFAC's official Sanctions List Search.