A security administrator needs to detect malicious process injections and file modifications on an internal application server that processes encrypted HTTPS traffic. The solution must inspect activity post-decryption without introducing network transmission latency or requiring payload decryption keys on network taps. Which detection system and deployment strategy best meets these requirements?
- Host-based Intrusion Detection System (HIDS) installed directly on the application server operating systemAnswer
- BPassive Network Intrusion Detection System (NIDS) monitoring port 443 traffic via a network switch SPAN port
- CInline Network Intrusion Prevention System (NIPS) reconfigured to inspect Layer 3 IP frame headers for host memory anomalies
- DStateless router Access Control List (ACL) with standard implicit deny rules deployed at the subnet gateway
Answer
Host-based Intrusion Detection System (HIDS) installed directly on the application server operating system
The Host-based Intrusion Detection System (HIDS) option is correct because HIDS agents run locally on the target operating system. This provides full visibility into system calls, process memory, local file modifications, and decrypted application payloads without altering or adding latency to network packet routing.
Step-by-Step Solution
Key Concept
HIDS vs NIDS/NIPS Deployment & Visibility Scope
Estimated Time:1m 15s