Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 573 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 573 Bytes

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)