Why exploit kits are expensive and why that's NOT okay! 02-05-2014, 05:52 AM
#1
Not a tutorial | a wall of text
Okay, so anyone familiar with botnets most likely knows what an exploit kit is. For those of you who don't know, its a web system that you setup on a server and you pwn a bunch of sites, iframe the server, and when people go to the pwn'd sites, the exploit kit does its *magic* and a percentage of those people get infected with your malice. How do these work? Basically, the exploit kit will contain a bunch of local exploits, for example a game with a buffer overflow vulnerability. It will attempt to check if you have these programs installed, and then attempt to exploit them. Now, with modern security, the user will still need to confirm to open the app, but that can be masked. Making these kits isn't the easiest thing, but anyone who really wants to can scrape exploit-db, and implement this in an exploit kit. The only thing that makes these expensive are 0days used and that's understandable, but keep in mind, you can have decent results with public exploits.
I'm sure that this is not 100% correct, and w00t will probably comment on the things wrong in fact I hope he does.
Okay, so anyone familiar with botnets most likely knows what an exploit kit is. For those of you who don't know, its a web system that you setup on a server and you pwn a bunch of sites, iframe the server, and when people go to the pwn'd sites, the exploit kit does its *magic* and a percentage of those people get infected with your malice. How do these work? Basically, the exploit kit will contain a bunch of local exploits, for example a game with a buffer overflow vulnerability. It will attempt to check if you have these programs installed, and then attempt to exploit them. Now, with modern security, the user will still need to confirm to open the app, but that can be masked. Making these kits isn't the easiest thing, but anyone who really wants to can scrape exploit-db, and implement this in an exploit kit. The only thing that makes these expensive are 0days used and that's understandable, but keep in mind, you can have decent results with public exploits.
I'm sure that this is not 100% correct, and w00t will probably comment on the things wrong in fact I hope he does.
#MakeSinisterlySexyAgain