CCFH-202B · Question #57
Which of the following is the proper method to quantify search results, enabling a hunter to quickly sort and identify outliers?
The correct answer is A. Using the "| stats count by" command at the end of a search string in Event Search. This is the proper method to quantify search results, enabling a hunter to quickly sort and identify outliers. The stats command is used to calculate summary statistics on the results of a search or subsearch, such as count, sum, average, etc. The count by option is used to…
Question
Which of the following is the proper method to quantify search results, enabling a hunter to quickly sort and identify outliers?
Options
- AUsing the "| stats count by" command at the end of a search string in Event Search
- BUsing the "|stats count" command at the end of a search string in Event Search
- CUsing the "|eval" command at the end of a search string in Event Search
- DExporting Event Search results to a spreadsheet and aggregating the results
How the community answered
(67 responses)- A88% (59)
- B1% (1)
- C7% (5)
- D3% (2)
Explanation
This is the proper method to quantify search results, enabling a hunter to quickly sort and identify outliers. The stats command is used to calculate summary statistics on the results of a search or subsearch, such as count, sum, average, etc. The count by option is used to count the number of events for each distinct value of a field or fields and display them in a table. This can help find rare or common values that could indicate anomalies or deviations from normal behavior.
Topics
Community Discussion
No community discussion yet for this question.