Add Java compatibility note

Signed-off-by: joon <pirxthepilot@users.noreply.github.com>
This commit is contained in:
joon 2022-06-07 23:18:24 -07:00 committed by poiana
parent 583ac4192c
commit 625201f9f6

View File

@ -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)