300-220 · Question #116
Python scripts in threat hunting are used for:
The correct answer is B. Automating detection and analysis tasks. Python scripts are a core tool in threat hunting because they allow analysts to automate detection and analysis tasks - such as parsing log files, querying threat intelligence feeds, correlating events across datasets, and flagging anomalies - at a scale and speed impossible to a
Question
Python scripts in threat hunting are used for:
Options
- ADesigning corporate websites
- BAutomating detection and analysis tasks
- CManaging employee records
- DConducting online marketing campaigns
How the community answered
(25 responses)- A4% (1)
- B88% (22)
- C8% (2)
Explanation
Python scripts are a core tool in threat hunting because they allow analysts to automate detection and analysis tasks - such as parsing log files, querying threat intelligence feeds, correlating events across datasets, and flagging anomalies - at a scale and speed impossible to achieve manually.
Options A, C, and D are wrong because they describe general business functions (web design, HR, marketing) that have no meaningful connection to cybersecurity operations; threat hunting is a defensive security discipline focused on proactively finding adversaries in a network.
Memory tip: Think of the word "hunting" - a hunter needs tools to track and detect prey efficiently. Python scripts are those tools, automating the repetitive detection and analysis work so analysts can focus on the actual threat.
Topics
Community Discussion
No community discussion yet for this question.