From e20790bcc410ae4cb66526327daaef7dfd02ea5b Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Wed, 6 Mar 2024 12:06:21 -0500 Subject: [PATCH] formatting incident examples 2.1 --- .../incident-ef7/examples/example_2.1.json | 92 +++++++++---------- 1 file changed, 45 insertions(+), 47 deletions(-) diff --git a/extension-definition-specifications/incident-ef7/examples/example_2.1.json b/extension-definition-specifications/incident-ef7/examples/example_2.1.json index 2e52da4ce7b..23cccfac5c8 100644 --- a/extension-definition-specifications/incident-ef7/examples/example_2.1.json +++ b/extension-definition-specifications/incident-ef7/examples/example_2.1.json @@ -1,51 +1,49 @@ { - "type": "incident", - "id": "incident--b0e7e6a5-6e2c-4a0b-8d5a-8a5e92a5a5bc", - "created": "2023-11-22T15:30:00.000Z", - "modified": "2023-11-22T15:30:00.000Z", - "spec_version": "2.1", - "name": "incident-2173", - - "extensions": { - "extension-definition--ef765651-680c-498d-9894-99799f2fa126": { - "extension_type": "property-extension", - "determination": "confirmed", - "investigation_status": "open", - "criticality": 70, - "detection_methods": [ - "automated-tool", - "human-review" - ], - "events": [ - { - "event_ref": "event--9ca38544-c247-45d9-9e33-957ba7c9e119" - } - ], - "impact_refs": [ - "impact--7a5806e4-0f37-4c48-9a50-7301bff4b195" - ], - "impacted_entity_counts": { - "individual": 100, - "employee": 70, - "customer-individual": 30 - }, - "incident_types": [ - "hosting-phishing-sites" - ], - "recoverability": "regular", - "scores": [ - { - "name": "ExampleSystem Automated Exposure Score", - "value": 75.5, - "description": "The score is calculated based on the severity of the incident and the potential impact on the organization." - - } - ], - "tasks": [ - { - "task_ref": "task--a45aaed9-6504-4f95-982e-78508726eb5a" - } - ] + "type": "incident", + "id": "incident--b0e7e6a5-6e2c-4a0b-8d5a-8a5e92a5a5bc", + "created": "2023-11-22T15:30:00.000Z", + "modified": "2023-11-22T15:30:00.000Z", + "spec_version": "2.1", + "name": "incident-2173", + "extensions": { + "extension-definition--ef765651-680c-498d-9894-99799f2fa126": { + "extension_type": "property-extension", + "determination": "confirmed", + "investigation_status": "open", + "criticality": 70, + "detection_methods": [ + "automated-tool", + "human-review" + ], + "events": [ + { + "event_ref": "event--9ca38544-c247-45d9-9e33-957ba7c9e119" } + ], + "impact_refs": [ + "impact--7a5806e4-0f37-4c48-9a50-7301bff4b195" + ], + "impacted_entity_counts": { + "individual": 100, + "employee": 70, + "customer-individual": 30 + }, + "incident_types": [ + "hosting-phishing-sites" + ], + "recoverability": "regular", + "scores": [ + { + "name": "ExampleSystem Automated Exposure Score", + "value": 75.5, + "description": "The score is calculated based on the severity of the incident and the potential impact on the organization." + } + ], + "tasks": [ + { + "task_ref": "task--a45aaed9-6504-4f95-982e-78508726eb5a" + } + ] } + } }