<?xml version="1.0" encoding="ISO-8859-15"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>int for(ensic){blog;}</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/" />
    <link rel="self" type="application/atom+xml" href="http://computer.forensikblog.de/en/atom.xml" />
   <id>tag:computer.forensikblog.de,2010:/en//5</id>
    <updated>2010-03-11T15:00:34Z</updated>
    <subtitle>Notes on computer forensics - international edition.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>A non-empty NullType</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/03/non_empty_nulltype.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.649</id>
    
    <published>2010-03-11T15:00:00Z</published>
    <updated>2010-03-11T15:00:34Z</updated>
    
    <summary>The separation of content and structure along with the substitution mechanism is a core concept of the event log. The XML template contains placeholders, that are filled in from the associated slots of the record&apos;s substitution array. Whenever the slot...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Vista event log" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>The separation of content and structure along with the <a href="/en/2007/07/substitution.html">substitution mechanism</a> is a core concept of the event log. The XML template contains placeholders, that are filled in from the associated slots of the record's substitution array. Whenever the slot contains a NullType "value", the system suppresses the placeholder and its containing XML element. These NullType slots do not contain any data. At least that's what I thought for too long.</p>]]>
        <![CDATA[<p>The image below shows a part of a typical substitution array. The data has been interpreted by means of my <a href="/en/2007/08/evtx_substarray_template.html">template</a> for the 010 Editor.</p>

<p><img alt="Common substitution array with an empty slot." src="/media/evtx-arr-nullisnotnull1.jpg" width="346" height="128" /></p>

<p>In this example slot #12 holds 12 bytes of data. According to the type identifier this data needs to be interpreted as a security identifier (SID). The following slot, no. 13, is to be interpreted as NullType. Also, it does not contain any data.</p>

<p>This exactly is what I've seen in countless records. Then Roberto De Vivo provided me with an event log that made my parser crash. Several substitution arrays in his file look similar to slot #4 in the following image.</p>

<p><img alt="This NullType slot holds data." src="/media/evtx-arr-nullisnotnull2.jpg" width="346" height="113" /></p>

<p>The length clearly is different from zero and the slot contains data. I found more non-empty NullType objects in the same file, some of them contain up to 16 bytes of data.</p>

<p>At first first I supposed that my understanding of the data type was wrong. So I let the Microsoft Event Viewer transform the records in question, but I couldn't find the "unsuspected" data anywhere in its XML output.</p>

<p>Further research is needed to determine what causes this "unexpected" data and whether it is of any forensic value.</p>]]>
    </content>
</entry>
<entry>
    <title>Tutorial on File System Analysis</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/03/tutorial_on_filesystem_analysis.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.653</id>
    
    <published>2010-03-01T15:00:00Z</published>
    <updated>2010-03-01T15:00:34Z</updated>
    
    <summary>I&apos;m excited to announce that my proposed tutorial on file system analysis was accepted for the 22nd Annual FIRST Conference. I&apos;m going to explain how to proceed when the usual tools like EnCase, FTK, and X-Ways Forensics are unable to...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="File Systems" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>I'm excited to announce that my proposed tutorial on file system analysis was accepted for the <a href="http://conference.first.org/program/program.aspx">22<sup>nd</sup> Annual FIRST Conference</a>. I'm going to explain how to proceed when the usual tools like EnCase, FTK, and X-Ways Forensics are unable to parse a file system.</p>]]>
        <![CDATA[<p>The whole course is themed around a multi-function device that could be found in an arbitrary office environment. The disk image will be made available to attendees.</p>

<p>Among the topics of the tutorial are:</p>
<ul>
<li>know different partitioning schemes</li>
<li>locate partitions</li>
<li>core functionality of a file system</li>
<li>learn how to subdivide a partition into functional units</li>
<li>locate directories</li>
<li>interpret directory entries</li>
<li>reconstruct a file</li>
</ul>
<p>I will demonstrate how you can improvise your own disk analysis tools using Python, SQlite and Gnuplot. And, of course, I will utilize 010 Editor to explore the various structures of the file system.</p>

<p>The tutorial will be held the last day of the FIRST Conference, which runs from Sunday June 13 to Friday June 18, 2010. More information is available from <a href="http://conference.first.org/">the official conference website</a>. <a href="https://reg.first.org/conference/">Registration</a> is already open and early registration rates are available until March 31, 2010. <em>See you in Miami!</em></p>

<p><img alt="FIRST 2010 Speaker" src="/media/FIRST2010-Sunset-SPEAKER.gif" width="255" height="260" /></p>]]>
    </content>
</entry>
<entry>
    <title>Evtx Parser Version 1.0.3</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/02/evtx_parser_1_0_3.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.650</id>
    
    <published>2010-02-25T15:00:00Z</published>
    <updated>2010-02-25T15:00:34Z</updated>
    
    <summary>Version 1.0.3 of the Microsoft Vista and Windows 2008 Event Log parser is now available for download. As usual, it fixes some bugs and introduces new features....</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Vista event log" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>Version 1.0.3 of the Microsoft Vista and Windows 2008 Event Log parser is now available for <a href="/files/evtx/EvtxParser-current.zip">download</a>. As usual, it fixes some bugs and introduces new features.</p>]]>
        <![CDATA[<p>As mentioned before, the integrity of <a href="/en/2007/07/evtx_file_header.html">file</a> and <a href="/en/2007/07/evtx_chunk_header.html">chunk headers</a> is protected by means of CRC32 check sums. The parser library now evaluates these check sums and the <tt>evtxinfo.pl</tt> sample program displays the results.</p>

<p>Hex digits are now shown in upper case to resemble the format of Microsoft's Event Viewer applet. This version fixes an error in the formatting of GUIDs.</p>

<p>Unfortunately I was not able to acquire test data for variant type 0x12. Therefore I decided to remove the handler module, <tt>Type0x12.pm</tt>.</p>

<p>The newly added file <tt>evtxsort.xsl</tt> provides a <a href="/en/2010/02/how_to_sort_event_records.html">XML transformation to sort and normalize event log records</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>Test of Media Preparation Tools</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/02/test_of_media_preparation_tools.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.644</id>
    
    <published>2010-02-23T15:00:00Z</published>
    <updated>2010-02-23T15:04:35Z</updated>
    
    <summary>NIST has tested hardware and software tools that can be used to wipe hard disks. Wiping tools are commonly used to clean temporary storage media. This can happen prior to an analysis in order to prevent data from an earlier...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Lab" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>NIST has tested hardware and software tools that can be used to wipe hard disks. Wiping tools are commonly used to clean temporary storage media. This can happen prior to an analysis in order to prevent data from an earlier case to contaminate data that is currently under examination. Also, storage media are commonly wiped as soon as they are no longer needed in order to minimize the risk of data leakage.</p>]]>
        <![CDATA[<p>NIST has tested wiping devices and a popular boot CD.</p>

<p><a href="http://www.wiebetech.com/products/Drive_eRazer.php">WiebeTech Drive eRazer DRZR-2-VBND and Drive eRazer PRO</a> are both able to wipe visible sectors. However, under some conditions the devices fail to clean sectors that are in a Host Protected Area (HPA) or Device Configuration Overlay (DCO). Please see the test report for a detailed description of the results. (<a href="http://www.ncjrs.gov/pdffiles1/nij/228228.pdf">PDF</a>)</p>

<p><a href="http://www.voomtech.com/hc2.html">Voom HardCopy II</a> does not support the ATA SECURE WRITE command. Therefore it has to overwrite sectors using the common ATA WRITE command. The tool succeeded in cleaning the test media. (<a href="http://www.ncjrs.gov/pdffiles1/nij/228980.pdf">PDF</a>)</p>

<p>The popular boot CD <a href="http://www.dban.org/">Darik's Boot and Nuke 1.0.7</a> does not support ATA SECURE WRITE, too. According to the report, the vendor documents that the tool is unable to wipe secors in a DCO or HPA. Therefore these functions were not tested. (<a href="http://www.ncjrs.gov/pdffiles1/nij/228983.pdf">PDF</a>)</p>]]>
    </content>
</entry>
<entry>
    <title>010 Editor Version 3.1.0</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/02/010_editor_3_1_0.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.647</id>
    
    <published>2010-02-22T15:00:00Z</published>
    <updated>2010-02-22T15:00:34Z</updated>
    
    <summary>010 Editor, a hex editor, became an indispensable tool to me years ago. I use it frequently when I&apos;m analyzing files in depth. The authors have released version 3.1, which fixes a couple of bugs and introduces many new features....</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Lab" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p><a href="http://www.sweetscape.com/010editor/">010 Editor</a>, a <a href="http://en.wikipedia.org/wiki/Hex_editor">hex editor</a>, became an indispensable tool to me years ago. I use it frequently when I'm analyzing files in depth. The authors have released version 3.1, which fixes a couple of bugs and introduces <a href="http://www.sweetscape.com/010editor/release_notes.html">many new features</a>.</p>]]>
        <![CDATA[<p>I want to mention two of the new features, because they were on top of my wish list for a while.</p>

<p>The editor now natively supports UNICODE strings (<tt>wstring</tt> and <tt>wchar</tt>). Ugly workarounds are no longer needed, but I haven't updated my (public) templates.</p>

<p>The preprocessor now supports many directives like <tt>#define</tt>, <tt>#ifdef</tt>, and <tt>#else</tt> that are known from the C programming language. Please note that arguments to <tt>#include</tt> are now required to be enclosed in either angle brackets or double quotes.</p>

<p>The <a href="http://www.sweetscape.com/download/010EditorInstaller.exe">update to version 3.1</a> is now available for download from Sweetscape.</p>]]>
    </content>
</entry>
<entry>
    <title>How to Sort Event Records</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/02/how_to_sort_event_records.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.642</id>
    
    <published>2010-02-08T15:00:00Z</published>
    <updated>2010-02-08T15:00:33Z</updated>
    
    <summary>In the course of time I found different tools to order event records differently. The Windows Event Viewer, for example, exports records from the highest to the lowest EventRecordID. My own tool parses an EVTX file from its beginning to...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Vista event log" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>In the course of time I found different tools to order event records differently. The Windows Event Viewer, for example, exports records from the highest to the lowest EventRecordID. My own tool parses an EVTX file from its beginning to its end and emits event records as they appear in the file. In most cases this will be in the opposite direction, from the lowest to the highest EventRecordID. But to make things worse, logs can be configured to wrap around, so the record with the lowest number may be found somewhere in the middle. A tool to sort event records in XML format by their EventRecordID would come in handy!</p>]]>
        <![CDATA[<p>Fortunately the log file already exists in XML format. It should be easy to come up with an XML transformation to sort its records. An <a href="http://www.xml.com/pub/a/2002/07/03/transform.html">article by Bob DuCharme</a> provides a great introduction and lots of sample code. In particular <a href="http://www.xml.com/pub/a/2002/07/03/transform.html?page=3">example xq437.xsl on page 3</a> looked promising to me. Now I only had to adjust a couple of element names and the namespace. Here's the final XSLT script:</p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;

&lt;xsl:stylesheet version=&quot;1.0&quot; 
  xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; 
  xmlns:evtx=&quot;http://schemas.microsoft.com/win/2004/08/events/event&quot;&gt;
  
  &lt;xsl:output method=&quot;xml&quot; indent=&quot;yes&quot; encoding=&quot;UTF-8&quot;/&gt;
  &lt;xsl:strip-space elements=&quot;*&quot; /&gt;
  
  &lt;xsl:template match=&quot;Events&quot;&gt;
    &lt;xsl:copy&gt;
      &lt;xsl:apply-templates select=&quot;evtx:Event&quot;&gt;
        &lt;xsl:sort select=&quot;evtx:System/evtx:EventRecordID&quot; 
          data-type=&quot;number&quot; 
          order=&quot;ascending&quot;/&gt;
        &lt;/xsl:apply-templates&gt;
      &lt;/xsl:copy&gt;
  &lt;/xsl:template&gt;
  
  &lt;xsl:template match=&quot;*&quot;&gt;
    &lt;xsl:copy&gt;
      &lt;xsl:apply-templates/&gt;
    &lt;/xsl:copy&gt;
  &lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;
</code></pre>
<p>You should be able to run it in any XSLT processor, like Sablotron, Xalan, or SAXON. I already had <a href="http://xmlsoft.org/XSLT/">libxslt</a> installed, so I used their <a href="http://xmlsoft.org/XSLT/xsltproc.html">xsltproc</a> command line tool:<br />
<tt>xsltproc evtxsort.xsl mylog.xml > mylog.sorted.xml</tt><br />
Now, event records are formatted nicely and appear in ascending order.</p>

<p>You can customize this script to your needs, e.g. sorting records in descending order, or sorting by EventID, or writing a summary report, or ...</p>]]>
    </content>
</entry>
<entry>
    <title>Evtx Parser Version 1.0.2</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/02/evtx_parser_1_0_2.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.641</id>
    
    <published>2010-02-04T15:00:00Z</published>
    <updated>2010-02-25T19:10:38Z</updated>
    
    <summary>Version 1.0.2 of the perl Evtx Parser library is now publicly available. This version fixes some bugs and introduces some small changes to the parser&apos;s architecture....</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Vista event log" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>Version 1.0.2 of the perl <a href="/files/evtx/EvtxParser-current.zip">Evtx Parser</a> library is now publicly available. This version fixes some bugs and introduces some small changes to the parser's architecture.</p>]]>
        <![CDATA[<p>A couple of changes fix errors in the generated XML. <a href="http://blog.kiddaland.net/">Kristinn Gudjonsson</a> pointed out that XML special characters were not quoted and provided me with a patch. Many thanks! While I was at it, I also removed excess terminators (null bytes) from strings. My sample files now pass the tests by <a href="http://xmlsoft.org/xmllint.html">XMLlint</a>.</p>

<p>NullType objects in the context of a SubstitutionArray may now contain data. Don't worry if that doesn't make any sense to you. I'm going to describe my observations in a separate article. Thanks to Roberto De Vivo for the bug report and for providing me with a fascinating sample file!</p>

<p>There are also some minor changes to the parser's architecture. In the Chunk object, the stack of element names was replaced by a stack of pointers to the corresponding start elements. Closing elements (Node0x03 and Node0x04) now propagate their type back into the start element (Node0x01). This allows for the start element to produce the whole string. This facilitates using the Evtx Parser as a library from other tools.</p>

<p>Download the new version <a href="/files/evtx/EvtxParser-current.zip">here</a>.</p>

<p><strong>Added 02/25/2010: </strong>Please see also the <a href="/en/2010/02/evtx_parser_1_0_3.html">announcement of version 1.0.3</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>SANS Forensic Summit in London</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2010/02/sans_forensic_summit_london.html" />
    <id>tag:computer.forensikblog.de,2010:/en//5.640</id>
    
    <published>2010-02-01T15:00:00Z</published>
    <updated>2010-02-01T15:00:52Z</updated>
    
    <summary>On April 19 and 20, 2010 SANS will held their European Community Digital Forensics and Incident Response Summit in London, UK. Check out the agenda, there will be lots of interesting keynotes and briefings. I&apos;m excited to announce that I...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Side notes" />
            <category term="Vista event log" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>On April 19 and 20, 2010 SANS will held their European Community Digital Forensics and Incident Response Summit in London, UK. Check out the <a href="http://www.sans.org/eu-forensics-incident-response-summit-2010/">agenda</a>, there will be lots of interesting keynotes and briefings. I'm excited to announce that I will present on the native format of Windows Event Logs on the second day.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Evtx Parser Version 1.0.1</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/12/evtx_parser_1_0_1.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.638</id>
    
    <published>2009-12-22T15:00:00Z</published>
    <updated>2010-02-04T17:11:11Z</updated>
    
    <summary>Two years ago I released the first version of a parser for the binary, XMl-based event log file format of Windows Vista. During the last weeks I finally received some bug reports and feature requests. I&apos;m excited to release an...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Vista event log" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2010 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>Two years ago I released the first version of a parser for the binary, XMl-based event log file format of Windows Vista. During the last weeks I finally received some bug reports and feature requests. I'm excited to release an <a href="http://computer.forensikblog.de/files/evtx/EvtxParser-current.zip">improved version</a> just in time for Christmas.</p>]]>
        <![CDATA[<p>The most important changes are:</p>

<ul><li>I removed a to restrictive constraint from the <tt>Node0x0d.pm</tt> module. The parser now responds more flexible to unknown data types. I wish to thank Rob Hulley and Adrian Forschner for their bug reports, sample data and continued testing.</li>
<li>The <tt>Evtx.pm</tt> modules now keeps track of the currently processed chunk. The <tt>get_current_chunk()</tt> method provides a pointer to the current chunk object.</li>
<li>The <tt>Evtx.pm</tt> and <tt>Chunk.pm</tt> modules now parse more values from the <a href="/en/2007/07/evtx_file_header.html">file</a> and <a href="/en/2007/07/evtx_chunk_header.html">chunk</a> headers. Thanks again to Rob Hulley for his patch.</li>
<li>A new sample program, <tt>evtxinfo.pl</tt>, displays these properties. In addition it lists the first and last event record number for each chunk. There are two sets of numbers: one refers to the examined file, while the other refers to the log channel.</li></ul>
<pre>
$ ./evtxinfo.pl sample4.evtx 
Information from file header:
Format version  : 3.1
Flags           : 0x00000000
         File is: CLEAN
     Log is full: NO
Current chunk   : 2 of 16
Next Record#    : 5276

Information from chunks:
Chunk file (first/last)     log (first/last)     
----- --------------------- ---------------------
    1       4681       4976       4902       5197
    2       4977       5054       5198       5275
    3        593        888        814       1109
    4        889       1135       1110       1356
    5       1136       1431       1357       1652
    6       1432       1727       1653       1948
    7       1728       2023       1949       2244
    8       2024       2312       2245       2533
    9       2313       2608       2534       2829
   10       2609       2904       2830       3125
   11       2905       3200       3126       3421
   12       3201       3496       3422       3717
   13       3497       3792       3718       4013
   14       3793       4088       4014       4309
   15       4089       4384       4310       4605
   16       4385       4680       4606       4901
</pre>
<p><strong>02/04/2010: </strong>Please see also the release notes on <a href="/en/2010/02/evtx_parser_1_0_2.html">version 1.0.2</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>IWCF 2010</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/11/iwcf_2010.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.634</id>
    
    <published>2009-11-04T15:00:00Z</published>
    <updated>2009-11-04T15:00:05Z</updated>
    
    <summary>The 4th International Workshop on Computational Forensics (IWCF) will held in Tokyo on November 11 and 12, 2010. The workshop does not just focus on computer forensics, but computational forensics, which according to the organizers is &quot;the hypothesis-driven investigation of...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Side notes" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2009 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>The 4<sup>th</sup> International Workshop on Computational Forensics (IWCF) will held in Tokyo on November 11 and 12, 2010. The workshop does not just focus on computer forensics, but computational forensics, which according to the organizers is "the hypothesis-driven investigation of a specific forensic problem using computers".</p>

<p>The <a href="http://dl.getdropbox.com/u/1645342/IWCF2010-Preliminary-CFP.pdf">preliminary Call for Papers</a> has been posted. Submissions are due June 25, 2010. Please see the <a href="http://iwcf10.arsforensica.org/">conference website</a> for further details.</p>]]>
        
    </content>
</entry>
<entry>
    <title>ENAC November 2009</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/11/enac_11_2009.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.633</id>
    
    <published>2009-11-03T15:00:00Z</published>
    <updated>2009-11-03T15:00:20Z</updated>
    
    <summary>Cybex has published the November 2009 issue of their e-Newsletter on the Fight Against Cybercrime (ENAC). The newsletter covers various organizational, legal and technical aspects of Cybercrime and countermeasures. In the technical section of this issue Juan Carlos Ruiloba Castilla...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Library" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2009 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>Cybex has published the <a hraf="http://www.cybex.es/e-newsletter/2009/newsletter_09_11_en.pdf">November 2009 issue</a> of their e-Newsletter on the Fight Against Cybercrime (ENAC). The newsletter covers various organizational, legal and technical aspects of Cybercrime and countermeasures.</p>

<p>In the technical section of this issue Juan Carlos Ruiloba Castilla (Policía Judicial de Barcelona, Spain) discusses fast-flux networks.</p>]]>
        
    </content>
</entry>
<entry>
    <title>DFRWS 2010</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/10/dfrws_2010.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.629</id>
    
    <published>2009-10-15T15:00:00Z</published>
    <updated>2009-10-15T15:00:04Z</updated>
    
    <summary>The next Digital Forensic Research Conference (DFRWS) will held from August 2 to 4, 2010 in Portland, Oregon. Ten years ago, DFRWS started as a workshop and over the years evolved into a conference, that brings together researchers and practitioners...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Side notes" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2009 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>The next Digital Forensic Research Conference (DFRWS) will held from August 2 to 4, 2010 in Portland, Oregon. Ten years ago, DFRWS started as a workshop and over the years evolved into a conference, that brings together researchers and practitioners from authorities and the private sector.</p>

<p>Let's celebrate the 10<sup>th</sup> anniversary with a stream of top-notch papers. The <a href="http://www.dfrws.org/2010/index.shtml">call for papers</a> is open, papers are due February 28, 2010.</p>]]>
        
    </content>
</entry>
<entry>
    <title>OMFW 2010</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/10/omfw_2010.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.632</id>
    
    <published>2009-10-14T15:00:00Z</published>
    <updated>2009-10-14T15:00:07Z</updated>
    
    <summary>AAron Walters is planning an Open Memory Forensics Workshop (OMFW) for 2010. If you&apos;re into memory analysis, attending this workshop is a must! Please contact AAron for further details. (via Jamie Levy)...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Side notes" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2009 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>AAron Walters is planning an <a href="http://volatility.tumblr.com/post/207295478/open-memory-forensics-workshop-omfw-2010">Open Memory Forensics Workshop</a> (OMFW) for 2010. If you're into memory analysis, attending this workshop is a must! Please contact AAron for further details.<br />
(via <a href="http://gleeda.blogspot.com/2009/10/briefly.html">Jamie Levy</a>)</p>]]>
        
    </content>
</entry>
<entry>
    <title>Upcoming Memory Analysis Training</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/10/upcoming_memory_analysis_training.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.630</id>
    
    <published>2009-10-13T15:00:00Z</published>
    <updated>2009-10-13T15:00:05Z</updated>
    
    <summary>I&apos;m excited to announce that I will teach a two-day class on Windows memory analysis at the upcoming Hoffmann&apos;s Advanced Forensic Sessions. The sessions will held from November, 16 to 20, 2009 in Almere near Amsterdam. Other instructors will cover...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Side notes" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2009 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>I'm excited to announce that I will teach a two-day class on Windows memory analysis at the upcoming Hoffmann's Advanced Forensic Sessions. The  sessions will held from November, 16 to 20, 2009 in Almere near Amsterdam. Other instructors will cover Microsoft Office file formats, the Apple Mac and iPhone, and advanced file carving techniques. Registration is still open, please see <a href="http://en.hoffmannbv.nl/index.cfm/t/Hoffmann_Advanced_Forensic_Sessions/vid/990B3B29-FD6A-6F79-58B3C841381DB7AF">Hoffmann's web site</a> for further information.</p>]]>
        <![CDATA[<p>The Microsoft Windows memory analysis class will provide you with an overview of memory acquisition tools and techniques. You will learn about the pros and cons of each technique, so you can chose the right tools and procedures for your specific environment. In the analysis part, I'll put a strong focus on the Windows NT object model. We will work with the Microsoft debugger and the <a href="https://www.volatilesystems.com/default/volatility/">Volatility memory analysis framework</a> to view at the fascinating and complex world of Windows objects from a forensic perspective. </p>

<p>For a preview of what to expect, please have a look at my <a href="/files/talks/FIRST2009-Windows_Memory_Forensics_with_Volatility.zip">slides for a three-hour class</a> held at the FIRST 2009 Conference.</p>

<p>Attendees will get:</p>
<ul><li>a ready to run work environment, based on Volatility and a Linux virtual machine</li>
<li>a couple of brand-new Voaltility plugins</li>
<li>a selection of memory samples to work on</li>
<li>printed courseware and slides in PDF</li></ul>
<p>Prerequisites:</p>
<ul><li>bring your own laptop</li>
<li>at least 1 GB of RAM</li>
<li>at least 6 GB free hard disk space</li>
<li>either VMware player or VMware workstation</li>
<li>Microsoft Windows host OS recommended, Linux will do for most of the exercises</li>
<li>Microsoft Debugging tools for Windows</li></ul>]]>
    </content>
</entry>
<entry>
    <title>Electronic Newsletter on the fight Against Cybercrime</title>
    <link rel="alternate" type="text/html" href="http://computer.forensikblog.de/en/2009/10/enac.html" />
    <id>tag:computer.forensikblog.de,2009:/en//5.631</id>
    
    <published>2009-10-12T15:00:00Z</published>
    <updated>2009-10-12T15:00:07Z</updated>
    
    <summary>The free Electronic Newsletter on the fight Against Cybercrime (ENAC) covers a variety of aspects, like the legal system and jurisprudence, data protection, upcoming events, but also technical aspects like computer forensics. The October 2009 issue (no. 4) is now...</summary>
    <author>
        <name>Andreas Schuster</name>
        
    </author>
            <category term="Library" />
    
    <content type="html" xml:lang="en" xml:base="http://computer.forensikblog.de/en/">
        <![CDATA[<p>By Andreas Schuster <br />
        Copyright &copy; 2009 <a href="http://computer.forensikblog.de/en/">int for(ensic){blog;}</a>. All rights reserved. Reproduction for commercial purposes (including online advertisement) interdicted.</p>]]>
        <![CDATA[<p>The free <a href="http://www.cybex.es/enac/">Electronic Newsletter on the fight Against Cybercrime</a> (ENAC) covers a variety of aspects, like the legal system and jurisprudence, data protection, upcoming events, but also technical aspects like computer forensics. The October 2009 issue (no. 4) is now available for <a href="http://www.cybex.es/e-newsletter/2009/newsletter_09_10_en.html">download</a> (PDF).</p>]]>
        <![CDATA[<p>The project is funded by <a href="http://www.cybex.es/defaulten.aspx">Cybex</a> and the European Commission's <a href="http://ec.europa.eu/dgs/justice_home/index_en.htm">Directorate General Freedom, Security and Justice</a>, within the framework of the Criminal Justice 2008 Programme. The newsletter is published in English, Spanish and Russian.</p>

<p>Back issues are still available:</p>
<ul><li><a href="http://www.cybex.es/e-newsletter/2009/newsletter_09_07_en.pdf">July 2009</a></li>
<li><a href="http://www.cybex.es/e-newsletter/2009/newsletter_09_08_en.pdf">August 2009</a></li>
<li><a href="http://www.cybex.es/e-newsletter/2009/newsletter_09_09_en.pdf">September 2009</a></li></ul>]]>
    </content>
</entry>

</feed> 

