Disclosed_0day_POCs_shellcodegenerator


Description

Detects POC code from disclosed 0day hacktool set

Query · yara

strings:
      $x1 = "\\Release\\shellcodegenerator.pdb" ascii
   condition:
      (uint16(0) == 0x5a4d and filesize < 40KB and all of them)
Raw source Disclosed_0day_POCs_shellcodegenerator · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule Disclosed_0day_POCs_shellcodegenerator {
   meta:
      description = "Detects POC code from disclosed 0day hacktool set"
      license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
      author = "Florian Roth (Nextron Systems)"
      reference = "Disclosed 0day Repos"
      date = "2017-07-07"
      hash1 = "55c4073bf8d38df7d392aebf9aed2304109d92229971ffac6e1c448986a87916"
      id = "49250cbe-7bbd-5462-9324-1a8f350386f3"
   strings:
      $x1 = "\\Release\\shellcodegenerator.pdb" ascii
   condition:
      (uint16(0) == 0x5a4d and filesize < 40KB 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.