Bird
0
0

Which of the following is the correct syntax to start a threat hunting query in a SIEM tool?

easy📝 Factual Q3 of 15
Cybersecurity - Advanced Threat Protection
Which of the following is the correct syntax to start a threat hunting query in a SIEM tool?
Asearch event where source_ip = '192.168.1.1'
Bfind source_ip equals 192.168.1.1
Cquery source_ip == 192.168.1.1
Dlocate ip source 192.168.1.1
Step-by-Step Solution
Solution:
  1. Step 1: Recognize common SIEM query syntax

    Most SIEM tools use 'search' or similar keywords with conditions like 'where'.
  2. Step 2: Compare options to standard syntax

    search event where source_ip = '192.168.1.1' matches common syntax; others use incorrect keywords or formats.
  3. Final Answer:

    search event where source_ip = '192.168.1.1' -> Option A
  4. Quick Check:

    SIEM query syntax = search with where clause [OK]
Quick Trick: SIEM queries often start with 'search' and use 'where' for conditions [OK]
Common Mistakes:
MISTAKES
  • Using incorrect keywords like 'find' or 'locate'
  • Omitting quotes around IP addresses
  • Using wrong operators like 'equals' instead of '='

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Cybersecurity Quizzes