Skip to content

Commit 0f0f16b

Browse files
authored
[Rule Tuning] D-Bus Service Created (#5076)
1 parent 3750827 commit 0f0f16b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rules/linux/persistence_dbus_service_creation.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/01/16"
33
integration = ["endpoint", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2025/03/20"
5+
updated_date = "2025/09/09"
66

77
[rule]
88
author = ["Elastic"]
@@ -117,7 +117,6 @@ file.extension in ("service", "conf") and file.path like~ (
117117
"/usr/sbin/sshd", "/usr/bin/gitlab-runner", "/opt/gitlab/embedded/bin/ruby", "/usr/sbin/gdm", "/usr/bin/install",
118118
"/usr/local/manageengine/uems_agent/bin/dcregister"
119119
) or
120-
file.Ext.original.extension == "dpkg-new" or
121120
process.executable : (
122121
"/nix/store/*", "/var/lib/dpkg/*", "/tmp/vmis.*", "/snap/*", "/dev/fd/*", "/usr/lib/virtualbox/*"
123122
) or

0 commit comments

Comments
 (0)