<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://www.damogran.de/blog/feeds/atom10.xml" rel="self" title="KasperBlog" type="application/atom+xml" />
    <link href="http://www.damogran.de/blog/"                        rel="alternate"    title="KasperBlog" type="text/html" />
    <link href="http://www.damogran.de/blog/rss.php?version=2.0"     rel="alternate"    title="KasperBlog" type="application/rss+xml" />
    <title type="html">KasperBlog</title>
    <subtitle type="html"></subtitle>
    <icon>http://www.damogran.de/blog/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.damogran.de/blog/</id>
    <updated>2009-03-23T21:28:32Z</updated>
    <generator uri="http://www.s9y.org/" version="1.6">Serendipity 1.6 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.damogran.de/blog/archives/27-Mirroring-the-Bochs-CVS-repository-with-git.html" rel="alternate" title="Mirroring the Bochs CVS repository with git" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2009-03-23T20:47:03Z</published>
        <updated>2009-03-23T21:28:32Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=27</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
    
        <id>http://www.damogran.de/blog/archives/27-guid.html</id>
        <title type="html">Mirroring the Bochs CVS repository with git</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've been playing a little with <a href="http://git-scm.com/">git</a> and grown to like it. I'm planning to use it to adapt Pandora's Bochs to the latest development version of Bochs and continue development on it. Therefore, I started mirroring the Bochs CVS repository from <a href="http://SourceForge.net">SourceForge.net</a> in my own git repository, using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-cvsimport.html">git-cvsimport</a>.<br />
<br />
I've set the repository up so that you can view it through <a href="https://0x0badc0.de/gitweb?p=bochs/.git;a=summary">gitweb</a>, or clone it from <a href="git://0x0badc0.de/home/repo/git/bochs">git://0x0badc0.de/home/repo/git/bochs</a>. The CVS HEAD is imported into the branch <i>CVSHEAD</i> and merged into the <i>master</i> branch. All other CVS branches retain their names. This is an experiment for now, let me know if you find it useful.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/25-How-to-enable-Gnomes-suspend-and-hibernate-Features-in-Arch-Linux.html" rel="alternate" title="How to enable Gnome's suspend and hibernate Features in Arch Linux" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2009-01-03T23:06:16Z</published>
        <updated>2009-01-03T23:09:45Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=25</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/9-Linux" label="Linux" term="Linux" />
    
        <id>http://www.damogran.de/blog/archives/25-guid.html</id>
        <title type="html">How to enable Gnome's suspend and hibernate Features in Arch Linux</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It seems the HAL or PolicyKit package are broken at the moment and fail to install a certain policy file.<br />
<br />
Quick fix: cd /usr/share/PolicyKit/policy &&amp; sudo wget <a href="http://cgit.freedesktop.org/hal/plain/policy/org.freedesktop.hal.power-management.policy">http://cgit.freedesktop.org/hal/plain/policy/org.freedesktop.hal.power-management.policy</a><br />
<br />
See also: <a href="http://bbs.archlinux.org/viewtopic.php?id=58047&p=1">http://bbs.archlinux.org/viewtopic.php?id=58047&p=1</a>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/24-How-to-make-Gajim-use-the-default-CA-certificate-store-in-Arch-Linux.html" rel="alternate" title="How to make Gajim use the default CA certificate store in Arch Linux" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-12-31T17:51:45Z</published>
        <updated>2008-12-31T17:51:45Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=24</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/9-Linux" label="Linux" term="Linux" />
    
        <id>http://www.damogran.de/blog/archives/24-guid.html</id>
        <title type="html">How to make Gajim use the default CA certificate store in Arch Linux</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <pre>ln -s /etc/ssl/certs/ca-certificates.crt ~/.gajim/cacerts.pem</pre>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/23-Nibbles.html" rel="alternate" title="Nibbles" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-11-03T10:39:17Z</published>
        <updated>2008-11-03T22:23:33Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=23</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/5-Random" label="Random" term="Random" />
    
        <id>http://www.damogran.de/blog/archives/23-guid.html</id>
        <title type="html">Nibbles</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It took me about 14 years to figure out why half-bytes are called a nibble. Last week it hit me: A nibble is less than whole b(y|i)te. Duh.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/22-I-feel-so-secure-now,-thank-you-Firefox.html" rel="alternate" title="I feel so secure now, thank you Firefox" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-10-29T11:50:50Z</published>
        <updated>2008-10-29T11:56:54Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=22</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/6-Security" label="Security" term="Security" />
    
        <id>http://www.damogran.de/blog/archives/22-guid.html</id>
        <title type="html">I feel so secure now, thank you Firefox</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<br />
<img src="http://www.damogran.de/blog/uploads/firefoxsecurity.png" alt="Firefox protecting me from teh Intarwebz" /><br />
<br />
Annoying. I wonder why it didn't do that for all the other non-http ports I used today, though.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/21-To-release,-or-not-to-release-....html" rel="alternate" title="To release, or not to release ..." />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-07-26T19:42:44Z</published>
        <updated>2008-07-29T08:16:33Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=21</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/10-Reversing" label="Reversing" term="Reversing" />
            <category scheme="http://www.damogran.de/blog/categories/6-Security" label="Security" term="Security" />
    
        <id>http://www.damogran.de/blog/archives/21-guid.html</id>
        <title type="html">To release, or not to release ...</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Part of the motivation for working on my thesis titled &quot;<a href="http://www.0x0badc0.de/PandorasBochs.pdf">Pandora's Bochs: Automatic Unpacking of Malware</a>&quot; was to write a publicly available and open source unpacker for runtime-packed executables, so I had originally planned to polish my code, write up better documentation and release it to the public. However, since handing in my thesis, 6 months passed and I have still not found the time to do so. I do not know when that time will come, so I decided to at least release the latest snapshot to the public. It will probably be non-trivial to set up outside of its original development environment, but it might be useful to somebody. Feel free to pester me with flames or questions.<br />
<br />
A slightly modified version of <a href="http://bochs.sourceforge.net">Bochs</a> with a <a href="http://www.python.org">Python</a> instrumentation interface and instrumentation code that attempts to supervise processes of a Windows XP SP2 guest system can be found <a href="http://www.0x0badc0.de/PandorasBochs.tbz">here</a>. The instrumentation code logs instrumentation events to an <a href="http://www.sqlite.org">SQLite3</a> database. Additionally, the address space of a supervised process is dumped to the database, when execution of a modified memory region (indicating execution of newly unpacked code) is detected.<br />
<br />
A tool that attempts to reconstruct valid PE images from these databases can be found <a href="http://www.0x0badc0.de/dbtools.py">here</a>. It can also do other stuff I have long forgotten.<br />
<br />
Like Bochs, my additions to it are released under the LGPL.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/20-Security-and-Privacy-is-not-for-Everyone.html" rel="alternate" title="Security and Privacy is not for Everyone" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-07-02T16:13:03Z</published>
        <updated>2008-07-02T16:14:58Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=20</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/4-Aachen" label="Aachen" term="Aachen" />
            <category scheme="http://www.damogran.de/blog/categories/6-Security" label="Security" term="Security" />
    
        <id>http://www.damogran.de/blog/archives/20-guid.html</id>
        <title type="html">Security and Privacy is not for Everyone</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Interesting article about how carelessly some institutions deal with personal information over at <a href="http://lipflip.org/articles/datenschutz-muss-draussen-bleiben/">lipflip.org</a>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/19-Skiddies.html" rel="alternate" title="Skiddies" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-04-17T08:31:27Z</published>
        <updated>2008-04-17T08:31:27Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=19</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    
    
        <id>http://www.damogran.de/blog/archives/19-guid.html</id>
        <title type="html">Skiddies</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                To the person HTTP-GETting the same URL with more than 20 User Agents right now, hoping for some remote file inclusion vulnerability: It doesn't work kthxbye.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/18-Pandoras-Bochs.html" rel="alternate" title="Pandora's Bochs" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2008-04-13T10:24:27Z</published>
        <updated>2008-04-13T12:18:23Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=18</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    
    
        <id>http://www.damogran.de/blog/archives/18-guid.html</id>
        <title type="html">Pandora's Bochs</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                At the end of January I handed in my thesis <a href="http://www.damogran.de/PandorasBochs.pdf">&ldquo;Pandora's Bochs: Automatic Unpacking of Malware&rdquo;</a>, the last missing piece towards my graduation. It deals with building an automatic unpacker for runtime-packed PE binaries on top of the <a href="http://bochs.sourceforge.net">Bochs PC Emulator</a>. The results were encouraging, but I hit some limits with Bochs's emulation speed, and there were also other issues with advanced packers that I could not fully investigate. Other than that, Pandora's Bochs can fairly reliably create memory dumps of an unpacked process, yet automatic import recovery and OEP reconstruction fail for packers that redirect imports or use &ldquo;stolen bytes&rdquo; or similar techniques.<br />
<br />
I'm planning to release Pandora's Bochs's source code once I find some time to clean it up a little.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/17-bad-code!.html" rel="alternate" title="bad code!" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2007-12-07T11:38:40Z</published>
        <updated>2007-12-07T11:42:12Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=17</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    
    
        <id>http://www.damogran.de/blog/archives/17-guid.html</id>
        <title type="html">bad code!</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Yesterday, I registered a new domain - 0x0badc0.de ... i've been toying with the idea for a while, and just couldn't resist any longer.<br />
<br />
Content to follow. Or not.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/16-Updated-freeware-version-of-IDA-Pro-released.html" rel="alternate" title="Updated freeware version of IDA Pro released" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2007-11-03T09:13:22Z</published>
        <updated>2007-11-03T09:13:22Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=16</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/10-Reversing" label="Reversing" term="Reversing" />
    
        <id>http://www.damogran.de/blog/archives/16-guid.html</id>
        <title type="html">Updated freeware version of IDA Pro released</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The folks at DataRescue released an updated freeware version of IDA Pro, that is based on IDA Pro 4.9.<br />
<br />
Windows only, non-commercial use only: <a href="http://www.datarescue.com/idabase/idadownfreeware.htm">IDA Pro 4.9 Freeware Version</a>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/15-VMware-Server-Networking-issues.html" rel="alternate" title="VMware Server: Networking issues" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2007-08-09T08:47:26Z</published>
        <updated>2007-08-09T17:12:21Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=15</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/9-Linux" label="Linux" term="Linux" />
    
        <id>http://www.damogran.de/blog/archives/15-guid.html</id>
        <title type="html">VMware Server: Networking issues</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I recently installed Fedora 7 and VMware Server on top of that, to run a Windows XP guest system. I used bridged networking for the guest and wanted to use rdesktop to connect from the host to the guest OS, but I was unable to successfully establish a connection from the host to the guest. As it turned out, the host system could communicate with all other machines on the network successfully, and so could the guest system, but the host and guest could not talk to each other properly.<br />
<br />
After harnessing the power of my favorite search engine, it appeared that checksum offloading might be to blame, so here's what i did:<br />
<br />
I first checked whether checksum offloading was enabled:<br />
<blockquote style="font: monospace">[lutz@kasperletheater /]$ ethtool -k eth0<br />
Offload parameters for eth0:<br />
Cannot get device udp large send offload settings: Operation not supported<br />
rx-checksumming: on<br />
tx-checksumming: on<br />
scatter-gather: on<br />
tcp segmentation offload: on<br />
udp fragmentation offload: off<br />
generic segmentation offload: off<br />
</blockquote><br />
As you can see, it was. The next step was to disable this feature:<blockquote style="font: monospace">[lutz@kasperletheater /]$ sudo ethtool -K eth0 rx off tx off sg off tso off<br />
Password:<br />
[lutz@kasperletheater /]$ ethtool -k eth0<br />
Offload parameters for eth0:<br />
Cannot get device udp large send offload settings: Operation not supported<br />
rx-checksumming: off<br />
tx-checksumming: off<br />
scatter-gather: off<br />
tcp segmentation offload: off<br />
udp fragmentation offload: off<br />
generic segmentation offload: off<br />
</blockquote><br />
<br />
This seems to have solved the issue, as host and guest system can now successfully communicate.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/14-WinDbg-and-QEMU.html" rel="alternate" title="WinDbg and QEMU" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2007-02-10T20:51:40Z</published>
        <updated>2007-02-10T20:51:40Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=14</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    
    
        <id>http://www.damogran.de/blog/archives/14-guid.html</id>
        <title type="html">WinDbg and QEMU</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I finally figured out how to debug Windows XP running in one QEMU instance with WinDbg running in another:<br />
<br />
<ul><br />
<li>Compile QEMU with this patch: <a href="http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20070110-windbg.patch" >qemu-20070110-windbg.patch</a></li><br />
<li>Edit boot.ini in the debuggee to add an entry to start Windows XP with "/debugport=com1 /baudrate=115200" arguments.</li><br />
<li>Start the debuggee VM with "qemu -net nic -net tap -serial tcp:127.0.0.1:4444,server". QEMU will now wait for a connection on 127.0.0.1:4444.</li><br />
<li>Start the debugger VM with "qemu -net nic -net tap -serial tcp:127.0.0.1:4444". This will connect to the debuggee VM and both VMs will now start booting. Make sure to interrupt the debuggee VM's boot menu countdown at this point.</li><br />
<li>When the debugger VM has fully booted, start WinDbg in that VM and click "File->Kernel Debug", select "COM", set "Baud Rate" to "115200", "Port" to "com1" and click "Ok".</li><br />
<li>In the debuggee VM, select the boot menu entry that will start Windows with remote debugging enabled now.</li><br />
</ul><br />
<br />
WinDbg should recognize the debuggee VM now. Have fun.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/13-Next-UCSB-CTF-coming-up-on-December-8th,-2006.html" rel="alternate" title="Next UCSB CTF coming up on December 8th, 2006?" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2006-10-14T09:58:48Z</published>
        <updated>2006-10-14T11:00:10Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=13</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/6-Security" label="Security" term="Security" />
    
        <id>http://www.damogran.de/blog/archives/13-guid.html</id>
        <title type="html">Next UCSB CTF coming up on December 8th, 2006?</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Checking referrers to my website through awstats, i found that some people actually found it by searching for the terms "UCSB CTF". That reminded me to check the <a href="http://www.cs.ucsb.edu/~vigna/CTF/">UCSB CTF website</a> for updates, and in fact, the website says "The 2006 iCTF is scheduled Friday, December 8, 2006, from 8am to 5pm, PST". Good news, I'm really looking forward to it <img src="http://www.damogran.de/blog/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
UPDATE: I just noticed: While the VMware images of the past CTFs contained only a single virtual host, the UCSB CTF website now says "The iCTF is scheduled on Friday, December 8, 2006. The contest starts at 8am, PST, by distributing a VMware-based virtual network (one or more hosts running a composition of Linux? *BSD? Windows? services) that supports a number of services.". Sounds interesting, maybe we'll be getting multiple hosts per team to defend and attack.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.damogran.de/blog/archives/12-Security-Engineering-by-Ross-Anderson-available-for-free-download.html" rel="alternate" title="&quot;Security Engineering&quot; by Ross Anderson available for free download" />
        <author>
            <name>Kasperle</name>
                    </author>
    
        <published>2006-08-28T12:25:06Z</published>
        <updated>2006-08-28T12:38:59Z</updated>
        <wfw:comment>http://www.damogran.de/blog/wfwcomment.php?cid=12</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.damogran.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    
            <category scheme="http://www.damogran.de/blog/categories/6-Security" label="Security" term="Security" />
    
        <id>http://www.damogran.de/blog/archives/12-guid.html</id>
        <title type="html">&quot;Security Engineering&quot; by Ross Anderson available for free download</title>
        <content type="xhtml" xml:base="http://www.damogran.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://www.cl.cam.ac.uk/~rja14/">Ross Anderson</a>'s book "<a href="http://www.cl.cam.ac.uk/~rja14/book.html">Security Engineering</a>" is now available for free download.  
            </div>
        </content>
        
    </entry>

</feed>