diff options
| -rw-r--r-- | malwares.yara | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malwares.yara b/malwares.yara index 7167708..ee6ea07 100644 --- a/malwares.yara +++ b/malwares.yara | |||
| @@ -65,6 +65,7 @@ rule ObfuscatedPhp | |||
| 65 | $c99_launcher = /;\$\w+\(\$\w+(,\s?\$\w+)+\);/ // http://bartblaze.blogspot.fr/2015/03/c99shell-not-dead.html | 65 | $c99_launcher = /;\$\w+\(\$\w+(,\s?\$\w+)+\);/ // http://bartblaze.blogspot.fr/2015/03/c99shell-not-dead.html |
| 66 | $strange_arg = /\${\$[0-9a-zA-z]+}/ | 66 | $strange_arg = /\${\$[0-9a-zA-z]+}/ |
| 67 | $too_many_chr = /(chr\([\d]+\)\.){2,}/ | 67 | $too_many_chr = /(chr\([\d]+\)\.){2,}/ |
| 68 | $many_comments = /\/\*.{,28}\*\/[^\/]*\/\*/ // Something like as/* */ser/* */t | ||
| 68 | condition: | 69 | condition: |
| 69 | any of them and not IsWhitelisted | 70 | any of them and not IsWhitelisted |
| 70 | } | 71 | } |
