mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-21 20:22:11 +00:00
Compare commits
6 Commits
embed-lua-
...
rules-fp-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7c7a9b12d | ||
|
|
e01f96f3cf | ||
|
|
a637523ac9 | ||
|
|
ff78f26b93 | ||
|
|
5dda4ae3d7 | ||
|
|
0031f3944d |
@@ -706,8 +706,9 @@
|
||||
condition: >
|
||||
proc.name = "exe"
|
||||
and (proc.cmdline contains "/var/lib/docker"
|
||||
or proc.cmdline contains "/var/run/docker")
|
||||
and proc.pname in (dockerd, docker, dockerd-current, docker-current)
|
||||
or proc.cmdline contains "/var/run/docker"
|
||||
or proc.cmdline contains "/var/lib/containers")
|
||||
and proc.pname in (dockerd, docker, dockerd-current, docker-current, crio)
|
||||
|
||||
- macro: python_running_get_pip
|
||||
condition: (proc.cmdline startswith "python get-pip.py")
|
||||
@@ -1508,6 +1509,7 @@
|
||||
comps: in
|
||||
values: [sysdigcloud_binaries, sysdig, calico, oci-umount,
|
||||
cilium-cni, network_plugin_binaries,
|
||||
oneagenthelper,
|
||||
user_known_change_thread_namespace_binaries]
|
||||
- name: container_proc_name
|
||||
fields: [container.id, proc.name]
|
||||
@@ -1537,6 +1539,8 @@
|
||||
- [[rancher-bridge], "rancher/network-manager"]
|
||||
- [[calico-node], "calico/node"]
|
||||
- [[scope], "weaveworks/scope"]
|
||||
- [[nsenter], "quay.io/cilium/startup-script"]
|
||||
- [[java], "docker.io/sysdig/agent"]
|
||||
output: >
|
||||
Namespace change (setns) by unexpected program (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline
|
||||
parent=%proc.pname %container.info container_id=%container.id image=%container.image.repository:%container.image.tag)
|
||||
@@ -2417,6 +2421,8 @@
|
||||
- name: proc_name_image_suffix
|
||||
fields: [proc.name, container.image.repository]
|
||||
comps: [in, endswith]
|
||||
values:
|
||||
- [[rpm], quay.io/sysdig/node-image-analyzer]
|
||||
output: >
|
||||
Package management process launched in container (user=%user.name user_loginuid=%user.loginuid
|
||||
command=%proc.cmdline container_id=%container.id container_name=%container.name image=%container.image.repository:%container.image.tag)
|
||||
@@ -2553,6 +2559,7 @@
|
||||
- ["fluent/fluentd-kubernetes-daemonset"]
|
||||
- ["openshift3/ose-logging-fluentd"]
|
||||
- ["containernetworking/azure-npm"]
|
||||
- ["registry.redhat.io/openshift4/ose-logging-fluentd"]
|
||||
output: >
|
||||
Log files were tampered (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline file=%fd.name container_id=%container.id image=%container.image.repository)
|
||||
priority:
|
||||
|
||||
Reference in New Issue
Block a user