<?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: surprise]]></title>
    <link>http://securityratty.com/tag/surprise</link>
    <description></description>
    <pubDate>Thu, 09 Oct 2008 07:03:56 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[ISP's secret opt-in advertising test draws the UK's ire]]></title>
      <link>http://securityratty.com/article/e6a0ea63c7bd059a41314bb9abb6373f</link>
      <guid>http://securityratty.com/article/e6a0ea63c7bd059a41314bb9abb6373f</guid>
      <description><![CDATA[It's no surprise that ISPs are aggressively pursuing new revenue streams, but UK ISP BT may have crossed the line. Two years ago it retained search records and information on some 18,000 users,...]]></description>
      <content:encoded><![CDATA[It's no surprise that ISPs are aggressively pursuing new revenue streams, but UK ISP BT may have crossed the line. Two years ago it retained search records and information on some 18,000 users, without informing them first.<img src="http://feedproxy.google.com/~r/digg/topic/security/popular/~4/X8HjqfRhxO4" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 01 Dec 2008 15:50:02 +0000</pubDate>
      <category domain="http://securityratty.com/tag/revenue streams">revenue streams</category>
      <category domain="http://securityratty.com/tag/isp">isp</category>
      <category domain="http://securityratty.com/tag/isps">isps</category>
      <category domain="http://securityratty.com/tag/records">records</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/users">users</category>
      <category domain="http://securityratty.com/tag/ago">ago</category>
      <category domain="http://securityratty.com/tag/surprise">surprise</category>
      <category domain="http://securityratty.com/tag/aggressively">aggressively</category>
      <source url="http://feeds.digg.com/~r/digg/topic/security/popular/~3/X8HjqfRhxO4/ISP_s_secret_opt_in_advertising_test_draws_the_UK_s_ire_2">ISP's secret opt-in advertising test draws the UK's ire</source>
    </item>
    <item>
      <title><![CDATA[Skein and SHA-3 News]]></title>
      <link>http://securityratty.com/article/cc81d2d4853466933826ebdeeef07d52</link>
      <guid>http://securityratty.com/article/cc81d2d4853466933826ebdeeef07d52</guid>
      <description><![CDATA[There are two bugs in the Skein code. They are subtle and esoteric, but they're there. We have revised both the reference and optimized code -- and provided new test vectors -- on the Skein website ....]]></description>
      <content:encoded><![CDATA[<p>There are two bugs in the Skein code.  They are subtle and esoteric, but they're there.  We have revised both the reference and optimized code -- and provided new test vectors -- on the <a href="http://www.schneier.com/skein.html">Skein website</a>.  A <a href="http://www.schneier.com/skein.pdf">revision of the paper</a> -- Version 1.1 -- has new IVs, new test vectors, and also fixes a few typos in the paper.</p>

<blockquote>Errata: Version 1.1 of the paper, reference, and optimized code corrects an error in which the length of the configuration string was passed in as the size of the internal block (256 bits for Skein-256, 512 for Skein-512, and 1024 for Skein-1024), instead of a constant 256 bits for all three sizes.  This error has no cryptographic significance, but affected the test vectors and the initialization values.  The revised code also fixes a bug in the MAC mode key processing.  This bug does not affect the NIST submission in any way.</blockquote>

<p><a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">NIST has received</a> 64 submissions.  (<a href="http://www.cio.com/article/461164/Amateurs_and_Pros_Vie_to_Build_New_Crypto_Standard">This article</a> interviews one of the submitters, who is fifteen.)  Of those, <a href="http://ehash.iaik.tugraz.at/wiki/The_SHA-3_Zoo">28 are public</a> and six have been broken.  NIST is going through the submissions right now, making sure they are complete and proper.  Their goal is to publish the accepted submissions by the end of the month, in advance of the <a href="http://csrc.nist.gov/groups/ST/hash/timeline.html">Third Cryptographic Hash Workshop</a> to be held in Belgium right after <a href="https://www.cosic.esat.kuleuven.be/fse2009/index.shtml">FSE</a> in February.  They expect to quickly make a first cut of algorithms -- hopefully to about a dozen -- and then give the community about a year of cryptanalysis before making a second cut in 2010.</p>

<p>Lastly, <a href="http://www.darkreading.com/blog/archives/2008/11/bending_skein_c.html">this</a> is a really nice article on Skein.</p>

<blockquote>These submissions make some accommodation to the Core 2 processor. They operate in "<a href="http://en.wikipedia.org/wiki/Little_endian" target="new">little-endian</a>" mode (a quirk of the <a href="http://en.wikipedia.org/wiki/X86" target="new">Intel-like processors</a> that reads some bytes in reverse order). They also allow a large file to be broken into chunks to split the work across multiple processors.

<p>However, virtually all of the contest submissions share the performance problem mentioned above. The logic they use won't optimally fit within the constraints of a Intel Core 2 processor. Most will perform as bad or worse than the existing SHA-1 algorithm.</p>

<p>One exception to this is <a href="http://www.schneier.com/skein.html" target="new">Skein</a>, created by several well-known cryptographers and noted pundit <a href="http://www.schneier.com/" target="new">Bruce Schneier</a>. It was designed specifically to exploit all three of the Core 2 execution units and to run at a full 64-bits. This gives it roughly four to 10 times the logic density of competing submissions.</p>

<p>This is what I meant by the <i><a href="http://www.imdb.com/title/tt0133093/" target="new">Matrix</a></i> quote above. They didn't bend the spoon; they bent the crypto algorithm. They moved the logic operations around in a way that wouldn't weaken the crypto, but would strengthen its speed on the Intel Core 2.</p>

<p>In their <a href="http://www.schneier.com/skein.pdf" target="new">paper</a> (PDF), the authors of Skein express surprise that a custom silicon <a href="http://en.wikipedia.org/wiki/Application-specific_integrated_circuit" target="new">ASIC</a> implementation is not any faster than the software implementation. They shouldn't be surprised. Every time you can redefine a problem to run optimally in software, you will reach the same speeds you get with optimized ASIC hardware. The reason software has a reputation of being slow is because people don't redefine the original problem.</blockquote></p>

<p>That's exactly what we were trying to do.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=98JTN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=98JTN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=diffN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=diffN" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Wed, 19 Nov 2008 03:14:48 +0000</pubDate>
      <category domain="http://securityratty.com/tag/skein">skein</category>
      <category domain="http://securityratty.com/tag/skein-1024">skein-1024</category>
      <category domain="http://securityratty.com/tag/skein-512">skein-512</category>
      <category domain="http://securityratty.com/tag/skein express surprise">skein express surprise</category>
      <category domain="http://securityratty.com/tag/skein website">skein website</category>
      <category domain="http://securityratty.com/tag/skein code">skein code</category>
      <category domain="http://securityratty.com/tag/submissions share">submissions share</category>
      <category domain="http://securityratty.com/tag/submissions">submissions</category>
      <category domain="http://securityratty.com/tag/code">code</category>
      <source url="http://www.schneier.com/blog/archives/2008/11/skein_and_sha-3.html">Skein and SHA-3 News</source>
    </item>
    <item>
      <title><![CDATA[National Security Perspectives A Post-Election Insider View]]></title>
      <link>http://securityratty.com/article/caa8257ee971993e58e1b834379f8c71</link>
      <guid>http://securityratty.com/article/caa8257ee971993e58e1b834379f8c71</guid>
      <description><![CDATA[Recently I participated in an event entitled National Security Perspectives held at the famous Congressional Country Club in Maryland . The featured panelists had impressive credentials from the NSA ,...]]></description>
      <content:encoded><![CDATA[<p>Recently I participated in an event entitled National Security Perspectives held at the famous <a href="http://www.ccclub.org/" target="_blank">Congressional Country Club in Maryland</a>. The featured panelists had impressive credentials from the <a href="http://www.nsa.gov/" target="_blank">NSA</a>, <a href="http://www.dhs.gov/" target="_blank">DHS</a> and the <a href="https://www.cia.gov/" target="_blank">CIA</a>. The topics of discussion ranged from Current Geopolitical Threats and Evolving Technology Demands to predictions about the New Administrations Intelligence, Defense and Homeland Security focus.</p>
<p>The panelists were:<br />
<a href="http://en.wikipedia.org/wiki/National_Security_Agency" target="_blank">William P. Crowell</a> – former Deputy Director of the National Security Agency<br />
<a href="http://www.whitehouse.gov/government/m_jackson-bio.html" target="_blank">Michael P. Jackson</a> – Deputy Secretary, Department of Homeland Security<br />
<a href="http://en.wikipedia.org/wiki/Jose_Rodriguez_(intelligence)" target="_blank">Jose A. Rodriguez, Jr</a>. – former Director CIA, National Clandestine Service &amp; CIA, DCI Counterterrorist Center</p>
<p>Overall, it was a very nicely arranged event on a brisk fall evening with about 100 CXO attendees; mostly large but some small government contractors and a few product companies like ScienceLogic that conduct business with military, intelligence and the public sector.</p>
<p>No surprise, given the financial crisis the economy is suffering from that the panelists said we also have a <a href="http://obsidianwings.blogs.com/obsidian_wings/2008/11/defictits-actua.html" target="_blank">crisis coming on the Federal budget front</a>. This will put enormous pressure on the way Administration thinks, and how and where to spend the $$.</p>
<p>Obama’s tone regarding the issues he will be confronting in the world during the election was encouraging. Make the world more non-partisan and take on the threats that we have in front of us head-on!</p>
<p>The panel was very upfront about current threats. William Crowell said,</p>
<blockquote><p>“It is highly imprudent to believe that there will not be another 9-11. We have to fund and support the work to stop other attacks. We can only mitigate risk but we can’t eliminate risk. We have to try to absorb the sense of urgency and wake up every day looking at the intelligence screens as if 9-11 happened within the last couple of months.”</p></blockquote>
<p>He added,</p>
<blockquote><p>“They (the intelligence community) need the innovation, sense of commitment and urgency that comes from the private sector – a sense of mutual commitment to that mission.”</p></blockquote>
<p>Predicted Priorities for investment for DHS:</p>
<ol>
<li>Cyber attack as the top issue</li>
<li>Nuclear threats including dirty bomb</li>
<li>Chemical and biological attacks</li>
<li>Explosive attacks against critical infrastructure with maximum # of lives and or financial disruption / loss.</li>
<li>Large scale natural disasters – hurricane + earthquakes</li>
<li>Border penetration - identity management and border management issues</li>
</ol>
<p>An <a href="http://www.barackobama.com/index.php" target="_blank">Obama administration</a> will spend dollars around these threat vectors. They will want to spend $$ to help state and local governments. Grants to state and local governments should significantly increase with the Obama administration, so think about how you will increase your focus on the state and local government spending initiatives.</p>
<p><a href="http://lawprofessors.typepad.com/immigration/2008/11/pressure-on-oba.html" target="_blank">Secure border investments</a> – the panelists believe that the new administration will feel compelled to invest here. Michael P. Jackson bluntly said, “You have to make investments in border tools to get meaningful immigration reform.”</p>
<p>Panelists agreed that the 1<sup>st</sup> year will be an intense period of scrutiny about fundamental directions. We can’t afford it all at DHS; it is dramatically under budgeted. At TSA/DOT and then at DHS, we spent about $4 Billion on technology investments since 9-11; those investments are now reaching the end of the original service life.</p>
<p>One gripe from the panel that I found humorous: “We don’t have a group of people who think like entrepreneurs.” It is insane how long things last when you buy things in the government. As an example, we are still replacing vacuum tubes in some of the very old FAA gear… this is well beyond what any reasonable person would think these initial investments should/would last.</p>
<p>Final Thoughts:<br />
I actually think that the Obama Administration will be quite favorable to COTS software products, SaaS offerings, and creative financing initiatives from the private sector. The government just won’t have the capital budget to do everything it wants to accomplish. I would say if you look at how intelligently and aggressively <a href="http://www.concurringopinions.com/archives/2008/11/obama_and_techn.html" target="_blank">Obama used technology</a> to assist his campaign, the odds are good that this new breed of IT talent (which is already really comfortable with SaaS products, blogs, wiki’s, hosted/outsourced Cloud solutions… this team really understands the latest technology trends) will quickly work to bring these new IT paradigms to the Federal marketplace. Clearly the private sector can help the Government achieve more with lower capital budgets – beginning to provide services rather than transaction-based selling. Another clear idea is to think about leasing as a better way to work with the government which going forward will have increased budgets restrictions.</p>
<p>They will likely be in confrontation with members of Congress that won’t change fast enough, however the future of our nation’s ability to fight terror lies in becoming more efficient and effective. It requires the government be flexible enough to figure out what <a href="http://blogs.techrepublic.com.com/hiner/?p=880" target="_blank">jobs and IT functions to outsource</a> in a nimble and smart way. My prediction: this is great news for Service Providers. Overall the next 4 years should be great for our business as well as the Managed Service Provider/SaaS industry!</p>
<p><em><span style="color: #333333;"> </span></em></p>
]]></content:encoded>
      <pubDate>Tue, 18 Nov 2008 11:13:25 +0000</pubDate>
      <category domain="http://securityratty.com/tag/secure border investments">secure border investments</category>
      <category domain="http://securityratty.com/tag/investments">investments</category>
      <category domain="http://securityratty.com/tag/government contractors">government contractors</category>
      <category domain="http://securityratty.com/tag/government">government</category>
      <category domain="http://securityratty.com/tag/threats">threats</category>
      <category domain="http://securityratty.com/tag/government achieve">government achieve</category>
      <category domain="http://securityratty.com/tag/initial investments shouldwould">initial investments shouldwould</category>
      <category domain="http://securityratty.com/tag/obama administration">obama administration</category>
      <category domain="http://securityratty.com/tag/current threats">current threats</category>
      <source url="http://blog.sciencelogic.com/national-security-perspectives-a-post-election-insider-view/11/2008">National Security Perspectives A Post-Election Insider View</source>
    </item>
    <item>
      <title><![CDATA[Pentagon Clears Flying Car Project for Take-Off]]></title>
      <link>http://securityratty.com/article/f4c95dc7fa4408ae3530ac9f052608b7</link>
      <guid>http://securityratty.com/article/f4c95dc7fa4408ae3530ac9f052608b7</guid>
      <description><![CDATA[Pentagon mad science division Darpa is helping build thought-controlled robotic limbs, artificial pack mules, real-life laser guns, and &quot;kill-proof&quot; soldiers. So it comes as no surprise, really, that...]]></description>
      <content:encoded><![CDATA[Pentagon mad science division Darpa is helping build thought-controlled robotic limbs, artificial pack mules, real-life laser guns, and "kill-proof" soldiers. So it comes as no surprise, really, that the agency is now getting into the flying car business, too.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=b16f5ab1eb540c8488f27d5fd8e67493" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=b16f5ab1eb540c8488f27d5fd8e67493" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=cctLN"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=cctLN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=60vAn"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=60vAn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=BrbJn"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=BrbJn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=ztXfN"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=ztXfN" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=LNnEN"><img src="http://feeds.wired.com/~f/wired/politics/security?i=LNnEN" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=sJryn"><img src="http://feeds.wired.com/~f/wired/politics/security?i=sJryn" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=vhASn"><img src="http://feeds.wired.com/~f/wired/politics/security?i=vhASn" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=c6BWN"><img src="http://feeds.wired.com/~f/wired/politics/security?i=c6BWN" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/451846886" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/451846888" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 13 Nov 2008 11:12:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/real-life laser guns">real-life laser guns</category>
      <category domain="http://securityratty.com/tag/artificial pack mules">artificial pack mules</category>
      <category domain="http://securityratty.com/tag/robotic limbs">robotic limbs</category>
      <category domain="http://securityratty.com/tag/car business">car business</category>
      <category domain="http://securityratty.com/tag/kill-proof">kill-proof</category>
      <category domain="http://securityratty.com/tag/soldiers">soldiers</category>
      <category domain="http://securityratty.com/tag/agency">agency</category>
      <category domain="http://securityratty.com/tag/surprise">surprise</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/451846888/darpas-flying-c.html">Pentagon Clears Flying Car Project for Take-Off</source>
    </item>
    <item>
      <title><![CDATA[The Ill Effects of Banning Security Research]]></title>
      <link>http://securityratty.com/article/b72a55401bc7d6c28427d7aee13f4dd4</link>
      <guid>http://securityratty.com/article/b72a55401bc7d6c28427d7aee13f4dd4</guid>
      <description><![CDATA[The Indian police are having trouble with SIM card cloning: Police had no idea that one SIM card could be used simultaneously from two handsets before the detention of Nazir Ahmed for interrogation....]]></description>
      <content:encoded><![CDATA[<p>The Indian police are <a href="http://timesofindia.indiatimes.com/PDATOI/pdaarticleshow/3670337.cms">having trouble</a> with SIM card cloning:</p>

<blockquote>Police had no idea that one SIM card could be used simultaneously from two handsets before the detention of Nazir Ahmed for interrogation. Nazir was picked up from Morigaon after an SMS from his mobile number in the name of ISF-IM claimed responsibility for Thursday's blasts in Assam. 

<p>Nazir had a Reliance connection and an Eve handset. Each handset of this particular model has a unique International Mobile Equipment Identity (IMEI) number. Cops found that two IMEI numbers were using the same SIM. Accordingly there were two record sheets of calls and SMSes from Nazir's mobile number. The record of the SMS to the media was found in only one sheet, which forced police to believe that Nazir's SIM might have been cloned and someone else was using the duplicate card, with or without the owner's knowledge. </p>

<p>"We stumbled upon this technological surprise that Nazir Ahmed's SIM card was used in two handsets," Assam IG (Law and Order) Bhaskarjyoti Mahanta said.</blockquote></p>

<p>So far, not that interesting.  There are lots of vulnerabilities in technological systems, and it's generally a race between the good guys and the bad guys to see who finds them first.  It's the last sentence of this article that's significant:</p>

<blockquote>The experts said no one has actually done any research on SIM card cloning because the activity is illegal in the country.</blockquote>

<p>If the good guys can't even participate, the bad guys will always win.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=6uyUN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=6uyUN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=mvzBN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=mvzBN" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Thu, 06 Nov 2008 03:26:31 +0000</pubDate>
      <category domain="http://securityratty.com/tag/card">card</category>
      <category domain="http://securityratty.com/tag/sim card">sim card</category>
      <category domain="http://securityratty.com/tag/sim">sim</category>
      <category domain="http://securityratty.com/tag/nazir ahmed">nazir ahmed</category>
      <category domain="http://securityratty.com/tag/nazir">nazir</category>
      <category domain="http://securityratty.com/tag/bad guys">bad guys</category>
      <category domain="http://securityratty.com/tag/guys">guys</category>
      <category domain="http://securityratty.com/tag/police">police</category>
      <category domain="http://securityratty.com/tag/indian police">indian police</category>
      <source url="http://www.schneier.com/blog/archives/2008/11/the_ill_effects_1.html">The Ill Effects of Banning Security Research</source>
    </item>
    <item>
      <title><![CDATA[Blue Box's 3-year anniversary coming up on Friday... ]]></title>
      <link>http://securityratty.com/article/a116eaf0133996627443234f07d74420</link>
      <guid>http://securityratty.com/article/a116eaf0133996627443234f07d74420</guid>
      <description><![CDATA[It was three years ago Friday, on October 24, 2005, that I uploaded Blue Box Podcast #1 , an 11-minute show where I introduced the show, talked about VoIP security news (To no surprise, I was talking...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml">It was three years ago Friday, on October 24, 2005, that I uploaded <a href="http://www.blueboxpodcast.com/2005/10/blue_box_podcas.html">Blue Box Podcast #1</a>, an 11-minute show where I introduced the show, talked about VoIP security news (To no surprise, I was talking about Skype security!), some projects of VOIPSA and some other podcasts people might find interesting. A week later, on Halloween 2005, Jonathan joined me in <a href="http://www.blueboxpodcast.com/2005/11/blue_box_podcas.html">Blue Box Podcast #2</a> and we were off and running...

<p>Three years later... 84 main Blue Box episodes (with one more recorded) .... 26 Special Editions (with about 10 in the queue)... almost <em>250,000</em> downloads... we're still here and, with an admitted bit of a rough patch this summer, are still going along creating shows and enjoying what we do.

<p>Jonathan and I are planning to record a 3-year show on this coming Friday, October 24th, and if you have any comments you would like us to include in that show, please do get them to us by the end of the day on Thursday, October 23rd.  You can send them to us via:
<ul>
<li>Email to <a href="mailto:blueboxpodcast@gmail.com">blueboxpodcast@gmail.com</a>
<li>Phone to +1-415-830-5439
<li>Phone via SIP to <a href="sip:bluebox@voipuser.org">sip:bluebox@voipuser.org</a>
</ul>
<p>The show started out 3 years ago as really an experiment in seeing whether or not podcasting could be used to reach out to very specific audiences... and it's been both fun, amazing and interesting to see how well it's done.
<p>Thank you to all of you who have continued to listen and contribute over the years!


<!-- Technorati Tags Start -->
<p>Technorati Tags:
<a href="http://technorati.com/tag/blue%20box" rel="tag">blue box</a>, <a href="http://technorati.com/tag/bluebox" rel="tag">bluebox</a>, <a href="http://technorati.com/tag/voip" rel="tag">voip</a>, <a href="http://technorati.com/tag/voip%20security" rel="tag">voip security</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/dan%20york" rel="tag">dan york</a>, <a href="http://technorati.com/tag/jonathan%20zar" rel="tag">jonathan zar</a>, <a href="http://technorati.com/tag/voipsa" rel="tag">voipsa</a>
</p>
<!-- Technorati Tags End --></div>

<p><a href="http://feeds.feedburner.com/~a/BlueBox?a=rawl4P"><img src="http://feeds.feedburner.com/~a/BlueBox?i=rawl4P" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BlueBox?a=pWXDM"><img src="http://feeds.feedburner.com/~f/BlueBox?i=pWXDM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BlueBox?a=eOTOM"><img src="http://feeds.feedburner.com/~f/BlueBox?i=eOTOM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BlueBox?a=IXAsM"><img src="http://feeds.feedburner.com/~f/BlueBox?i=IXAsM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BlueBox?a=4qxNM"><img src="http://feeds.feedburner.com/~f/BlueBox?i=4qxNM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BlueBox?a=58c0m"><img src="http://feeds.feedburner.com/~f/BlueBox?i=58c0m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BlueBox?a=uhaaM"><img src="http://feeds.feedburner.com/~f/BlueBox?i=uhaaM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BlueBox/~4/426937191" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 20 Oct 2008 15:22:26 +0000</pubDate>
      <category domain="http://securityratty.com/tag/voip security news">voip security news</category>
      <category domain="http://securityratty.com/tag/voip">voip</category>
      <category domain="http://securityratty.com/tag/blue box">blue box</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/voip security">voip security</category>
      <category domain="http://securityratty.com/tag/blue box podcast">blue box podcast</category>
      <category domain="http://securityratty.com/tag/friday">friday</category>
      <category domain="http://securityratty.com/tag/october">october</category>
      <category domain="http://securityratty.com/tag/october 24th">october 24th</category>
      <source url="http://feeds.feedburner.com/~r/BlueBox/~3/426937191/blue-boxs-3-yea.html">Blue Box's 3-year anniversary coming up on Friday... </source>
    </item>
    <item>
      <title><![CDATA[Net filters "required" for all Australians, no opt-out]]></title>
      <link>http://securityratty.com/article/6fc9087f5ca5a2b7cadb7ef0e8c2ba9c</link>
      <guid>http://securityratty.com/article/6fc9087f5ca5a2b7cadb7ef0e8c2ba9c</guid>
      <description><![CDATA[Aussies who thought they could opt out of the government's new Cyber-Safety filtering plan have found themselves taken by surprise. They will be able to opt out of the &quot;additional material&quot; blacklist,...]]></description>
      <content:encoded><![CDATA[Aussies who thought they could opt out of the government's new Cyber-Safety filtering plan have found themselves taken by surprise. They will be able to opt out of the "additional material" blacklist, but there's apparently no way to opt out of the "illegal content" filtering.]]></content:encoded>
      <pubDate>Thu, 16 Oct 2008 23:30:02 +0000</pubDate>
      <category domain="http://securityratty.com/tag/opt">opt</category>
      <category domain="http://securityratty.com/tag/illegal content">illegal content</category>
      <category domain="http://securityratty.com/tag/additional material">additional material</category>
      <category domain="http://securityratty.com/tag/apparently">apparently</category>
      <category domain="http://securityratty.com/tag/government">government</category>
      <category domain="http://securityratty.com/tag/aussies">aussies</category>
      <category domain="http://securityratty.com/tag/blacklist">blacklist</category>
      <category domain="http://securityratty.com/tag/surprise">surprise</category>
      <category domain="http://securityratty.com/tag/plan">plan</category>
      <source url="http://digg.com/security/Net_filters_required_for_all_Australians_no_opt_out">Net filters "required" for all Australians, no opt-out</source>
    </item>
    <item>
      <title><![CDATA[Net filters "required" for all Australians, no opt-out]]></title>
      <link>http://securityratty.com/article/466ce044237933510e509eacb83d3b77</link>
      <guid>http://securityratty.com/article/466ce044237933510e509eacb83d3b77</guid>
      <description><![CDATA[Aussies who thought they could opt out of the government's new Cyber-Safety filtering plan have found themselves taken by surprise. They will be able to opt out of the &quot;additional material&quot; blacklist,...]]></description>
      <content:encoded><![CDATA[Aussies who thought they could opt out of the government's new Cyber-Safety filtering plan have found themselves taken by surprise. They will be able to opt out of the "additional material" blacklist, but there's apparently no way to opt out of the "illegal content" filtering.<img src="http://feedproxy.google.com/~r/digg/topic/security/popular/~4/8RpMuYAS1qI" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 16 Oct 2008 23:30:02 +0000</pubDate>
      <category domain="http://securityratty.com/tag/opt">opt</category>
      <category domain="http://securityratty.com/tag/illegal content">illegal content</category>
      <category domain="http://securityratty.com/tag/additional material">additional material</category>
      <category domain="http://securityratty.com/tag/apparently">apparently</category>
      <category domain="http://securityratty.com/tag/government">government</category>
      <category domain="http://securityratty.com/tag/aussies">aussies</category>
      <category domain="http://securityratty.com/tag/blacklist">blacklist</category>
      <category domain="http://securityratty.com/tag/surprise">surprise</category>
      <category domain="http://securityratty.com/tag/plan">plan</category>
      <source url="http://feeds.digg.com/~r/digg/topic/security/popular/~3/8RpMuYAS1qI/Net_filters_required_for_all_Australians_no_opt_out">Net filters "required" for all Australians, no opt-out</source>
    </item>
    <item>
      <title><![CDATA[Mafiaboy grows up; a hacker seeks redemption]]></title>
      <link>http://securityratty.com/article/457f3a326287b80b43e647b376927738</link>
      <guid>http://securityratty.com/article/457f3a326287b80b43e647b376927738</guid>
      <description><![CDATA[The Internet attack took Yahoo engineers by surprise. It came so fast and with such intensity that Yahoo, then the Web's second most-popular destination, was knocked offline for about three...]]></description>
      <content:encoded><![CDATA[The Internet attack took Yahoo engineers by surprise. It came so fast and with such intensity that Yahoo, then the Web's second most-popular destination, was knocked offline for about three hours.]]></content:encoded>
      <pubDate>Fri, 10 Oct 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/yahoo engineers">yahoo engineers</category>
      <category domain="http://securityratty.com/tag/yahoo">yahoo</category>
      <category domain="http://securityratty.com/tag/most-popular destination">most-popular destination</category>
      <category domain="http://securityratty.com/tag/internet attack">internet attack</category>
      <category domain="http://securityratty.com/tag/hours">hours</category>
      <category domain="http://securityratty.com/tag/surprise">surprise</category>
      <category domain="http://securityratty.com/tag/web">web</category>
      <category domain="http://securityratty.com/tag/offline">offline</category>
      <category domain="http://securityratty.com/tag/intensity">intensity</category>
      <source url="http://www.networkworld.com/news/2008/101108-mafiaboy-grows-up-a-hacker.html?fsrc=rss-security">Mafiaboy grows up; a hacker seeks redemption</source>
    </item>
    <item>
      <title><![CDATA[SmartPhones Just One More Spam Vector]]></title>
      <link>http://securityratty.com/article/3334dd3ee138602a47ef51983940dd0c</link>
      <guid>http://securityratty.com/article/3334dd3ee138602a47ef51983940dd0c</guid>
      <description><![CDATA[The Apple iPhone has another vulnerability, one that shouldnt surprise you if youve been paying attention
The news of the latest problems surfaced after Apple allegedly ignored researchers reports to...]]></description>
      <content:encoded><![CDATA[<p>The Apple iPhone has another vulnerability, one that shouldn&#8217;t surprise you if you&#8217;ve been paying attention.</p>
<p>The <a rel="nofollow" target="_blank" href="http://www.informationweek.com/news/personal_tech/iphone/showArticle.jhtml?articleID=210605451">news </a>of the latest problems surfaced after Apple allegedly ignored researchers&#8217; reports to them and the researchers decided to go public with the news :</p>
<p>In Mail, users can hover over an embedded hyperlink to see the URL, but these URLS get cut off due to the small screen. Users might see a trusted domain, but when they click it, find that the link actually resolves to an untrusted site.</p>
<p>The second vulnerability is that Mail automatically downloads images, leaving users open to malware.</p>
<p>It&#8217;s &#8220;a pretty dumb design flaw&#8221; says the <a rel="nofollow" target="_blank" href="http://aviv.raffon.net/2008/10/02/HappyNewYear.aspx">researcher </a>who discovered the problem.</p>]]></content:encoded>
      <pubDate>Thu, 09 Oct 2008 07:03:56 +0000</pubDate>
      <category domain="http://securityratty.com/tag/users">users</category>
      <category domain="http://securityratty.com/tag/researchers">researchers</category>
      <category domain="http://securityratty.com/tag/researchers reports">researchers reports</category>
      <category domain="http://securityratty.com/tag/vulnerability">vulnerability</category>
      <category domain="http://securityratty.com/tag/mail">mail</category>
      <category domain="http://securityratty.com/tag/downloads images">downloads images</category>
      <category domain="http://securityratty.com/tag/apple iphone">apple iphone</category>
      <category domain="http://securityratty.com/tag/apple allegedly">apple allegedly</category>
      <category domain="http://securityratty.com/tag/news">news</category>
      <source url="http://feeds.feedburner.com/~r/itsecurity/~3/416004668/">SmartPhones Just One More Spam Vector</source>
    </item>
  </channel>
</rss>
