diff options
| author | blotus | 2015-10-15 18:08:59 +0200 |
|---|---|---|
| committer | blotus | 2015-10-15 18:08:59 +0200 |
| commit | ce0439f3181e3014451c7bb04afa7ecc4a31a3dd (patch) | |
| tree | 2e235aab46415200607caed2b43fbb2bcb58b1ff | |
| parent | 2773cdee68438a943765d02471d452449567fd40 (diff) | |
| parent | 0e7023de422ee667ad1ab9bb878658efb8840fb8 (diff) | |
Merge pull request #12 from jvoisin/patch-1
Fix #11
| -rw-r--r-- | malwares.yara | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malwares.yara b/malwares.yara index 1263b39..c901d06 100644 --- a/malwares.yara +++ b/malwares.yara | |||
| @@ -85,6 +85,7 @@ private rule hex | |||
| 85 | $exec = "\\x65\\x78\\x65\\x63" nocase | 85 | $exec = "\\x65\\x78\\x65\\x63" nocase |
| 86 | $system = "\\x73\\x79\\x73\\x74\\x65\\x6d" nocase | 86 | $system = "\\x73\\x79\\x73\\x74\\x65\\x6d" nocase |
| 87 | $preg_replace = "\\x70\\x72\\x65\\x67\\x5f\\x72\\x65\\x70\\x6c\\x61\\x63\\x65" nocase | 87 | $preg_replace = "\\x70\\x72\\x65\\x67\\x5f\\x72\\x65\\x70\\x6c\\x61\\x63\\x65" nocase |
| 88 | $http_user_agent = "\\x48\\124\\x54\\120\\x5f\\125\\x53\\105\\x52\\137\\x41\\107\\x45\\116\\x54" nocase | ||
| 88 | 89 | ||
| 89 | condition: | 90 | condition: |
| 90 | any of them | 91 | any of them |
