summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--malwares.yara1
1 files changed, 1 insertions, 0 deletions
diff --git a/malwares.yara b/malwares.yara
index 2aea966..1263b39 100644
--- a/malwares.yara
+++ b/malwares.yara
@@ -146,6 +146,7 @@ rule DangerousPhp
146 $ = "xmlrpc_decode" fullword 146 $ = "xmlrpc_decode" fullword
147 $ = "show_source" fullword 147 $ = "show_source" fullword
148 $ = "pcntl_exec" fullword 148 $ = "pcntl_exec" fullword
149 $ = "array_filter" fullword
149 150
150 $whitelist = /escapeshellcmd|escapeshellarg/ 151 $whitelist = /escapeshellcmd|escapeshellarg/
151 152