CrowdStrike Certified Falcon Hunter (CCFH) — Question 87

Which of the following is the proper method to quantify search results, enabling a hunter to quickly sort and identify outliers?

Answer options

Correct answer: A

Explanation

The correct answer is A because the “| stats count by” command effectively groups and counts the occurrences of events, which is essential for identifying outliers. Option B only counts events without grouping them, which does not help in identifying outliers. Option C, using the “|eval” command, is not designed for counting or sorting but rather for creating new fields. Option D involves manual aggregation in a spreadsheet, which is less efficient than using built-in commands directly in Event Search.