Skip to content

Commit

Permalink
Add filesize check
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jun 30, 2015
1 parent 77e5a33 commit 97b6069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malwares.yara
Expand Up @@ -21,7 +21,7 @@ private rule IsPhp
$xml = "<?xml"
condition:
$php and not $xml
$php and not $xml and filesize < 5MB
}

private rule IRC
Expand Down

0 comments on commit 97b6069

Please sign in to comment.