From e72031a71a85eb5743fbe0d29c83065685c605fa Mon Sep 17 00:00:00 2001 From: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:51:54 -0400 Subject: [PATCH] added comprehensive timeline template definitions (#1905) --- detection_rules/schemas/definitions.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/detection_rules/schemas/definitions.py b/detection_rules/schemas/definitions.py index a6e1df250..18cec7640 100644 --- a/detection_rules/schemas/definitions.py +++ b/detection_rules/schemas/definitions.py @@ -41,7 +41,11 @@ TIMELINE_TEMPLATES: Final[dict] = { 'db366523-f1c6-4c1f-8731-6ce5ed9e5717': 'Generic Endpoint Timeline', '91832785-286d-4ebe-b884-1a208d111a70': 'Generic Network Timeline', '76e52245-7519-4251-91ab-262fb1a1728c': 'Generic Process Timeline', - '495ad7a7-316e-4544-8a0f-9c098daee76e': 'Generic Threat Match Timeline' + '495ad7a7-316e-4544-8a0f-9c098daee76e': 'Generic Threat Match Timeline', + '4d4c0b59-ea83-483f-b8c1-8c360ee53c5c': 'Comprehensive File Timeline', + 'e70679c2-6cde-4510-9764-4823df18f7db': 'Comprehensive Process Timeline', + '300afc76-072d-4261-864d-4149714bf3f1': 'Comprehensive Network Timeline', + '3e47ef71-ebfc-4520-975c-cb27fc090799': 'Comprehensive Registry Timeline' }