nerdexam
CrowdStrike

CCFA-200B · Question #18

Custom IOA rules are defined using which syntax?

The correct answer is D. Regex. Custom IOA (Indicator of Attack) rules in CrowdStrike Falcon use Regex (Regular Expressions) because they must match dynamic behavioral patterns - such as process command lines, file paths, and network connections - with precision and flexibility that only regex can provide…

Detection and Prevention Policies

Question

Custom IOA rules are defined using which syntax?

Options

  • AGlob
  • BPowerShell
  • CYara
  • DRegex

How the community answered

(14 responses)
  • A
    7% (1)
  • B
    7% (1)
  • D
    86% (12)

Explanation

Custom IOA (Indicator of Attack) rules in CrowdStrike Falcon use Regex (Regular Expressions) because they must match dynamic behavioral patterns - such as process command lines, file paths, and network connections - with precision and flexibility that only regex can provide. Glob (A) is a simplified pattern-matching syntax used for file paths but lacks the expressive power needed for behavioral detections. PowerShell (B) is a scripting language, not a pattern-matching syntax, and has no role in defining IOA rule conditions. YARA (C) is a malware signature language used for static file analysis, not behavioral/event-based detection like IOAs.

Memory tip: Think "IOA = Identify Odd Actions" - and actions are described with Regex because behaviors are variable and need flexible pattern matching, not rigid file signatures (YARA) or simple wildcards (Glob).

Topics

#Custom IOA#regex#IOA rule syntax#rule creation

Community Discussion

No community discussion yet for this question.

Full CCFA-200B Practice