MAL_APT_NK_Andariel_ELF_Backdoor_Fipps


Description

Detects a Linux backdoor named Fipps used by Andariel

Query · yara

strings:
      $a = "found mac address"
      $b = "RecvThread"
      $c = "OpenSSL-1.0.0-fipps"
      $d = "Disconnected!"
   condition:
      uint32(0) == 0x464c457f
      and all of them
Raw source MAL_APT_NK_Andariel_ELF_Backdoor_Fipps · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule MAL_APT_NK_Andariel_ELF_Backdoor_Fipps {
   meta:
      author = "CISA.gov"
      description = "Detects a Linux backdoor named Fipps used by Andariel"
      reference = "https://www.cisa.gov/news-events/cybersecurity-advisories/aa24-207a"
      date = "2024-07-25"
      score = 80
      id = "040bca78-8b7e-5397-8a2b-1ddeed59eea3"
   strings:
      $a = "found mac address"
      $b = "RecvThread"
      $c = "OpenSSL-1.0.0-fipps"
      $d = "Disconnected!"
   condition:
      uint32(0) == 0x464c457f
      and all of them
}

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.