SUSP_JS_NPM_Sha1_Hulud_Nov25


Description

Detects suspicious indicators for Sha1 Hulud worm

Query · yara

strings:
      $x1 = "Sha1-Hulud:\\x"
      $x2 = "SHA1HULUD\"`"
   condition:
      filesize < 20MB
      and 1 of them
Raw source SUSP_JS_NPM_Sha1_Hulud_Nov25 · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule SUSP_JS_NPM_Sha1_Hulud_Nov25 {
   meta:
      description = "Detects suspicious indicators for Sha1 Hulud worm"
      author = "Marius Benthin"
      date = "2025-11-24"
      modified = "2025-12-15"
      reference = "https://www.aikido.dev/blog/shai-hulud-strikes-again-hitting-zapier-ensdomains"
      hash = "62ee164b9b306250c1172583f138c9614139264f889fa99614903c12755468d0"
      score = 70
      id = "511fa6ca-25fe-57d4-a910-277c92d65e4a"
   strings:
      $x1 = "Sha1-Hulud:\\x"
      $x2 = "SHA1HULUD\"`"
   condition:
      filesize < 20MB
      and 1 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.