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