-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from azainimitre/main
Added examples and updated adoc
- Loading branch information
Showing
17 changed files
with
393 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
46 changes: 46 additions & 0 deletions
46
extension-definition-specifications/incident-core/examples/example_2.1.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"type": "incident", | ||
"id": "incident--b0e7e6a5-6e2c-4a0b-8d5a-8a5e92a5a5bc", | ||
"created": "2023-11-22T15:30:00Z", | ||
"modified": "2023-11-22T15:30:00Z", | ||
"spec_version": "2.1", | ||
"determination": "confirmed", | ||
"extension_type": "property-extension", | ||
"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": [ | ||
{ | ||
"incident-score": { | ||
"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" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
extension-definition-specifications/incident-core/examples/example_2.2.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"type": "event", | ||
"id": "event--68e1e976-7e3b-4233-8bde-1a5dbb17a9a6", | ||
"created": "2023-11-22T15:30:00Z", | ||
"modified": "2023-11-22T15:30:00Z", | ||
"spec_version": "2.1", | ||
"status": "ongoing", | ||
"changed_objects": [ | ||
{ | ||
"state_change": { | ||
"state_change_type": "escalation", | ||
"initial_ref": "impact--d1e4f6c7-3b1a-4b5c-8a5a-9e7b8a9a5b6c", | ||
"result_ref": "impact--c1f2d3e4-5b6c-7a8d-9e0a-1b2c3d4e5f6g" | ||
} | ||
} | ||
], | ||
"description": "Phishing attack on company email accounts.", | ||
"end_time": "2023-11-22T15:30:00Z", | ||
"end_time_fidelity": "minute", | ||
"event_types": [ | ||
"phishing" | ||
], | ||
"goal": "Gain unauthorized access to sensitive information.", | ||
"name": "Phishing Attack", | ||
"start_time": "2023-11-22T14:30:00Z", | ||
"start_time_fidelity": "minute" | ||
} |
25 changes: 25 additions & 0 deletions
25
extension-definition-specifications/incident-core/examples/example_2.3.2.1.1.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"type": "impact", | ||
"id": "impact--de425325-5ac8-4f4b-ace7-054301b80863", | ||
"created": "2023-11-22T15:30:00Z", | ||
"modified": "2023-11-22T15:30:00Z", | ||
"spec_version": "2.1", | ||
"impact_category": "availability", | ||
"criticality": 70, | ||
"description": "Loss of availability for a critical service.", | ||
"end_time": "2023-11-22T16:00:00Z", | ||
"end_time_fidelity": "minute", | ||
"impacted_entity_counts": { | ||
"system": 1 | ||
}, | ||
"impacted_refs": [ | ||
"infrastructure--11c25d0e-48f5-4491-960a-0da71c4e0d16" | ||
], | ||
"start_time": "2023-11-22T15:30:00Z", | ||
"start_time_fidelity": "minute", | ||
"extensions": { | ||
"availability-impact": { | ||
"availability_impact": 90 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
extension-definition-specifications/incident-core/examples/example_2.3.2.2.1.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "impact", | ||
"id": "impact--c08d9e5a-ba7e-465c-96d5-659683aa9395", | ||
"created": "2023-11-22T15:30:00Z", | ||
"modified": "2023-11-22T15:30:00Z", | ||
"spec_version": "2.1", | ||
"impact_category": "confidentiality", | ||
"criticality": 80, | ||
"description": "Confidential customer data was leaked.", | ||
"start_time": "2023-11-22T15:30:00Z", | ||
"start_time_fidelity": "minute", | ||
"extensions": { | ||
"confidentiality-impact": { | ||
"information_type": "customer-data", | ||
"loss_type": "unauthorized-disclosure", | ||
"record_count": 1000 | ||
} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
extension-definition-specifications/incident-core/examples/example_2.3.2.3.1.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type": "impact", | ||
"id": "impact--765719be-0e65-4c40-8024-a7295c90da35", | ||
"created": "2023-11-22T15:30:00Z", | ||
"modified": "2023-11-22T15:30:00Z", | ||
"spec_version": "2.1", | ||
"impact_category": "external", | ||
"criticality": 60, | ||
"description": "Negative impact on the company's reputation.", | ||
"start_time": "2023-11-22T15:30:00Z", | ||
"start_time_fidelity": "minute", | ||
"extensions": { | ||
"external-impact": { | ||
"impact_type": "reputation" | ||
} | ||
} | ||
} |
Oops, something went wrong.