mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-16 05:13:50 +00:00
Add Java compatibility note
Signed-off-by: joon <pirxthepilot@users.noreply.github.com>
This commit is contained in:
parent
583ac4192c
commit
625201f9f6
@ -3179,6 +3179,7 @@
|
||||
tags: [container, mitre_privilege_escalation, mitre_lateral_movement]
|
||||
|
||||
# Rule for detecting potential Log4Shell (CVE-2021-44228) exploitation
|
||||
# Note: Not compatible with Java 17+, which uses read() syscalls
|
||||
- macro: java_network_read
|
||||
condition: (evt.type=recvfrom and fd.type in (ipv4, ipv6) and proc.name=java)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user