Exam CCFH-202 All QuestionsBrowse all questions from this exam
Question 25

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

    Correct Answer: A

    Using the “| stats count by” command at the end of a search string in Event Search is the proper method to quantify search results. This command allows you to aggregate and count results based on specific fields, which helps in sorting and identifying outliers effectively. It provides a more detailed breakdown by different criteria, making it easier for a hunter to analyze and detect anomalies.

Discussion

6 comments
ChiquitabanditaOption: A
Sep 8, 2023

The "| stats count by" command allows you to aggregate and count results based on specific fields, which is useful for quantifying and summarizing search results and identifying outliers based on different criteria.

alanalanalanOption: A
Jul 9, 2024

Answer : A A. Using the “| stats count by” command at the end of a search string in Event Search keyword : stats count by Reference : Investigating and Querying Event Data with Falcon EDR

five55Option: A
Mar 22, 2024

100 percent A

five55Option: A
Mar 20, 2024

I think B is wrong because stats count "by" has to be there

gr23Option: A
Jan 10, 2024

Answer is A. stats count BY. Look at any of the sample queries CS gives you on their blogs and they all have stats count BY.

Chiquitabandita
Sep 8, 2023

I think this is a bad question though, you could use stats count or stats count by, it depends on what the desired outcome is and it is not specified in the question clearly.