CCFA-200B · Question #35
What is the primary purpose of using glob syntax in an exclusion?
The correct answer is B. To specify exclusion patterns to easily exclude files and folders and extensions from detections. Glob syntax is used to specify exclusion patterns to easily exclude files and folders and extensions from detections. Glob syntax allows you to use wildcards () and ranges ([a-z]) to match multiple characters or values in a file path or name. For example, you can use glob syntax
Question
What is the primary purpose of using glob syntax in an exclusion?
Options
- ATo specify a Domain be excluded from detections
- BTo specify exclusion patterns to easily exclude files and folders and extensions from detections
- CTo specify exclusion patterns to easily add files and folders and extensions to be prevented
- DTo specify a network share be excluded from detections
How the community answered
(56 responses)- A5% (3)
- B91% (51)
- C2% (1)
- D2% (1)
Explanation
Glob syntax is used to specify exclusion patterns to easily exclude files and folders and extensions from detections. Glob syntax allows you to use wildcards () and ranges ([a-z]) to match multiple characters or values in a file path or name. For example, you can use glob syntax to exclude all files with .exe extension in a folder by using C:\Folder.exe as an exclusion
Topics
Community Discussion
No community discussion yet for this question.