Where do you obtain the Windows sensor installer for CrowdStrike Falcon?
Why is it critical to have separate sensor update policies for Windows/Mac/*nix?
Which of the following Machine Learning (ML) sliders will only detect or prevent high confidence malicious items?
What is the function of a single asterisk (*) in an ML exclusion pattern?
Answer : B
The asterisk is a wildcard character that can be used in exclusion patterns to match any number of characters. However, it does not match separator characters, such as \ or /, which are used to separate portions of a file path. For example, the patternC:\Windows\*\*.exewill match any executable file in any subfolder of the Windows folder, but not in the Windows folder itself.
On which page of the Falcon console can one locate the Customer ID (CID)?
Why is it important to know your company's event data retention limits in the Falcon platform?
You have determined that you have numerous Machine Learning detections in your environment that are false positives. They are caused by a single binary that was custom written by a vendor for you and that binary is running on many endpoints. What is the best way to prevent these in the future?
Answer : B
to match any number of characters including none while not matching beyond path separators (\ or /) and double asterisks are used to recursively match zero or more directories that fall under the current directory.