A senior threat intelligence analyst at a global financial services firm is architecting an automated threat feed ingestion pipeline. The system must standardize machine-readable cyber threat indicators and automatically transport them directly into the enterprise Security Information and Event Management (SIEM) platform for real-time correlation without requiring manual analyst intervention. Which of the following standards or protocol frameworks are specifically designed to meet these requirements? (Select TWO.)
- STIX (Structured Threat Information eXpression) to standardize the serialization and language schema of the threat indicators.Answer
- TAXII (Trusted Automated eXchange of Intelligence Information) to establish the automated transport protocol for transmitting threat feeds over HTTPS.Answer
- CNVD (National Vulnerability Database) feed integration to automatically modify perimeter firewall rules based on newly published CVSS scores.
- DISAC (Information Sharing and Analysis Center) email advisory bulletins to profile actor motivations prior to automated ingestion.
- EOSINT web scraping feeds targeting public threat forums to automatically deploy preventive endpoint blocking rules.
Answer
STIX (Structured Threat Information eXpression) and TAXII (Trusted Automated eXchange of Intelligence Information) are the required standards for establishing an automated, machine-readable threat intelligence ingestion pipeline.
Building an automated threat intelligence ingestion pipeline requires both a standardized data structure and a secure transport protocol. STIX specifies the standardized, machine-readable format (such as JSON) for representing indicators and threat context. TAXII acts as the dedicated transport mechanism operating over HTTPS to exchange STIX-packaged intelligence between systems automatically.
Step-by-Step Solution
Key Concept
STIX and TAXII standards for automated threat intelligence ingestion