Skip to content

Commit

Permalink
Merge pull request #4 from wireghoul/patch-1
Browse files Browse the repository at this point in the history
Update php.yar
  • Loading branch information
wargio committed Jan 17, 2021
2 parents 5a7f130 + 2c578c4 commit 7d1b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-malware-finder/php.yar
Expand Up @@ -313,6 +313,7 @@ rule DodgyStrings
$ = "kernel32.dll" fullword nocase
$ = "kingdefacer" nocase
$ = "Wireghoul" nocase fullword
$ = "htshell" nocase fullword
$ = "LD_PRELOAD" fullword
$ = "libpcprofile" // CVE-2010-3856 local root
$ = "locus7s" nocase
Expand Down Expand Up @@ -375,4 +376,3 @@ rule Websites
condition:
(any of them) and not IsWhitelisted
}

0 comments on commit 7d1b78f

Please sign in to comment.