<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
        <channel>
        <title>security - ReadWrite</title>
        <link>http://readwrite.com</link>
        <description />
        <language>en</language>
        <copyright>Copyright 2012 SAY Media, Inc.</copyright>
        <managingEditor>readwriteweb@gmail.com</managingEditor>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
        <lastBuildDate>Fri, 10 May 2013 04:04:00 -0700</lastBuildDate>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://rww.superfeedr.com/" />

                    <item>
                <title><![CDATA[APIs Are The Doors To Web Services - And They Need Locks]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/shutterstock_64373812.jpg" />
                                        <p>The proliferation of mobile devices has created a firestorm of demand for&nbsp;Application Programming Interfaces (API)&nbsp;to act as data gateways between devices and services.&nbsp;But fire can also be a destructive force, and mis-managed APIs can hurt application performance, alienate developers and even lead to costly and damaging data breaches.</p>
<h2>API Security Is Critical</h2>
<p>Among other things, APIs serve as gateways to Web-based services like Twitter or Facebook. They are the specifications that let developers build applications that communicate directly with those services. You can&nbsp;think of APIs as doors; they let data in and out of a Web service. Just like physical doors, leaving APIs open can let anyone wander in, for whatever purpose. &nbsp;</p>
<p>APIs are only as secure as they are written to be, explained Alistair Farquharson, chief technology officer for API-management vendor&nbsp;<a style="line-height: 1.538em;" title="http://www.soa.com" href="http://www.soa.com">SOA Software</a>. Smart developers make sure their APIs are open&nbsp;only for those people who have the authorized key.</p>
<h2>What Problems Can APIs Cause?</h2>
<p>The threat assessment for an API that isn't locked down isn't a pretty thing.&nbsp;Insecure APIs can fold under the artificial pressures of <a href="http://en.wikipedia.org/wiki/Ddos#Distributed_attack" target="_blank">distributed denial of service (DDOS) attacks</a>&nbsp;(which attempt to overwhelm a site or service with spurious requests in order to block legitimate access)&nbsp;, blocking the door through which data from a Web service is supposed to flow - perhaps bringing down the entire site.&nbsp;<a href="http://en.wikipedia.org/wiki/SQL_injection" target="_blank">SQL script injections</a>&nbsp;(which attempt to insert malicious code into a database), Farquharson added, could be used to re-route or copy data to outside servers operated by people who have no business looking at your data or your customers' information.</p>
<p>Because APIs enable very deep leveraging of a web service's features, they can be misused by hackers to spoof services, or even pretend to be entire websites, as web designer Feross Aboukhadijeh detailed last Autumn, when he <a href="http://feross.org/html5-fullscreen-api-attack/">discovered how the HTML5 Fullscreen API could be abused</a> to appear like any legitimate site, such as a banking transaction web site.&nbsp;Aboukhadijeh works through how the fake web site could be created and fool many unsuspecting users, even down to a citation of a study on "change blindness," a psychological event where people can miss obvious changes.</p>
<p>And then there are the less subtle attacks, such as the <a href="http://news.cnet.com/8301-10784_3-9960358-7.html">2008 security breach</a> that took advantage of a bad Myspace-Yahoo services API and ended up gaining access to celebrity photos that were supposed to be privately stored.</p>
<p>These are the obvious malicious outcomes of APIs that aren't secured properly. But hacked APIs can also create perceptions of poor quality of service, which could erode customer confidence in a Web service.</p>
<p>The importance of getting APIs under control can't&nbsp;be overemphasized, contended&nbsp;identity-management vendor&nbsp;<a style="line-height: 1.538em;" title="http://www.xceedium.com" href="http://www.xceedium.com">Xceedium</a>'s VP of Product Management, John Suit.&nbsp;"If the web interface is the front door to a company," Suit said, "then the API is the side door."&nbsp;And any door that lets in the wrong person - or the wrong code - can result in the same disastrous results.</p>
<h2>Building A Better API Lock</h2>
<p>Locking down APIs can tricky business.&nbsp;In these early days of the API boom, there are many different API standards being used by vendors to create the APIs through which applications will leverage Web services. Complicating that is the fact that there are a lot of different security standards, too.</p>
<p>This is a rich recipe for problems, since an effective API management system must allow authorized developers in to use the API, but not let anyone gain so much access they can subvert the API or use it as a doorway to the host service's internal data. Oh, and add to that mix the problem you have if APIs have to reside in a public cloud environment, outside your firewall.</p>
<p>Most security experts recommend using some sort of the strong authentication process in place when working with APIs.&nbsp;You need to make sure that the absolute correct person is accessing the API.</p>
<p>SOASoft's approach is a <a style="line-height: 1.538em;" title="http://blog.soa.com/faster-more-better-secure-and-manage-your-api-business-with-api-gateway/" href="http://blog.soa.com/faster-more-better-secure-and-manage-your-api-business-with-api-gateway/">just-launched API Gateway</a> virtual appliance that uses an OAuth server to work with many different existing security protocols. Playing to its strengths, Xceedium&nbsp;uses role-based identity systems to not only make sure the right person is connecting to the API, but that person should be accessing that API in the first place.</p>
<h2>Things To Do Right Now</h2>
<p>Even if you don't want to implement a formal identity and security management system for APIs, there are steps to take right now that will at least help mitigate potential problems.</p>
<p>If you want to prevent SQL injection attacks, then by all means sanitize the inputs in the API that connect to your internal databases. This will reduce the risk of a successful attack of this kind:&nbsp;</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://imgs.xkcd.com/comics/exploits_of_a_mom.png" alt="" /></p>
<p>API developers should also make sure that everything is transmitted through the Secure Socket Layer (SSL) - encrypted and transmitted by HTTPS - so that information like usernames and passwords are not captured in-process and then used to gain access to users' accounts or worse, the host organization's account.&nbsp;</p>
<p>APIs are becoming increasingly important as so many new devices on the Internet generate and consume data via an ever-expanding list of Web services. While essential, those APIs also creating tempting targets for hackers. The need to lock down this growing vulnerability has never been a higher priority.</p>
<p><em>Lead image courtesy of <a href="http://www.shutterstock.com">Shutterstock</a>, comic courtesy of <a href="http://xkcd.com/327/">XKCD</a>.</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/05/10/apis-are-the-doors-to-web-services-and-they-need-locks</link>
                <guid>http://readwrite.com/2013/05/10/apis-are-the-doors-to-web-services-and-they-need-locks</guid>
                <category>APIs</category>
                <pubDate>Fri, 10 May 2013 04:04:00 -0700</pubDate>
                <author>Brian Proffitt</author>
            </item>
                    <item>
                <title><![CDATA[The Persecution Of A Fall Guy For Anonymous: The Feds Vs. Barrett Brown]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/prot.jpg" />
                                        <p>Barrett Lancaster Brown, best known as the <a href="http://www.vice.com/read/we-spoke-to-barrett-brown-from-prison" target="_blank">so-called</a> former&nbsp;<a href="http://gawker.com/5856604/it-pays-to-be-the-face-of-anonymous" target="_blank">mouthpiece for the hacker collective Anonymous</a>, is sitting in a jail cell in Texas. For the past eight months, Mansfield Law Enforcement Center has been home for&nbsp;the journalist and activist now known as&nbsp;Prisoner 45047177.</p>
<p>Three hots and a cot will continue to be his routine at least until September, when he is scheduled to stand trial on 17 charges, including allegations that he threatened&nbsp;an FBI agent and committed identity theft and credit card fraud.</p>
<p>The slightly built 31-year-old former heroin addict <a href="http://freebarrettbrown.org/bb_plea.pdf" target="_blank">denies</a> the <a href="http://freebarrettbrown.org/bb_plea2.pdf" target="_blank">charges</a>. What he does admit is that he used his hacker connections to look under rocks and uncover what he considered evidence that the U.S. government was using private security companies to clip the wings of Internet activists and sympathetic journalists.</p>
<h2>Brown: I Wasn't A Hacker</h2>
<p>Brown's sometimes questionable behavior and affiliations make him a confusing and polarizing character. He <a href="http://www.guardian.co.uk/commentisfree/2013/mar/21/barrett-brown-persecution-anonymous" target="_blank">claims he never hacked anything</a>, and we'll probably never know with certainty exactly which details in his story stack up, or what involvement he had with Anonymous' core hackers.</p>
<p>There doesn't seem to be much evidence Brown was involved in any actual hacking, despite his connection to both Anonymous and his obsessive interest in federal security contractors. But his outspokenness, drug history and outlandish claims make him unsympathetic and hard to believe — an unlikely poster child for Internet freedom. And his&nbsp;unbalanced, over-the-top YouTube rants — more on those below — made him an easy target for the feds.&nbsp;</p>
<p>What we do know is that in early 2011,&nbsp;Anonymous <a href="http://arstechnica.com/tech-policy/2011/02/how-one-security-firm-tracked-anonymousand-paid-a-heavy-price/" target="_blank">targeted a security contractor called HBGary Federal</a> and its CEO Aaron Barr after Barr publicly claimed he'd <a href="http://arstechnica.com/tech-policy/2011/02/how-one-security-firm-tracked-anonymousand-paid-a-heavy-price/" target="_blank">infiltrated the hacker collective</a>. When Barr threatened to reveal the identities of Anonymous members, the group <a href="http://arstechnica.com/tech-policy/2011/02/anonymous-speaks-the-inside-story-of-the-hbgary-hack/" target="_blank">hacked straight into HBGary's servers</a>, stealing 70,000 company emails.</p>
<p>Brown, through his affiliation with Anonymous, then posted a link to those hacked company documents on a public website called <a style="line-height: 1.538em;" href="http://wiki.echelon2.org/wiki/Main_Page" target="_blank">Project PM</a>&nbsp;and <a style="line-height: 1.538em;" href="http://www.guardian.co.uk/commentisfree/cifamerica/2011/jun/22/hacking-anonymous" target="_blank">wrote about his findings for the U.K. Guardian</a>. Brown, who seems to have been conducting an&nbsp;obsessive investigation of both HBGary Federal and Stratfor (another security contractor hacked by Anonymous), claimed the material proved that the companies were hired by the government to monitor and shut down various online activist groups.&nbsp;In particular, he alleged that HBGary was&nbsp;working with high-level government agencies to&nbsp;<a style="line-height: 1.538em;" href="http://www.thetechherald.com/articles/Firm-targeting-WikiLeaks-cuts-ties-with-HBGary-apologizes-to-reporter/12767/" target="_blank">feed fake information to WikiLeaks</a>.</p>
<div>
<p>The aftermath of the HBGary episode led to Barr's unceremonious<a href="http://www.forbes.com/sites/andygreenberg/2011/02/28/hbgary-federals-aaron-barr-resigns-after-anonymous-hack-scandal/" target="_blank"> departure from the firm</a>. Brown would later claim on YouTube that Barr's well-connected friends then mounted a federal vendetta against him.</p>
</div>
<h2>In The Feds' Crosshairs</h2>
<p>Brown, one of the few public figures available for authorities to target for the activities of Anonymous,&nbsp;is basically a fall guy for the hacker collective.&nbsp;He <a href="http://blogs.dallasobserver.com/unfairpark/2013/01/barrett_brown_found_competent.php" target="_blank">faces 100 years behind bars if found guilty</a>&nbsp;on all counts. And right now he's&nbsp;stewing in a cell where he may be getting less than proper care. In a Pastebin message from last September, Brown claimed he did&nbsp;<a style="line-height: 1.538em;" href="http://pastebin.com/TDY5gUS4" target="_blank">not receive appropriate medical attention</a>&nbsp;for crushed ribs suffered during the FBI's raid of his home.</p>
<p>Between his connection to Anonymous and his obsession with digging up dirt on the national security state, Brown pinged up on the feds' radar pretty quickly. He was&nbsp;<a href="http://freebarrettbrown.org/bb_indictment.pdf" target="_blank">first indicted</a> last year after allegedly threatening federal agents. He was arrested, then subsequently indicted a <a href="http://freebarrettbrown.org/bb_indictment2.pdf" target="_blank">second time</a> for&nbsp;allegedly linking to stolen documents from Stratfor that included credit card data.</p>
<p>The <a href="http://freebarrettbrown.org/bb_indictment3.pdf" target="_blank">third indictment</a>&nbsp;involves an obstruction charge of concealing evidence, wherein Brown allegedly hid two laptops when federal agents stormed his mother's home in a raid. The laptops were eventually found and confiscated. The alleged threats and credit-card charges led prosecutors to push for a life sentence.&nbsp;</p>
<p>In some ways, Brown's muckraking wasn't all that different from what many journalists have always done, updated to employ digital tools. Reporting based on leaked documents — which, of course, aren't usually authorized for release — is as old as investigative journalism itself.</p>
<p>But Brown pushed the boundaries, and his drug history and proximity to the hacker community made him more vulnerable than other rabble rousers such as columnist&nbsp;<a style="line-height: 1.538em;" href="http://en.wikipedia.org/wiki/Glenn_Greenwald" target="_blank">Glenn Greenwald</a>.&nbsp;Brown wasn't a staffer at a major publication, and his own blistering public statements and threats, on both television and YouTube, gave the government all the motivation it needed to take him down.</p>
<h2>Barrett Brown's Incendiary Videos</h2>
<p>Major news organizations like the&nbsp;<a style="line-height: 1.538em;" href="http://opinionator.blogs.nytimes.com/2013/04/13/hacktivists-as-gadflies/" target="_blank">New York Times</a>&nbsp;and&nbsp;<a style="line-height: 1.538em;" href="http://www.guardian.co.uk/commentisfree/2013/mar/21/barrett-brown-persecution-anonymous" target="_blank">The Guardian</a>&nbsp;both describe Brown as a victim of persecution. And in many ways he is, although some of his alleged actions&nbsp;<em style="line-height: 1.538em;">are</em>&nbsp;criminal by definition, such as threatening the life of a federal agent.&nbsp;</p>
<script charset="utf-8" type="mce-text/javascript" src="//platform.twitter.com/widgets.js"></script>
<p>Brown's legal troubles began when his mother's Dallas home was first raided in March of 2012. At that time, the feds confiscated his laptop, and by his account terrorized his mother and sent his life into a downward spiral. &nbsp;</p>
<p>After the raid, Brown took to the Web to tell his side of the story. On Sept. 11, 2012, Brown posted a trio of videos lashing out at perceived enemies:</p>
<iframe src="http://www.youtube.com/embed/klvP1Xx6OH4?list=PLC95A373745E62D11" frameborder="0" width="560" height="315"></iframe>
<p>At around the 12:00 mark of video number 2, Brown says that the FBI views him as a bad guy, and that he's going to prove in the court system just how bad of a guy he is. About a minute later he&nbsp;demands that the FBI return his laptop, notebook and Xbox.&nbsp;</p>
<iframe src="http://www.youtube.com/embed/wm3ytZEgBfc?list=PLC95A373745E62D11" frameborder="0" width="560" height="315"></iframe>
<p>In the third video, shot and released a day later, Brown brings up his heroin addiction and subsequent move to <a href="http://www.drugs.com/suboxone.html" target="_blank">suboxone</a>, a narcotic used to treat oppiate addiction.&nbsp;At around the 12:00 mark of this video, Brown warns that he is armed and has been trained to shoot, saying if any FBI agents come to his home, particlary one agent that really irked him for allegedly harassing his mother:</p>
<blockquote>
<p>I will shoot them and kill them... I have no choice left but to defend my family, myself, my girlfriend, my reputation, my work, my activism, my ideas and the revelation that my friends are going to prison so we can have a chance to get out for other people. So they would matter. And frankly, you know, it was pretty obvious I was going to be dead before I was 40 or so, so I wouldn't mind going out with two FBI sidearms like a f***ing Egyptian pharaoh. Adios.</p>
</blockquote>
<iframe src="http://www.youtube.com/embed/TOW7GOrXNZI" frameborder="0" width="560" height="315"></iframe> <br />
<p>Hours later, while on a live feed on TinyChat, Brown's home was raided and he was arrested. The whole thing is captured in this almost surreal video:&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/6LGL_W9sixA" frameborder="0" width="560" height="315"></iframe></p>
<p>Since his arrest, Brown's mother Karen has also been targeted by authorities. She <a href="http://blogs.dallasobserver.com/unfairpark/2013/03/barrett_browns_mother_pleaded.php" target="_blank">pled guilty to&nbsp;obstructing the execution of a search warrant</a>, and now&nbsp;faces up to a year in jail and a $100,00 fine. Sentencing has not yet been scheduled.&nbsp;</p>
<p>Brown has gotten some support from the Internet community, but nothing like the outpouring for the recently passed <a href="http://readwrite.com/2013/01/16/aarons-law-promises-to-reduce-hacker-penalties" target="_blank">Aaron&nbsp;Swartz</a>.&nbsp;Anonymous created a White House petition&nbsp;to stop his prosecution, but the reprieve didn't come close to getting the required 100,000 signatures by the April 20 deadline. Supporters have built several sites to&nbsp;<a href="http://freebarrettbrown.org/" target="_blank">educate the public about his plight,&nbsp;</a>the <a href="http://anoninsiders.net/bb-raided-673/" target="_blank">timeline of his case</a>&nbsp;and to help <a href="https://www.wepay.com/donations/free-barrett-brown" target="_blank">raise money</a>&nbsp;for legal representation.&nbsp;</p>
<h2>Hard Times For The Fall Guy</h2>
<p>Brown's supporters have raised about $20,000 for legal fees, and Brown has a new&nbsp;team of lawyers replacing his previous public defendants. But the court had up until last week&nbsp;<a style="line-height: 1.538em;" href="http://www.privacysos.org/node/1036" target="_blank">frozen Brown's access to those funds</a>,&nbsp;which meant that&nbsp;Brown's new legal team of&nbsp;<a style="line-height: 1.538em;" href="http://www.utexas.edu/law/faculty/ag46337/" target="_blank">Ahmed Ghappour</a>&nbsp;and <a href="http://en.wikipedia.org/wiki/Charles_Swift" target="_blank">Charles Swift</a> were essentially working pro bono. But that&nbsp;all&nbsp;<a style="line-height: 1.538em;" href="https://twitter.com/amadooooo/status/329640298768637953" target="_blank">changed</a>&nbsp;last&nbsp;Wednesday&nbsp;when the court allowed the transfer of funds to pay for the lawyers' travel expenses and fees.</p>
<p>It's still a long way to&nbsp;Brown's September trial, which could end up conflated in public perception with two other prominent hacker prosecutions. There's the case of&nbsp;<a style="line-height: 1.538em;" href="http://readwrite.com/2013/03/14/reuters-social-editor-indicted-anonymous-internet-jaw-drops" target="_blank">Matthew Keys</a>, the journalist facing a $750,000 fine and jail time for allegedly feeding passwords to Anonymous members who then defaced the <em style="line-height: 1.538em;">Los Angeles Times</em>' website. <a style="line-height: 1.538em;" href="http://readwrite.com/2013/03/18/hacker-crackdown-blame-att-crappy-security-not-weev" target="_blank">Andrew Auernheimer</a>, the hacker also known as Weev, is also appealing his sentence of more than 41 months in prison for his role in a 2010 hack of AT&amp;T.</p>
<p><strong>(See also&nbsp;<a href="http://readwrite.com/2013/03/18/hacker-crackdown-blame-att-crappy-security-not-weev" target="_blank">Hacker Crackdown: Blame AT&amp;T's Crappy Security, Not Weev</a>.)</strong></p>
<p>All of these cases are related to the much-maligned&nbsp;<a style="line-height: 1.538em;" href="http://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act" target="_blank">Computer Fraud and Abuse Act (CFAA)</a>&nbsp;the outdated law that has led to a number of questionable prosecutions — often of activists like&nbsp;Aaron Swartz rather than actual computer criminals. By the time Brown's trial gets going, there could&nbsp;be government movement to reform the poorly constructed law.</p>
<p><strong style="line-height: 1.538em;">(See also&nbsp;<a href="http://readwrite.com/2013/01/16/aarons-law-promises-to-reduce-hacker-penalties" target="_blank">'Aaron's Law' Promises To Reduce Hacker Penalties</a>.)</strong></p>
<h2>Prosecuting Brown Won't Stop Hacking</h2>
<p>The federal case against Brown, once you understand the details, doesn't pass the laugh test. It turns hyperlinking into a crime akin to breaking into secured computers and casts loose and admittedly unwise Internet soapboxing as criminal conspiracy against federal agents. And it turns one link into 11 separate charges of alleged identity theft.</p>
<div>"Barrett is facing decades in prison for cut-and-pasting a link," laments his lawyer Ahmed Ghappour, a cybersecurity expert at the University of Texas at Austin. Were it not for the hysteria over WikiLeaks and Anonymous attacks on government, financial and security-contractor sites, this case probably wouldn't exist.</div>
<p>Arresting hackers and fringe collaborators doesn't seem to be slowing the tide of cyberattacks. The last 12 months have seen some of the&nbsp;<a style="line-height: 1.538em;" href="http://readwrite.com/2013/03/29/ddos-attack-was-huge-and-part-of-a-trend" target="_blank">biggest cyber attacks</a>&nbsp;on record. <a style="line-height: 1.538em;" href="http://pinterest.com/arbornetworks/worldwide-infrastructure-security-report-wisr/" target="_blank">Denial of service attacks are up 12%&nbsp;</a>since 2011, according to data from the security firm Arbor Networks. If the government really wants to stop hacking attacks, it needs to focus more on the actual perpetrators and less on show-trial prosecutions of peripheral figures like Brown.&nbsp;</p>
<p>Which isn't to say that Brown himself deserves to get off scot-free, just that his proposed punishment should fit his alleged crime. No matter what the circumstances, once you threaten the FBI, the feds are pretty much guaranteed to come down on you. And even Barrett Brown should have known that.</p>
<p><em style="line-height: 1.538em;">Photos courtesy of Shutterstock, Twitter</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/05/06/the-persecution-of-barrett-brown-crushing-a-fly-with-a-tank</link>
                <guid>http://readwrite.com/2013/05/06/the-persecution-of-barrett-brown-crushing-a-fly-with-a-tank</guid>
                <category>Security</category>
                <pubDate>Mon, 06 May 2013 06:00:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[5 Ways To Protect Your Public Internet Use]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/shutterstock_cybercrime.jpg" />
                                        <p>Ah, public Wi-Fi. That magical tool that lets you surf the Internet at your favorite coffee house, bookstore or the mall. (Because nothing says cool like surfing at the food court.)</p>
<p>As much of a boon as using the Internet in public places can be, there are always risks involved whenever you are connected to a public network. Here are five steps you can take to help keep your public Web activities secure.</p>
<h2>Beware Fake Wi-Fi</h2>
<p>You sit down at the bookstore, fire up the laptop and lo and behold, you see the store's network name (SSID). But wait, what's this? An even stronger signal from an SSID that's wide open. Strong signal equals better connection, so that's the one you want, right?</p>
<p>Think again.</p>
<p>Known as a man-in-the-middle attack, that shiny new (and possibly free-of-charge) Wi-Fi signal may not belong to the store at all, but rather someone else in the store who has set up their own Wi-Fi router to attract people just like you. Once you're using their signal versus the store's, they can monitor all of your Internet traffic using special software that can easily discern things like login and password information.</p>
<p>I actually discovered someone doing this at the local Borders a few years back when there was a local Borders. The kid had even mimicked the store name with the SSID "Borders_1". But I knew the real SSID and started looking around the stacks until I found him right in the middle of the store just sitting with his laptop.</p>
<p>Cities are particularly bad about this kind of thing because everywhere you go, there's a Wi-Fi signal. My favorite: the "FREE-WIFI_Here" SSID my computer saw when staying at a Midtown hotel in Manhattan.</p>
<p>If you are not sure about what the store's Wi-Fi SSID is, just ask, or look for a sign. Better to be sure than surf on someone else's network.</p>
<h2>You Don't Know Where That's Been</h2>
<p>You grab a seat at the table, stealing coffee and a scone in hand. And on the floor under the table, you see a thumb drive. Ever the helpful citizen, you pick it up and boot your laptop with the intent to insert the drive and see if you can figure out who it belongs to.</p>
<p>Stop, helpful citizen.</p>
<p>That USB drive may in fact have been planted there, waiting for a Good Samaritan like you to pick it up and do exactly that. And instead of finding a file that says "This drive belongs to…" you will probably find trojan malware that will infect your machine so a hacker can get into it then, or later.</p>
<p>This is a method of breaking into your system that goes beyond public Wi-Fi, too. In 2011, the Department of Homeland Security conducted a study where they left USB drives and discs in the parking lots of government buildings. When found, 60% of the government workers - who really should have known better - plugged the drives into their office computer. If the thumb drive or CD case had an official logo, 90% of the workers would plug them in.</p>
<p>If you find a drive or CD somewhere public, and want to be helpful, turn it in to the nearest lost and found and let that be your good deed for the day.</p>
<h2>Cowboy Up</h2>
<p>In Westerns, the gunslinger always sits with his back to the wall - so as to avoid getting shot from behind when someone walked in the door spoiling for a fight.</p>
<p>That's not a bad plan, when it comes to public Wi-Fi. If at all possible, find a seat where there's no way someone can be behind you. You don't want anyone looking over your shoulder or worse, recording you when you are typing in critical information.</p>
<h2>Don't Share Your Internet</h2>
<p>Very occasionally, you may get someone who is desperate to use your computer or smartphone to check something on the Internet. Put your foot down and say no, even if they say it's an emergency.</p>
<p>First, if its really an emergency, they should be calling someone, not communicating with Facebook or email. Second, even if you watch them to make sure they insert nothing into your computer, all it takes is a quick visit to a known malicious site on another browser tab to get your machine infected.</p>
<h2>Don't Login</h2>
<p>I have a pretty standard rule of thumb about surfing in public: never conduct banking transactions or visit a credit card website account. If I absolutely have to, I will use my phone's cellular connection to get to the bank Web site, but never with Wi-Fi I am just visiting.</p>
<p>But beyond that, I don't sign into Facebook or Twitter in a public place, either. If I want to use those networks, or anything similar, I use an app on the phone that's already signed in. That way, there's nothing to spy on and see.</p>
<p>Surfing in public doesn't have to be dangerous to your online identity, but you should always take care about your personal safety in a public place, and that includes your online activities.</p>
<p><em>Image courtesy of <a href="http://www.shutterstock.com">Shutterstock</a>.</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/30/5-ways-to-protect-your-public-internet-use</link>
                <guid>http://readwrite.com/2013/04/30/5-ways-to-protect-your-public-internet-use</guid>
                <category>Security</category>
                <pubDate>Tue, 30 Apr 2013 07:34:00 -0700</pubDate>
                <author>Brian Proffitt</author>
            </item>
                    <item>
                <title><![CDATA[Why Security Holes In Critical Infrastructure Are So Darn Hard To Fix]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/shutterstock_88623379.jpg" />
                                        <p>Security researchers recently found gaping vulnerabilities in&nbsp;a wide variety of critical business and industrial equipment. It turns out that weak or absent passwords made it easy to break into more than 100,000 terminal servers used to provide their Internet connections. Fixing the problem is simple. Change the credentials dramatically reduces the risk. But for many companies, actually solving the problem is nearly impossible.</p>
<h2>Vulnerable, But Hidden</h2>
<p>The threats discovered by security firm <a href="http://www.rapid7.com/" target="_blank">Rapid7</a> exemplify the difficulties organizations face in plugging even known holes in critical gear. In this case, the affected systems include industrial control equipment, traffic-signal monitors, fuel pumps, retail point-of-sale terminals and building automation equipment such as alarms and heating and ventilation (HVAC) systems.</p>
<p><a href="https://community.rapid7.com/community/metasploit/blog/2013/04/23/serial-offenders-widespread-flaws-in-serial-port-servers" target="_self">Rapid7 found</a>&nbsp;more than 114,000 unprotected terminal servers, mostly from <a href="http://www.digi.com/" target="_blank">Digi International </a>or <a href="http://www.lantronix.com/" target="_blank">Lantronix</a>, that a hacker could use to take control of the underlying systems. Finding the serial ports on the server requires the use of a scanning tool, such as <a href="http://nmap.org/" target="_self">Nmap.</a>&nbsp;Once an active port is found, a command-line program similar to what those used in 1980s vintage home computers is all that's needed to access a control panel or menu or capture data.</p>
<p>Fortunately, while tech-savvy saboteurs or terrorists would have no difficulty gaining access to the equipment, they most likely would not know who owns it or where it is located. Without that information, the find would not be very useful. "There's no telling who they are going to hurt, if they don't know where the device is," explained HD Moore, chief research officer for Rapid7.</p>
<h2>How Security Gets Missed</h2>
<p>Nevertheless, any hole that can provide access to critical equipment is worth plugging, but it's not likely to happen in many of these cases. Often, companies do not even know the terminal server exists, much less that it needs security updates.</p>
<p>How is that possible? Well, picture a vendor working with the facilities crew installing an HVAC system that uses a terminal server so the equipment can be monitored from a remote location. No one knows the server exists, and no one cares, as long as everything works. "A lot of times IT is not even aware of these systems," said Matthew Neely, director of research at risk management company <a href="http://www.securestate.com/Pages/default.aspx" target="_self">SecureState</a>.</p>
<p>Vendor marketing can also exacerbate the problem. Equipment is often sold as being "secured," when in fact it is only "capable of being secured." That means the buyer still has to add the technology or turn on and configure the security features.</p>
<p>This can get missed if the installers assume the equipment is "plug and play," said Joe Weiss, a security consultant for <a href="http://realtimeacs.com/" target="_self">Applied Control Solutions</a>.&nbsp;"It's like getting a toy for Christmas and you pull it out of the box expecting it to run, because the box doesn't tell you it needs two AA batteries," Weiss added.</p>
<p>Terminal servers, also called serial port servers, often get missed by electric utility companies because they are not covered under federal cybersecurity requirements. So the devices never make it on the utility's compliance checklist. "They don't even have to check these out to find out if they are or not secure," Weiss said.</p>
<p>This bizarre situation demonstrates that ensuring the security of critical equipment is never a matter of technology alone. True security requires people to pay attention, not just sweep everything under the rug.</p>
<p>&nbsp;</p>
<p><em>Image courtesy <a href="http://www.shutterstock.com/index-in.mhtml" target="_self">of ShutterStock</a>.</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/29/why-security-holes-in-critical-systems-are-so-darn-hard-to-fix</link>
                <guid>http://readwrite.com/2013/04/29/why-security-holes-in-critical-systems-are-so-darn-hard-to-fix</guid>
                <category>industrial control systems</category>
                <pubDate>Mon, 29 Apr 2013 11:59:00 -0700</pubDate>
                <author>Antone Gonsalves</author>
            </item>
                    <item>
                <title><![CDATA[How Hackers Steal Trade Secrets By Targeting Smaller Companies]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/cybersec_1_shutterstock.jpg" />
                                        <p>Cyberespionage is usually considered a threat to government agencies and large corporations such as defense contractors and banks. But a new Verizon report on data breaches finds that <a href="http://www.verizonenterprise.com/DBIR/2013/%20" target="_blank">cyberspies are going after small organizations</a> with the same enthusiasm they once reserved for big outfits.</p>
<h2>It's A Small Cyberworld</h2>
<p>Not surprisingly, 95% of the state-affiliated attacks aimed at stealing intellectual property, which included classified information, trade secrets and technical resources, originated from China last year, according to the <a href="http://www.verizonenterprise.com/DBIR/2013/%20" target="_self">2013 Data Breach Investigations Report</a>. No organization, no matter how small, was safe.</p>
<p>"The big surprise for us was that there were a lot of small organizations being targeted for cyberespionage," Jay Jacobs, senior analyst with the Verizon RISK team, told ReadWrite. The targets included manufacturing companies, computer and engineering consultants and professional services firms that were "relatively small, even under 10 employees kind of small."</p>
<p>The attackers went after small outfits using the same tactics waged against big companies. In a way, the hacker strategy parallels the way investigators go after the small players in a criminal enterprise, hoping to flip them in order to implicate higher-ups. Only in this case, the hackers are frequently targeting small companies to lay hands on the trade secrets of their larger partners.</p>
<p><span style="line-height: 1.538em;">Roughly one in five cyberattacks in 2012 were to steal intellectual property in order to further a country's national and economic interests. The most common mode of attack was </span><a style="line-height: 1.538em;" href="%20http://en.wikipedia.org/wiki/Spear_phishing#Phishing_techniques%20" target="_self">spearphishing</a><span style="line-height: 1.538em;">, which involves sending an email disguised as coming from a colleague of the recipient. The message typically contains a malicious link or attachment.</span></p>
<p>Chinese hacking of American computer networks has placed a damper on relations between China and the Obama administration, which has demanded the country curtail its hacker army. On Monday, Joint Chiefs of Staff chairman, Gen. Martin E. Dempsey, and Gen. Fang Fenghui of China met <a href="http://www.nytimes.com/2013/04/23/world/asia/united-states-and-china-hold-military-talks-with-cybersecurity-a-focus.html?_r=0" target="_self">to discuss cybersecurity</a>.</p>
<h2>Other Attacks</h2>
<p>Despite all the attention, cyberespionage was a distant second in terms of attacker motivation. Three quarters of data breaches committed last year was for financial gain, with the remaining 5% a result of hactivism, the report found. Verizon confirmed a total of 621 data breaches and more than 47,000 reported "security incidents," which included denial-of-service attacks.</p>
<p>Among the companies that suffered data breaches, 37% were financial services firms, 24% restaurants and retailers, 20% manufacturers, transportation organizations or utilities, and the remainder classified as "information and professional services firms." Malware was used in 40% of breaches. Three quarters of the compromises involved exploiting weak or stolen user names and passwords.</p>
<p>Discovering data breaches was not easy for most organizations. Verizon found that the time from compromise to discovery took months, and sometimes years.</p>
<p>Verizon worked with 18 organizations worldwide in gathering data for the report. The groups included national computer emergency response teams and law enforcement agencies.</p>
<p>No one found any cutting-edge methods used by attackers to break into networks, so organizations can go a long ways toward protecting themselves by focusing on the basics, such as stronger passwords and educating employees about bogus email.</p>
<p><em>Image courtesy of <a href="http://www.shutterstock.com/" target="_self">Shutterstock</a></em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/24/small-or-large-no-organization-is-safe-from-cyberspies</link>
                <guid>http://readwrite.com/2013/04/24/small-or-large-no-organization-is-safe-from-cyberspies</guid>
                <category>Verizon</category>
                <pubDate>Wed, 24 Apr 2013 04:00:00 -0700</pubDate>
                <author>Antone Gonsalves</author>
            </item>
                    <item>
                <title><![CDATA[Alleged Leader Of Hacker Group LulzSec Arrested In Australia]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/lulz.jpg" />
                                        <p>Investigators in Australia have&nbsp;<a href="http://www.afr.com/p/technology/afp_arrest_alleged_boss_of_hacking_50OxdYHUosGEyFCiHGMC6M" target="_blank">arrested&nbsp;the self-proclaimed leader of LulzSec</a>, the hacker group and Anonymous offshoot that previously claimed responsibility for a slew of major hacks in 2011 including attacks on Sony Pictures, the UK tabloid The Sun, and the CIA's public website. All "just for the Lulz" — laughs, that is — of it.</p>
<p>On Tuesday night, police in Sydney took into custody&nbsp;Matt Flannery,&nbsp;a 24-year-old Australian IT professional who goes by the online moniker <a style="line-height: 1.538em;" href="http://vimeo.com/19248654" target="_blank">Aush0k</a>. The alleged hacker faces up to 12 years behind bars for two counts of unauthorized modification of data to cause impairment and one count of unauthorized access to a restricted computer system.&nbsp;&nbsp;</p>
<iframe src="http://www.youtube.com/embed/Vk1U5nl1dVQ" frameborder="0" width="640" height="360"></iframe>
<p>Australian Federal Police say their investigation began only two weeks ago when they discovered a government website had been compromised.&nbsp;Police apparently made the connection between Flannery and the recently targeted website because the multinational Tenable Network Security, where Flannery was allegedly employed, had access to specific Australian government information (a quick search on Google revealed a <a href="http://www.linkedin.com/profile/view?id=110227606&amp;authType=NAME_SEARCH&amp;authToken=SCMx&amp;locale=en_US&amp;srchid=f927d16e-3c9f-4aab-8936-88d34e5e652e-0&amp;srchindex=1&amp;srchtotal=2&amp;goback=%2Efps_PBCK_*1_Matt_Flannery_*1_*1_*1_*1_*2_*1_Y_*1_*1_*1_false_1_R_*1_*51_*1_*51_true_*1_au%3A0_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2&amp;pvs=ps&amp;trk=pp_profile_name_link" target="_blank">LinkedIn</a> profile of Flannery claiming employment there).</p>
<p>However, representatives from <a href="http://www.tenable.com/blog/our-company-our-mission-bringing-cybercriminals-to-justice" target="_blank">Tenable</a> contacted ReadWrite and informed us that Flannery was instead employed by Content Security, a security firm that subcontracted for Tenable. Still,&nbsp;it <em>could</em> explain just how he had access to such sensitive material. Tenable's Nessus software is used by clients such as the U.S. Department of Defense, Amazon and the American Red Cross for checking network security vulnerabilities. And determining weaknesses in networks is exactly what allowed LulzSec and similar hackers to pick their targets.&nbsp;</p>
<p><span style="line-height: 1.538em;">Following the arrest, Content Security's Phil Kurth described Flannery as a low-level support tech already on 3 month probation, although the reason behind the suspension, and any tie-into these charges, was not specified. Kurth further pointed out that Flannery had no access to any type of customer data apart from support tickets, and that most of the activities Flannery was accused of were conducted on his home PC, and seldom on his work-issued laptop.&nbsp;</span></p>
<p><span style="line-height: 1.538em;">Flannery's work computer has been seized by police.</span></p>
<p>Authorities claim Flannery asserted his LulzSec leadership in online forums monitored by police and visited by LulzSec members. They also claim Flannery admitted his leading role in the group directly to police.&nbsp;Some discussions in the hacker material stored at the online locker&nbsp;<a style="line-height: 1.538em;" href="http://pastebin.com/1TPvSxca" target="_blank">Pastebin</a>&nbsp;also seems to support authorities' claims.&nbsp;</p>
<p>"This man is known to international law enforcement and police will allege he was in a position of trust within the company with access to information from clients including government agencies," explained&nbsp;Glen McEwen,&nbsp;the AFP's federal police commander.&nbsp;</p>
<p>Flannery isn't the first alleged member of LulzSec to face the wraith of law enforcement. Another reputed leader, Sabu, aka Hector Xavier Monsegur, turned states evidence and became an FBI informant after his 2011 arrest. Sabu may have been the hacker who ratted out former Reuters social media editor <a style="line-height: 1.538em;" href="http://readwrite.com/2013/03/14/reuters-social-editor-indicted-anonymous-internet-jaw-drops" target="_blank">Matthew Keys</a>, who was indicted for his role in the Anonymous infiltration of the Los Angeles Times website.&nbsp;Just <a style="line-height: 1.538em;" href="http://www.bbc.co.uk/news/technology-22079709" target="_blank">2 weeks ago</a>, another former LulzSec member, Ryan Ackroyd, pleaded guilty to several cyberattacks in the UK. The 26 year-old Ackroyd faces sentencing next month.&nbsp;</p>
<p>Flannery has already been released on bail, and now faces a May 15 court date.&nbsp;</p>
<p><em>Photo courtesy of Twitter &nbsp;</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/23/alleged-leader-of-hacker-group-lulzsec-arrested-in-australia</link>
                <guid>http://readwrite.com/2013/04/23/alleged-leader-of-hacker-group-lulzsec-arrested-in-australia</guid>
                <category>Security</category>
                <pubDate>Tue, 23 Apr 2013 23:23:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[5 Signs Your Android Smartphone Is Infected With Malware]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/zombies_1280.jpg" />
                                        <p><em>Guest author Catalin Cosoi is chief security strategist at <a href="http://www.bitdefender.com/" target="_blank">Bitdefender</a>.</em></p>
<p>Android malware seems to be spreading at a dizzying pace. In the second half of 2012 alone, Bitdefender found that Android malware spiked 292% from the first half of the year. This could pose a threat to millions of smartphone users worldwide.</p>
<p>Android malware is becoming harder to detect for the average smartphone user who pays little, if any, attention to security. Fortunately, most malware creators are not rocket scientists, and a user does not have to be a computer scientist to combat them.</p>
<p>Adding the following clues together could reveal the presence of malware:</p>
<h2><span class="embedded-Media-image img-caption-r">
				<img src="http://readwrite.com/files/red_android.jpg" style="" />
			</span>
1. Bad Battery Life</h2>
<p>Android users who don’t perform a lot of battery straining activities have a good idea of how long their battery should last. Malware gives itself away when batteries mysteriously drain quicker than usual. That's usually due to adware, spam-like malware that shows app users an inordinate amount of ads. Continuously displaying aggressive adware will impact heavily on battery life.</p>
<p>Whether the malware is hiding in plain sight by pretending to be a regular application or trying to stay hidden from the user, abnormal battery drainage can often give away the presence of an Android infection.</p>
<h2>2. Dropped Calls And Disruptions</h2>
<p>Mobile malware can affect ongoing or incoming calls. Dropped calls or strange disruptions during a conversation could indicate the existence of mobile malware that is interfering. If you can't blame your mobile carrier, then some strand of mobile malware could be the culprit. Call your service provider to determine if the dropped calls are its fault. If it is not your carrier, it is possible that someone or something is trying to eavesdrop on conversations or perform other suspicious activities.</p>
<h2>3. Inordinately Large Phone Bills</h2>
<p>Android malware often infects devices and starts sending SMS (text) messages to premium-rated numbers. While these effects are easily seen in your phone bill, not all malware programs are obviously greedy. They may send an SMS message just once a month to avoid suspicions, or they may uninstall themselves after punching a serious hole in your budget. Whether you use a monthly plan or a pay-as-you-go subscription, checking your bill should make it easy to figure out such message-sending malware has found its way onto a device.</p>
<h2>4. Data Plan Spikes</h2>
<p>Malware that smuggles data from your device to a third-party can often be detected by an examination of your data plan bill. Significant changes in your download or upload patterns could be a sign that someone or something has control over your device. Setting up data meter quotas might help figure out if a device has been compromised by data broadcasting malware. It will also help dodge high phone bills.</p>
<h2>5. Clogged Performance</h2>
<p>Depending on device hardware specifications, malware infestation may cause serious performance problems as it tries to read, write or broadcast data from your smartphone. Anybody that has ever had a PC infected with malware should be familiar with this. Imagine rebooting a device several times a day because background-running malware consumes too much processing power to let apps work properly. Performance clogging is yet another sign that malware might be present on your device. Checking RAM (Random Access Memory) use or CPU load could reveal the presence of malware that’s actively running on the device.&nbsp;</p>
<h2>Stay Safe And Be Mindful</h2>
<p>The Android versions most targeted by malware are the common ones - Gingerbread 2.3, Ice Cream Sandwich 4.0 and Jelly Bean 4.1. Android users with these builds have an 88% chance of having their mobile phone infected with malware according to the <a href="http://developer.android.com/about/dashboards/index.html" target="_blank">Android Developer Dashboard</a>.</p>
<p>In the event that you do find yourself with malware on your Android, there are a couple of options. First, delete the offending app. Even if the app is deleted, malware may still linger. You may have to completely reset your smartphone by going into the settings menu and peforming a "factory reset," which will clear the memory of the device.</p>
<p>A variety of paid and free security apps are available in the Google Play Android app store to help prevent apps from doing bad things. If you use your Android smartphone for business, your IT department likely has security solutions to help you purge any malware.&nbsp;</p>
<p>In general, it is wise to scrutinize each and every permission an Android app asks for – many apps ask for invasive permissions when they don’t need them. Even apps packed with aggressive adware have a knack for collecting more data than they would ordinarily need to perform adequately. Be sure to read your&nbsp;permissions before clicking “accept.”</p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/23/5-signs-android-smartphone-infected-malware</link>
                <guid>http://readwrite.com/2013/04/23/5-signs-android-smartphone-infected-malware</guid>
                <category>Android</category>
                <pubDate>Tue, 23 Apr 2013 04:04:00 -0700</pubDate>
                <author>Catalin Cosoi</author>
            </item>
                    <item>
                <title><![CDATA[Anonymous Calls For A CISPA Blackout To Protest The Bill's Privacy Threat... But Nobody Listens]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/cispa%20blocked%20lede%20image%20AR.png" />
                                        <p>Anonymous has called for an <a href="https://twitter.com/YourAnonNews/status/326232664996708353" target="_blank">Internet blackout to protest CISPA</a>, the much maligned cybersecurity bill that <a href="http://readwrite.com/2013/02/14/obama-orders-cybersecurity-bill-cispa-returns" target="_blank">threatens your privacy more than it protects it</a>. But without the support of Reddit, which co-sponsored last year's SOPA blackout, the Web isn't listening.</p>
<p>About <a href="http://anonyops.com/cispablackout/othersites.php" target="_blank">200 hundred sites</a> have joined the #<a href="https://twitter.com/search/timeline?q=%23CISPABlackout&amp;src=hash" target="_blank">CISPABlackout</a> today in protest of CISPA, which last week passed the House of Representatives. That may sound like a big number, but the list mostly consists of small sites within the hacker community. That's a big contrast to the <a href="http://readwrite.com/2012/01/19/sopa_pipa_votes_indefinitely_delayed" target="_blank">last year's SOPA protests</a>, which drew support from&nbsp;huge organizations like Google and Wikipedia.</p>
<blockquote class="twitter-tweet"><p>Blackout your website: (requires some basic HTML/CSS knowledge): <a href="http://t.co/4v26INZV3B" title="http://bit.ly/11dtXv6">bit.ly/11dtXv6</a><a href="https://twitter.com/search/%23CISPABlackout">#CISPABlackout</a></p>&mdash; Anonymous (@YourAnonNews) <a href="https://twitter.com/YourAnonNews/status/326232664996708353">April 22, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>Exceptions include the nonprofit&nbsp;<a href="http://www.fightforthefuture.org/" target="_blank">Fight for the Future,&nbsp;</a>which&nbsp;has <a href="https://twitter.com/fightfortheftr/status/326298445486891009" target="_blank">tweeted</a> solidarity but has not blacked out its site. Another is&nbsp;<a style="line-height: 1.538em;" href="http://labusinessjournal.com/news/2012/apr/30/super-powered/" target="_blank">Stan Lee's Comikaze</a>, the comic book convention backed by the former Marvel Comics head honcho, which <em>has</em> blacked out its site.</p>
<h2>A Reddit Divided</h2>
<p>Reddit itself appears conflicted over the CISPA blackout. Some Reddit sections, aka subreddits, have switched their background color to black and added a CISPA protest banner and link, but have stopped short of a full blackout that would inconvenience users by obscuring links. As of about 11am PT, subreddits including "pics," "politics," "funny," "askreddit" and "technology") have black backgrounds, although their listed links remain visible in the foreground. Reddit's front page and subreddits such as "news" and "worldnews" remain un-blackened.</p>
<p>It's a clear case of the hacker collective overestimating its influence, as my ReadWrite colleague <a href="http://readwrite.com/author/dan-rowinski" target="_blank">Dan Rowinski</a> suggested to me in chat earlier today. "Without Reddit, it is just Anonymous proclaiming something into its own echo chamber," he wrote.</p>
<p>It also doesn't help that Internet firms themselves are divided on CISPA. Microsoft and Facebook may have recently walked back their support for the bill — which, by the way, faces a veto threat from President Obama — but Google hasn't taken a position. And a rogue's gallery of telcos, ISPs and other tech firms support CISPA.</p>
<p>CISPA threatens our privacy by essentially giving the government a blank check to monitor all of our online communication, without a warrant. So a sign of solidarity blacking out the Web would be a good thing. But it seems the collective isn't as influential in garnering support as it is when its making cyberattacks. Which is too bad, because this mission would actually be a <em>good</em> thing.</p>
<p>Below is a video from Anonymous explaining more about the blackout:</p>
<iframe src="http://www.youtube.com/embed/i_nFyavcld4" frameborder="0" width="640" height="360"></iframe>
<p>If you want to contact your local senator or congressperson, check out<a href="http://pastebin.com/LAsaLJe4" target="_blank"> this list </a>of contact information&nbsp;from Anonymous. Here's some <a href="https://twitter.com/AnonyOps/status/325731915871182848" target="_blank">background on&nbsp;Anonymous' plans</a> and how you can further support the blackout.</p>
<p><em>Lead image via <a href="http://imgur.com/gallery/XqIbBu2" target="_blank">Imgur</a>, although it's circulating across the Internet and its provenance is unknown</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/22/anonymous-calls-for-cispa-blackout-nobody-listens</link>
                <guid>http://readwrite.com/2013/04/22/anonymous-calls-for-cispa-blackout-nobody-listens</guid>
                <category>CISPA</category>
                <pubDate>Mon, 22 Apr 2013 11:05:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[Hey, The FTC Might Finally Break The Carriers' Android-Update Logjam]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/FTC.jpg" />
                                        <p>The federal government appears ready to take dramatic action against U.S. wireless carriers that fail to protect Android smartphone buyers against malware — specifically by not pushing out timely operating-system updates. And the catalyst most likely to kick the feds into gear is an American Civil Liberties Union <a href="http://www.aclu.org/files/assets/aclu_-_android_ftc_complaint_-_final.pdf" target="_self">complaint filed Tuesday</a>&nbsp;with the Federal Trade Commission.</p>
<h2>Let The Market Decide</h2>
<p>What the ACLU is asking is not difficult.&nbsp; Rather than have the FTC order carriers to ship security updates to the Android operating system as soon as they are made available by Google, the ACLU wants customers to be told upfront that they won't be getting the updates needed to protect their personal data from hackers.</p>
<p>"We think the companies should be forthcoming about this," Christopher Soghoian, principal technologist and a senior policy analyst for the ACLU, said. "If consumers knew that certain phones weren't going to get updates, they might not buy those phones in the first place."</p>
<p>Rather than force carriers to spend a lot of money on automatic update services, the ACLU wants the market to fix the problem, a stand that many lawmakers in Congress should applaud.</p>
<p>"We want the market to work, but consumers are never going to get to vote with their wallets if they don't know which phones are secure and which phones are not secure," Soghoian said.</p>
<p><strong>(See also: <a href="http://readwrite.com/2013/02/26/ftc-to-smartphone-makers-fix-security-or-end-up-like-htc" target="_blank">FTC To Carriers: Fix Security Or End Up Like HTC</a>)</strong></p>
<p>The ACLU complaint names AT&amp;T, Verizon Wireless, Sprint Nextel and T-Mobile USA. AT&amp;T declined comment, Sprint said it follows "industry-standard best practices," and Verizon said it works closely with manufacturers to provide "mandatory updates to devices as quickly as possible."</p>
<p>T-Mobile was the only carrier to say that it keeps Android customers up to date with the latest software. "T-Mobile takes security very seriously, and regularly provides security updates to our customers, including those using the Android operating system," a company spokesman said.</p>
<h2><strong>The FTC Plays The Heavy</strong></h2>
<p>If that is what T-Mobile does, then it is more in line with the FTC's thinking than its rivals. In a <a href="http://readwrite.com/2013/02/26/ftc-to-smartphone-makers-fix-security-or-end-up-like-htc#feed=/search?keyword=htc" target="_self">February settlement</a> with smartphone manufacturer HTC, the agency pointedly emphasized the need to secure mobile devices.</p>
<p>Under FTC pressure, HTC agreed to a "comprehensive security program" that includes patching vulnerabilities that could be exploited by hackers and spammers. The agreement was significant because it outlined for all device manufacturers what the FTC considers best practices for security.</p>
<p>Keeping software up to date is a critical defense against hackers, who often target known vulnerabilities in software because so many users continue to run older, bug-ridden versions. In a blog post following the HTC settlement, FTC chief technologist Steve Bellovin&nbsp;<a href="http://techatftc.wordpress.com/2013/02/22/shipping-security/" target="_self">made it clear</a> that securing mobile devices was the responsibility of manufacturers and carriers, and they have to work together at getting updates out to customers.</p>
<p>"Bugs happen, ergo fixes have to happen," Bellovin said.</p>
<p>Android malware is a much larger problem outside the U.S., particularly in Asia and Eastern Europe. That's because people in those regions will download applications from third-party app stores, many of which distribute malware-infected software. In the U.S., most people get their apps from the Google Play store, which regularly checks for malicious software.</p>
<p>Nevertheless, 97% of new mobile malware is directed at Android devices, which comprise 72% of the smartphone market, according to security vendor Symantec's latest <a href="http://www.symantec.com/content/en/us/enterprise/other_resources/b-istr_main_report_v18_2012_21291018.en-us.pdf" target="_self">Internet Security Threat Report</a>. While most infections today occur from downloading bad apps, experts say hackers are increasingly trying to compromise devices through spam that carries links to malicious Web sites.</p>
<p>Given the mood of the FTC, and trends in Android malware, it should be obvious to carriers that the status quo is unacceptable. If they aren't ready to make changes on their own, then they're likely to get an unfriendly shove from the feds.</p>
<p><em>Image courtesy of <a href="http://www.shutterstock.com/" target="_self">Shutterstock</a></em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/18/ftc-ready-to-move-if-carriers-ignore-android-security</link>
                <guid>http://readwrite.com/2013/04/18/ftc-ready-to-move-if-carriers-ignore-android-security</guid>
                <category>Android</category>
                <pubDate>Thu, 18 Apr 2013 05:30:00 -0700</pubDate>
                <author>Antone Gonsalves</author>
            </item>
                    <item>
                <title><![CDATA[Your Next Big Security Headache: Your Wireless Router]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/shutterstock_92830642.jpg" />
                                        <p>You've installed antivirus software on your computers, configured your operating system to update its security automatically and password-protected your Wi-Fi. So your home network is safe against hackers, right?</p>
<p>Guess again. And then take a long look at your wireless router.</p>
<h2><span style="line-height: 1.538em;" data-mce-mark="1">What Can Happen (Hint: It's Bad)</span></h2>
<p>For years, manufacturers of home routers have all but ignored security issues, at least when it comes to making sure that consumers update their firmware to close exploitable vulnerabilities. Let's put it this way: Have you ever updated the firmware on your router? If not, odds are good that it's got one or more security holes through which a properly motivated hacker could slip.</p>
<p>Attacks on routers aren't common, partly for logistical reasons that make them uneconomical for hackers. But that could change as technology evolves, criminal incentives shift and security tightens up in other areas. One big potential trouble spot: the embedded Web servers that many routers use for managing their settings — including, of course, security.</p>
<p>Router manufacturers have done a lousy job informing users about firmware updates that would patch security flaws, and are even worse making it easy for users to obtain and install those updates. Such patches are seldom available through automatic services, forcing users to look up the fixes on manufacturer websites.</p>
<p>"These are low-priced, low-power devices," Tod Beardsley, a researcher with application security vendor Rapid7, said. Manufacturers "may not have the margins on these devices to provide ongoing software support."</p>
<p>To see what can happen when a flaw remains unpatched, look no further than&nbsp;<a href="http://www.securelist.com/en/blog/208193852/The_tale_of_one_thousand_and_one_DSL_modems" target="_self">a major intrusion in Brazil</a> in 2011, when hackers broke into 4.5 million home DSL modems over the Internet. The modems were reconfigured to send users to malware-carrying imposter websites, primarily so thieves could steal their online banking credentials.</p>
<h2>From Brazil With Love</h2>
<p>That exploit in Brazil was similar to one that application security tester Phil Purviance recently employed against a wireless Linksys EA2700, which was released about a year ago. Called a <a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery" target="_self">cross-site request forgery</a>, the technique allowed Purviance to break into the router's embedded management Web site. Once in, Purviance found he could change the login information and remotely manage the hardware.</p>
<p>"What I found was so terrible, awful, and completely inexcusable!" Purviance wrote in <a href="https://superevr.com/blog/%20" target="_self">his blog</a>. "It only took 30 minutes to come to the conclusion that any network with an EA2700 router on it is an insecure network!"</p>
<p>Purviance found a total of five vulnerabilities in two Linksys routers, the EA2700 and WRT54GL. Separately, <a href="https://community.rapid7.com/community/metasploit/blog/2013/04/05/" target="_self">flaws recently found </a>in Linux-based routers from D-Link and Netgear could enable a hacker on the network to gain access to the command prompt on the operating system, Rapid7 reported.</p>
<p>D-Link and Netgear didn't respond to requests for comment. Belkin, which bought Linksys from Cisco last month, said in an email sent to ReadWrite that the EA2700 was fixed in a firmware update released last June. Called Smart Wi-Fi, the firmware is available through an opt-in update service.&nbsp;</p>
<h2>What Hackers Want</h2>
<p>Manufacturers have gotten away with sloppy security practices because breaking into wireless routers usually requires physical proximity. That made it far harder for hackers to bust into multiple computers, because they'd have to move from network to network in order to target them. Thus hackers have tended to favor blasting out malware-carrying spam from a single location over attacking individual wireless routers.</p>
<p>But that could change. Industrial control systems that run manufacturing operations, power grids and other critical infrastructure are increasingly under pressure from cyberespionage campaigns. Vulnerabilities in these systems are as bad as in home routers. You can see just how bad is is via the <a href="http://www.shodanhq.com/" target="_self">search engine Shodan</a>,&nbsp; which <a href="http://money.cnn.com/2013/04/08/technology/security/shodan/" target="_self">collects information</a> on 500 million connected devices, such as routers, printers, webcams and servers, each month.</p>
<p>In time, hackers will develop better tools and malware for breaking into hardware, and this technology will eventually find its way into the criminal underground.</p>
<h2>How To Safeguard Your Router</h2>
<p>In other words, it makes sense to safeguard your router now. Here are a few steps you can take to make your home network a less inviting target:</p>
<ul>
<li>In your router security settings, make sure you've changed any default usernames and passwords. These will be the first things any hacker tries, much the way a burglar jiggles a doorknob to see if it's unlocked.</li>
<li>Disable wireless access to your router's management console, which allows you to manage its settings by pointing a Web browser to an address such as 192.168.1.1. Disabling wireless access means you'll have to be physically plugged into the router in order to manage it, making it far more difficult to hack.</li>
<li>If you're sufficiently technically minded, consider replacing your router's doubtless buggy internal software with an open-source alternative such as&nbsp;<a style="line-height: 1.538em;" href="http://www.dd-wrt.com/site/index" target="_self">DD-WRT</a>,&nbsp;<a style="line-height: 1.538em;" href="http://www.polarcloud.com/tomato" target="_self">Tomato</a>&nbsp;or&nbsp;<a style="line-height: 1.538em;" href="https://openwrt.org/%20" target="_self">OpenWRT</a>. While these options aren't particularly consumer friendly, their firmware is less likely to contain obvious vulnerabilities — and will probably offer you some cool new features, too.</li>
</ul>
<p><em>Image courtesy of <a href="http://www.shutterstock.com/" target="_self">Shutterstock</a></em></p>
<p><strong><em>Updated at 12:35pm PT</em></strong><em>&nbsp;to make clear that embedded Web servers, not embedded browsers, pose a security threat in many routers.</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/16/beware-the-wireless-router-security-threat</link>
                <guid>http://readwrite.com/2013/04/16/beware-the-wireless-router-security-threat</guid>
                <category>wireless routers</category>
                <pubDate>Tue, 16 Apr 2013 03:00:00 -0700</pubDate>
                <author>Antone Gonsalves</author>
            </item>
                    <item>
                <title><![CDATA[The White House Doesn't Love CISPA, But It's Not Hating On It, Either]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/wh.jpg" />
                                        <p>The White House doesn't support the amended version of <a href="http://readwrite.com/2013/02/14/obama-orders-cybersecurity-bill-cispa-returns" target="_blank">CISPA</a>, the controversial&nbsp;<a href="http://en.wikipedia.org/wiki/Cyber_Intelligence_Sharing_and_Protection_Act" target="_blank">Cyber Intelligence Sharing and Protection Act</a>&nbsp;that would let companies and the feds monitor and share your online communication without a warrant.&nbsp;But while President Obama remains opposed to the bill's latest iteration, he's apparently hedging on whether he'd veto it.</p>
<p>The bill, aimed at data sharing between the public and private sectors, is a security nightmare for its vagueness and privacy oversight.&nbsp;<a style="line-height: 1.538em;" href="http://readwrite.com/2012/04/25/white-house-blasts-cispa-promises-veto" target="_blank">Last year</a>, we heard the same pop shots from Obama, except that back then he promised to veto the law. This year he isn't making any promises, although White House rhetoric suggests that the <a href="http://readwrite.com/2013/03/11/cispa-supporters-opponents-and-you" target="_blank">polarizing bill</a> still comes up short in the area of privacy concerns.&nbsp;</p>
<p>White House's National Security Council spokeswoman&nbsp;<span style="line-height: 1.538em;">Caitlin Hayden&nbsp;<a href="http://www.govinfosecurity.com/white-house-pleased-new-cispa-bill-a-5681" target="_blank">said in a statement</a>:</span></p>
<blockquote>
<p>We continue to believe that information sharing improvements are essential to effective legislation, but they must include privacy and civil liberties protections, reinforce the roles of civilian and intelligence agencies, and include targeted liability protections....&nbsp;<span style="line-height: 1.538em;">We believe the adopted committee amendments reflect a good-faith effort to incorporate some of the Administration's important substantive concerns, but we do not believe these changes have addressed some outstanding fundamental priorities.</span></p>
</blockquote>
<p>These comments came a day after the House Intelligence Committee<a href="http://thehill.com/blogs/hillicon-valley/technology/293151-house-intelligence-panel-passes-cyber-intelligence-sharing-bill" target="_blank"> passed the bill on an 18-2 vote</a>&nbsp;on Wednesday. <a href="http://intelligence.house.gov/press-release/bipartisan-cybersecurity-bill-clears-key-hurdle-0" target="_blank">New amendments to the bill</a>&nbsp;require government agencies to strip away any private information they receive from companies participating in information sharing, prohibit companies from retaliating against alleged hackers or cyberattackers and backed away from a clause that would have allowed the use of threat information sharing arrangements for vague "national security" reasons. These sound like digital freedom wins, but most other privacy protections <a href="http://news.cnet.com/8301-13578_3-57579012-38/privacy-protections-booted-from-cispa-data-sharing-bill/" target="_blank">didn't make the cut</a>.&nbsp;</p>
<p>It's unclear which way Obama will tilt, but if this year's slew of major <a href="http://readwrite.com/2013/02/20/anonymous-hacks-us-state-department" target="_blank">government targeted cyber attacks</a> and the President's <a href="http://readwrite.com/2012/12/21/obama-unveils-online-information-sharing-strategy-to-fight-cyberterrorism" target="_blank">cyber mandate</a> mean anything, it looks like he may lean (and be forced politically) towards more regulation, even if it's flawed.</p>
<p>Next week, the new version of the bill is expected to head to the House floor for a vote. If you want to help light a fire under the president and legislators, sign <a href="http://www.cispaisback.org/" target="_blank">this petition </a>from the privacy advocacy group Fight For The Future and check out this video from Reddit co-founder Alexis Ohanian to see why you should also hold tech companies accountable for their support of this poorly written law.&nbsp;</p>
<iframe src="http://www.youtube.com/embed/IkuH5ZjEdBw" frameborder="0" width="560" height="315"></iframe>
<p><em>Photo courtesy of <a href="http://www.shutterstock.com">Shutterstock</a></em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/12/white-house-no-cispa-veto-threat-but-no-support-either</link>
                <guid>http://readwrite.com/2013/04/12/white-house-no-cispa-veto-threat-but-no-support-either</guid>
                <category>CISPA</category>
                <pubDate>Fri, 12 Apr 2013 12:34:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[Hitting Back At Hackers: Why "Strikeback" Is Doomed To Fail]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/shutterstock_120239824marines.jpg" />
                                        <p class="p1"><em>Guest author Corey Nachreiner, CISSP, is director of security strategy for WatchGuard Technologies.</em></p>
<p class="p1">Between agenda-pushing hacktivists, money-grubbing cyber criminals, and — more recently — belligerent nation states, there is no shortage of attackers breaking into networks, stealing trade secrets and generally wreaking havoc throughout IT infrastructure.</p>
<p class="p1">Even the U.S. government has noticed, with the latest National Intelligence Estimate (NIE) warning that the country is the target of a <a href="http://readwrite.com/2013/02/14/obama-orders-cybersecurity-bill-cispa-returns">major cyber espionage campaign from China</a>. In fact, network penetrations have become so commonplace that <a href="http://readwrite.com/2013/02/14/obama-orders-cybersecurity-bill-cispa-returns">President Obama recently signed a cyber-security executive order</a> in hopes of fortifying our defenses, and encouraging the government and critical private sector organizations to share intelligence.</p>
<p class="p2"><strong>(See also </strong><a href="http://readwrite.com/2013/02/05/world-war-iii-is-already-here-and-were-losing"><strong>World War III Is Already Here - And We're Losing.</strong></a><strong>)</strong></p>
<p class="p1">Considering this deluge of aggressive and costly security breaches, it’s no wonder that some people are getting frustrated enough to contemplate striking back directly against our attackers. While giving cyber criminals a taste of their own medicine certainly sounds appealing, most forms of so-called "Strikeback" have no place in private business.</p>
<h2 class="p3">What Is Strikeback?</h2>
<p class="p1">The idea of launching a counter attacks against cyber criminals is not new. Security geeks at information security conferences have been discussing counter-hacking and proactive defense for years.</p>
<p class="p1">After all, many in the cyber security community are just as capable of breaching systems as the enemy (if not more so). In fact, the “black hats” often leverage tools and code created by “white hat” security professionals. Lately, though, this idea of striking back against attackers has shifted from lighthearted fantasy to potentially disturbing reality - some that security companies have even begun offering strikeback solutions.</p>
<p class="p1">There are different ways companies have started approaching strikeback initiatives. They have loosely evolved into three general categories:</p>
<p class="p1"><strong>Legal Strikeback:</strong> This is the least offensive form of strikeback. It’s where organizations, in cooperation with the authorities, gather as much intelligence as possible about attackers — typically by following the money trail — and then use any legal maneuvering possible to try and prosecute attackers.</p>
<p class="p1"><strong>Passive Strikeback:</strong> This is essentially cyber entrapment. An organization installs a sacrificial system, baited with booby trapped files or Trojan-laced information an attacker might desire.</p>
<p class="p1"><strong>Active Strikeback:</strong> In this approach, an organization identifies an IP address from which the attack appears to be coming, and launches a direct counterattack.</p>
<h2 class="p3">What’s Wrong With Strikeback?</h2>
<p class="p1">Unfortunately, direct strikeback measures have huge inherent risks:.</p>
<p class="p1"><strong>Targeting:</strong> The biggest problem with strikeback is that the Internet provides anonymity, making it very hard to know who’s really behind an attack. It's all too likely that strikebacks could impact innocent victims. For example, attackers have started to purposely plant false flags into their code, suggesting it came from another organization in order to sabotage <em>that</em> company.</p>
<p class="p1"><strong>Geography:</strong> Another key issue is that Internet crimes tend to pass through many geographies and legal jurisdictions. Domestic strikebacks invite potential legal problems, but cross-border actions have even wider ramifications.</p>
<p class="p1"><strong>Legal:</strong> Additionally, most strikeback activity is illegal. It is against the law for the average person to track down and punish a burglar who ransacked a house, and the same principles hold true for cybercrimes. If an organization uses a booby trapped document to install a Trojan on the attacker’s network, it is technically breaking the same type of computer fraud and abuse laws that the <em>attacker</em> broke to steal information in the first place.</p>
<p class="p1"><strong>Revenge:</strong> When it comes down to it, strikeback is simply revenge. If a network has already been breached, striking back against the attacker typically doesn’t recover stolen data or repair damage that has already been done. It's almost always better to pursue legal investigations and prosecutions through the proper channels.</p>
<p class="p1">Strikeback simply doesn’t belong in private business. It offers no real advantages to most organizations, and it carries serious risks that far outweigh the short-lived satisfaction of revenge. Instead, companies should focus their security strategies on well-implemented, carefully monitored, multi-layer defenses designed to keep cyber criminals from breaching their networks in the first place.</p>
<p class="p1">&nbsp;</p>
<p class="p1"><em>Image courtesy of <a href="http://readwrite.com/2013/04/05/striking-back-at-hackers-why-its-doomed-to-fail?_view=all" target="_blank">Shutterstock</a>.</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/09/hitting-back-at-hackers-why-strikeback-is-doomed-to-fail</link>
                <guid>http://readwrite.com/2013/04/09/hitting-back-at-hackers-why-strikeback-is-doomed-to-fail</guid>
                <category>cybersecurity</category>
                <pubDate>Tue, 09 Apr 2013 04:04:00 -0700</pubDate>
                <author>Corey Nachreiner</author>
            </item>
                    <item>
                <title><![CDATA[And Privacy Kudos Of The Week Go To… Apple??]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/imessage-800px_0.jpg" />
                                        <p>Good news: If you're running a local crime syndicate from your iPhone, the authorities are going to have a hard time reading your texts. That's because, as <a href="http://news.cnet.com/8301-13578_3-57577887-38/apples-imessage-encryption-trips-up-feds-surveillance/" target="_blank">the DEA recently complained</a>, the company's iMessage protocol is encrypted end-to-end, which prevents law enforcement from spying on users' messages, even with a court order.</p>
<p>This is good news for iOS-loving drug lords, but, more importantly, it's a big win for digital privacy. And from Apple, no less.&nbsp;</p>
<p>With government requests for personal data on the rise, there are few guarantees in place that you or I won't have our private communications snooped through. Since the Fourth Amendment hasn't yet caught up with the lightning fast pace of technological change, some of the best privacy protections are often the ones implemented by tech companies themselves.&nbsp;</p>
<h2>A Rare Privacy Win For Apple&nbsp;</h2>
<p>Apple isn't exactly known as a champion of consumer privacy. It's not reckless either, but few people expect the company to defend users' privacy any more than they the law or consumer sentiment requires.&nbsp;</p>
<p>For a company like Twitter, it's different. Principles like user privacy and free speech have become important enough to the service's core functionality that the company has no choice but to value and protect them. As a result, Twitter <a style="line-height: 1.538em;" href="https://www.eff.org/pages/when-government-comes-knocking-who-has-your-back" target="_blank">gets pretty high marks</a> from privacy advocates.</p>
<p>Even Google, which has had its share of privacy snafus, is pretty good at being transparent and safeguarding its users' privacy generally. Apple? It's as mindful about privacy as it needs to be, but it's not a chief motivator for the company.</p>
<p>By architecting iMessage the way it did, Apple created a messaging protocol more secure and private than standard text messages, which is how millions of people communicate every day. As we fire those texts back and forth, we're all creating a digital trail that can be snooped upon or hacked more easily than we care to think about. But if they're being and sent and received from iPhones running iOS 5 or later, those messages are invisible to wiretaps by law enforcement or other prying eyes.&nbsp;</p>
<p>Apple didn't have to build iMessage with end-to-end encryption. Gmail isn't encrypted this way, nor are the Facebook messages that are increasingly used like texts on mobile devices. Clearly, SMS text messages aren't particularly well-secured either. Whether winning privacy points was its motivation or not, Apple definitely racks up a few for this.&nbsp;</p>
<p>Of course, Apple has had its own share of privacy controversies. <a href="http://readwrite.com/2011/04/20/your_iphone_is_tracking_your_every_move">Locationgate</a> and <a href="http://readwrite.com/2011/12/01/its_carrier_iqs_world_we_just_live_in_it">Carrier IQ</a> come to mind. Then there was <a href="http://gizmodo.com/5880593/the-apple-bug-that-let-us-spy-on-a-total-strangers-iphone" target="_blank">the iMessage bug</a> that accidentally exposed some users' private messages, an embarrassing screwup was fixed in iOS 6. &nbsp;</p>
<p>Critics were rightfully quick to pounce on Apple for those things, but we need to be every bit as eager to applaud big tech companies when they get it right.</p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/05/privacy-kudos-of-the-week-go-to-apple</link>
                <guid>http://readwrite.com/2013/04/05/privacy-kudos-of-the-week-go-to-apple</guid>
                <category>imessage</category>
                <pubDate>Fri, 05 Apr 2013 05:00:00 -0700</pubDate>
                <author>John Paul Titlow</author>
            </item>
                    <item>
                <title><![CDATA[Anonymous Hacks Official North Korean Social Media Accounts]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/8617799269_d513bf2a0c_b.jpg" />
                                        <p>As the world waits with bated breath to see if Pyongyang will make good on its nuclear threats, the hacker collective Anonymous has made its own move in the increasingly cyber conflict between North Korea and the world.&nbsp;</p>
<p>On Tuesday, the group claimed to have <a href="https://twitter.com/YourAnonNews/status/319277061388787712" target="_blank">stolen 15,000 passwords</a> from the communist nation as part of what it calls Operation North Korea. Late Wednesday, as&nbsp;<a href="http://www.reuters.com/article/2013/04/04/us-korea-north-kaesong-idUSBRE93302D20130404" target="_blank">tensions rose in Kaesong&nbsp;</a>over the North's closure and seizure of a industrial park it shares with the South, along with repeated declarations of&nbsp;nuclear launch, Anonymous advanced its own chess pieces. The hackers allegedly seized control of North Korea's official <a href="https://twitter.com/uriminzok" target="_blank">Twitter</a> and&nbsp;<a href="http://www.flickr.com/photos/uriminzokkiri" target="_blank">Flickr</a> accounts, in the process defacing several related websites, and making the autocratic nation look extremely unprepared for cyber attack.&nbsp;&nbsp;</p>
<blockquote class="twitter-tweet">
<p>Tango Down <a title="http://www.flickr.com/photos/uriminzokkiri" href="http://t.co/L2nrPE2DF5">flickr.com/photos/uriminz…</a></p>
— uriminzokkiri (@uriminzok) <a href="https://twitter.com/uriminzok/status/319689185999060993">April 4, 2013</a></blockquote>
<p>The Uriminzokkiri accounts on both the social media networks, which translates to "our nation," looked like anything but North Korea's after the strike. The Twitter account's avatar changed to a couple in Guy Fawkes masks tangoing, while the Flickr account filled up with less-than-flattering images of the supreme leader, Kim Jong Un.&nbsp;</p>
<p>&nbsp;<span class="embedded-Media-image img-caption-c">
				<img src="http://readwrite.com/files/tango.jpg" style="" />
			</span>
</p>
<p>In addition, several sites hocking propaganda material have been hit by digital graffiti (visit <a href="http://www.aindf.com/" target="_blank">Aindf.com</a> to see a wanted poster of Kim Jong Un).&nbsp;North Korean state-run news site <a href="http://www.uriminzokkiri.com/" target="_blank">Uriminzokkiri.com</a> has been knocked offline, possibly by related DDoS attack. The <a href="http://thenextweb.com/asia/2013/04/04/anonymous-takes-control-of-north-koreas-twitter-and-flickr-accounts-defaces-websites/?&amp;_suid=136506152979302913514596875757" target="_blank">Next Web is reporting</a> that a <a href="http://pastebin.com/4g44jfNF" target="_blank">Pastebin</a> note, allegedly from the hacktivists, claims that they have agents on the ground fighting off the North's "cyber army." Below is an excerpt from the latest Pastebin message, supposedly penned by Anonymous members, explaining the group's reasoning and m.o. for the attack:</p>
<ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 48px; margin: 0px;">
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">ecause of North Korea's new threats today we are forced to</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">contact you again.</div>
</li>
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">Within this release we also take the chance to set some things</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">straight about our goals, because it seems some web citizens</div>
</li>
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">didn't really get it right. Here we go:</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">&nbsp;</div>
</li>
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">@ Kim Jong-un</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">You just went full retarded! Never go full retarded.</div>
</li>
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">We feel really sorry for your suffering of TDS</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">(aka "tiny dick syndrome") but be assured, threatening the</div>
</li>
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">world with your nukes won't make it any better at all.</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">If you had finally opened up your country for the</div>
</li>
<li class="li2" style="-webkit-user-select: none;">
<div class="de2" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">real internet, you would have already seen over 9000 ads for</div>
</li>
<li class="li1" style="-webkit-user-select: none;">
<div class="de1" style="-webkit-user-select: text; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: -7px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; vertical-align: top; color: #000000; border-left-width: 1px; border-left-style: solid; border-left-color: #cccccc; position: relative; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-position: initial initial; background-repeat: initial initial;">products devoted to solve your problem.</div>
</li>
</ol>
<p>If Kim Jong Un really does have thousands of soldiers in his cyber army, it's likely that this attack will soon be thwarted and things will go back to normal. Normal, of course, being a relative term as the bluffing situation escalates between the peninsula and the rest of the world.&nbsp;</p>
<p>Will Anonymous' actions (in February it <a href="http://readwrite.com/2013/02/20/anonymous-hacks-us-state-department" target="_blank">hacked the U.S. State Department</a>) push the conflict over the edge and give the 30-year-old despot reason to hit the launch button and plunge the world into hot war? Who knows what this digital assault will do to the man's ego, since he is already eager to prove himself in the wake of his father's passing.</p>
<p><strong>(See also <a href="http://readwrite.com/2013/03/20/south-korea-cyber-attack-heightens-tensions-in-hair-trigger-region">South Korea Cyber Attack Heightens Tensions In Hair-Trigger Region</a> and <a href="http://readwrite.com/2013/02/05/world-war-iii-is-already-here-and-were-losing">World War III Is Already Here - And We're Losing</a>.)</strong></p>
<p>When ex-NBA oddball Dennis "the Worm" Rodman seems to have more on-the-ground knowledge of the leader than every major intelligence agency combined, you know we're in a pickle, no matter how you cut it. Anonymous is pulling on the tail of a tiger. If this is the prelude to the end of the world, let's hope it has a viable plan for when the beast turns around and bares its fangs.</p>
<p><em>Image courtesy of </em><em><a href="http://www.flickr.com/photos/uriminzokkiri" target="_blank">Uriminzokkiri</a></em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/04/04/anonymous-hacks-official-north-korean-twitter-account</link>
                <guid>http://readwrite.com/2013/04/04/anonymous-hacks-official-north-korean-twitter-account</guid>
                <category>Security</category>
                <pubDate>Thu, 04 Apr 2013 05:30:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[Yes, This Week's DDoS Attack Was Huge, And Part Of An Ominous Trend]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/shutterstock_114370366.jpg" />
                                        <p>Depending on who you believe, the week long <a href="http://readwrite.com/2013/03/27/whos-to-blame-for-the-huge-cyberattack-slowing-the-web-your-isp%20%20%20" target="_blank">Spamhaus-Cyberbunker cyberattack </a>we covered Wednesday&nbsp;was either a threat to the Internet itself or <a href="http://gizmodo.com/5992652/that-internet-war-apocalypse-is-a-lie" target="_blank">hyped up by an overzealous security vendor</a>. Either way, it was still serious business.</p>
<p>While much of the Internet disruption may have in fact been localized to Europe, and also potentially caused by&nbsp;<a style="line-height: 1.538em;" href="http://slashdot.org/topic/datacenter/ships-anchor-suspected-in-mideast-internet-problems/%20%20" target="_blank">tampering with underwater telecom cables</a>&nbsp;in the Mediterranean, big DDoS attacks — that is, distributed denial-of-service assaults that aim to knock target computers off the Internet — are real, and have been on the rise since 2010.&nbsp;</p>
<p><span class="embedded-Media-image img-caption-c">
				<img src="http://readwrite.com/files/PeakDDoSAttack_rev2.jpg" style="" />
			</span>
</p>
<p>Dan Holden, the director of&nbsp;ASERT, <a href="http://www.arbornetworks.com/" target="_blank">Arbor&nbsp;Networks</a>' security engineering and response team, has been<a href="http://pinterest.com/pin/307933693241040245/" target="_blank"> monitoring DDoS attacks</a> for more than 12 years. In 2012 his company released a <a href="http://pages.arbornetworks.com/rs/arbor/images/WISR2012_EN.pdf" target="_blank">Worldwide Infrastructure Report</a>&nbsp;that&nbsp;<a href="%20http://www.arbornetworks.com/corporate/blog/4813-putting-the-spamhouse-ddos-attack-in-perspective%20%20%20" target="_blank">reports</a>&nbsp;attack sizes have been peaking&nbsp;at around 100Gbps&nbsp;(check out this detailed look at the report&nbsp;<a style="color: #0074bd; text-decoration: none;" href="http://pinterest.com/arbornetworks/worldwide-infrastructure-security-report-wisr/" target="_blank">here</a>). This week's attack was more than&nbsp;300Gbps — <em>way</em> above the norm, in other words.&nbsp;</p>
<p>That's because the attackers actually co-opted part of the Internet's basic infrastructure -- the <a href="http://en.wikipedia.org/wiki/Domain_Name_System" target="_blank">Domain Name System</a>, or DNS -- in such a way as to greatly amplify the firehose stream of data they were directing at target computers.</p>
<p>Here's how they work, according to&nbsp;<span style="line-height: 1.538em;" data-mce-mark="1">Carlos Morales, Arbor Networks' vice president of global sales engineering and operations:</span></p>
<blockquote>
<p>Attackers send DNS queries to a [DNS server] on the Internet but use the victim address as the source of the query. When the response goes back, a response that is usually multiple times the size of the initial query, the response goes to the victim.&nbsp;Multiple this by hundreds of thousands of requests from bots on the Internet spoofing the one victim address and you get a very large flood of traffic to the victim machine.</p>
</blockquote>
<p>Holden says DNS is becoming an&nbsp;increasingly popular target for DDoS. As many as 27 million DNS servers across the Internet are "open" in a way that allows them to be hijacked this way.&nbsp;</p>
<p>That means that while this week's attack may not have knocked us Americans off of the Web, the amount of localized disruption overseas was definitely large enough to cause serious reverberations. This may not have been the Web's D-Day, but these could definitely be the opening salvo of a hacker blitzkrieg. Let's hope the ISPs and powers that be don't Neville Chamberlain it.&nbsp;</p>
<p><em style="line-height: 1.538em;">Photo courtesy of </em><a style="line-height: 1.538em;" href="http://www.shutterstock.com/" target="_blank"><em>Shutterstock</em></a></p>
                    ]]></description>
                <link>http://readwrite.com/2013/03/29/ddos-attack-was-huge-and-part-of-a-trend</link>
                <guid>http://readwrite.com/2013/03/29/ddos-attack-was-huge-and-part-of-a-trend</guid>
                <category>hacks</category>
                <pubDate>Fri, 29 Mar 2013 16:40:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[Who's To Blame For The Huge Cyberattack Slowing The Web? Your ISP]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/cyberwar%20skull%20bits%20shutterstock_130963817%20.png" />
                                        <p>The <a href="http://www.nytimes.com/2013/03/27/technology/internet/online-dispute-becomes-internet-snarling-attack.html?pagewanted=all" target="_blank">Internet is groaning today under the load of a huge cyberattack</a> — one of the worst on record — that's clogged some of its most vital systems. And while you might be inclined to blame Spamhaus or Cyberbunker, two European outfits at the center of this online dustup, almost no one is talking about the real villains here: the world's Internet service providers.</p>
<p>First, some background on Spamhaus vs. Cyberbunker. Yes, that sounds like the lineup at a punk-rock show, but it's actually a virtual battle that&nbsp;began when the anti-spam group Spamhaus added the Dutch web hosting company Cyberbunker to a blacklist used to fight spam. That apparently stung the outlaws at Cyberbunker, which prides itself on hosting anything but "<a href="http://cyberbunker.com/web/stay-online-policy.php" target="_blank">child porn and anything related to terrorism</a>."</p>
<div style="float: right; margin: 10px;">
<script charset="utf-8" type="text/javascript" src="http://static.polldaddy.com/p/6997102.js"></script>
<noscript>&amp;amp;amp;lt;a href="http://polldaddy.com/poll/6997102/"&amp;amp;amp;gt;Who's to blame for the big DDoS attack on the Internet?&amp;amp;amp;lt;/a&amp;amp;amp;gt;</noscript></div>
<p>Seemingly insulted, on March 19 Cyberbunker allegedly launched a major <a href="http://en.wikipedia.org/wiki/Denial-of-service_attack" target="_blank">distributed denial-of-service (DDoS) attack</a>&nbsp;— that is, one that aims huge streams of data at target Web servers in an attempt to knock them offline —&nbsp;against Spamhaus. When that failed, the attackers pivoted to a much more serious attack, one that exploited a vulnerability in the Internet's&nbsp;<a href="http://en.wikipedia.org/wiki/Domain_Name_System" target="_blank">Domain Name System (DNS)</a>. And in so doing, they almost <a href="http://blog.cloudflare.com/the-ddos-that-almost-broke-the-internet" target="_blank">broke the Internet</a>.</p>
<h2>Dissing the DNS</h2>
<p>DNS is a core service that translates URLs like readwrite.com into the numerical Internet addresses used by computers (204.9.177.211 in the case of ReadWrite). Without it, traffic on the Internet goes nowhere.</p>
<p>In this case, the attackers targeting Spamhaus turned to what's called a <a href="http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack" target="_blank">DNS amplification attack</a> — one that basically tricks DNS servers into directing a huge flood of traffic at a target. This is relatively easy because many network providers and ISPs have left DNS servers (also called "resolvers") open and unprotected, meaning that they'll respond to requests from anywhere on the Internet.</p>
<p>All an attacker needs to do is to send a stream of forged DNS requests that appear to come from their target's computers. Open DNS resolvers do the rest, responding with automated messages that are much larger than the initial requests. The security company&nbsp;<a style="line-height: 1.538em;" href="http://www.cloudflare.com/" target="_blank">Cloudfare</a>, which has assisted Spamhaus in its current fight, wrote that attackers can use DNS amplification to <a href="http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack" target="_blank">boost their initial DDoS data flood by a factor of 50 or more</a>.</p>
<p>Which is exactly what Spamhaus's attackers appear to have done.</p>
<h2>Why Your ISP Sucks</h2>
<p>The big problem here, as you've probably already figured out, is that so many network operators have left their DNS resolvers open. It's fairly trivial to configure resolvers to <a href="http://tools.ietf.org/html/bcp38" target="_blank">filter out and ignore forged requests</a>, but relatively few network operators have done so.&nbsp;The <a style="line-height: 1.538em;" href="http://openresolverproject.org/" target="_blank">Open DNS Resolver Project</a>, an Internet community initiative aimed at blocking this vulnerability, has catalogued more than 25 million open DNS resolvers around the world.</p>
<p>"If ISPs had fixed those issues, [which are] relatively simple, and [involve] very little cost, this kind of attack would have been impossible," Rodney Joffe, a senior vice president at the Virginia security firm&nbsp;<a href="http://www.neustar.biz/" target="_blank">Neustar</a>, told me.&nbsp;</p>
<div>
<p>Sam Erdheim, a senior security strategist at the network security company&nbsp;<a href="http://www.algosec.com/" target="_blank">AlgoSec</a>,&nbsp;says ISPs should be doing more to block certain IP addresses and identify and monitor network traffic better "before these threats impact the networks of the ISP’s customers." These are what's called&nbsp;DDoS signatures, and enabling them allows ISPs to track and trace the source of attacks.</p>
<p>While that wouldn't stop attacks, Erdheim said, it would be possible to identify them earlier and to cut off traffic from a questionable source before it bogs down users.</p>
</div>
<h2>How To Stop The Suckage</h2>
<p>DNS resolvers are becoming an increasingly popular target for hackers. Dan Holden, a security official at Arbor Networks, told me that in a recent Arbor survey, a full quarter of respondents said they'd experienced serious DDoS attacks on their DNS servers in 2012 — double the number who acknowledged similar attacks in the previous year.</p>
<p>Fixing DNS vulnerabilities would be an ideal way to stop these attacks, says security expert <a href="http://en.wikipedia.org/wiki/Dan_Kaminsky" target="_blank">Dan Kaminsky</a>, who has helped shore up previous DNS problems. But he's skeptical that this will ever happen.</p>
<p>"If only everyone on the Internet made major changes at the same time, this wouldn't have happened," Kaminsky told me via email. Short of that, he said, the answer may lie in straightforward police work:</p>
<blockquote>
<p>We stop DDoS by getting as close as possible to the source and doing something about it there, or by doing nothing and tolerating it. I prefer the former, in this case, by perhaps finding the person almost certainly responsible.</p>
</blockquote>
<p><em>Photo courtesy of </em><a style="line-height: 1.538em;" href="http://shutterstock.com" target="_blank"><em>Shutterstock</em></a></p>
                    ]]></description>
                <link>http://readwrite.com/2013/03/27/whos-to-blame-for-the-huge-cyberattack-slowing-the-web-your-isp</link>
                <guid>http://readwrite.com/2013/03/27/whos-to-blame-for-the-huge-cyberattack-slowing-the-web-your-isp</guid>
                <category>Security</category>
                <pubDate>Wed, 27 Mar 2013 15:50:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[Apple Finally Gets Serious About User Security, Adds Two-Step Verification]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/security%20gates%20Flickr%20user%20thisisaniceimage%20501928491_17bd54a3b9_b.jpg" />
                                        <p>Apple is beefing up its security for users of its iTunes, App Store and iBookstore consumers. Starting today, Apple is offering&nbsp;<a href="http://support.apple.com/kb/HT5570" target="_blank">two-step verification for Apple ID</a>, the authentication mechanism it uses for customers using iPhone, iPad and Mac computers.</p>
<p>The move is long overdue for Apple. Two-step verification is a security feature that requires users to verify their identity in more than one way. Previously, if you bought an app in the App Store, Apple would only ask you for your password. That's a one-step verification. Two-step verification adds another hurdle -- asking users to swipe a card, for instance, or to enter a PIN texted to their phone. The idea is that each additional factor used to authenticate a customer makes it that much harder for spammers and crooks to log in as someone they're not.</p>
<p>Apple is enabling two-step verification as an "optional security feature" for Apple ID. To set it up,&nbsp;you must register one or more trusted devices -- say, your smartphone (though technically any device you control that can receive 4-digit verification codes via SMS text or the “Find My iPhone” feature of iOS will do). Apple will also send users a 14 character “Recovery Code” you can print out and save as a way of getting back into your account should you lose your smartphone or forget your password.</p>
<h2>The Importance Of Two-Step Authentication</h2>
<p>Many companies use multi-factor authentication. Google has offered two-step authentication to all users for <a href="http://googleblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html" target="_blank">more than two years</a>. Facebook also offers it.&nbsp;</p>
<p>The biggest cautionary tale about Apple security and two-step authentication recently is that of technology reporter Mat Honan. Honan, now a senior writer at Wired, <a href="http://www.wired.com/gadgetlab/2012/08/apple-amazon-mat-honan-hacking/all/" target="_blank">had many of his important accounts hacked, including his Twitter, Google and Apple ID.</a> The hackers, who Honan said were after his three letter <a href="https://twitter.com/mat" target="_blank">@mat</a> Twitter account, were able to remotely erase his iPhone, iPad and MacBook after gaining access to his Apple account.&nbsp;</p>
<p>Apple, which lacked two-factor authentication at the time, more or less allowed the hackers into Honan’s accounts after they had tracked some personal information about him through his Amazon account. If Apple ID had two-factor authentication at the time, the malicious attack might well have stopped dead when trying to dive into Honan’s Apple accounts.</p>
<h2>How To Set Up Two-Factor Authentication</h2>
<p>Go to Apple’s support page <a href="http://support.apple.com/kb/HT5570" target="_blank">here</a> and follow the directions. It's fairly simple. First, you want to sign in to your account with “Manage your Apple ID.” Then click on “Password and Security.” Click on “Two-Step Verification” and follow the onscreen instructions.</p>
<p>Many smartphone users are clueless on how much access their unique IDs allow them. Many people, such as Honan, have most of their gadget and social accounts tied through Apple ID or like services. To stay safe, best to make sure that:</p>
<ul>
<li>your passwords are unique;</span></li>
<li>your accounts aren't tied together through a single service (so that if it gets hacked, they all do);</span></li>
<li>you use two-step authentication whenever possible.</span></li>
</ul>
<p><em>Lead image via Flickr user <a href="http://www.flickr.com/photos/misterben/501928491/" target="_blank">thisisanicephoto</a></span></em>, CC 2.0</span></p>
                    ]]></description>
                <link>http://readwrite.com/2013/03/21/apple-institutes-two-step-verification</link>
                <guid>http://readwrite.com/2013/03/21/apple-institutes-two-step-verification</guid>
                <category>Apple</category>
                <pubDate>Thu, 21 Mar 2013 15:30:00 -0700</pubDate>
                <author>Dan Rowinski</author>
            </item>
                    <item>
                <title><![CDATA[Hacker Crackdown: Blame AT&T's Crappy Security, Not Weev]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/at%26t%20store%20flickr%20shane_curcuru%202659487968_5c9a3f1c97_b.jpg" />
                                        <p>Another hacker bites the dust. This morning, Andrew Auernheimer — aka "Weev" — got handed a&nbsp;<a href="http://www.bloomberg.com/news/2013-03-18/at-t-hacker-auernheimer-is-sentenced-to-months-in-prison.html" target="_blank">sentence of 41 months in prison</a>, 3 years of supervised release and a $36,500 fine. All for basically exposing a major security hole at AT&amp;T and publicly shaming the company that hadn't ever bothered to fix it.</p>
<p>Back in 2010, Auernheimer and his partner Daniel Spitler, part of a team calling itself&nbsp;<a href="http://security.goatse.fr/" target="_blank">Goatse Security</a>, <a href="http://readwrite.com/2011/01/17/us_announces_120000_ipad_users_had_data_stolen_att_hack" target="_blank">hacked into a public server owned by AT&amp;T</a>. That server housed hundreds of thousands of email addresses of customers who owned 3G iPads. Through trial and error and some ingenuity, group members discovered they could randomly guess iPad identification numbers and then use them to extract matching email addresses from that server.</p>
<h2>AT&amp;T's Security Loophole, Exposed</h2>
<p>This security loophole on AT&amp;T's site returned email addresses associated with <a href="http://arstechnica.com/security/2010/06/atts-ipad-security-breach-could-be-worse-than-initially-thought/" target="_blank">ICC IDs</a>, the unique serial numbers used to track and link SIM cards on mobile devices with specific subscribers. A PHP script that automated the process ended up harvesting a whopping 114,000 email addresses. Auernheimer then sent news of the group's work as an <a href="http://gawker.com/5559346/apples-worst-security-breach-114000-ipad-owners-exposed" target="_blank">exclusive to Gawker.</a></p>
<p><strong>(See also: <a href="http://readwrite.com/2011/01/17/us_announces_120000_ipad_users_had_data_stolen_att_hack" target="_blank">U.S. Announces 120,000 iPad Users Had Their Data Stolen</a>)</strong></p>
<p><span class="embedded-Media-image img-caption-r">
				<img src="http://readwrite.com/files/andrew%20auernheimer%20weev%20wikimedia%20commons%20320px%201280px-Weevilicious.jpg" style="" />
			</span>
</p>
<p>A day later in a blog post on the Goatse Security site, <a href="http://security.goatse.fr/on-disclosure-ethics" target="_blank">Auernheimer and company wrote</a>:</p>
<blockquote>
<p>I want to summarize this explicitly:</p>
<ul>
<li>All data was gathered from a public webserver with no password, accessible by anyone on the Internet. There was no breach, intrusion, or penetration.</li>
<li>The dataset was not disclosed until we verified the problem was fixed by the vendor.</li>
<li>The only person to receive the dataset was Gawker journalist Ryan Tate who responsibly redacted it.</li>
</ul>
<p>[...]</p>
<p>We did this to help you.</p>
</blockquote>
<p>By its own account,&nbsp;<a href="http://bits.blogs.nytimes.com/2010/06/13/att-explains-ipad-security-breach/" target="_blank">AT&amp;T responded with "swift action"&nbsp;</a>to prevent additional intrusions:&nbsp;</p>
<blockquote>
<p>Within hours, AT&amp;T disabled the mechanism that automatically populated the email address. Now, the authentication page log-in screen requires the user to enter both their email address and their password.</p>
</blockquote>
<p>Problem solved, right? Wrong. A week later Auernheimer was arrested after the FBI raided his house. He was then charged with major computer crimes under the Computer Fraud and Abuse Act (CFAA), the same legal club prosecutors have used to go after <a href="http://readwrite.com/2013/01/16/aarons-law-promises-to-reduce-hacker-penalties" target="_blank">Aaron Swartz</a>&nbsp;and, last week, <a href="http://readwrite.com/2013/03/14/reuters-social-editor-indicted-anonymous-internet-jaw-drops" target="_blank">Reuters social editor Matthew Keys</a>.</p>
<p><strong>(See also: <a href="http://readwrite.com/2013/03/14/reuters-social-editor-indicted-anonymous-internet-jaw-drops" target="_blank">Reuters Social Editor Indicted Over Anonymous Hack; Internet's Jaw Drops</a>)</strong></p>
<p>During the trial, AT&amp;T admitted the server was publicly accessible, yet claimed Auernheimer's access was unauthorized. Under the CFAA, unauthorized access is a crime. But the statute's ambiguity on that score has opened the door for egregious prosecutorial overreach in this and other cases.</p>
<p>On Nov. 20, 2012, a jury <a href="http://www.wired.com/threatlevel/2012/11/att-hacker-found-guilty/" target="_blank">found Auernheimer guilty</a> of one count each of identity theft and conspiracy to violate the CFAA. Today, Auernheimer was sentenced.</p>
<h2>Fair Or Fanning The Flames?</h2>
<p>Supporters of Auernheimer say what he did was not a crime. Maybe it wasn't smart to expose a major vulnerability at AT&amp;T and then rub the company's nose, but stupidity shouldn't be a federal offense. Friends and colleagues point out that <a href="http://tehdely.livejournal.com/187175.html" target="_blank">the point of hacking is to gain something from it</a>&nbsp;— and in this case, there was no money involved and nothing else to gain but&nbsp;besides a measure of celebrity.</p>
<p>Australian journalist and hacktivist <a style="line-height: 1.538em;" href="https://asherwolf.net/the-tragedy-of-jailing-weev-the-internet-prophet-of-discord/262/" target="_blank">Asher Wolf wrote a poignant piece today</a>&nbsp;arguing that's it's insane to publicly tar and feather someone who spurred a company to fix a problem, even if he didn't choose the most orthodox means of doing it:</p>
<blockquote>
<p>Putting Weev behind bars is pointless and tragic. Jailing the most outspoken men and women amongst our generation won’t stop the leaks, the hacks, the news revelations, the whistleblowers — and most of all it won’t stop the rage of the malcontent, dispossessed youth from eventually tumbling down upon the heads of the bureaucrats who sold us out and then tried to lock us up when we complained.</p>
</blockquote>
<h2>Bees To Honey</h2>
<p>AT&amp;T's vulnerability was basically low hanging fruit — just too easy a target for hackers to ignore. But the question of whether AT&amp;T was asking for it is more complicated.</p>
<p>Sure, poor security <em>is</em> asking for trouble. But playing with fire will get you burned no matter how righteous and ethical you claim to be. "Our conduct doesn't happen in a vacuum," hacker Adrian Lamo — the guy who allegedly dropped a dime on Bradley Manning — <a href="https://twitter.com/6/status/313695570772516865" target="_blank">wrote on Twitter today</a>. "I don't think 3+ years is warranted for Weev, but in totality of circumstances, it's understandable."</p>
<blockquote class="twitter-tweet">
<p>I respect weev's reasons and even his means for their ethical consistency. But he got exactly what he planned to. He owns his outcome.</p>
— Adrian Lamo (@6) <a href="https://twitter.com/6/status/313697408850735105">March 18, 2013</a></blockquote>
<script charset="utf-8" type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
<p>Still, this is significant time for essentially not hurting anyone, as the British journalist Laurie Penny pointed out. By comparison, the <a href="http://www.slate.com/blogs/xx_factor/2013/03/18/the_steubenville_rapists_are_anti_social_criminals_not_promising_young_men.html" target="_blank">Steubenville rapists</a> were sentenced to just one year in juvenile jail.</p>
<blockquote class="twitter-tweet">
<p>Note that @<a href="https://twitter.com/rabite">rabite</a> just got sent down for 3.5 years for computer violations. That's 1.5 years longer than the <a href="https://twitter.com/search/%23steubenville">#steubenville</a> rapists <a href="https://twitter.com/search/%23freeweev">#freeweev</a></p>
— Laurie Penny (@PennyRed) <a href="https://twitter.com/PennyRed/status/313680590597652480">March 18, 2013</a></blockquote>
<script charset="utf-8" type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
<p>This isn't over. <a href="https://twitter.com/ChrisBarrett/status/313697027961810944" target="_blank">Auernheimer is appealing his conviction</a>. And either another example will be made to hackers everywhere, or the sentence will be reduced.</p>
<p>At the end of the day, Weev and co. <em>were</em> nicer to AT&amp;T than, say, hacker HD Moore — who published unpatched iPhone flaws and exposed another big bug in <a href="http://www.eweek.com/c/a/Security/Month-of-Kernel-Bugs-Launches-with-Apple-WiFi-Exploit/" target="_blank">Apple's WiFi</a> — <a href="http://www.computerworld.com/s/article/9042898/HD_Moore_takes_iPhone_exploits_public" target="_blank">was to Apple</a>. But that doesn't seem to matter much in the boardrooms and courtrooms of America. In their view, all hackers are criminals.</p>
<p>Even many mainstream journalists think all hacking is a crime. <a href="http://www.cbsnews.com/video/watch/?id=50142835n" target="_blank">Last night on 60 Minutes</a>, for instance, Lara Logan basically accused Jack Dorsey's early work of bordering on just that. And even with the best of intentions, hackers' attempts to route around the system will likely never gain the benefit of the doubt with the public.</p>
<p>Instead, they'll just keep earning jail sentences, at least unless and until the courts — or Congress, though don't hold your breath — push back against prosecutorial overreach. And that, at least, will give them plenty of time to repent at leisure.</p>
<p><em style="line-height: 1.538em;">Lead image via <a href="http://www.flickr.com/photos/shanecurcuru/2659487968/" target="_blank">Flickr user shane_curcuru</a>, CC 2.0; image of Andrew Auernheimer via <a href="http://commons.wikimedia.org/wiki/File:Weevilicious.jpg" target="_blank">Wikimedia Commons</a></em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/03/18/hacker-crackdown-blame-att-crappy-security-not-weev</link>
                <guid>http://readwrite.com/2013/03/18/hacker-crackdown-blame-att-crappy-security-not-weev</guid>
                <category>Hacking</category>
                <pubDate>Mon, 18 Mar 2013 14:15:00 -0700</pubDate>
                <author>Adam Popescu</author>
            </item>
                    <item>
                <title><![CDATA[From Russia With Bots: Finding The Source Of Cyber Attacks]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/dthoneymap.png" />
                                        <p>While media and government source continue to allude to China as the biggest source of cyber attacks hitting innocent servers on the Internet, recent evidence instead suggests it's actually the Russian Federation that's king of the cyber attack mountain.</p>
<p>The evidence comes from German telecommunications giant <a href="http://www.telekom.com/home" target="_blank">Deutsche Telekom</a> (DT), which has set up a new portal to monitor real-time cyber attacks against its network. According to the data on the <a title="http://www.sicherheitstacho.eu/" href="http://www.sicherheitstacho.eu/">sicherheitstacho.eu</a> (loosely translated as "security tachometer") site, Russia was responsible for 2.4 million attacks against DT last month.</p>
<p>The People's Republic of China, the current bugaboo of security mavens, ranked 12th on the same list, its 168,000 attacks coming in far behind nations like Germany, Ukraine and the United States. Curiously, it was Taiwan that held the number two slot, with 907,000 tracked cyber attacks, seemingly dispelling the notion that it's the Commies out to get Western corporate interests.</p>
<h2>Security Whack-a-Mole</h2>
<p>The monitored attacks are not actually hurting DT - at least, not directly. The incoming volleys are instead hitting a network of 97 sensored machines deliberately designed to be tempting targets on the Internet, a concept known as honeypots. According to DT, these honeypots are built to "feign weaknesses to provoke attacks and as such act as early warning systems."</p>
<p>"Our honeypot systems show that once attackers have identified weaknesses, they exploit them immediately," said Thomas Kremer, Board Member responsible for Data Privacy, Legal Affairs and Compliance in a statement to the press.</p>
<p>"If, for example, a provider announces an update for its operating system, attackers launch themselves at the old system to find the gap that the update is intended to close." Kremer said. "For this reason, customers should install updates immediately - this successfully prevents 90 percent of attacks. Apart from up-to-date virus protection, that is the most important security precaution for all IT users."</p>
<p>The honeypots are programmed to mimic a wide variety of Internet-facing systems, such as servers, desktops and even vulnerable smartphones.</p>
<h2>Hardening Against 24/7 Attacks</h2>
<p>The security tachometer site itself is definitely an eye-opener, even in DT's soothing trademark pink tones (DT is the parent company of U.S. carrier T-Mobile). According to the information provided by DT, most of the attacks are in the form of automated bots, which probe a potentially weak system for holes. If a human hacker wants to come back later and investigate further, they may, or the bot may simply call in other bots to further infiltrate the system.</p>
<p>Security experts won't find this map much of a surprise, since it's long been known that Russia remains a big source of cyber trouble - far more, in sheer numbers, than China.&nbsp;Of course, this map could be interpreted as contrarian evidence, too: perhaps the bot handlers in the other countries recognize the DT honeypots for what they are and have moved on to real targets. Or perhaps the targets presented simply aren't interesting.</p>
<p>Whatever the explanation, Deutsche Telekom's security tachometer makes it clear that the Internet is far from safe, and vulnerabilities on any platform - from any source - can be discovered at any moment.</p>
<p><em>Image courtesy of Deutsche Telekom.</em></p>
                    ]]></description>
                <link>http://readwrite.com/2013/03/18/from-russia-with-bots-finding-the-source-of-cyber-attacks</link>
                <guid>http://readwrite.com/2013/03/18/from-russia-with-bots-finding-the-source-of-cyber-attacks</guid>
                <category>cybersecurity</category>
                <pubDate>Mon, 18 Mar 2013 06:15:00 -0700</pubDate>
                <author>Brian Proffitt</author>
            </item>
                    <item>
                <title><![CDATA[Whose Fault Is It When Your PC Gets Hacked? Probably Not Microsoft's]]></title>
                <description><![CDATA[
                                        <img src="http://readwrite.com/files/styles/800_450sc/public/fields/Ballmersquintcrop.jpg" />
                                        <p>Since 2002, when Microsoft launched its <a href="http://www.wired.com/techbiz/media/news/2002/01/49826" target="_self">Trustworthy Computing initiative,</a> security in the company's products have improved each year. But while the company has increasingly battened down Windows, Office and its other programs, the number of vulnerabilities in harder-to-patch third-party applications has grown dramatically, making overall security on the PC worse than ever.</p>
<h2>More Risk In Third-Party Apps</h2>
<p>Rather than go through the expense of battling Microsoft directly, many hackers now focus on low-hanging fruit, such as the Java and <a href="http://readwrite.com/2012/10/16/readwriteweb-deathwatch-flash#feed=/search?keyword=flash" target="_self">Adobe Flash</a> browser plug-ins, which are often left un-patched even by users who conscientiously update Windows and Office. This trend was highlighted in a <a href="http://secunia.com/vulnerability-review/" target="_self">new study by Secunia</a>.</p>
<p>The security vendor found Microsoft's highly effective automatic security updates now address only 8.5% of the vulnerabilities in a PC. The rest have to be patched through updates from various software developers, each with their own unique process. The complexity leads users who are not security savvy to forgo updates, vastly increasing their risk of infection.</p>
<p>"There is, to date, no one fix-it-all solution," warned Morten Stengaard, director of product management and quality assurance at Secunia, in the <a href="http://secunia.com/blog/358/" target="_self">company's blog. </a></p>
<p>Theoretically, Microsoft could overhaul Windows to place each third-party application in its own container, making it more difficult for hackers to load malware in the operating system. However, such a massive change would require Windows software vendors to rebuild their own products, which would have a ripple affect on every corporate and consumer customer.</p>
<p>"Microsoft, to some extent, is hamstrung by legacy code and what they've done in the past," Jack Gold, analyst for <a href="http://jgoldassociates.com/index.html" target="_self">J. Gold Associates</a>, said. "They can't just rip everything up and start all over again very easily."</p>
<h2>Fewer Flaws In Microsoft Apps</h2>
<p>Ironically, the third-party threat is blossoming even as Microsoft continues to get its own house in order. In 2012, out of all the known vulnerabilities in the top-50 PC programs, Microsoft products accounted for only 14% of them, the study found. The rest were in other software. And the share of vulnerabilities on a Windows PC coming from third-party applications has been growing. In 2007, they accounted for 57% of the security flaws, compared to 86% last year, Secunia says.</p>
<p>"It's well known that they [Microsoft] have put great efforts into improving security of the operating system and the applications that they provide," Stengaard said in an interview. "What we're seeing is the long-term involvement and dedication is now paying off."</p>
<p>Windows, Office, Silverlight and other Microsoft products are not ironclad, of course. Given enough time, knowledgeable hackers can find their way in through these channels. But in the world of cybercrime, most hackers are not interested in a challenge. Instead, they look for the easiest way to break into as many PCs as possible, to enslave the machines into the many armies of remotely controlled botnets, or to steal credit-card numbers, social-security numbers and corporate intellectual property that will fetch a good price on the underground.</p>
<p>Including both Microsoft and third-party applications, the number of PC vulnerabilities has dropped by 5% since 2011, and by 10% among the top 50 applications. Since&nbsp;2007, though, overall vulnerabilities are up 15%, Secunia found, and that jumps to a whopping 98% increase among the top 50 applications.</p>
<h2>Where The Danger Lies</h2>
<p>Applications most likely to provide an easy path into Windows machines include Java, Flash, Adobe Reader and Apple iTunes, according to Secunia. If these applications are not kept up to date, hackers can exploit known vulnerabilities that enable them to load their malware via the PC's system memory.</p>
<p>In addition, all these applications have very large user bases, which makes it easier for hackers to find targets.</p>
<p>Why PCs have so much outdated software varies. Sometimes it's because the update process is too cumbersome, so they don't bother. Other times, the vendor is slow in fixing flaws that hackers are already targeting. <a style="font-size: 13px; font-weight: normal; line-height: 1.538em;" href="http://readwrite.com/2012/09/05/java-is-no-longer-needed-pull-the-plug-in#feed=/search?keyword=java" target="_self">Updating Java,</a> an open platform for running software on any operating, system has been a pain for a long time. However, Java steward Oracle is working to improve the process and is getting updates out quicker, most experts agree.</p>
<p>In 2012, Adobe had the worst record for updating applications, according to Secunia. The software maker released patches at a rate 80% slower than in 2011, based on the time it took the vendor to release updates of vulnerabilities reported by Secunia.</p>
<p>Overall, though, patch speed for third-party apps is increasing, Secunia said:</p>
<blockquote>In fact, in 2012, 84% of vulnerabilities had patches available on the day of disclosure. In 2011, the number was only 72%. The most likely explanation for this improvement in ‘time-to-patch’ is that more researchers coordinate their vulnerability reports with vendors.</blockquote>
<h2>Patching Is Critical</h2>
<p>The vendor based its study on 6 million PCs, mostly in the U.S. and Europe, running its freeware called <a href="http://secunia.com/vulnerability_scanning/personal/" target="_blank">Personal Software Inspector</a>, which checks for application vulnerabilities. Microsoft products accounted for 35% of the programs on the PCs.</p>
<p>If you take Secunia's study seriously, then the takeaway is clear. Even if patching all your software is getting more complicated, &nbsp;making sure everything is always up to date is more important than ever.</p>
<p><em>Image by <a href="http://readwrite.com/author/fredric-paul" target="_blank">Fredric Paul</a>.</em><br /><br /></p>
                    ]]></description>
                <link>http://readwrite.com/2013/03/18/whose-fault-is-it-when-your-pc-gets-hacked-probably-not-microsofts</link>
                <guid>http://readwrite.com/2013/03/18/whose-fault-is-it-when-your-pc-gets-hacked-probably-not-microsofts</guid>
                <category>Microsoft</category>
                <pubDate>Mon, 18 Mar 2013 03:33:00 -0700</pubDate>
                <author>Antone Gonsalves</author>
            </item>
            </channel>
</rss>

