SUSP_EXPL_Confluence_RCE_CVE_2021_26084_Indicators_Sep21
Description
Detects ELF binaries owner by the confluence user but outside usual confluence directories
Query · yara
condition:
uint32be(0) == 0x7f454c46 /* ELF binary */
and owner == "confluence"
and not filepath contains "/confluence/"