From 4f74c31b769ca04829f2e3457bde49ce46ee6a62 Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Mon, 25 Mar 2024 17:35:02 -0400 Subject: [PATCH] fix integer and add task/event 'performed-by' identity relationships --- .../incident-ef7/Incident Extension Suite.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc index c74aed4bbc3..87551c061e2 100644 --- a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc +++ b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc @@ -130,7 +130,7 @@ The values of this property *SHOULD* come from the [stixtype]#<>. +If present, this value *MUST* be an integer between 0 to 100. This can be translated into qualitative values as described in <>. |*detection_methods* (optional) |[stixtype]#{list_url}[list]# of type [stixtype]#{open_vocab_url}[open-vocab]# @@ -445,6 +445,11 @@ For example, a dropper running led to a ransomware tool to be downloaded and run |[stixtype]#{location_url}[location]# |The event occurred at a specific location. +|[stixtype]#<># +|[stixrelationship]#performed-by# +|[stixtype]#{identity_url}[identity]# +|The event was performed by the identity. + // relationships:end |=== @@ -546,7 +551,7 @@ This *MUST* match an extension that provides greater details of a specific type |*criticality* (optional) |[stixtype]#{int_url}[integer]# -|The criticality of this impact. If present, this value *MUST* be between 0 to 100. +|The criticality of this impact. If present, this value *MUST* be an integer between 0 to 100. This can be translated into qualitative values as described in <>. |*description* (optional) @@ -1118,6 +1123,12 @@ Using these embedded relationships ensures that an incomplete sequence cannot be |[stixtype]#{location_url}[location]# |The task occurred at a specific location. + +|[stixtype]#<># +|[stixrelationship]#performed-by# +|[stixtype]#{identity_url}[identity]# +|The task was performed by the identity. + // relationships:end |===