<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: infrastructures]]></title>
    <link>http://securityratty.com/tag/infrastructures</link>
    <description></description>
    <pubDate>Mon, 05 May 2008 09:00:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[File Integrity Monitoring: Secure Your Virtual and Physical IT Environments]]></title>
      <link>http://securityratty.com/article/f25697c6547acff1ffe2bf8a0039f459</link>
      <guid>http://securityratty.com/article/f25697c6547acff1ffe2bf8a0039f459</guid>
      <description><![CDATA[Source: Tripwire) Looking for a File Integrity Monitoring Solution? With the numerous servers, devices and applications organizations rely on to support their everyday business, outages and security...]]></description>
      <content:encoded><![CDATA[<b>(Source: Tripwire)</b>  Looking for a File Integrity Monitoring Solution? With the numerous servers, devices and applications organizations rely on to support their everyday business, outages and security breaches due to poor IT configurations are unacceptable. In addition, many organizations must now prove compliance with standards like PCI DSS designed to protect systems and sensitive data. File integrity monitoring solutions minimize security risk resulting from undesirable configuration change by monitoring, detecting, and reconciling changes to key files throughout the virtual and physical IT infrastructures.<p>Learn how file integrity monitoring solutions work and the capabilities you should expect your solution to have. Then review a detailed checklist you should complete before purchasing your solution. Finally, discover how Tripwire Enterprise effectively combines file integrity monitoring with configuration assessment-a single configuration control solution that proactively assesses and monitors the IT infrastructure and enables organizations to achieve and maintain compliance with standards and regulations.
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=4fD2VT"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=4fD2VT" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/374621002" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 25 Aug 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/file integrity">file integrity</category>
      <category domain="http://securityratty.com/tag/applications organizations rely">applications organizations rely</category>
      <category domain="http://securityratty.com/tag/organizations">organizations</category>
      <category domain="http://securityratty.com/tag/enables organizations">enables organizations</category>
      <category domain="http://securityratty.com/tag/security breaches due">security breaches due</category>
      <category domain="http://securityratty.com/tag/solution">solution</category>
      <category domain="http://securityratty.com/tag/undesirable configuration change">undesirable configuration change</category>
      <category domain="http://securityratty.com/tag/maintain compliance">maintain compliance</category>
      <category domain="http://securityratty.com/tag/numerous servers">numerous servers</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/374621002/whitepapers.do">File Integrity Monitoring: Secure Your Virtual and Physical IT Environments</source>
    </item>
    <item>
      <title><![CDATA[The Bot Hunter: An Event Processing Challenge]]></title>
      <link>http://securityratty.com/article/ad344d30f5d4c2ad499d08baf386a23b</link>
      <guid>http://securityratty.com/article/ad344d30f5d4c2ad499d08baf386a23b</guid>
      <description><![CDATA[Recently we penned The Attack of the Spiders from the Clouds where we mentioned how cloud computing infrastructures can be used to stage malicous or accidential network attacks
Today I challenge our...]]></description>
      <content:encoded><![CDATA[<p>Recently we penned <a href="http://www.thecepblog.com/2008/07/31/the-attack-of-the-spiders-from-the-clouds/" target="_blank">The Attack of the Spiders from the Clouds</a> where we mentioned how cloud computing infrastructures can be used to stage malicous or accidential network attacks.</p>
<p>Today I challenge our CEP/ESP/EP vendors (or SIs) to create the following solution to detect and block rogue bots on Apache web sites.   I will install and test each submitted solution on <a href="http://www.unix.com" target="_blank">The UNIX Forums</a> and post the results here.</p>
<p>Here are some basic requirements:</p>
<ol>
<li>Your solution must run on Linux and be installable and configurable remotely with SSH or HTTP.  There will be no physical access to the server. No exceptions.</li>
<li>Preferrably, the configuration can be done with a Web-Based Interface (WBI) - a browser.</li>
<li>Your solution will listen to continuous updates to the Apache2 access log, exact location configurable in your solution, and identify robots ( bots), also known as spiders, from the log.</li>
<li>Your solution will provide a confidence metric, key indicator (KI), for each bot detected, from 0 to 10, where 10 indicates &#8220;absolutely a bot,&#8221; 0 is &#8220;absolutely not a bot.&#8221;</li>
<li>Your solution will update the IP address of each bot and KI you identify in a file/table called, for example, ./bot_scorecard.txt where each line is an IP address of a bot, followed by a semicolon (or other delimiter of your choice) and the confidence factor, for example,  10.0.0.1;10 means that 10.0.0.1 is a bot, 100% sure.</li>
<li>Your solution must compare bots detected to a file/table called, for example, ./bots_allowed.txt and ./bots_denied.txt that are in the format IP address/mask, for example 10.0.0.1/24, or 10.0.0.1/32.</li>
<li>If the KI &#8220;confidence factor&#8221; of the IP address of your detected bot is higher than the tunable &#8220;is a bot&#8221; KI, then your solution should update the tables/files and then call iptables and block the bot.</li>
<li>It should send an email to one or more email addresses with a message, for example:  &#8220;New Bot Detected - Confidence 8&#8243; with IP address, etc. in the message.  Another example would be an email, &#8220;Bot Blocked&#8221; - with details, etc.</li>
<li>You cannot automatically block any traffic that is not a bot.  Blocking one &#8220;non-bot&#8221; results in failure, no exceptions.</li>
<li>The Prize:  The winner will get their logo (w/link) on this site in a block called &#8220;Bot Hunter Winner&#8221; (or something like that.)</li>
</ol>
<p>These are some basic requirements; I don&#8217;t want to restrict your thinking or solution, so be creative!  Feel free to ask any questions in the comment section of this thread.</p>
<p>Remember, sometimes you may have to manage the state of IP addresses for days, or hours, before you can accurately deterimine if it is a bot based on behavior alone.   So, you will need to work with both long and short time windows.  Latency is not important. Detection accurate is importance.</p>
<p>Anyone care to submit a solution for testing?</p>
]]></content:encoded>
      <pubDate>Fri, 15 Aug 2008 05:35:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/bot">bot</category>
      <category domain="http://securityratty.com/tag/winner">winner</category>
      <category domain="http://securityratty.com/tag/bot hunter winner">bot hunter winner</category>
      <category domain="http://securityratty.com/tag/bot based">bot based</category>
      <category domain="http://securityratty.com/tag/non-bot results">non-bot results</category>
      <category domain="http://securityratty.com/tag/results">results</category>
      <category domain="http://securityratty.com/tag/bot scorecard">bot scorecard</category>
      <category domain="http://securityratty.com/tag/solution">solution</category>
      <category domain="http://securityratty.com/tag/block rogue bots">block rogue bots</category>
      <source url="http://www.thecepblog.com/2008/08/15/the-bot-hunter-an-event-processing-challenge/">The Bot Hunter: An Event Processing Challenge</source>
    </item>
    <item>
      <title><![CDATA[VMware Big-Time Boo-Boo]]></title>
      <link>http://securityratty.com/article/f9466fc19dd83d3ab8c94a3fa2655f2a</link>
      <guid>http://securityratty.com/article/f9466fc19dd83d3ab8c94a3fa2655f2a</guid>
      <description><![CDATA[VMware needs some good press these days. What it certainly does not need is this VI 3.5 update snafu which can shutdown thousands of virtual infrastructures and breaks VMotion
Alert do not upgrade to...]]></description>
      <content:encoded><![CDATA[<p>VMware needs some good press these days. What it certainly does not need is this VI 3.5 update snafu which can <a href="http://www.virtualization.info/2008/08/vmware-mistake-shuts-down-thousands-of.html" target="_blank">shutdown “thousands of virtual infrastructures”</a> and breaks VMotion.
<p><b>Alert – do not upgrade to Virtual Infrastructure 3.5 Update 2.</b>
<p>Apparently there’s some problem with the license expiration time and the workaround suggested by a Virtualization.Info reader is to set the date back to August 10 – which of course messes up your logs and any monitoring that you may be doing. No immediate solution forthcoming from VMware and in fact, good luck getting in touch with the company.
<p>“At the moment it seems that <strong>the entire VMware Knowledge Base collapsed</strong>. Calling the support line customers can just receive a brief message saying that <strong>the problem will be solved within 36 hours</strong>. <br />Additionally, <strong>VMware removed the capability to download any affected product</strong>.”</p>
]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 14:49:54 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vmware">vmware</category>
      <category domain="http://securityratty.com/tag/support line customers">support line customers</category>
      <category domain="http://securityratty.com/tag/license expiration time">license expiration time</category>
      <category domain="http://securityratty.com/tag/virtual infrastructures">virtual infrastructures</category>
      <category domain="http://securityratty.com/tag/breaks vmotion">breaks vmotion</category>
      <category domain="http://securityratty.com/tag/info reader">info reader</category>
      <category domain="http://securityratty.com/tag/shutdown thousands">shutdown thousands</category>
      <category domain="http://securityratty.com/tag/virtual infrastructure">virtual infrastructure</category>
      <category domain="http://securityratty.com/tag/luck">luck</category>
      <source url="http://blog.sciencelogic.com/vmware-big-time-boo-boo/08/2008">VMware Big-Time Boo-Boo</source>
    </item>
    <item>
      <title><![CDATA[The Attack of the Spiders from the Clouds]]></title>
      <link>http://securityratty.com/article/c3042dae931bd669c4d7b1dca6ecf7f8</link>
      <guid>http://securityratty.com/article/c3042dae931bd669c4d7b1dca6ecf7f8</guid>
      <description><![CDATA[We have seen a lot of discussions of cloud computing in the news recently, as a technology to permit users to access technology-enabled services without knowledge of, expertise with, nor control over...]]></description>
      <content:encoded><![CDATA[<p>We have seen a lot of discussions of <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud computing</a> in the news recently, as a technology to permit <em>&#8220;users to access technology-enabled services<sup> </sup>without knowledge of, expertise with, nor control over the technology infrastructure that supports them.&#8221;   </em>This sound great doesn&#8217;t it?!   Users with little to no IT expertise can log into the cloud and launch 8 instances of a server with the equivalence of 16 high performance CPU cores.   However, as we all know, all things, including cool technologies have the potential for both good and evil, opportunity or threat; and cloud computing is no different.</p>
<p>It just so happens that I have been experimenting with <a href="http://en.wikipedia.org/wiki/Amazon_Elastic_Compute_Cloud">Amazon Elastic Computing Services (EC2),</a> documented in <a title="Computing in the Clouds with AWS" rel="bookmark" href="http://www.thecepblog.com/2008/07/25/computing-in-the-clouds-with-aws/">Computing in the Clouds with AWS</a> over at <a href="http://www.thecepblog.com/">The CEP Blog</a>.  The server over at <a href="http://www.unix.com/">The UNIX and Linux Forums</a> has been experiencing some very hardware-limited, high load averages recently. We thought we should take a look at moving the forum server up to the clouds.   </p>
<p>Then, a fellow system admin over at the forums suggested that maybe some rogue bots were causing high server loads; so I wrote a one-line command to do a bit of real-time spider hunting in the Apache2 logfiles.  Surprise!  I found there were a number of rogue, hungry spiders that would not follow our <a href="http://www.robotstxt.org/">robots.txt</a> directive not to crawl the site.   One of the bots was from Russia, one was from China, and another one was from Korea.  There were spiders from places I never heard of, all consuming precious  resources and denying our users!</p>
<p>So, I did what any Linux admin would do. I used <strong>iptables</strong> to block the networks of these rogue, hungry, spiders (sorry I was not very kind to these cyber creatures).  It probally comes to no surprise at this point in the story that four of the spiders were from the Amazon EC2 cloud.  Here is a sample of the output from <strong>iptables -L</strong>:</p>
<blockquote dir="ltr"><p>root@www:~# iptables -L<br />
Chain INPUT (policy ACCEPT)<br />
target prot opt source destination<br />
DROP all &#8212; ec2-67-202-45-0.compute-1.amazonaws.com/24<br />
DROP all &#8212; ec2-75-101-243-0.compute-1.amazonaws.com/24<br />
DROP all &#8212; ec2-75-101-197-0.compute-1.amazonaws.com/24<br />
DROP all &#8212; ec2-75-101-213-0.compute-1.amazonaws.com/24</p></blockquote>
<p dir="ltr">Well, imagine a not-so-distant future dystopian world where criminals or terrorists want to launch a massive denial-of-service attack against some critical infrastructure, like the root DNS servers, or an attack against major financial institutions, military or e-commerce sites.   </p>
<p dir="ltr">First, the bad guys create an instance of powerful operating system with a malicious network application, they test it, and they place it the cloud (without invoking the instance, paying a very small storage fee, no computing time fee) and they wait.   Then, at the precise moment of their planned attack, they launch 128 instances each with the equivalence of whatever is the mega-platform at the time, and just blast away at their attack target(s).    Even more damaging, they do this from many cloud computing infrastructures.  (Note: The cost of the attack is minimal because the criminals are only charged a few pennies an hour for each running instance and the attack runs an hour or two.)</p>
<p dir="ltr">My experience with cloud computing, which is still maturing, is that cloud computing has great promise for both good and evil.  The very real example of the &#8220;spiders from the clouds&#8221; is a harmless enough story of folks using a cloud computing infrastructure for web crawling, perhaps hoping to be the next Google billionaires. </p>
<p dir="ltr">One the other hand, cloud computing brings with it an emerging and growing danger for the misuse of the power of cloud computing infrastructures.   The misuse could be malicious, or accidental, but never-the-less, the danger is real.</p>
<p>What an interesting world we have created!  Would would have ever dreamed 10 years ago that we could be attacked by &#8230;&#8230;</p>
<p>#include &lt;horror_movie_sounds.mp3&gt;</p>
<p>&#8230;. Spiders from the Clouds.</p>
<p dir="ltr">Reprinted by permission from <a href="http://blog.isc2.org/isc2_blog/2008/07/the-attack-of-t.html" target="_blank">The Attack of the Spiders from the Clouds</a> by Tim Bass, CISSP</p>
]]></content:encoded>
      <pubDate>Thu, 31 Jul 2008 11:09:19 +0000</pubDate>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/spiders">spiders</category>
      <category domain="http://securityratty.com/tag/ec2-67-202-45-0">ec2-67-202-45-0</category>
      <category domain="http://securityratty.com/tag/ec2">ec2</category>
      <category domain="http://securityratty.com/tag/amazon ec2 cloud">amazon ec2 cloud</category>
      <category domain="http://securityratty.com/tag/cloud">cloud</category>
      <category domain="http://securityratty.com/tag/clouds">clouds</category>
      <category domain="http://securityratty.com/tag/attack runs">attack runs</category>
      <category domain="http://securityratty.com/tag/hungry spiders">hungry spiders</category>
      <source url="http://www.thecepblog.com/2008/07/31/the-attack-of-the-spiders-from-the-clouds/">The Attack of the Spiders from the Clouds</source>
    </item>
    <item>
      <title><![CDATA[Enforceable Policies]]></title>
      <link>http://securityratty.com/article/4b11bc7e086ec29036a0e6147198f36e</link>
      <guid>http://securityratty.com/article/4b11bc7e086ec29036a0e6147198f36e</guid>
      <description><![CDATA[Blogger: Randall Gamby

Across the different security technology presentations given this week at Catalyst, one common theme has been the important role of policy. As people hear about new and better...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Randall Gamby<br /><br />Across the different security technology presentations given this week at Catalyst, one common theme has been the important role of policy. As people hear about new and better technologies and how they can be integrated into their existing infrastructures, they should take the time to examine their policies to make sure they keep up with the solutions being considered.&nbsp; Questions to ask:</p>

<ul><li>When did we review our policies last?</li>

<li>Do we have not enough or too many?</li>

<li>Will they still be valid?</li>

<li>Are there other influencers on them? </li></ul>

<p>But while changes will most likely be needed for many current policies, a question that often isn’t asked is, “Are they enforceable?”&nbsp; As enterprises create policies based upon what users “should do,” can the security team validate that they “did do” what was asked?&nbsp; For example, a common policy is, “All sensitive data at rest must be encrypted.”&nbsp; So this means you must encrypt your Active Directory, your e-mail storage, every production database, yes? That's probably not happening.&nbsp; So if the enterprise has no way to implement the policy, then it ultimately is not a valid policy and needs to either be modified or the enterprise needs money, resources and time to conform to the policy.&nbsp; <br /><br />The social effect on the user population also needs to be considered.&nbsp; Essentially, the enterprise is teaching users that they don’t have to conform to this policy, so maybe they don’t have to be conformant to others on the books.&nbsp; Not a good lesson to teach them.<br /><br />So as the Catalyst attendees go back with “dreams of technology sugar plums dancing in their heads” don’t forget that good governance with valid processes should be skipping around the edge.</p></div>
<img src="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~4/321502595" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 27 Jun 2008 10:23:29 +0000</pubDate>
      <category domain="http://securityratty.com/tag/policies">policies</category>
      <category domain="http://securityratty.com/tag/policy">policy</category>
      <category domain="http://securityratty.com/tag/valid policy">valid policy</category>
      <category domain="http://securityratty.com/tag/common policy">common policy</category>
      <category domain="http://securityratty.com/tag/policies based">policies based</category>
      <category domain="http://securityratty.com/tag/valid">valid</category>
      <category domain="http://securityratty.com/tag/valid processes">valid processes</category>
      <category domain="http://securityratty.com/tag/current policies">current policies</category>
      <category domain="http://securityratty.com/tag/catalyst attendees">catalyst attendees</category>
      <source url="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~3/321502595/enforceable-pol.html">Enforceable Policies</source>
    </item>
    <item>
      <title><![CDATA[Enforceable Policies]]></title>
      <link>http://securityratty.com/article/d8d4776279822d375303e5c33de34f10</link>
      <guid>http://securityratty.com/article/d8d4776279822d375303e5c33de34f10</guid>
      <description><![CDATA[Blogger: Randall Gamby

Across the different security technology presentations given this week at Catalyst, one common theme has been the important role of policy. As people hear about new and better...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Randall Gamby<br /><br />Across the different security technology presentations given this week at Catalyst, one common theme has been the important role of policy. As people hear about new and better technologies and how they can be integrated into their existing infrastructures, they should take the time to examine their policies to make sure they keep up with the solutions being considered.&nbsp; Questions to ask:</p>

<ul><li>When did we review our policies last?</li>

<li>Do we have not enough or too many?</li>

<li>Will they still be valid?</li>

<li>Are there other influencers on them? </li></ul>

<p>But while changes will most likely be needed for many current policies, a question that often isn???t asked is, ???Are they enforceable????&nbsp; As enterprises create policies based upon what users ???should do,??? can the security team validate that they ???did do??? what was asked?&nbsp; For example, a common policy is, ???All sensitive data at rest must be encrypted.???&nbsp; So this means you must encrypt your Active Directory, your e-mail storage, every production database, yes? That's probably not happening.&nbsp; So if the enterprise has no way to implement the policy, then it ultimately is not a valid policy and needs to either be modified or the enterprise needs money, resources and time to conform to the policy.&nbsp; <br /><br />The social effect on the user population also needs to be considered.&nbsp; Essentially, the enterprise is teaching users that they don???t have to conform to this policy, so maybe they don???t have to be conformant to others on the books.&nbsp; Not a good lesson to teach them.<br /><br />So as the Catalyst attendees go back with ???dreams of technology sugar plums dancing in their heads??? don???t forget that good governance with valid processes should be skipping around the edge.</p></div>
]]></content:encoded>
      <pubDate>Fri, 27 Jun 2008 10:23:29 +0000</pubDate>
      <category domain="http://securityratty.com/tag/policies">policies</category>
      <category domain="http://securityratty.com/tag/policy">policy</category>
      <category domain="http://securityratty.com/tag/valid policy">valid policy</category>
      <category domain="http://securityratty.com/tag/common policy">common policy</category>
      <category domain="http://securityratty.com/tag/policies based">policies based</category>
      <category domain="http://securityratty.com/tag/valid">valid</category>
      <category domain="http://securityratty.com/tag/valid processes">valid processes</category>
      <category domain="http://securityratty.com/tag/current policies">current policies</category>
      <category domain="http://securityratty.com/tag/catalyst attendees">catalyst attendees</category>
      <source url="http://srmsblog.burtongroup.com/2008/06/enforceable-pol.html">Enforceable Policies</source>
    </item>
    <item>
      <title><![CDATA[Virtualization security assessment guides inadequate]]></title>
      <link>http://securityratty.com/article/b3417f2d88408405dacbcdbf4833a433</link>
      <guid>http://securityratty.com/article/b3417f2d88408405dacbcdbf4833a433</guid>
      <description><![CDATA[We've already discussed the relative lack of tools to secure virtualized servers and infrastructures, the problems inherent in adding bolt-on tools, risks in connecting a VM to the wrong part of a...]]></description>
      <content:encoded><![CDATA[We've already discussed the relative lack of tools to secure virtualized servers and infrastructures, the problems inherent in adding bolt-on tools, risks in connecting a VM to the wrong part of a network and other security issues.]]></content:encoded>
      <pubDate>Tue, 17 Jun 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/tools">tools</category>
      <category domain="http://securityratty.com/tag/bolt-on tools">bolt-on tools</category>
      <category domain="http://securityratty.com/tag/security issues">security issues</category>
      <category domain="http://securityratty.com/tag/relative lack">relative lack</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/inherent">inherent</category>
      <category domain="http://securityratty.com/tag/secure">secure</category>
      <category domain="http://securityratty.com/tag/infrastructures">infrastructures</category>
      <category domain="http://securityratty.com/tag/risks">risks</category>
      <source url="http://www.networkworld.com/news/2008/061808-virtualization-security-assessment-guides.html?fsrc=rss-security">Virtualization security assessment guides inadequate</source>
    </item>
    <item>
      <title><![CDATA[Hindering Reverse Engineering: Thinking Outside the Box]]></title>
      <link>http://securityratty.com/article/15ef19f66bda8a5b379358f72b7602a4</link>
      <guid>http://securityratty.com/article/15ef19f66bda8a5b379358f72b7602a4</guid>
      <description><![CDATA[Protecting application software from reverse engineering and piracy is key to ensuring the integrity of intellectual property and critical infrastructures. Unorthodox protection strategies can help...]]></description>
      <content:encoded><![CDATA[Protecting application software from reverse engineering and piracy is key to ensuring the integrity of intellectual property and critical infrastructures. Unorthodox protection strategies can help mitigate these types of attacks. Such strategies must include random, dynamic protections to complicate the ease with which attackers can overcome standard approaches.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=b6899e6445d25d9f45b8757cfdf57cc1" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=b6899e6445d25d9f45b8757cfdf57cc1" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Thu, 22 May 2008 02:22:47 +0000</pubDate>
      <category domain="http://securityratty.com/tag/strategies">strategies</category>
      <category domain="http://securityratty.com/tag/unorthodox protection strategies">unorthodox protection strategies</category>
      <category domain="http://securityratty.com/tag/overcome standard approaches">overcome standard approaches</category>
      <category domain="http://securityratty.com/tag/dynamic protections">dynamic protections</category>
      <category domain="http://securityratty.com/tag/intellectual property">intellectual property</category>
      <category domain="http://securityratty.com/tag/application software">application software</category>
      <category domain="http://securityratty.com/tag/reverse">reverse</category>
      <category domain="http://securityratty.com/tag/critical infrastructures">critical infrastructures</category>
      <category domain="http://securityratty.com/tag/include random">include random</category>
      <source url="http://www.pheedo.com/click.phdo?i=b6899e6445d25d9f45b8757cfdf57cc1">Hindering Reverse Engineering: Thinking Outside the Box</source>
    </item>
    <item>
      <title><![CDATA[Data Protection and Disaster Recovery with iSCSI and VMware]]></title>
      <link>http://securityratty.com/article/4892cc521be107465b53216c82601fc9</link>
      <guid>http://securityratty.com/article/4892cc521be107465b53216c82601fc9</guid>
      <description><![CDATA[Source: Dell &amp; VMWare) Data protection and disaster recovery are top of mind for any IT manager, and the challenges of complexity and cost remain as obstacles. EqualLogic virtualized iSCSI SANs and...]]></description>
      <content:encoded><![CDATA[<b>(Source: Dell & VMWare)</b> Data protection and disaster recovery are top of mind for any IT manager, and the challenges of complexity and cost remain as obstacles. EqualLogic virtualized iSCSI SANs and VMware Infrastructure 3 enhance the scalability, ease of use, and reliable operation of IT infrastructures to withstand failures and overcome disasters
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=lC3H1D"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=lC3H1D" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/233342887" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 05 May 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vmware">vmware</category>
      <category domain="http://securityratty.com/tag/data protection">data protection</category>
      <category domain="http://securityratty.com/tag/disaster recovery">disaster recovery</category>
      <category domain="http://securityratty.com/tag/vmware infrastructure">vmware infrastructure</category>
      <category domain="http://securityratty.com/tag/reliable operation">reliable operation</category>
      <category domain="http://securityratty.com/tag/iscsi sans">iscsi sans</category>
      <category domain="http://securityratty.com/tag/overcome disasters">overcome disasters</category>
      <category domain="http://securityratty.com/tag/withstand failures">withstand failures</category>
      <category domain="http://securityratty.com/tag/cost remain">cost remain</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/233342887/webcast.do">Data Protection and Disaster Recovery with iSCSI and VMware</source>
    </item>
    <item>
      <title><![CDATA[Virtualized iSCSI SANs: Flexible, Scalable, Enterprise Storage for Virtual Infrastructures]]></title>
      <link>http://securityratty.com/article/fdb8ca9900180f8688ef59f7d0d5ba35</link>
      <guid>http://securityratty.com/article/fdb8ca9900180f8688ef59f7d0d5ba35</guid>
      <description><![CDATA[Source: Dell &amp; VMWare) Enterprises of all sizes are building flexible storage infrastructures using iSCSI and advanced virtualization technologies. This joint VMware and EqualLogic white paper...]]></description>
      <content:encoded><![CDATA[<b>(Source: Dell & VMWare)</b> Enterprises of all sizes are building flexible storage infrastructures using iSCSI and advanced virtualization technologies. This joint VMware and EqualLogic white paper describes a virtualized infrastructure that applies storage and server virtualization technologies to cost-effectively achieve a flexible, high-performance, dynamic IT infrastructure that is simple to manage and scale.
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=0s6SZ7"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=0s6SZ7" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/233334914" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 05 May 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/flexible">flexible</category>
      <category domain="http://securityratty.com/tag/virtualization technologies">virtualization technologies</category>
      <category domain="http://securityratty.com/tag/server virtualization technologies">server virtualization technologies</category>
      <category domain="http://securityratty.com/tag/flexible storage infrastructures">flexible storage infrastructures</category>
      <category domain="http://securityratty.com/tag/vmware">vmware</category>
      <category domain="http://securityratty.com/tag/joint vmware">joint vmware</category>
      <category domain="http://securityratty.com/tag/applies storage">applies storage</category>
      <category domain="http://securityratty.com/tag/iscsi">iscsi</category>
      <category domain="http://securityratty.com/tag/infrastructure">infrastructure</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/233334914/whitepapers.do">Virtualized iSCSI SANs: Flexible, Scalable, Enterprise Storage for Virtual Infrastructures</source>
    </item>
  </channel>
</rss>
