<?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: router]]></title>
    <link>http://securityratty.com/tag/router</link>
    <description></description>
    <pubDate>Sat, 13 Sep 2008 09:31:07 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Ethernet and WiFi and Bluetooth, oh my!]]></title>
      <link>http://securityratty.com/article/7e68a654ca332da27ddcdad36cf536ff</link>
      <guid>http://securityratty.com/article/7e68a654ca332da27ddcdad36cf536ff</guid>
      <description><![CDATA[Customers have long requested a way to configure a computer to automatically disable its wireless NIC when its Ethernet is in use. Many third-party utilities can do this for you, but neither XP nor...]]></description>
      <content:encoded><![CDATA[<p>Customers have long requested a way to configure a computer to automatically disable its wireless NIC when its Ethernet is in use. Many third-party utilities can do this for you, but neither XP nor Vista have a built-in way to accomplish this, nor will Windows 7. Although having both NICs enabled first appears to cause a security issue, in reality that would be true only if both of the following were also true: </p>  <ul>   <li>The user is logged on as a local administrator</li>    <li>The user, or some code the user runs, enables IP routing</li> </ul>  <p>By default, all forms of IP routing (including NIC bridging) are disabled. Only local administrators (or group policy) can enable them. So the risk, actually, is minimal. </p>  <p>If you have a stroll through group policy, you'll discover this setting: &quot;Prohibit installation and configuration of Network Bridge on your DNS domain network&quot; (more <a target="_blank" href="http://technet.microsoft.com/en-us/library/cc783558.aspx">here</a>, <a target="_blank" href="http://technet.microsoft.com/en-us/library/cc758455.aspx">here</a>). This setting allows you turn a computer into a router that bridges two networks. The bridging works only when one of the interfaces is in the same DNS namespace it was in when the bridge setting was enabled, and it works only when the Windows firewall is <em>disabled</em> on both interfaces (<a target="_blank" href="http://blogs.technet.com/steriley/archive/2007/05/29/technet-exploring-the-windows-vista-firewall.aspx">never a good idea</a>). Additionally, regardless of the group policy setting, the function doesn’t even appear as an option when the user is logged in as a non-admin. The group policy setting simply removes the option from people who are local admins of their computers. So here's a way you can remove the ability even for local admins to enable routing. </p>  <p>However, let me admit that I wish we <em>did</em> have a way to implement your request, but for an entirely different reason: IP address preservation. Consider what happens when I'm on my own corpnet in my office. I put my laptop in its dock, which is connected to the Ethernet. I never bother disabling my wireless (I'm lazy). So whenever I'm in my office I'm taking up two IP addresses: one on the Ethernet and one on the wireless. Such wasteful profligacy, I know! (Note this isn’t a problem for any Bluetooth adapter, which always uses <a target="_blank" href="http://support.microsoft.com/kb/220874">APIPA</a> in its default configuration; I can’t imagine a scenario where you’d want Bluetooth to use DHCP.)</p>  <p>If you agree with me that this is something we should address post Windows 7, not for &quot;security&quot; reasons but as a good general networking practice of being conservative with address allocation, please speak up. Now's the time for your input.</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3136959" width="1" height="1">]]></content:encoded>
      <pubDate>Wed, 15 Oct 2008 17:16:48 +0000</pubDate>
      <category domain="http://securityratty.com/tag/bluetooth">bluetooth</category>
      <category domain="http://securityratty.com/tag/ethernet">ethernet</category>
      <category domain="http://securityratty.com/tag/windows">windows</category>
      <category domain="http://securityratty.com/tag/windows firewall">windows firewall</category>
      <category domain="http://securityratty.com/tag/user runs">user runs</category>
      <category domain="http://securityratty.com/tag/wireless">wireless</category>
      <category domain="http://securityratty.com/tag/user">user</category>
      <category domain="http://securityratty.com/tag/wireless nic">wireless nic</category>
      <category domain="http://securityratty.com/tag/address post windows">address post windows</category>
      <source url="http://blogs.technet.com/steriley/archive/2008/10/15/ethernet-and-wifi-and-bluetooth-oh-my.aspx">Ethernet and WiFi and Bluetooth, oh my!</source>
    </item>
    <item>
      <title><![CDATA[Two Years of Broken Crypto: Debian's Dress Rehearsal for a Global PKI Compromise]]></title>
      <link>http://securityratty.com/article/432d2495bf0e8b9c969c9d8efd4895eb</link>
      <guid>http://securityratty.com/article/432d2495bf0e8b9c969c9d8efd4895eb</guid>
      <description><![CDATA[A patch to the OpenSSL package maintained by Debian GNU/Linux (an operating system composed of free and open source software that can be used as a desktop or server OS) submitted in 2006 weakened its...]]></description>
      <content:encoded><![CDATA[A patch to the OpenSSL package maintained by Debian GNU/Linux (an operating system composed of free and open source software that can be used as a desktop or server OS) submitted in 2006 weakened its pseudo-random number generator (PRNG), a critical component for secure key generation. Unnoticed for two years, the weak PRNG created a crypto-implementation nightmare with wide-ranging consequences that are difficult to repair. Putting both servers and users at risk, this vulnerability affected OpenSSH, Apache (mod_ssl), the onion router (TOR), OpenVPN, and other applications. In this article, I'll examine the issue and its consequences.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=82b45bc2d7e3da625459c51c5bb78bca" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=82b45bc2d7e3da625459c51c5bb78bca" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 00:42:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/prng">prng</category>
      <category domain="http://securityratty.com/tag/secure key generation">secure key generation</category>
      <category domain="http://securityratty.com/tag/weak prng">weak prng</category>
      <category domain="http://securityratty.com/tag/critical component">critical component</category>
      <category domain="http://securityratty.com/tag/openssl package">openssl package</category>
      <category domain="http://securityratty.com/tag/debian gnulinux">debian gnulinux</category>
      <category domain="http://securityratty.com/tag/onion router">onion router</category>
      <category domain="http://securityratty.com/tag/consequences">consequences</category>
      <category domain="http://securityratty.com/tag/source software">source software</category>
      <source url="http://www.pheedo.com/click.phdo?i=82b45bc2d7e3da625459c51c5bb78bca">Two Years of Broken Crypto: Debian's Dress Rehearsal for a Global PKI Compromise</source>
    </item>
    <item>
      <title><![CDATA[Hacking Your VoIP Box From The Net]]></title>
      <link>http://securityratty.com/article/ddef0bbead6572419deccb8cf4914ce6</link>
      <guid>http://securityratty.com/article/ddef0bbead6572419deccb8cf4914ce6</guid>
      <description><![CDATA[Do you do penetration testing of your own network? Is it comprehensive enough? Read this recent blog from McAfee's Avert Labs and you may wonder. An Avert analyst, reading about vulnerabilities in the...]]></description>
      <content:encoded><![CDATA[Do you do penetration testing of your own network? Is it comprehensive enough? Read <a href="http://www.avertlabs.com/research/blog/index.php/2008/09/29/the-lack-of-attention-in-voip-devices/">this recent blog from McAfee's Avert Labs</a> and you may wonder.

An Avert analyst, reading about vulnerabilities in the Cisco IP phone model 7960 then used Google to try to find publicly-accessible 7960 phones. He found "almost 10" (does that mean 9? awkward turn of phrase). 1 of them had the vulnerable firmware version  And the vulnerability was that the phone's web interface reveals a lot of sensitive network information, so the company that holds that phone has a vulnerable network.

What was revealed by the phone? "...the IP addresses of the TFTP server/router/DNS server/DHCP server/Cisco Call Manager, as well as some application links, internal device configuration, and debugging information. If there are any exploitable vulnerabilities in one of these linked servers, attackers could use this information to stage further attacks."

There's always more to test for, and mistakes you in device configuration can have dire consequences.
<p><a href="http://feedads.googleadservices.com/~a/KqezZ8B5wlQOthXrTY4hSBEoKXo/a"><img src="http://feedads.googleadservices.com/~a/KqezZ8B5wlQOthXrTY4hSBEoKXo/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/RSS/cheap_hack/~4/sIcbcZ5FSGQ" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 04 Oct 2008 13:06:04 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sensitive network information">sensitive network information</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/device configuration">device configuration</category>
      <category domain="http://securityratty.com/tag/internal device configuration">internal device configuration</category>
      <category domain="http://securityratty.com/tag/phone model">phone model</category>
      <category domain="http://securityratty.com/tag/phone">phone</category>
      <category domain="http://securityratty.com/tag/exploitable vulnerabilities">exploitable vulnerabilities</category>
      <category domain="http://securityratty.com/tag/vulnerable network">vulnerable network</category>
      <source url="http://feeds.ziffdavisenterprise.com/~r/RSS/cheap_hack/~3/sIcbcZ5FSGQ/hacking_your_voip_box_from_the_net.html">Hacking Your VoIP Box From The Net</source>
    </item>
    <item>
      <title><![CDATA[Cisco releases bundle of router security patches]]></title>
      <link>http://securityratty.com/article/316f56d2cee6ab56d6e1ad7d858a1e8a</link>
      <guid>http://securityratty.com/article/316f56d2cee6ab56d6e1ad7d858a1e8a</guid>
      <description><![CDATA[Cisco has issued a set of security patches for the Internet Operating System (IOS) software, used to power its routers and...]]></description>
      <content:encoded><![CDATA[Cisco has issued a set of security patches for the Internet Operating System (IOS) software, used to power its routers and switches.]]></content:encoded>
      <pubDate>Wed, 24 Sep 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security patches">security patches</category>
      <category domain="http://securityratty.com/tag/cisco">cisco</category>
      <category domain="http://securityratty.com/tag/routers">routers</category>
      <category domain="http://securityratty.com/tag/internet">internet</category>
      <category domain="http://securityratty.com/tag/system">system</category>
      <category domain="http://securityratty.com/tag/switches">switches</category>
      <category domain="http://securityratty.com/tag/ios">ios</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <category domain="http://securityratty.com/tag/power">power</category>
      <source url="http://www.networkworld.com/news/2008/092508-cisco-releases-bundle-of-router.html?fsrc=rss-security">Cisco releases bundle of router security patches</source>
    </item>
    <item>
      <title><![CDATA[Wakeup Call for Risk Management]]></title>
      <link>http://securityratty.com/article/5c961827ce1d8ef57419fb5d2d847236</link>
      <guid>http://securityratty.com/article/5c961827ce1d8ef57419fb5d2d847236</guid>
      <description><![CDATA[Blogger: Dan Blum
With the crisis in financial markets still unfolding, it is important to draw what lessons we can from the experience. Since the roots of the crisis lie in a monumental failure of...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>Blogger: Dan Blum</p>

<p>With the crisis in financial markets still unfolding, it is important to draw what lessons we can from the experience. Since the roots of the crisis lie in a monumental failure of risk management, it’s important to understand more about what happened, and then draw some parallels to our business risk management and&nbsp; IT risk management situations.</p>

<p>The risk management failure in the housing market and on Wall Street had multiple interdependent dimensions:</p>

<ul><li><strong>Mortgage lenders abandoned long standing prudent loan practices</strong>. They made too many loans that buyers might not be able to repay. Exotic instruments like ARMs, option ARMs, and interest only loans proliferated. In many cases, all pretense of lending standards were abandoned, so-called “liar loans” approved.</li>

<li><strong>Capital was grossly over-leveraged</strong>. Mortgage lenders and other financial services packaged loans into securities, which they sold to raise capital to support more lending. Real capital reserve requirements to back loans were reduced. Of course, if borrowers could not repay loans, all or parts of the derivative securities would become worthless.</li>

<li><strong>Risk was aggregated at Fannie Mae, Freddie Mac, and mortgage loan insurance companies</strong>. These companies bought or insured some mortgage loans, providing something of a backstop should loans fail. Government sponsored enterprises (GSEs) Fannie and Freddie in turn became over-leveraged and securities that they sold were in turn repackaged in the murky brew of mortgage-backed securities called collateralized debt obligations (CDOs) and other exotic instruments returning generous yields. </li>

<li><strong>Non-Caveat Emptor.</strong> Institutional wealth funds and financial services firms who should have known better bought securities that had been deliberately structured to obfuscate risk. They bought securities they didn’t understand with buried tranches of toxic subprime loans..</li></ul>

<p>It was a great Ponzi scheme – one that kept working as long as housing prices were going up; the recipients of subprime loans could always flip that house to the next buyer. Everyone made money. As Chuck Prince of Citigroup famously put it during <a href="http://search.ft.com/ftArticle?sortBy=gadatearticle&amp;queryText=chuck+prince+dancing&amp;y=0&amp;aje=true&amp;x=0&amp;id=070710000610&amp;ct=0&amp;page=6&amp;nclick_check=1">a July, 2007 interview</a>: “So long as the music is playing, you’ve got to keep dancing. We’re still dancing.” But one month later, the music stopped. Since then, Citigroup and other financial institutions have taken massive writeoffs with more to come. Wall Street titans like Bear Sterns, Lehman Brothers, Merrill Lynch, and AIG have fallen or been bought out.</p>

<p>What can we learn from this risk management debacle?</p>

<p>As business risk managers and investors, we should ask questions like these:</p>

<ul><li><strong>Does the executive incentive structure of the company encourage managers to dance around risk?</strong> Many Wall Street firms paid senior managers 5 times their salary in bonuses tied to annual growth alone.</li>

<li><strong>Is the company over-leveraged?</strong> Is it borrowing too much money and betting it on ventures with uncertain outcomes?</li>

<li><strong>Are financial models used for risk management realistic?</strong> Earlier, I described the mortgage market of the past few years as a Ponzi scheme, where risk management models must have assumed prices would keep rising. Unlike the dotcom boom whose demise many predicted, very few in the industry foresaw the sharp declines to come in housing prices and sales volumes. Historically, the U.S. housing market has been a steadily rising one, but on the other hand the 2000s saw unprecedented rates of price increases. In reality, what goes up must come down. </li>

<li><strong>Has your company’s risk council ever performed worst case scenario analysis and built adequate reserves?</strong> In the days before economics emerged as a would-be “hard” deterministic science, business leaders may have been more cautious, more aware of and more accepting of uncertainty. Events like the Great Tulip Bubble came once in decades or centuries – not every few years. Note that legendary investor George Soros has proposed a Theory of Reflexivity that, if true, helps explain the recent extremes of boom and bust cycles. This theory holds that market participants model market behaviors based on self-interest, and for a time, their manipulations change the reality of the market – until gravitational forces bring it back to earth. Has the music of ephemeral success played to the backbeat of deterministic-sounding economic models gone to your heads and infected your risk management models? </li>

<li><strong>Are cost cutting efforts pursued blindly?</strong> Outsourcing and other forays into treacherous global waters may be giving away the crown jewels. Smart companies cut costs, but they do it in smart ways. Smart companies think like intelligence agencies as they parcel out work to different partners with varying levels of dependability, and they check on those partners.</li></ul>

<p>Risk management failures can also occur at the more technical level of IT security. As IT risk managers, we might ask questions like these:</p>

<ul><li><strong>Are the accounting and financial systems your IT department supports under adequate control?</strong> As Fred Cohen wrote in <a href="http://www.burtongroup.com/Client/Research/Document.aspx?cid=750">one of our documents</a>: “Many companies use computers to manage financial systems, and despite the Sarbanes-Oxley Act (SOX) claims about accounts being properly kept, there are many attacks on financial systems that remain. For example, most of the largest financial systems in the world running on common financial databases do not use <a href="http://en.wikipedia.org/wiki/Double-entry_bookkeeping">double-entry bookkeeping</a> and are thus susceptible to all manner of frauds by insiders.” We find it troubling that a prudent control dating back to the 12th century is going out of style in the name of convenience and cost cutting. Kind of like credit checking became anachronistic during the housing bubble, eh?</li>

<li><strong>Is the “separation” in your “separation of duty” (SoD) for real?</strong> Sure the SOX auditors are looking for SoD, and maybe you have different administrators with different accounts maintaining different systems or functions. But when they say Western civilization may be but one weak password from collapse they’re not lying. Look what happened to Sarah Palin’s email account! Weak and straggly SoD is a problem across all critical IT systems where deperimiterization and server consolidation may be bringing down protective barriers, identity management is weak, and strong process controls (e.g., where two people must sign on, one perform a critical operation such as backbone router reconfiguration, and the second observe) abandoned in the name of expediency. </li>

<li><strong>Are risks being aggregated to unacceptable levels in centralized control systems?</strong> There are many ways that risks aggregate within enterprise IT infrastructures as we pursue automation and cost cutting. Network risks aggregate when centralized domain name system control is implemented. Application risks aggregate when common infrastructure is shared among applications. And enterprises aggregate platform risks when they use low-assurance endpoints, authentication, and directory systems with single sign-on to access large numbers of resources and don’t separate high consequence systems. </li>

<li><strong>Non-caveat emptor:</strong> Has IT security really done the worst case consequence analysis, attack graphs, and vulnerability analysis to know when putting more eggs in a supposedly stronger basket aggregates risks to an unacceptable level? Or are you depending only on vendor claims about some black box appliance equivalent of a risk-obfuscated CDO security? Caveat emptor (buyer beware) again! (The good news is we’ll keep talking about promoting vendor and product rating systems so you don’t have to do all the detailed product analysis yourself, but that’s another post.)</li></ul>

<p>There are many parallels between the monumental risk management failure in the financial markets, and the probable weaknesses in our day to day business risk management and IT risk management. Abandonment of prudent practices for profit; excessive leverage and centralization; ill-constructed risk analysis models; risk obfuscation; and a failure of caveat emptor seem to be common problems. Please take this as a wakeup call to sharpen up the risk management thinking, process, and execution.</p></div>
<img src="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~4/397240912" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 19 Sep 2008 06:11:09 +0000</pubDate>
      <category domain="http://securityratty.com/tag/risk management">risk management</category>
      <category domain="http://securityratty.com/tag/risk management debacle">risk management debacle</category>
      <category domain="http://securityratty.com/tag/risk management failure">risk management failure</category>
      <category domain="http://securityratty.com/tag/failure">failure</category>
      <category domain="http://securityratty.com/tag/risk management realistic">risk management realistic</category>
      <category domain="http://securityratty.com/tag/business risk management">business risk management</category>
      <category domain="http://securityratty.com/tag/risk management models">risk management models</category>
      <category domain="http://securityratty.com/tag/risk">risk</category>
      <category domain="http://securityratty.com/tag/risk management situations">risk management situations</category>
      <source url="http://feeds.feedburner.com/~r/SecurityAndRiskManagementStrategiesBlog/~3/397240912/wakeup-call-for.html">Wakeup Call for Risk Management</source>
    </item>
    <item>
      <title><![CDATA[Dumb Luck IS a Strategy!]]></title>
      <link>http://securityratty.com/article/16ab612b9342a48155481fcdd1dcf4fd</link>
      <guid>http://securityratty.com/article/16ab612b9342a48155481fcdd1dcf4fd</guid>
      <description><![CDATA[While still at GOVCERT.NL , I've attended a fun little presentation, describing a penetration test (I cannot provide any more details as it was a &quot;No Press&quot; presentation - this post is not about it,...]]></description>
      <content:encoded><![CDATA[<p>While still at <a href="http://www.govcert.nl/symposium/index.html">GOVCERT.NL</a>, I've attended a fun little presentation, describing a penetration test (I cannot provide any more details as it was a &quot;No Press&quot; presentation - this post is not about it, but rather was inspired by it!)</p>  <p>In any case, if you do pentests, think about all the RECENT cases where you break in to a major corporation through:</p>  <ul>   <li>a Solaris system with Internet-exposed telnet with a guessable password OR a telnet vulnerability (circa 1994!) </li>    <li>an exposed VPN appliance with a manufacturer's administrator password </li>    <li>a router with default &quot;enable&quot; password </li>    <li>or, something else entirely - but something that rivals the above example in its <strong>unparalleled, unbelievable, abysmal, deep idiocy.</strong> </li> </ul>  <p>Indeed, many of my pentesting friends still report plenty of such cases (one was also featured in the presentation mentioned above). Whenever I hear about it from a pentester, I always ask:</p>  <p><strong><font size="4">Do you think &quot;somebody bad&quot; had already passed through the hole you just discovered?</font></strong></p>  <p>Maybe an hour ago, a day ago - or a year ago?!</p>  <p><strong>I cannot see how the answer can be &quot;no.&quot; </strong></p>  <p>Even though pentesters usually don't focus on forensics (no time for this), it is not uncommon to notice &quot;your predecessor's&quot; intrusion traces while you break through systems, &quot;plant flags&quot;, change screen backgrounds [for the admins to notice that you've been there...], etc. </p>  <p>Let's think what this situation really means? Here are the choices I see:</p>  <ol>   <li><strong>Nobody discovered the hole</strong> - a law of large&#160; numbers (aka &quot;dumb luck&quot;) have &quot;shielded&quot; the company from an incident. Yes, Virginia, dumb luck IS a security strategy for some companies... AND it works for them. </li>    <li><strong>It was discovered, but not used/abused by the attacker</strong> - maybe he was busy hacking other systems, or saved this for later and never came back due to his ADD. Congratulation, you win! The immense power of dumb luck wrapped you in a protective &quot;security&quot; blanket ... again :-) </li>    <li><strong>It was discovered; the attacker went in, looked around and compromised a few others systems</strong>, but found nothing of interest (no low hanging fruits)&#160; - and he was not a bot herder. Again, you win. Next time you are in Vegas, bet on &quot;00.&quot; </li>    <li><strong>It was discovered; the attacker went in and deployed a bot on &quot;your&quot; system </strong>- given how many botnets are there, this situation is clearly <em>acceptable</em> to many organizations. In this case, dumb luck strategy, apparently, still work: so they use your box to spam and phish somebody else ... big deal!</li>    <li><strong>It was discovered; the attacker went in and stole all your credit card information (it is now for sale) </strong>- even in this case, the user of &quot;the dumb luck strategy&quot; still &quot;wins&quot; (in some perverse sense)! Unless and until the stolen information IS tracked back to you OR a friendly neighborhood PCI auditor come and jams a broomstick up your ..., you can still continue to be stupid at your leisure and ignore basic security practices. </li>    <li><strong>It was discovered; the attacker went in and stole your CEO's Inbox, including the email related to his affair (it is now on CNN) - </strong>now, in this case, you lose AND it is time to stop being stupid! Welcome to the &quot;0wned world.&quot; Time to launch (relaunch?) your security program and get serious. </li> </ol>  <p>What does this teach us about RISK? The lesson here is important:</p>  <ul>   <li>For a security professional, an Internet-exposed system with &quot;root/root&quot; is an obvious <strong>HUGE</strong> risk! </li>    <li>For your boss's boss's boss, it is <strong>NOT</strong>! </li> </ul>  <p>This is exactly why I think that <strong>the most critical problem in security today is METRICS</strong>. Metrics that <strong>a) work AND mean something to decision makers</strong> and <strong>b) can be clearly communicated to said decision makers [</strong>BTW, a) and b) are two separate problems.] Metrics that cover not only threats and vulnerabilities we face, but also the effectiveness of security countermeasures we deploy. Metrics you can act on - and ones your boss (and his boss) will act on. Metrics that lead to correct decisions about which risks to accept, which to&#160; mitigate (all while knowing with what efficiency such mitigation occurs) and which to transfer.</p>  <p>Until that time, the dreaded &quot;C-word&quot; (<strong>c</strong>ompliance) will trump &quot;the other C-word&quot; (<strong>c</strong>ommon sense) as a driver for security ... and we will continue to live in the &quot;0wned world.&quot;</p>  <p><strong>Possibly related posts:</strong></p>  <ul>   <li><u><a href="http://chuvakin.blogspot.com/2007/11/risk-vs-risk.htmll">Risk vs Risk</a></u>&#160;</li> </ul>  <div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=AdXkL"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=AdXkL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=SqYRL"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=SqYRL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=UGPML"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=UGPML" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/396385129" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 18 Sep 2008 05:38:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dumb luck">dumb luck</category>
      <category domain="http://securityratty.com/tag/dumb luck strategy">dumb luck strategy</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security countermeasures">security countermeasures</category>
      <category domain="http://securityratty.com/tag/security professional">security professional</category>
      <category domain="http://securityratty.com/tag/security program">security program</category>
      <category domain="http://securityratty.com/tag/risk">risk</category>
      <category domain="http://securityratty.com/tag/obvious huge risk">obvious huge risk</category>
      <category domain="http://securityratty.com/tag/password">password</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/396385129/dumb-luck-is-strategy.html">Dumb Luck IS a Strategy!</source>
    </item>
    <item>
      <title><![CDATA[Linksys WRT610N Review]]></title>
      <link>http://securityratty.com/article/edcd9863740d597dbc3a37c18f2e59ff</link>
      <guid>http://securityratty.com/article/edcd9863740d597dbc3a37c18f2e59ff</guid>
      <description><![CDATA[My review of the Linksys WRT610N at Macworld: The router works quite well at handling Wi-Fi and other functions, but is terrible at working with Mac OS X, one of the advertised features of the...]]></description>
      <content:encoded><![CDATA[<p><a href="http://www.macworld.com/article/135222/2008/09/linksyswrt610n.html"><strong>My review of the Linksys WRT610N at Macworld:</strong></a> The router works quite well at handling Wi-Fi and other functions, but is terrible at working with Mac OS X, one of the advertised features of the product. The WRT610N is a revised design of the previous simultaneous dual-band (2.4/5 GHz) Draft N WRT600N model which had far worse problems. </p>

<p>Linksys addressed many of my concerns with that previous device. The 610N can mount a drive and share it via SMB and FTP, have two full-speed connections running over both bands without skipping a beat, and supports several methods of getting the one-click WPS (Wi-Fi Protected Setup) to work. Read the review for all the details, but I can't recommend this router to Mac users with any needs beyond basic networking; I'm perfectly happy to give it a full thumbs-up for Windows XP and Vista users, however.</p>

<p><img src="http://wifinetnews.com//images/2008/WRT610N_M.jpg" alt="WRT610N_M.jpg" border="0" width="229" height="111" /></p>

<p>WPS is a particular mess, by the way. Linksys has four somewhat distinct methods of using WPS to enable a password-free encrypted connection between a client and a base station: a button on the front that, when pressed, turns on WPS; and three modes (one of them similar to that button) accessible via their Web configuration software. One option is to get the base station to create a short PIN that's then entered on the client system as an out-of-band confirmation that there's no man in the middle.</p>

<p>Apple, by contrast, has a single way of joining a WPS-offering base station: it displays the network's name in bold. Select the network, and Mac OS X displays a key code that needs to be entered on the base station. But the WRT610N can't handle that option. If you put the WRT610N into a mode in which Apple can spot the device as offering a WPS handshake, you can't enter the code into the Linksys router!</p>

<p>This shows that there's still rough edges in the WPS protocol that two of the highest-selling makers of Wi-Fi gear can manage to not mesh up their respective options. (Apple declined to comment for my Macworld story; Linksys confirmed the lack of compatibility, but put the burden on Apple's doorstep.)</p>]]></content:encoded>
      <pubDate>Tue, 16 Sep 2008 05:27:41 +0000</pubDate>
      <category domain="http://securityratty.com/tag/wrt610n">wrt610n</category>
      <category domain="http://securityratty.com/tag/linksys wrt610n">linksys wrt610n</category>
      <category domain="http://securityratty.com/tag/linksys">linksys</category>
      <category domain="http://securityratty.com/tag/wps protocol">wps protocol</category>
      <category domain="http://securityratty.com/tag/wps">wps</category>
      <category domain="http://securityratty.com/tag/base station">base station</category>
      <category domain="http://securityratty.com/tag/linksys router">linksys router</category>
      <category domain="http://securityratty.com/tag/one-click wps">one-click wps</category>
      <category domain="http://securityratty.com/tag/wps handshake">wps handshake</category>
      <source url="http://wifinetnews.com/archives/008441.html">Linksys WRT610N Review</source>
    </item>
    <item>
      <title><![CDATA[Intro to DD-WRT Firmware: Mod your wireless router to do more ]]></title>
      <link>http://securityratty.com/article/c1b3be13cff0f23f69f9b8fda5e35d74</link>
      <guid>http://securityratty.com/article/c1b3be13cff0f23f69f9b8fda5e35d74</guid>
      <description><![CDATA[New Video: Intro to DD-WRT: Mod your wireless router to do more
DD-WRT is a Linux firmware available for many Linksys, NetGear, Belkin, D-Link, Fon, Dell, Asus and other vendorâs wireless routers....]]></description>
      <content:encoded><![CDATA[<b>New Video: </b>
<a href="http://www.irongeek.com/i.php?page=videos/intro-to-dd-wrt-mod-your-wireless-router-to-do-more">
Intro to DD-WRT: Mod your wireless router to do more </a><br>
DD-WRT is a Linux firmware available for many Linksys, NetGear, Belkin, D-Link, 
Fon, Dell, Asus and other vendorâs wireless routers. DD-WRT is far more feature 
rich than the stock firmware that comes with most routers. This video covers the 
basics of installing and configuring DD-WRT.<p>Two side notes: My Nmap class 
will be held at Ivy Tech in Sellersburg Indiana at 1PM on Sat Sept 20th 2008 in 
room P5. If this one goes well the next presentation will be on sniffers. Also, 
thanks to all of the folks who have signed up for
<a href="http://www.irongeek.com/i.php?page=reviews/dreamhost">Dreamhost using 
my discount code</a>, it's really helped support the site with extra revenue.
<p><a href="http://feedads.googleadservices.com/~a/prEzzYdARWQ87b7hL1rm4IyNsfg/a"><img src="http://feedads.googleadservices.com/~a/prEzzYdARWQ87b7hL1rm4IyNsfg/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/IrongeeksSecuritySite/~4/1VLaKsQv-BU" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 13 Sep 2008 09:31:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dd-wrt">dd-wrt</category>
      <category domain="http://securityratty.com/tag/vendors wireless routers">vendors wireless routers</category>
      <category domain="http://securityratty.com/tag/wireless router">wireless router</category>
      <category domain="http://securityratty.com/tag/routers">routers</category>
      <category domain="http://securityratty.com/tag/video covers">video covers</category>
      <category domain="http://securityratty.com/tag/video">video</category>
      <category domain="http://securityratty.com/tag/linux firmware">linux firmware</category>
      <category domain="http://securityratty.com/tag/intro">intro</category>
      <category domain="http://securityratty.com/tag/stock firmware">stock firmware</category>
      <source url="http://feedproxy.google.com/~r/IrongeeksSecuritySite/~3/1VLaKsQv-BU/i.php">Intro to DD-WRT Firmware: Mod your wireless router to do more </source>
    </item>
    <item>
      <title><![CDATA[Intro to DD-WRT Firmware: Mod your wireless router to do more ]]></title>
      <link>http://securityratty.com/article/df0b89d5bfc3199798a8d2f85bdbb965</link>
      <guid>http://securityratty.com/article/df0b89d5bfc3199798a8d2f85bdbb965</guid>
      <description><![CDATA[New Video: Intro to DD-WRT: Mod your wireless router to do more
DD-WRT is a Linux firmware available for many Linksys, NetGear, Belkin, D-Link, Fon, Dell, Asus and other vendor's wireless routers....]]></description>
      <content:encoded><![CDATA[<b>New Video: </b>
<a href="http://www.irongeek.com/i.php?page=videos/intro-to-dd-wrt-mod-your-wireless-router-to-do-more">
Intro to DD-WRT: Mod your wireless router to do more </a><br>
DD-WRT is a Linux firmware available for many Linksys, NetGear, Belkin, D-Link, 
Fon, Dell, Asus and other vendor's wireless routers. DD-WRT is far more feature 
rich than the stock firmware that comes with most routers. This video covers the 
basics of installing and configuring DD-WRT.<p>Two side notes: My Nmap class 
will be held at Ivy Tech in Sellersburg Indiana at 1PM on Sat Sept 20th 2008 in 
room P5. If this one goes well the next presentation will be on sniffers. Also, 
thanks to all of the folks who have signed up for
<a href="http://www.irongeek.com/i.php?page=reviews/dreamhost">Dreamhost using 
my discount code</a>, it's really helped support the site with extra revenue.]]></content:encoded>
      <pubDate>Sat, 13 Sep 2008 09:31:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dd-wrt">dd-wrt</category>
      <category domain="http://securityratty.com/tag/wireless router">wireless router</category>
      <category domain="http://securityratty.com/tag/video covers">video covers</category>
      <category domain="http://securityratty.com/tag/video">video</category>
      <category domain="http://securityratty.com/tag/wireless routers">wireless routers</category>
      <category domain="http://securityratty.com/tag/routers">routers</category>
      <category domain="http://securityratty.com/tag/linux firmware">linux firmware</category>
      <category domain="http://securityratty.com/tag/stock firmware">stock firmware</category>
      <category domain="http://securityratty.com/tag/intro">intro</category>
      <source url="http://www.irongeek.com/i.php?page=videos/intro-to-dd-wrt-mod-your-wireless-router-to-do-more">Intro to DD-WRT Firmware: Mod your wireless router to do more </source>
    </item>
    <item>
      <title><![CDATA[Intro to DD-WRT Firmware: Mod your wireless router to do more ]]></title>
      <link>http://securityratty.com/article/224ee5168dcea7fd3f7d377b7a79a1d8</link>
      <guid>http://securityratty.com/article/224ee5168dcea7fd3f7d377b7a79a1d8</guid>
      <description><![CDATA[New Video: Intro to DD-WRT: Mod your wireless router to do more
DD-WRT is a Linux firmware available for many Linksys, NetGear, Belkin, D-Link, Fon, Dell, Asus and other vendor's wireless routers....]]></description>
      <content:encoded><![CDATA[<b>New Video: </b>
<a href="http://www.irongeek.com/i.php?page=videos/intro-to-dd-wrt-mod-your-wireless-router-to-do-more">
Intro to DD-WRT: Mod your wireless router to do more </a><br>
DD-WRT is a Linux firmware available for many Linksys, NetGear, Belkin, D-Link, 
Fon, Dell, Asus and other vendor's wireless routers. DD-WRT is far more feature 
rich than the stock firmware that comes with most routers. This video covers the 
basics of installing and configuring DD-WRT.<p>Two side notes: My Nmap class 
will be held at Ivy Tech in Sellersburg Indiana at 1PM on Sat Sept 20th 2008 in 
room P5. If this one goes well the next presentation will be on sniffers. Also, 
thanks to all of the folks who have signed up for
<a href="http://www.irongeek.com/i.php?page=reviews/dreamhost">Dreamhost using 
my discount code</a>, it's really helped support the site with extra revenue.
<p><a href="http://feedads.googleadservices.com/~a/fUr9up1qj1HGXgkk9lx2TPppFcw/a"><img src="http://feedads.googleadservices.com/~a/fUr9up1qj1HGXgkk9lx2TPppFcw/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/IrongeeksSecuritySite/~4/bceuJa57vMI" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 13 Sep 2008 09:31:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dd-wrt">dd-wrt</category>
      <category domain="http://securityratty.com/tag/wireless router">wireless router</category>
      <category domain="http://securityratty.com/tag/video covers">video covers</category>
      <category domain="http://securityratty.com/tag/video">video</category>
      <category domain="http://securityratty.com/tag/wireless routers">wireless routers</category>
      <category domain="http://securityratty.com/tag/routers">routers</category>
      <category domain="http://securityratty.com/tag/linux firmware">linux firmware</category>
      <category domain="http://securityratty.com/tag/stock firmware">stock firmware</category>
      <category domain="http://securityratty.com/tag/intro">intro</category>
      <source url="http://feedproxy.google.com/~r/IrongeeksSecuritySite/~3/bceuJa57vMI/i.php">Intro to DD-WRT Firmware: Mod your wireless router to do more </source>
    </item>
  </channel>
</rss>
