Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do zombies send mail?

Tags:

email

smtp

botnet

I always wondered the following: how do infected computers send emails? I read all the stories of large botnets sending 1-2 billion emails a day. When I use the SMTP server of my ISP and I try to send my newsletter to less then 100 people my ISPs SMTP server blocks. I tried to do this by multiple friends (with all different ISPs) and it was all the same. But how can these bonnets produce such a large volume of email when I cant even send 100?

Thanks in advance, Jori.

like image 546
Jori Avatar asked Nov 03 '22 21:11

Jori


1 Answers

They are not trying to abuse the system, they only sent small amount of mail. But if you have (just an unreallistic example) 10k computers infected, each sending 25 mails every hours. You end up with 10k * 25 * 24 = 6 000 000 mail/day.

After that, you just have to scale that 3 numbers and you can have a massive spam bot. You can take a look at this article in wikipedia for example of sizes and capacities.

like image 168
Mualig Avatar answered Nov 09 '22 10:11

Mualig