Something about SPAM
Today, we were able to identify an infected system, validating email adresses before sending out some few SPAM messages. This behaviour is probably nothing new, but i haven't seen it before.
So what the infected machine does, it connects to a single mailserver, in this case it was yahoo mail and inititates the email sending process.That means, it sends MAIL FROM with a random address followed by 3-7 random recipients (RCPT TO). For each recipient the mailserver returns either OK or not. Afterwards the infected hosts sends a RSET to reset the the mail process and starts from the beginning.
Thus, traffic looks like this:
- -> MAIL FROM:<Juana_Blanco@stny.rr.com>
- -> RCPT TO:<dbrant_07@yahoo.com>
- <- 250 recipient <dbrant_07@yahoo.com> ok
- -> RCPT TO:<dbpoet1969@yahoo.com>
- <- 250 recipient <dbpoet1969@yahoo.com> ok
- [...]
- -> RSET
- <- 250 reset ok
- -> MAIL FROM:<OdessaHutchins89@catcha.com>
- [...]