VMware Security Specialist — Question 5

Examine the following EDR query:
file_desc:`Windows Command Processor` AND -process_name:cmd.exe
Which process will show in the query results?

Answer options

Correct answer: C

Explanation

The correct answer is C because the query specifies to find processes with the file description 'Windows Command Processor' while excluding any with the process name 'cmd.exe'. Therefore, option C correctly identifies that it will show processes named cmd.exe, which is excluded from the results. The other options either do not comply with the exclusion or misinterpret the query's intent.