Which action is only available for the `Performs any operation` and `Performs any API Operation` operation attempts?
Review this EDR query:childproc_name:whoami.exe AND childproc_name:hostname.exe AND childproc_name:tasklist.exe AND childproc_name:ipconfig.exeWhich process would show in the query results?
A Carbon Black Cloud analyst needs to identify the Internet Explorer extensions installed on Windows endpoints.Which Live Query statement will successfully query these items?
Which statement is true about configuring VMware Carbon Black Application Control for use on non-persistent virtual machines (VM's)?
An administrator runs the following query in Audit and Remediation:SELECT *FROM users -WHERE UID >= 500;How long will this query stay active and accept data from the sensors?
An administrator uses the following Enterprise EDR search query to show web browsers spawning non-browser child processes that connect over the network:(parent_name:chrome.exe OR parent_name:iexplore.exe OR parent_name:firefox.exe) AND (NOT process_name:chrome.exe OR NOT process_name:iexplore.exe OR NOT process_name:firefox.exe)Which field can be added to this query to filter the results by signature status?