Skip to content

A regex based YARA rule set to hunt complex obfuscations in PHP files

License

Notifications You must be signed in to change notification settings

gil121983/obfuscatedPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation


obfuscatedPHP

A fast and simple YARA rules set, Using complex regex patterns for catching obfuscated and suspicious PHP function calls combinations that are hidden as bitwise operations or string manipulations.

For example :

This combination is highly common in malicious files. Using a concatenated funcion name (assert) with argument like $POST, while containg the concatenated function name in variable ($) makes it harder to detect. Here comes the power of regex.

Author: Gil Stolar (Secopx LTD)

About

A regex based YARA rule set to hunt complex obfuscations in PHP files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages