Courseiva

CCNA Intelligence Reporting And Dissemination Questions

33 questions · Intelligence Reporting And Dissemination · All types, answers revealed

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

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

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

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

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

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

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

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

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

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

11
MCQhard

A threat intelligence report uses the Diamond Model for Intrusion Analysis. You are adding a new 'Victim' node. What information should you include to align with this model?

A.The malware hash used in the attack
B.The TTPs used by the attacker
C.The IP addresses of the attacker's C2
D.The specific organization or target being attacked
AnswerD

The Victim node identifies the entity receiving the attack.

Why this answer

The Diamond Model focuses on the relationship between Adversary, Capability, Infrastructure, and Victim. The Victim node represents the organization or individual being targeted.

12
Multi-Selecthard

Which THREE of the following are valid Traffic Light Protocol (TLP) labels?

Select 3 answers
A.TLP:INTERNAL
B.TLP:AMBER
C.TLP:RED
D.TLP:GREEN
E.TLP:PRIVATE
AnswersB, C, D

Standard TLP label.

Why this answer

The current TLP standards are RED, AMBER, GREEN, and CLEAR.

13
Multi-Selecthard

Which THREE of the following are security best practices for managing a TAXII server?

Select 3 answers
A.Enforce TLS 1.2 or higher
B.Implement strict API key management
C.Audit server access logs regularly
D.Use plain text HTTP for better performance
E.Disable all authentication
AnswersA, B, C

Secures data in transit.

Why this answer

Securing a TAXII server involves access control, TLS, and monitoring logs.

14
Multi-Selectmedium

You are auditing your TAXII server configuration for data sharing compliance. Which TWO of the following items must be explicitly defined for each collection to ensure correct data governance and access control?

Select 2 answers
A.Database indexing strategy
B.Default STIX versioning
C.Access Control Lists (ACLs)
D.Server uptime SLA
E.Content filtering criteria
AnswersC, E

ACLs define who can read from or write to the collection.

Why this answer

TAXII collections require defined access controls and content selection (filters) to ensure only authorized entities receive specific intelligence.

15
MCQhard

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?

A.Indicator
B.Sighting
C.Relationship
D.Observed-Data
AnswerC

The Relationship SDO is the formal mechanism to link two SDOs.

Why this answer

In STIX 2.1, the 'Relationship' object is specifically used to connect two SDOs (Domain Objects) with a defined relationship type such as 'uses'.

16
MCQmedium

You are drafting a STIX 2.1 'Observed-Data' object to report an IP address involved in a recent exfiltration event. To maintain standard compliance for automated ingestion, which property is mandatory to define the temporal scope of the observation?

A.'first_observed'
B.'confidence'
C.'created_by_ref'
D.'object_marking_refs'
AnswerA

This property is mandatory to specify when the observation began.

Why this answer

The 'first_observed' and 'last_observed' properties are required in the STIX 2.1 Observed-Data SDO to provide context for the timeline of the data collection.

17
MCQhard

When disseminating intelligence to C-level executives versus technical SOC analysts, you must adjust your reporting format. Which technique ensures compliance with intelligence cycle requirements for 'Actionable Intelligence'?

A.Convert all technical reports to PDF only, removing machine-readable STIX.
B.Include raw PCAP files in all executive reports.
C.Remove TLP markings from executive reports to increase accessibility.
D.Use 'Executive Summaries' that highlight business impact and risk, while keeping technical IOCs in an attached appendix.
AnswerD

This approach ensures the strategic needs are met while providing necessary technical depth for further investigation.

Why this answer

Actionable intelligence must be tailored to the audience; executives require strategic summaries (impact and risk), while analysts require technical indicators (IOCs).

18
Multi-Selectmedium

Which TWO types of intelligence are primarily categorized as 'Tactical' in nature?

Select 2 answers
A.Geopolitical threat assessments
B.Malware Hashes
C.Executive risk summaries
D.C2 IP addresses
E.Industry trend analysis
AnswersB, D

Hashes are tactical indicators.

Why this answer

Tactical intelligence is focused on immediate, technical indicators that can be used to stop an attack, such as IOCs and malware hashes.

19
MCQeasy

When preparing a report for a SOC team, which metric is most important to include to prove the intelligence is actionable?

A.The total number of threat actors identified
B.The date the report was created
C.The TLP level
D.Confidence Score
AnswerD

The Confidence Score tells the analyst how reliable the data is for automated blocking.

Why this answer

The 'False Positive' rate or 'Confidence Score' helps SOC analysts prioritize which indicators to block versus which to monitor.

20
MCQhard

An organization wants to contribute intelligence to an ISAC (Information Sharing and Analysis Center). They need to ensure their sharing mechanism supports automated, near-real-time updates. Which standard should they adopt?

A.PDF report uploads
B.TAXII 2.1
C.Email distribution lists
D.SFTP file drops
AnswerB

TAXII 2.1 is the industry standard for real-time automated intelligence sharing.

Why this answer

TAXII is the transport protocol specifically designed for automated exchange of threat intelligence in real-time.

21
MCQhard

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?

A.Restart the TAXII server service
B.Validate the JSON bundle against the STIX 2.1 schema
C.Check the TLS certificate expiration date
D.Check the firewall rules for port 443
AnswerB

Parsing errors are almost always due to non-compliant JSON structures.

Why this answer

Validating the JSON schema against the STIX 2.1 specification is the definitive way to identify structural inconsistencies in the received bundle.

22
MCQmedium

You are analyzing an intelligence report provided in STIX 2.1 format. You find an 'Identity' object being used to attribute the campaign. What is the most common use of the 'Identity' object in this context?

A.To represent the organization or individual performing or being targeted by an activity
B.To list the malware families used
C.To define the technical infrastructure of the attacker
D.To provide the IP addresses of the C2
AnswerA

The Identity object describes a person or organization involved in the activity.

Why this answer

The Identity object identifies the victim or the perpetrator, providing context on who is being targeted or who is performing the action.

23
Multi-Selecthard

When setting up a TAXII 2.1 client, which THREE settings are mandatory for establishing a successful connection to a server?

Select 3 answers
A.Local proxy configuration
B.Server Discovery URL
C.API Root Identifier
D.Authentication Credentials
E.JSON Schema Validation path
AnswersB, C, D

The discovery URL is needed to find the API Root.

Why this answer

To connect to a TAXII server, you must provide the server URL, valid credentials, and the API root identifier.

24
MCQmedium

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?

A.Enable mutual TLS (mTLS) authentication for the client-server connection
B.Configure the TAXII discovery root to use port 443 only
C.Disable the API Root discovery service to prevent unauthorized enumeration
D.Set the Content-Encoding header to GZIP for all payloads
AnswerA

mTLS provides the strongest security for TAXII exchanges by requiring both client and server to authenticate each other.

Why this answer

The TAXII 2.1 protocol relies on HTTPS. Ensuring the TLS configuration is set to 1.2 or higher is a security requirement for encrypted transport.

25
Multi-Selectmedium

Which TWO of the following are necessary to include when creating a high-quality threat intelligence report for an operational team?

Select 2 answers
A.Mitigation suggestions
B.The history of the geopolitical tension
C.The stock price of the vendor
D.Actionable Indicators (IOCs)
E.The full raw database dump
AnswersA, D

Mitigation helps the team react to the threat.

Why this answer

Operational teams need context on the threat and the specific technical indicators to look for.

26
MCQmedium

You are mapping a threat report to the MITRE ATT&CK framework. You have identified that the attacker uses 'PowerShell' to execute commands. Which category should this be mapped to?

A.Initial Access
B.Exfiltration
C.Persistence
D.Execution
AnswerD

PowerShell is a standard technique used for code execution.

Why this answer

MITRE ATT&CK maps techniques like PowerShell under 'Execution' as it is used to run malicious code.

27
MCQeasy

You are disseminating a report. You want to ensure that the recipients understand the sensitivity of the information. What is the most effective way to communicate this standard?

A.Send the report via an encrypted channel
B.Password protect the document
C.Use a disclaimer at the bottom of the email
D.Apply the TLP marking to the document
AnswerD

TLP provides a clear, standardized framework for sharing.

Why this answer

The TLP (Traffic Light Protocol) is the globally accepted standard for communicating intelligence sensitivity and sharing boundaries.

28
MCQeasy

A CISO asks for a report that provides a strategic outlook on the threat landscape for the upcoming quarter. What format is most appropriate for this type of audience?

A.Full TAXII object dump
B.Raw STIX JSON feed
C.Executive Summary PDF
D.CSV list of IOCs
AnswerC

This format is designed to provide actionable business context for leadership.

Why this answer

Strategic reports focus on trends, business risk, and high-level summaries, which are best presented in an executive PDF or dashboard format.

29
Multi-Selecthard

When preparing a STIX 2.1 bundle for sharing via TAXII, which THREE of the following fields are strictly required for an 'Indicator' SDO to be considered 'well-formed'?

Select 3 answers
A.pattern
B.description
C.type
D.id
E.valid_until
AnswersA, C, D

The 'pattern' is the core of the indicator; without it, the indicator is useless.

Why this answer

A well-formed STIX 2.1 Indicator requires an ID, a type, and the pattern that defines what is being looked for (the indicator logic).

30
MCQhard

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?

A.To verify the integrity of the STIX bundle
B.To define the retention period for the objects
C.To uniquely identify a specific set of intelligence within an API Root
D.To encrypt the data payload during transit
AnswerC

The Collection ID is the mandatory identifier for retrieving data from a specific collection.

Why this answer

In TAXII 2.1, the Collection ID is a unique UUID that enables clients to request specific datasets from a server that may host multiple collections.

31
MCQmedium

You are integrating a new threat intel feed that provides 'Course of Action' (CoA) objects. What is the intended use of this STIX object type in an automated environment?

A.To verify the identity of the threat actor
B.To map the threat actor's TTPs
C.To provide actionable remediation steps to defend against a threat
D.To store forensic artifacts
AnswerC

The CoA object describes the action to take when an indicator is triggered.

Why this answer

The STIX CoA object is designed to provide automated or manual recommendations to mitigate the threat described in the intelligence.

32
MCQmedium

You are integrating a new threat intelligence platform (TIP). You need to define a 'Custom Object' in STIX 2.1 to track a specific internal project codename associated with threat actors. Which prefix must be used for the custom object name to ensure compatibility and avoid collisions?

A.'x-'
B.'ext-'
C.'c-'
D.'internal-'
AnswerA

The 'x-' prefix is mandatory for custom STIX 2.1 extensions.

Why this answer

In STIX 2.1, custom objects must be prefixed with 'x-' to identify them as non-standard extensions to the schema.

33
Multi-Selecthard

Which THREE of the following are valid reasons to use the STIX 'Sighting' object?

Select 3 answers
A.To indicate the source of the observation
B.To define the threat actor profile
C.To provide the remediation steps
D.To provide evidence that an indicator was observed
E.To define the count of how many times it was seen
AnswersA, D, E

Sightings include source/observer information.

Why this answer

The Sighting object is used to indicate that an indicator was seen, provide context on the target, and show where it was detected.

Ready to test yourself?

Try a timed practice session using only Intelligence Reporting And Dissemination questions.