All Practice Exams

100+ Free ATT&CK Threat Hunting Practice Questions

MITRE ATT&CK Threat Hunting and Detection Engineering (MAD20) practice questions are available now; exam metadata is being verified.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
Not published Pass Rate
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which technique does an adversary use when they encode malicious PowerShell commands using Base64 to evade signature-based detections?

A
B
C
D
to track
Same family resources

Explore More MITRE ATT&CK Defender (MAD) Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: ATT&CK Threat Hunting Exam

80%

Passing Score Per Module

MAD20

6 steps

TTP Hunt Methodology Steps

MAD20

Badge-based

Certification Model

MAD20

MITRE Engenuity

Program Origin

MITRE Engenuity / MAD20

Self-paced

Assessment Format

MAD20

ATT&CK Fundamentals

Recommended Prerequisite

MAD20

MITRE Engenuity's MAD20 program teaches and certifies the six-step TTP-based threat hunting methodology: identify adversary behaviors, develop hypotheses, determine data requirements, identify and mitigate gaps, implement and test analytics via purple teaming, and conduct the hunt. The program uses a modular badge model requiring 80% per assessment.

Sample ATT&CK Threat Hunting Practice Questions

Try these sample questions to test your ATT&CK Threat Hunting exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which of the following best describes the primary goal of a TTP-based threat hunt as taught in the MAD20 ATT&CK Threat Hunting methodology?
A.Proactively searching for adversary behaviors using ATT&CK techniques as the model of malicious activity
B.Reactively investigating alerts generated by SIEM correlation rules
C.Performing a vulnerability scan to identify unpatched systems
D.Building firewall rules based on known malicious IP addresses
Explanation: TTP-based threat hunting is a proactive discipline that uses adversary Tactics, Techniques, and Procedures—structured within the ATT&CK framework—as the model to guide searches for malicious activity before alerts fire. It is fundamentally different from reactive alert triage because it starts from adversary behavior knowledge rather than waiting for detection systems to trigger.
2In the MAD20 six-step TTP-based threat hunt methodology, what is the correct order of the first two steps?
A.Identify adversary behaviors of interest, then develop hypotheses
B.Implement analytics, then develop hypotheses
C.Collect data, then identify adversary behaviors
D.Execute the hunt, then identify adversary behaviors
Explanation: The six-step methodology begins by identifying and prioritizing adversary behaviors from ATT&CK (step 1), followed by developing hypotheses that articulate what malicious activity would look like in the environment (step 2). Hypotheses must be grounded in specific behaviors before data requirements and analytics can be properly shaped.
3Which ATT&CK construct represents the 'why' behind an adversary action—the goal the adversary is trying to achieve?
A.Technique
B.Procedure
C.Tactic
D.Sub-technique
Explanation: In ATT&CK, Tactics represent the adversary's high-level goal or 'why'—for example, Persistence, Privilege Escalation, or Lateral Movement. Techniques describe 'how' the adversary achieves that goal. Procedures are the specific, observed implementations of a technique. Sub-techniques add granularity below the technique level.
4A threat hunter wants to focus hunting activity on techniques most likely used by a specific threat group targeting their industry. Which ATT&CK resource directly maps known adversary groups to the techniques they have been observed using?
A.ATT&CK Data Sources catalog
B.ATT&CK Navigator heat-map layers
C.ATT&CK Groups pages
D.ATT&CK Mitigations catalog
Explanation: ATT&CK Groups pages document specific tracked threat actor groups and map each group to the techniques and software they have been observed using in real intrusions. This is the primary resource for building a group-specific hunting priority list. Navigator can visualize those group layers, but the underlying data lives in the Groups pages.
5When developing a threat hunt hypothesis in the MAD20 methodology, what essential element must the hypothesis contain to be actionable?
A.A specific, testable statement about observable adversary behavior linked to one or more ATT&CK techniques
B.A list of SIEM alert rule IDs that currently fire
C.A complete data-collection plan with all required log sources already confirmed available
D.A list of CVEs associated with the suspected adversary group
Explanation: A well-formed hunt hypothesis must be a specific and testable statement that describes observable adversary behavior tied to ATT&CK technique(s). This gives the hunt a clear success criterion: you are either finding evidence of that behavior or ruling it out. Vague hypotheses lead to unfocused hunts; hypotheses based on current alerts are reactive, not proactive.
6In the MAD20 methodology, what is an 'abstract analytic'?
A.A statistical model trained on endpoint telemetry to detect anomalies
B.A vendor-specific SIEM query written in SPL or KQL
C.A technology-agnostic description of what observable evidence would confirm a hypothesis
D.A heat map in ATT&CK Navigator showing technique coverage
Explanation: An abstract analytic is a technology-agnostic statement describing what observable data would indicate that a hypothesized adversary behavior occurred. It sits between the hypothesis and the concrete rule implementation, acting as a bridge that captures the detection logic without binding it to a specific tool. This allows the logic to be translated into Splunk SPL, Sigma, EQL, or any other query language later.
7Which of the following best describes how ATT&CK 'Data Sources' are used during the data-requirements step of the threat hunting methodology?
A.They indicate which telemetry types must be collected to have visibility into a given technique
B.They specify which threat actor groups are most likely to attack the organization
C.They provide the exact SIEM query syntax for detecting a technique
D.They define the severity rating and CVSS score for each technique
Explanation: ATT&CK Data Sources catalog the telemetry types—such as Process Creation, Network Traffic, Windows Registry, or File Modification—that are required to detect a given technique. During the data-requirements step, hunters map their hypothesized techniques to these data sources to determine what must be collected and to identify gaps where required telemetry is missing.
8A hunter identifies that ATT&CK technique T1059.001 (PowerShell) requires 'Command Execution' and 'Process Creation' data components but discovers that PowerShell script block logging (Windows Event 4104) is not enabled in the environment. This situation is best described as:
A.A visibility gap
B.A false positive rate issue
C.A hypothesis failure
D.A lateral movement detection problem
Explanation: A visibility gap occurs when the telemetry required to detect a specific adversary technique is not being collected. In this case, the absence of PowerShell script block logging (Event ID 4104) means the hunter cannot see obfuscated PowerShell content, creating a blind spot for T1059.001 detections. Identifying gaps is step 4 of the six-step methodology.
9Which Sysmon Event ID captures process creation events and is commonly used as a data source for detecting ATT&CK execution techniques?
A.Sysmon Event ID 3
B.Sysmon Event ID 7
C.Sysmon Event ID 1
D.Sysmon Event ID 11
Explanation: Sysmon Event ID 1 (Process Create) captures rich process creation telemetry including the full command line, parent process, hashes, and user context. It is the primary Sysmon data source for detecting execution techniques in ATT&CK such as T1059 (Command and Scripting Interpreter) sub-techniques. Event ID 3 is Network Connection, Event ID 7 is Image Loaded, and Event ID 11 is File Created.
10A hunter forms the hypothesis: 'APT29 is using scheduled tasks for persistence in our environment.' According to the MAD20 methodology, which step comes immediately after forming this hypothesis?
A.Develop an abstract analytic describing observable evidence
B.Conduct the hunt by searching Splunk
C.Write a concrete Sigma rule
D.Purple team the technique
Explanation: After developing a hypothesis, the next step in the MAD20 methodology is to create an abstract analytic—a technology-agnostic description of what data and patterns would constitute evidence of the hypothesized behavior. This precedes defining concrete data requirements, implementing specific detection logic, and executing the hunt.

About the ATT&CK Threat Hunting Practice Questions

Verified exam format metadata for MITRE ATT&CK Threat Hunting and Detection Engineering (MAD20) is pending. The practice questions above remain available while official exam length, timing, passing score, fee, and administrator details are reviewed.