I want to add longer descriptions in the meta of some SIEM rules so the info shows up in the related SOAR cases .
The description has to be in quotes (""s) I know, but can it have line breaks?
E.g. can I do this without breaking the rule ? Will the whole description present in the SOAR cases
rule some_rule {
meta:
author = "analyst-name"
description = "Failed MFAs. This is available as well as a Saved Search. Make sure to corrrelate time frame with alerted event.
Use this SOP
(link to SOP) "
severity = "Low"
I know this isn't the best way to handle the SOP presentation in the SOAR - just using that to create an example 'multi-line' description string with line-breaks.
thanks