<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Feed the Mind</title>
    <link>http://acme-labs.org.uk/rss/news/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Papers and books that have been of interest to myself.</description>
    
    
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FeedTheMind" /><feedburner:info uri="feedthemind" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>FeedTheMind</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
          <title>Clock Descriptions</title>
          <description>&lt;p&gt;
This is the final article in a series of articles related to analysing the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge data set by applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and utilising &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
With this final blog article, we shall use the logging events present in &lt;code&gt;sanitized_log/apache2/www-*.log&lt;/code&gt; to build a reference clock description (see &lt;a href="http://www.infosec.jmu.edu/reports/jmu-infosec-tr-2007-001.php"&gt;An Improved Clock Model for Translating Timestamps&lt;/a&gt; by Florian Buchholz). In doing this, we are then able to provide date and time estimates to events in terms of a standard reference clock.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LEGV1iBBZ0vtwuCwtHlB1CSyq4c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LEGV1iBBZ0vtwuCwtHlB1CSyq4c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LEGV1iBBZ0vtwuCwtHlB1CSyq4c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LEGV1iBBZ0vtwuCwtHlB1CSyq4c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/eCfx_LPEMsI" height="1" width="1"/&gt;</description>
          <pubDate>Tue, 26 Apr 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/04/26/clock-descriptions/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/eCfx_LPEMsI/</link>
          <category>honeynet, digital forensics, data visualisation, clock descriptions</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/04/26/clock-descriptions/</feedburner:origLink></item>
    
        <item>
          <title>Wordpress Versioning: Part 2</title>
          <description>&lt;p&gt;
This is part of a series of articles related to analysing the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge data set by applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and utilising &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
Using just the logging events present in &lt;code&gt;sanitized_log/apache2/www-*.log&lt;/code&gt;, this article explores how we might provide probability estimates (via naive Bayesian classifiers) for the version numbers of Wordpress and its plugins.
&lt;/p&gt;

&lt;p&gt;
In the final blog article to this series, we shall look at how the work of Florian Buchholz (eg. see &lt;a href="http://www.infosec.jmu.edu/reports/jmu-infosec-tr-2007-001.php"&gt;An Improved Clock Model for Translating Timestamps&lt;/a&gt;) can be used to measure logging event times relative to a suitable reference clock description.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NcYBmHkztp0413pifCWgMS2aN8I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NcYBmHkztp0413pifCWgMS2aN8I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NcYBmHkztp0413pifCWgMS2aN8I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NcYBmHkztp0413pifCWgMS2aN8I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/RdzLKYhcjrQ" height="1" width="1"/&gt;</description>
          <pubDate>Sat, 09 Apr 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/04/09/wordpress-versioning-part-2/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/RdzLKYhcjrQ/</link>
          <category>honeynet, digital forensics, data visualisation, wordpress</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/04/09/wordpress-versioning-part-2/</feedburner:origLink></item>
    
        <item>
          <title>Estimating Apache2 Restarts</title>
          <description>&lt;p&gt;
This is part of a series of articles related to analysing the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge data set by applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and utilising &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
Using just the logging events present in &lt;code&gt;sanitized_log/apache2/www-*.log&lt;/code&gt;, this article explores how we might estimate the Apache2 restart times by reconstructing the scoreboard worker thread data structure.
&lt;/p&gt;

&lt;p&gt;
In the final blog article to this series, we shall look at how the work of Florian Buchholz (eg. see &lt;a href="http://www.infosec.jmu.edu/reports/jmu-infosec-tr-2007-001.php"&gt;An Improved Clock Model for Translating Timestamps&lt;/a&gt;) can be used to measure logging event times relative to a suitable reference clock description.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OAatWdrFMp0iq0oQVVj8daJAOPQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OAatWdrFMp0iq0oQVVj8daJAOPQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OAatWdrFMp0iq0oQVVj8daJAOPQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OAatWdrFMp0iq0oQVVj8daJAOPQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/g6WqRqXi3hM" height="1" width="1"/&gt;</description>
          <pubDate>Tue, 08 Mar 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/03/08/estimating-apache2-restarts/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/g6WqRqXi3hM/</link>
          <category>honeynet, digital forensics, data visualisation, apache2, score board</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/03/08/estimating-apache2-restarts/</feedburner:origLink></item>
    
        <item>
          <title>Wordpress Versioning: Part 1</title>
          <description>&lt;p&gt;
This is part of a series of articles related to analysing the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge data set by applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and utilising &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
Using just the logging events present in &lt;code&gt;sanitized_log/apache2/www-*.log&lt;/code&gt;, this article explores how we might estimate the version numbers for Wordpress and its plugins. A latter article will explore how to add probabilistic certainties to such versioning estimates.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2zcgdgK_zklN4GxpcO_RfF7KdIc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2zcgdgK_zklN4GxpcO_RfF7KdIc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2zcgdgK_zklN4GxpcO_RfF7KdIc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2zcgdgK_zklN4GxpcO_RfF7KdIc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/bS9E0-j9OXI" height="1" width="1"/&gt;</description>
          <pubDate>Mon, 28 Feb 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/02/28/wordpress-versioning-part-1/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/bS9E0-j9OXI/</link>
          <category>honeynet, digital forensics, data visualisation, wordpress</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/02/28/wordpress-versioning-part-1/</feedburner:origLink></item>
    
        <item>
          <title>Tagging and Timelines: Part 2</title>
          <description>&lt;p&gt;
This is part of a series of articles related to analysing the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge data set by applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and utilising &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
In &lt;a href="/news/2011/02/17/tagging-and-timelines-part-1/"&gt;Tagging and Timelines: Part 1&lt;/a&gt; we had introduced a tagging algorithm that utilised Debian's package tags (ie. &lt;a href="http://debtags.alioth.debian.org/"&gt;debtags&lt;/a&gt;). This blog post explores how we may use these tagging relationships, along with an interactive timeline (implemented using &lt;a href="http://vis.stanford.edu/protovis/"&gt;Protovis&lt;/a&gt;), to explore and analyse the &lt;code&gt;auth.log&lt;/code&gt; sudo events.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/klMS0wZv4P-QaTTgLKpuZK2XHFk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/klMS0wZv4P-QaTTgLKpuZK2XHFk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/klMS0wZv4P-QaTTgLKpuZK2XHFk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/klMS0wZv4P-QaTTgLKpuZK2XHFk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/a018xcSr03A" height="1" width="1"/&gt;</description>
          <pubDate>Sun, 27 Feb 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/02/27/tagging-and-timelines-part-2/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/a018xcSr03A/</link>
          <category>honeynet, digital forensics, data visualisation, timeline</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/02/27/tagging-and-timelines-part-2/</feedburner:origLink></item>
    
        <item>
          <title>Tagging and Timelines: Part 1</title>
          <description>&lt;p&gt;
This is part of a series of articles related to analysing the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge data set by applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and utilising &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;).
&lt;/p&gt;

&lt;p&gt;
Using a tagging algorithm that utilises Debian's package tags (ie. &lt;a href="http://debtags.alioth.debian.org/"&gt;debtags&lt;/a&gt;), this blog post explores how we may quickly and objectively classify logging events using tagging. The next post introduces an interactive timeline (implemented using &lt;a href="http://vis.stanford.edu/protovis/"&gt;Protovis&lt;/a&gt;) that we shall use to further explore and analyse the &lt;code&gt;auth.log&lt;/code&gt; sudo events.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BaYccy4TMKU1RjxcsLIp9A5KqWQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BaYccy4TMKU1RjxcsLIp9A5KqWQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BaYccy4TMKU1RjxcsLIp9A5KqWQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BaYccy4TMKU1RjxcsLIp9A5KqWQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/midtqFT6HV0" height="1" width="1"/&gt;</description>
          <pubDate>Thu, 17 Feb 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/02/17/tagging-and-timelines-part-1/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/midtqFT6HV0/</link>
          <category>honeynet, digital forensics, data visualisation, tagging</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/02/17/tagging-and-timelines-part-1/</feedburner:origLink></item>
    
        <item>
          <title>Apache2 Version Analysis: Ubuntu Packaging</title>
          <description>&lt;p&gt;
During a recent attempt at answering the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge, I wrote a series of reasoned analyses for the supplied Honeynet logging data. Unfortunately, teaching workloads stopped me from submitting any realistic challenge answer.
&lt;/p&gt;

&lt;p&gt;
Inspired by the idea of applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; to Digital Forensics (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and using &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;), I set about attempting to apply the same principles to analysing the Log Mysteries data sets.
&lt;/p&gt;

&lt;p&gt;
In the blog post &lt;a href="http://acme-labs.org.uk/news/2011/01/21/apache2-version-analysis-data-visualisation/"&gt;Apache2 Version Analysis: Data Visualisation&lt;/a&gt;, we estimated that Apache2 is at a revision &amp;lt; 596448 (ie. tag release is &amp;le; 2.2.6) and, under minimal additional assumptions, we also estimated that Apache2 was at a revision &amp;ge; 420983 (ie. tag release is &amp;ge; 2.2.3). Obviously, these revision and tag numbers are taken relative to the Apache2 subversion repository and &lt;b&gt;not&lt;/b&gt; the Ubuntu package repository.
&lt;/p&gt;

&lt;p&gt;
As Ubuntu packages (like Debian packages) essentially consist of the original (pristine!) upstream source code (eg. a tagged release straight from the Apache2 subversion repository) with a patch that is to be applied on installation, we clearly have some extra work to do here!
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S7o5tMgtE9E_Q5f3wg9r20F_UBM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S7o5tMgtE9E_Q5f3wg9r20F_UBM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S7o5tMgtE9E_Q5f3wg9r20F_UBM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S7o5tMgtE9E_Q5f3wg9r20F_UBM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/rJzsUPS4_5k" height="1" width="1"/&gt;</description>
          <pubDate>Sun, 23 Jan 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/01/23/apache2-version-analysis-ubuntu-packaging/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/rJzsUPS4_5k/</link>
          <category>honeynet, digital forensics</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/01/23/apache2-version-analysis-ubuntu-packaging/</feedburner:origLink></item>
    
        <item>
          <title>Apache2 Version Analysis: Data Visualisation</title>
          <description>&lt;p&gt;
During a recent attempt at answering the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge, I wrote a series of reasoned analyses for the supplied Honeynet logging data. Unfortunately, teaching workloads stopped me from submitting any realistic challenge answer.
&lt;/p&gt;

&lt;p&gt;
Inspired by the idea of applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; to Digital Forensics (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;) and using &lt;a href="http://en.wikipedia.org/wiki/Data_visualization"&gt;data visualisation&lt;/a&gt; (see &lt;a href="http://nostarch.com/securityvisualization.htm"&gt;Conti2007&lt;/a&gt; and &lt;a href="http://www.informit.com/store/product.aspx?isbn=0321510100"&gt;Marty2008&lt;/a&gt;), I set about attempting to apply the same principles to analysing the Log Mysteries data sets.
&lt;/p&gt;

&lt;p&gt;
In the blog post &lt;a href="http://acme-labs.org.uk/news/2011/01/20/apache2-version-analysis/"&gt;Apache2 Version Analysis&lt;/a&gt;, we presented an argument that purported to provide an upper bound estimate on the version of Apache2 that was present on the Log Mysteries web server. It was pointed out, in that blog post, that this version estimate had a subtle error that needed to be located and fixed. In this article, we aim to rectify this situation by using a timeline to correctly estimate that Apache2 is at a revision &amp;lt; 596448 (ie. tag release is &amp;le; 2.2.6). Under minimal additional assumptions, we can also deduce that Apache2 is at a revision &amp;ge; 420983 (ie. tag release is &amp;ge; 2.2.3).
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/auH7mV7qPRaDY0bvxbeoz26v_lw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/auH7mV7qPRaDY0bvxbeoz26v_lw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/auH7mV7qPRaDY0bvxbeoz26v_lw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/auH7mV7qPRaDY0bvxbeoz26v_lw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/iTMHD7Pgs7o" height="1" width="1"/&gt;</description>
          <pubDate>Fri, 21 Jan 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/01/21/apache2-version-analysis-data-visualisation/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/iTMHD7Pgs7o/</link>
          <category>honeynet, digital forensics, data visualisation, timeline</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/01/21/apache2-version-analysis-data-visualisation/</feedburner:origLink></item>
    
        <item>
          <title>Apache2 Version Analysis</title>
          <description>&lt;p&gt;
During a recent attempt at answering the Honeynet &lt;a href="http://www.honeynet.org/challenges/2010_5_log_mysteries"&gt;Log Mysteries&lt;/a&gt; Challenge, I wrote a series of reasoned analyses for the supplied Honeynet logging data. Unfortunately, teaching workloads stopped me from submitting any realistic challenge answer.
&lt;/p&gt;

&lt;p&gt;
Inspired by the idea of applying the &lt;a href="http://en.wikipedia.org/wiki/Scientific_method"&gt;Scientific Method&lt;/a&gt; to Digital Forensics (see &lt;a href="http://www.elsevier.com/wps/find/bookdescription.cws_home/720460/description#description"&gt;Casey2009&lt;/a&gt; and &lt;a href="https://www.cerias.purdue.edu/assets/pdf/bibtex_archive/2006-06.pdf"&gt;Carrier2006&lt;/a&gt;), I set about attempting to apply the same principles to analysing the Log Mysteries data sets.
&lt;/p&gt;

&lt;p&gt;
Using just the &lt;code&gt;apache2/www-*&lt;/code&gt; logs from the Log Mysteries Honeynet challenge, this blog post demonstrates how we can define upper bounds on the version of Apache2 used and, more interestingly, data regarding Apache's worker threads. We are also able to establish how to obtain the log events with microsecond (instead of just second) timestamp accuracy.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cZ47iAcrdzk7C6aKbr9vGTEt1Ok/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cZ47iAcrdzk7C6aKbr9vGTEt1Ok/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cZ47iAcrdzk7C6aKbr9vGTEt1Ok/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cZ47iAcrdzk7C6aKbr9vGTEt1Ok/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/ybWqimbuL6c" height="1" width="1"/&gt;</description>
          <pubDate>Thu, 20 Jan 2011 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2011/01/20/apache2-version-analysis/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/ybWqimbuL6c/</link>
          <category>honeynet, digital forensics</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2011/01/20/apache2-version-analysis/</feedburner:origLink></item>
    
        <item>
          <title>Honeynet Memory Forensics Challenge</title>
          <description>&lt;p&gt;Using a modified version of the Volatility framework (see &lt;a href="http://github.com/carlpulley/volatility"&gt;http://github.com/carlpulley/volatility&lt;/a&gt; and look at the &lt;i&gt;honeynet&lt;/i&gt; tag on the main development branch) I've managed to attain third place in the &lt;a href="https://www.honeynet.org/node/542"&gt;Honeynet Forensics Challenge 2010/3 (&lt;i&gt;Banking Troubles&lt;/i&gt;)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/u8pEGtWl20Nm97no3Pu5f3gv9fw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u8pEGtWl20Nm97no3Pu5f3gv9fw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/u8pEGtWl20Nm97no3Pu5f3gv9fw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u8pEGtWl20Nm97no3Pu5f3gv9fw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FeedTheMind/~4/LIEuKsXzSaM" height="1" width="1"/&gt;</description>
          <pubDate>Thu, 13 May 2010 00:00:00 GMT</pubDate>
          <guid isPermaLink="false">http://acme-labs.org.uk/news/2010/05/13/honeynet-memory-forensics-challenge/</guid>
          <link>http://feedproxy.google.com/~r/FeedTheMind/~3/LIEuKsXzSaM/</link>
          <category>honeynet, digital forensics, volatility</category>
        <feedburner:origLink>http://acme-labs.org.uk/news/2010/05/13/honeynet-memory-forensics-challenge/</feedburner:origLink></item>
    
    
  </channel>
</rss>

