nerdexam
CrowdStrike

CCCS-203B · Question #99

An organization wants to create a custom Indicator of Misbehavior (IOM) rule in Falcon Cloud Security to detect and alert when a container attempts to write to a restricted file system directory…

The correct answer is B. Create the custom IOM rule in the Falcon Cloud Security Console under the "IOM Rules" section. Option A: AWS IAM policies manage access permissions for AWS resources but cannot monitor or prevent runtime file system access in containers. Option B: Falcon Cloud Security provides a dedicated section for creating and managing custom IOM rules. This is the appropriate place…

Cloud Workload Protection

Question

An organization wants to create a custom Indicator of Misbehavior (IOM) rule in Falcon Cloud Security to detect and alert when a container attempts to write to a restricted file system directory, such as /etc/passwd. What is the correct step to achieve this?

Options

  • AUse AWS IAM policies to block write attempts to the /etc/passwd file.
  • BCreate the custom IOM rule in the Falcon Cloud Security Console under the "IOM Rules" section.
  • CDefine the rule in the Kubernetes Admission Controller manifest.
  • DModify the default Falcon Container Sensor YAML file.

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    72% (21)
  • C
    3% (1)
  • D
    17% (5)

Explanation

Option A: AWS IAM policies manage access permissions for AWS resources but cannot monitor or prevent runtime file system access in containers. Option B: Falcon Cloud Security provides a dedicated section for creating and managing custom IOM rules. This is the appropriate place to define rules for detecting specific misbehavior, such as unauthorized file system writes. Option C: Kubernetes Admission Controller policies are used for validating or mutating objects during deployment, not for runtime threat detection like monitoring file system activity. Option D: The Falcon Container Sensor YAML file is used to deploy the sensor itself and cannot be modified to create custom IOM rules.

Topics

#Indicators of Misbehavior (IOM)#custom detection rules#file system protection#Falcon Cloud Security Console

Community Discussion

No community discussion yet for this question.

Full CCCS-203B Practice