Skip to content

Commit 38ba2fc

Browse files
authored
fixed relationships
1 parent d611ac6 commit 38ba2fc

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ include::examples/example_2.1.json[]
276276
[[event]]
277277
=== 2.2. Event
278278

279-
An Event is an activity that has a harmful effect or which will be investigated or already has been investigated as potentially having a harmful effect. Events can be used to further enrich and explain Sightings by allowing analysts to indicate if these sightings are part of a potential threat, and if so how they connects to a larger incident. Some activity, described in an Event, will be found to be not harmful when investigated.
279+
An Event is an activity that has a harmful effect or which will be investigated or already has been investigated as potentially having a harmful effect. The activity is not necessarily performed by an attacker. For example, an event could result from a user or system administrator's mistake. Events can be used to further enrich and explain Sightings by allowing analysts to indicate if these sightings are part of a potential threat, and if so how they connects to a larger incident. Some activity, described in an Event, will be found to be not harmful when investigated.
280280

281281
This new SDO extension *MUST* use [stixliteral]#extension-definition--4ca6de00-5b0d-45ef-a1dc-ea7279ea910e# as its extension ID.
282282

@@ -439,12 +439,16 @@ Using these embedded relationships ensures that an incomplete sequence cannot be
439439
|*Source* |*Type* |*Target* |*Description*
440440
// relationships:start
441441

442-
443442
|[stixtype]#<<event,event>>#
444443
|[stixrelationship]#causes#
445444
|[stixtype]#<<impact,impact>>#
446445
|The event caused the impact.
447446

447+
|[stixtype]#<<event,event>>#
448+
|[stixrelationship]#led-to#
449+
|[stixtype]#<<task,task>>#
450+
|The event led to performing the task.
451+
448452
|[stixtype]#<<event,event>>#
449453
|[stixrelationship]#impacts#
450454
|[stixtype]#{infrastructure_url}[infrastructure]#, +
@@ -670,11 +674,6 @@ using the [stixrelationship]#related-to# relationship type or, as with open voca
670674
|[stixrelationship]#causes#
671675
|[stixtype]#<<impact,impact>>#
672676
|An event causes an impact.
673-
674-
|[stixtype]#<<task,task>>#
675-
|[stixrelationship]#causes#
676-
|[stixtype]#<<impact,impact>>#
677-
|A task causes an impact.
678677
// relationships:end
679678

680679
// end::impact-relationships[]
@@ -1189,6 +1188,12 @@ Using these embedded relationships ensures that an incomplete sequence cannot be
11891188

11901189
|*Source* |*Type* |*Target* |*Description*
11911190
// relationships:start
1191+
1192+
|[stixtype]#<<event,event>>#
1193+
|[stixrelationship]#led-to#
1194+
|[stixtype]#<<task,task>>#
1195+
|The event led to performing the task.
1196+
11921197
|[stixtype]#{identity_url}[identity]#
11931198
|[stixrelationship]#assigned#
11941199
|[stixtype]#<<task,task>>#

0 commit comments

Comments
 (0)