Merge pull request #13107 from Security-Onion-Solutions/cogburn/detection-templates

Added TemplateDetections To Detection ClientParams
This commit is contained in:
coreyogburn
2024-05-30 16:26:17 -06:00
committed by GitHub
2 changed files with 45 additions and 1 deletions

View File

@@ -2253,3 +2253,36 @@ soc:
severityTranslations:
minor: low
major: high
templateDetections:
suricata: |
alert tcp any any <> any any (msg:""; sid:[publicId];)
strelka: |
rule {
meta:
description = "";
strings:
$x = \"string\";
condition:
all of them;
}
elastalert: |
title:
id: [publicId]
status:
description:
references:
-
author:
date:
tags:
-
logsource:
product:
category:
detection:
selection:
condition: selection
falsepositives:
-
level:

View File

@@ -319,6 +319,17 @@ soc:
cases: *appSettings
dashboards: *appSettings
detections: *appSettings
detection:
templateDetections:
suricata:
description: The template used when creating a new Suricata detection. [publicId] will be replaced with an unused Public Id.
multiline: True
strelka:
description: The template used when creating a new Strelka detection.
multiline: True
elastalert:
description: The template used when creating a new ElastAlert detection. [publicId] will be replaced with an unused Public Id.
multiline: True
grid:
maxUploadSize:
description: The maximum number of bytes for an uploaded PCAP import file.