QuestionQ142
Log ManagementJohn, a SOC analyst, wants to monitor attempts at process-creation activity across any Windows endpoints. Which of the following Splunk queries will help him retrieve related process-creation logs?
- A index=windows LogName=Security EventCode=4678 NOT (Account_Name=*$) .. .. ..
- B index=windows LogName=Security EventCode =5688 NOT (Account_Name=*$).. .. ..
- C index=windows LogName=Security EventCode =4688 NOT (Account_Name=*$).. .. ..
- D index=windows LogName=Security EventCode =3688 NOT (Account_Name=*$).. .. ..
Community Discussion