Category Archives: Programming

Pulling apart Rig Exploit Kit

In the last post, A look at a cross bred Neutrino EK–Rig EK Flash file we see where the two exploit kits were merged into one. This one is pure Rig and looks the same on the surface as other … Continue reading

Posted in Malware, Networking, Programming, security | Tagged , | 1 Comment

Pulling apart Neutrino EK

I’ve spent the last few days going from top to bottom of 3 different Neutrino EK infections. The one I will show here is from Broad Analysis @BroadAnalysis  from their site http://www.broadanalysis.com/2016/08/08/new-c2-neutrino-exploit-kit-via-pseudodarkleech-hopto-org-gate-delivers-crypmic-ransomware/ You can download the pcap of the traffic … Continue reading

Posted in Malware, Programming | Tagged , , | 2 Comments

Decoding Angler Exploit Kit

After my last post Some data on Angler Exploit Kit I had received a request to write up a tutorial on decoding the Angler EK.  The Question is where to start ? Since they seem to be on vacation or … Continue reading

Posted in Malware, Programming, security | Tagged , , | Comments Off on Decoding Angler Exploit Kit

How Does JavaScript Right Shift Zero Fill Work

I have converted several online Classic cipher tools from Java Script, Python, C, and C++ to VB.Net for some of my projects. I will at times create small projects to get a better understanding of how a certain function works … Continue reading

Posted in Programming | Tagged | Comments Off on How Does JavaScript Right Shift Zero Fill Work

Strong Type Gen – MgmtClassGen.exe Command Line Builder

This is a program I completed 10/16/2011 and I believe is finally ready for prime time. Those that use the MgmtClassGen.exe tool should find this program very handy for creating the strong type classes quickly. Before any selections or locations … Continue reading

Posted in CodeProject, Programming, Programming Tools, VB.net | Tagged , , , | Comments Off on Strong Type Gen – MgmtClassGen.exe Command Line Builder