nerdexam
GIAC

GCIA · Question #9

You are implementing a host based intrusion detection system on your web server. You feel that the best way to monitor the web server is to find your baseline of activity (connections, traffic…

The correct answer is A. Anomaly Based. Anomaly-based IDS establishes a baseline of normal activity and alerts when traffic or behavior deviates above that baseline, making it the correct classification for this monitoring approach.

Threat Hunting & Timeline Analysis

Question

You are implementing a host based intrusion detection system on your web server. You feel that the best way to monitor the web server is to find your baseline of activity (connections, traffic, etc.) and to monitor for conditions above that baseline. This type of IDS is called __________.

Options

  • AAnomaly Based
  • BReactive IDS
  • CPassive IDS
  • DSignature Based

How the community answered

(35 responses)
  • A
    74% (26)
  • B
    14% (5)
  • C
    6% (2)
  • D
    6% (2)

Why each option

Anomaly-based IDS establishes a baseline of normal activity and alerts when traffic or behavior deviates above that baseline, making it the correct classification for this monitoring approach.

AAnomaly BasedCorrect

Anomaly-based IDS works by first profiling normal system behavior - connections, traffic volume, resource usage - to establish a baseline. It then continuously compares current activity against that baseline and triggers alerts when deviations exceed a defined threshold. This method is effective for detecting novel or zero-day attacks that have no known signature.

BReactive IDS

Reactive IDS is not a standard IDS detection methodology - it describes a response posture, not a detection mechanism based on baselines.

CPassive IDS

Passive IDS describes how an IDS responds (monitoring only, no active blocking), not how it detects threats relative to a baseline.

DSignature Based

Signature-based IDS detects threats by matching traffic against a database of known attack patterns, not by comparing against a learned baseline of normal behavior.

Concept tested: Anomaly-based vs signature-based IDS detection methods

Source: https://csrc.nist.gov/publications/detail/sp/800-94/final

Topics

#anomaly-based IDS#baseline monitoring#behavioral analysis#intrusion detection

Community Discussion

No community discussion yet for this question.

Full GCIA Practice