An organization is enhancing its security monitoring architecture to detect zero-day exploits and analyze encrypted network application traffic. The network engineering team decides to deploy Host-based Intrusion Detection Systems (HIDS) across critical endpoints. Which of the following capabilities represent distinct operational advantages of a HIDS compared to a passive Network Intrusion Detection System (NIDS)? (Select TWO.)
- HIDS can inspect decrypted application payload data directly within local endpoint memory after TLS protocol termination.Answer
- HIDS can monitor host operating system calls, registry modifications, and critical file system integrity changes.Answer
- CHIDS captures network traffic out-of-band using switch SPAN ports to ensure zero added latency to endpoint CPU processing.
- DHIDS automatically appends an implicit deny statement to perimeter network Access Control Lists whenever unauthorized access is detected.
Answer
The correct options are that a HIDS can inspect decrypted application payload data directly within local endpoint memory after TLS protocol termination, and a HIDS can monitor host operating system calls, registry modifications, and critical file system integrity changes.
Host-based Intrusion Detection Systems (HIDS) run as agents on individual host operating systems. This positioning grants direct visibility into unencrypted host memory, local system calls, process creation, registry key modifications, and file integrity. Consequently, HIDS can evaluate application data after local SSL/TLS decryption and track malicious actions inside the OS.
Step-by-Step Solution
Key Concept
Host-Based vs. Network-Based Intrusion Detection Systems (HIDS vs NIDS)