From ed13f34bfaaeed2bc0424620761628f7176a574f Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Thu, 24 Mar 2022 14:28:52 -0700 Subject: [PATCH] added datamodels for SSA --- .../application/factory/utils/new_content_questions.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/contentctl_project/contentctl_core/application/factory/utils/new_content_questions.py b/bin/contentctl_project/contentctl_core/application/factory/utils/new_content_questions.py index 250d1327f5..c8fd18d9ec 100644 --- a/bin/contentctl_project/contentctl_core/application/factory/utils/new_content_questions.py +++ b/bin/contentctl_project/contentctl_core/application/factory/utils/new_content_questions.py @@ -61,6 +61,11 @@ class NewContentQuestions(): 'choices': [ 'Endpoint', 'Endpoint_Processes (SSA)', + 'Endpoint_Registry (SSA)', + 'Endpoint_Filesystem (SSA)', + 'Endpoint_ResourceAccess (SSA)', + 'Endpoint_AccountManagement (SSA)', + 'Intrusion_Detection (SSA)', 'Authentication', 'Change', 'Email',