Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Include previous_output in Alert Description for Child Rules. #875

Open
sakib789 opened this issue Mar 4, 2024 · 0 comments

Comments

@sakib789
Copy link
Member

sakib789 commented Mar 4, 2024

Dear Team,

I've observed scenarios where the previous_output field is not available for child rules, particularly when the child rule is constructed from composite rules or triggered based on the frequency of the parent rule. I propose an enhancement to include a trace of all the previous logs in the alert description, offering valuable insights into the triggers of the rule.

Consider the following rule as an example:

<rule id="100122" level="7" frequency="5" timeframe="120">
  <if_matched_sid>60122</if_matched_sid>
  <same_location />
  <description>Logon failure - Unknown user or bad password two times in a row</description>
  <mitre>
    <id>T1078</id>
    <id>T1531</id>
  </mitre>
<group>authentication_failed,gdpr_IV_32.2,gdpr_IV_35.7.d,gpg13_7.1,hipaa_164.312.b,nist_800_53_AC.7,nist_800_53_AU.14,pci_dss_10.2.4,pci_dss_10.2.5,tsc_CC6.1,tsc_CC6.8,tsc_CC7.2,tsc_CC7.3,</group>
</rule>

It would greatly enhance the system if the alert description included the five previous_output logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant