index
:
php-malware-finder
master
migrate-ci
Detect potentially malicious PHP files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malwares.yara
(
follow
)
Age
Commit message (
Collapse
)
Author
2015-10-29
reorganized git repo
Julien "shaddai" Reveret
2015-10-29
Add some more rules
jvoisin
2015-10-29
Add some more dodgy functions
jvoisin
2015-10-29
Add `pack` to the list
jvoisin
2015-10-15
Fix #11
jvoisin
This is a bit hackish, but I can't manage to find a more elegant way to do it.
2015-07-13
Add a match on `array_filter`
jvoisin
2015-07-10
Whitelist also works for keywords
jvoisin
2015-07-09
Simplify the php rule
jvoisin
2015-07-09
Add some Magento whitelists
jvoisin
2015-07-09
Split the whitelist in another file
jvoisin
2015-07-09
Add whitelist for wordpress 3.2.1
jvoisin
2015-07-09
Add a whitelist for wordpress 3.5.1
jvoisin
2015-07-09
Use anonymous strings where it makes sense to do so.
jvoisin
2015-07-09
make IsPhp a global rule
jvoisin
2015-07-09
Add a whitelist system
jvoisin
2015-07-03
`assert` can be dodgy too
jvoisin
2015-06-30
Add filesize check
jvoisin
2015-06-30
Simplify a bit the rules
jvoisin
2015-06-30
Replace the $__ rule with the $___ one.
jvoisin
2015-06-25
What about moar spaces?
jvoisin
2015-05-22
Remove a duplicate rule, and make another more generic
jvoisin
2015-05-22
Fix a mistake
jvoisin
2015-05-21
Remove a slow-and-false-positives-generating rule
jvoisin
2015-05-21
Speed up a rule
jvoisin
2015-05-13
Add onemore rule
Julien (jvoisin) Voisin
2015-05-07
Add two doggy functions
Julien (jvoisin) Voisin
2015-04-23
Add a rule for dodgy variables
Julien Voisin
2015-04-17
Small performance enhancement
Julien Voisin
2015-04-17
Ajout de sites dodgy
Julien Voisin
2015-04-17
Better detection of obvious preg_replace-powered execution
Julien Voisin
2015-04-15
Ajout de sites DANGEROUS
Julien Voisin
Et hotfix de la detection des preg_replace
2015-04-13
Improve detection of Danone malwares
Julien Voisin
2015-04-08
Small performances improvement
Julien Voisin
2015-04-02
Improves detection of preg_replace-base payloads
Julien Voisin
2015-03-24
Add some encoding rules, and remove some false-positives
Julien Voisin
2015-03-09
Delete binary detection
Julien Voisin
2015-03-09
More obfuscator detection
Julien Voisin
2015-03-05
Update rules to detect packers
Julien Voisin
2015-03-05
Yara is cooler than Python
Julien Voisin