Image spam
Image spam is a big problem. It is a problem for our clients who rightly complain about the amount of image spam, mostly pump and dump scams, making it through.
And its a big problem for GFI, specifically, me. Catching such spam is damn hard. We have MailEssentials installed, obviously, and the Bayesian filter catches a significant amount of this kind of spam.
The problem with image spam is that its very hard to check for. We can just block all spam containing gif files. But clients would complain because of the false-positives and spammers can always use jpgs of which I am seeing increasing numbers. As most people email photos in jpg format blocking this format too is unthinkable.
OCR’ing the image is out of the question; CPU intensive and trivial to bypass.
Hashing the image is trivial to evade. Even fuzzy hashing algorithms can be evaded without too much trouble.
Etc, etc…
Due to the difficulties we couldn’t just release some half-baked solution to clients. It would be a pain to rev MailEssentials each time spammers change something in image spam.
For the record we are testing internally a couple of ideas; they are promising and keep false-positives low. We’ll try to have something public next week.
The last few months things were getting boring in the spam field (which is how we like it) but this pump ‘n dump epidemic is making things, er… interesting again.