<?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>danielmiessler.com &#187; Information Security</title>
	<atom:link href="http://danielmiessler.com/categories/information-security/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com</link>
	<description>grep understanding</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:25:59 +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>Building the Ideal 100-word Password List</title>
		<link>http://danielmiessler.com/blog/building-the-ideal-100-word-password-list</link>
		<comments>http://danielmiessler.com/blog/building-the-ideal-100-word-password-list#comments</comments>
		<pubDate>Sun, 12 Feb 2012 09:25:18 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11575</guid>
		<description><![CDATA[There&#8217;s some phenomenal password research here from clarkson.edu that talks about common passwords found during Internet attacks. I&#8217;ve taken those entries and put them into a single list here on Github, and I will soon be adding the abridged rockyou list (once I get their permission). Thanks to @jhaddix for pointing me toward that list. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center"><img width="400" height="300" src="http://danielmiessler.com/wp-content/uploads/2012/02/gibson.png" alt="gibson" /></p>

<p>There&#8217;s <a href="http://people.clarkson.edu/~owensjp/pubs/leet08.pdf" title="">some phenomenal password research here</a> from clarkson.edu that talks about common passwords found during Internet attacks.</p>

<p>I&#8217;ve taken those entries and put them into a single list <a href="https://github.com/danielmiessler/TinyPassList/">here on Github</a>, and I will soon be adding the abridged rockyou list (once I get their permission). Thanks to <a href="https://twitter.com/#!/jhaddix">@jhaddix</a> for pointing me toward that list.</p>

<p>The idea is to maintain a tight, ever-evolving password list that I can use for busting accounts, and people can fork as desired. So as new research comes out on more up-to-date passwords, I&#8217;ll update the list.</p>

<p>Let me know if you&#8217;re interested in participating.</p>

<p>::</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/a-website-called-password-safe" rel="bookmark" class="crp_title">A Website Called Password Safe</a></li><li><a href="http://danielmiessler.com/blog/my-twitter-infosec-list" rel="bookmark" class="crp_title">My Twitter Infosec List</a></li><li><a href="http://danielmiessler.com/blog/the-list-of-shame-websites-that-dont-allow-special-characters-in-their-passwords" rel="bookmark" class="crp_title">The List Of Shame: Websites That Don&#8217;t Allow Special Characters In Their Passwords</a></li><li><a href="http://danielmiessler.com/blog/new-project-passwordstandardscom" rel="bookmark" class="crp_title">New Project: PasswordStandards.com</a></li><li><a href="http://danielmiessler.com/blog/information-security-thought-leaders" rel="bookmark" class="crp_title">Information Security Thought Leaders</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/building-the-ideal-100-word-password-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New &#8220;Man in the Browser&#8221; Attack Bypasses Banks&#8217; Two-Factor Authentication Systems</title>
		<link>http://danielmiessler.com/blog/new-man-in-the-browser-attack-bypasses-banks-two-factor-authentication-systems</link>
		<comments>http://danielmiessler.com/blog/new-man-in-the-browser-attack-bypasses-banks-two-factor-authentication-systems#comments</comments>
		<pubDate>Wed, 08 Feb 2012 03:36:36 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11543</guid>
		<description><![CDATA[The attack, know as the Man in the Browser method, works like this. Malicious code is first introduced onto the victim&#8217;s computer where it resides in the web browser. It will lay dormant until the victim visits a specific website—in this case, his bank&#8217;s secure website. Once the user attempts to log in, the malware [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_medium_quote">The attack, know as the Man in the Browser method, works like this. Malicious code is first introduced onto the victim&#8217;s computer where it resides in the web browser. It will lay dormant until the victim visits a specific website—in this case, his bank&#8217;s secure website. Once the user attempts to log in, the malware activates and runs between the victim and the actual website. Often the malware will request that the victim enter his password or other security pass into an unauthorized field, in order to &#8220;train a new security system.&#8221; Once that happens, the attacker has full access to the account.</blockquote>    <div class="posterous_quote_citation">via <a href="http://gizmodo.com/5882888/new-man-in-the-browser-attack-bypasses-banks-two+factor-authentication-systems">gizmodo.com</a></div> <p>Pretty nasty, but still only valid for that session.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/new-man-in-the-browser-attack-bypasses-banks">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/microsoft-investigating-css-based-internet-explorer-vulnerability-hostexploit-news" rel="bookmark" class="crp_title">Microsoft investigating CSS-based Internet Explorer vulnerability | HostExploit News</a></li><li><a href="http://danielmiessler.com/blog/the-big-banks-need-an-it-overhaul-the-economist" rel="bookmark" class="crp_title">The Big Banks Need an IT Overhaul | The Economist</a></li><li><a href="http://danielmiessler.com/blog/another-reason-to-use-chrome-instead-of-safari" rel="bookmark" class="crp_title">Another Reason to Use Chrome Instead of Safari</a></li><li><a href="http://danielmiessler.com/blog/more-on-the-aurora-attack-that-tagged-google" rel="bookmark" class="crp_title">More on the Aurora Attack that Tagged Google</a></li><li><a href="http://danielmiessler.com/blog/mass-sql-injection-attack-going-on" rel="bookmark" class="crp_title">Mass SQL Injection Attack Going On</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/new-man-in-the-browser-attack-bypasses-banks-two-factor-authentication-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Burp Suite to solve reCAPTCHA &#124; Web App Security</title>
		<link>http://danielmiessler.com/blog/extending-burp-suite-to-solve-recaptcha-web-app-security</link>
		<comments>http://danielmiessler.com/blog/extending-burp-suite-to-solve-recaptcha-web-app-security#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:52:07 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11495</guid>
		<description><![CDATA[By extending the Burp Suite and integrating it with a CAPTCHA solving farm you can enable the automated bypassing of CAPTCHA within all burp tools; seamlessly replacing all CAPTCHA with their correct solutions. via idontplaydarts.com One of the coolest Burp extensions I&#8217;ve ever seen. Posted via email from danielmiessler.com &#124; posterous Related ContentSession Handling Improvements [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote">By extending the <a href="http://portswigger.net/burp/help/" rel="nofollow">Burp Suite</a> and integrating it with a <a href="http://www.blackhat-seo.com/2009/captcha-farms/" rel="nofollow">CAPTCHA solving farm</a> you can enable the automated bypassing of CAPTCHA within all burp tools; seamlessly replacing all CAPTCHA with their correct solutions.</blockquote>    <div class="posterous_quote_citation">via <a href="http://www.idontplaydarts.com/2012/01/extending-burp-suite-to-solve-recaptcha/">idontplaydarts.com</a></div> <p>One of the coolest Burp extensions I&#8217;ve ever seen.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/extending-burp-suite-to-solve-recaptcha-web-a">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/session-handling-improvements-in-burp-1-4" rel="bookmark" class="crp_title">Session Handling Improvements in Burp 1.4</a></li><li><a href="http://danielmiessler.com/blog/burp-suite-professional-version-1-3-09-released" rel="bookmark" class="crp_title">Burp Suite Professional Version 1.3.09 Released</a></li><li><a href="http://danielmiessler.com/blog/burp-1-4-will-support-macros" rel="bookmark" class="crp_title">Burp 1.4 Will Support Macros</a></li><li><a href="http://danielmiessler.com/blog/beersec-org-abusing-asp-net-forms-authentication-with-burp" rel="bookmark" class="crp_title">BeerSec.org: Abusing ASP.NET Forms Authentication with Burp</a></li><li><a href="http://danielmiessler.com/blog/new-anti-spam-tactics" rel="bookmark" class="crp_title">New Anti-Spam Tactics</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/extending-burp-suite-to-solve-recaptcha-web-app-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Malware Protection Using Big Data Analytics From Sourcefire</title>
		<link>http://danielmiessler.com/blog/new-malware-protection-using-big-data-analytics-from-sourcefire</link>
		<comments>http://danielmiessler.com/blog/new-malware-protection-using-big-data-analytics-from-sourcefire#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:48:45 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11493</guid>
		<description><![CDATA[One of the more interesting features is called File Trajectory. This tracks file movement within the enterprise, allowing organizations to identify the entry point and propagation path of malware. As you see from the below display, you have a list of every endpoint that has touched a particular file. via readwriteweb.com Interesting. Posted via email [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_medium_quote">One of the more interesting features is called File Trajectory. This tracks file movement within the enterprise, allowing organizations to identify the entry point and propagation path of malware. As you see from the below display, you have a list of every endpoint that has touched a particular file.</blockquote>    <div class="posterous_quote_citation">via <a href="http://www.readwriteweb.com/enterprise/2012/01/new-malware-protection-using-b.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+readwriteweb+%28ReadWriteWeb%29&amp;utm_content=Google+Reader">readwriteweb.com</a></div> <p>Interesting.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/new-malware-protection-using-big-data-analyti">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/notepods-the-moleskine-of-the-digerati" rel="bookmark" class="crp_title">Notepods: The Moleskine of the Digerati</a></li><li><a href="http://danielmiessler.com/blog/the-android-malware-m-o" rel="bookmark" class="crp_title">The Android Malware M.O.</a></li><li><a href="http://danielmiessler.com/blog/mcafee-nearly-all-new-mobile-malware-in-q3-targeted-at-android-phones-techcrunch" rel="bookmark" class="crp_title">McAfee: Nearly All New Mobile Malware In Q3 Targeted At Android Phones | TechCrunch</a></li><li><a href="http://danielmiessler.com/blog/an-iphone-vs-android-infographic-techcrunch" rel="bookmark" class="crp_title">An iPhone vs. Android Infographic | TechCrunch</a></li><li><a href="http://danielmiessler.com/blog/david-korten-on-america" rel="bookmark" class="crp_title">David Korten on America</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/new-malware-protection-using-big-data-analytics-from-sourcefire/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Denial-Of-Service Attack Cripples Web Servers By Reading Slowly &#124; Dark Reading</title>
		<link>http://danielmiessler.com/blog/new-denial-of-service-attack-cripples-web-servers-by-reading-slowly-dark-reading</link>
		<comments>http://danielmiessler.com/blog/new-denial-of-service-attack-cripples-web-servers-by-reading-slowly-dark-reading#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:54:32 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11392</guid>
		<description><![CDATA[A researcher today published proof-of-concept code that takes a different spin on the slow HTTP denial-of-service (DoS) attack simply by dragging out the process of reading the server&#8217;s response &#8212; and ultimately overwhelming it. Sergey Shekyan, senior software engineer with Qualys, also has added this new so-called Slow Read attack to his open-source slowhttptest tool. [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote">A researcher today published proof-of-concept code that takes a different spin on the slow HTTP denial-of-service (DoS) attack simply by dragging out the process of reading the server&#8217;s response &#8212; and ultimately overwhelming it.  <p>  Sergey Shekyan, senior software engineer with Qualys, also has added this new so-called Slow Read attack to his open-source slowhttptest tool.   </p><p>  Slow Read basically sends a legitimate HTTP request and then very slowly reads the response, thus keeping as many open connections as possible and eventually causing a DoS.</p></blockquote>    <div class="posterous_quote_citation">via <a href="http://www.darkreading.com/advanced-threats/167901091/security/attacks-breaches/232301367/new-denial-of-service-attack-cripples-web-servers-by-reading-slowly.html">darkreading.com</a></div> <p></p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/new-denial-of-service-attack-cripples-web-ser">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/regex-dos-attacks-abemiester-com" rel="bookmark" class="crp_title">Regex DOS Attacks | AbeMiester.com</a></li><li><a href="http://danielmiessler.com/blog/anti-botnet-startup-quietly-emerges-from-stealth-mode-darkreading" rel="bookmark" class="crp_title">Anti-Botnet Startup Quietly Emerges From Stealth Mode | DarkReading</a></li><li><a href="http://danielmiessler.com/blog/automated-penetration-testing-with-white-box-fuzzing-microsoft" rel="bookmark" class="crp_title">Automated Penetration Testing with White-Box Fuzzing | Microsoft</a></li><li><a href="http://danielmiessler.com/blog/apt-attackers-hiding-in-plain-sight-dark-reading" rel="bookmark" class="crp_title">APT Attackers Hiding In Plain Sight &#8211; Dark Reading</a></li><li><a href="http://danielmiessler.com/blog/im-back-mostly" rel="bookmark" class="crp_title">I&#8217;m Back, Mostly&#8230;</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/new-denial-of-service-attack-cripples-web-servers-by-reading-slowly-dark-reading/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Steps To a Mature Visual Analytics Practice &#124; raffy.ch</title>
		<link>http://danielmiessler.com/blog/the-steps-to-a-mature-visual-analytics-practice-raffy-ch</link>
		<comments>http://danielmiessler.com/blog/the-steps-to-a-mature-visual-analytics-practice-raffy-ch#comments</comments>
		<pubDate>Mon, 09 Jan 2012 03:02:45 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11388</guid>
		<description><![CDATA[Data Collection: No data, no visuals (see also Where Data Analytics and Security Collide). This is the foundation. Data needs to be available and accessible. Generally it is centralized in a big data store (it used to be relational databases and that’s a viable solution as well). This step generally involves parsing data. Turning unstructured [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><li><strong>Data Collection</strong>: No data, no visuals (see also <a href="http://www.rationalsurvivability.com/blog/?p=3222">Where Data Analytics and Security Collide</a>). This is the foundation. Data needs to be available and accessible. Generally it is centralized in a big data store (it used to be relational databases and that’s a viable solution as well). This step generally involves parsing data. Turning unstructured data or semi-structured data into structured data. Although a fairly old problem, this is still a huge issue. I wonder if anyone is going to come up with a novel solution in this space anytime soon! The traditional regular expression based approach just doesn’t scale.</li>  <li><strong>Data Analysis</strong>: Once data is centralized or accessible via a federated data store, you have to do something with it. A lot of companies are using Excel to do the first iteration of data analysis. Some are using <a href="http://r-project.org">R</a>, <a href="http://www.sas.com/">SAS</a>, or other statistics and data analytics software. One of the core problems here is <i><a href="http://vis.stanford.edu/wrangler/">data cleansing</a></i>. Another huge problem is understanding the data itself. Not every data set is as self explanatory as sales data.</li>  <li><strong>Context Integration</strong>: Often we collect data, analyze it, and then realize that the data doesn’t really contain enough information to understand it. For example in network security. What does the machine behind a specific IP address do? Is it a Web server? This is where we start adding more context: roles of machines, roles of users, etc. This can significantly increase the value of data analytics.</li>  <li><strong>Visualization</strong>: Lets be clear about what I refer to as visualization. I am using visualization to mean <i>reporting</i> and <i>dashboards</i>. Reports are static summaries of historical data. They help communicate information. Dashboards are used to communicate information in real-time (or near real-time) to create situational awareness.</li>  <li><strong>Visual Analytics</strong>: This is where things are getting interesting. Interactive interfaces are used as a means to understand and reason about the data. Often <a href="http://www.kitware.com/InfovisWiki/index.php/Linked_Views">linked views</a>, <a href="http://www.infovis-wiki.net/index.php?title=Linking_and_Brushing">brushing</a>, and <a href="http://drum.lib.umd.edu/bitstream/1903/388/2/CS-TR-3022.pdf">dynamic queries</a> are key technologies used to give the user the most freedom to look at and analyze the data.</li>  <li><strong>Collaboration</strong>: It is one thing to have one analyst look at data and apply his/her own knowledge to understand the data. It’s another thing to have people collaborate on data and use their joint ‘wisdom’.</li>  <li><strong>Dissemination</strong>: Once an analysis is done, the job of the analyst is not. The newly found insights have to be shared and communicated to other groups or people in order for them to take action based on the findings.</li>  <li><strong>Put in Action</strong>: This could be regarded as part of the dissemination step. This step is about operationalizing the information. In the case of security information management, this is where the knowledge is encoded in correlation rules to catch future instances of the same or similar incidents.</li></blockquote>    <div class="posterous_quote_citation">via <a href="http://raffy.ch/blog/2012/01/08/the-steps-to-a-mature-visual-analytics-practice/">raffy.ch</a></div> <p></p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/the-steps-to-a-mature-visual-analytics-practi">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/google-has-own-26-5bil-trading-floor-predicts-market-with-search-data" rel="bookmark" class="crp_title">Google Has Own $26.5bil Trading Floor, Predicts Market With Search Data?</a></li><li><a href="http://danielmiessler.com/blog/all-time-data-breaches-flowing-data" rel="bookmark" class="crp_title">All-time Data Breaches | Flowing Data</a></li><li><a href="http://danielmiessler.com/blog/data-information-knowledge-wisdom-information-is-beautiful" rel="bookmark" class="crp_title">Data, Information, Knowledge, Wisdom? | Information is Beautiful</a></li><li><a href="http://danielmiessler.com/blog/data-loss-database" rel="bookmark" class="crp_title">Data Loss Database</a></li><li><a href="http://danielmiessler.com/blog/on-average-mean-median-and-mode" rel="bookmark" class="crp_title">On Average, Mean, Median, and Mode</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/the-steps-to-a-mature-visual-analytics-practice-raffy-ch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackers Threaten to Post Source Code for Symantec Product &#124; NYTimes.com</title>
		<link>http://danielmiessler.com/blog/hackers-threaten-to-post-source-code-for-symantec-product-nytimes-com</link>
		<comments>http://danielmiessler.com/blog/hackers-threaten-to-post-source-code-for-symantec-product-nytimes-com#comments</comments>
		<pubDate>Fri, 06 Jan 2012 00:36:02 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11384</guid>
		<description><![CDATA[Hackers have posted a file online that they claim is a confidential glimpse into Symantec’s Norton Antivirus program and have threatened to release source code for the security giant’s flagship antivirus product.The hacker group, which calls itself the Lords of Dharmaraja, posted a file on Pastebin that it said described the confidential workings of Symantec’s [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><p>Hackers have posted a file online that they claim is a confidential glimpse into Symantec’s Norton Antivirus program and have threatened to release source code for the security giant’s flagship antivirus product.</p><p>The hacker group, which calls itself the Lords of Dharmaraja, posted a file on Pastebin that it said described the confidential workings of Symantec’s Norton Antivirus threat-detection product. </p></blockquote>    <div class="posterous_quote_citation">via <a href="http://bits.blogs.nytimes.com/2012/01/05/hackers-threaten-to-post-source-code-for-symantecs-flagship-product/">bits.blogs.nytimes.com</a></div> <p></p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/hackers-threaten-to-post-source-code-for-syma">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/schneier-on-times-square-security-nytimes-com" rel="bookmark" class="crp_title">Schneier on Times Square Security &#8211; NYTimes.com</a></li><li><a href="http://danielmiessler.com/blog/hackers-penetrate-mid-level-bank-it-network-gds-publishing" rel="bookmark" class="crp_title">Hackers penetrate mid-level bank IT network | GDS Publishing</a></li><li><a href="http://danielmiessler.com/blog/source2url" rel="bookmark" class="crp_title">Source2URL</a></li><li><a href="http://danielmiessler.com/blog/hackers-penetrate-nasdaqs-computers-wsj-com" rel="bookmark" class="crp_title">Hackers Penetrate Nasdaq&#8217;s Computers | WSJ.com</a></li><li><a href="http://danielmiessler.com/blog/symantec-says-one-in-three-top-search-results-are-dangerous" rel="bookmark" class="crp_title">Symantec Says One in Three Top Search Results Are Dangerous</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/hackers-threaten-to-post-source-code-for-symantec-product-nytimes-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWASP Mantra Security Framework &#124; OWASP</title>
		<link>http://danielmiessler.com/blog/owasp-mantra-security-framework-owasp-2</link>
		<comments>http://danielmiessler.com/blog/owasp-mantra-security-framework-owasp-2#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:19:18 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11378</guid>
		<description><![CDATA[Mantra is a collection of free and open source tools integrated into a web browser, which can become handy for students, penetration testers, web application developers,security professionals etc. It is portable, ready-to-run, compact and follows the true spirit of free and open source software. Mantra is lite, flexible, portable and user friendly with a nice [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><li>Mantra is a collection of free and open source tools integrated into a web browser, which can become handy for students, penetration testers, web application developers,security professionals etc. It is portable, ready-to-run, compact and follows the true spirit of free and open source software.   </li><li>Mantra is lite, flexible, portable and user friendly with a nice graphical user interface. You can carry it in memory cards, flash drives, CD/DVDs, etc. It can be run natively on Linux, Windows and Mac platforms. It can also be installed on to your system within minutes. Mantra is absolutely free of cost and takes no time for you to set up.</li></blockquote>    <div class="posterous_quote_citation">via <a href="https://www.owasp.org/index.php/OWASP_Mantra_-_Security_Framework">owasp.org</a></div> <p>Neat.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/owasp-mantra-security-framework-owasp-12933">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/owasp-mantra-security-framework-owasp" rel="bookmark" class="crp_title">OWASP Mantra &#8211; Security Framework &#8211; OWASP</a></li><li><a href="http://danielmiessler.com/blog/open-web-application-security-project-owasp-igoat-1-0" rel="bookmark" class="crp_title">Open Web Application Security Project: OWASP iGoat 1.0</a></li><li><a href="http://danielmiessler.com/blog/the-2010-owasp-top-10-have-been-finalized" rel="bookmark" class="crp_title">The 2010 OWASP Top 10 Have Been Finalized</a></li><li><a href="http://danielmiessler.com/blog/a-wasc-to-owasp-mapping-by-jeremiah-grossman" rel="bookmark" class="crp_title">A WASC to OWASP Mapping by Jeremiah Grossman</a></li><li><a href="http://danielmiessler.com/blog/using-antixss-4-1-beta-as-the-default-encoder-in-asp-net-jon-galloway" rel="bookmark" class="crp_title">Using AntiXSS 4.1 Beta as the Default Encoder in ASP.NET &#8211; Jon Galloway</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/owasp-mantra-security-framework-owasp-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome is the Most Secure Browser &#124; The Register</title>
		<link>http://danielmiessler.com/blog/chrome-is-the-most-secure-browser-the-register</link>
		<comments>http://danielmiessler.com/blog/chrome-is-the-most-secure-browser-the-register#comments</comments>
		<pubDate>Wed, 04 Jan 2012 01:17:31 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11368</guid>
		<description><![CDATA[Their finding is backed up by anecdotal evidence, as well. Chrome has emerged unscathed during the annual Pwn2Own hacker contest for three years in a row, something no other browser entered has done. via theregister.co.uk Yep. Posted via email from danielmiessler.com &#124; posterous Related ContentGoogle Eager to Find Vulnerabilities in Chrome &#124; TechCrunchWeb Browsers Crushed [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote">Their finding is backed up by anecdotal evidence, as well. Chrome has emerged unscathed during the annual <a href="http://www.theregister.co.uk/2011/03/10/apple_safari_ie_stomped/" target="_blank">Pwn2Own hacker contest</a> for three years in a row, something no other browser entered has done.</blockquote>    <div class="posterous_quote_citation">via <a href="http://www.theregister.co.uk/2011/12/09/chrome_ie_firefox_security_bakeoff/">theregister.co.uk</a></div> <p>Yep.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/chrome-is-the-most-secure-browser-the-registe">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/google-eager-to-find-vulnerabilities-in-chrome-techcrunch" rel="bookmark" class="crp_title">Google Eager to Find Vulnerabilities in Chrome | TechCrunch</a></li><li><a href="http://danielmiessler.com/blog/web-browsers-crushed-in-%e2%80%98pwn2own%e2%80%99-contest-wired-com" rel="bookmark" class="crp_title">Web Browsers Crushed in ‘Pwn2Own’ Contest | Wired.com</a></li><li><a href="http://danielmiessler.com/blog/chrome-wins-again-now-clears-flash-cookies-natively" rel="bookmark" class="crp_title">Chrome Wins Again: Now Clears Flash Cookies Natively</a></li><li><a href="http://danielmiessler.com/blog/bot-attacks-linux-and-mac-but-cant-lock-down-its-booty-%e2%80%a2-the-register" rel="bookmark" class="crp_title">Bot attacks Linux and Mac but can&#8217;t lock down its booty • The Register</a></li><li><a href="http://danielmiessler.com/blog/another-reason-to-use-chrome-instead-of-safari" rel="bookmark" class="crp_title">Another Reason to Use Chrome Instead of Safari</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/chrome-is-the-most-secure-browser-the-register/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balsamiq Mockups: The Best Way to Mock-up a Website</title>
		<link>http://danielmiessler.com/blog/balsamiq-mockups-the-best-way-to-mock-up-a-website</link>
		<comments>http://danielmiessler.com/blog/balsamiq-mockups-the-best-way-to-mock-up-a-website#comments</comments>
		<pubDate>Wed, 04 Jan 2012 00:54:27 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11366</guid>
		<description><![CDATA[via balsamiq.com Phenomenal software. Posted via email from danielmiessler.com &#124; posterous Related ContentTry a BookHow to Nap &#124; Boston GlobeA Digital IO WorkflowThe Wacom InklingBrowser Combat]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <div class='p_embed p_image_embed'> <img alt="Media_httpwwwbalsamiq_nafjw" height="160" src="http://getfile8.posterous.com/getfile/files.posterous.com/danielmiessler/iGjedaekjjmqlqmtnAjelvJzJzxFnEpGGHcuxgbGkrpCgbamFismGddbovAy/media_httpwwwbalsamiq_nAFjw.png.scaled500.png" width="200" /> </div> <div class="posterous_quote_citation">via <a href="http://www.balsamiq.com/products/mockups">balsamiq.com</a></div> <p>Phenomenal software.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/balsamiq-mockups-the-best-way-to-mock-up-a-we">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/try-a-book" rel="bookmark" class="crp_title">Try a Book</a></li><li><a href="http://danielmiessler.com/blog/how-to-nap-boston-globe" rel="bookmark" class="crp_title">How to Nap | Boston Globe</a></li><li><a href="http://danielmiessler.com/blog/a-digital-io-workflow" rel="bookmark" class="crp_title">A Digital IO Workflow</a></li><li><a href="http://danielmiessler.com/blog/the-wacom-inkling" rel="bookmark" class="crp_title">The Wacom Inkling</a></li><li><a href="http://danielmiessler.com/blog/browser-combat" rel="bookmark" class="crp_title">Browser Combat</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/balsamiq-mockups-the-best-way-to-mock-up-a-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nmap Now Does Web Spidering</title>
		<link>http://danielmiessler.com/blog/nmap-now-does-web-spidering</link>
		<comments>http://danielmiessler.com/blog/nmap-now-does-web-spidering#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:07:21 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11356</guid>
		<description><![CDATA[[NSE] Added a new httpspider library which is used for recursively crawling web sites for information. New scripts using this functionality include http-backup-finder, http-email-harvest, http-grep, http-open-redirect, and http-unsafe-output-escaping. See http://nmap.org/nsedoc/ or the list later in this file for details on these. [Patrik] via seclists.org And my web scanner can port scan. It&#8217;s a strange world. [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote">[NSE] Added a new httpspider library which is used for recursively  crawling web sites for information.  New scripts using this  functionality include http-backup-finder, http-email-harvest,  http-grep, http-open-redirect, and http-unsafe-output-escaping. See  <a href="http://nmap.org/nsedoc/" rel="nofollow">http://nmap.org/nsedoc/</a> or the list later in this file for details  on these. [Patrik]</blockquote>    <div class="posterous_quote_citation">via <a href="http://seclists.org/nmap-dev/2012/q1/23">seclists.org</a></div> <p>And my web scanner can port scan. It&#8217;s a strange world.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/nmap-now-does-web-spidering">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/ultimate-nmap-scan-rich-rines" rel="bookmark" class="crp_title">Ultimate Nmap Scan | Rich Rines</a></li><li><a href="http://danielmiessler.com/blog/sectools" rel="bookmark" class="crp_title">SecTools</a></li><li><a href="http://danielmiessler.com/blog/an-nmap-command-worth-remembering" rel="bookmark" class="crp_title">An Nmap Command Worth Remembering</a></li><li><a href="http://danielmiessler.com/blog/from-mailing-lists-to-rss" rel="bookmark" class="crp_title">From Mailing Lists To RSS</a></li><li><a href="http://danielmiessler.com/blog/advanced-nmap-security-aegis" rel="bookmark" class="crp_title">Advanced Nmap | Security Aegis</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/nmap-now-does-web-spidering/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook hands out White Hat debit cards to hackers &#124; CNET News</title>
		<link>http://danielmiessler.com/blog/facebook-hands-out-white-hat-debit-cards-to-hackers-cnet-news</link>
		<comments>http://danielmiessler.com/blog/facebook-hands-out-white-hat-debit-cards-to-hackers-cnet-news#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:30:15 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11318</guid>
		<description><![CDATA[The researchers, who can make thousands of dollars for reporting just one security hole on the social-networking site, can use the card to make purchases, just like a credit card, or create a PIN and take money out of an ATM. As the researchers find more bugs, Facebook can add more money to the account. [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><p>The researchers, who can make thousands of dollars for reporting just one security hole on the social-networking site, can use the card to make purchases, just like a credit card, or create a PIN and take money out of an ATM. As the researchers find more bugs, Facebook can add more money to the account.</p><p> Facebook wanted to do something special for the people who are helping the company shore up its software and keep hackers and malware out.</p></blockquote>    <div class="posterous_quote_citation">via <a href="http://news.cnet.com/8301-27080_3-57350464-245/facebook-hands-out-white-hat-debit-cards-to-hackers/">news.cnet.com</a></div> <p>Nifty.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/facebook-hands-out-white-hat-debit-cards-to-h">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/facebook-is-secretly-building-a-phone-techcrunch" rel="bookmark" class="crp_title">Facebook Is Secretly Building A Phone | Techcrunch</a></li><li><a href="http://danielmiessler.com/blog/hackers-penetrate-mid-level-bank-it-network-gds-publishing" rel="bookmark" class="crp_title">Hackers penetrate mid-level bank IT network | GDS Publishing</a></li><li><a href="http://danielmiessler.com/blog/88-percent-of-firms-show-zeus-botnet-activity-cnet-news" rel="bookmark" class="crp_title">88 percent of firms show Zeus botnet activity | CNET News</a></li><li><a href="http://danielmiessler.com/blog/obama-moves-forward-with-internet-id-plan-cnet-news" rel="bookmark" class="crp_title">Obama moves forward with Internet ID plan | CNET News</a></li><li><a href="http://danielmiessler.com/blog/facebook-is-a-ponzi-scheme-joseph-perla" rel="bookmark" class="crp_title">Facebook is a Ponzi Scheme | Joseph Perla</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/facebook-hands-out-white-hat-debit-cards-to-hackers-cnet-news/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Coming War on General Computation &#124; Cory Doctorow</title>
		<link>http://danielmiessler.com/blog/the-coming-war-on-general-computation-cory-doctorow</link>
		<comments>http://danielmiessler.com/blog/the-coming-war-on-general-computation-cory-doctorow#comments</comments>
		<pubDate>Sun, 01 Jan 2012 01:46:09 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11316</guid>
		<description><![CDATA[via youtube.com A must see. It only runs like 30 minutes; the rest is Q&#038;A. Posted via email from danielmiessler.com &#124; posterous Related ContentNew Headz Up App &#124; SNLA Creative SongSeriously Fast LyricsAn Intro to DubstepGreat Impressions]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <iframe allowfullscreen="true" src="http://www.youtube.com/embed/HUEvRyemKSg?wmode=transparent" frameborder="0" height="417" width="500"></iframe>    <div class="posterous_quote_citation">via <a href="http://www.youtube.com/watch?v=HUEvRyemKSg">youtube.com</a></div> <p>A must see. It only runs like 30 minutes; the rest is Q&#038;A.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/the-coming-war-on-general-computation-cory-do">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/new-headz-up-app-snl" rel="bookmark" class="crp_title">New Headz Up App | SNL</a></li><li><a href="http://danielmiessler.com/blog/a-creative-song" rel="bookmark" class="crp_title">A Creative Song</a></li><li><a href="http://danielmiessler.com/blog/seriously-fast-lyrics" rel="bookmark" class="crp_title">Seriously Fast Lyrics</a></li><li><a href="http://danielmiessler.com/blog/an-intro-to-dubstep" rel="bookmark" class="crp_title">An Intro to Dubstep</a></li><li><a href="http://danielmiessler.com/blog/great-impressions" rel="bookmark" class="crp_title">Great Impressions</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/the-coming-war-on-general-computation-cory-doctorow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who Makes the Best Web Security Testers?</title>
		<link>http://danielmiessler.com/blog/who-makes-the-best-web-security-testers</link>
		<comments>http://danielmiessler.com/blog/who-makes-the-best-web-security-testers#comments</comments>
		<pubDate>Sat, 24 Dec 2011 05:33:11 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11270</guid>
		<description><![CDATA[There&#8217;s been some debate in my circles recently on the topic of what type of person and background makes the best web security tester. The issue is that web testing involves and requires a number of skills. It includes performing a staggering number of monotonous actions according to a methodology, as well as being able [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.schon.com/public/images/tortoise-hare.jpg" title="torthar" class="aligncenter" width="390" height="272" /></p>

<p>There&#8217;s been some debate in my circles recently on the topic of what type of person and background makes the best web security tester.</p>

<p>The issue is that web testing involves and requires a number of skills. It includes performing a staggering number of monotonous actions according to a methodology, as well as being able to use deduction and creativity to pivot off of discovered issues to find additional and more serious vulnerabilities.</p>

<p>Most people are good at one of these and not the other, i.e. most who can follow a methodology and not get side-tracked aren&#8217;t so great at the deep knowledge and creativity, while many who have the talent to find issues by deduction have trouble following a methodology.</p>

<p>So the question is simple: if you could only have one, which would you want? Do you want the non-security-guru who finishes a methodology, or a far less disciplined and focused stud with the ability to go much deeper into any given vuln?</p>

<p>I&#8217;ve heard both arguments over my years in webappsec. Back before I got into it full-time I heard a couple of tech veterans lambasting webappsec testing completely, saying it was, &#8220;Something for QA types &#8212; not security people.&#8221;</p>

<p>Being a security type I was somewhat miffed that they would think QA testers could handle such a complex and nuanced subject as security. This coming from a 10-year veteran of infosec, you understand. Naturally I was a bit defensive.</p>

<p>But now I&#8217;m starting to wonder how right they might have been. I&#8217;m starting to lean more in the direction of methodology completion vs. talent, which is precisely what game testers and QA types excel at. And this seems to be precisely the point that those guys were making.</p>

<p>I wonder where you all come down on this topic. What&#8217;s more important: completeness or depth? Discipline or talent? QA types vs. Security types for web testing?</p>

<p>I look forward to your thoughts.</p>

<p>::</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/security-is-not-a-technology-problem-why-companies-need-to-be-looking-at-organizational-issues-instead-of-products" rel="bookmark" class="crp_title">Security Is Not A Technology Problem: Why Companies Need To Be Looking At Organizational Issues Instead Of Products</a></li><li><a href="http://danielmiessler.com/blog/i-just-created-therwebappsec-subreddit" rel="bookmark" class="crp_title">I Just Created the/r/webappsec Subreddit</a></li><li><a href="http://danielmiessler.com/blog/this-might-be-my-next-certification" rel="bookmark" class="crp_title">This Might Be My Next Certification</a></li><li><a href="http://danielmiessler.com/blog/a-short-security-and-obscurity-summary" rel="bookmark" class="crp_title">A Short &#8220;Security and Obscurity&#8221; Summary</a></li><li><a href="http://danielmiessler.com/blog/secrets-of-googles-information-security-team" rel="bookmark" class="crp_title">Secrets of Google&#8217;s Information Security Team</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/who-makes-the-best-web-security-testers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automated Penetration Testing with White-Box Fuzzing &#124; Microsoft</title>
		<link>http://danielmiessler.com/blog/automated-penetration-testing-with-white-box-fuzzing-microsoft</link>
		<comments>http://danielmiessler.com/blog/automated-penetration-testing-with-white-box-fuzzing-microsoft#comments</comments>
		<pubDate>Wed, 14 Dec 2011 07:26:57 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/?p=11216</guid>
		<description><![CDATA[White-box fuzzing or smart fuzzing is a systematic methodology that is used to find buffer overruns (remote code execution); unhandled exceptions, read access violations (AVs), and thread hangs (permanent denial-of-service); leaks and memory spikes (temporary denial-of-service); and so forth. You can perform fuzzing on any code that parses input that is received across a trust [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><p><em>White-box fuzzing</em> or <em>smart fuzzing</em> is a systematic methodology that is used to find buffer overruns (remote code execution); unhandled exceptions, read access violations (AVs), and thread hangs (permanent denial-of-service); leaks and memory spikes (temporary denial-of-service); and so forth.</p>  <p>You can perform fuzzing on any code that parses input that is received across a trust boundary. This includes files, network sockets, pipes, remote procedure call (RPC) interfaces, driver IOCTLs, ActiveX objects, and message queues (including Microsoft Windows messages).</p>  <p>This article presents a case study of fuzzing during development of Microsoft Internet Security and Acceleration (ISA) Server 2006, and discusses efforts, bug density, and ROI. During this release, the internal testing team found over 30 bugs that were either Important or Critical—according to Microsoft Security Response Center (MSRC) ranking—in over 500 KLOC parsing code.</p></blockquote>    <div class="posterous_quote_citation">via <a href="http://msdn.microsoft.com/en-us/library/cc162782.aspx">msdn.microsoft.com</a></div> <p>A decent intro to the concept of fuzzing, by Microsoft.</p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/automated-penetration-testing-with-white-box">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/microsofts-best-kept-secret-for-it-professionals" rel="bookmark" class="crp_title">Microsoft&#8217;s Best Kept Secret For IT Professionals</a></li><li><a href="http://danielmiessler.com/blog/101-ratio-of-chinese-coders-looking-for-bugs-vs-microsoft-coders-making-them" rel="bookmark" class="crp_title">10/1 Ratio of Chinese Coders Looking for Bugs vs. Microsoft Coders Making Them</a></li><li><a href="http://danielmiessler.com/blog/end-of-an-era-its-time-to-stop-making-fun-of-microsoft-security" rel="bookmark" class="crp_title">End of an Era: It&#8217;s Time to Stop Making Fun of Microsoft Security</a></li><li><a href="http://danielmiessler.com/blog/regex-dos-attacks-abemiester-com" rel="bookmark" class="crp_title">Regex DOS Attacks | AbeMiester.com</a></li><li><a href="http://danielmiessler.com/blog/microsoft-research-develops-zozzle-javascript-malware-detection-tool-threatpost" rel="bookmark" class="crp_title">Microsoft Research Develops Zozzle JavaScript Malware Detection Tool | Threatpost</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/automated-penetration-testing-with-white-box-fuzzing-microsoft/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Proxy Options Every Security Pro Should Consider Using</title>
		<link>http://danielmiessler.com/blog/three-proxy-options-every-security-pro-should-have-configured</link>
		<comments>http://danielmiessler.com/blog/three-proxy-options-every-security-pro-should-have-configured#comments</comments>
		<pubDate>Wed, 07 Dec 2011 05:07:03 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/blog/three-proxy-options-every-security-pro-should-have-configured</guid>
		<description><![CDATA[Working in the information security field it&#8217;s frequently handy to be able to browse the web in different configurations. Sometimes you want to be able to see and interact with our traffic we speak with a server, sometimes you want to hide where we&#8217;re coming from on the other end, and other times we need [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center"><img width="175" height="" src="http://danielmiessler.com/wp-content/uploads/2011/12/proxies4.png" alt="options" /></p>

<p>Working in the information security field it&#8217;s frequently handy to be able to browse the web in different configurations. Sometimes you want to be able to see and interact with our traffic we speak with a server, sometimes you want to hide where we&#8217;re coming from on the other end, and other times we need to bypass a filter that&#8217;s keeping us from browsing.</p>

<p>Here are three basic configurations that achieve these objectives. I personally use <a href="http://google.com.com/chrome/">Google Chrome</a> and the <a href="https://chrome.google.com/webstore/detail/caehdcpeofiiigpdhbabniblemipncjj">Proxy Switchy</a> extension to handle my various proxies.</p>

<p style="text-align:center"><img width="300" height="75" src="http://danielmiessler.com/wp-content/uploads/2011/12/portswigger.png" alt="portswigger" /></p>

<ol>
<li><strong>Your Local Intercepting Proxy</strong> : Listening on port 8080 you use this to browse through Burp for standard visibility and/or HTTP modification purposes. Just set Proxy Switchy up with a new connection, all protocols, with a destination of <code>localhost:8080</code>. Start up your proxy and make sure it&#8217;s listening on the same port and you&#8217;re ready to go. Note: any proxy works for this; I prefer Burp on my desktop of choice, which is OS X.</li>
</ol>

<p style="text-align:center"><img width="200" height="100" src="http://danielmiessler.com/wp-content/uploads/2011/12/torlogo.png" alt="torlogo" /></p>

<ol>
<li><strong>Using Tor</strong> : You use this option to browse anonymously or to appear as another IP address to the site you&#8217;re visiting. First, install <a href="http://tor.eff.org">Tor</a> , start it, and then create another entry in Proxy Switchy and select SOCKS as the proxy type (Version 5) for the port that is listening. You can use <code>netstat</code> or <code><code>lsof -i | grep -i tor</code></code> to ensure you&#8217;ve got the right port. Then select that option from Proxy Switchy and browse. Do a Google search for &#8216;<em>ip</em>&#8216; and notice it&#8217;s not your original anymore.</li>
</ol>

<p style="text-align:center"><img width="200" height="200" src="http://danielmiessler.com/wp-content/uploads/2011/12/sshlogo.png" alt="sshlogo" /></p>

<ol>
<li><strong>An SSH Tunnel</strong> : It&#8217;s useful to have this set up so that you can get around filters that block browsing over common ports. This way, if you&#8217;re able to SSH out over any port from the current network, you&#8217;ll be able to use the web as well. To configure this you need to have access to an SSH server on the Internet. Then, configure your client to dynamically connect to it while listening on a local port. 
<br /><br />
On OS X or Linux, <code><code>ssh -D8081 user@host</code></code>. In PuTTY, go to the tunnels section and create a new tunnel with the port number and the dynamic option set, and then another with the same port number, the local option set, and your destination host and port, like so: <code>host.com:port</code>. Save your PuTTY session, connect to it, then switch to that proxy selection in your browser and browse through away. Check your IP again and notice you&#8217;re coming from your SSH box now<sup>1</sup>. </li>
</ol>

<p>I configure these browsing options immediately upon setting up any new system. Consider adding them to your basic build as well, as they allow you increased flexibility and functionality in a number of situations.</p>

<p>If you have any similar tips, do <a href="http://danielmiessler.com/contact/" title="danielmiessler.com | contact">let me know</a>. I&#8217;d love to hear about them.</p>

<p>::</p>

<h3 class="note">Notes</h3>

<p class="note">
<sup>1</sup> Be sure you have permission to bypass access controls before doing this.
</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/bypassing-a-web-proxy-using-chrome-on-os-x" rel="bookmark" class="crp_title">Bypassing a Web Proxy Using Chrome on OS X</a></li><li><a href="http://danielmiessler.com/blog/linkclump-for-web-testing" rel="bookmark" class="crp_title">Linkclump for Web Testing</a></li><li><a href="http://danielmiessler.com/blog/handling-redirects-with-varnish-and-nginx" rel="bookmark" class="crp_title">Handling Redirects with Varnish and Nginx</a></li><li><a href="http://danielmiessler.com/blog/security-how-to-monitor-your-network-connections" rel="bookmark" class="crp_title">Security: How To Monitor Your Network Connections</a></li><li><a href="http://danielmiessler.com/blog/problems-with-check-point-nat-and-sip" rel="bookmark" class="crp_title">Problems with Check Point, NAT, and SIP</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/three-proxy-options-every-security-pro-should-have-configured/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Most Real Hacking Happens &#124; Determination vs. Stupidity</title>
		<link>http://danielmiessler.com/blog/how-most-real-hacking-happens-determination-vs-stupidity</link>
		<comments>http://danielmiessler.com/blog/how-most-real-hacking-happens-determination-vs-stupidity#comments</comments>
		<pubDate>Mon, 28 Nov 2011 15:46:10 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/blog/how-most-real-hacking-happens-determination-vs-stupidity</guid>
		<description><![CDATA[The screen goes black. The characters, despite their obvious talents, have been dwarfed by the formidable force on the other end of the connection. It makes for exciting television, but the truth is even scarier. In the real world, the majority of hackers don’t brilliantly blast through the defenses of slightly less brilliant computer whizzes. [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><p>The screen goes black.  The characters, despite their obvious talents, have been dwarfed by the formidable force on the other end of the connection.</p>    <p>It makes for exciting television, but the truth is even scarier.</p>    <p>In the real world, the majority of hackers don’t brilliantly blast through the defenses of slightly less brilliant computer whizzes.</p>    <p>They don’t win by being faster or smarter or more well-funded.</p>    <p>They win by waiting for smart people to do stupid things.</p></blockquote>    <div class="posterous_quote_citation">via <a href="http://fjhqjv.tumblr.com/post/13394731443/ill-create-a-gui-interface-in-visual-basic">fjhqjv.tumblr.com</a></div> <p></p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/how-most-real-hacking-happens-determination-v">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/paul-graham-intelligence-vs-determination" rel="bookmark" class="crp_title">Paul Graham: Intelligence vs. Determination</a></li><li><a href="http://danielmiessler.com/blog/the-anatomy-of-determination" rel="bookmark" class="crp_title">The Anatomy of Determination</a></li><li><a href="http://danielmiessler.com/blog/minimalism-is-a-viable-long-term-intellectual-strategy-kirindave" rel="bookmark" class="crp_title">Minimalism Is A Viable Long Term Intellectual Strategy | kirindave</a></li><li><a href="http://danielmiessler.com/blog/hipster-sharks" rel="bookmark" class="crp_title">Hipster Sharks</a></li><li><a href="http://danielmiessler.com/blog/the-lumping-middle" rel="bookmark" class="crp_title">THe Lumping MIddle</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/how-most-real-hacking-happens-determination-vs-stupidity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mechanical Turk vs. CAPTCHA: An InfoSec Lesson</title>
		<link>http://danielmiessler.com/blog/mechanical-turk-vs-captcha-an-infosec-lesson</link>
		<comments>http://danielmiessler.com/blog/mechanical-turk-vs-captcha-an-infosec-lesson#comments</comments>
		<pubDate>Fri, 25 Nov 2011 21:35:39 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/blog/mechanical-turk-vs-captcha-an-infosec-lesson</guid>
		<description><![CDATA[I&#8217;ve always hated the &#8220;THING is dead. Long live the THING&#8221; cliché, but I&#8217;m going to use it here for CAPTCHA. CAPTCHA raises the cost of attacking something, which improves its security. It&#8217;s that simple. The question is simply how much you raised the cost vs. the dedication and resources of the attacker. For a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center"><img width="540" height="" src="http://danielmiessler.com/wp-content/uploads/2011/11/screen_shot_2011_11_25_at_12719_pm.png" alt="turk" /></p>

<p>I&#8217;ve always hated the &#8220;THING is dead. Long live the THING&#8221; cliché, but I&#8217;m going to use it here for CAPTCHA.</p>

<p>CAPTCHA raises the cost of attacking something, which improves its security. It&#8217;s that simple. The question is simply how much you raised the cost vs. the dedication and resources of the attacker.</p>

<p>For a random, uninteresting blog, by using a good CAPTCHA you&#8217;ve probably raised the cost of attacking it beyond what most attackers will pay. For something valuable, however, like attacking a virtual economy, or gaining access to email accounts that can be used for spam, you probably haven&#8217;t.</p>

<p>Using services like Mechanical Turk, which pay people to solve CAPTCHAs, this line of defense is trivially broken.</p>

<p>It&#8217;s important to understand that this doesn&#8217;t mean that CAPTCHAs are &#8220;lame&#8221; or &#8220;good&#8221;. Those are objective terms being used in a subjective context, i.e. one in which we&#8217;re talking about how interested and resourced an attacker is vs. how valuable a target is.</p>

<p>Remember to evaluate all your security controls in this way.</p>

<p>::</p>

<h3 class="note">Resources</h3>

<p class="note">
<sup>1</sup> <a href="http://aws.amazon.com/mturk/" title="Amazon Mechanical Turk">http://aws.amazon.com/mturk/</a><br />
<sup>2</sup> <a href="http://decaptcher.com/client/" title="DeCaptcher">DeCaptcher.com</a><br />
</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/new-anti-spam-tactics" rel="bookmark" class="crp_title">New Anti-Spam Tactics</a></li><li><a href="http://danielmiessler.com/blog/how-not-to-do-captcha-security" rel="bookmark" class="crp_title">How NOT to do CAPTCHA Security</a></li><li><a href="http://danielmiessler.com/blog/a-list-of-amazon-web-services-offerings" rel="bookmark" class="crp_title">A List of Amazon Web Services Offerings</a></li><li><a href="http://danielmiessler.com/blog/extending-burp-suite-to-solve-recaptcha-web-app-security" rel="bookmark" class="crp_title">Extending Burp Suite to solve reCAPTCHA | Web App Security</a></li><li><a href="http://danielmiessler.com/blog/captcha-calculation-excellent-human-check" rel="bookmark" class="crp_title">CAPTCHA + Calculation = Excellent Human Check</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/mechanical-turk-vs-captcha-an-infosec-lesson/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Michael Smith @rybolov DDoS Talk</title>
		<link>http://danielmiessler.com/blog/michael-smith-rybolov-ddos-talk</link>
		<comments>http://danielmiessler.com/blog/michael-smith-rybolov-ddos-talk#comments</comments>
		<pubDate>Wed, 23 Nov 2011 00:34:32 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/blog/michael-smith-rybolov-ddos-talk</guid>
		<description><![CDATA[Michael Smith, @rybolov DDoS from Adrian Crenshaw on Vimeo. My Internet bud @rybolov doing a DDoS talk. :: Related ContentA Time Lapsed Earth Flyover from NASA&#8217;s ISSDODOCASELandscapes, by Garry TanEvil EvangelistsQwiki: A Future Google Holding]]></description>
			<content:encoded><![CDATA[<iframe src="http://player.vimeo.com/video/17854739?title=0&amp;byline=0&amp;portrait=0" width="400" height="200" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/17854739">Michael Smith, @rybolov DDoS</a> from <a href="http://vimeo.com/user729137">Adrian Crenshaw</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<p>My Internet bud @rybolov doing a DDoS talk. ::</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/a-time-lapsed-earth-flyover-from-nasas-iss" rel="bookmark" class="crp_title">A Time Lapsed Earth Flyover from NASA&#8217;s ISS</a></li><li><a href="http://danielmiessler.com/blog/dodocase" rel="bookmark" class="crp_title">DODOCASE</a></li><li><a href="http://danielmiessler.com/blog/landscapes-by-garry-tan" rel="bookmark" class="crp_title">Landscapes, by Garry Tan</a></li><li><a href="http://danielmiessler.com/blog/evil-evangelists" rel="bookmark" class="crp_title">Evil Evangelists</a></li><li><a href="http://danielmiessler.com/blog/qwiki-a-future-google-holding" rel="bookmark" class="crp_title">Qwiki: A Future Google Holding</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/michael-smith-rybolov-ddos-talk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>McAfee: Nearly All New Mobile Malware In Q3 Targeted At Android Phones &#124; TechCrunch</title>
		<link>http://danielmiessler.com/blog/mcafee-nearly-all-new-mobile-malware-in-q3-targeted-at-android-phones-techcrunch</link>
		<comments>http://danielmiessler.com/blog/mcafee-nearly-all-new-mobile-malware-in-q3-targeted-at-android-phones-techcrunch#comments</comments>
		<pubDate>Tue, 22 Nov 2011 10:42:50 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Mobile Security]]></category>

		<guid isPermaLink="false">http://danielmiessler.com/blog/mcafee-nearly-all-new-mobile-malware-in-q3-targeted-at-android-phones-techcrunch</guid>
		<description><![CDATA[Nearly all new mobile malware in Q3 was targeted at Android. This follows a 76 percent rise in Android malware in Q2 of 2011. At the end of 2010, McAfee predicted that malware would reach the 70 million unique samples by the end of 2011 but has increased this prediction to 75 million unique malware [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><div class="posterous_bookmarklet_entry"> <blockquote class="posterous_long_quote"><p>Nearly all new mobile malware in Q3 was targeted at Android. This follows a <a href="http://www.electronista.com/articles/11/08/23/mcafee.shows.android.facing.huge.spike.in.malware/">76 percent rise</a> in Android malware in Q2 of 2011. </p>  <p>At the end of 2010, McAfee predicted that malware would reach the 70 million unique samples by the <a href="http://techcrunch.com/2010/12/28/mcafees-2011-cyber-attack-targets-url-shorteners-iphones-geolocation-services/">end of 2011</a> but has increased this prediction to 75 million unique malware samples reached by year’s end, which is the busiest in malware history, says McAfee. </p>  <p>As mentioned above, McAfee says that malware authors are capitalizing on the popularity of Android devices (and perhaps the security flaws as well) this quarter. The Android platform was the only mobile operating system for all new mobile malware in Q3. One of the most popular forms of trickery in Q3 was SMS-sending Trojans that collect personal information and steal money. Another new method of stealing user information is malware that records phone conversations and forwards them to the attacker.</p>  <p><img src="http://tctechcrunch2011.files.wordpress.com/2011/11/android.png?w=640" /></p></blockquote>    <div class="posterous_quote_citation">via <a href="http://techcrunch.com/2011/11/20/mcafee-nearly-all-new-mobile-malware-in-q3-targeted-at-android-phones-up-37-percent/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29&amp;utm_content=Google+Reader">techcrunch.com</a></div> <p></p></div>      <p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://posterous.danielmiessler.com/mcafee-nearly-all-new-mobile-malware-in-q3-ta">danielmiessler.com | posterous</a>  </p>  </div>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/the-android-malware-m-o" rel="bookmark" class="crp_title">The Android Malware M.O.</a></li><li><a href="http://danielmiessler.com/blog/an-iphone-vs-android-infographic-techcrunch" rel="bookmark" class="crp_title">An iPhone vs. Android Infographic | TechCrunch</a></li><li><a href="http://danielmiessler.com/blog/new-malware-protection-using-big-data-analytics-from-sourcefire" rel="bookmark" class="crp_title">New Malware Protection Using Big Data Analytics From Sourcefire</a></li><li><a href="http://danielmiessler.com/blog/adding-malware-to-android-applications" rel="bookmark" class="crp_title">Adding Malware to Android Applications</a></li><li><a href="http://danielmiessler.com/blog/iphone-versus-android-nielsen-stats" rel="bookmark" class="crp_title">iPhone Versus Android | Nielsen Stats</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/mcafee-nearly-all-new-mobile-malware-in-q3-targeted-at-android-phones-techcrunch/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

