Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Security

Antivirus 2.0: The Bouncer Approach


The antivirus model in use today is broken, largely because it's set up to block known malware and has no way of anticipating the nature of the next attack. The weakness of this blacklisting approach showed up in the last year as attackers developed faster, automated ways of launching malware variations that eluded unsuspecting defenses. Now being used is a "whitelisting" approach that acts like a nightclub bouncer working from a guest list. If you're not on the list, you're not getting in.

Successive, low-volume attacks last year struck targeted networks in waves. Each contained a slightly different version of a particular malware. The variants had to be individually identified and blocked, allowing malware writers to stay ahead of signature-based antivirus programs, according to a report by e-mail security vendors Proofpoint and Commtouch Software.

"No heuristic can block all of the variants, and by the time a signature is released, that particular outbreak has ended and several new variants have been released," the report says. "In 2006, the massive-variant viruses turned every hour of an attack into a zero hour."

Whitelisting defines up front the programs allowed to execute inside a corporate network and excludes everything else. It "puts the onus on the admins to know what things should be running in the enterprise," says Dennis Szerszen, marketing and product development VP at SecureWave, a maker of endpoint security software that uses whitelisting. "With whitelisting, there's no such thing as a zero-day attack."

MICROSOFT'S NOD

Microsoft has listed SecureWave's Sanctuary 4 software in the Windows Embedded for Point of Service catalog. This should give SecureWave traction in the retail and hospitality industries, where Windows Embedded for Point of Service is used to build and run software on a variety of devices, including smartphones and ATMs.

You Choose
Blacklisting
How it works: Checks apps against list of known malware; blocks matches

Downside: Attackers can develop malware variations faster than they are blacklisted
Whitelisting
How it works: Only allows apps designated as acceptable to execute within a network

Downside: You have to inventory systems so all necessary apps are included on list
Conventional antivirus systems are knowledge-based, so if the system doesn't recognize a piece of code as malware, it won't block it, says William Bell, director of security at CWIE Holding, an Internet service provider. "If you let in a virus or a piece of malware, it can run amok."

CWIE runs Sanctuary 4, which includes application and device control capabilities. This lets Bell control which apps run on the company's PCs and servers, as well as whether users can plug iPods or memory sticks into their computers.

While CWIE still runs antivirus software, the company doesn't use anti-spyware software. Because it's not whitelisted, "spyware can't run on our machines," Bell says.

First National Bank of Bosque County in Texas was able to drop antivirus protection from its desktops once it started using SecureWave's Sanctuary Application Control software; it still uses antivirus at the network gateway. "I don't like the existing antivirus model because it's like sitting around and waiting for the bad guys to shoot you," VP Brent Rickels says.

Whitelisting has its own challenges. A company has to identify all approved apps to ensure that legitimate software isn't blocked. The main argument against whitelisting is that it creates administrative overhead by forcing IT managers to inventory their systems so all approved devices and apps can be added to the lists. The whitelist also must take into account upgrades and patches.

Sanctuary works with automated patching systems like PatchLink and includes a utility tool that automatically updates the list with patches and upgrades once the user creates a baseline list of apps. "There's going to be some administrative overhead in terms of adding clients, applications, and patches," Bell says, "but the benefits are that rogue applications and devices can't run on your network." Maybe that's not such a bad trade-off.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.