SecurityXploded_Producer_String


Description

Detects hacktools by SecurityXploded

Query · yara

strings:
      $x1 = "http://securityxploded.com" fullword ascii
   condition:
      (uint16(0) == 0x5a4d and all of them)
Raw source SecurityXploded_Producer_String · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule SecurityXploded_Producer_String {
   meta:
      description = "Detects hacktools by SecurityXploded"
      license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
      author = "Florian Roth (Nextron Systems)"
      reference = "http://securityxploded.com/browser-password-dump.php"
      date = "2017-07-13"
      score = 60
      hash1 = "d57847db5458acabc87daee6f30173348ac5956eb25e6b845636e25f5a56ac59"
      id = "739c4ba1-5126-51cc-a2dd-cdac2737e29a"
   strings:
      $x1 = "http://securityxploded.com" fullword ascii
   condition:
      (uint16(0) == 0x5a4d 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.