Courseiva

CCNA Introduction TO Threat Intelligence Questions

22 questions · Introduction TO Threat Intelligence · All types, answers revealed

1
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.

2
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.

3
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.

4
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.

5
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.

6
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.

7
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.

8
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.

9
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.

10
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.

11
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.

12
MCQmedium

You are assessing a threat actor's 'Capability'. Which of the following would be considered a CTI Capability indicator?

A.The target organization's industry sector
B.The use of a custom remote access trojan (RAT) with specific DGA algorithms
C.The frequency of the adversary's campaigns
D.The adversary's base of operations in a specific country
AnswerB

Custom malware is a core example of an adversary's capability.

Why this answer

Capability refers to the specific tools, malware, or techniques an adversary uses to achieve their objectives.

13
MCQeasy

Which component of the threat intelligence lifecycle involves the conversion of raw data into a format suitable for analysis?

A.Collection
B.Processing
C.Dissemination
D.Analysis
AnswerB

Processing is the step where raw data is structured for analysis.

Why this answer

Processing involves tasks like data normalization, translation, and decryption to make raw data ready for analysis.

14
Multi-Selectmedium

Which TWO of the following are primary components of the 'Adversary' node in the Diamond Model? (Choose two)

Select 2 answers
A.Intrusion Set / Threat Actor identity
B.Network infrastructure
C.Target organization's industry
D.Adversary motivation
E.Malware capabilities
AnswersA, D

The actor profile is the primary component of this node.

Why this answer

The Adversary node includes the actors behind the threat and their intent.

15
MCQhard

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?

A.AWS CloudTrail
B.AWS GuardDuty
C.AWS WAF
D.AWS Inspector
E.AWS Config
AnswerA

CloudTrail logs provide the event history, including the user, time, and IP address for every API call.

Why this answer

AWS CloudTrail provides the audit logs of all API calls made in the account, which is essential for identifying unauthorized usage.

16
MCQmedium

During the 'Direction' phase of the threat intelligence lifecycle, your stakeholder requests a focus on 'Supply Chain threats'. How should you refine this requirement?

A.Ignore the request until more data is available
B.Purchase all available supply chain threat reports
C.Automate the collection of all supply chain news
D.Define specific PIRs regarding third-party software vendors and update frequency
AnswerD

Defining PIRs makes the intelligence requirement actionable.

Why this answer

Refining requirements involves transforming abstract topics into measurable intelligence needs (Priority Intelligence Requirements).

17
MCQeasy

In the threat intelligence lifecycle, what is the 'Dissemination' phase primarily concerned with?

A.Analyzing the data collected
B.Collecting data from the dark web
C.Developing new security tools
D.Ensuring the intelligence is delivered effectively to the target audience
AnswerD

Dissemination is about the delivery of the intelligence product.

Why this answer

Dissemination focuses on ensuring the right information reaches the right person in the right format at the right time.

18
MCQeasy

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

A.The time of day the attack occurred
B.The IP addresses of the Command and Control servers used
C.The specific malware hash used in the attack
D.The adversary's primary motivation
AnswerB

C2 infrastructure is a hallmark example of the Infrastructure node.

Why this answer

The Infrastructure node in the Diamond Model describes the physical or logical communication channels used by the adversary, such as C2 servers or IP addresses.

19
MCQhard

You are using the MITRE ATT&CK framework to map an adversary's actions. The adversary uses 'PowerShell' to execute commands on the victim. Which Tactic does this fall under?

A.Persistence
B.Exfiltration
C.Execution
D.Privilege Escalation
AnswerC

Execution is the tactic of running code on the victim system.

Why this answer

Execution is the tactic used to run malicious code on a target system; PowerShell is a common technique within that tactic.

20
Multi-Selecthard

Which THREE factors should be considered when evaluating the reliability of a threat intelligence vendor? (Choose three)

Select 3 answers
A.The vendor's track record for providing accurate, validated intelligence
B.The consistency of the vendor's reporting over time
C.The volume of indicators provided without context
D.The number of social media followers the vendor has
E.The vendor's ability to explain the methodology behind their reports
AnswersA, B, E

Historical accuracy is the most important indicator of reliability.

Why this answer

Reliability is determined by the vendor's transparency, consistency, and the quality of their data collection processes.

21
MCQeasy

You have received a raw feed of IP addresses. Before putting these into your firewall, you perform 'vetting'. What is the primary purpose of this vetting step?

A.To reduce the volume of indicators for storage
B.To increase the threat score of each IP
C.To prevent false positives from blocking legitimate traffic
D.To format the IP addresses into CIDR blocks
AnswerC

Vetting is critical to ensure that blocking rules do not disrupt business operations.

Why this answer

Vetting prevents false positives by verifying the validity and current relevance of indicators before they affect production traffic.

22
MCQmedium

You are integrating a new Threat Intelligence Platform (TIP) into your SIEM. The TIP supports the OpenIOC format. What is the primary advantage of using OpenIOC over simple CSV lists?

A.It is faster to parse for simple IP addresses
B.It is the only format supported by most SIEMs
C.It allows for hierarchical and logical grouping of indicators
D.It automatically updates the firewall rules
AnswerC

OpenIOC uses an XML structure that supports logic (AND, OR, NOT) and hierarchy.

Why this answer

OpenIOC allows for the expression of complex logical relationships between indicators, rather than just simple flat lists.

Ready to test yourself?

Try a timed practice session using only Introduction TO Threat Intelligence questions.