honeypot

A security mechanism set a trap, designed to be attacked or compromised by hackers.

Conteúdo pendente de tradução. Exibindo a versão em inglês.

A honeypot is an intentional security vulnerability or decoy server designed to attract hackers away from legitimate servers. It looks like a high-value target (like a database full of fake credit cards) but is actually a highly monitored trap used to study hacker methods and alert the security team.

        graph LR
  Center["honeypot"]:::main
  Rel_intrusion_detection_system_ids["intrusion-detection-system-ids"]:::related -.-> Center
  click Rel_intrusion_detection_system_ids "/terms/intrusion-detection-system-ids"
  Rel_ssh["ssh"]:::related -.-> Center
  click Rel_ssh "/terms/ssh"
  Rel_admin_key_compromise["admin-key-compromise"]:::related -.-> Center
  click Rel_admin_key_compromise "/terms/admin-key-compromise"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Teste de conhecimento

1 / 1

🧒 Explique como se eu tivesse 5 anos

A honeypot is like a fake [wallet](/pt/terms/wallet) full of 'play money' that you leave on the sidewalk. While the thief is busy trying to open it, you are watching them from a window with a camera, learning who they are and how they operate, without losing any real money.

🤓 Expert Deep Dive

Honeypots can be Low-Interaction (mimicking services only) or High-Interaction (running actual vulnerable OSs). A large network of honeypots is called a 'Honeynet'. They are essential for finding 'Zero Day' exploits and gathering threat intelligence in the wild.

📚 Fontes