Skip to content

Commit

Permalink
Added back Wireghoul
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 17, 2021
1 parent 92a74b3 commit 2c578c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-malware-finder/php.yar
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ rule DodgyStrings
$ = "ipconfig" fullword nocase
$ = "kernel32.dll" fullword nocase
$ = "kingdefacer" nocase
$ = "Wireghoul" nocase fullword
$ = "htshell" nocase fullword
$ = "LD_PRELOAD" fullword
$ = "libpcprofile" // CVE-2010-3856 local root
Expand Down Expand Up @@ -375,4 +376,3 @@ rule Websites
condition:
(any of them) and not IsWhitelisted
}

0 comments on commit 2c578c4

Please sign in to comment.