STIXProject / schemas

STIX Schema Development
http://stixproject.github.io/
76 stars 21 forks source link

Cryptographic signing of STIX documents #150

Open johnwunder opened 10 years ago

johnwunder commented 10 years ago

The community would like to have a way of digitally signing STIX content. Potential decisions include:

MarkDavidson commented 10 years ago

TAXII uses the XML Digital Signature specification for signing part (or all) of a TAXII message. This may be a useful starting point: http://taxii.mitre.org/specifications/version1.1/TAXII_XMLMessageBinding_Specification.pdf

See sections 3.1 (for how it is done at the message level - all messages do it this way) and 3.9 for how it is done in a Content Block.

athiasjerome commented 10 years ago

XMLDSig is also what is used in OVAL reporting (for examples of implementation)