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

Add usable properties to the event and failed rule structs #18

Closed
Bezbran opened this issue Nov 16, 2023 · 0 comments
Closed

Add usable properties to the event and failed rule structs #18

Bezbran opened this issue Nov 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Bezbran
Copy link
Collaborator

Bezbran commented Nov 16, 2023

Background

As a SecOps engineer, when I see an alret, I want to silent it or silent similar alerts by similar labels

  1. Source code location of the rule (commit+file+line).
  2. Application profile identifier (namespace+name)
  3. rule binding identifier (namespace+name)
  4. WL details (namespace + kind + name)
  5. Internal alert properties like:
  • Process full path
  • PID
  • syscall
  • Full path of not white listed object
  • etc.

Details

Source field

Point to the README of the specific rule so when the user clicks he will see description of the rule

Patch proposal

We want to include the fix proposal in the AlertManager message:

  1. Either add lines to application profile
  2. RuleBinding
  3. Silencing the alert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants