CrowdStrike Certified Falcon Hunter (CCFH) — Question 25

During an investigation you find out that files are being written to disc by a malicious process. While many are displayed in the detections as context items, you want to see all files written to your host by this process.

What Splunk search would work for this scenario?

Answer options

Correct answer: A

Explanation

The correct answer, A, correctly specifies the search for events where files are written, using the ContextProcessId to filter results for the specific malicious process. Options B and D focus on process rollup events, which do not directly indicate file writing activity. Option C, while close, uses the TargetProcessId instead of the ContextProcessId, which is not the correct identifier for this scenario.