Skip to content

Commit

Permalink
[plugin_strings] Added a better rule for VMware detection through VMX…
Browse files Browse the repository at this point in the history
…h magic value.
  • Loading branch information
JusticeRage committed Jan 24, 2020
1 parent 6874d50 commit 69be7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yara_rules/suspicious_strings.yara
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ rule VMWare_Detection : AntiVM
author = "Cuckoo project"

strings:
$a0 = "VMXh"
$a0 = { BA 58 56 00 00 ED 81 FB 68 58 4D 56 } // mov edx, 'VX'; in eax, dx; cmp ebx, 'VMXh'
$a1 = "vmware" nocase wide ascii
$vmware4 = "hgfs.sys" nocase wide ascii
$vmware5 = "mhgfs.sys" nocase wide ascii
Expand Down

0 comments on commit 69be7c7

Please sign in to comment.