-
Notifications
You must be signed in to change notification settings - Fork 529
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
[Rule Tuning] Updated setup guide #3885
Conversation
Rule: Tuning - GuidelinesThese guidelines serve as a reminder set of considerations when tuning an existing rule. Documentation and Context
Rule Metadata Checks
Testing and Validation
|
@Aegrah could you please follow the setup guide template mentioned in this issue: https://github.com/elastic/ia-trade-team/issues/410 |
@approksiu copy pasted it from the template now. |
setup = """## Setup | ||
This rule requires the use of the `auditd_manager` integration. `Auditd_manager` is a tool designed to simplify and enhance the management of the audit subsystem in Linux systems. It provides a user-friendly interface and automation capabilities for configuring and monitoring system auditing through the auditd daemon. With `auditd_manager`, administrators can easily define audit rules, track system events, and generate comprehensive audit reports, improving overall security and compliance in the system. The following steps should be executed in order to install and deploy `auditd_manager` on a Linux system. | ||
setup = """### Auditd Manager Integration Setup | ||
The Auditd Manager Integration receives audit events from the Linux Audit Framework which is a part of the Linux kernel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The format seems a bit off from the templates we have here
Its good to keep it consistent across the rules, if we dont have a specific reason as to why this has changed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copy pasted it from that doc..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have added the suggestion on what was missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I implemented your change, but I don't see that line in the document you shared. Doing a ctrl + f in that document also does not return any hits.
We might have to change the template document if the document is wrong!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed on slack. This was a more of a main section introduction missing!
rules/linux/persistence_user_or_group_creation_or_modification.toml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving : Post committing the Setup Suggestions
….toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com>
rules/linux/persistence_user_or_group_creation_or_modification.toml
Outdated
Show resolved
Hide resolved
* [Rule Tuning] Updated setup guide * Update persistence_user_or_group_creation_or_modification.toml * Update rules/linux/persistence_user_or_group_creation_or_modification.toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> * Update rules/linux/persistence_user_or_group_creation_or_modification.toml --------- Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> (cherry picked from commit e5d08a2)
* [Rule Tuning] Updated setup guide * Update persistence_user_or_group_creation_or_modification.toml * Update rules/linux/persistence_user_or_group_creation_or_modification.toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> * Update rules/linux/persistence_user_or_group_creation_or_modification.toml --------- Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> (cherry picked from commit e5d08a2)
* [Rule Tuning] Updated setup guide * Update persistence_user_or_group_creation_or_modification.toml * Update rules/linux/persistence_user_or_group_creation_or_modification.toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> * Update rules/linux/persistence_user_or_group_creation_or_modification.toml --------- Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> (cherry picked from commit e5d08a2)
* [Rule Tuning] Updated setup guide * Update persistence_user_or_group_creation_or_modification.toml * Update rules/linux/persistence_user_or_group_creation_or_modification.toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> * Update rules/linux/persistence_user_or_group_creation_or_modification.toml --------- Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> (cherry picked from commit e5d08a2)
* [Rule Tuning] Updated setup guide * Update persistence_user_or_group_creation_or_modification.toml * Update rules/linux/persistence_user_or_group_creation_or_modification.toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> * Update rules/linux/persistence_user_or_group_creation_or_modification.toml --------- Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> (cherry picked from commit e5d08a2)
* [Rule Tuning] Updated setup guide * Update persistence_user_or_group_creation_or_modification.toml * Update rules/linux/persistence_user_or_group_creation_or_modification.toml Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> * Update rules/linux/persistence_user_or_group_creation_or_modification.toml --------- Co-authored-by: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> (cherry picked from commit e5d08a2)
Summary
Added setup guide instructions to this rule, to allow customers to more easily set up the necessary auditd rules.