Commit 942de97 1 parent 4deb6a7 commit 942de97 Copy full SHA for 942de97
File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
creation_date = " 2023/06/09"
3
3
integration = [" endpoint" ]
4
4
maturity = " production"
5
- updated_date = " 2025/02/03 "
5
+ updated_date = " 2025/03/11 "
6
6
7
7
[transform ]
8
8
[[transform .osquery ]]
@@ -160,17 +160,20 @@ tags = [
160
160
]
161
161
timestamp_override = " event.ingested"
162
162
type = " new_terms"
163
-
164
163
query = '''
165
- host.os.type:linux and event.action:(creation or file_create_event or file_rename_event or rename) and
166
- file.path:(/dev/shm/* or /usr/lib/*) and file.extension:so and process.name:* and not (
164
+ host.os.type:"linux" and event.action:("creation" or "file_create_event" or "file_rename_event" or "rename" or "file_write_event") and
165
+ (file.extension:"so" or file.name:*.so.*) and
166
+ file.path:(
167
+ /dev/shm/* or /usr/lib/* or /usr/lib64/* or /usr/local/lib/* or /usr/local/lib64/* or /lib/x86_64-linux-gnu/* or
168
+ /usr/lib/x86_64-linux-gnu/* or /lib/i386-linux-gnu/* or /usr/lib/i386-linux-gnu/* or /lib/* or /lib64/*
169
+ ) and not (
167
170
process.name:(
168
171
"dockerd" or "dpkg" or "rpm" or "snapd" or "yum" or "vmis-launcher" or "pacman" or "apt-get" or "dnf" or "podman" or
169
172
platform-python* or "dnf-automatic" or "unattended-upgrade" or "apk" or "snap-update-ns" or "install" or "exe" or
170
- "systemd" or "root" or "sshd" or "pip" or "jlink" or python* or "update-alternatives" or pip* or
171
- "installer.bin.inst" or "uninstall-bin" or "linux_agent.inst" or crio or ssm-agent-worker or packagekitd
173
+ "systemd" or "root" or "sshd" or "pip" or "jlink" or python* or "update-alternatives" or pip* or "crio" or
174
+ "ssm-agent-worker" or " packagekitd"
172
175
) or
173
- (process.name:vmware-install.pl and file.path:/usr/lib/vmware-tools/*) or
176
+ (process.name:" vmware-install.pl" and file.path:/usr/lib/vmware-tools/*) or
174
177
process.executable : (/dev/fd/* or "/" or "/kaniko/executor" or "/usr/bin/buildah")
175
178
)
176
179
'''
You can’t perform that action at this time.
0 commit comments