nerdexam
Cisco

300-220 · Question #84

Which scripting language is commonly used for automating the data analysis in threat hunting?

The correct answer is B. Python. Python (B) dominates threat hunting automation because it combines readable syntax with a rich ecosystem of security-focused libraries - pandas for data manipulation, scapy for packet analysis, and integrations with SIEMs like Splunk and Elastic - making it ideal for parsing…

Threat Hunting Techniques

Question

Which scripting language is commonly used for automating the data analysis in threat hunting?

Options

  • AC++
  • BPython
  • CJava
  • DHTML

How the community answered

(60 responses)
  • A
    5% (3)
  • B
    87% (52)
  • C
    7% (4)
  • D
    2% (1)

Explanation

Python (B) dominates threat hunting automation because it combines readable syntax with a rich ecosystem of security-focused libraries - pandas for data manipulation, scapy for packet analysis, and integrations with SIEMs like Splunk and Elastic - making it ideal for parsing logs, correlating IoCs, and automating repetitive analysis tasks.

Why the others are wrong:

  • C++ (A) is a compiled, low-level language optimized for performance-critical systems programming, not rapid data analysis scripting.
  • Java (C) is a compiled, verbose language better suited for enterprise application development than quick, iterative security analysis workflows.
  • HTML (D) is a markup language for structuring web content - it has no scripting or data processing capability at all.

Memory tip: Think "Python = automation" - its name even sounds like it wraps around tasks and squeezes them into automation, just like the snake. In cybersecurity, if you see "scripting + data analysis + automation," Python is almost always the answer.

Topics

#Python scripting#Threat hunting automation#Data analysis#Scripting languages

Community Discussion

No community discussion yet for this question.

Full 300-220 Practice