Courseiva

Certified Threat Intelligence Analyst (312-85) (312-85) — Questions 175

195 questions total · 3pages · All types, answers revealed

Page 1 of 3

Page 2
1
MCQeasy

Which of the following is considered an 'Indicator of Attack' (IOA) rather than an IOC?

A.A known malicious file hash
B.A command-line execution sequence
C.A specific registry key for malware persistence
D.A blacklisted IP address
AnswerB

Patterns of activity are IOAs.

Why this answer

IOCs are static (hashes, IPs), whereas IOAs describe patterns of activity (behavior) that indicate an attack is in progress.

2
MCQmedium

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?

A.Determine the Tactic and map the specific Technique ID.
B.Perform a Root Cause Analysis on the operating system.
C.Use the CVSS score of the DLL to prioritize the threat.
D.Calculate the frequency of the DLL calls to determine the actor intent.
AnswerA

Techniques describe how the adversary achieves the tactical goal.

Why this answer

Mapping involves identifying the Technique ID (T1574.002) and analyzing it within the context of the observed execution flow.

3
Multi-Selecthard

Which THREE techniques are commonly associated with the 'Execution' phase of the MITRE ATT&CK framework and should be prioritized in a threat hunt?

Select 3 answers
A.ARP Spoofing
B.PowerShell Script Execution
C.WMI Event Subscription
D.Scheduled Task Creation
E.DNS Tunneling
AnswersB, C, D

High-frequency execution vector.

Why this answer

PowerShell, WMI, and Scheduled Tasks are the most common vectors for adversary code execution on Windows systems.

4
Multi-Selectmedium

Which TWO of the following are considered 'Technical' threat intelligence sources? (Choose two)

Select 2 answers
A.Internal IDS/IPS and firewall logs
B.Legislative changes in cybersecurity law
C.Malware sandbox reports
D.Interviews with industry peers
E.Geopolitical risk analysis reports
AnswersA, C

These are direct sources of technical network intelligence.

Why this answer

Technical intelligence typically comes from logs, network traffic, and malware analysis.

5
Multi-Selectmedium

Which TWO of the following are primary goals of conducting a threat modeling exercise on a new software application?

Select 2 answers
A.To provide a complete marketing brochure for the software.
B.To ensure the software meets the latest UI standards.
C.To define security requirements based on the risk profile.
D.To replace the need for automated unit testing.
E.To identify security flaws before code is deployed.
AnswersC, E

Requirement definition is a key output.

Why this answer

Goals include identifying risks early and defining security requirements to mitigate those risks.

6
MCQeasy

A threat hunter wants to identify unauthorized DNS tunneling. Which data point is most indicative of this activity?

A.Low volume of DNS failures
B.High volume of A record queries
C.Frequent SRV record updates
D.High volume of TXT record queries
AnswerD

TXT records are frequently used to carry data in DNS tunneling attacks.

Why this answer

Extremely high volumes of TXT or NULL record queries are classic indicators of DNS tunneling for data exfiltration.

7
MCQmedium

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?

A.Immediately publish the raw telemetry to the corporate intranet without validation
B.Archive the RFI immediately as operational queries fall outside the scope of CTI
C.Triage, validate, and prioritize the RFI against established intelligence priorities
D.Initiate an immediate red-team attack campaign against the external supplier
AnswerC

Validation and prioritization ensure that analytical resources are focused on high-value, relevant requests.

Why this answer

Once an RFI is submitted, it must be triaged, validated, and prioritized against existing intelligence requirements before collection and analysis tasks are assigned.

8
MCQmedium

When hunting for malicious DLL side-loading, which file property is most critical to verify?

A.Code signing certificate
B.File extension
C.Creation timestamp
D.File size
AnswerA

Legitimate binaries are signed; unauthorized DLLs in the same directory often lack valid signatures.

Why this answer

Side-loading relies on a legitimate binary loading a malicious DLL with the same name as a required dependency from a different directory.

9
MCQmedium

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?

A.TLP:GREEN
B.TLP:RED
C.TLP:AMBER
D.TLP:CLEAR
AnswerB

TLP:RED is strictly for the immediate recipient and cannot be shared further.

Why this answer

TLP:RED is used for information that cannot be shared outside of the specific recipients, which is appropriate for sensitive zero-day intelligence.

10
Multi-Selecthard

Which TWO protocols are most commonly used for the automated exchange of threat intelligence between different organizations or platforms?

Select 2 answers
A.TAXII
B.ICMP
C.STIX
D.LDAP
E.SNMP
AnswersA, C

TAXII provides the transport layer for threat intel.

Why this answer

TAXII is the transport protocol, and STIX is the serialization format, making them the standard combination for automated TI sharing.

11
MCQmedium

You are reviewing a threat intelligence report regarding a new malware variant. Which section of the report is most critical for your incident responders to identify local presence of the infection?

A.Indicators of Compromise
B.Threat Actor Attribution
C.Mitigation Strategy
D.Executive Summary
AnswerA

IOCs are the specific artifacts used for detection.

Why this answer

The Indicators of Compromise (IOC) section provides the specific hashes, IPs, and file paths needed for immediate detection.

12
MCQmedium

You are drafting a threat report for the C-suite. Which of the following is most appropriate for this audience?

A.An executive summary of the potential business impact of the threat
B.A detailed list of firewall rules to block the attacker
C.Raw log data from the IDS/IPS
D.A breakdown of the malware assembly code
AnswerA

Executives require high-level summaries focusing on risk and impact.

Why this answer

Strategic intelligence, which focuses on trends and risk impact, is designed for executive audiences.

13
Multi-Selectmedium

Which TWO of the following actions are considered 'Defense Evasion' techniques?

Select 2 answers
A.Clearing Windows Event Logs
B.Brute-forcing RDP
C.Setting up a VPN
D.Running a port scan
E.Disabling security tools
AnswersA, E

This removes evidence of the intrusion.

Why this answer

Defense Evasion covers any method used to hide from security tools, such as clearing logs or disabling antivirus.

14
Multi-Selectmedium

Which TWO artifacts are most important when investigating a possible 'Fileless Malware' infection?

Select 2 answers
A.PowerShell Script Block Logging
B.WMI Repository contents
C.File System MFT records
D.Browser Cache History
E.Windows Update logs
AnswersA, B

Required to see the code executed from memory.

Why this answer

Fileless malware resides in memory or the registry, so WMI and PowerShell logs are primary sources.

15
MCQeasy

In threat modeling, what does the 'D' in DREAD risk assessment stand for?

A.Damage
B.Deployment
C.Detection
D.Data loss
AnswerA

Damage potential measures the severity of the impact.

Why this answer

DREAD stands for Damage, Reproducibility, Exploitability, Affected users, and Discoverability.

16
Multi-Selectmedium

Which TWO challenges are associated with Cloud Threat Intelligence? (Choose two)

Select 2 answers
A.Cloud environments are immune to malware
B.The total lack of logs in cloud environments
C.The ephemeral nature of cloud assets
D.Shared responsibility model complexity in attribution
E.The inability to use API-based intelligence collection
AnswersC, D

Assets like containers exist for short times, making them hard to track.

Why this answer

Cloud environments are dynamic, leading to challenges with visibility and scope.

17
Multi-Selectmedium

Which TWO command-line parameters are highly suspicious when observed with 'powershell.exe' in your telemetry?

Select 2 answers
A.-WindowStyle Hidden
B.-EncodedCommand
C.-File
D.-InputFormat
E.-Version
AnswersA, B

Used to suppress user visibility during execution.

Why this answer

-EncodedCommand and -NoP (NoProfile) are hallmarks of malicious script execution designed to bypass standard environment configs.

18
Multi-Selecthard

Which THREE of the following are common attributes used to characterize an 'Observed Data' object in STIX 2.1?

Select 3 answers
A.number_observed
B.vulnerability_scanner_id
C.root_password
D.last_observed
E.first_observed
AnswersA, D, E

Frequency is a key attribute of sightings.

Why this answer

Observed data objects record the 'first_observed', 'last_observed', and 'number_observed' properties to provide context to the sighting.

19
MCQeasy

Your 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?

A.The TIP requires a schema transformation for STIX 1.x to 2.x
B.The feed is missing the mandatory TAXII headers
C.The feed contains invalid XML tags
D.STIX 1.2 does not support JSON format
AnswerA

The versioning mismatch requires a transformation or a compatibility plugin.

Why this answer

STIX 2.x is not backward compatible with STIX 1.x due to significant changes in the JSON structure and object models.

20
Multi-Selectmedium

Which THREE factors should be considered when assessing the 'relevance' of a threat intelligence feed for your organization?

Select 3 answers
A.Industry vertical focus
B.Number of API calls
C.Technology stack alignment
D.Geographical region coverage
E.Cost of the feed
AnswersA, C, D

Threats vary significantly across different industries.

Why this answer

Relevance is determined by the industry vertical, the geographical footprint of the organization, and the specific technology stack in use.

21
MCQeasy

A regulatory body requires your firm to report incidents using the 'Admiralty Code' for source reliability and information credibility. If you receive a report from a highly trusted partner that has been verified through multiple independent sources, which code should you assign?

A.C3
B.F6
C.A1
D.B2
AnswerC

A1 signifies a reliable source and confirmed information.

Why this answer

Under the Admiralty Code, A1 represents a reliable source (A) and information that is confirmed by other independent sources (1).

22
MCQmedium

Which tool is most effective for visualizing the parent-child process relationships during a threat hunt?

A.Resource Monitor
B.Process Explorer
C.PowerShell ISE
D.Wireshark
AnswerB

The tree view in Process Explorer clearly displays parent-child relationships.

Why this answer

Sysinternals Process Explorer is the industry standard for viewing hierarchical process structures (tree view).

23
MCQmedium

A CTI program is conducting a formal review of its intelligence requirements to ensure alignment with changing business goals. Which phase of the intelligence cycle directly feeds into the direction and planning phase during this review?

A.Processing and Exploitation
B.Automated Malware Sandboxing
C.Dissemination and Feedback
D.Tactical Log Ingestion
AnswerC

Feedback from consumers on previous intelligence products directly informs the direction and planning phase to update requirements.

Why this answer

Feedback and review from completed intelligence operations and stakeholder evaluations provide the necessary insights to refine and adjust requirements in the direction and planning phase.

24
MCQmedium

An adversary uses a custom script to modify 'HKLM\Software\Microsoft\Windows\CurrentVersion\Run'. Which MITRE ATT&CK technique is this?

A.T1003: OS Credential Dumping
B.T1059.001: PowerShell
C.T1547.001: Registry Run Keys
D.T1021: Remote Services
AnswerC

T1547.001 specifically covers persistence via Run keys.

Why this answer

Modifying Run keys is a standard method for achieving persistence on Windows systems, mapped to T1547.001.

25
Multi-Selectmedium

Which THREE of the following are core components of the STIX 2.1 Domain Object (SDO) structure?

Select 3 answers
A.Threat-Actor
B.Malware
C.Attack-Pattern
D.TLP-Level
E.TAXII-Server
AnswersA, B, C

This is a core SDO.

Why this answer

The SDOs are the building blocks of STIX 2.1 intelligence, which include Actors, Malware, and Attack Patterns among others.

26
MCQmedium

You are utilizing the Analysis of Competing Hypotheses (ACH) matrix to evaluate a potential APT intrusion. After populating your hypotheses and evidence, you notice that your primary hypothesis has a high number of 'consistent' evidence ratings but several 'contradictory' data points. How should you proceed according to standard ACH methodology?

A.Consolidate the contradictory evidence into the supporting evidence category.
B.Discard the hypothesis immediately if any contradictory evidence exists.
C.Refine the evidence definitions to focus on the contradictory data points to assess if the hypothesis remains viable.
D.Increase the weight of supporting evidence to balance the matrix.
AnswerC

The core of ACH is to look for evidence that is most diagnostic in disproving a hypothesis.

Why this answer

ACH methodology dictates that you should focus on evidence that disproves hypotheses rather than supports them. Finding contradictory evidence is more diagnostic than finding supporting evidence.

27
Multi-Selectmedium

Which TWO items are part of the 'Adversary' vertex in the Diamond Model?

Select 2 answers
A.Targeted industry
B.IP address range
C.Threat actor aliases
D.Malware variant
E.Organizational affiliation
AnswersC, E

Aliases are critical for tracking specific groups.

Why this answer

The Adversary vertex tracks the threat actor's identity, including known aliases and their organizational affiliation.

28
MCQmedium

When evaluating the quality of a threat intelligence source, what does the 'Timeliness' attribute specifically measure?

A.The length of the intelligence report
B.The number of IOCs provided per month
C.The interval between the occurrence of a threat and the availability of intelligence
D.The accuracy of the threat actor attribution
AnswerC

This is the precise definition of timeliness in CTI.

Why this answer

Timeliness refers to the gap between when an event occurs and when the intelligence regarding that event is received by the analyst.

29
MCQeasy

Which of the following is an example of an 'Indicator of Compromise' (IOC)?

A.A description of an adversary's motivation
B.A list of known malicious file hashes
C.A whitepaper on general cybersecurity trends
D.An organization's security policy document
AnswerB

File hashes are classic, technical IOCs.

Why this answer

An IOC is a piece of forensic evidence that indicates a system has been compromised.

30
MCQmedium

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?

A.Apply the Mode of the frequency dataset.
B.Calculate the Z-score of the timestamp distribution.
C.Perform a simple Median split.
D.Use the Range calculation.
AnswerB

Z-score identifies how far, in terms of standard deviations, a data point is from the mean.

Why this answer

Standard deviation or Z-score is used to determine how many standard deviations an observation is from the mean.

31
MCQmedium

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?

A.System Event ID 7040
B.Microsoft-Windows-PowerShell/Operational ID 4104
C.Application Event ID 1000
D.Security Event ID 4688
AnswerB

This log provides the full de-obfuscated script content.

Why this answer

The Microsoft-Windows-PowerShell/Operational log (Event ID 4104) captures the full script block text, even if obfuscated or encoded.

32
MCQhard

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?

A.Update the SSL certificates on the collector.
B.Increase the connector memory allocation.
C.Check if the source IP is whitelisted on the threat intelligence provider side.
D.Restart the OpenCTI RabbitMQ service.
AnswerC

403 errors are frequently triggered by IP-based access control lists.

Why this answer

403 Forbidden indicates the server understood the request but refuses to authorize it, often due to IP whitelisting or invalid API tokens at the source.

33
MCQeasy

An organization is updating its threat landscape analysis methodology to better account for sector-specific threats. Which stakeholder group should the CTI team primarily consult to gather accurate sector-specific threat requirements?

A.Social media marketing agencies
B.Commercial real estate brokers
C.Consumer product retail vendors
D.Industry-specific ISACs and regulatory compliance bodies
AnswerD

ISACs and regulatory bodies offer tailored threat intelligence sharing, sector benchmarks, and specific threat vectors.

Why this answer

Information Sharing and Analysis Centers (ISACs) or Information Sharing and Analysis Organizations (ISAOs) provide sector-specific threat intelligence and peer collaboration crucial for accurate threat requirements.

34
Multi-Selecthard

When analyzing network traffic for C2 communication, which THREE anomalies are common indicators of malicious activity?

Select 3 answers
A.Standard web browsing traffic during working hours.
B.High volume of legitimate internal server traffic.
C.Unexpected use of common protocols like DNS or HTTP/S for data exfiltration.
D.Periodic connections at fixed, high-frequency intervals.
E.Connections to known bad or newly registered domains.
AnswersC, D, E

Tunneling data through allowed protocols is common.

Why this answer

Beaconing patterns, unusual protocol usage, and irregular traffic volume are classic indicators.

35
MCQmedium

You are hunting for unauthorized scheduled tasks. Which PowerShell cmdlet allows you to audit these tasks remotely across the enterprise?

A.Get-ScheduledTask
B.Get-Service
C.Get-Process
D.Get-WmiObject Win32_StartupCommand
AnswerA

This cmdlet provides full visibility into task configurations and triggers.

Why this answer

Get-ScheduledTask is the standard management cmdlet for listing and inspecting scheduled tasks in Windows.

36
MCQeasy

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?

A.Strategic Threat Intelligence Analyst
B.Vulnerability Assessor
C.Malware Reverse Engineer
D.Incident Responder
AnswerA

Strategic analysts specialize in communicating high-level threat trends, geopolitical events, and business risk to executive leadership.

Why this answer

The Threat Intelligence Manager or Strategic Threat Analyst bridges the gap between technical threat indicators and business risk, ensuring executive leadership understands the strategic impact.

37
MCQmedium

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?

A.In the TAXII client configuration settings.
B.At the firewall level.
C.By disabling the feed authentication.
D.By modifying the STIX schema.
AnswerA

Most TAXII clients allow for query parameters to filter by confidence.

Why this answer

Filtering by confidence levels is typically performed within the TAXII client configuration or via an API parameter defined by the threat feed provider.

38
MCQeasy

An analyst is hunting for unauthorized network connections. Which port is commonly associated with SMB, frequently used for lateral movement (e.g., PSExec)?

A.Port 80
B.Port 3389
C.Port 445
D.Port 22
AnswerC

SMB traffic via 445 is the primary vector for lateral movement.

Why this answer

TCP Port 445 is the standard port for SMB/CIFS, which is essential for lateral movement tools like PSExec.

39
MCQeasy

A threat hunter is using Sysmon to identify potential process hollowing. Which Event ID should the analyst prioritize in their hunting query?

A.Event ID 1
B.Event ID 11
C.Event ID 3
D.Event ID 8
AnswerD

Event ID 8 records remote thread creation, essential for detecting process hollowing.

Why this answer

Event ID 8 (CreateRemoteThread) is a primary indicator of process hollowing, where a process injects code into another process.

40
MCQhard

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?

A.Change the file extension to .misp
B.Manually edit each indicator after the import is complete
C.Use the MISP API to overwrite the database schema
D.Create a custom CSV mapping template in the 'Import' module
AnswerD

Mapping templates allow users to define which CSV columns map to specific MISP fields, preventing default errors.

Why this answer

The MISP 'Import' functionality allows for template-based mapping to ensure CSV columns map to specific MISP attributes and categories correctly.

41
MCQmedium

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?

A.Check if the API Key has the 'Read' permission for the specific Collection ID requested
B.Verify the Discovery Service URL in the client configuration
C.Change the polling interval from 60 seconds to 300 seconds
D.Validate the TLS handshake certificate chain
AnswerA

A 403 Forbidden status is the standard response when the credentials provided lack authorization for the specific resource.

Why this answer

The 403 error specifically indicates that the client is authenticated but lacks the necessary permissions to access the requested Collection ID.

42
MCQhard

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)?

A.$75,000
B.$100,000
C.$25,000
D.$50,000
AnswerD

0.1 (New Probability) * $500,000 (Impact) = $50,000.

Why this answer

ALE = SLE x ARO. Since ALE = Probability x Impact, original ALE = 0.2 x $500,000 = $100,000. New probability is 0.1. 0.1 x $500,000 = $50,000.

43
Multi-Selecteasy

When establishing a Threat Intelligence program, a manager must outline the core functions of the TI team. Which TWO of the following responsibilities typically fall under a dedicated CTI team's scope? (Choose TWO)

Select 2 answers
A.Performing physical security audits of corporate parking garages
B.Writing and deploying custom business logic for customer-facing web applications
C.Analyzing threat actor campaigns, motivations, and Tactics, Techniques, and Procedures (TTPs)
D.Producing intelligence reports and briefings tailored for operational and strategic stakeholders
E.Directly configuring enterprise firewall access control lists and routing tables
AnswersC, D

Analyzing campaigns, motivations, and TTPs is a core function of a threat intelligence team.

Why this answer

CTI teams are responsible for analyzing threat actor TTPs and providing actionable intelligence to defenders. They do not typically manage network firewalls or perform software development.

44
MCQmedium

Your organization uses the Cyber Kill Chain. You have identified that an adversary has successfully established persistent communication with an external host. Which phase is currently active?

A.Command and Control
B.Exploitation
C.Installation
D.Actions on Objectives
AnswerA

C2 represents the channel established for persistent control over the system.

Why this answer

Establishing persistence via a C2 channel is the definition of the Command and Control phase in the Cyber Kill Chain.

45
MCQmedium

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?

A.STRIDE
B.MITRE ATT&CK
C.OSINT
D.CVSS
AnswerB

ATT&CK provides a comprehensive matrix of adversarial behavior.

Why this answer

MITRE ATT&CK is the industry-standard framework for mapping adversarial techniques and identifying gaps in security controls.

46
MCQhard

While processing threat intelligence, you encounter an indicator containing a 'base64' encoded payload. Which action should be performed during normalization to maintain searchability?

A.Replace the payload with a static hash.
B.Discard the indicator as encrypted.
C.Store the raw base64 string as a comment.
D.Decode the content and extract nested indicators.
AnswerD

Decoding is essential for normalization and indicator extraction.

Why this answer

Decoding the payload allows the analyst to extract actual IOCs (like C2 domains) which can then be indexed.

47
Multi-Selectmedium

Which THREE phases of the Cyber Kill Chain focus on the attacker's activities before reaching the target environment?

Select 3 answers
A.Reconnaissance
B.Delivery
C.Weaponization
D.Installation
E.Exploitation
AnswersA, B, C

Performed externally.

Why this answer

Reconnaissance, Weaponization, and Delivery occur before the attacker has a presence on the target host.

48
MCQhard

You are configuring a SIEM to ingest STIX/TAXII feeds. What is the benefit of setting an 'Expiration' time on ingested indicators?

A.Increases ingestion speed
B.Reduces false positives from stale indicators
C.Decreases storage costs
D.Complies with GDPR
AnswerB

Expired indicators lose relevance and can trigger false alerts.

Why this answer

Setting an expiration period ensures that stale or obsolete indicators are removed, which reduces false positives and improves correlation performance.

49
MCQmedium

You are configuring a firewall to block domains identified by your TI platform. What is the primary risk of using 'automated blocking' without human verification?

A.Blocking legitimate business traffic
B.Increased malware infection rate
C.Overloading the SIEM
D.Higher license costs
AnswerA

False positives can lead to significant outages.

Why this answer

The primary risk of automated blocking is the potential for blocking legitimate services, leading to business disruption due to false positives.

50
MCQeasy

Which hunting methodology involves starting with a known adversary tactic and working backward to identify evidence in your logs?

A.Hypothesis-driven hunting
B.Incident response forensics
C.Machine learning-based hunting
D.Alert-driven hunting
AnswerA

This is the structured approach of forming a theory and proving/disproving it.

Why this answer

Hypothesis-driven hunting starts with a theory or a TTP and searches for evidence to confirm or deny it.

51
Multi-Selectmedium

Which TWO of the following are common challenges when sharing intelligence between organizations?

Select 2 answers
A.Browser compatibility
B.Insufficient bandwidth
C.Too much disk space usage
D.Lack of trust between organizations
E.Incompatible data formats
AnswersD, E

Trust is essential for sharing sensitive info.

Why this answer

Trust and formatting (schema) are the most frequent hurdles in collaborative threat intelligence.

52
Multi-Selectmedium

Which TWO of the following are recognized categories of threat intelligence sources?

Select 2 answers
A.Open Source Intelligence (OSINT).
B.Local User Logs.
C.Commercial/Proprietary Feeds.
D.Internal Hardware Inventory.
E.Network Topology Maps.
AnswersA, C

OSINT is a primary intelligence category.

Why this answer

Threat intelligence sources are generally categorized into open-source (OSINT) and closed/proprietary sources.

53
MCQhard

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?

A.Scan for known malware signatures
B.Update firewall rules for all known ports
C.Monitor for anomalous process execution patterns
D.Focus on file hash blacklisting
AnswerC

Behavioral monitoring of legitimate tools (e.g., PowerShell, WMI) is the standard for detecting LotL attacks.

Why this answer

Because they use legitimate tools, you must focus on behavioral detection (Tactic-Technique-Procedure analysis) rather than signature-based file detection.

54
Multi-Selecthard

To effectively hunt for C2 communication, which THREE indicators should be monitored in your proxy or firewall logs?

Select 3 answers
A.High frequency of connections (beaconing)
B.Domain age of destination
C.Traffic volume spikes
D.TCP Window size changes
E.User-Agent consistency
AnswersA, B, E

Consistent heartbeats indicate automated C2.

Why this answer

Unusual User-Agents, connection frequency, and destination domain age are critical indicators of C2 infrastructure.

55
MCQeasy

Which regulatory framework should a company consider when sharing threat intelligence that contains PII (Personally Identifiable Information) with international partners?

A.GDPR
B.HIPAA
C.SOX
D.PCI-DSS
AnswerA

GDPR governs the protection and movement of personal data internationally.

Why this answer

GDPR (General Data Protection Regulation) has strict requirements regarding the export and sharing of personal data, which often includes logs or artifacts linked to individuals.

56
MCQhard

You are using the STIX 2.1 standard to document an observation. You need to link a 'Malware' object to a 'Vulnerability' object. Which Relationship object type should you use?

A.attributed-to
B.uses
C.indicates
D.targets
AnswerD

The 'targets' relationship correctly defines the relationship between a threat and its target vulnerability.

Why this answer

In STIX 2.1, the 'targets' relationship is used to indicate that a malware object is designed to exploit a specific vulnerability object.

57
Multi-Selecthard

When performing quantitative analysis, which THREE of the following are necessary to calculate the Annualized Loss Expectancy (ALE)?

Select 3 answers
A.Single Loss Expectancy (SLE)
B.Annualized Rate of Occurrence (ARO)
C.Asset Value
D.Employee performance ratings.
E.Total cost of the organization's office space.
AnswersA, B, C

A component of the ALE formula.

Why this answer

ALE = SLE x ARO. SLE is calculated by Asset Value x Exposure Factor.

58
MCQmedium

You are assessing a company's incident response capability against the Cyber Kill Chain. If an attacker has successfully completed the 'Installation' phase, which defensive control should you have triggered?

A.Endpoint Detection and Response (EDR)
B.DNS sinkholing
C.Email gateway filtering
D.Social engineering training
AnswerA

EDR is designed to detect malicious activities and installations on the endpoint.

Why this answer

The Installation phase involves the malware establishing a persistent foothold on the host, which is best detected by host-based security tools like EDR.

59
Multi-Selectmedium

During the requirements planning phase, a CTI analyst categorizes intelligence needs based on consumer levels. Which THREE types of intelligence consumers must be addressed in a comprehensive intelligence plan? (Choose THREE)

Select 3 answers
A.Tactical level (SIEM systems, Automated security controls, SOC analysts)
B.Strategic level (Executive leadership, Board of Directors)
C.Corporate real estate leasing committees
D.Operational level (Security Operations Center managers, Incident Responders)
E.External consumer product marketing teams
AnswersA, B, D

Tactical consumers require indicators of compromise, file hashes, and IP blocklists.

Why this answer

Intelligence plans address strategic (executive), operational (managerial/defense), and tactical (technical/SOC) consumers.

60
Multi-Selecthard

Which THREE actions are typically performed during the 'Processing' phase of the threat intelligence lifecycle? (Choose three)

Select 3 answers
A.Aggregating and deduplicating indicators from multiple sources
B.Presenting findings to the board of directors
C.Decrypting encrypted intelligence feeds
D.Identifying new intelligence requirements
E.Normalizing data into a standard schema (e.g., STIX)
AnswersA, C, E

Deduplication is essential during processing to reduce noise.

Why this answer

Processing is where data is made usable through normalization, aggregation, and filtering.

61
MCQmedium

During 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?

A.To schedule routine penetration testing intervals across the enterprise network
B.To outline the budget allocation for commercial threat feed subscriptions
C.To establish automated firewall blocklists for known malicious IP addresses
D.To define specific information needs that support organizational decision-making and risk reduction
AnswerD

PIRs articulate the exact gaps in knowledge that leadership needs filled to make informed security decisions.

Why this answer

PIRs focus the entire threat intelligence collection and analysis effort on answering specific, critical questions that drive decision-making for leadership.

62
Multi-Selectmedium

Which TWO types of intelligence are most essential for an Incident Response team during an active attack investigation?

Select 2 answers
A.Regulatory Intelligence
B.Market Intelligence
C.Tactical Intelligence
D.Strategic Intelligence
E.Operational Intelligence
AnswersC, E

Provides insight into adversary TTPs for mitigation.

Why this answer

Tactical and Operational intelligence are essential for responding to live incidents. Tactical details the TTPs, while Operational provides the immediate indicators.

63
MCQmedium

You are implementing a TIP and want to prioritize intelligence based on the source's reputation. Where should you configure this logic?

A.In the TAXII discovery root
B.In the Source Reliability or Feed Weighting module
C.In the User Access Control settings
D.In the STIX parser settings
AnswerB

This allows the platform to favor data from trusted sources over others.

Why this answer

Most enterprise TIPs have a 'Source Reliability' or 'Feed Weighting' configuration module to assign trust scores to different contributors.

64
MCQhard

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?

A.Map to 'ip-src'.
B.Map to 'text' attribute type.
C.Map to 'domain'.
D.Map to 'comment'.
AnswerA

ip-src is the correct attribute type for source IPs.

Why this answer

IP-src is the standard MISP attribute type for source IP addresses, allowing for proper correlation with network logs.

65
Multi-Selectmedium

You are selecting a format for sharing intelligence with a heterogeneous group of partners. Which THREE of the following are benefits of choosing STIX/TAXII over unstructured CSV/PDF reporting?

Select 3 answers
A.Guaranteed encryption of all shared data at rest.
B.Ability to include human-readable commentary in plain text.
C.Reduction in analyst time spent on manual data entry.
D.Enhanced semantic consistency across different tools.
E.Automated ingestion into security controls (SIEM/SOAR).
AnswersC, D, E

Automation removes the need for manual parsing of PDFs or CSVs.

Why this answer

STIX/TAXII provides machine-readability, standardized schemas, and automated distribution, which are key for modern automated defense.

66
Multi-Selecthard

Which THREE of the following are considered challenges when ingesting threat intelligence feeds?

Select 3 answers
A.Lack of standardized formatting.
B.Data volume exceeding processing capacity.
C.Lack of internet access.
D.Defaulting to TLP:CLEAR.
E.High volume of false positives (noise).
AnswersA, B, E

Disparate formats create significant processing overhead.

Why this answer

Data volume, lack of standardization, and quality/noise are the most significant hurdles in intelligence ingestion.

67
MCQmedium

You are configuring a TAXII 2.1 client to consume feeds from an industry ISAC. You have successfully authenticated but are receiving empty response bodies for your collections. Which configuration setting should you verify in the TAXII client to ensure you are polling the correct resource path?

A.Toggle the 'Enable TLS 1.3' checkbox.
B.Verify the 'API Root' URL parameter in the client configuration.
C.Ensure the 'STIX Object Versioning' is set to 'Latest'.
D.Check the 'Discovery Service' endpoint path.
AnswerB

The API Root is the base URL for all TAXII 2.1 collections; an incorrect root leads to 404 errors or empty response sets.

Why this answer

In TAXII 2.1, resources are accessed via a specific API root path. If the root path is misconfigured, the client may authenticate to the server but fail to resolve the collection endpoints.

68
MCQhard

You are troubleshooting an issue where a SIEM cannot parse an incoming STIX 2.1 bundle. The bundle contains a 'Relationship' object linking a 'Malware' object to an 'Infrastructure' object. Which property within the 'Relationship' object must be verified to ensure the link type is recognized by the parser?

A.'source_ref'
B.'relationship_type'
C.'target_ref'
D.'spec_version'
AnswerB

The relationship_type property is the critical field identifying the semantic link between the source and target.

Why this answer

The 'relationship_type' property defines the semantic nature of the link; if it does not match the STIX 2.1 controlled vocabulary for that SDO pair, the parser will reject the bundle.

69
Multi-Selectmedium

When planning a Threat Intelligence program budget, an organization must account for various resource categories. Which THREE resource categories should be included in the CTI program budget plan? (Choose THREE)

Select 3 answers
A.Analyst professional development, training, and industry certifications
B.Fleet vehicle insurance policies for corporate delivery trucks
C.Threat intelligence sharing memberships (e.g., ISACs, ISAOs)
D.Commercial cafeteria food and beverage restocking contracts
E.Commercial threat intelligence feed subscriptions and Threat Intelligence Platforms (TIP)
AnswersA, C, E

Training and certifications for analysts are essential personnel budget items to maintain analytical capability.

Why this answer

Budget planning for CTI must account for commercial tool subscriptions, personnel training/certifications, and intelligence platform licenses.

70
MCQhard

In the context of STIX 2.1, what is the purpose of the 'relationship' object?

A.To define the schema version.
B.To encrypt the data transport.
C.To link two objects together.
D.To set the confidence score.
AnswerC

Relationship objects allow for semantic linking of intelligence data.

Why this answer

The relationship object links two SDOs (like an Indicator and a Malware object) to provide context.

71
Multi-Selectmedium

Which TWO of the following are benefits of using a Threat Intelligence Platform (TIP)? (Choose two)

Select 2 answers
A.Centralizing threat data from multiple disparate sources
B.Automating the distribution of indicators to security controls
C.Providing the original source code of all malware
D.Eliminating all false positives
E.Replacing the need for a security analyst team
AnswersA, B

Centralization is the core purpose of a TIP.

Why this answer

TIPs centralize and automate the management of threat data.

72
MCQhard

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?

A.SPL
B.KQL
C.FQL
D.Lucene
AnswerC

FQL is the query language for the Falcon platform.

Why this answer

CrowdStrike utilizes FQL (Falcon Query Language) to search across the sensor data and endpoint activity logs.

73
MCQeasy

In the context of data analysis for CTI, what is the primary purpose of normalizing disparate log data from multiple SIEM sources?

A.To reduce the storage space required for logs.
B.To increase the ingestion speed of the SIEM.
C.To ensure data compatibility for correlation and cross-source analysis.
D.To encrypt the logs for regulatory compliance.
AnswerC

Normalization maps different formats to a standard schema to enable meaningful analysis.

Why this answer

Normalization allows for the correlation of disparate data types into a single schema for accurate analysis.

74
MCQeasy

Your management team requires a high-level summary of the threat landscape to inform budget allocation. Which type of threat intelligence report should you provide?

A.Technical
B.Operational
C.Tactical
D.Strategic
AnswerD

Strategic TI addresses the needs of executive decision-makers.

Why this answer

Strategic intelligence is designed for executive audiences to understand trends and risk posture over time.

75
MCQmedium

You are mapping an adversary behavior to the MITRE ATT&CK framework. The attacker uses PowerShell to execute a Base64 encoded payload that downloads a secondary script. Under which Tactic should this specific execution behavior be primarily classified?

A.Execution
B.Discovery
C.Persistence
D.Command and Control
AnswerA

Execution covers techniques that result in the execution of adversary-controlled code on a local or remote system.

Why this answer

While PowerShell can be used for execution, the act of running the script to download the payload is categorized under Execution. The Tactic is the 'why' of the action, and Execution covers running malicious code.

Page 1 of 3

Page 2

All pages