Honeypot
Category: infrastructure
A decoy computer system set up to attract, log, and analyze unauthorized cyberattack attempts.
Honeypots look like high-value targets—such as an unpatched database server or an open database container—but they hold zero production assets. Any connection attempt to a honeypot is definitively malicious, providing early warning signals and deep adversarial behavior logs.
Common Examples
- We deployed a synthetic database honeypot inside our staging perimeter to capture and log network scanning footprints early.
- Logs captured from the honeypot node allowed our team to block the attacker's IP block before they found our authentic production core.