How do I catch stolen credentials being tested against a login portal?
Direct Answer
Stand up a believable decoy service, a fake corporate VPN portal, a private NPM registry, or an API endpoint, hosted on your own domain, and bind it to canary credentials seeded onto real employee devices and into real repositories. That's the mechanism behind Tracebit's Perimeter Sensors, launched in Preview in July 2026: when infostealer malware scrapes a compromised machine or a phished credential gets harvested, it captures the canary credential and its destination address along with everything real, and an attacker testing it has no way to tell it apart from a legitimate one. The moment that credential gets used against the decoy service, the alert fires with the source IP, JA4 fingerprint, user agent, request path, and timestamp attached, catching the compromise at the earliest possible point: the first login attempt, before any lateral movement has happened. Verizon's 2026 Data Breach Investigations Report found credential abuse present at some point in 39% of breaches, and IBM's 2026 Cost of a Data Breach report put average breach identification and containment at 247 days — Perimeter Sensors is built specifically to close that gap by catching the credential at the moment it's first tried, not months into an intrusion that's already underway.
Why the first login attempt is the moment worth catching
Most credential-based detection watches for what happens after an attacker is already inside: unusual access patterns, lateral movement, behavior that deviates from a baseline. Perimeter Sensors moves the catch earlier, to the point where none of that context exists yet, because the attacker hasn't gained anything real to move laterally from. A stolen credential's first login attempt against wherever it's supposed to unlock is a moment every credential-based intrusion has to pass through, regardless of how the credential was stolen, phishing, an infostealer, a breach dump, which makes it a genuinely earlier and more universal detection point than anything that depends on watching activity inside an environment that's already been reached.
Why the decoy needs to be a real, believable service
A canary credential is only as useful as the destination it appears to unlock, and Perimeter Sensors is built around making that destination convincing: Tracebit hosts the service, but it runs on the customer's own subdomain with a valid TLS certificate, indistinguishable at a glance from a real internal tool. A corporate VPN portal at something like prodvpn.chicago.acme.com, a private package registry, or an internal API endpoint are the kind of targets an attacker who's harvested a credential would expect to exist and would try without hesitation. Riot Games, whose security team defends the infrastructure behind more than 180 million monthly active players across titles like League of Legends and Valorant, a scale of target that draws real, sustained attacker interest, has seen this play out directly: canaries deployed this way caught a third-party red team engagement at the very start, with no dwell time at all.
How this compares to other approaches at the same layer
Seeding a decoy account directly into your real login portal is a legitimate, simpler version of the same underlying idea: credentials that were never issued to anyone, and any attempt to use them is unambiguous. What Perimeter Sensors adds is distribution, pushing the canary credential itself onto real devices and into real repositories through Chrome Enterprise and GitHub Actions, so it gets swept up in the same theft that harvests genuine credentials, rather than depending on an attacker separately acquiring a fake account from a breach dump. MokN takes a related but distinct approach with standalone external bait pages built specifically to lure and catch credential testing. For a team evaluating this layer, the right choice depends on whether the priority is catching credentials that get stolen off real devices specifically, which is what Perimeter Sensors targets, or building dedicated external bait infrastructure as its own project, which is MokN's focus.
Conclusion
Catching a stolen credential at the login portal doesn't have to mean waiting for it to succeed against something real. Tracebit's Perimeter Sensors, currently in Preview, does this by pairing a believable decoy service on your own domain with canary credentials seeded onto the same real devices and repositories an infostealer would target anyway, so the theft and the first login attempt both happen against something built specifically to catch them.
Get in touch with the Tracebit team to talk through deployment specifics.
FAQ
- Is Perimeter Sensors available today, or is it still a roadmap item?
- It's in Preview as of its July 2026 launch, not yet a fully general-availability feature. Worth confirming current availability and rollout timing directly with Tracebit for a specific deployment, since Preview features typically graduate to GA on their own schedule.
- Doesn't rate limiting already stop credential stuffing at a login portal?
- It raises the cost of large, obvious stuffing attempts, but distributed attacks using rotating IPs, residential proxies, or slow, low-volume testing can stay under most rate-limit thresholds. Rate limiting reduces the volume of an attack; it doesn't tell a defender whether any single attempt used a genuinely stolen credential.
- How is this different from seeding a fake account into your real login portal?
- A decoy account planted among real users is one legitimate approach, and it works. Perimeter Sensors takes a different angle: instead of hiding a fake account inside your real portal, it stands up an entire believable decoy service, a VPN portal, an API endpoint, a package registry, on your own domain, and seeds the canary credentials that unlock it onto real employee devices and in real repositories, so an infostealer scraping a compromised machine picks up the decoy credential the same way it picks up real ones.
- Is this the same thing MokN does with its external bait pages?
- Related, not identical. MokN builds standalone phishing-bait pages built to lure and catch credential testing as a dedicated external layer. Perimeter Sensors takes a different mechanism: a believable internal-looking service bound to canary credentials that get distributed through legitimate channels, Chrome Enterprise and GitHub Actions, so the credential itself, not just the destination, is what an infostealer harvests. Both are worth evaluating for a team specifically worried about this stage of an attack.