EC-Council · Free Practice Questions · Last reviewed May 2026
48real exam-style questions organised by domain, each with the correct answer highlighted and a plain-English explanation of why it's right — and why the others are wrong.
When performing statistical analysis on threat actor TTP frequency, you identify a set of outliers that do not fit the normal distribution of observed incident timestamps. Which statistical measure should you apply to determine if these outliers are significant enough to warrant a change in threat modeling?
Apply the Mode of the frequency dataset.
Calculate the Z-score of the timestamp distribution.
Z-score identifies how far, in terms of standard deviations, a data point is from the mean.
Perform a simple Median split.
Use the Range calculation.
You are performing a quantitative threat assessment on a high-value asset. You have a Threat Probability (P) of 0.2 and an Asset Impact (I) of $500,000. During the analysis, you find a new mitigation that reduces the probability by 50%. What is the new Annualized Loss Expectancy (ALE)?
$75,000
$100,000
$25,000
$50,000
0.1 (New Probability) * $500,000 (Impact) = $50,000.
In the context of data analysis for CTI, what is the primary purpose of normalizing disparate log data from multiple SIEM sources?
To reduce the storage space required for logs.
To increase the ingestion speed of the SIEM.
To ensure data compatibility for correlation and cross-source analysis.
Normalization maps different formats to a standard schema to enable meaningful analysis.
To encrypt the logs for regulatory compliance.
While conducting a threat modeling exercise using STRIDE, you are analyzing a cloud-based API gateway. You notice that authentication tokens are being logged in plain text in the debugging logs. Which threat category in STRIDE is most specifically violated here?
Elevation of Privilege
Information Disclosure
Logging sensitive credentials is a direct failure of confidentiality.
Tampering
Repudiation
In an ACH matrix, you have assigned values to the diagnostic evidence. You observe that a specific hypothesis has the lowest score. What does this indicate about the hypothesis?
The hypothesis is the most likely scenario.
The hypothesis is heavily supported by available data.
The hypothesis is the least likely to be correct given the current evidence set.
The hypothesis with the lowest score is typically the one most inconsistent with the available diagnostic evidence.
The hypothesis lacks enough evidence to be evaluated.
When utilizing the MITRE ATT&CK framework for data analysis, you identify that an actor is using 'DLL Side-Loading'. Which analytical technique should you apply to map this observation to the ATT&CK matrix?
Determine the Tactic and map the specific Technique ID.
Techniques describe how the adversary achieves the tactical goal.
Perform a Root Cause Analysis on the operating system.
Use the CVSS score of the DLL to prioritize the threat.
Calculate the frequency of the DLL calls to determine the actor intent.
Want more Data Analysis practice?
Practice this domainYour organization uses a TIP (Threat Intelligence Platform) to ingest STIX feeds. You notice that the ingest process is failing specifically for feeds sourced from an older platform using STIX 1.2. Why is this occurring?
The TIP requires a schema transformation for STIX 1.x to 2.x
The versioning mismatch requires a transformation or a compatibility plugin.
The feed is missing the mandatory TAXII headers
The feed contains invalid XML tags
STIX 1.2 does not support JSON format
You are troubleshooting a synchronization issue between two threat intelligence platforms. One platform is configured for TAXII 2.1 and the other is receiving the data but failing to parse the STIX 2.1 bundle. Which diagnostic step is most appropriate?
Restart the TAXII server service
Validate the JSON bundle against the STIX 2.1 schema
Parsing errors are almost always due to non-compliant JSON structures.
Check the TLS certificate expiration date
Check the firewall rules for port 443
An analyst is mapping internal incident data to STIX 2.1 objects. You need to link a specific threat actor to the infrastructure they recently utilized. Which object type should you use to link the 'Threat-Actor' object to the 'Infrastructure' object?
Indicator
Sighting
Relationship
The Relationship SDO is the formal mechanism to link two SDOs.
Observed-Data
You are drafting an executive threat report and need to adhere to the Traffic Light Protocol (TLP). The report contains sensitive information about an ongoing vulnerability in a zero-day exploit that could cause irreparable damage if leaked. Which TLP color should be applied?
TLP:GREEN
TLP:RED
TLP:RED is strictly for the immediate recipient and cannot be shared further.
TLP:AMBER
TLP:CLEAR
When setting up a TAXII 2.1 Collection in a commercial TIP, you are asked to provide a 'Collection ID'. What is the primary purpose of this identifier?
To verify the integrity of the STIX bundle
To define the retention period for the objects
To uniquely identify a specific set of intelligence within an API Root
The Collection ID is the mandatory identifier for retrieving data from a specific collection.
To encrypt the data payload during transit
You are configuring a TAXII 2.1 server to share threat indicators with a government partner. You need to ensure the connection enforces the transport-level security requirements for sensitive data exchange. Which setting must you verify in the TAXII configuration?
Enable mutual TLS (mTLS) authentication for the client-server connection
mTLS provides the strongest security for TAXII exchanges by requiring both client and server to authenticate each other.
Configure the TAXII discovery root to use port 443 only
Disable the API Root discovery service to prevent unauthorized enumeration
Set the Content-Encoding header to GZIP for all payloads
Want more Intelligence Reporting And Dissemination practice?
Practice this domainWhen normalizing threat data using the STIX 2.1 standard, which field must be populated to define the 'type' of the observable for a file object?
name
type
The type field is required for all STIX objects.
spec_version
hashes
You are troubleshooting a feed ingestion failure in an OpenCTI platform where the connector logs show '403 Forbidden' during a HTTPS pull. What is the primary troubleshooting step?
Update the SSL certificates on the collector.
Increase the connector memory allocation.
Check if the source IP is whitelisted on the threat intelligence provider side.
403 errors are frequently triggered by IP-based access control lists.
Restart the OpenCTI RabbitMQ service.
When collecting data from open-source intelligence (OSINT) sources, what is the primary risk associated with automated scraping without rate-limit awareness?
Lack of data encryption.
STIX version mismatch.
Data normalization failure.
Source IP blacklisting.
Service providers block IPs that exceed defined rate thresholds.
You are configuring a TAXII 2.1 feed in a SIEM. You need to ensure that the collection process only retrieves high-confidence indicators. Where is this filter typically applied?
In the TAXII client configuration settings.
Most TAXII clients allow for query parameters to filter by confidence.
At the firewall level.
By disabling the feed authentication.
By modifying the STIX schema.
You are using MISP to ingest a feed that provides indicators in CSV format. You need to map the 'src_ip' column to the appropriate MISP attribute type. Which mapping is most accurate for ensuring effective correlation?
Map to 'ip-src'.
ip-src is the correct attribute type for source IPs.
Map to 'text' attribute type.
Map to 'domain'.
Map to 'comment'.
Which protocol is most commonly used for the automated transport of machine-readable threat intelligence, specifically designed to support the STIX format?
SNMP
Syslog
ICMP
TAXII
TAXII is the industry standard for transporting STIX.
Want more Data Collection And Processing practice?
Practice this domainDuring an investigation, you observe an attacker utilizing a custom-compiled Trojan that bypasses EDR detection. According to the Cyber Kill Chain, at which phase is this specific action of developing the custom tool occurring?
Weaponization
Weaponization involves the creation of the malicious artifact intended for the victim.
Exploitation
Delivery
Installation
You are identifying Indicators of Compromise (IOCs) for an ongoing APT campaign. Which of the following is considered a Host-based IOC?
Registry key modification
Registry modifications are evidence of changes made on the host system.
User-Agent string in HTTP header
Domain name for C2 beaconing
Source IP address in firewall logs
What is the primary purpose of the 'Actions on Objectives' phase in the Cyber Kill Chain?
Reconnaissance of the target
Data Exfiltration
Exfiltration is a primary activity within the Actions on Objectives phase.
Establishing a backdoor
Sending phishing emails
A security analyst is using the Diamond Model to document an incident. The analyst notes that the adversary used a specific Command and Control (C2) server IP address. In the context of the Diamond Model, where does this IP address belong?
Capability
Infrastructure
Infrastructure captures the C2 nodes and tools used to facilitate the attack.
Adversary
Victim
You are analyzing an APT threat group that consistently uses 'living-off-the-land' techniques. How should you approach identifying their presence using the MITRE ATT&CK framework?
Scan for known malware signatures
Update firewall rules for all known ports
Monitor for anomalous process execution patterns
Behavioral monitoring of legitimate tools (e.g., PowerShell, WMI) is the standard for detecting LotL attacks.
Focus on file hash blacklisting
When evaluating an adversary's TTPs, you notice they use 'Process Hollowing'. Which ATT&CK Tactic does this technique primarily support?
Lateral Movement
Credential Access
Persistence
Defense Evasion
Defense Evasion covers techniques used to avoid detection throughout the lifecycle.
Want more Cyber Threats And Attack Frameworks practice?
Practice this domainYou are reviewing the Diamond Model of Intrusion Analysis for a recent incident. The 'Victim' node is populated with the targeted organization's identity. Which element should be populated in the 'Infrastructure' node?
The time of day the attack occurred
The IP addresses of the Command and Control servers used
C2 infrastructure is a hallmark example of the Infrastructure node.
The specific malware hash used in the attack
The adversary's primary motivation
In MISP, you are ingesting a CSV file of indicators. You notice that the 'Attribute' field is mapping correctly, but the 'Category' field is defaulting to 'Network activity'. What is the most efficient way to ensure the 'Category' field is parsed correctly for future imports?
Change the file extension to .misp
Manually edit each indicator after the import is complete
Use the MISP API to overwrite the database schema
Create a custom CSV mapping template in the 'Import' module
Mapping templates allow users to define which CSV columns map to specific MISP fields, preventing default errors.
You are managing threat intelligence in a cloud-native environment. You need to identify indicators related to unauthorized API key usage in AWS. Which AWS service provides the most relevant CTI data for this investigation?
AWS CloudTrail
CloudTrail logs provide the event history, including the user, time, and IP address for every API call.
AWS GuardDuty
AWS WAF
AWS Inspector
AWS Config
During the 'Direction' phase of the threat intelligence lifecycle, your stakeholder requests a focus on 'Supply Chain threats'. How should you refine this requirement?
Ignore the request until more data is available
Purchase all available supply chain threat reports
Automate the collection of all supply chain news
Define specific PIRs regarding third-party software vendors and update frequency
Defining PIRs makes the intelligence requirement actionable.
You are configuring a TAXII client to pull indicators from an external threat feed. The client returns a 403 Forbidden error despite valid credentials. Which setting should you verify in the TAXII server configuration?
Check if the API Key has the 'Read' permission for the specific Collection ID requested
A 403 Forbidden status is the standard response when the credentials provided lack authorization for the specific resource.
Verify the Discovery Service URL in the client configuration
Change the polling interval from 60 seconds to 300 seconds
Validate the TLS handshake certificate chain
Which component of the threat intelligence lifecycle involves the conversion of raw data into a format suitable for analysis?
Collection
Processing
Processing is the step where raw data is structured for analysis.
Dissemination
Analysis
Want more Introduction TO Threat Intelligence practice?
Practice this domainWhen hunting for credential dumping using Mimikatz, which process memory access pattern is the most common indicator?
Access to csrss.exe
Access to svchost.exe
Access to lsass.exe
Accessing LSASS memory is the hallmark of credential dumping tools like Mimikatz.
Access to explorer.exe
A threat hunter wants to identify unauthorized DNS tunneling. Which data point is most indicative of this activity?
Low volume of DNS failures
High volume of A record queries
Frequent SRV record updates
High volume of TXT record queries
TXT records are frequently used to carry data in DNS tunneling attacks.
You are hunting for Cobalt Strike C2 using JA3/JA3S fingerprinting. If the JA3S value is unique for your environment and observed across multiple hosts, what does this suggest?
The connection is encrypted with an expired certificate
The client has been compromised
It indicates a specific C2 listener implementation
Malicious C2 servers often have consistent, non-standard TLS handshakes that generate unique JA3S fingerprints.
It is a standard browser connection
An analyst is investigating potential persistence via WMI event subscriptions. Which WMI namespace should the hunter focus on for suspicious event consumers?
root\default
root\security
root\cimv2
root\subscription
This namespace is where malicious event subscriptions are defined and stored.
A threat hunter is using Sysmon to identify potential process hollowing. Which Event ID should the analyst prioritize in their hunting query?
Event ID 1
Event ID 11
Event ID 3
Event ID 8
Event ID 8 records remote thread creation, essential for detecting process hollowing.
During an investigation, you observe suspicious PowerShell execution with the -EncodedCommand flag. Which log provider should you consult to see the decoded script block content?
System Event ID 7040
Microsoft-Windows-PowerShell/Operational ID 4104
This log provides the full de-obfuscated script content.
Application Event ID 1000
Security Event ID 4688
Want more Threat Hunting And Detection practice?
Practice this domainIn Palo Alto Networks Cortex XSOAR, you are building a playbook to automate the qualification of incoming phishing alerts. Which integration command is used to calculate a 'reputation score' based on data from a connected threat intelligence platform (TIP)?
!fetchIntel
!getIndicatorScore
This command standardizes reputation retrieval across integrated platforms.
!updateReputation
!queryTI
When assessing risk for a new cloud application, you must determine if your organization is a target for specific APT groups. Which TI intelligence cycle stage involves identifying these specific threat actors?
Planning and Direction
This stage involves defining the scope and requirements for intelligence collection.
Dissemination
Processing
Collection
You are managing a CrowdStrike Falcon Insight deployment. To proactively hunt for an adversary identified in a recent TI report, which search language should you use to query the Event Search interface for a specific file hash?
SPL
KQL
FQL
FQL is the query language for the Falcon platform.
Lucene
You are setting up a TAXII server for threat intelligence sharing. Which component of the STIX 2.1 specification defines the relationship between a threat actor and the infrastructure they use?
Indicator
Sighting
Identity
Relationship
Relationship objects define the SDO connections.
You are configuring a Splunk Enterprise Security (ES) Threat Intelligence Framework to ingest STIX data. Which specific lookup table must be populated to enable the 'Threat Activity' dashboard to correlate external indicators with internal notable events?
assets_by_cidr
threat_group_mapping
notable_events_summary
threat_intel_by_str
This lookup table is the standard index for normalized threat data in Splunk ES.
You are performing an impact analysis for a potential ransomware incident. Which framework, supported by most modern TI platforms, would you use to map the adversary's techniques to internal security controls?
STRIDE
MITRE ATT&CK
ATT&CK provides a comprehensive matrix of adversarial behavior.
OSINT
CVSS
Want more Threat Intelligence IN SOC IR And Risk Management practice?
Practice this domainDuring the Requirements Planning phase of the intelligence cycle, a CTI analyst uses the Priority Intelligence Requirements (PIR) framework. What is the primary purpose of defining PIRs at this stage?
To schedule routine penetration testing intervals across the enterprise network
To outline the budget allocation for commercial threat feed subscriptions
To establish automated firewall blocklists for known malicious IP addresses
To define specific information needs that support organizational decision-making and risk reduction
PIRs articulate the exact gaps in knowledge that leadership needs filled to make informed security decisions.
A CTI team is conducting a threat landscape analysis for a global financial institution. The analyst wants to apply the Diamond Model of Intrusion Analysis during the requirements planning phase to scope out potential adversary capabilities and infrastructure requirements. Which vertex of the Diamond Model directly captures the tools and techniques used by the adversary?
Infrastructure
Capability
Capability captures the specific software, tools, exploits, and techniques utilized by the adversary against the victim.
Adversary
Victim
An intelligence analyst is drafting the Request for Information (RFI) workflow during the direction phase. An operational team submits an RFI regarding a newly observed malware strain. What is the correct next step in the RFI management lifecycle?
Immediately publish the raw telemetry to the corporate intranet without validation
Archive the RFI immediately as operational queries fall outside the scope of CTI
Triage, validate, and prioritize the RFI against established intelligence priorities
Validation and prioritization ensure that analytical resources are focused on high-value, relevant requests.
Initiate an immediate red-team attack campaign against the external supplier
An organization is structuring a new Threat Intelligence (TI) team and needs to ensure that strategic intelligence reaches executive leadership effectively. Which team role is primarily responsible for translating high-level threat trends into business risk assessments for board members?
Strategic Threat Intelligence Analyst
Strategic analysts specialize in communicating high-level threat trends, geopolitical events, and business risk to executive leadership.
Vulnerability Assessor
Malware Reverse Engineer
Incident Responder
When building a Threat Intelligence team, the Chief Information Security Officer (CISO) must decide between centralizing the TI function or distributing analysts across various business units. What is a primary advantage of a centralized TI team structure?
Elimination of the need for external commercial threat feeds
Standardization of intelligence processes and a unified view of organizational risk
Centralization ensures consistent methodologies, tool usage, and cohesive reporting across the entire organization.
Complete elimination of communication silos with local IT helpdesks
Faster deployment of endpoint agents on localized operational technology networks
During program planning for a threat intelligence capability, the security team maps their intelligence processes to the NIST Cybersecurity Framework (CSF). Which CSF function is most directly aligned with establishing Threat Intelligence requirements, gathering sources, and reviewing intelligence collection efficacy?
Recover (RC)
Identify (ID)
The Identify function includes asset management, business environment assessment, and risk assessment tasks that drive intelligence requirements.
Respond (RS)
Protect (PR)
Want more Requirements Planning Direction And Review practice?
Practice this domainThe 312-85 exam has 200 questions and must be completed in 180 minutes. The passing score is 700/1000.
Scenario-based questions covering exam objectives with detailed answer explanations.
The exam covers 8 domains: Data Analysis, Intelligence Reporting And Dissemination, Data Collection And Processing, Cyber Threats And Attack Frameworks, Introduction TO Threat Intelligence, Threat Hunting And Detection, Threat Intelligence IN SOC IR And Risk Management, Requirements Planning Direction And Review. Questions are weighted by domain — higher-weight domains appear more on your actual exam.
No. These are original exam-style practice questions written against the official EC-Council 312-85 exam objectives. They are not copied from the real exam. Courseiva focuses on genuine understanding, not memorisation of braindumps.
Courseiva tracks your accuracy per domain and routes you toward weak areas automatically. Free, no account required.