CCFA-200B · Question #22
Which exclusion pattern will prevent detections on a file at C:\Program Files\My Program\My Files\program.exe?
The correct answer is A. \Program Files\My Program\My Files\*. The exclusion pattern that will prevent detections on a file at C:\Program Files\My Program\My Files\program.exe is \Program Files\My Program\My Files*. This pattern will match any file under the My Files folder, including program.exe, and exclude them from detections. The…
Question
Which exclusion pattern will prevent detections on a file at C:\Program Files\My Program\My Files\program.exe?
Options
- A\Program Files\My Program\My Files*
- B\Program Files\My Program*
- C**
- D*\Program Files\My Program*\
How the community answered
(19 responses)- A79% (15)
- B5% (1)
- C5% (1)
- D11% (2)
Explanation
The exclusion pattern that will prevent detections on a file at C:\Program Files\My Program\My Files\program.exe is \Program Files\My Program\My Files*. This pattern will match any file under the My Files folder, including program.exe, and exclude them from detections. The other patterns are either incorrect or too broad to prevent detections on this specific file.
Topics
Community Discussion
No community discussion yet for this question.