Система обнаружения вторжений (IDS)
ПО для отслеживания вредоносной активности в сети.
🌐 Термины на других языках:
An IDS is a security tool that listens to your network traffic or monitors your system logs to detect signs of an attack. Unlike a firewall which blocks traffic, an IDS is primarily focused on detection and alerting. It can be Network-based (NIDS) or Host-based (HIDS).
graph LR
Center["Система обнаружения вторжений (IDS)"]:::main
Rel_firewall["firewall"]:::related -.-> Center
click Rel_firewall "/terms/firewall"
Rel_admin_key_compromise["admin-key-compromise"]:::related -.-> Center
click Rel_admin_key_compromise "/terms/admin-key-compromise"
Rel_honeypot["honeypot"]:::related -.-> Center
click Rel_honeypot "/terms/honeypot"
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
Важнейший компонент для соблюдения стандартов безопасности типа PCI DSS.