CCFH-202 Exam QuestionsBrowse all questions from this exam

CCFH-202 Exam - Question 24


You would like to search for ANY process execution that used a file stored in the Recycle Bin on a Windows host. Select the option to complete the following EAM query. aid=my-aid ImageFileName=________ event_simpleName=ProcessRollup2

Show Answer
Correct Answer: B

To search for any process execution that used a file stored in the Recycle Bin, you need to use a wildcard search that covers any characters before and after '$Recycle.Bin'. The '*' wildcard is used to match zero or more occurrences of any character. Therefore, '*$Recycle.Bin*' is the correct option as it ensures that any file path containing '$Recycle.Bin' will be matched, irrespective of what comes before or after it.

Discussion

1 comment
Sign in to comment
alanalanalanOption: B
Jul 12, 2024

B. *$Recycle.Bin* Regex, use the *