Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

malware IP blacklist project for fun, c++

c0ldshadow

LPF Founder / Admin
Staff member
LPF Site Supporter
Joined
Mar 17, 2006
Messages
2,863
Points
113
http://laserpointerforums.com/deeptide.htm

goal is to download & extract all IPs associated w/ malware from Malware Domain List

prob has some off by one bugs, i haven't coded c++ in a bit

also going to try and pull IPs of ZeuS C&C servers from https://zeustracker.abuse.ch/

also build list of hashes of bad files too

the prog will eventually do these:


detect for new files on system w/ hashes matching those of Zeus bots
scan network traffic for attempts to access zeus servers and other malware servers from MDL


if anyone sees bugs or better way to do what already is here plz let me know... there are prob better ways to code this lol... if u see bug or improvement plz do let me know=)
 





Joined
Nov 22, 2008
Messages
1,506
Points
48
If this isn't a stupid question, why not just use WGET instead of download_file for cleanliness and simplicity of code?
 

c0ldshadow

LPF Founder / Admin
Staff member
LPF Site Supporter
Joined
Mar 17, 2006
Messages
2,863
Points
113
yeah that would be a lot more clean and simple... just wanted to try and use winsock2 since it would be more interesting, more to learn w/ it and stuff to explore
 




Top