<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Veracode Security Blog: Application security research, security trends and opinions &#187; 2012 &#187; January</title>
	<atom:link href="http://www.veracode.com/blog/2012/01/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.veracode.com/blog</link>
	<description>Application security testing, analysis, and metrics</description>
	<lastBuildDate>Fri, 18 May 2012 16:17:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Top Ten Java Frameworks Observed in Customer Applications</title>
		<link>http://www.veracode.com/blog/2012/01/top-ten-java-frameworks-observed-in-customer-applications/</link>
		<comments>http://www.veracode.com/blog/2012/01/top-ten-java-frameworks-observed-in-customer-applications/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:40:48 +0000</pubDate>
		<dc:creator>Tim Jarrett</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Binary Analysis]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3051</guid>
		<description><![CDATA[One of the great things about the Veracode platform is the insight we get from examining our anonymized customer data &#8211; not only information about the vulnerability landscape (as published in the State of Software Security report) but insight into the composition of the applications that we scan. As I alluded in my last post, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great things about the <a href="http://info.veracode.com/VeracodePlatformDemoVideoLandingPage.html" target="_blank">Veracode platform</a> is the insight we get from examining our anonymized customer data &#8211; not only information about the vulnerability landscape (as published in the <a href="http://info.veracode.com/state-of-software-security-report-volume4.html" target="_blank">State of Software Security report</a>) but insight into the composition of the applications that we scan. As I alluded in my <a title="About Veracode’s December platform release" href="http://www.veracode.com/blog/2011/12/about-veracodes-december-platform-release/" target="_blank">last post</a>, one of the things we record when scanning applications is the presence of frameworks and other supporting technologies, and we&#8217;ve been at work mining that data to understand what <a href="http://www.veracode.com/services/developers.html" target="_blank">developers</a> use to build their applications. We&#8217;d like to share some of that research with you today.</p>
<div id="related_posts">
<div id="related_posts_content">
<div>
<h4>Editor&#8217;s Pick</h4>
<p><a href="http://www.veracode.com/blog/2012/03/safe-coding-and-software-security-infographic/" rel="bookmark" title="Safe Coding and Software Security Infographic">Safe Coding and Software Security Infographic</a></p>
<p><a href="http://www.veracode.com/blog/2009/05/but-thats-impossible/" rel="bookmark" title="But That’s Impossible!">But That’s Impossible!</a></p>
<p><a href="http://www.veracode.com/blog/2010/06/which-tastes-better-for-security-java-or-net/" rel="bookmark" title="Which Tastes Better for Security, Java or .NET?">Which Tastes Better for Security, Java or .NET?</a></p>
<p><a href="http://www.veracode.com/blog/2009/04/decoding-the-dbir-2009-cover/" rel="bookmark" title="Decoding the Verizon DBIR 2009 Cover">Decoding the Verizon DBIR 2009 Cover</a></p>
<p><a href="http://www.veracode.com/blog/2009/01/cwesans-top-25-most-dangerous-programming-errors/" rel="bookmark" title="CWE/SANS Top 25 Most Dangerous Programming Errors">CWE/SANS Top 25 Most Dangerous Programming Errors</a></p>
</div>
</div>
</div>
<p>How does <a href="http://www.veracode.com/products/products-overview" target="_blank">Veracode</a> look for the presence of frameworks in Java code? Because our <a href="http://www.veracode.com/customers" target="_blank">customers</a> upload the application packages that they deploy or distribute (as EARs, WARs, or JARs), we can observe the presence of <a href="https://en.wikipedia.org/wiki/Web_application_framework"target="_blank">framework</a> classes, configuration files, and other artifacts in the application. We record the prevalence of the framework so that we can mine the anonymized data later. We resample the data every few months to get an idea of relative framework prevalence and to see if any trends can be observed.</p>
<p>Below is our most current Top 10 list for Java frameworks. This list is based on a sample of over 5400 customer applications and was sampled on December 7, 2011. Note that we have decomposed one of the larger framework families, Spring, into its component frameworks to get a better idea of the usage of its individual parts. The percentages reflect the number of Java applications (not individual scans) in which the framework was observed, so an application that was scanned multiple times only counts once in the rankings.</p>
<ol>
<li>Spring MVC (23%)</li>
<li>Struts 1.x (15%)</li>
<li>Apache Axis (15%)</li>
<li>Apache Xerces (14%)</li>
<li>Hibernate (12%)</li>
<li>JDOM (12%)</li>
<li>Java Applet (8.1%)</li>
<li>Apache Velocity (7.9%)</li>
<li>Apache ORO (7.0%)</li>
<li>JAX-WS (6.5%)</li>
</ol>
<p>A couple of interesting findings here. First, the relative prevalence of <a href="https://en.wikipedia.org/wiki/Spring_MVC"target="_blank">Spring MVC</a> and <a href="https://en.wikipedia.org/wiki/Struts"target="_blank">Struts</a> is unsurprising, but the fact that Struts 1.x is #2 on the list and Struts 2 is not even in the Top 10 is a little surprising. (It came in 24th in the overall rankings, in fact, showing up in just 1.8% of the Java applications scanned).</p>
<p>Second, it&#8217;s interesting to note that there are multiple frameworks for web services in the top ten, and that <a href="https://en.wikipedia.org/wiki/Apache_Axis"target="_blank">Axis</a> appears to have an edge on popularity over <a href="https://en.wikipedia.org/wiki/JAX-WS"target="_blank">JAX-WS</a>.</p>
<p>Third, the relatively high number of applications scanned that contained Java applets was interesting. It&#8217;s hard to imagine that 8% of all Java applications have a customer facing applet. One is tempted to speculate that in many cases these applets are administrative interfaces to framework or server <a href="http://www.veracode.com/security/code-security"target="_blank">code</a> that are left in the application distribution inadvertently or unknowingly, and thus that these represent potentially forgotten attack surfaces for the application.</p>
<p>We&#8217;re just starting to mine the data that we&#8217;re seeing regarding frameworks. I think that this data should be interesting to <a href="http://www.veracode.com/services/developers.html" target="_blank">development</a> teams looking to choose frameworks that are more widely used. From a security perspective, too, this is a useful reminder that applications rely on <a href="http://www.veracode.com/services/3rd-party-analysis.html" target="_blank">third party</a> frameworks, and that some of these may come with their own attack surface (e.g. applets) that shouldn&#8217;t be forgotten when planning secure deployments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/top-ten-java-frameworks-observed-in-customer-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekly News Roundup</title>
		<link>http://www.veracode.com/blog/2012/01/weekly-news-round-up-2/</link>
		<comments>http://www.veracode.com/blog/2012/01/weekly-news-round-up-2/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 22:50:17 +0000</pubDate>
		<dc:creator>Nate Lord</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3305</guid>
		<description><![CDATA[Happy Friday everybody, and welcome to another installment of our Weekly News Roundup. It certainly was another busy week in the application security world, with several cyber attacks, new regulations, and updated security measures making headlines. Veracode’s Marketing team rounded up some interesting articles on some of the biggest topics of the week. Give them [...]]]></description>
			<content:encoded><![CDATA[<p>Happy Friday everybody, and welcome to another installment of our Weekly News Roundup. It certainly was another busy week in the <a href="http://www.veracode.com/" target="_blank">application security</a> world, with several <a href="http://www.veracode.com/security/penetration-testing" target="_blank">cyber attacks</a>, new regulations, and updated security measures making headlines. Veracode’s Marketing team rounded up some interesting articles on some of the biggest topics of the week.  Give them a read and enjoy.</p>
<p>1. New Data Protection Laws: “<a href="http://threatpost.com/en_us/blogs/eu-propose-new-data-breach-privacy-regulations-012212" target="_blank">EU to Propose New Data Breach, Privacy Regulations</a>” by Brian Prince (<a href="https://twitter.com/#!/threatpost" target="_blank">@threatpost</a>). Over the weekend the European Union announced that they would soon be proposing new laws that would require companies that are impacted by cyber attacks / <a href="http://www.veracode.com/security/data-breach" target="_blank">data breaches</a> to inform authorities and customers within 24 hours. The legislation will primarily be focused on protecting online consumers by giving them more online privacy and information security rights. The EU also hopes that the proposed regulations will help simplify their <a href="http://www.veracode.com/security/data-loss-prevention" target="_blank">data protection</a> methods. It appears that the proposed laws will probably not go into effect for another two years.</p>
<div id="related_posts">
<div id="related_posts_content">
<div>
<h4>Editor&#8217;s Pick</h4>
<p><a href="http://www.veracode.com/blog/2012/03/safe-coding-and-software-security-infographic/" rel="bookmark" title="Safe Coding and Software Security Infographic">Safe Coding and Software Security Infographic</a></p>
<p><a href="http://www.veracode.com/blog/2009/05/but-thats-impossible/" rel="bookmark" title="But That’s Impossible!">But That’s Impossible!</a></p>
<p><a href="http://www.veracode.com/blog/2010/06/which-tastes-better-for-security-java-or-net/" rel="bookmark" title="Which Tastes Better for Security, Java or .NET?">Which Tastes Better for Security, Java or .NET?</a></p>
<p><a href="http://www.veracode.com/blog/2009/04/decoding-the-dbir-2009-cover/" rel="bookmark" title="Decoding the Verizon DBIR 2009 Cover">Decoding the Verizon DBIR 2009 Cover</a></p>
<p><a href="http://www.veracode.com/blog/2009/01/cwesans-top-25-most-dangerous-programming-errors/" rel="bookmark" title="CWE/SANS Top 25 Most Dangerous Programming Errors">CWE/SANS Top 25 Most Dangerous Programming Errors</a></p>
</div>
</div>
</div>
<p>2. <a href="http://www.veracode.com/security/sql-injection" target="_blank">SQL Injection Attacks</a>: “<a href="http://www.pcworld.com/article/248530/avoidable_attacks_cause_most_data_breaches.html" target="_blank">Avoidable Attacks Cause Most Data Breaches</a>” by Sophie Curtis (<a href="https://twitter.com/#!/SCurtisss" target="_blank">@SCurtiss</a>). In this article, Sophie Curtis provides insight on the widespread lack of prevention against <a href="http://www.veracode.com/security/sql-injection" target="_blank">SQL injection</a> hacks shown by many businesses. Curtis reports that businesses with underequipped or out-of-date cyber security methods are among the easiest targets for hackers and that these attacks cost billions of dollars while impacting millions of people annually. The article also provides insight on SQL injection attacks and measures that can be taken in preventing them.</p>
<p>3. Kelihos Botnet: “<a href="http://www.zdnet.com/blog/security/microsoft-kelihos-botnet-master-worked-for-av-vendor/10195?tag=mantle_skin;content" target="_blank">Microsoft: &#8216;Kelihos&#8217; botnet master worked for AV vendor</a>” by Ryan Naraine (<a href="https://twitter.com/#!/ryanaraine" target="_blank">@ryanaraine</a>). Microsoft has identified the developer behind the “Kelihos” botnet that was responsible for countless spam emails, identity theft, stock scams, and more. According to Microsoft, the software developer is Andrey Sabelnikov, a Russian man who used to work for an antivirus/firewall/security software company. Sabelnikov has been accused of creating over 3,700 subdomains from a Czech free hosting site and using the subdomains to control the Kelihos botnet.</p>
<p>4. Data Privacy Day: “<a href="http://nakedsecurity.sophos.com/2012/01/24/sscc-81-ncsa-and-data-privacy-day/" target="_blank">SSCC 81 &#8211; NCSA and Data Privacy Day</a>” by Chester Wisniewski (<a href="https://twitter.com/#!/chetwisniewski" target="_blank">@ChetWisniewski</a>). Happy Data Privacy Day! In this article and podcast, Chet Wisniewski talks about the upcoming holiday (Data Privacy Day is officially January 28th) with Michael Kaiser of the National Cyber Security Alliance. The two discuss the role of the holiday in promoting privacy and cyber security awareness globally as well as what consumers should do to protect themselves.</p>
<p>5. <a href="http://www.veracode.com" target="_blank">Application Security</a>: “<a href="http://www.huffingtonpost.com/scott-vernick/cover-your-app-five-lesso_b_1230665.html" target="_blank">Cover Your App: Five Lessons from Recent Data Breaches</a>” by Scott Vernick (<a href="https://twitter.com/#!/huffposttech" target="_blank">@HuffPostTech</a>). The growing problem of cyber attacks has more and more consumers thinking about the security of their personal information online. Scott Vernick offers five excellent tips on measures consumers can take to protect their data in this article from the Huffington Post. </p>
<p>6. Smartphone Security: “<a href="http://techcrunch.com/2012/01/24/lookouts-new-app-visualizes-mobile-security-threats-as-they-are-detected-around-the-world/" target="_blank">Lookout’s New App Visualizes Mobile Security Threats As They Are Detected Around The World</a>” by Leena Rao (<a href="https://twitter.com/#!/leenarao" target="_blank">@LeenaRao</a>). As it continues to become more of an issue, we are seeing many companies releasing <a href="http://www.veracode.com/products/mobile-application-security.html" target="_blank">mobile security solutions</a>. Earlier this week Lookout released a new app for Android users that allows them to monitor cyber attacks as they take place. The app also provides information on the top security threats that are taking place, and the breakdown of malware attacks vs. spyware attacks happening in real time. Products and applications like this will hopefully increase cyber attack awareness amongst smartphone users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/weekly-news-round-up-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Conversation With Richard Clarke &#8211; Part II</title>
		<link>http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-ii/</link>
		<comments>http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-ii/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:58:31 +0000</pubDate>
		<dc:creator>Zack Cronin</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3295</guid>
		<description><![CDATA[In continuation of yesterday’s piece on Chris Wysopal’s discussion with cyber-security guru Richard Clarke, this second installment focuses on questions asked by webinar participants in the live webcast. Remember, you can always download and view the recorded versions of our webinars here. Q: Are you concerned about the merge to electronic healthcare records? RC: Yes [...]]]></description>
			<content:encoded><![CDATA[<p>In continuation of <a href="http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-i/" target="_blank">yesterday’s piece</a> on <a href="http://www.veracode.com/about/bod-chris-wysopal.html" target="_blank">Chris Wysopal</a>’s discussion with cyber-security guru <a href="http://www.veracode.com/about/bod-richard-a.-clarke.html" target="_blank">Richard Clarke</a>, this second installment focuses on questions asked by webinar participants in the live <a href="http://info.veracode.com/RichardClarkeWebinarLandingPage.html" target="_blank">webcast</a>. Remember, you can always download and view the recorded versions of our webinars <a href="http://www.veracode.com/webcasts" target="_blank">here</a>. </p>
<p>Q: Are you concerned about the merge to electronic healthcare records?</p>
<p>RC: Yes – part of the healthcare reform package has requirements that accelerate the reliance on electronic file records in medicine. There’s some real incentives in the bill that force the industry into doing it relatively quickly. The question in my mind is who the actor is in this case that would go after health care records. Is it a criminal or is it an espionage organization? I don’t know the motivation, but I do know that these enormous insurance companies and enormous medical centers have lots and lots of <a href="http://www.veracode.com/services/vulnerability-remediation-consulting.html" target="_blank">vulnerabilities</a> because they’ve never looked systematically before and done real sophisticated <a href="http://www.veracode.com/security/web-application-security-testing" target="_blank">security analysis</a> – that’s the last thing a major medical center has been doing in the past. So yes it is a source of concern any time a new industry runs headlong into a reliance on IT systems it hasn’t been reliant before. </p>
<div id="related_posts">
<div id="related_posts_content">
<div>
<h4>Editor&#8217;s Pick</h4>
<p><a href="http://www.veracode.com/blog/2010/05/html5-security-in-a-nutshell/" rel="bookmark" title="HTML5 Security in a Nutshell">HTML5 Security in a Nutshell</a></p>
<p><a href="http://www.veracode.com/blog/2010/07/deadly-combo-zero-day-application-vulnerability-os-vulnerability-attacker-win/" rel="bookmark" title="Deadly Combo: Zero Day Application Vulnerability + OS Vulnerability = Attacker Win">Deadly Combo: Zero Day Application Vulnerability + OS Vulnerability = Attacker Win</a></p>
<p><a href="http://www.veracode.com/blog/2008/02/new-unit-of-reviews-code-quality/" rel="bookmark" title="New Unit of Reviewed Code Quality">New Unit of Reviewed Code Quality</a></p>
<p><a href="http://www.veracode.com/blog/2009/01/how-to-protect-your-users-from-password-theft/" rel="bookmark" title="How To Protect Your Users From Password Theft">How To Protect Your Users From Password Theft</a></p>
<p><a href="http://www.veracode.com/blog/2011/03/a-financial-model-for-application-security-debt/" rel="bookmark" title="A Financial Model for Application Security Debt">A Financial Model for Application Security Debt</a></p>
</div>
</div>
</div>
<p>Q: Is it safe to assume that most attacks come from compromised servers? If so, are there any government agencies or companies that scan for vulnerabilities that notify that company of a server issue?</p>
<p>RC: The simple answer to that is no. The government does not run around scanning private company servers. In fact, unless you specifically sign up with a provider to do that, no one’s going to automatically do it for you.</p>
<p>Q: Would you please comment on what small businesses can do to learn more about what they can do to contribute to increasing security in their respective businesses?</p>
<p>RC: I’m going to say something here that may be a little counter intuitive and a bit controversial. I think small businesses should think about the <a href="http://www.veracode.com/products/products-overview" target="_blank">cloud</a>. I know some people say, “Oh the cloud is automatically insecure,” or, “the cloud is automatically less secure.” Well it depends on what you ask the cloud provider to do. If you’re truly a small business, you don’t have the time, you don’t have the expertise, you don’t have the money to defend yourself to the level of perhaps what you would be satisfied with. But a bunch of small and medium-sized companies going to a cloud provider together can have much better security than they can have individually. If, and this is the key thing, if they ask for it, and if they compare offerings on the criteria of a service, and of security, because if you just go to a cloud provider, they’ll say, “Oh yea, we did all of the security stuff,” and that will be the end of it. You get these situations where you get the cloud provider kind of believing  it’s up to you to do your own security, and you think the cloud provider is doing it, so you have to be careful, you have to be explicit, you have to ask them what additional security you can buy from them, and how you have compare the security offerings’ among the cloud providers. But I would urge a small business owner to try to do that rather than try and secure it themselves. </p>
<p>Missed the<a href="http://info.veracode.com/RichardClarkeWebinarLandingPage.html" target="_blank"> webcast</a> but still have questions and comments? We’d love to keep the discussion going, so please leave your comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Conversation with Richard Clarke &#8211; Part I</title>
		<link>http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-i/</link>
		<comments>http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-i/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:37:01 +0000</pubDate>
		<dc:creator>Zack Cronin</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3273</guid>
		<description><![CDATA[Following a dramatic increase in the number and severity of breaches in 2011, Chris Wysopal and internationally-renowned cyber security expert Richard Clarke discuss the changing cyber threat environment, the evolving cyber legislation landscape, and steps you can take to strengthen your organization’s resilience to the current threat environment while complying with evolving regulations. This well-attended [...]]]></description>
			<content:encoded><![CDATA[<p>Following a dramatic increase in the number and severity of breaches in 2011, <a href="http://www.veracode.com/about/bod-chris-wysopal.html" target="_blank">Chris Wysopal</a> and internationally-renowned cyber security expert <a href="http://www.veracode.com/about/bod-richard-a.-clarke.html" target="_blank">Richard Clarke</a> discuss the changing cyber threat environment,  the evolving cyber legislation landscape, and steps you can take to strengthen your organization’s resilience to the current threat environment while complying with evolving regulations. </p>
<p>This well-attended <a href="http://info.veracode.com/RichardClarkeWebinarLandingPage.html" target="_blank">webinar</a> generated a huge volume of questions from attendees, so we’ve decided to cut it into two parts. Stay tuned for the second segment tomorrow, but in the mean time, be sure to download and <a href="http://info.veracode.com/RichardClarkeWebinarLandingPage.html" target="_blank">view the full webinar</a> so you can join in! </p>
<div id="related_posts">
<div id="related_posts_content">
<div>
<h4>Editor&#8217;s Pick</h4>
<p><a href="http://www.veracode.com/blog/2008/06/minimizing-the-attack-surface-part-1/" rel="bookmark" title="Minimizing the Attack Surface, Part 1">Minimizing the Attack Surface, Part 1</a></p>
<p><a href="http://www.veracode.com/blog/2007/12/risk-vs-vulnerability/" rel="bookmark" title="Risk vs Vulnerability">Risk vs Vulnerability</a></p>
<p><a href="http://www.veracode.com/blog/2012/05/state-of-software-security-cybersecurity-risks-in-public-companies/" rel="bookmark" title="Cybersecurity Risks in Public Companies Infographic">Cybersecurity Risks in Public Companies Infographic</a></p>
<p><a href="http://www.veracode.com/blog/2008/07/poor-security-quality-in-software-someone-is-watching-over-me/" rel="bookmark" title="Poor Security Quality In Software; Someone Is Watching Over Me">Poor Security Quality In Software; Someone Is Watching Over Me</a></p>
<p><a href="http://www.veracode.com/blog/2009/10/white-box-better-than-black-box/" rel="bookmark" title="White Box Better Than Black Box">White Box Better Than Black Box</a></p>
</div>
</div>
</div>
<p>Q: What are the kinds of cyber attacks that enterprises need to be aware of and who are the threat actors?</p>
<p>Richard Clarke (RC): It sounds like it’s a pretty fundamental question, but it’s confusing a lot of people because particularly the media are putting out all these stories about attacks and every week there’s another <a href="http://www.veracode.com/blog/2011/01/sony-psn-breach-infographic-2/0" target="_blank">major enterprise</a> that’s been attacked and it all gets mixed up in the blender like it’s all the same thing, and it’s not… I think it’s important that we distinguish among the actors and among the kinds of attacks because you can’t really respond to the sort of generalized idea of a hack, you have to respond to the specifics of who is attacking and how they are doing it. So the way I look at it is – I think there are four different kinds of phenomenon we are dealing with. The easy way to remember the four categories is the word CHEW, the first letter of each of the four types, Crime, Hacktivisim, <a href="http://www.veracode.com/press-releases/veracode-examines-impact-of-the-siemens-stuxnet-malware-attack.html" target="_blank">Espionage</a>, and at least potentially, Cyberwar.</p>
<p>Q: What do recent cyber attacks have in common?</p>
<p>RC: We see that there is a growing sophistication, attackers are using multiple techniques in the same attack, they’re using <a href="http://www.veracode.com/blog/2011/02/news-of-the-world-infographic/" target="_blank">social engineering</a>, <a href="http://www.veracode.com/security/vulnerability-scanning" target="_blank">vulnerabilities</a> in client-side applications, vulnerabilities in web servers, and they’re doing two stage attacks, where there will be a precursor attack at a supplier company, things like that.</p>
<p>Q: So why are software applications at risk?</p>
<p>Chris Wysopal (CW): Your <a href="http://www.veracode.com/products/products-overview" target="_blank">web applications</a>, <a href="http://www.veracode.com/products/mobile-application-security.html" target="_blank">mobile applications</a>, your software infrastructure, are parts of this chain of attacks.<br />
RC: Well I think it boils down to the fact that it works. When your target is somebody like Sony or Citibank, which spends a lot of money on antivirus software, firewalls, intrusion detection, <a href="http://www.veracode.com/security/internet-security" target="_blank">intrusion prevention</a>, and even <a href="http://www.veracode.com/security/malicious-code" target="_blank">two-factor authentication</a>, and maybe relies on certificates – how else are you going to get in? That’s your mission, that’s your target, that’s what you were told to get into, and you tried to do it the straightforward way, but you’re not going to get in so you keep trying and you eventually end up going in through the applications, or you go in through a third-party and go through their applications… The thing we don’t really traditionally think about is <a href="http://www.veracode.com/products/products-overview" target="_blank">applications</a>.</p>
<p>Q: What are the essential measures of software security that organizations need to be aware of? </p>
<p>RC: One of the things that should be on the list of essentials, is to verify <a href="http://www.veracode.com/services/3rd-party-analysis.html" target="_blank">third party code</a>. If you don’t know what’s in the code, or if you’re just trusting the <a href="http://www.veracode.com/services/vendor-management.html" target="_blank">vendor</a>, then you’ve got a problem because now you have no idea what they’ve failed to do, what their standards are, and how they’ve vetted it. There are lots of routine mistakes that people make when writing <a href="http://www.veracode.com/security/code-security" target="_blank">code</a>, everybody does, and any code package, no matter how small, is going to have some of those mistakes. If they don’t have a systematic way of finding them, you’re in trouble. </p>
<p>Missed the webcast but still have questions? Keep the conversation going in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/a-conversation-with-richard-clarke-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2012 Social Security Blogger Awards</title>
		<link>http://www.veracode.com/blog/2012/01/2012-social-security-blogger-awards/</link>
		<comments>http://www.veracode.com/blog/2012/01/2012-social-security-blogger-awards/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 14:17:51 +0000</pubDate>
		<dc:creator>Nate Lord</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3211</guid>
		<description><![CDATA[In case you haven’t heard, Veracode has been nominated for two awards at the 2012 Social Security Blogger Awards: Best Corporate Security Blog and Single Best Blog Post or Podcast of the Year. Let me first say that we are absolutely thrilled to be nominated for these awards and are honored to be listed amongst [...]]]></description>
			<content:encoded><![CDATA[<p>In case you haven’t heard, Veracode has been nominated for two awards at the <a href="http://365.rsaconference.com/blogs/security-blogger-meetup/2012/01/06/and-the-nominees-are" target="_blank">2012 Social Security Blogger Awards</a>: Best Corporate Security Blog and Single Best Blog Post or Podcast of the Year. Let me first say that we are absolutely thrilled to be nominated for these awards and are honored to be listed amongst so many other great blogs. We are asking that readers take a minute to show their support and vote for our blog <a href="https://www.surveymonkey.com/s/2012securityblogger" target="_blank">here</a>. It should be noted that you need to be a security blogger to cast a vote.</p>
<p>Many of the other nominees are blogs that the Veracode Marketing team regularly follows, and we&#8217;d like to encourage our readers to vote for their favorite blogs as well. Here are some of our picks:</p>
<ul>
<li><a href="http://newschoolsecurity.com/" target="_blank">The New School of Information Security</a> for &#8220;The Most Educational Security Blog&#8221;</li>
<li><a href="http://www.rationalsurvivability.com/blog/" target="_blank">Rational Survivability</a> for &#8220;The Most Entertaining Security Blog&#8221;</li>
<li><a href="http://blog.uncommonsensesecurity.com/" target="_blank">Uncommon Sense Security</a> for &#8220;The Blog that Best Represents the Security Industry&#8221;</li>
<li><a href="http://www.exoticliability.com/" target="_blank">Exotic Liability</a> for &#8220;Best Security Podcast&#8221;</li>
</ul>
<p>Thanks for reading and don’t forget to cast your votes! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/2012-social-security-blogger-awards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Platforms, Old Mistakes</title>
		<link>http://www.veracode.com/blog/2012/01/new-platforms-old-mistakes/</link>
		<comments>http://www.veracode.com/blog/2012/01/new-platforms-old-mistakes/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 14:47:19 +0000</pubDate>
		<dc:creator>Sam King</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3149</guid>
		<description><![CDATA[You don’t need me to point you to stories such as this New York Times article that reported on data from Flurry, a mobile analytics firm to convince you that mobile app usage is growing exponentially. 25B downloads at the end of 2011, a 300% increase year over year. I mean Angry Birds Rio was [...]]]></description>
			<content:encoded><![CDATA[<p>You don’t need me to point you to stories such as this <a href="http://bits.blogs.nytimes.com/2011/11/10/ios-and-android-app-downloads-expected-to-hit-25-billion-in-2011/" target="_blank">New York Times article</a> that reported on <a href="http://www.veracode.com/security/data-loss-prevention" target="_blank">data</a> from Flurry, a mobile <a href="http://www.veracode.com/products/veracode-application-security-analytics.html" target="_blank">analytics</a> firm to convince you that <a href="http://www.veracode.com/products/mobile-application-security.html " target="_blank">mobile app</a> usage is growing exponentially. 25B downloads at the end of 2011, a 300% increase year over year. I mean Angry Birds Rio was on the Christmas list for my 6 and 3 year olds &#8211; even Santa is not immune from this demand!</p>
<p>It is for this reason that we chose to include statistics from Android apps in our recently released <a href="http://info.veracode.com/state-of-software-security-report-volume4.html" target="_blank">State of Software Security</a> report. The types of <a href="http://www.veracode.com/products/mobile-application-security.html" target="_blank">mobile apps</a> our <a href="http://www.veracode.com/customers" target="_blank">customers</a> analyze are generally not the Angry Birds Rio kind but rather those that serve some commercial purpose. It could be apps for their employees to interact with some enterprise system or apps they make available to their customers to transact financial information or manage healthcare records. The figure below shows the distribution of Android apps submitted by different industry verticals. It is not surprising to see some of the top verticals due to the sensitivity of the data and transactions involved. </p>
<p><a href="http://www.veracode.com/blog/wp-content/uploads/2012/01/image-11.png"><img src="http://www.veracode.com/blog/wp-content/uploads/2012/01/image-11.png" alt="" title="image-1" width="384" height="204" class="aligncenter size-full wp-image-3155" /></a></p>
<p>Our initial areas of focus for mobile apps has been <a href="http://www.veracode.com/security/data-loss-prevention" target="_blank">Information Leakage</a> (i.e. data exfiltration: transmitting potentially sensitive information off the device) and <a href="http://www.veracode.com/security/insecure-crypto " target="_blank">Cryptographic</a> Issues. The table below shows the prevalence of these flaw categories. Each of these categories has a couple of different <a href="http://www.veracode.com/directory/what-it-means.html" target="_blank">CWEs</a> represented within it.  </p>
<p><a href="http://www.veracode.com/blog/wp-content/uploads/2012/01/image-21.png"><img src="http://www.veracode.com/blog/wp-content/uploads/2012/01/image-21.png" alt="" title="image-2" width="616" height="164" class="aligncenter size-full wp-image-3159" /></a></p>
<p>While <a href="http://www.veracode.com/blog/2012/01/mobile-security-android-vs-ios/" target="_blank">Android</a> may be a new platform, some of the security issues we found are reminiscent of old mistakes we have seen developers make. One example of this was the practice of hard-coding <a href="http://www.veracode.com/security/insecure-crypto" target="_blank">cryptographic</a> keys directly into the application. Over 40% of Android apps contained at least one instance of this flaw, a higher rate than we observe across all non-Android Java applications (only 17% of all non-Android Java applications had at least one instance of hard-coded <a href="http://www.veracode.com/security/insecure-crypto" target="_blank">cryptographic</a> keys). Ironically, a hard-coded key is much simpler to extract from a mobile app than from a J2EE web application since the application can simply be copied off the mobile device! The problem is, once these keys are compromised, any security mechanisms that depend on the secrecy of the keys are then rendered ineffective. </p>
<p>Also with regards to Cryptographic Issues, 61% of Android apps exhibited at least one instance of Insufficient Entropy. In Java applications this usually takes the form of using the statistical random number generator (RNG) rather than the cryptographic RNG. It’s a common mistake seen frequently in Java web applications and can be fixed with a single line of code. </p>
<p>Under <a href="http://www.veracode.com/security/data-loss-prevention" target="_blank">Information Leakage</a>, nearly a third of Android apps were transmitting at least one piece of information marked as potentially sensitive. However, measuring the <a href="http://info.veracode.com/Webinar-2011-Top10MobileAppRisks.html" target="_blank">security of mobile apps</a> is dependent on understanding the gap between design and implementation. For example, is it a privacy leak if an application is transmitting your GPS location? If the application is FourSquare, probably not; sharing location information is core to its functionality. On the other hand, if the application is a flashlight app, then the use of GPS data may signify malicious behavior. Read more on this from my colleagues Chris Wysopal and Chris Eng in a recent Dark Reading Article, <a href="http://www.darkreading.com/mobile-security/167901113/security/news/232400306/when-good-apps-go-bad.html" target="_blank">When Good Apps Go Bad</a>.</p>
<p>Our recommendation to customers is to hold their mobile apps to the same <a href="http://www.veracode.com/services/pci-compliance.html " target="_blank">security standards</a> they apply to their enterprise apps. Learn from the common security errors we have seen developers make on older platforms and avoid those on newly authored mobile apps.</p>
<p></br></p>
<h3>Veracode Security Guides</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/xss">Cross-Site Scripting</a><br />
<a href="http://www.veracode.com/security/sql-injection">SQL Injection</a><br />
<a href="http://www.veracode.com/security/csrf">CSRF</a>	</div>
<h3>Data Security Resources</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/data-security">Data Protection</a><br />
<a href="http://www.veracode.com/security/data-loss-prevention">Data Leak</a><br />
<a href="http://www.veracode.com/security/data-breach">Data Security Breach</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/new-platforms-old-mistakes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekly News Roundup</title>
		<link>http://www.veracode.com/blog/2012/01/weekly-news-roundup/</link>
		<comments>http://www.veracode.com/blog/2012/01/weekly-news-roundup/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 16:16:06 +0000</pubDate>
		<dc:creator>Zack Cronin</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3193</guid>
		<description><![CDATA[What a busy week for the internet! With topics from attacks and hacks to protests, bloggers have been busy covering the most recent news in the cyber security industry, and we are here to wrap it all up. The following are some of this week’s biggest headlines, along with some of the best commentary on [...]]]></description>
			<content:encoded><![CDATA[<p>What a busy week for the internet! With topics from attacks and hacks to protests, bloggers have been busy covering the most recent news in the cyber security industry, and we are here to wrap it all up. The following are some of this week’s biggest headlines, along with some of the best commentary on them, enjoy!</p>
<p>1. Zappos Attack: “<a href="http://www.databreachtoday.com/interviews.php?interviewID=1349" target="_blank">Zappos Breach Notice: Lessons Learned</a>,” by Tom Field (<a href="https://twitter.com/#!/SecurityEditor" target="_blank">@SecurityEditor</a>). Field interviews a privacy attorney as she provides her analysis and opinion of Zappos’ response. Points of interest include the decision to shut down the customer service phone lines and denying non-US locations access, the tone and language of the notice, and incident response planning advice for all organizations. </p>
<p>2. T-Mobile Information Leak: “<a href="http://searchsecurity.techtarget.com/news/2240114035/Website-weaknesses-at-fault-in-T-Mobile-hacktivist-attack" target="_blank">Website weaknesses at fault in T-Mobile hacktivist attack</a>,” by Robert Westervelt, (<a href="https://twitter.com/#!/rwestervelt" target="_blank">@rwestervelt</a>). A group calling itself TeaMpOisoN, claimed to have employed <a href="http://www.veracode.com/security/sql-injection" target="_blank">SQL Injection</a> in order to attack T-Mobile’s server and gain the names, email addresses, phone numbers, and passwords of employees, which they then posted online. This event occurred a week after Bill Bonnie, T-Mobile’s VP of Information Security, was on a panel focused on understanding the nature and breadth of threats facing organizations.</p>
<div id="related_posts">
<div id="related_posts_content">
<div>
<h4>Editor&#8217;s Pick</h4>
<p><a href="http://www.veracode.com/blog/2008/06/minimizing-the-attack-surface-part-1/" rel="bookmark" title="Minimizing the Attack Surface, Part 1">Minimizing the Attack Surface, Part 1</a></p>
<p><a href="http://www.veracode.com/blog/2007/12/risk-vs-vulnerability/" rel="bookmark" title="Risk vs Vulnerability">Risk vs Vulnerability</a></p>
<p><a href="http://www.veracode.com/blog/2012/05/state-of-software-security-cybersecurity-risks-in-public-companies/" rel="bookmark" title="Cybersecurity Risks in Public Companies Infographic">Cybersecurity Risks in Public Companies Infographic</a></p>
<p><a href="http://www.veracode.com/blog/2008/07/poor-security-quality-in-software-someone-is-watching-over-me/" rel="bookmark" title="Poor Security Quality In Software; Someone Is Watching Over Me">Poor Security Quality In Software; Someone Is Watching Over Me</a></p>
<p><a href="http://www.veracode.com/blog/2009/10/white-box-better-than-black-box/" rel="bookmark" title="White Box Better Than Black Box">White Box Better Than Black Box</a></p>
</div>
</div>
</div>
<p>3. The Tenth Anniversary of Bill Gates’ Trustworthy Computing Memo: Christopher Budd (<a href="https://twitter.com/#!/ChristopherBudd" target="_blank">@ChristopherBudd</a>) recaps the effects of the memo, and provides a unique insider’s view of the impact it had on Microsoft with “<a href="http://betanews.com/2012/01/16/10-years-after-bill-gates-trustworthy-computing-memo-what-it-meant-for-microsoft-and-why-every-tech-company-needs-one/" target="_blank">10 years after Bill Gate’s Trustworthy Computing memo: What it meant for Microsoft and why every tech company needs one</a>.” David Coursey (<a href="https://twitter.com/#!/techinciter" target="_blank">@techinciter</a>) muses on the situation today in his post  “<a href="http://www.techsecuritytoday.com/index.php/our-contributors/david-coursey/entry/10-years-after-gates-trustworthy-computing-memo-were-no-better-off?utm_medium=twitter&#038;utm_source=dlvr.it" target="_blank">10 Years After Gates’ Trustworthy Computing Memo, We’re No Better Off</a>,” , stating that “Gates’s ‘eventually’ is still on the horizon.”</p>
<p>4. Google Releases Chrome’s Security Principals: a ZDNet article, “<a href="http://www.zdnet.com/blog/security/google-shares-chrome-browser-security-principles/10069" target="_blank">Google shares Chrome browser security principals</a>,” by Ryan Naraine (<a href="https://twitter.com/#!/ryanaraine" target="_blank">@ryanaraine</a>), examines Chrome features that help keep hackers away.  Following the editorial which highlights Chrome’s sandbox architecture, use of anti-exploit technologies, and a publically documented security handling process, an interesting stream of comments follows.</p>
<p>5. Oracle Critical Patches: Also by <a href="https://twitter.com/#!/ryanaraine" target="_blank">Ryan Naraine</a>, “<a href="http://www.zdnet.com/blog/security/oracle-to-ship-66-critical-security-patches/7928" target="_blank">Oracle to ship 66 critical security patches</a>” reports on Oracle’s most recent round of vulnerability fixes, six of which affect its flagship database server, and two of which are labeled as “high risk,” due to a successful attack that caused a significant threat.</p>
<p>6. Symantec Source Code Breach: “<a href="http://nakedsecurity.sophos.com/2012/01/19/symantec-source-code-breach-saga-continues/?utm_source=twitter&#038;utm_medium=duckblog&#038;utm_campaign=naked%2Bsecurity" target="_blank">Symantec source code breach saga continues</a>,” by Paul Ducklin (<a href="https://twitter.com/#!/duckblog" target="_blank">@duckblog</a>). Details of Symantec’s new admission of a 2006 hack that lead to the capture of the source code for several of their leading commercial and enterprise products. The Head of Technology, Asia Pacific for Sophos provides his perspective on the occurrences.</p>
<p>Is there anything we missed? As always, please share your thoughts and comments with us and enjoy your weekend!</p>
<p></br></p>
<h3>Veracode Security Guides</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/csrf">CSRF</a><br />
<a href="http://www.veracode.com/security/sql-injection">SQL Injection</a><br />
<a href="http://www.veracode.com/security/xss">XSS</a></div>
<h3>Data Security Resources</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/data-loss-prevention">Data Loss</a><br />
<a href="http://www.veracode.com/security/data-security">Data Security</a><br />
<a href="http://www.veracode.com/security/data-breach">Data Breach</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/weekly-news-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Based Application Security Testing</title>
		<link>http://www.veracode.com/blog/2012/01/cloud-based-application-security-testing/</link>
		<comments>http://www.veracode.com/blog/2012/01/cloud-based-application-security-testing/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 14:15:43 +0000</pubDate>
		<dc:creator>Niru Raghavan</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>
		<category><![CDATA[Application Security]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3171</guid>
		<description><![CDATA[Evan Fromberg, Sr. Director of Channel Sales and Business Development here at Veracode, recently wrote a guest post on Rackspace’s Cloud Blog. In his post, Evan talks about the emergence of a growing need for businesses of all sizes to increase speed to market. He examines the impact of this trend on the adoption of [...]]]></description>
			<content:encoded><![CDATA[<p>Evan Fromberg, Sr. Director of Channel Sales and Business Development here at <a href="http://www.veracode.com/about" target="_blank">Veracode</a>, recently wrote a <a href="http://www.rackspace.com/cloud/blog/2012/01/04/cloud-based-application-security-testing-with-veracode/" target="_blank">guest post</a> on Rackspace’s Cloud Blog. In his post, Evan talks about the emergence of a growing need for businesses of all sizes to increase <a href="http://www.veracode.com/services/services-overview" target="_blank">speed to market.</a> </p>
<p>He examines the impact of this trend on the adoption of cloud platforms, and what this means for the <a href="http://www.veracode.com/products/products-overview" target="_blank">security of applications</a> being migrated to the cloud. The post sheds light on some of the <a href="http://info.veracode.com/10611TopFiveMostPrevalentApp_TopFiveMostPrevalentApp.html" target="_blank">vulnerabilities</a> in applications that are becoming more prevalent, and also reveals interesting stats on high profile data breaches in 2011. Evan highlights the importance of <a href="http://www.veracode.com/" target="_blank">application security</a> testing in the cloud, and the need to implement testing solutions that are delivered quickly, accurately and at a price point that makes this a valued service. </p>
<p>Read the <a href="http://www.rackspace.com/cloud/blog/2012/01/04/cloud-based-application-security-testing-with-veracode/" target="_blank">full post here</a>. </p>
<p></br></p>
<h3>Veracode Security Guides</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/xss">Cross-Site Scripting</a><br />
<a href="http://www.veracode.com/security/sql-injection">SQL Injection</a><br />
<a href="http://www.veracode.com/security/csrf">CSRF</a>	</div>
<h3>Data Security Resources</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/data-security">Data Protection</a><br />
<a href="http://www.veracode.com/security/data-loss-prevention">Data Leak</a><br />
<a href="http://www.veracode.com/security/data-breach">Data Security Breach</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/cloud-based-application-security-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOPA Grabs Headlines Today</title>
		<link>http://www.veracode.com/blog/2012/01/sopa-grabs-headlines-today/</link>
		<comments>http://www.veracode.com/blog/2012/01/sopa-grabs-headlines-today/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:51:18 +0000</pubDate>
		<dc:creator>Niru Raghavan</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3163</guid>
		<description><![CDATA[With the entire buzz about SOPA and the highly visible protests from some major sites today like Google, Reddit, Wikipedia and Wired, I’ve been looking for more factual posts on the web regarding this highly controversial topic. Quick intro to SOPA: Simply put, SOPA (Stop Online Privacy Act) and its companion PIPA (Protect IP Act) [...]]]></description>
			<content:encoded><![CDATA[<p>With the entire buzz about SOPA and the highly visible protests from some major sites today like <a href="http://www.google.com/" target="_blank">Google</a>, <a href="http://www.reddit.com/" target="_blank">Reddit</a>, <a href="http://en.wikipedia.org/wiki/Main_Page" target="_blank">Wikipedia</a> and <a href="http://www.wired.com/" target="_blank">Wired</a>, I’ve been looking for more factual posts on the web regarding this highly controversial topic.</p>
<p>Quick intro to SOPA:  Simply put, SOPA (Stop Online Privacy Act) and its companion PIPA (Protect IP Act) are two anti-piracy bills intended to strengthen protections against copyright infringement and IP theft. SOPA battles the menace of piracy and intends to protect content creators by requiring that rogue sites be blocked by ISPs, prevented from using online payment services and removed from search engines. </p>
<p>Proponents of SOPA believe this is a worthy goal and would push search engines and other service providers to take a more active stance against copyright violation.  On the other hand, the biggest concern appears to be that in the long-term, SOPA could have unintended consequences such as potentially hurting innocent companies, and hindering the process of free speech. </p>
<p>Here are the links to a few posts on SOPA that provide a more factual take on this subject: </p>
<p><a href="http://news.cnet.com/8301-31921_3-57329001-281/how-sopa-would-affect-you-faq/" target="_blank">How SOPA would affect you</a>, Declan McCullagh, CNET</p>
<p><a href="http://www.pcworld.com/article/248298/sopa_and_pipa_just_the_facts.html" target="_blank">SOPA and PIPA: Just the Facts</a>, Jared Newman, PC World: </p>
<p><a href="http://tech.fortune.cnn.com/2012/01/12/sopa-the-gloves-come-off/" target="_blank">SOPA: The Gloves Come Off</a>, Dan Mitchell, CNN Money</p>
<p>In addition, one of my colleagues heard a piece on NPR when driving into work today that addressed SOPA from both sides of the fence.  The founder of Reddit.com was quoted as saying that SOPA would stifle innovation by making it cost prohibitive for new Internet companies to launch.  A representative from the Arts community talked about the need for the protection this act can offer.  He gave an example of a low budget filmmaker having difficulty raising funds if once complete that movie can be easily pirated and distributed on the <a href="http://www.veracode.com/security/internet-security" target="_blank">Internet</a>. </p>
<p>What are your thoughts on SOPA? Do you believe this would be the end of the free Internet? What would happen if this bill should pass? Would it have any noticeable effect on stemming piracy? </p>
<p></br></p>
<h3>Veracode Security Guides</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/csrf">CSRF</a><br />
<a href="http://www.veracode.com/security/sql-injection">SQL Injection</a><br />
<a href="http://www.veracode.com/security/xss">XSS</a></div>
<h3>Data Security Resources</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/data-loss-prevention">Data Loss</a><br />
<a href="http://www.veracode.com/security/data-security">Data Security</a><br />
<a href="http://www.veracode.com/security/data-breach">Data Breach</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/sopa-grabs-headlines-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Were You? 10th Anniversary of Gates Trustworthy Computing Memo &#8211; Part 2</title>
		<link>http://www.veracode.com/blog/2012/01/where-were-you-10th-anniversary-of-gates-trustworthy-computing-memo-part-2/</link>
		<comments>http://www.veracode.com/blog/2012/01/where-were-you-10th-anniversary-of-gates-trustworthy-computing-memo-part-2/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:29:50 +0000</pubDate>
		<dc:creator>Fergal Glynn</dc:creator>
				<category><![CDATA[ALL THINGS SECURITY]]></category>

		<guid isPermaLink="false">http://www.veracode.com/blog/?p=3077</guid>
		<description><![CDATA[January 15th was the 10th anniversary of Gates Trustworthy computing memo. We thought it would be interesting to ask a few Veracode employees what they were doing on that day 10 years ago. This is the second post on this topic. Yesterday&#8217;s post is here. Some of the answers are really funny! Can you guess [...]]]></description>
			<content:encoded><![CDATA[<p>January 15th was the 10th anniversary of <a href="http://www.wired.com/techbiz/media/news/2002/01/49826" title="Gates Memo" target="_blank">Gates Trustworthy computing memo</a>. We thought it would be interesting to ask a few Veracode employees what they were doing on that day 10 years ago.  This is the second post on this topic.  Yesterday&#8217;s post is <a href="http://www.veracode.com/blog/2012/01/where-were-you-10th-anniversary-of-gates-trustworthy-computing-memo-part-1/" title="Gates Memo Part 1">here</a>.  Some of the answers are really funny!  Can you guess who had blue hair in 2002? </p>
<p><strong><a href="http://www.linkedin.com/pub/steve-roge/5/b6a/555" title="Steve Roge" target="_blank">Captain @stake Steve Roge</a></strong> was selling manual code reviews to Fidelity for $150 per hour and every consultant who worked on the project hated him because they didn’t want to sit in a cube with a pencil reviewing code line by line.  Steve believes this was the shift when folks like Fidelity started to look for automated solutions because they wanted to go deeper and broader on their application inventory and knew angry consultants wouldn’t scale.</p>
<p><strong><a href="http://www.veracode.com/blog/chris-eng-director-of-security-services/" title="Chris Eng" target="_blank">Chris Eng</a></strong> was a security consultant at @stake, delivering web application penetration tests and product security assessments for large enterprises and ISVs. On the date in question, he was pen testing a network appliance, poking around at WebSphere bugs, and gearing up for a product assessment at Macromedia (now Adobe).  The interesting thing about that assessment was that we were testing against a beta version of the product.  So while many companies were still doing all their security testing post-release -– or not at all -– Macromedia already understood the value of pushing security further back into the SDLC.  This was pretty rare at the time.</p>
<p><a href="http://www.veracode.com/blog/tim-jarrett-director-of-product-management/" title="Tim Jarrett" target="_blank"><strong>Tim Jarrett</strong></a>.  On January 15, 2002, I was in business school and had just accepted a job offer from Microsoft. At the time it was a very different company&#8211;hip deep in the fallout from the antitrust suit and the consent decree; having just launched Windows XP; figuring out where it was going on the web (remember Passport)? And the taking of a deep breath that the Trustworthy Computing memo signaled was the biggest sign that things were different at Microsoft. </p>
<p>And yet not. It&#8217;s important to remember that a big part of the context of TWC was the launch of .NET and the services around it (remember Passport)? Microsoft was positioning Passport (fka Hailstorm) as the solution for the Privacy component of their Availability, Security, Privacy triad, so TWC was at least partly a positioning memo for that new technology. And it&#8217;s pretty clear that they hadn&#8217;t thought through all the implications of the stance they were taking: witness BillG&#8217;s declaration that &#8220;Visual Studio .NET is the first multi-language tool that is optimized for the creation of secure code&#8221;. While .NET may have eliminated or mitigated the security issues related to memory management that Microsoft was drowning in at the time, it didn&#8217;t do anything fundamentally different with respect to web vulnerabilities like <a href="http://www.veracode.com/security/xss" title="Cross Site Scripting" target="_blank">cross-site scripting</a> or <a href="http://www.veracode.com/security/sql-injection" title="SQL Injection" target="_blank">SQL injection</a>.</p>
<p>But there was one thing about the TWC memo that was different and new and that did signal a significant shift at Microsoft: Gates&#8217; assertion that &#8220;when we face a choice between adding features and resolving security issues, we need to choose security.&#8221; As an emerging product manager, that was an important principle for me to absorb&#8211;security needs to be considered as a requirement alongside user facing features and needs to be prioritized accordingly. It&#8217;s a lesson that the rest of the industry is still learning.</p>
<p><a href="http://www.veracode.com/blog/tyler-shields-senior-security-researcher/" title="Tyler Shields" target="_blank"><strong>Tyler Shields</strong></a> had left a dot com startup in the fall of 2001 and was in transition to a consulting career with @stake on January 15, 2002. On the specific date that the memo was released, Tyler was employed by a large national security consulting firm and was embedded within the United States Postal Service. Tyler was conducting incident response and forensics engagements on one of the worlds largest networks. Incident response was a mix of constant preparation and occasional frantic engagements. It felt way too responsive.</p>
<p>The Trustworthy Computing Memo motivated Tyler to begin a transition, from incident response and forensics, to application security related research. In Tyler&#8217;s eyes, it was becoming clear that secure code was going to be the key to a secure future. At the end of the day, exploits, flaws, vulnerabilities, and security issues generally trace back to an error in code. Attacking the root cause of the problem would provide the most return on the security problem that was rapidly developing. Tyler joined @stake in the fall of 2002 and helped them become the premier application consulting company of the 2000s.</p>
<p><a href="http://www.linkedin.com/pub/mark-kriegsman/2/b/156" title="Mark Kriegsman" target="_blank"><strong>Mark Kriegsman</strong></a>.  By January 2002, I had sold my Internet startup (Clearway Technologies), and I was looking around for what I thought the Next Big Thing would be.  Within a couple of months, I would join Christien at @stake, shaping and building &#8220;SAF&#8221;, which would it turn become Veracode&#8217;s flagship offering in static binary testing.  Given the successes of the last ten years, I&#8217;d say &#8220;AppSec&#8221; was indeed the Next Big Thing!</p>
<p><strong><a href="http://www.veracode.com/blog/christien-rioux-co-founder-and-chief-scientist/" title="Christien Rioux" target="_blank">Christien Rioux</a></strong> was working at @stake, starting the CVS repository for the reboot of the &#8216;undeveloper studio&#8217; project that he had been working on for two full years already that came to be known as &#8216;SAF&#8217;, the &#8216;Software Analysis Framework&#8217;. Christien was just given clearance by the CEO to hire his first two developers, Mark Kriegsman and Dan Garcia, both of whom have remained either fully or partly employed by Veracode ten years later. Christien had hair and it was blue!</p>
<p>Where were you 10 years ago?  We&#8217;d love to hear your stories &#8211; add them to the comments section. </p>
<p></br></p>
<h3>Veracode Security Guides</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/xss">Cross-Site Scripting</a><br />
<a href="http://www.veracode.com/security/sql-injection">SQL Injection</a><br />
<a href="http://www.veracode.com/security/csrf">CSRF</a>	</div>
<h3>Data Security Resources</h3>
<div style="margin-left:15px;">
<a href="http://www.veracode.com/security/data-security">Data Protection</a><br />
<a href="http://www.veracode.com/security/data-loss-prevention">Data Leak</a><br />
<a href="http://www.veracode.com/security/data-breach">Data Security Breach</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.veracode.com/blog/2012/01/where-were-you-10th-anniversary-of-gates-trustworthy-computing-memo-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

