CISSP · Question #182
Host-Based Intrusion Protection (HIPS) systems are often deployed in monitoring or learning mode during their initial implementation. What is the objective of starting in this mode?
The correct answer is A. Automatically create exceptions for specific actions or files. When HIPS is deployed in monitoring/learning mode, it observes system activity to understand normal behavior and automatically generates exceptions (whitelisting rules) for legitimate actions, preventing false positives when enforcement mode is later enabled.
Question
Options
- AAutomatically create exceptions for specific actions or files
- BDetermine which files are unsafe to access and blacklist them
- CAutomatically whitelist actions or files known to the system
- DBuild a baseline of normal or safe system events for review
How the community answered
(35 responses)- A91% (32)
- C6% (2)
- D3% (1)
Why each option
When HIPS is deployed in monitoring/learning mode, it observes system activity to understand normal behavior and automatically generates exceptions (whitelisting rules) for legitimate actions, preventing false positives when enforcement mode is later enabled.
In learning/monitoring mode, HIPS passively observes system activity and automatically creates exceptions for actions and files it encounters, effectively building a whitelist of known-good behavior. This prevents the system from blocking legitimate operations once it transitions to enforcement mode. The auto-generated exceptions represent the primary output and objective of the learning phase.
Blacklisting unsafe files is a function of enforcement or protection mode, not monitoring/learning mode; learning mode is designed to identify and permit normal activity, not to flag or block suspicious files.
While learning mode does result in whitelisting, the mechanism described here - automatically whitelisting files 'already known to the system' - describes a static signature or reputation-based approach, not the dynamic baseline-building process that monitoring mode performs.
Building a baseline of normal system events is more characteristic of anomaly-based IDS/IPS or behavioral analytics tools; HIPS learning mode specifically focuses on generating exception rules (whitelists) from observed activity rather than simply recording a passive baseline for human review.
Concept tested: HIPS learning mode and automatic exception creation
Source: https://docs.trendmicro.com/en-us/documentation/article/deep-security-20_0-about-intrusion-prevention
Topics
Community Discussion
No community discussion yet for this question.