Skip to content

Commit

Permalink
formatting incident examples 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Mar 6, 2024
1 parent 19e66d4 commit e20790b
Showing 1 changed file with 45 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}

0 comments on commit e20790b

Please sign in to comment.