CrowdStrike Certified Falcon Hunter (CCFH) — Question 54

In the Powershell Hunt report, what does the filtering condition of CommandLine!="*badstring*" do?

Answer options

Correct answer: A

Explanation

The filtering condition CommandLine!='*badstring*' excludes any command lines that have 'badstring' in them from appearing in the report, making option A the correct answer. Options B, C, and D incorrectly suggest that 'badstring' would be included or highlighted, which contradicts the filtering logic.