Hackers are developing new software that will help hide browser attack code from some types of security software.
The software, called VoMM (eVade o' Matic Module), uses a variety of techniques to mix up known exploit code so as to make
it unrecognizable to some types of antivirus software.
Using these techniques, VoMM "can create an endless number of variants of an exploit," said Aviv Raff, one of the developers
behind the project.
"It aims to provide several techniques out of the box to make browser exploits (mostly) undetectable," according to a blog
posting by one of the project's founders, a hacker going by the name of "LMH." That posting can be found here.
The software users server-side scripting technology to create new versions of the exploit code, which then get delivered to
browser users when they visit the attacker's Web site. By making a number of cosmetic changes to the code that do not affect
its functionality, VoMM creates a new version of the malicious software that cannot be detected by "signature-based" techniques.
Signature-based antivirus products analyze known malware and then create a digital fingerprint that allows the antivirus software
to identify malicious code. By adding extra components -- tabs and spaces, and random comments and variable names -- that
are not included in known signatures, VOMM creates software that can evade detection.
The VoMM code is expected to be included in a new module for the upcoming 3.0 version of the widely used Metasploit hacking
toolkit, Raff said. Metasploit developer HD Moore is also developing the VoMM software. Raff's blog posting on the project
can be found here.