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/"
Raw source SUSP_EXPL_Confluence_RCE_CVE_2021_26084_Indicators_Sep21 · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule SUSP_EXPL_Confluence_RCE_CVE_2021_26084_Indicators_Sep21 {
   meta:
      description = "Detects ELF binaries owner by the confluence user but outside usual confluence directories"
      author = "Florian Roth (Nextron Systems)"
      reference = "https://attackerkb.com/topics/Eu74wdMbEL/cve-2021-26084-confluence-server-ognl-injection/rapid7-analysis"
      date = "2021-09-01"
      score = 55
      id = "395d37ea-1986-5fdd-b58c-562ae0d8be35"
   condition:
      uint32be(0) == 0x7f454c46  /* ELF binary */
      and owner == "confluence"
      and not filepath contains "/confluence/"
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.