Honeypot (Горшочек с медом)

Ловушка для хакеров, имитирующая уязвимую систему.

🌐 Термины на других языках:

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;

      

🧠 Проверка знаний

1 / 1

🧒 Простыми словами

Это как мышеловка с сыром: мы ждем, когда хакер 'поведется' на приманку, чтобы поймать его.

🤓 Expert Deep Dive

Позволяет обнаруживать 0-day уязвимости по первым попыткам их использования в сети.

📚 Источники