Category

Security

19 articles in this category

Disable “Run” Command via GPO

May 26, 2026 3 min read

Want an easy way to harden your workstations? Disable the Run box for standard users. It’s a classic, straightforward restriction that stops curious users and particular basic social…

Enumerate SSL Ciphers Using nmap

June 6, 2022 1 min read

A quick method to scan your network and enumerate the SSL Ciphers in use on systems is with nmap. nmap --script ssl-enum-ciphers -p 443 192.168.0.1/24 This will scan…

CPU-miner Installed via Windows OS Vulnerability

April 27, 2017 1 min read

I have triaged a handful of Windows servers this week that started out being ticketed as high CPU / performance issues. Upon investigation, I have found XMR cryptocurrency…

Fail2ban + fail2sql + Ban Hammer + PHP7

April 26, 2017 1 min read

I recently revisited a project from some time ago that I found and modified the code to support PHP7 which dropped support for mysql extension in favor of mysqli.

Part 1: Analysis of a WordPress Malware

December 9, 2016 3 min read

I had some time at lunch to kill, so I decided to see how Malware techniques were improving in the land of WordPress and free premium theme download…

CryptoLocker Database Search

November 29, 2016 2 min read

I found the database dump of the CryptoLocker release from May 30, 2015 by the ransomware's author.  I decided to put it into a database and make a…

GPO to block regsvr32 AppLocker Bypass Vulnerability

April 27, 2016 3 min read

A recently discovered method of bypassing AppLocker by using regsvr32.exe, poses a threat to users on Windows 7, 8/8.1, and 10 (Professional or Enterprise editions).  To work around…

Crypto Ransomware CTB-Locker (Critroni.A)

July 22, 2014 2 min read

Move over CryptoLocker, there's a newer and meaner kid on the block. CTB-Locker, or Curve-Tor-Bitcoin Locker, makes use of the Tor ((Tor is free software and an open…

Disqus WordPress Plugin Vulnerability

June 30, 2014 1 min read

A vulnerability has been discovered in the Disqus plugin for WordPress allowing for Remote Code Execution. The Disqus plugin is used on nearly 2 million WordPress blogs. Who is…

CryptoLocker Software Restriction Policies

May 27, 2014 2 min read

Identification of Cryptolocker Location of CryptoLocker binaries: %AppData%<random>.exe %LocalAppData%<random>.exe If the malware has executed, one or more of the following registry keys will be present: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun CryptoLocker HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun…