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

Info Alerts are Signals #1327

Draft
wants to merge 1 commit into
base: release
Choose a base branch
from
Draft

Conversation

arielkr256
Copy link
Contributor

Background

Info severity alerts are auto-closed and primarily used as signal generators for correlation rules. This change stores matches in the Signals table for correlations, while keeping them off the alert interface.

Changes

  • Set CreateAlert: false for Info severity rules

Testing

  • pat test

@arielkr256 arielkr256 requested a review from a team as a code owner August 15, 2024 19:54
Copy link

😱
looks like some things could be wrong with the packs

[INFO][root]: ignoring file dependabot.yml

@arielkr256 arielkr256 marked this pull request as draft August 15, 2024 21:16
Copy link
Contributor

@ben-githubs ben-githubs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following rules have been set to CreateAlert: false, but their Python files have dynamic severity functions that could return severities other than "INFO". We should remove CreateAlert: false for these rules.

  • rules/push_security_rules/push_security_mfa_method_changed.yml
  • rules/push_security_rules/push_security_phishable_mfa_method.yml
  • rules/github_rules/github_repo_hook_modified.yml
  • rules/gsuite_activityevent_rules/gsuite_passthrough_rule.yml
  • rules/okta_rules/okta_admin_role_assigned.yml

@arielkr256 arielkr256 added the tuning detection tuning label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tuning detection tuning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants