DEV Community

Ava Torres
Ava Torres

Posted on • Originally published at dev.to

How Asset Recovery Firms Trace Business Ownership Across States Using Public Records

The debtor isn't at the address you have. The LLC that owed your client money was dissolved two months before judgment. The registered agent address is a mail forwarding service in Nevada. The principal listed on the original filing has a name that returns 400 results in a people search.

This is a standard asset recovery scenario. And most firms handle it with a combination of expensive subscription databases, paralegal time, and luck.

There's a better approach. Secretary of State databases, SEC filings, and domain records are all public. When you layer them systematically, you can trace ownership chains across states in a fraction of the time and cost.

Why Standard Skip Tracing Falls Short

Most skip tracing tools are built for individuals: driver's license records, credit header data, utility accounts. They're useful for finding people, but they're weak for finding assets held in business entities.

A sophisticated debtor doesn't put assets in their name. They put them in LLCs, which are often stacked — LLC A owns LLC B, which owns the real property or the operating business. Each layer is registered in a different state, sometimes with nominee managers and registered agents that obscure beneficial ownership.

To penetrate this structure, you need to work backwards from business entities, not forward from a person's name.

The Multi-State SOS Search Strategy

Secretary of State databases are the primary tool for this work. Every LLC, corporation, and limited partnership that operates in a state must register there, and most filings include the organizer's name, the registered agent, and the principal business address.

The strategy is entity enumeration: find every business entity that shares a key attribute with your subject — same registered agent, same address, same organizer name — and build the network.

Concretely, if you're looking for assets belonging to "John Doe," you search for all entities where John Doe appears as an organizer, manager, or registered agent across multiple states. In many cases, a single individual will appear on 5–20 entity filings, each pointing to different assets.

For multi-state coverage:

Start with the state where the judgment was entered, then expand to neighboring states and known business locations. Cross-reference address fields — the same street address appearing in multiple states often signals related entities.

The Registered Agent Pivot

One of the highest-leverage pivots in entity tracing is the registered agent. When a debtor uses a personal registered agent (rather than a commercial service like CT Corporation), that agent name often appears across multiple filings — including entities the debtor controls but didn't organize personally.

Search for the registered agent name across state SOS databases. If you find 12 entities with the same registered agent, and three of them share a business address with your subject, you've found the network.

Commercial registered agents are harder to pivot on (too many unrelated clients), but they still provide useful corroboration. If two entities you suspect are related both use CT Corporation in Delaware and have the same formation date, that's worth noting.

Cross-Referencing With SEC Filings

For larger debtors with any publicly traded securities exposure, SEC EDGAR is a goldmine.

Officers and directors of public companies must disclose related-party transactions, including business entities they control. Schedule 13D/G filings identify beneficial owners of 5%+ stakes. Proxy statements list related-party loans and asset transfers.

The SEC EDGAR Company Filings actor lets you search by company name or individual name to pull relevant filings. If your debtor was ever affiliated with a public company — as an officer, director, or significant shareholder — that creates a paper trail that's difficult to fully obscure.

Also valuable: Form 4 filings, which record insider stock transactions. If someone sold a large position shortly before a judgment was entered against them, that's a potential fraudulent transfer claim.

Domain and Website Intelligence

Debtors who run businesses have websites. Websites are registered with contact information that, historically at least, wasn't as carefully obscured as corporate filings. WHOIS data often contains email addresses, phone numbers, and physical addresses that don't appear in any SOS filing.

The WHOIS Domain Lookup actor returns registrant data, creation dates, and nameserver information. Cross-referencing domain registrations against known business names often surfaces additional entities.

A few practical patterns:

  • The email address used to register a domain often appears in the admin contact for multiple domains — a pivot point to find other related businesses
  • Domain creation dates that correlate with entity formation dates suggest coordinated setup
  • Nameserver patterns (multiple unrelated-looking domains on the same hosting account) can indicate common ownership

Building the Ownership Graph

The output of this process is an ownership graph: nodes are entities, edges are relationships (same address, same registered agent, same organizer, same domain registrant). The goal is to find nodes that have attachable assets — real property, bank accounts, operating revenue — that can satisfy the judgment.

In practice, this means:

  1. Start with your subject (individual or entity name)
  2. Pull all SOS records across target states
  3. Extract all addresses, agent names, and organizer names
  4. Search each new name/address for additional entities
  5. Repeat two or three levels deep
  6. Cross-reference EDGAR for securities exposure
  7. WHOIS pivot on any domain assets found

A thorough trace of a moderately sophisticated debtor takes 30–60 minutes with automated tooling. The same work done manually through individual state SOS portals can take several days.

What This Doesn't Replace

Automated public records tracing finds the structure. It doesn't determine whether a particular transfer was fraudulent, whether an entity has actual assets, or whether your client's claim is senior to other creditors. That's attorney work.

What it does is dramatically reduce the paralegal hours needed to build the picture before attorneys make those calls. Instead of spending 20 hours building a preliminary asset map, you spend two hours validating and augmenting an automated one.

For asset recovery firms billing on contingency or flat fee, that's the difference between a case being economically viable and not. The firms building these pipelines now are taking work that previously wasn't worth pursuing.

Top comments (0)