<?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: dual-use]]></title>
    <link>http://securityratty.com/tag/dual-use</link>
    <description></description>
    <pubDate>Sun, 10 Feb 2008 12:07:45 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[[OT rant] Are there any home WiFi routers that DON'T SUCK?]]></title>
      <link>http://securityratty.com/article/2110e94e736fbe5f32088eee09481bee</link>
      <guid>http://securityratty.com/article/2110e94e736fbe5f32088eee09481bee</guid>
      <description><![CDATA[Warning: rant ahead, and names named
When I'm not traveling, I like to work from home some days rather than endure the trek from Seattle to Redmond (although it's much better now that our own employee...]]></description>
      <content:encoded><![CDATA[<p><em>Warning: rant ahead, and names named.</em></p>  <p>When I'm not traveling, I like to work from home some days rather than endure the trek from Seattle to Redmond (although it's much better now that our own <a href="http://seattlepi.nwsource.com/business/332970_msftbus25.html" target="_blank">employee transit service</a> has expanded into my neighborhood -- the existence of which is sad commentary on the availability and reliability of Seattle's public transit companies).</p>  <p>This means, of course, that I need fast and stable network connections. Comcast with their PowerBoost is working very well for me. But I just can't find a decent wireless router at all. My Lenovo T61p (with Intel 4965abgn adapter) just won't stay connected to my D-Link DIR-628 and IT'S DRIVING ME CRAZY! (Yes, I've tried various driver versions, from both Lenovo and Intel.)</p>  <p>My house is in an area with a lot of wireless activity -- sometimes I can see nine or ten SSIDs. I'm running draft N on 2.4GHz (which occupies two non-adjacent channels, currently 1 and 4), and I suspect the problem is collision interference. I could shift the router to 5.2GHz, which I probably would help, but then the rest of the computers in my house won't connect. Why, you ask? Well get this: the DIR-628 is part of <a href="http://www.dlink.com/products/category.asp?cid=1&amp;sec=1#cid_103" target="_blank">D-Link's RangeBooster N family</a>. So I stayed in the family and got two DWA-542 adapters for the desktop computers. Yet they only do 2.4GHz! Silly me, I assumed that being in the same family means full support of the router's capabilities.</p>  <p>I'm very tempted to replace my router again -- and I'm thinking that the best option is to get one with dual radios. That way I can move my T61p to 5.2GHz and replace the desktop adapters, while still having single-channel 802.11b/g on 2.4GHz for the Wii and my PlayStation Portable.</p>  <p>Now my request: tell me about your experience with home routers. What do you really like, and why? What should I buy?</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3110595" width="1" height="1">]]></content:encoded>
      <pubDate>Fri, 22 Aug 2008 20:12:38 +0000</pubDate>
      <category domain="http://securityratty.com/tag/decent wireless router">decent wireless router</category>
      <category domain="http://securityratty.com/tag/home">home</category>
      <category domain="http://securityratty.com/tag/router">router</category>
      <category domain="http://securityratty.com/tag/lenovo">lenovo</category>
      <category domain="http://securityratty.com/tag/d-link dir-628">d-link dir-628</category>
      <category domain="http://securityratty.com/tag/lenovo t61p">lenovo t61p</category>
      <category domain="http://securityratty.com/tag/intel">intel</category>
      <category domain="http://securityratty.com/tag/dir-628">dir-628</category>
      <category domain="http://securityratty.com/tag/intel 4965abgn adapter">intel 4965abgn adapter</category>
      <source url="http://blogs.technet.com/steriley/archive/2008/08/22/ot-rant-are-there-any-home-wifi-routers-that-don-t-suck.aspx">[OT rant] Are there any home WiFi routers that DON'T SUCK?</source>
    </item>
    <item>
      <title><![CDATA[Metrics for security and performance in low-latency anonymity systems]]></title>
      <link>http://securityratty.com/article/fad1cb42a51fdba1643f542416f2a5f3</link>
      <guid>http://securityratty.com/article/fad1cb42a51fdba1643f542416f2a5f3</guid>
      <description><![CDATA[In Tor , and in other similar anonymity systems, clients choose a random sequence of computers (nodes) to route their connections through. The intention is that, unless someone is watching the whole...]]></description>
      <content:encoded><![CDATA[<p>In <a href="https://www.torproject.org/">Tor</a>, and in other similar anonymity systems, clients choose a random sequence of computers (nodes) to route their connections through. The intention is that, unless someone is watching the whole network at the same time, the tracks of each user&#8217;s communication will become hidden amongst that of others. Exactly how a client chooses nodes varies between system to system, and is important for security.</p>
<p>If someone is simultaneously watching a user&#8217;s traffic as it enters and leaves the network, it is possible to de-anonymise the communication. This could occur if the first and last node for a connection is controlled by the same person. Tor takes some steps to avoid this possibility e.g. no two computers on the same /16 network may be chosen for each connection. However, someone with access to several networks could circumvent this measure.</p>
<p>Not only is route selection critical for security, but it&#8217;s also a significant performance factor. Tor nodes vary dramatically in their capacity, mainly due to their network connections. If all nodes were chosen with equal likelihood, the slower ones would cripple the network. This is why Tor weights the selection probability for a node proportional to its contribution to the network bandwidth.</p>
<p>Because of the dual importance of route selection, there are a number of proposals which offer an alternative to Tor&#8217;s bandwidth-weighted algorithm. Later this week at <a href="http://petsymposium.org/2008/">PETS</a> I&#8217;ll be presenting my paper, co-authored with <a href="http://www.cl.cam.ac.uk/~rnw24">Robert N.M. Watson</a>, &#8220;<a href="http://www.cl.cam.ac.uk/~sjm217/papers/pets08metrics.pdf">Metrics for security and performance in low-latency anonymity systems</a>&#8221;.  In this paper, we examine several route selection algorithms and evaluate their security and performance.</p>
<p>Intuitively, a route selection algorithm which weights all nodes equally appears the most secure because an attacker can&#8217;t make their node count any more than the others. This has been formalized by two measures: <a href="http://en.wikipedia.org/wiki/Gini_coefficient">Gini coefficient</a> and <a href="http://en.wikipedia.org/wiki/Information_entropy">entropy</a>. In fact the reality is more complex &#8212; uniform node selection resists attackers with lots of bandwidth, whereas bandwidth-weighting is better against attackers with lots of nodes.</p>
<p>Our paper explores the probability of path compromise of different route selection algorithms, when under attack by a range of different adversaries. We find that none of the proposals are optimal against all adversaries, and so summarizing effective security in terms of a single figure is not feasible. We also model the performance of the schemes and show that bandwidth-weighting offers both low latency and high resistance to attack by bandwidth-constrained adversaries.</p>
]]></content:encoded>
      <pubDate>Mon, 21 Jul 2008 04:16:12 +0000</pubDate>
      <category domain="http://securityratty.com/tag/route selection">route selection</category>
      <category domain="http://securityratty.com/tag/route selection critical">route selection critical</category>
      <category domain="http://securityratty.com/tag/route selection algorithms">route selection algorithms</category>
      <category domain="http://securityratty.com/tag/route">route</category>
      <category domain="http://securityratty.com/tag/nodes">nodes</category>
      <category domain="http://securityratty.com/tag/tor nodes vary">tor nodes vary</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/performance">performance</category>
      <category domain="http://securityratty.com/tag/route selection algorithm">route selection algorithm</category>
      <source url="http://www.lightbluetouchpaper.org/2008/07/21/metrics-for-security-and-performance/">Metrics for security and performance in low-latency anonymity systems</source>
    </item>
    <item>
      <title><![CDATA[.. and now - PIN stealing..]]></title>
      <link>http://securityratty.com/article/2e699cb88411c7ece62621d294d7f5fb</link>
      <guid>http://securityratty.com/article/2e699cb88411c7ece62621d294d7f5fb</guid>
      <description><![CDATA[Once the bad guys figured out how easy it was to sniff unencrypted ATM and card authorization traffic to steal track data, and after making a killing with stolen card numbers, they began setting their...]]></description>
      <content:encoded><![CDATA[Once the bad guys figured out how easy it was to sniff unencrypted ATM and card authorization traffic to steal track data, and after making a killing with stolen card numbers, they began setting their sights on bank PINs.  PIN numbers - thanks to ANSI's TG3 - are encrypted with a half decent algorithm (and they are looking to strengthen that even more now). Which means that sniffing the traffic will only give you an encrypted number - something which would require a decryption key. A number of security controls like requiring dual control and split knowledge for key components, strict physical security requirements and Tamper Resistant Security Modules help in securing the keys. Assuming one cannot gain access to the encryption keys, this leaves only two scenarios for an attacker to gain access to the unencrypted PINs:<br />1. Before the PIN is encrypted by the Tamper Resistant Security Module (an ATM in the case of bank customers). Most criminals have been using fake PIN PADs and a number of techniques like jamming cards etc steal PINs blissfully unaware that they are on camera most of the time. Nice video ?<a href="http://www.youtube.com/watch?v=9mi4kB15wMY"> here.</a><br /><br />2. After the PIN reaches the issuer and is decrypted. This is the scarier situation -as the attacker would have access to a database of unencrypted PIN numbers / PIN offsets coming in from all around the globe. PCI supposedly <a href="http://pcianswers.com/2007/08/31/issuer-pci-requirements/">requires </a> that issuers be compliant and not store unencrypted PANs or PINs - but no validation is required (unless they are a VisaNet processor). <br /><br />Well - Kevin Poulsen at Wired <a href="http://blog.wired.com/27bstroke6/2008/06/citibank-atm-se.html">wrote today</a> about how an alleged ATM crime spree has been blamed on a Citibank hack. Though Citibank has denied the hack as the cause of the fraudulent withdrawals - all signs seem to point towards it so far.<br />(This definitely is not new - While testing an issuer's security I'd stumbled upon ATM log entry files - complete with PAN, PIN, full name, address, zip code and atm location - back in the day when RFP just released<a href="http://www.wiretrip.net/rfp/"> whisker.</a> )<br /><br />This is probably just the beginning of a new wave. Issuers really need to pull up their socks and begin to treat cardmember data with the same respect that PCI Co is requiring merchants and processors to do. - and while I'm wishing horses - can ANSI or someone start working on some standards for requiring all track data to be encrypted in transit?]]></content:encoded>
      <pubDate>Thu, 19 Jun 2008 06:38:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/pin">pin</category>
      <category domain="http://securityratty.com/tag/pin reaches">pin reaches</category>
      <category domain="http://securityratty.com/tag/pin offsets">pin offsets</category>
      <category domain="http://securityratty.com/tag/fake pin pads">fake pin pads</category>
      <category domain="http://securityratty.com/tag/atm location">atm location</category>
      <category domain="http://securityratty.com/tag/atm">atm</category>
      <category domain="http://securityratty.com/tag/bank pins">bank pins</category>
      <category domain="http://securityratty.com/tag/atm crime spree">atm crime spree</category>
      <category domain="http://securityratty.com/tag/access">access</category>
      <source url="http://securitycoin.blogspot.com/2008/06/and-now-pin-stealing.html">.. and now - PIN stealing..</source>
    </item>
    <item>
      <title><![CDATA[Sprint's Public Safety Deal for Nextel Comes Home to Roost]]></title>
      <link>http://securityratty.com/article/62fc7be1eb4d0fe80bd5f1d1a21fbcbb</link>
      <guid>http://securityratty.com/article/62fc7be1eb4d0fe80bd5f1d1a21fbcbb</guid>
      <description><![CDATA[Sprint seemed awfully clever when it navigated a public safety deal and gained new spectrum as part of its acquisition of Nextel: That's all unraveling now. The FCC and the courts are saying that a...]]></description>
      <content:encoded><![CDATA[<p><a href="http://telephonyonline.com/wireless/news/sprint-rebanding-appeal-0502/"><strong>Sprint seemed awfully clever when it navigated a public safety deal and gained new spectrum as part of its acquisition of Nextel:</strong></a> That's all unraveling now. The FCC and the courts are saying that a 26-June-2008 deadline for vacating its 800 MHz holdings in favor of public safety groups would hold even if the new users weren't on the band. The delays for new users getting on the band are reportedly Sprint's, given that it had the responsibility for this migration.</p>

<p>Nextel had splintered holdings in the 800 MHz band that were difficult to administer, and caused verifiable interference with (and vice versa) splintered public safety spectrum in that band. Sprint agreed to pay the estimated multi-billion-dollar cost of getting new equipment to public safety agencies in exchange for a hunk of spectrum that they wouldn't have to buy at auction from the FCC. The <a href="http://www.usatoday.com/money/companies/regulation/2004-07-08-cell-interference_x.htm"><strong>cost for a whole set of swaps</strong></a>, migrations, and givebacks was $4.8b, but there was technically no limit on how much Sprint would have to pay for public safety migration--as much as it cost is the true limit.</p>

<p>Last August, the Wall Street Journal did a <a href="http://publicsafety.wifinetnews.com/archives/2007/08/sprint_nextels_move_off_old_sp.html"><strong>lengthy update of the 2005 deal</strong></a>, explaining that the effort was vastly behind schedule, and was vastly underbudgeted, too. One county in Pennsylvania estimated that its costs could run $18.5m to $150m, with the low number far above Sprint's own estimates.</p>

<p>It would be seemingly unfair to allow Sprint's delays in moving fire, police, and first responders off the band to also delay Sprint's requirement in vacating the band. We'll see how the FCC chooses to respond. It could cost Sprint billions and further accelerate the loss of Nextel customers, because Sprint would lose a number of active iDEN sites.</p>

<p>They have no one to blame but themselves. Sprint's management has blundered through this merger for years. They kept separate Kansas and Virginia headquarters, failed to produce high-quality dual-network devices, gave few incentives for Nextel customers to move to Sprint's dominant CDMA network, bled employees, and botched this migration.</p>

<p>Now Sprint did have the problem of needing to help move incumbents in the 1.9 GHz spectrum it received and the 800 MHz spectrum it was giving up. The articles on this court decision don't note whether Sprint's 1.9 GHz network is free and clear, nor whether Sprint had been working for the last three years to get its Nextel users to get dual-band handsets that would work with the new frequency.</p>

<p>With the WiMax plan also on the table, Sprint was basically committed to building or rebuilding and supporting four network architectures: CDMA (for 2G), EVDO (for 3G), WiMax (for 4G), and iDEN  (for 2G).</p>

<p>Sprint is in the position where it may variously be sold (<a href="http://www.bloomberg.com/apps/news?pid=20601103&sid=aBPRL6WdZcUU&refer=us"><strong>to Deutsche Telekom to merge with its T-Mobile USA division</strong></a>, which would add both GSM and UMTS/HSPA to the mix!), sell off its Nextel division (<a href="http://www.bloomberg.com/apps/news?pid=20601103&sid=aBPRL6WdZcUU&refer=us"><strong>to a public safety venture headed by Cyren Call</strong></a>), and/or spin off its WiMax division or form a broad venture with Clearwire to build and market it.</p>]]></content:encoded>
      <pubDate>Mon, 05 May 2008 10:25:10 +0000</pubDate>
      <category domain="http://securityratty.com/tag/public safety deal">public safety deal</category>
      <category domain="http://securityratty.com/tag/public safety">public safety</category>
      <category domain="http://securityratty.com/tag/sprint">sprint</category>
      <category domain="http://securityratty.com/tag/cost sprint billions">cost sprint billions</category>
      <category domain="http://securityratty.com/tag/cost">cost</category>
      <category domain="http://securityratty.com/tag/nextel">nextel</category>
      <category domain="http://securityratty.com/tag/reportedly sprint">reportedly sprint</category>
      <category domain="http://securityratty.com/tag/public safety migration">public safety migration</category>
      <category domain="http://securityratty.com/tag/delay sprint">delay sprint</category>
      <source url="http://wifinetnews.com/archives/008305.html">Sprint's Public Safety Deal for Nextel Comes Home to Roost</source>
    </item>
    <item>
      <title><![CDATA[ATM Communication - How Secure ?]]></title>
      <link>http://securityratty.com/article/c6c474141a396a1cf9568c75ac2e3e65</link>
      <guid>http://securityratty.com/article/c6c474141a396a1cf9568c75ac2e3e65</guid>
      <description><![CDATA[A while ago, I attended a class on PIN and Key Management for Payment Networks. ANSI has laid out strict guidelines (in their ANSI X9 TG-3 standards checklist, ANSI documents X9.8 and X9.24) for how a...]]></description>
      <content:encoded><![CDATA[<a href="http://bp3.blogger.com/_XTqu2iQGpYM/R-f5EstklxI/AAAAAAAAAcI/UFGeOMNLK38/s1600-h/atmcommunication.JPG"></a><br /><br /><br /><div><a href="http://bp2.blogger.com/_XTqu2iQGpYM/R-f45ctklwI/AAAAAAAAAcA/fPZDPKAUmzI/s1600-h/atmcommunication.JPG"></a><br /><br /><br /><br /><div><a href="http://bp0.blogger.com/_XTqu2iQGpYM/R-P6W8tklpI/AAAAAAAAAa4/xVpctmHSzUs/s1600-h/diebold-atm.jpg"><img id="BLOGGER_PHOTO_ID_5180259268567537298" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_XTqu2iQGpYM/R-P6W8tklpI/AAAAAAAAAa4/xVpctmHSzUs/s200/diebold-atm.jpg" border="0" /></a> <div><br /><span style="font-family:sans-serif;font-size:85%;">A while ago, I attended a class on PIN and Key Management for Payment Networks. ANSI has laid out strict guidelines (in their ANSI X9 TG-3 standards checklist, ANSI documents X9.8 and X9.24) for how a customer's PIN should be kept secure: how they should be stored on the card (store only the difference/offset of the encrypted PIN value and the natural PIN), what the minimum encryption requirements are (Triple DES), what the specifications of the devices that encrypt/decrypt the PIN are (Tamper Resistant Security Modules), how PINs should be exchanged between various Financial Institutions (exchange keys between two FIs out-of-band AND under the principles of dual control and then encrypt the keys, how should compromised - no - even "suspect" compromised PINs and Keys that encrypt the PINs be treated (securely delete the key, recreate a new key under the principles of dual control and split knowledge and re-encrypt *every* key or PIN that has been encrypted under it! and re-issue cards containing PIN offsets for PINs encrypted under the new encryption key, if applicable) etc.</span></div><div><span style="font-family:sans-serif;font-size:85%;"></span></div><div><span style="font-family:sans-serif;font-size:85%;">It was simply awesome. To know that the Financial Institutions do their due diligence is a huge confidence booster. The fact that these guidelines are just that - guidelines, and haven't been strictly enforced by governing bodies is not my biggest concern. Neither is the fact that there are a number of papers out there that talk about the insecurities <a href="http://www.cl.cam.ac.uk/~jc407/pin.ppt">in PIN translation</a>. </span><br /></div><span style="font-family:sans-serif;font-size:85%;"></span><div><span style="font-family:sans-serif;font-size:85%;">The following, however, is:</span></div><div><span style="font-family:Arial;font-size:85%;"></span></div><div><span style="font-family:sans-serif;font-size:85%;"></span></div><div><span style="font-family:sans-serif;font-size:85%;">The folks at redspin (Brian Hayes, Matt Marshall) analysed ATM traffic and wrote a <a href="http://www.redspin.com/docs/ATM_Vulnerabilities_04_10_06.pdf">paper </a>on insecurities in ATM communications. </span></div><br /><div><br /></div></div><div></div><img id="BLOGGER_PHOTO_ID_5181383918638896930" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 426px; CURSOR: hand; HEIGHT: 498px; TEXT-ALIGN: center" height="175" alt="" src="http://bp1.blogger.com/_XTqu2iQGpYM/R-f5OMtklyI/AAAAAAAAAcQ/eM765xZYtfI/s400/atmcommunication.JPG" width="113" border="0" /><br /><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div><div><span style="font-family:sans-serif;font-size:85%;">What you see above is the raw data message format that leaves the atm connected to a network. Cleartext communication. Notice the account number and expiration date. Totally vulnerable to man-in-the-middle attacks. The response message that is supposed to come from the FI, looks something like this:</span> </div><br /><div></div><br /><div></div><br /><div></div><img id="BLOGGER_PHOTO_ID_5181384279416149810" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 417px; CURSOR: hand; HEIGHT: 448px; TEXT-ALIGN: center" height="195" alt="" src="http://bp1.blogger.com/_XTqu2iQGpYM/R-f5jMtklzI/AAAAAAAAAcY/bVabJx2-k38/s400/response.JPG" width="165" border="0" /> <div></div><div><span style="font-family:sans-serif;font-size:85%;">I'm not going to say what one needs to do at this point. Read up m</span><span style="font-family:sans-serif;font-size:85%;">essage format ISO 8583. It is scary.</span><br /><span style="font-family:sans-serif;font-size:85%;"></span><br /><span style="font-family:sans-serif;font-size:85%;"><br /></div></span></div></div>]]></content:encoded>
      <pubDate>Fri, 21 Mar 2008 09:34:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/pin">pin</category>
      <category domain="http://securityratty.com/tag/pin offsets">pin offsets</category>
      <category domain="http://securityratty.com/tag/atm">atm</category>
      <category domain="http://securityratty.com/tag/pin translation">pin translation</category>
      <category domain="http://securityratty.com/tag/natural pin">natural pin</category>
      <category domain="http://securityratty.com/tag/key">key</category>
      <category domain="http://securityratty.com/tag/key management">key management</category>
      <category domain="http://securityratty.com/tag/atm communications">atm communications</category>
      <category domain="http://securityratty.com/tag/encryption key">encryption key</category>
      <source url="http://securitycoin.blogspot.com/2008/03/atm-communication.html">ATM Communication - How Secure ?</source>
    </item>
    <item>
      <title><![CDATA[Norton AntiVirus Dual Protection for Mac debuts]]></title>
      <link>http://securityratty.com/article/9a424291d01d65a7ffdd08dff6b05a49</link>
      <guid>http://securityratty.com/article/9a424291d01d65a7ffdd08dff6b05a49</guid>
      <description><![CDATA[Symantec has released Norton AntiVirus Dual Protection for Mac, intended for users of Intel-based Macs who have both Mac OS X and Windows running on their...]]></description>
      <content:encoded><![CDATA[Symantec has released Norton AntiVirus Dual Protection for Mac, intended for users of Intel-based Macs who have both Mac OS X and Windows running on their computers.
<p><a href="http://feeds.computerworld.com/~a/Computerworld/Security/News?a=eGL64q"><img src="http://feeds.computerworld.com/~a/Computerworld/Security/News?i=eGL64q" border="0"></img></a></p><img src="http://feeds.computerworld.com/~r/Computerworld/Security/News/~4/249389641" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 11 Mar 2008 07:24:08 +0000</pubDate>
      <category domain="http://securityratty.com/tag/mac">mac</category>
      <category domain="http://securityratty.com/tag/symantec">symantec</category>
      <category domain="http://securityratty.com/tag/windows">windows</category>
      <category domain="http://securityratty.com/tag/users">users</category>
      <category domain="http://securityratty.com/tag/macs">macs</category>
      <category domain="http://securityratty.com/tag/computers">computers</category>
      <source url="http://feeds.computerworld.com/~r/Computerworld/Security/News/~3/249389641/article.do">Norton AntiVirus Dual Protection for Mac debuts</source>
    </item>
    <item>
      <title><![CDATA[Norton AntiVirus Dual Protection for Mac debuts]]></title>
      <link>http://securityratty.com/article/e8f76b65795b57b6817b11433be0e06a</link>
      <guid>http://securityratty.com/article/e8f76b65795b57b6817b11433be0e06a</guid>
      <description><![CDATA[Symantec on Monday introduced Norton AntiVirus Dual Protection for Mac. It costs $69.95 (that price includes a one-year subscription for virus...]]></description>
      <content:encoded><![CDATA[Symantec on Monday introduced Norton AntiVirus Dual Protection for Mac. It costs $69.95 (that price includes a one-year subscription for virus updates).]]></content:encoded>
      <pubDate>Sun, 09 Mar 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/one-year subscription">one-year subscription</category>
      <category domain="http://securityratty.com/tag/price includes">price includes</category>
      <category domain="http://securityratty.com/tag/mac">mac</category>
      <category domain="http://securityratty.com/tag/costs">costs</category>
      <category domain="http://securityratty.com/tag/symantec">symantec</category>
      <category domain="http://securityratty.com/tag/virus">virus</category>
      <category domain="http://securityratty.com/tag/monday">monday</category>
      <source url="http://www.networkworld.com/news/2008/031008-norton-antivirus-dual-protection-for.html?fsrc=rss-security">Norton AntiVirus Dual Protection for Mac debuts</source>
    </item>
    <item>
      <title><![CDATA[Dense Computing = Less Security]]></title>
      <link>http://securityratty.com/article/5dbda642fb9893f6485c28428902947e</link>
      <guid>http://securityratty.com/article/5dbda642fb9893f6485c28428902947e</guid>
      <description><![CDATA[In case you all haven't noticed, there is a trend taking place that is all about building &quot;GREEN&quot; and &quot;VIRTUAL&quot; data centers which take advantage of dense computing architectures
This trend is taking...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>In case you all haven't noticed, there is a trend taking place that is all about building &quot;GREEN&quot; and &quot;VIRTUAL&quot; data centers which take advantage of dense computing architectures.</p>

<p>This trend is taking off for a number of reasons:</p>

<p>Multi-Core processing = More processing power for more applications on a single server<br />Blade Server = More servers with more processors in a smaller amount of rack space<br />Virtualization = More operating systems in a physical server.</p>

<p>Multi-Core + Blade Server + Virtualization = Green, less cost, easier managed, less space, less cooling, less power, etc. etc. etc.</p>

<p>I think we all get it!&nbsp; It has lots of advantages!</p>

<p>BUT... What we have created is &quot;Dense Computing&quot; which is putting a lot of security eggs into one basket.&nbsp; Imagine having a Blade Server with 12 blades in it, each blade having 8 CPU cores fitting into about 15U of rack space.&nbsp; You now have 96 CPU's to drive your operating systems and applications.&nbsp; Wow!&nbsp; In the old days that would have been a mainframe of sorts or some Cray Super Computer!&nbsp; Or in more recent times that would have been 96 rack mountable servers in your data center.</p>

<p>Now, take this one blade server and replicate it until you fill up a rack and replicate it some more until you fill up a row in a data center.</p>

<p><a onclick="window.open(this.href, '_blank', 'width=287,height=283,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/02/11/densecomputing.jpg"><img width="100" height="98" border="0" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/02/11/densecomputing.jpg" title="Densecomputing" alt="Densecomputing" style="margin: 0px 5px 5px 0px; float: left;" /></a>
Now you have lots of &quot;Virtual Servers&quot; and &quot;Virtual Desktops&quot; running in a very very small piece of real estate.&nbsp; This is great news!&nbsp; All delivered by the power of multi-core processing technology, blade based computing technology and virtualization technology.&nbsp; Once again; Mutli-Core + Blade Computing + Virtualization = Green, less power, less rack space and uhhh..... LESS SECURE!</p>

<p>Why is this less secure?&nbsp; Well in the past you had physical servers and in many cases you segmented off your data center by having physical firewalls between servers or server groups.&nbsp; If all of these servers are now running in a virtual environment you no longer have the ability to physically isolate these servers and the problem&nbsp; just got worse because you have more density of them in a place where you can't&nbsp; secure them. </p>

<p>If you think about the example of one blade server environment with 96 CPU cores and virtualization layered on top of it, you can easily see an environment where one could get&nbsp; 960 virtual servers in a single blade server with 12 blades of dual quad core processors.&nbsp; Wow!&nbsp; Thats 960 virtual machines with no isolation between each other.&nbsp; You could possibly get some isolation between the blades &quot;IF&quot; you turned on some ACL's in the &quot;Integrated Blade Server Switch&quot; but the traffic definitely isn't going to touch your physical NetScreen or Checkpoint firewall unless you start routing traffic out of the box and back in.</p>

<p>People are starting to talk about the security problems caused by virtualization but I thought I'd point out the fact that the problems gets even bigger when you virtualize on multi-core and blade server environments.</p>

<p>Think twice on your security design before you deploy!&nbsp; Ask your security vendors to support virtualization!&nbsp; <a onclick="window.open(this.href, '_blank', 'width=800,height=527,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/02/11/securityhypecycle.jpg"><img width="100" height="65" border="0" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/02/11/securityhypecycle.jpg" title="Securityhypecycle" alt="Securityhypecycle" style="margin: 0px 5px 5px 0px; float: left;" /></a>
<br />&lt;---Click to view<br />Gartner has something called the Hype Cycle and I think this problem is more than &quot;Hype&quot; and is something that companies should take a serious look at right away.&nbsp; The good news is that awareness and education in the market is taking place on this topic as indicated in this Graph showing Gartner now tracking &quot;virtual security partitions&quot;.&nbsp; Thanks Niel McDonald of Gartner for paying attention to this space!</p>

<p>JP</p></div>
]]></content:encoded>
      <pubDate>Tue, 12 Feb 2008 00:56:57 +0000</pubDate>
      <category domain="http://securityratty.com/tag/blade server">blade server</category>
      <category domain="http://securityratty.com/tag/blade server environments">blade server environments</category>
      <category domain="http://securityratty.com/tag/single blade server">single blade server</category>
      <category domain="http://securityratty.com/tag/blade">blade</category>
      <category domain="http://securityratty.com/tag/blade server environment">blade server environment</category>
      <category domain="http://securityratty.com/tag/environment">environment</category>
      <category domain="http://securityratty.com/tag/blade server switch">blade server switch</category>
      <category domain="http://securityratty.com/tag/physical servers">physical servers</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <source url="http://feeds.feedburner.com/~r/SecurityInTheVirtualWorld/~3/234181127/dense-computing.html">Dense Computing = Less Security</source>
    </item>
    <item>
      <title><![CDATA[Dense Computing = Less Security]]></title>
      <link>http://securityratty.com/article/be5923afbedbc6aed691289314700796</link>
      <guid>http://securityratty.com/article/be5923afbedbc6aed691289314700796</guid>
      <description><![CDATA[In case you all haven't noticed, there is a trend taking place that is all about building &quot;GREEN&quot; and &quot;VIRTUAL&quot; data centers which take advantage of dense computing architectures
This trend is taking...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>In case you all haven't noticed, there is a trend taking place that is all about building &quot;GREEN&quot; and &quot;VIRTUAL&quot; data centers which take advantage of dense computing architectures.</p>

<p>This trend is taking off for a number of reasons:</p>

<p>Multi-Core processing = More processing power for more applications on a single server<br />Blade Server = More servers with more processors in a smaller amount of rack space<br />Virtualization = More operating systems in a physical server.</p>

<p>Multi-Core + Blade Server + Virtualization = Green, less cost, easier managed, less space, less cooling, less power, etc. etc. etc.</p>

<p>I think we all get it!&nbsp; It has lots of advantages!</p>

<p>BUT... What we have created is &quot;Dense Computing&quot; which is putting a lot of security eggs into one basket.&nbsp; Imagine having a Blade Server with 12 blades in it, each blade having 8 CPU cores fitting into about 15U of rack space.&nbsp; You now have 96 CPU's to drive your operating systems and applications.&nbsp; Wow!&nbsp; In the old days that would have been a mainframe of sorts or some Cray Super Computer!&nbsp; Or in more recent times that would have been 96 rack mountable servers in your data center.</p>

<p>Now, take this one blade server and replicate it until you fill up a rack and replicate it some more until you fill up a row in a data center.</p>

<p><a onclick="window.open(this.href, '_blank', 'width=287,height=283,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/02/11/densecomputing.jpg"><img width="100" height="98" border="0" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/02/11/densecomputing.jpg" title="Densecomputing" alt="Densecomputing" style="margin: 0px 5px 5px 0px; float: left;" /></a>
Now you have lots of &quot;Virtual Servers&quot; and &quot;Virtual Desktops&quot; running in a very very small piece of real estate.&nbsp; This is great news!&nbsp; All delivered by the power of multi-core processing technology, blade based computing technology and virtualization technology.&nbsp; Once again; Mutli-Core + Blade Computing + Virtualization = Green, less power, less rack space and uhhh..... LESS SECURE!</p>

<p>Why is this less secure?&nbsp; Well in the past you had physical servers and in many cases you segmented off your data center by having physical firewalls between servers or server groups.&nbsp; If all of these servers are now running in a virtual environment you no longer have the ability to physically isolate these servers and the problem&nbsp; just got worse because you have more density of them in a place where you can't&nbsp; secure them. </p>

<p>If you think about the example of one blade server environment with 96 CPU cores and virtualization layered on top of it, you can easily see an environment where one could get&nbsp; 960 virtual servers in a single blade server with 12 blades of dual quad core processors.&nbsp; Wow!&nbsp; Thats 960 virtual machines with no isolation between each other.&nbsp; You could possibly get some isolation between the blades &quot;IF&quot; you turned on some ACL's in the &quot;Integrated Blade Server Switch&quot; but the traffic definitely isn't going to touch your physical NetScreen or Checkpoint firewall unless you start routing traffic out of the box and back in.</p>

<p>People are starting to talk about the security problems caused by virtualization but I thought I'd point out the fact that the problems gets even bigger when you virtualize on multi-core and blade server environments.</p>

<p>Think twice on your security design before you deploy!&nbsp; Ask your security vendors to support virtualization!&nbsp; <a onclick="window.open(this.href, '_blank', 'width=800,height=527,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/02/11/securityhypecycle.jpg"><img width="100" height="65" border="0" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/02/11/securityhypecycle.jpg" title="Securityhypecycle" alt="Securityhypecycle" style="margin: 0px 5px 5px 0px; float: left;" /></a>
<br />&lt;---Click to view<br />Gartner has something called the Hype Cycle and I think this problem is more than &quot;Hype&quot; and is something that companies should take a serious look at right away.&nbsp; The good news is that awareness and education in the market is taking place on this topic as indicated in this Graph showing Gartner now tracking &quot;virtual security partitions&quot;.&nbsp; Thanks Niel McDonald of Gartner for paying attention to this space!</p>

<p>JP</p></div>
]]></content:encoded>
      <pubDate>Tue, 12 Feb 2008 00:56:57 +0000</pubDate>
      <category domain="http://securityratty.com/tag/blade server">blade server</category>
      <category domain="http://securityratty.com/tag/blade server environments">blade server environments</category>
      <category domain="http://securityratty.com/tag/single blade server">single blade server</category>
      <category domain="http://securityratty.com/tag/blade">blade</category>
      <category domain="http://securityratty.com/tag/blade server environment">blade server environment</category>
      <category domain="http://securityratty.com/tag/environment">environment</category>
      <category domain="http://securityratty.com/tag/blade server switch">blade server switch</category>
      <category domain="http://securityratty.com/tag/physical servers">physical servers</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <source url="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/2008/02/dense-computing.html">Dense Computing = Less Security</source>
    </item>
    <item>
      <title><![CDATA[Every network has a firewall, shouldnt a virtual one have the same?]]></title>
      <link>http://securityratty.com/article/efc392a650b25069ca9991734eb8dfd2</link>
      <guid>http://securityratty.com/article/efc392a650b25069ca9991734eb8dfd2</guid>
      <description><![CDATA[If you agree with the first part of the title to this blog, then logic would indicate that you agree with the second half of the title however the reality is that this isn't the practice that most...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>If you agree with the first part of the title to this blog, then logic would indicate that you agree with the second half of the title however the reality is that this isn't the practice that most companies are taking.</p>

<p>Why is this?&nbsp; I believe this is because history proves itself time and time again and in this case history has proven that we are quick to take advantage of things that are cheaper and make our lives easier and put the &quot;what if's&quot; on hold.&nbsp; </p>

<p>We do this all the time in every day life.&nbsp; What if I die tomorrow? Well, I'll wait and get life insurance later, I'm still young and healthy.&nbsp; What if someone breaks into my home, should I activate this burgler alarm system came with my new home?&nbsp; Nah, I'll wait till later, my neighborhood is pretty safe.&nbsp; Should&nbsp; I buy the car with the dual air bags?&nbsp; Nah, its useually just me driving in my car.</p>

<p>We tend to take the cheapest and easiest route and security is always difficult and sometimes costly.&nbsp; It's the path of least resistance and security takes work, constant work.&nbsp; Therefore we deploy virtual networks, know it needs to be secure but tell ourselves &quot;we'll cross that bridge when we come to it&quot;.&nbsp; Can we truely cross that bridge when we come to it?&nbsp; By the time you come to it, your company is on the front page of the New York times indicating something like &quot;TJ Max Just Hacked, Millions of Customer Credit Cards Stolen!&quot;.&nbsp; I would think someone lost their job on that one for not thinking about security enough earlier on in the process.</p>

<p>The other flawed logic I hear from talking to people is:&nbsp; My Virtual Environment is not in production yet so I'm ok.&nbsp; Well, shouldn't you safeguard your non production environment also?&nbsp; In most of the non production environments I've seen, customers are testing new software they are developing or something that is simulating what the production environment will look like.&nbsp; Doesn't that data need to be protected also?&nbsp; What if someone hacked into a lab environment and stole all of the source code for a new application your company was developing in the labs.&nbsp; Wouldnt it be a pain if someone hacked your lab and caused a situation where you had to spend weeks to rebuild it again?</p>

<p>Enough said.. I think you get the point....</p>

<p>So, what is it that needs to be secured anyway?&nbsp; What makes the virtual network a network that is unique and calls for even more security?</p>

<p>Well, the answer is simple.&nbsp; Its a network, therefore it needs to have firewalls but what makes it more insecure is because the Virtual Switches are not equivalent to physical switches.&nbsp; You can at least set up ACL's (Access Control Lists) on physical switches to isolate traffic but in the Virtual Switches you can not.<br />
So without this ACL type of isolation you are even more insecure than your physical networks.&nbsp; No Firewalls and no ACL capable switches.</p>

<p>What needs to be secured is communication between the machines within the virtual network.&nbsp; Think about this for a moment:&nbsp; If I put High Security virtual machines on the same network as Low Security Machines, are'nt those High Security Servers now in a Low Security environment?&nbsp; Common sense answer right?&nbsp; Of course they are now in a Low Security Environment!!&nbsp; However, if you have isolation between those types of virtual machines, you've now isoloated, partitioned, segmented and split up your virtual network into High Security and Low Security segments.&nbsp; </p>

<p>Listen to the bellow DEFCON video, it will also give you some GREAT technical visibility into what's flawed with how people are going about virtual networks.</p><br />

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-760691459426506695&hl=en" flashvars=""> </embed>

<p>-JP</p></div>
]]></content:encoded>
      <pubDate>Sun, 10 Feb 2008 12:07:45 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/low security environment">low security environment</category>
      <category domain="http://securityratty.com/tag/security servers">security servers</category>
      <category domain="http://securityratty.com/tag/low security segments">low security segments</category>
      <category domain="http://securityratty.com/tag/low security machines">low security machines</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/security takes">security takes</category>
      <category domain="http://securityratty.com/tag/security virtual machines">security virtual machines</category>
      <category domain="http://securityratty.com/tag/machines">machines</category>
      <source url="http://feeds.feedburner.com/~r/SecurityInTheVirtualWorld/~3/234181126/every-network-h.html">Every network has a firewall, shouldnt a virtual one have the same?</source>
    </item>
  </channel>
</rss>
