Falco high stable other
Privileged Container Device Access
Detects container processes accessing raw block devices, which could be used to escape container isolation by directly reading or writing to host storage. This technique allows attackers to access the host filesystem, modify system files, or extract sensitive data even without traditional container escape. Requires the container to have privileged access or specific device permissions. Override user_known_privileged_device_access for legitimate storage operations.
Detection Logic
(open_read or open_write) and container and (fd.name startswith /dev/sd or
fd.name startswith /dev/nvme or
fd.name startswith /dev/vd or
fd.name startswith /dev/xvd or
fd.name = /dev/mem or
fd.name = /dev/kmem)
and not user_known_privileged_device_access Field Validations
Loading…
Comments (0)
Loading comments...