Add SCOR TENs galaxy + Galaxy 2.0 related[] edges on scor-attack-paths#1217
Merged
Conversation
Adds the stable Taxonomic Element Nomenclature (TEN) template cluster per METEORSTORM Quick Guide §4-§5: the 30 type templates (5 PCE + 10 SEG + 3 SVC + 6 AST + 6 AN) that analysts consume during the enumeration process to produce ETENs on specific platforms. - clusters/scor-tens.json: 30 cluster values, one per TEN. Each has stable UUID, layer/tag/label/doc_section meta, and definition from the doc's §8 Full Data Model. - galaxies/scor-tens.json: minimal galaxy descriptor (no kill_chain_order; TENs aren't a matrix). Adds related[] arrays to the 4 existing scor-attack-paths values linking back to the TENs each scenario's enumeration consumed: - TOE relations (per §6.2) point from attack-path values at the structural TENs (PCE/SEG/SVC/AST) the path enumerated. - instance-of relation points each attack-path value at AN-ATT-Attack Path, declaring the value as an enumerated instance of that template. - The per-scenario ETEN string is preserved on each relation's 'tags' array (scor-eten:"LAYER:TAG:LABEL:ORDINAL") so the ordinal context isn't lost when traversing the graph. Total: 35 typed relations across 4 attack paths. All dest-uuid references resolve to scor-tens values; schema validates. Enables MISP Galaxy 2.0 Network View to render the SCOR-compliant relationship graph: attack-path nodes connected by TOE edges to TEN template nodes, with bidirectional pivoting between scenarios and templates. Steward: H4CK32N4U75 (william.o.ferguson@ethicallyhacking.space).
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.
Add SCOR TENs galaxy + Galaxy 2.0
related[]edges on scor-attack-pathsBuilds on #1216 (SCOR Attack Paths galaxy, already merged). This PR adds the stable Taxonomic Element Nomenclature (TEN) templates per the METEORSTORM data model, and wires the existing 4 attack-path values to those templates via Galaxy 2.0
related[]arrays. Result: MISP's Network View renders the SCOR-compliant relationship graph natively.What's added
clusters/scor-tens.json(new) — 30 cluster values, one per METEORSTORM TEN:Each value carries a stable UUID, layer/tag/label/doc_section meta, and the canonical definition from METEORSTORM Quick Guide §8.
galaxies/scor-tens.json(new) — minimal galaxy descriptor. Nokill_chain_order(TENs aren't a matrix).What's modified
clusters/scor-attack-paths.json(modified) — addedrelated[]arrays to all 4 existing attack-path values (Viasat AcidRain, Gatwick UAS, Fengyun-1C ASAT, Yacht GPS Spoofing). Eachrelated[]entry references a TEN cluster value by UUID:TOEinstance-ofAN-ATT-Attack PathTENThe per-scenario ETEN string is preserved on each relation's
tagsarray asscor-eten:"LAYER:TAG:LABEL:ORDINAL", so the ordinal context isn't lost when traversing the graph.Conceptual model
Per METEORSTORM Quick Guide §4–§5:
LAYER-TAG-LABEL(hyphen-delimited). The stable type template, defined by the taxonomy.LAYER:TAG:LABEL:ORDINAL(colon-delimited). What an analyst produces from a TEN during enumeration on a specific platform.This PR makes the TENs first-class MISP cluster values so Galaxy 2.0
related[]arrays can point at them by UUID. The ETEN strings continue to live in the attack-path'smetaas the per-scenario enumeration outputs.What this enables
Once merged, MISP's Galaxy 2.0 Network View renders the SCOR-compliant relationship graph:
TOEedges to the TEN templates each scenario's enumeration consumed.PCE-OR-Orbital) and see every attack path that has ever consumed it during enumeration.Validation
jsonschemavalidation againstschema_clusters.json/schema_galaxies.json.scor-attack-paths.jsonstill validates.related[]dest-uuidreferences resolve to values inscor-tens.json(cross-checked programmatically).tools/chk_empty_stringsclean.jq --sort-keyscanonical form.tools/update_README_with_index.pyregeneratedREADME.mdto include the new scor-tens entry.Steward
scornamespace steward: H4CK32N4U75®. Contact: william.o.ferguson@ethicallyhacking.space.