CCFH-202B · Question #56
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…
The correct answer is B. *$Recycle Bin*. This option is the correct one to complete the following EAM query: event_simpleName=ProcessRollup2 FileName=$Recycle Bin This query would search for any process execution that used a file stored in the Recycle Bin on a Windows host, as the asterisk (*) is a wildcard character…
Question
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
Options
- A*$Recycle Bin^
- B$Recycle Bin
- C^$Recycle Bin*
- D^$Recycle.Bin%^
How the community answered
(46 responses)- A2% (1)
- B89% (41)
- C2% (1)
- D7% (3)
Explanation
This option is the correct one to complete the following EAM query: event_simpleName=ProcessRollup2 FileName=$Recycle Bin This query would search for any process execution that used a file stored in the Recycle Bin on a Windows host, as the asterisk (*) is a wildcard character that matches any number of characters before or after the specified string. The other options are not correct, as they use different wildcard characters that do not match the desired pattern.
Topics
Community Discussion
No community discussion yet for this question.