In the STIX/TAXII model for cyber threat intelligence sharing, which statement best describes the division of responsibility between the two?
- ASTIX defines the transport protocol that moves intelligence, while TAXII is the language that structures the indicators being moved.
- BBoth STIX and TAXII are serialisation formats, and an analyst chooses whichever one the feed provider supports for encoding indicators.
- CSTIX is the structured language for representing threat intelligence, while TAXII defines the services and protocol for exchanging it over HTTPS. Correct
- DSTIX assigns confidence scores to each indicator, while TAXII validates those scores against the analyst's own reliability rating.
Why A is wrong: This is tempting because the two are always named together, but it reverses their roles: TAXII is the transport and STIX is the structured language.
Why B is wrong: This is tempting if the pair is treated as interchangeable formats, but only STIX serialises data; TAXII is a delivery protocol, not an encoding.
Why C is correct: Correct: STIX serialises objects such as indicators and threat actors, and TAXII specifies the client-server exchange used to publish and consume those objects.
Why D is wrong: This is tempting because STIX can carry a confidence property, but neither standard performs reliability validation, and scoring is not the defining purpose of either.