PoS_Malware_MalumPOS_Config


Description

MalumPOS Config File

Query · yara

strings:
      $s1 = "[PARAMS]"
      $s2 = "Name="
      $s3 = "InterfacesIP="
      $s4 = "Port="
   condition:
      all of ($s*) and filename == "log.ini" and filesize < 20KB
Raw source PoS_Malware_MalumPOS_Config · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule PoS_Malware_MalumPOS_Config {
   meta:
      license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
      author = "Florian Roth (Nextron Systems)"
      date = "2015-06-25"
      description = "MalumPOS Config File"
      reference = "http://blog.trendmicro.com/trendlabs-security-intelligence/trend-micro-discovers-malumpos-targets-hotels-and-other-us-industries/"
      id = "0fd2b9c2-d016-5db2-8fcc-618df6c815de"
   strings:
      $s1 = "[PARAMS]"
      $s2 = "Name="
      $s3 = "InterfacesIP="
      $s4 = "Port="
   condition:
      all of ($s*) and filename == "log.ini" and filesize < 20KB
}

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.