<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Ian's posterous</title>
    <link>http://iallison.posterous.com</link>
    <description>Most recent posts at Ian's posterous</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#d60f36f50" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/IansPosterous" /><feedburner:info uri="iansposterous" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Thu, 29 Jul 2010 10:36:00 -0700</pubDate>
      <title>Learning Python via Scapy</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/EOoveZindi4/learning-python-via-scapy</link>
      <guid isPermaLink="false">http://iallison.posterous.com/learning-python-via-scapy</guid>
      <description>
        <![CDATA[<p>
	<p><span style="font-family: Georgia, serif; font-size: 16px;">t my new job some of the things I need to do is network mapping and interface mapping so we can figure out where potential risk lies within the network. I have been looking for a framework in Ruby that can help me programatically map a network. I thought I found what I need in Scruby. However, it seems like Scruby is not  in development anymore and is really just a proof of concept of Scapy. Recently I saw a post by <a href="http://carnal0wnage.blogspot.com/2010/07/scapy-traceroute-and-pretty-pictures.html">Chris Gates</a> on the Carnal0wnage blog about exactly what I need. I have also been trying to diversify when it comes to my programming languages and python is first on my list. So I decided to give Scapy a shot. The out of the box network visualization tools in Scapy are amazing (if you get all of the correct dependencies installed). You have multiple choices when it comes to outputs. I don't think I have even begun to scratch the surface of the visualization capabilities of Scapy.  
<p />
<div>One of the best things about Scapy is that it allows for low level packet manipulation. For those of us who know and care what tcp flags and ttls are there is a lot of power in Scapy.  The <a href="http://www.secdev.org/projects/scapy/demo.html">Scapy demo page</a> has a lot of greate demos to go through to get a feel of Scapy. This has helped me get a better feel for pythonesque formatting. So far so good. So if you ever need to craft packets, analyze pcap files or do some network visualization Scapy is the way to go.</div>
</span></p>
	
</p>

<p><a href="http://iallison.posterous.com/learning-python-via-scapy">Permalink</a> 

	| <a href="http://iallison.posterous.com/learning-python-via-scapy#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/learning-python-via-scapy</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 28 Jul 2010 08:44:00 -0700</pubDate>
      <title>Data sorting world record: 1 terabyte, 1 minute — Science Blog</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/-qCTnNb5Mmo/data-sorting-world-record-1-terabyte-1-minute</link>
      <guid isPermaLink="false">http://iallison.posterous.com/data-sorting-world-record-1-terabyte-1-minute</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
<blockquote>
<div>
<p> </p>
<p>Computer scientists from the University of California, San Diego broke “the terabyte barrier”  — and a world record  — when they sorted more than one terabyte of data (1,000 gigabytes or 1 million megabytes) in just 60 seconds. During this 2010 “Sort Benchmark” competition  — the “World Cup of data sorting”  —  the computer scientists from the UC San Diego Jacobs School of Engineering also tied a world record for fastest data sorting rate. They sorted one trillion data records in 172 minutes  —  and did so using just a quarter of the computing resources of the other record holder.</p>
<p>Companies looking for trends, efficiencies and other competitive advantages have turned to the kind of heavy duty data sorting that requires the hardware muscle typical of data centers. The Internet has also created many scenarios where data sorting is critical. Advertisements on Facebook pages, custom recommendations on Amazon, and up-to-the-second search results on Google all result from sorting data sets as large as multiple petabytes. A petabyte is 1,000 terabytes.</p>
<p>“If a major corporation wants to run a query across all of their page views or products sold, that can require a sort across a multi-petabyte dataset and one that is growing by many gigabytes every day,” said UC San Diego computer science professor Amin Vahdat, who led the project. “Companies are pushing the limit on how much data they can sort, and how fast. This is data analytics in real time,” explained Vahdat. Better sort technologies are needed, however. In data centers, sorting is often the most pressing bottleneck in many higher-level activities, noted Vahdat who directs the Center for Networked Systems (CNS) at UC San Diego.</p>
<p>The two new world records from UC San Diego are among the 2010 results released recently on <a href="http://sortbenchmark.org">http://sortbenchmark.org</a>  —  a site run by the volunteer computer scientists from industry and academia who manage the competitions. The competitions provide benchmarks for data sorting and an interactive forum for researchers working to improve data sorting techniques.</p>
<p><strong> </strong></p>
<p><strong>World Records</strong></p>
<p><strong> </strong></p>
<p>The Indy Minute Sort and the Indy Gray Sort are the two data sorting world records the UC San Diego computer scientists won in 2010, the first year they entered the Sort Benchmark competition.</p>
<p>In the Indy Minute Sort, the researchers sorted 1.014 terabytes in one minute  —  thus breaking the minute barrier for this terabyte sort for the first time.</p>
<p>“We’ve set our research agenda around how to make this betterand also on how to make it more general,” said UC San Diego computer science PhD student Alex Rasmussen, the lead graduate student on the team.</p>
<p>The team also tied the world record for the Indy Gray Sort which measures sort rate per minute per 100 terabytes of data.</p>
<p>“We used one forth the number of computers as the previous record holder to achieve that same sort rate performance  —  and thus one fourth the energy, and one fourth the cooling and data center real estate,” said George Porter, a Research Scientist at the Center for Networked Systems at UC San Diego. The Center for Networked Systems is an affiliated Center of the California Institute for Telecommunications and Information Technology (Calit2).</p>
<p> </p>
<p>Both world records are in the Indy category  —  meaning that the systems were designed around the specific parameters of the Sort Benchmark competition. The team is looking to generalize their results for the “Daytona” competition and for use in the real world.</p>
<p>“Sorting is also an interesting proxy for a whole bunch of other data processing problems. Generally, sorting is a great way to measure how fast you can read a lot of data off a set of disks, do some basic processing on it, shuffle it around a network and write it to another set of disks,” explained Rasmussen. “Sorting puts a lot of stress on the entire input/output subsystem, from the hard drives and the networking hardware to the operating system and application software.”</p>
<p><strong> </strong></p>
<p><strong>Balanced Systems</strong></p>
<p><strong> </strong></p>
<p>The data sorting challenges the computer scientists took on are quite different from the modest sorting that anyone with off the shelf database software can do by comparing two tables. One of the big differences is that data in terabyte and petabyte sorts is well beyond the memory capacity of the computers doing the sorting.</p>
<p>In creating their heavy duty sorting system, the computer scientists designed for speed and balance. A balanced system is one in which computing resources like memory, storage and network bandwidth are fully utilized and as few resources as possible are wasted.</p>
<p>“Our system shows what’s possible if you pay attention to efficiency  —  and there is still plenty of room for improvement,” said Vahdat, holder of the SAIC Chair in Engineering in the Department of Computer Science and Engineering at UC San Diego. “We asked ourselves, ‘What does it mean to build a balanced system where we are not wasting any system resources in carrying out high end computation?’” said Vahdat. “If you are idling your processors or not using all your RAM, you’re burning energy and losing efficiency.” For example, memory often uses as much or more energy than processors, but the energy consumed by memory gets less attention.</p>
<p>To break the terabyte barrier for the Indy Minute Sort, the computer science researchers built a system made up of 52 computer nodes. Each node is a commodity server with two quad-core processors, 24 gigabytes (GB) memory and sixteen 500 GB disks  —  all inter-connected by a Cisco Nexus 5020 switch. Cisco donated the switches as a part of their research engagement with the UC San Diego Center for Networked Systems. The compute cluster is hosted at Calit2.</p>
<p>To win the Indy Gray Sort, the computer science researchers sorted one trillion records in 10,318 seconds (about 172 minutes), yielding their world-record tying data sorting rate of 0.582 terabytes per minute per 100 terabytes of data. The winning sort system is made up of 47 computer nodes similar to those used in the minute sort.</p>
<p>According to <a href="http://www.wolframalpha.com" rel="nofollow">wolframalpha.com</a>, 100 terabytes of data is roughly equivalent to 4,000 single-layer Blu-Ray discs, 21,000 single-layer DVDs, 12,000 dual-layer DVDs or 142,248 CDs (assuming CDs are 703 MB).</p>
<p>The roster for TritonSort, the world record breaking sort team:</p>
<p>Alex Rasmussen, Radhika Niranjan Mysore and Michael Conley are computer science graduate students at UC San Diego. Alexander Pucher is a visiting student from Vienna University of Technology. Harsha V. Madhyastha is a postdoctoral researcher in computer science at UC San Diego. George Porter is a Research Scientist at the Center for Networked Systems at UC San Diego. Amin Vahdat holds the SAIC Chair in Engineering in the Department of Computer Science and Engineering and directs the Center for Networked Systems (CNS) at UC San Diego. Learn more about Sort Benchmark at <a href="http://sortbenchmark.org/" rel="nofollow">http://sortbenchmark.org/</a></p>
<p> </p>
<p>Related posts:</p>
<ol>
<li><a href="http://scienceblog.com/32086/new-world-record-in-energy-efficient-data-processing/" title="Permanent Link: New world record in energy-efficient data processing" rel="bookmark">New world record in energy-efficient data processing</a></li>
<li><a href="http://scienceblog.com/3882/guinness-world-records-certifies-nasas-aircraft-speed-record/" title="Permanent Link: Guinness World Records Certifies NASA’s Aircraft Speed Record" rel="bookmark">Guinness World Records Certifies NASA’s Aircraft Speed Record</a></li>
<li><a href="http://scienceblog.com/24170/computer-scientists-scale-layer-2-data-center-networks-to-100000-ports-and-beyond/" title="Permanent Link: Computer scientists scale ‘layer 2′ data center networks to 100,000 ports and beyond" rel="bookmark">Computer scientists scale ‘layer 2′ data center networks to 100,000 ports and beyond</a></li>
<li><a href="http://scienceblog.com/17888/100-meter-sprint-world-record-could-go-as-low-as-9-48-seconds/" title="Permanent Link: 100-meter sprint world record could go as low as 9.48 seconds" rel="bookmark">100-meter sprint world record could go as low as 9.48 seconds</a></li>
<li><a href="http://scienceblog.com/15473/new-world-record-for-solar-to-grid-conversion-efficiency/" title="Permanent Link: New world record for solar-to-grid conversion efficiency" rel="bookmark">New world record for solar-to-grid conversion efficiency</a></li>
</ol>
<div>
<li>
<p> </p>
</li>
</div>
</div>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://scienceblog.com/36957/data-sorting-world-record-falls-computer-scientists-break-terabyte-sort-barrier-in-60-seconds/">scienceblog.com</a>
</div>
<p>That is a lot of data in a very short amount of time.I would be interested in seeing the algorithms and system set up they were using.</p>
</div>
	
</p>

<p><a href="http://iallison.posterous.com/data-sorting-world-record-1-terabyte-1-minute">Permalink</a> 

	| <a href="http://iallison.posterous.com/data-sorting-world-record-1-terabyte-1-minute#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/data-sorting-world-record-1-terabyte-1-minute</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 20 Jun 2010 09:53:00 -0700</pubDate>
      <title>It’s time for the Security Industry to grow up</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/iXm6DXsqK8U/its-time-for-the-security-industry-to-grow-up</link>
      <guid isPermaLink="false">http://iallison.posterous.com/its-time-for-the-security-industry-to-grow-up</guid>
      <description>
        <![CDATA[<p>
	<p>It’s time for the Security Industry to grow up. Most of us have been drawn to the security industry because of the fun things we get to do. We like finding problems with security controls and love being paid to break into systems and networks. However, as much fun as those things are information security has become a very important part of businesses and industry. As more and more businesses digitize their business information and assets the more important information security becomes. Whether we like it or not information security is quickly becoming a critical part of the business process.</p>
<p> In that light it is important for us as information security practitioners to learn more about business processes. I know that it feels great to get a shell on a box. However, that shell might not be attacking a critical business process and therefore is a potential waste of effort. By understanding the underling business processes of the company you are testing you can identify targets that are critical to the business as a whole.</p>
<p> This approach however, requires an understanding of business processes. A great way to begin to understand general business processes is through education. I know that business classes can be uninteresting and even boring at times.<span style="">  </span>I will admit that during my education the business classes were the least interesting classes I took. I still can barely remember the content I went over even though I did very well in the class.<span style="">  </span>Recently I have realized my shortcoming in understanding business processes and have been going back over my business classes’ textbooks. If I take more of a “hackers” view at business processes I can begin to see critical places in the business process of where a successful attack could be critical to the business as a whole.</p>
<p> There are many obvious targets such as high-level executives, payroll, and data warehousing. However, some targets could be just as critical. Imagine targeting the PR department and having the ability to send out press releases that could immediately damage the businesses’ reputation with their customers. All it takes is one factitious press release going viral and the company’s reputation could be irreparably damaged.</p>
<p> By understanding the business process we as “security professionals” can begin to see these cracks in them and begin to design stopgaps to protect them. I still believe that the hacker mentality can thrive in a business environment. However, in order to do that we need to grow up, educate ourselves and take our rightful place in the business world.</p>
<p>I am writing this in hopes to spark a discussion on this topic. If you don't agree with me please feel free to let me know why. I am a firm believer in open, uncensored and frank discussions.</p>
<p> </p>

	
</p>

<p><a href="http://iallison.posterous.com/its-time-for-the-security-industry-to-grow-up">Permalink</a> 

	| <a href="http://iallison.posterous.com/its-time-for-the-security-industry-to-grow-up#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/its-time-for-the-security-industry-to-grow-up</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 08 Jun 2010 09:24:00 -0700</pubDate>
      <title>Western Tracking Institute Tracking Class</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/cQW0wZc1jXk/western-tracking-institute-tracking-class</link>
      <guid isPermaLink="false">http://iallison.posterous.com/western-tracking-institute-tracking-class</guid>
      <description>
        <![CDATA[<p>
	<p><span style="font-family: Bitstream Vera Sans Mono, Courier, monospace; font-size: 12px; line-height: 16px;"> </span><span style="font-family: Monaco, monospace; font-size: x-small;">I spent last Saturday at an animal tracking class provided by the Western Tracking Institute. The instructors Rick, Lee and William were top notch and we were able to learn a lot about gaits and animal identification. You have no idea how many ways a rabbit track can present itself. Our Tracking location was very interesting. We spent all day under the 805 and 56 merge underpasses and bridges. The first part of the day was spent under the big overpasses.The overpasses were a great place to see many different types of tracks. The substrate was very soft in places and that allowed us to analyze the gaits and tracks fairly easily. We saw raccoon, skunk, bobcat, deer, opossum and the ever present cottontail tracks.</span></p>
<p><span style="font-family: Monaco, monospace; font-size: x-small;"> </span><span style="font-family: Monaco, monospace; font-size: x-small;">The second part of the day was spent under the bridge in the muck. Luckily I brought a pair of rubber boots to keep all of the mud and water at bay. We found some really interesting tracks under the bridge including crawfish, deer, bobcat, a ton of raccoon tracks and a mystery track that no one could identify. </span><span style="font-family: Monaco, monospace; font-size: x-small;">In all it was a fun day of tracking even if you could barely hear each other talking over all of the traffic noise. I'm looking forward to the trailing workshop later on this summer and hope to get through the entire curriculum. In all it was a great experience and I highly recommend taking any of the classes offered by the WTI</span></p>
<div class="CodeRay">
  <div class="code"><pre><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/vzzlzqynEHnsqvmHxkCtlmyyhBasvqlGygwvbbGlguoszcaxafEtjzAfseAk/IMG_0185.jpg.scaled1000.jpg"><img alt="Img_0185" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/vzzlzqynEHnsqvmHxkCtlmyyhBasvqlGygwvbbGlguoszcaxafEtjzAfseAk/IMG_0185.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/FsItFHAgbqlxgHtfkCEafnGDkIqfxakkcmbAiBJdcuHumDvCcypcmaFaxHeA/IMG_0186.jpg.scaled1000.jpg"><img alt="Img_0186" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/FsItFHAgbqlxgHtfkCEafnGDkIqfxakkcmbAiBJdcuHumDvCcypcmaFaxHeA/IMG_0186.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/khhsAtrqFyknHjAEayGfEfpttuIoFudDepGkvByFbmoinddymitiCkfIqgIC/IMG_0184.jpg.scaled1000.jpg"><img alt="Img_0184" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/khhsAtrqFyknHjAEayGfEfpttuIoFudDepGkvByFbmoinddymitiCkfIqgIC/IMG_0184.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/ubfAHtkucGjDGwxycFtownFGmvFdtDrkxqEfBiJejcHwqcuDixgfJqfBhCbc/IMG_0187.jpg.scaled1000.jpg"><img alt="Img_0187" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/ubfAHtkucGjDGwxycFtownFGmvFdtDrkxqEfBiJejcHwqcuDixgfJqfBhCbc/IMG_0187.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/rrqqJagdEwgnkGCdbrqaftBHaszshDChcvJwcGAmGGoAJmCtACIrwuuyfzfx/IMG_0189.JPG.scaled1000.jpg"><img alt="Img_0189" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/rrqqJagdEwgnkGCdbrqaftBHaszshDChcvJwcGAmGGoAJmCtACIrwuuyfzfx/IMG_0189.JPG.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/epnAwEAgqbpjDltFAwtlJoBIIiBbrejqCwBiIJHhrtCBhmglsvpmyrAhFjvl/IMG_0190.jpg.scaled1000.jpg"><img alt="Img_0190" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/epnAwEAgqbpjDltFAwtlJoBIIiBbrejqCwBiIJHhrtCBhmglsvpmyrAhFjvl/IMG_0190.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/BBnIhgnDtEiaznfaCpsHcmBeJlwkgBsCaBtcbgzbrmuuInpoesJbFrmiGswg/IMG_0188.jpg.scaled1000.jpg"><img alt="Img_0188" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/BBnIhgnDtEiaznfaCpsHcmBeJlwkgBsCaBtcbgzbrmuuInpoesJbFrmiGswg/IMG_0188.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/bAaGvAkGfpBHmJipovozgeACvFECbyalvHCgyboguypAIhdwmmsejxpwgsmp/IMG_0191.JPG.scaled1000.jpg"><img alt="Img_0191" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/bAaGvAkGfpBHmJipovozgeACvFECbyalvHCgyboguypAIhdwmmsejxpwgsmp/IMG_0191.JPG.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/FIqBEbuwuzvEqqgCIFczsbqEDspscCasCEfFkzvwsFGouhxCDxBbAtBeEIum/IMG_0192.jpg.scaled1000.jpg"><img alt="Img_0192" height="667" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-08/FIqBEbuwuzvEqqgCIFczsbqEDspscCasCEfFkzvwsFGouhxCDxBbAtBeEIum/IMG_0192.jpg.scaled500.jpg" width="500" /></a>
<div class='p_see_full_gallery'><a href="http://iallison.posterous.com/western-tracking-institute-tracking-class">See the full gallery on Posterous</a></div>
</div>
</pre></div>
</div>

<p> </p>
	
</p>

<p><a href="http://iallison.posterous.com/western-tracking-institute-tracking-class">Permalink</a> 

	| <a href="http://iallison.posterous.com/western-tracking-institute-tracking-class#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/western-tracking-institute-tracking-class</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 12 May 2010 11:56:31 -0700</pubDate>
      <title>Ruby on Rails Tutorial: Learn Rails by Example | by Michael Hartl</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/LiTucWZIeR8/ruby-on-rails-tutorial-learn-rails-by-example-2</link>
      <guid isPermaLink="false">http://iallison.posterous.com/ruby-on-rails-tutorial-learn-rails-by-example-2</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <div class='p_embed p_image_embed'>
<img alt="Media_httpwwwrailstut_gceje" height="200" src="http://posterous.com/getfile/files.posterous.com/iallison/gGkszuaAbxEJzJhCHHbiirFDgxamBhGmqmGnwFHwACzCmFdvJDAwpsujrdrE/media_httpwwwrailstut_gceje.png.scaled500.png" width="206" />
</div>
<div class="posterous_quote_citation">via <a href="http://www.railstutorial.org/">railstutorial.org</a></div>
    <p>A great tutorial for those who want to learn more about Ruby on Rails. The author helps you set up a good working environment and SCM using git. He also helps you set up a git push to Heroku so you can test out your app on the internet. In all a really good tutorial for people new to Ruby/ Rails.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/ruby-on-rails-tutorial-learn-rails-by-example-2">Permalink</a> 

	| <a href="http://iallison.posterous.com/ruby-on-rails-tutorial-learn-rails-by-example-2#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/ruby-on-rails-tutorial-learn-rails-by-example-2</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 03 Apr 2010 08:46:04 -0700</pubDate>
      <title>Rep. Hank Johnson Fears Guam May Capsize</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/PTczEaHJRKI/rep-hank-johnson-fears-guam-may-capsize</link>
      <guid isPermaLink="false">http://iallison.posterous.com/rep-hank-johnson-fears-guam-may-capsize</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <object height="417" width="500"><param name="movie" value="http://www.youtube.com/v/l9R-cQ_A_6w&hl=en&fs=1" /><param name="wmode" value="window" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" src="http://www.youtube.com/v/l9R-cQ_A_6w&hl=en&fs=1" wmode="window" allowscriptaccess="always" type="application/x-shockwave-flash" height="417" width="500"></embed></object>

<div class="posterous_quote_citation">via <a href="http://www.youtube.com/watch?v=l9R-cQ_A_6w">youtube.com</a></div>
    <p>Wow. I'm scared this guy makes and votes on bills that directly affect me.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/rep-hank-johnson-fears-guam-may-capsize">Permalink</a> 

	| <a href="http://iallison.posterous.com/rep-hank-johnson-fears-guam-may-capsize#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/rep-hank-johnson-fears-guam-may-capsize</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 08 Feb 2010 07:55:51 -0800</pubDate>
      <title>Wow, big time security fail.  If Amex really believes this they are fooling themselves.</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/2jb2F_v2Cis/wow-big-time-security-fail-if-amex-really-bel</link>
      <guid isPermaLink="false">http://iallison.posterous.com/wow-big-time-security-fail-if-amex-really-bel</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <div class='p_embed p_image_embed'>
<img alt="Media_http25mediatumb_jsfxv" height="479" src="http://posterous.com/getfile/files.posterous.com/iallison/dHHmzEBDlAjucgxlczJddrnntdBJpsdubldCryBDBvhDkxfmrsrxeoJzGcIk/media_http25mediatumb_Jsfxv.png.scaled500.png" width="500" />
</div>


<div class="posterous_quote_citation">via <a href="http://trn.n0t.net/post/374883143/i-wish-that-i-could-use-a-stronger-password-for">trn.n0t.net</a></div>
    <p>I especially like their use of "hacking software". Nothing like a little FUD to start out the week.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/wow-big-time-security-fail-if-amex-really-bel">Permalink</a> 

	| <a href="http://iallison.posterous.com/wow-big-time-security-fail-if-amex-really-bel#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/wow-big-time-security-fail-if-amex-really-bel</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 20 Jan 2010 14:45:06 -0800</pubDate>
      <title>  Fun with the Yoshimoto cube - Boing Boing</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/dXP80rREL5k/fun-with-the-yoshimoto-cube-boing-boing</link>
      <guid isPermaLink="false">http://iallison.posterous.com/fun-with-the-yoshimoto-cube-boing-boing</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <blockquote><div>



<br /><p>
Video demonstration of a variation of the Yoshimoto cube, invented in 1971. Link includes a video on how to make one yourself out of paper, as well as an introduction to the Banach-Tarski paradox ("a pea can be chopped up and reassembled into the Sun").

</p><blockquote> Made up of eight interconnected cubes, it’s capable of unfolding itself in a cyclic fashion. That means you could keep folding, or unfolding it, indefinitely.

<p>In the toy Brocoum’s mom bought him, the cubes were also cut into two identical polyhedra, each capable of forming a Yoshimoto cube containing a hollow space inside with the exact shape of another Yoshimoto cube “open” as as dodecahedron (several other shapes are also possible).

</p><p>If that sounded somewhat complicated, the animated GIF on the right may illustrate the miracle of the multiplication of Yoshimoto cubes better. It’s simply that a solid Yoshimoto cube can unfold into two hollow Yoshimoto cubes.</p></blockquote>

<a href="http://forgetomori.com/2009/science/folding-the-yoshimoto-cube-feeding-5000/">Folding the Yoshimoto Cube</a>

</div></blockquote><div class="posterous_quote_citation">via <a href="http://boingboing.net/2009/01/19/fun-with-the-yoshimo.html">boingboing.net</a></div>
    <p>Wow this is really cool. Reminds me of a cross between the Rubik's Cube, Rubik's Snake and the Rubik's Rings. I will probably have to get one for the kids.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/fun-with-the-yoshimoto-cube-boing-boing">Permalink</a> 

	| <a href="http://iallison.posterous.com/fun-with-the-yoshimoto-cube-boing-boing#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/fun-with-the-yoshimoto-cube-boing-boing</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 11 Jan 2010 15:50:25 -0800</pubDate>
      <title>BackTrack Linux 4 is Out!</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/GPQON8XPK78/backtrack-linux-4-is-out</link>
      <guid isPermaLink="false">http://iallison.posterous.com/backtrack-linux-4-is-out</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/HvIDqtBqcyvsAFqrcFocsyrFFnroDcFdczzcnaGcGIebjHpyHrGarJBtAfBh/media_httpwwwbacktrac_IHBaD.png.scaled1000.png"><img alt="Media_httpwwwbacktrac_ihbad" height="216" src="http://posterous.com/getfile/files.posterous.com/iallison/HvIDqtBqcyvsAFqrcFocsyrFFnroDcFdczzcnaGcGIebjHpyHrGarJBtAfBh/media_httpwwwbacktrac_IHBaD.png.scaled500.png" width="500" /></a>
</div>


<div class="posterous_quote_citation">via <a href="http://www.backtrack-linux.org/">backtrack-linux.org</a></div>
    <p>Bittorrent a copy and keep the seed going.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/backtrack-linux-4-is-out">Permalink</a> 

	| <a href="http://iallison.posterous.com/backtrack-linux-4-is-out#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/backtrack-linux-4-is-out</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 11 Jan 2010 15:48:51 -0800</pubDate>
      <title>Vote for Barbie to become a Computer Engineer</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/Kp7noffYe14/vote-for-barbie-to-become-a-computer-engineer</link>
      <guid isPermaLink="false">http://iallison.posterous.com/vote-for-barbie-to-become-a-computer-engineer</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <embed name="mainmovie" src="http://www.barbie.com/vote/Vote_Landing.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="opaque" allowscriptaccess="always" type="application/x-shockwave-flash" height="357" align="" flashvars="" quality="high" width="500" /><div class="posterous_quote_citation">via <a href="http://www.barbie.com/vote/">barbie.com</a></div>
    <p>Help encourage diversity in the IT workplace. Vote for Barbie to become a Computer Engineer.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/vote-for-barbie-to-become-a-computer-engineer">Permalink</a> 

	| <a href="http://iallison.posterous.com/vote-for-barbie-to-become-a-computer-engineer#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/vote-for-barbie-to-become-a-computer-engineer</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 30 Dec 2009 20:54:21 -0800</pubDate>
      <title>Little Ninja</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/zGTgAfGO5-Y/little-ninja</link>
      <guid isPermaLink="false">http://iallison.posterous.com/little-ninja</guid>
      <description>
        <![CDATA[<p>
	<p><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/eoydnysGpmFwCAspFyksyiGxzgynvDlzsxEGguuutkvHrrxabfoBAoClozJi/IMG_0010.jpg.scaled1000.jpg"><img alt="Img_0010" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/eoydnysGpmFwCAspFyksyiGxzgynvDlzsxEGguuutkvHrrxabfoBAoClozJi/IMG_0010.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/zbqEoHDqIulsJonDmhiJzEzgheyaJcAgwCrvmxzttjqIcalEIwAmnbmnbbps/IMG_0011.jpg.scaled1000.jpg"><img alt="Img_0011" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/zbqEoHDqIulsJonDmhiJzEzgheyaJcAgwCrvmxzttjqIcalEIwAmnbmnbbps/IMG_0011.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/ptCFxywagiDEuHCpcjlkmqkxqxdHFvAFjjynkfvuuAjkaewaaqjcitsmsBlz/IMG_0012.jpg.scaled1000.jpg"><img alt="Img_0012" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/ptCFxywagiDEuHCpcjlkmqkxqxdHFvAFjjynkfvuuAjkaewaaqjcitsmsBlz/IMG_0012.jpg.scaled500.jpg" width="500" /></a>
<div class='p_see_full_gallery'><a href="http://iallison.posterous.com/little-ninja">See the full gallery on Posterous</a></div>
</div>
</p>
	
</p>

<p><a href="http://iallison.posterous.com/little-ninja">Permalink</a> 

	| <a href="http://iallison.posterous.com/little-ninja#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/little-ninja</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 29 Dec 2009 15:52:31 -0800</pubDate>
      <title>Mini Golf</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/WUsG8WsSa3c/mini-golf-31</link>
      <guid isPermaLink="false">http://iallison.posterous.com/mini-golf-31</guid>
      <description>
        <![CDATA[<p>
	<p><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/mzlCdubcGIsFzbqlzcABftmyFbGsDgskFrJHIyoppzghAmantpFrzhHBraFe/IMG_0004.jpg.scaled1000.jpg"><img alt="Img_0004" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/mzlCdubcGIsFzbqlzcABftmyFbGsDgskFrJHIyoppzghAmantpFrzhHBraFe/IMG_0004.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/kEeofhxwwxmhbbmBzBruxfiHqbexmbtlrsxkbjxdGFmcgvDigsFyGjiDissh/IMG_0005.jpg.scaled1000.jpg"><img alt="Img_0005" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/kEeofhxwwxmhbbmBzBruxfiHqbexmbtlrsxkbjxdGFmcgvDigsFyGjiDissh/IMG_0005.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/saiInxdDBdtoanpxdbqpdcwgxGzBgGsngpdIbqDDdwqqJAcgDIswcqnoIBAw/IMG_0006.jpg.scaled1000.jpg"><img alt="Img_0006" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/saiInxdDBdtoanpxdbqpdcwgxGzBgGsngpdIbqDDdwqqJAcgDIswcqnoIBAw/IMG_0006.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/HGraykGkmbfvkworIDJAAAkvdltAzFsEftljEbsHcfJzuDFxfnxvcDjwpgjD/IMG_0007.jpg.scaled1000.jpg"><img alt="Img_0007" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/HGraykGkmbfvkworIDJAAAkvdltAzFsEftljEbsHcfJzuDFxfnxvcDjwpgjD/IMG_0007.jpg.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/ukaktnJBzFujEvulrHqugnwGhGfiFnBayfpkzGuAahJIpGiFACsuazDqvyzA/IMG_0008.jpg.scaled1000.jpg"><img alt="Img_0008" height="667" src="http://posterous.com/getfile/files.posterous.com/iallison/ukaktnJBzFujEvulrHqugnwGhGfiFnBayfpkzGuAahJIpGiFACsuazDqvyzA/IMG_0008.jpg.scaled500.jpg" width="500" /></a>
<div class='p_see_full_gallery'><a href="http://iallison.posterous.com/mini-golf-31">See the full gallery on Posterous</a></div>
</div>
</p>
	
</p>

<p><a href="http://iallison.posterous.com/mini-golf-31">Permalink</a> 

	| <a href="http://iallison.posterous.com/mini-golf-31#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/mini-golf-31</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 21 Dec 2009 06:45:46 -0800</pubDate>
      <title>Morning Light</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/smDATMTOfmw/morning-light-37</link>
      <guid isPermaLink="false">http://iallison.posterous.com/morning-light-37</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/u5U2tpoaO3AwxkYgYDCBP0BPD2rclEWzIu5ALEtEVxanL8eOB2zPKRTzAsjM/IMG00019.jpg.scaled.1000.jpg"><img alt="Img00019" height="375" src="http://posterous.com/getfile/files.posterous.com/iallison/c4fPXNk6UdC3GNEs7ZLlWFzWFNJD6eqGGjbnsMI0SUvJSE8WF6KaV49qkOzJ/IMG00019.jpg.scaled.500.jpg" width="500" /></a>
</div>
<p>Sunrise in San Diego</p>
	
</p>

<p><a href="http://iallison.posterous.com/morning-light-37">Permalink</a> 

	| <a href="http://iallison.posterous.com/morning-light-37#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/morning-light-37</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 18 Dec 2009 09:20:10 -0800</pubDate>
      <title>Web 2.0 Suicide Machine - Sign out of Facebook, MySpace or Linkedin forever!</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/FaCYPjiVfrI/web-20-suicide-machine-sign-out-of-facebook-m</link>
      <guid isPermaLink="false">http://iallison.posterous.com/web-20-suicide-machine-sign-out-of-facebook-m</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <blockquote><div><p>26 people went before you!<br />Click <a href="http://suicidemachine.org#testimonials" rel="facebox">here</a> to watch them!</p><p>works for all platforms: <span>(version 2.03.17)</span><br />Windows, Linux, Mac</p><p></p><a href="http://suicidemachine.org#"><img src="http://suicidemachine.org/./img/button_commit.png" height="45" width="163" /></a><p></p></div></blockquote><div class="posterous_quote_citation">via <a href="http://suicidemachine.org/">suicidemachine.org</a></div>
    <p>Tired of your virtual life? This site makes it easy to kill off the "virtual you" so you can get back to living in the real world. Pretty cool idea.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/web-20-suicide-machine-sign-out-of-facebook-m">Permalink</a> 

	| <a href="http://iallison.posterous.com/web-20-suicide-machine-sign-out-of-facebook-m#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/web-20-suicide-machine-sign-out-of-facebook-m</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 18 Dec 2009 08:57:44 -0800</pubDate>
      <title>ModNation™ Racers Beta Starts Today!</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/KZBMfA1PzLk/modnationTM-racers-beta-starts-today</link>
      <guid isPermaLink="false">http://iallison.posterous.com/modnationTM-racers-beta-starts-today</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <div class='p_embed p_image_embed'>
<img alt="Media_httpwwwusplaystationcommodnationonlinebetagroupspublicdocumentswebassetimgbetabetascreenshotjpg_zfbzqwdnaubadhq" height="261" src="http://posterous.com/getfile/files.posterous.com/iallison/rAcFzsFnvgytDxdnFlFsryeIvquEblJamrCfkBGAFhnlapwIhCBsmGdIsugn/media_httpwwwusplaystationcommodnationonlinebetagroupspublicdocumentswebassetimgbetabetascreenshotjpg_zfBzqwDnAuBadhq.jpg.scaled500.jpg" width="387" />
</div>
<div class="posterous_quote_citation">via <a href="http://www.us.playstation.com/modnation/onlinebeta/?EMC-Research&amp;ATTR=PSU_QreMdNtnBt_W001_PS3_AFE_001_OnlineBeta_H">us.playstation.com</a></div>
    <p>The ModNation Racers beta starts today. If you haven't heard about it yet check out youtube for some video. If you have a PS3 I highly suggest trying to get your hands on a beta voucher. Lilly and Belles love it because they make their racer and cars all pink ;)</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/modnationTM-racers-beta-starts-today">Permalink</a> 

	| <a href="http://iallison.posterous.com/modnationTM-racers-beta-starts-today#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/modnationTM-racers-beta-starts-today</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 17 Dec 2009 08:18:49 -0800</pubDate>
      <title>Insurgents Hack U.S. Drones</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/eeMS0X_Y4J8/insurgents-hack-us-drones-5</link>
      <guid isPermaLink="false">http://iallison.posterous.com/insurgents-hack-us-drones-5</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/rgAiujagIqiyEacFtHwiulqzEqtIrEyahuqqfoIfhivtGvlAtbpbazvzswbF/media_httpswsjnetpublicresourcesimagesP1AS938DroneG20091216205401jpg_slJnEEazCwmfJrJ.jpg.scaled1000.jpg"><img alt="Media_httpswsjnetpublicresourcesimagesp1as938droneg20091216205401jpg_sljneeazcwmfjrj" height="334" src="http://posterous.com/getfile/files.posterous.com/iallison/rgAiujagIqiyEacFtHwiulqzEqtIrEyahuqqfoIfhivtGvlAtbpbazvzswbF/media_httpswsjnetpublicresourcesimagesP1AS938DroneG20091216205401jpg_slJnEEazCwmfJrJ.jpg.scaled500.jpg" width="500" /></a>
</div>


<div class="posterous_quote_citation">via <a href="http://online.wsj.com/article/SB126102247889095011.html">online.wsj.com</a></div>
    <p>Seriously? $26 software allowing insurgents to monitor the video feed of a $15 million dollar aircraft and billion dollar program. General Atomics excuse is that their custom protocols don't easily allow for encryption.  The biggest fail is that the US govt assumed that security through obscurity would work against an unorthodox opponent.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/insurgents-hack-us-drones-5">Permalink</a> 

	| <a href="http://iallison.posterous.com/insurgents-hack-us-drones-5#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/insurgents-hack-us-drones-5</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 16 Dec 2009 08:10:25 -0800</pubDate>
      <title>Me and the Kids</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/ay39qn1Kdyw/me-and-the-kids-0</link>
      <guid isPermaLink="false">http://iallison.posterous.com/me-and-the-kids-0</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/iallison/X3upxp052Jt9OFvQGGpm8qYjmtb67IIeEpO3PHdjVGJBFXXm2DIFWE5TdDDQ/IMG00011.jpg.scaled.1000.jpg"><img alt="Img00011" height="375" src="http://posterous.com/getfile/files.posterous.com/iallison/SaVs2YL6lB6LfIrAuhgvXdJk54fK5T4tscfO0rhbiaTI63bBaftzPdlGkQ9N/IMG00011.jpg.scaled.500.jpg" width="500" /></a>
</div>
<p>Sam is putting on his serious face.</p>
	
</p>

<p><a href="http://iallison.posterous.com/me-and-the-kids-0">Permalink</a> 

	| <a href="http://iallison.posterous.com/me-and-the-kids-0#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/me-and-the-kids-0</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 15 Dec 2009 15:32:55 -0800</pubDate>
      <title>Big Surprise! A new Adobe Acrobat 0 day. Time to disable javascript in Adobe Acrobat or find a better viewer with less holes ;)</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/t0vAJlWH08c/big-surprise-a-new-adobe-acrobat-0-day-time-t</link>
      <guid isPermaLink="false">http://iallison.posterous.com/big-surprise-a-new-adobe-acrobat-0-day-time-t</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <div class='p_embed p_image_embed'>
<img alt="Media_httpwwwshadowserverorgwikipubshadowservertransp2500x167png_dzeiryrljbujury" height="113" src="http://posterous.com/getfile/files.posterous.com/iallison/AghoDditbDkDayiFcfDnwikielnnEtbmmilbpeymIvIgbxFCFkwjcmvEhlkq/media_httpwwwshadowserverorgwikipubshadowServertransp2500x167png_DzEIryrlJBujury.png.scaled500.png" width="500" />
</div>
<div class="posterous_quote_citation">via <a href="http://www.shadowserver.org/wiki/pmwiki.php/Calendar/20091214">shadowserver.org</a></div>
    <p></p></div>
	
</p>

<p><a href="http://iallison.posterous.com/big-surprise-a-new-adobe-acrobat-0-day-time-t">Permalink</a> 

	| <a href="http://iallison.posterous.com/big-surprise-a-new-adobe-acrobat-0-day-time-t#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/big-surprise-a-new-adobe-acrobat-0-day-time-t</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 15 Dec 2009 11:54:20 -0800</pubDate>
      <title>1 Billion Spammers Served | Deep Insights into Spam | Project Honey Pot</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/OB3bsOg1SaU/1-billion-spammers-served-deep-insights-into</link>
      <guid isPermaLink="false">http://iallison.posterous.com/1-billion-spammers-served-deep-insights-into</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <blockquote><div> 
		<h3>Our 1 Billionth Spam Message</h3>
		<p style="font: normal 10px arial;">PUBLISHED: DECEMBER 15, 2009</p>
		<div style="float: right; margin-top: 15px; margin-left: 5px;"><table border="0"><tr><td> <div> <a href="http://topsy.com/tb/www.projecthoneypot.org/1_billionth_spam_message_stats.php"> <span> <span>58</span> <span>tweets</span> </span> <span>TOP<span>1K</span></span> </a> <a href="http://button.topsy.com/retweet?nick=projecthoneypot&amp;url=http%3A%2F%2Fwww.projecthoneypot.org%2F1_billionth_spam_message_stats.php" target="_blank">retweet</a> </div></td></tr><tr><td></td></tr><tr><td><a name="fb_share" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.projecthoneypot.org%2F1_billionth_spam_message_stats.php&amp;t=1%20Billion%20Spammers%20Served%20%7C%20Deep%20Insights%20into%20Spam%20%7C%20Project%20Honey%20Pot&amp;src=sp" type="box_count" style="text-decoration: none;"><span><span></span><span></span><span><span>100</span></span><span style="cursor: pointer;"><span>Share</span></span></span></a></td></tr><tr><td></td></tr></table></div> 
		<p>On Wednesday, December 9, 2009 at 06:20 (GMT) Project Honey Pot received its billionth email spam message. The message, a picture of which is displayed below, was a United States Internal Revenue Service (IRS) phishing scam. The spam email was sent by a bot running on a compromised machine in India (<a href="http://www.projecthoneypot.org/ip_122.167.68.1" target="_blank">122.167.68.1</a>). The spamtrap address to which the message was sent was originally harvested on November 4, 2007 by a particularly nasty harvester (<a href="http://www.projecthoneypot.org/ip_74.53.249.34" target="_blank">74.53.249.34</a>) that is responsible for 53,022,293 other spam messages that have been received by Project Honey Pot.</p> 
 		<p style="text-align: center;"><img src="http://www.projecthoneypot.org/images/1b_message.png" border="1px" height="273" alt="1 billionth Project Honey Pot Message" width="350" /></p>
		<p>Every time Project Honey Pot receives a message we estimate that another 125,000 are sent to real victims. <strong>Our billionth message represents approximately 125 trillion spam messages that have been sent since Project Honey Pot started in 2004</strong>.</p>
		<p>At this milestone, we wanted to take a second to report some of our findings. Our goal is not to rehash the same old insights but instead to give a new picture that only looking at five years and a billion data points can produce.</p>
		<h3>Who Are These Spammers?</h3>
		<p>Several organizations publish regular reports on the source countries for spam. We have <a href="http://www.projecthoneypot.org/spam_server_top_countries.php" target="_blank">one of our own</a>. The problem is that these reports tell very little about the actual source of spam messages because of the nature of how spam is sent today.</p>
		<p>Rather than sending spam directly, spammers primarily use "bot" machines in order to effectively launder their identities. These bots are PCs that have been compromised by a virus and whose owner usually does not know they are being used to send spam. The process is not unlike the stereotypical scene in a movie where the villain keeps his phone call from being traced by relaying it through a number of connections. Similarly, spammers' use of bots can make their messages look like they are coming from somewhere completely different than their actual location. As a result, lists of spam origin countries tell you very little about where the spammers are actually located.</p>
		<p>On the other hand, they can help provide insight into a country's security policies because they give evidence on the number of bots operating within a country's borders. Since every country will have a different number of PCs, to make this number comparable we needed to create a ratio. We decided to look at the number of compromised machines operating within the country divided by the number of security professionals operating in the country. This gives us a relative IT security score. As a proxy for the number of security professionals we used members in Project Honey Pot. Here are the results:</p>
		<p style="text-align: center;"></p><table border="0">
			<tr><td>
				<table border="1">
					<tr><td colspan="2">
						<strong>Best IT Security</strong>
					</td>
					</tr><tr><td>
						#1
					</td><td>
						<img src="/images/flags/fi.png" height="15" width="25" /> Finland
					</td></tr>
					<tr><td>
						#2
					</td><td>
						<img src="/images/flags/ca.png" height="15" width="25" /> Canada
					</td></tr>
					<tr><td>
						#3
					</td><td>
						<img src="/images/flags/be.png" height="15" width="25" /> Belgium
					</td></tr>
					<tr><td>
						#4
					</td><td>
						<img src="/images/flags/au.png" height="15" width="25" /> Australia
					</td></tr>
					<tr><td>
						#5
					</td><td>
						<img src="/images/flags/nl.png" height="15" width="25" /> Netherlands
					</td></tr>
					<tr><td>
						#6
					</td><td>
						<img src="/images/flags/us.png" height="15" width="25" /> United States
					</td></tr>
					<tr><td>
						#7
					</td><td>
						<img src="/images/flags/no.png" height="15" width="25" /> Norway
					</td></tr>
					<tr><td>
						#8
					</td><td>
						<img src="/images/flags/nz.png" height="15" width="25" /> New Zeland
					</td></tr>
					<tr><td>
						#9
					</td><td>
						<img src="/images/flags/se.png" height="15" width="25" /> Sweden
					</td></tr>
					<tr><td>
						#10
					</td><td>
						<img src="/images/flags/ee.png" height="15" width="25" /> Estonia
					</td></tr>
				</table>
			</td><td>
				<table border="1">
					<tr><td colspan="2">
						<strong>Worst IT Security</strong>
					</td>
					</tr><tr><td>
						#1
					</td><td>
						<img src="/images/flags/cn.png" height="15" width="25" /> China
					</td></tr>
					<tr><td>
						#2
					</td><td>
						<img src="/images/flags/az.png" height="15" width="25" /> Azerbaijan
					</td></tr>
					<tr><td>
						#3
					</td><td>
						<img src="/images/flags/kr.png" height="15" width="25" /> South Korea
					</td></tr>
					<tr><td>
						#4
					</td><td>
						<img src="/images/flags/co.png" height="15" width="25" /> Colombia
					</td></tr>
					<tr><td>
						#5
					</td><td>
						<img src="/images/flags/mk.png" height="15" width="25" /> Macedonia
					</td></tr>
					<tr><td>
						#6
					</td><td>
						<img src="/images/flags/tr.png" height="15" width="25" /> Turkey
					</td></tr>
					<tr><td>
						#7
					</td><td>
						<img src="/images/flags/vn.png" height="15" width="25" /> Viet Nam
					</td></tr>
					<tr><td>
						#8
					</td><td>
						<img src="/images/flags/kz.png" height="15" width="25" /> Kazakhstan
					</td></tr>
					<tr><td>
						#9
					</td><td>
						<img src="/images/flags/mo.png" height="15" width="25" /> Macau
					</td></tr>
					<tr><td>
						#10
					</td><td>
						<img src="/images/flags/br.png" height="15" width="25" /> Brazil
					</td></tr>
				</table>
			</td></tr>
		</table><p></p>
		<p>Because sending spam remains the primary use of bots, Project Honey Pot has a unique perspective on bot network activity. <strong>Since 2004, active bots have grown at a compound annual growth rate of more than 378%</strong>. In other words, the number of bots has nearly quadrupled ever year. In 2009, you could find nearly 400,000 active bots engaged in malicious activity on any given day with several million active over the course of any month.</p>
		<p>Fortunately, Project Honey Pot's coverage of active botnets has grown over time at an even faster rate. In 2006, we saw less than 20% of the active bots on any given day. Today we see more than 80%.</p>
		<p style="text-align: center;"><img src="http://www.projecthoneypot.org/images/coverage.png" border="0" height="333" alt="Project Honey Pot's Bot Coverage" width="500" /></p>
		<p>While tracking bots has become a critical aspect of Project Honey Pot, we remain curious where the spammers are actually located. To get at this information it's critical to look at spammer activities that are not laundered through bots. While sending email spam can easily be done in parallel (i.e., 1 million machines can send one message each) harvesting email addresses, which involves crawling web pages, cannot. This makes sense: crawling without centralized command and control will result in a lot of crawling of the same popular pages over and over again.</p>
		<p>Our research indicates that, unlike the bots used to send spam, the machines used for harvesting tend to be more permanent, stable, and closely connected to the actual spammer's location. So where are the spammers actually located? We think the list below gives the most accurate approximation.</p>
		<p style="text-align: center;"></p><table border="1">
			<tr><td colspan="2">
				<strong>Where Harvesters Are</strong>
			</td>
			</tr><tr><td>
				#1
			</td><td>
				<img src="/images/flags/us.png" height="15" width="25" /> United States
			</td></tr>
			<tr><td>
				#2
			</td><td>
				<img src="/images/flags/es.png" height="15" width="25" /> Spain
			</td></tr>
			<tr><td>
				#3
			</td><td>
				<img src="/images/flags/nl.png" height="15" width="25" /> Netherlands
			</td></tr>
			<tr><td>
				#4
			</td><td>
				<img src="/images/flags/ae.png" height="15" width="25" /> United Arab Emirates
			</td></tr>
			<tr><td>
				#5
			</td><td>
				<img src="/images/flags/hk.png" height="15" width="25" /> Hong Kong
			</td></tr>
			<tr><td>
				#6
			</td><td>
				<img src="/images/flags/ro.png" height="15" width="25" /> Romania
			</td></tr>
			<tr><td>
				#7
			</td><td>
				<img src="/images/flags/gb.png" height="15" width="25" /> Great Britain
			</td></tr>
			<tr><td>
				#8
			</td><td>
				<img src="/images/flags/cn.png" height="15" width="25" /> China
			</td></tr>
			<tr><td>
				#9
			</td><td>
				<img src="/images/flags/za.png" height="15" width="25" /> South Africa
			</td></tr>
			<tr><td>
				#10
			</td><td>
				<img src="/images/flags/de.png" height="15" width="25" /> Germany
			</td></tr>
		</table><p></p>
		<h3>How Do They Operate?</h3>
		<p>On average, spammers today are faster than they've ever been before. The chart below indicates the average time from harvesting an email address from a web page to when the spammer sends the first email to that address.</p>
		<p style="text-align: center;"></p><table border="1">
			<tr><td>
				<strong>2004</strong>
			</td><td>
			 	49 days 18 hours 54 minutes 15 seconds
			</td></tr>
			<tr><td>
				<strong>2005</strong>
			</td><td>
			 	32 days 15 hours 39 minutes 41 seconds
			</td></tr>
			<tr><td>
				<strong>2006</strong>
			</td><td>
			 	29 days 29 hours 10 minutes 24 seconds
			</td></tr>
			<tr><td>
				<strong>2007</strong>
			</td><td>
			 	23 days 11 hours 53 minutes 03 seconds
			</td></tr>
			<tr><td>
				<strong>2008</strong>
			</td><td>
			 	22 days 12 hours 36 minutes 54 seconds
			</td></tr>
			<tr><td>
				<strong>2009</strong>
			</td><td>
			 	21 days 17 hours 17 minutes 28 seconds
			</td></tr>
		</table><p></p>
		<p>We have found that speed is tied to the content of the message. "Product" spammers -- those selling an actual product of some kind, whether it be fake pharmaceuticals, college degrees, or mortgage loans -- tend to operate on a slower cycle, spending approximately a month gathering email addresses and then targeting those addresses with a set of spam campaigns. Product spammers tend to hold on to email addresses longer and send on average several messages a week to each address on their list.</p>
		<p>On the other hand "Fraud" spammers -- those committing phishing or so-called "419" advanced fee scams -- tend to send to and discard harvested addresses almost immediately. The increased average speed of spammers appears to be mostly attributable to the rise in spam as a vehicle for fraud rather than an increasing efficiency among traditional product spammers.</p>
		<p>One intriguing insight our data provides is that bad guys take vacations too. For example, <strong>there is a 21% decrease in spam on Christmas Day and a 32% decrease on New Year's Day</strong>. Monday is the biggest day of the week for spam, while Saturday receives only about 60% of the volume of Monday's messages.</p>
		<p style="text-align: center;"><img src="http://www.projecthoneypot.org/images/day_of_week.png" border="0" height="300" alt="Volume of Spam by Day of the Week" width="500" /></p>
		<p>The chart below shows the time of day spammers are most likely to send their messages. All times in the chart are set to the East Coast timezone of the United States (GMT -0500).</p>
		<p style="text-align: center;"><img src="http://www.projecthoneypot.org/images/time_of_day.png" border="0" height="334" alt="Volume of Spam by Time of Day" width="500" /></p>
		<h3>Whom Do They Target?</h3>
		<p>Spammers are a creative bunch and we have seen a wide variety of offers show up in the one billion messages we have received. Among products sold through spam, pharmaceuticals remain the most popular. To give you a sense, <strong>we've seen the word "Viagra" spelled at least 956 different ways</strong> in order to try and trick spam filters (e.g., VIAGRA, V1AGRA, V1@GR@, V!AGRA, VIA6RA, etc.).</p>
		<p>While spammers will often alter their messages to look different, some are remarkably consistent. The table below shows the top message FROM/SUBJECT line pairs over the last five years. We have also included our estimate of how many of each message was sent Internet-wide.</p>
		<p style="text-align: center;"></p><table border="1">
			<tr><td>
			<strong>RANK</strong>
			</td><td>
			<strong>FROM</strong>
			</td><td>
			<strong>SUBJECT</strong>
			</td><td>
			<strong>EST. INTERNET-WIDE VOLUME</strong>
			</td></tr>
			<tr><td>
			#1
			</td><td>
			Instant Booster
			</td><td>
			Can you afford to lose 300,000 potential customers?
			</td><td>
			100 billion	
			</td></tr>
			<tr><td>
			#2
			</td><td>
			Internal Revenue Service
			</td><td>
			Notice of Underreported Income
			</td><td>
			91 billion	
			</td></tr>
			<tr><td>
			#3
			</td><td>
			Feed Blaster
			</td><td>
			Receive hundreds of targeted hits to your website
			</td><td>
			65 billion	
			</td></tr>
			<tr><td>
			#4
			</td><td>
			Hit-Booster
			</td><td>
			How to get free quality visitors to your website?
			</td><td>
			51 billion	
			</td></tr>
			<tr><td>
			#5
			</td><td>
			Feed Blaster
			</td><td>
			Feed Blaster puts your ad right to the screens of millions
			</td><td>
			44 billion	
			</td></tr>
		</table><p></p>
		<p>To give you some sense, assuming an average message storage requirement of 4KB, over the last 5 years the <strong>total storage requirement imposed on the Internet by just the spammers sending the top-20 spam campaigns was over 2.5 petabytes</strong>.</p>
		<p>Beyond the product spam, fraudulent spam increasingly dominates our spam stream. The chart below shows the relative distribution of the most phished organizations online.</p>
		<p style="text-align: center;"><img src="http://www.projecthoneypot.org/images/most_phished.png" border="0" height="348" alt="Most Phished Organizations" width="500" /></p>
		<p>While banks and financial institutions still make up a majority of the phishing scams circulated via spam, social networks are increasingly targeted. In 2008, there were virtually no Facebook phishing message. <strong>Today Facebook is the second most phished organization online and, if current trends continue, is on track to take the top spot in 2010</strong>.</p>
		<h3>The Future of Spam</h3>
		<p>The good news for email users is that filtering technologies have done a terrific job keeping most of the volume of spam messages out of their inboxes. Behind the scenes, however, the volume of email spam continues to grow at a blistering pace. While spam may strike the average user as a minor annoyance, the real risk it continues to pose is providing a viable business model to finance the construction of bot networks. Our research indicates that these bots are increasingly multi-purposed into vectors for new types of attacks ranging from annoyances like comment spam to real threats like denial of service attacks (DDoS).</p>
		<p>For example, if you run a blog you are aware of the comment spam attacks your site faces every day. This new breed of spammers uses the forms on websites to post advertisements and links to pages they are paid to promote. Project Honey Pot has been tracking their behavior for two years and has witnessed its gowth in volume and sophistication.</p>
		<p style="text-align: center;"></p><table border="1">
			<tr><td colspan="2">
				<strong>Where Comment Spammers Are</strong>
			</td>
			</tr><tr><td>
				#1
			</td><td>
				<img src="/images/flags/us.png" height="15" width="25" /> United States
			</td></tr>
			<tr><td>
				#2
			</td><td>
				<img src="/images/flags/cn.png" height="15" width="25" /> China
			</td></tr>
			<tr><td>
				#3
			</td><td>
				<img src="/images/flags/br.png" height="15" width="25" /> Brazil
			</td></tr>
			<tr><td>
				#4
			</td><td>
				<img src="/images/flags/jp.png" height="15" width="25" /> Japan
			</td></tr>
			<tr><td>
				#5
			</td><td>
				<img src="/images/flags/ru.png" height="15" width="25" /> Russia
			</td></tr>
			<tr><td>
				#6
			</td><td>
				<img src="/images/flags/kr.png" height="15" width="25" /> South Korea
			</td></tr>
			<tr><td>
				#7
			</td><td>
				<img src="/images/flags/ua.png" height="15" width="25" /> Ukraine
			</td></tr>
			<tr><td>
				#8
			</td><td>
				<img src="/images/flags/pl.png" height="15" width="25" /> Poland
			</td></tr>
			<tr><td>
				#9
			</td><td>
				<img src="/images/flags/de.png" height="15" width="25" /> Germany
			</td></tr>
			<tr><td>
				#10
			</td><td>
				<img src="/images/flags/hk.png" height="15" width="25" /> Hong Kong
			</td></tr>
		</table><p></p>
		<p>Looking at the data patterns, comment spam in 2009 resembles email spam when Project Honey Pot began in 2004. While comment spammers today are tending to use a relatively limited set of machines to post their messages, if this new breed of spammers follows the email spammers' lead to massive adoption of bot networks then it will pose a significant threat to websites everywhere.</p>
		<p style="text-align: center;"><img src="http://www.projecthoneypot.org/images/cs_tlds.png" border="0" height="300" alt="Top TLDs In Comment Spam Links" width="500" /></p>
		<p>To counter these increasing threats, web administrators need to continue to share data about attacks they see on their own sites through efforts such as Project Honey Pot. Over the next year, we will be launching a number of new initiatives to increase the protection we offer. In the meantime, if you run a website, we encourage you to <a href="http://www.projecthoneypot.org/create_account.php">become a member of Project Honey Pot today</a> and <a href="http://www.projecthoneypot.org/refer_a_friend.php">encourage others to do so as well</a>. Only by working together do we stand a chance to face the challenges that lie ahead.</p> 
		<p>Finally, thanks to all the current Project Honey Pot members as well as <a href="http://www.projecthoneypot.org/sponsors.php" target="_blank">the organizations that have helped us build our infrastructure</a>.</p>
		<p style="text-align: center;"></p><table border="0"><tr><td> <div> <a href="http://topsy.com/tb/www.projecthoneypot.org/1_billionth_spam_message_stats.php"> <span> <span>162</span> <span>tweets</span> </span> <span>TOP<span>1K</span></span> </a> <a href="http://button.topsy.com/retweet?nick=projecthoneypot&amp;url=http%3A%2F%2Fwww.projecthoneypot.org%2F1_billionth_spam_message_stats.php" target="_blank">retweet</a> </div></td><td><a href="http://digg.com/submit?url=http%3A%2F%2Fwww.projecthoneypot.org%2F1_billionth_spam_message_stats.php&amp;title=Project+Honey+Pot+Traps+Billionth+Spammer"><img src="http://digg.com/img/diggThis.png" height="80" alt="DiggThis" width="52" /></a><p></p></td><td><a name="fb_share" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.projecthoneypot.org%2F1_billionth_spam_message_stats.php&amp;t=1%20Billion%20Spammers%20Served%20%7C%20Deep%20Insights%20into%20Spam%20%7C%20Project%20Honey%20Pot&amp;src=sp" type="box_count" style="text-decoration: none;"><span><span></span><span></span><span><span>100</span></span><span style="cursor: pointer;"><span>Share</span></span></span></a></td><td></td><td><a href="http://twitter.com/ProjectHoneyPot"><img src="http://twitbuttons.com/buttons2/8/3.png" height="72" alt="Twitter Button from twitbuttons.com" width="154" /></a><p></p></td></tr></table><p></p>
		<p style="text-align: center;"><a href="http://creativecommons.org/licenses/by/3.0/" rel="license"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" height="31" alt="Creative Commons License" style="border-width: 0;" width="88" /></a></p><p></p>
	</div></blockquote><div class="posterous_quote_citation">via <a href="http://www.projecthoneypot.org/1_billionth_spam_message_stats.php">projecthoneypot.org</a></div>
    <p>The Honey Pot Project just received it's Billionth SPAM email since it started in 2004. The sad thing is that this is only a small part of the 125 Trillion messages that have been sent out since they started.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/1-billion-spammers-served-deep-insights-into">Permalink</a> 

	| <a href="http://iallison.posterous.com/1-billion-spammers-served-deep-insights-into#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/1-billion-spammers-served-deep-insights-into</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 11 Dec 2009 12:59:57 -0800</pubDate>
      <title>Awesome graph of W3.org's Historical Browser Statistics</title>
      <link>http://feedproxy.google.com/~r/IansPosterous/~3/oxHDREvK8Wo/awesome-graph-of-w3orgs-historical-browser-st</link>
      <guid isPermaLink="false">http://iallison.posterous.com/awesome-graph-of-w3orgs-historical-browser-st</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <embed name="BrowserMarketShare" src="http://www.axiis.org/examples/BrowserMarketShare.swf" pluginspage="http://www.adobe.com/go/getflashplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" height="400" align="middle" quality="high" width="500"> 
</embed>

  


<div style="display: none; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px; border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(136, 136, 136); border-right-color: rgb(136, 136, 136); border-bottom-color: rgb(136, 136, 136); border-left-color: rgb(136, 136, 136); background-image: none; background-color: rgb(255, 255, 255); height: 610px; background-position: 0% 0%;"><iframe name="POSTEROUS___bookmarklet_iframe" style="border: 0px none; margin: 0px; padding: 0px; height: 100%;"></iframe></div><form method="POST" action="http://posterous.com/bookmarklet/iframe_contents" target="POSTEROUS___bookmarklet_iframe" accept-charset="utf-8"><input name="title" type="hidden" value="" /><input name="linkto" type="hidden" value="http://www.axiis.org/examples/BrowserMarketShare.html" /><input name="selection" type="hidden" value="" /><input name="doc_contents" type="hidden" /></form>

<div class="posterous_quote_citation">via <a href="http://www.axiis.org/examples/BrowserMarketShare.html">axiis.org</a></div>
    <p>Too bad they didn't include elinks and lynx statistics pre 2002.</p></div>
	
</p>

<p><a href="http://iallison.posterous.com/awesome-graph-of-w3orgs-historical-browser-st">Permalink</a> 

	| <a href="http://iallison.posterous.com/awesome-graph-of-w3orgs-historical-browser-st#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/82891/111282_large_bigger.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brlaWOQ9hf</posterous:profileUrl>
        <posterous:firstName>Ian</posterous:firstName>
        <posterous:lastName>Allison</posterous:lastName>
        <posterous:nickName>Ian</posterous:nickName>
        <posterous:displayName>Ian Allison</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://iallison.posterous.com/awesome-graph-of-w3orgs-historical-browser-st</feedburner:origLink></item>
  </channel>
</rss>

