IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Response: How to write a process search query to include multiple negative arguments

CB Response: How to write a process search query to include multiple negative arguments

Environment

  • CB Response Console: 6.0.1 and Higher

Objective

How to write a query to include multiple negative arguments.

Resolution

There are two methods:
  1. q=filemod:c:\windows\System32* AND -(path:c:\windows\* AND process_name:tentacle.exe AND process_name:cacheclearconsole.exe AND process_name:flufferconsole.exe AND process_name:monitoringhost.exe AND username:SYSTEM AND process_name:configsecuritypolicy.exe AND username:SYSTEM AND process_name:healthservice.exe) 
  2. q=filemod:c:\windows\System32* AND (-path:c:\windows\* AND -process_name:tentacle.exe AND -process_name:cacheclearconsole.exe AND -process_name:flufferconsole.exe AND -process_name:monitoringhost.exe AND -username:SYSTEM AND -process_name:configsecuritypolicy.exe AND -username:SYSTEM AND -process_name:healthservice.exe)

Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎12-28-2018
Views:
1109
Contributors