Figured I’d keep a copy of this on here for the next time I need to do malware investigation.
- urlvoid.com – checks URL’s against lots of blacklists, emergingthreats, malwaredomainlist and zeustracker/etc…
- ipvoid.com – Same as above but for IP addresses
- support.clean-mx.de – Searches above databases and records logs of abuse claims. Useful as it can sometime give you extra URI’s for a host to comb your logs for. Also usefully… Continue reading
So the only reason I use windows is due to needing to use IE with some app tests, the rest is done from BackTrack.
At the GlosLUG meeting last night someone mentioned an automated script for installing IE6 under wine so I thought I would give it a go.
IEs 4 Linux uses wine and downloads everything else thats needed from Microsoft so things work great.
The first thing you… Continue reading
So I used a test script made by atom a while back to create a bit of code that outputs a hash for a given password. It didn’t support stdin so I thought I would update it, and here it is.
Note: Don’t copy/paste the code, instead get it from here: googlecode.com
#!/usr/bin/perl #__________________________________________________________ # Author: phillips321 contact through phillips321.co.uk # License: CC BY-SA 3.0 # Use:… Continue readingTo those not familiar with the world of NTFS. It offers a feature known as Alternate Data Streams which can allow a user to create hidden content attached to a file.
Typically generated using echo or type it normally requires a command prompt to get to generate these files or view the files.
However an alternative method in XP and 2K/2K3 series of operating systems was to add data to… Continue reading
So it was the same as any other usual Friday, 10pm I’m shattered after a particularly taxing week at work so laying in bed reading a book (the rock and roll lifestyle of a social pariah) when I get a text from a colleague
Dude, what are you doing this weekend? I’m just about to take part in a CTF, get online #corelan on freenode
A CTF? To those who… Continue reading