Question

Difficulty: Very hardThreat Intelligence Sources and Research

A threat intelligence architect at a critical infrastructure provider is designing an automated threat intelligence sharing framework. The organization needs to ingest structured, machine-readable threat data—including adversary tactics, malware relationships, and indicators of compromise—from an Industry Information Sharing and Analysis Center (ISAC) and feed it directly into security orchestration tools via an automated, HTTPS-based service. Which of the following technical solutions correctly pairs the data representation format with the transport mechanism to meet these requirements?

  1. STIX to define the structured threat context and indicators, paired with TAXII as the application-layer transport protocol over HTTPS.Answer
  2. B
    TAXII to define the threat indicator schema and relational data model, paired with STIX to manage TLS-encrypted transport sessions between servers.
  3. C
    OpenIOC to model adversary campaign motivations and TTPs, paired with STIX to serve as the real-time RESTful feed transport mechanism.
  4. D
    CVE to represent high-level threat actor attributes, paired with TAXII to stream raw network syslog telemetry to the ISAC.

Answer

STIX should be used to represent the structured threat data and context, while TAXII serves as the application-layer transport protocol over HTTPS.
STIX (Structured Threat Information Expression) is a standardized serialization format used to document and correlate threat indicators, threat actors, and tactics in a machine-readable syntax. TAXII (Trusted Automated Exchange of Indicator Information) is the dedicated application-layer protocol designed to transport STIX payloads over HTTPS web services, making their paired implementation the ideal solution for automated ISAC intelligence ingestion.

Step-by-Step Solution

1
Identify the requirement for threat data representation.
Structured Threat Information Expression (STIX) is the standardized language for serializing threat context, indicators, and tactics.
Machine-readable threat intelligence requires a consistent schema so security tools can parse and correlate relationships between actors, malware, and IOCs.
2
Identify the requirement for automated transport.
Trusted Automated Exchange of Indicator Information (TAXII) is the protocol explicitly designed to transport STIX intelligence via HTTPS web services.
TAXII establishes web service specifications (API endpoints) for pushing and pulling STIX-formatted payloads across organization boundaries.
3
Evaluate the pairing of data format and transport mechanism.
The combination of STIX for content representation and TAXII for protocol transport satisfies all organizational objectives.
STIX and TAXII are complementary open standards engineered to operate together in automated cyber threat intelligence architectures.

Key Concept

STIX and TAXII Integration for Automated Threat Intelligence
Estimated Time:1m 30s
Rate this question