Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
adding custom.yar for user own webapp(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien "shaddai" Reveret committed Jul 29, 2016
1 parent 1003fba commit 6cf5148
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions php-malware-finder/whitelist.yar
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ include "whitelists/symfony.yar"
include "whitelists/phpmyadmin.yar"
include "whitelists/magento2.yar"
include "whitelists/prestashop.yar"
include "whitelists/custom.yar"


private rule Magento : ECommerce
Expand Down
15 changes: 15 additions & 0 deletions php-malware-finder/whitelists/custom.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* Add your own rules here */
import "hash"

/* remove me if you add rules
private rule Custom : Blog
{
meta:
generated = "2016-07-28T09:50:53.795037"
condition:
/* my own webapp 0.42 */
hash.sha1(0, filesize) == "deadbeaf"
}

remove me if you add rules */

0 comments on commit 6cf5148

Please sign in to comment.