Add cti-evaluation MISP object definition with CTI‑Transmute links#523
Merged
adulau merged 1 commit intoMay 29, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
cti-evaluationtaxonomy and enable optional links to CTI‑Transmute conversion details.Description
objects/cti-evaluation/definition.json(meta-categorymisc,version: 1,uuid:7ef56e58-03de-40e5-9958-c7649d8eebf1) defining 52 attributes including dimension labels, numeric scores, per-dimension weights, overall score fields, formula/evidence metadata, and recommendation/limitations fields.cti-transmute-link(with sane defaulthttps://cti-transmute.org/) andcti-transmute-conversion-id, plus taxonomy referencetaxonomy-referencepointing to the MISP taxonomy (cti-evaluation/machinetag.json) andtaxonomy-tagfor applied machine tags.values_listfor qualitative labels (very-low,low,moderate,high,very-high) on appropriate dimensions and sensibleui-priorityanddisable_correlationwhere applicable.Testing
python3 -m json.tool objects/cti-evaluation/definition.jsonand programmatic validation viajsonschema.validate(...)againstschema_objects.json, both succeeding../jq_all_the_things.sh,./unique_uuid.py, and full validation./validate_all.sh, which completed successfully (repository validation passed) after adding the new object.Codex Task