← All field notes

Black Lantern Labs Team  ·  Research

What Your Organization Shows the Internet

Before anyone attacks an organization, they look it up. Not with exotic tools or insider access. With public records: DNS entries, certificate logs, search engines, and data that services publish about themselves. The first stage of nearly every real intrusion is quiet research that touches nothing you own.

A passive exposure review reconstructs that first look using only public sources. No scanning your systems, no credentials, no agents installed. If an item appears, it is because the internet already had it.

What the public record typically holds

Subdomains are the most common surprise. Organizations register test environments, staging servers, and one-off project sites, then forget them. Certificate transparency logs keep a permanent public record of certificates issued for your domains, which means many forgotten systems sit on a list anyone can read.

Exposed services come next. Public indexes record which systems answer on which ports, what software they run, and often what version. A database on the open internet or an admin panel with no real gate shows up here. Attackers check these indexes before they ever touch your network.

People matter too. Company email addresses accumulate in breach dumps, marketing lists, and public documents. Each one is a phishing target and a candidate for password reuse. Knowing which addresses circulate publicly tells you where attempts will land.

Lookalike domains close the set: registrations that resemble yours, built to fool customers or staff. Those deserve their own deep dive because the attack often never touches your perimeter.

Why passive matters

A passive review has two properties that make it a strong starting point.

It is safe: nothing touches your systems, so there is nothing to break and nothing to authorize beyond consent to look at public data.

It is checkable: every finding should cite a public record you can verify yourself. There is little room to argue with a certificate log entry that is still there.

How to use the output

End with priority, not panic. Some findings take minutes (retire a dead subdomain). Some start larger conversations (an exposed service with real data behind it). Either way, you begin with a view closer to what an adversary already has, which is an honest place to start.

← All field notes