-
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
[Tuning] Linux DR Tuning - Part 10 #3462
Conversation
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.
Query needs to be corrected. Unit tests are failing!
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.
LGTM
(process.executable : ( | ||
"*/dpkg", "*/yum", "*/apt", "*/dnf", "*/rpm", "*/systemd", "*/snapd", | ||
"*/dnf-automatic","*/yum-cron", "*/elastic-agent", "*/dnfdaemon-system", | ||
"*/bin/dockerd", "*/sbin/dockerd", "/kaniko/executor", "/usr/sbin/rhn_check" | ||
(process.name : ( | ||
"chef-client", "ruby", "pacman", "packagekitd", "python*", "platform-python", "dpkg", "yum", "apt", "dnf", "rpm", | ||
"systemd", "snapd", "dnf-automatic", "yum-cron", "elastic-agent", "dnfdaemon-system", "dockerd", "executor", | ||
"rhn_check" |
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.
Awesome!
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> Removed changes from: - rules/linux/persistence_init_d_file_creation.toml (selectively cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> Removed changes from: - rules/linux/persistence_init_d_file_creation.toml (selectively cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> Removed changes from: - rules/linux/persistence_init_d_file_creation.toml (selectively cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
* [Tuning] Linux DR Tuning - Part 10 * updated_date bump * Update persistence_kworker_file_creation.toml * Update persistence_linux_backdoor_user_creation.toml --------- Co-authored-by: Colson Wilhoit <48036388+DefSecSentinel@users.noreply.github.com> (cherry picked from commit a76a375)
Summary
Part 10 of the Linux DR tuning. Besides regular rule tuning, this PR added compatibility with additional data sources where possible, added correct tags/indices, fixed formatting, and checked for potential rule performance increases.