A security analyst needs to monitor critical database servers for unauthorized local file integrity modifications and zero-day memory exploits that lack known attack signatures. Which security solution best addresses these requirements?
- Host-based Intrusion Detection System (HIDS) utilizing anomaly-based detection logicCevap
- BNetwork Intrusion Prevention System (NIPS) relying on signature-based matching deployed inline at the network edge
- CNetwork Intrusion Detection System (NIDS) connected via a switch SPAN port filtering standard Layer 4 TCP port numbers
- DSwitch Access Control Lists (ACLs) configured strictly with explicit permit statements for server management IP subnets
Cevap
A Host-based Intrusion Detection System (HIDS) utilizing anomaly-based detection logic is the correct solution.
Deploying a Host-based Intrusion Detection System (HIDS) with anomaly-based detection directly monitors local operating system activities, including system call sequences and file integrity changes on the server. Anomaly-based logic compares real-time host activity against an established baseline of normal operations, allowing it to detect unknown zero-day attacks that do not match existing signatures.
Adım Adım Çözüm
Anahtar Kavram
HIDS vs NIDS/NIPS placement and Anomaly-based vs Signature-based detection mechanisms