From 690021590a3b9b2a72d760bede040971942f024e Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Fri, 24 Jun 2022 14:30:58 -0700 Subject: [PATCH] add MS windows --- .../builder/security_content_detection_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/contentctl_project/contentctl_infrastructure/builder/security_content_detection_builder.py b/bin/contentctl_project/contentctl_infrastructure/builder/security_content_detection_builder.py index 2a2f97adc3..b684ce2e37 100644 --- a/bin/contentctl_project/contentctl_infrastructure/builder/security_content_detection_builder.py +++ b/bin/contentctl_project/contentctl_infrastructure/builder/security_content_detection_builder.py @@ -93,7 +93,7 @@ class SecurityContentDetectionBuilder(DetectionBuilder): if self.security_content_obj: if self.security_content_obj.tags.supported_tas: if 'Splunk_TA_microsoft_sysmon' in self.security_content_obj.tags.supported_tas: - self.security_content_obj.providing_technologies = ['Sysmon'] + self.security_content_obj.providing_technologies = ['Sysmon','Microsoft Windows'] def addNesFields(self) -> None: