This is an old problem. Fortunately there aren't a lot of hostile files going out in ZIP files right now, but a couple years ago it was bad enough that I actually DID block ZIP files because only one in about 30 or 40 was legit. At that time I was using a different filtering system, and when a legitimate one was blocked (by my firewall gateway) I merely pulled it out of quarantine.
It would be worth an RFE to scan for file extensions inside of zip files, although I don't know how complex that is from a programming standpoint--there I'll have to defer to the developers. Right now the file extension filter is a simple, one-level affair.
But in the meantime, there are two very simple workarounds you can use if you choose to block all ZIP files:
- Have your users implement an alternative compression format for archives--LZH is a good one but there are many. You will find that most of the major archiving programs, including the free ones, will allow more than one file format.
- Have them continue to use ZIP but rename the extension to something like ZIM, and then train your people to take ZIM files and rename them to ZIP to open them.
Neither is perfect, I'll grant, but they accomplish the security goal that I sense you may be after.