nerdexam
GIAC

GSLC · Question #390

An attacker makes an attempt against a Web server. The result is that the attack takes the form of URLs. These URLs search for a certain string that identifies an attack against the Web server…

The correct answer is B. Signature-based detection. Matching specific URL strings against a database of known attack patterns is signature-based detection, the method that identifies attacks by recognizing predefined malicious signatures.

Security Operations & Incident Response Leadership

Question

An attacker makes an attempt against a Web server. The result is that the attack takes the form of URLs. These URLs search for a certain string that identifies an attack against the Web server. Which IDS/IPS detection method do the URLs use to detect and prevent an attack?

Options

  • APolicy-based detection
  • BSignature-based detection
  • CAnamoly-based detection
  • DHoney pot detection

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    86% (32)
  • C
    3% (1)
  • D
    8% (3)

Why each option

Matching specific URL strings against a database of known attack patterns is signature-based detection, the method that identifies attacks by recognizing predefined malicious signatures.

APolicy-based detection

Policy-based detection defines what traffic is permitted or denied according to organizational security rules, not by matching specific strings against known attack patterns.

BSignature-based detectionCorrect

Signature-based detection works by comparing traffic or request patterns against a database of known attack signatures. When URLs contain specific strings that match a documented attack signature, the IDS/IPS identifies and blocks the attack based on that exact pattern. This is the standard method for detecting known, previously documented attacks and is well-suited for URL-based web attack patterns.

CAnamoly-based detection

Anomaly-based detection establishes a baseline of normal behavior and flags statistical deviations from that baseline, rather than matching specific known attack strings in URLs.

DHoney pot detection

A honeypot is a decoy system designed to lure attackers and observe their techniques - it is not an IDS/IPS detection method applied to live traffic inspection.

Concept tested: IDS/IPS signature-based detection method

Topics

#IDS/IPS#signature-based detection#web attack detection#URL pattern matching

Community Discussion

No community discussion yet for this question.

Full GSLC Practice