<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Niels Provos (Entries tagged as systrace)</title>
    <link>http://www.provos.org/</link>
    <description>systrace, spybye and other things.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Systrace 1.6g released</title>
    <link>http://www.provos.org/index.php?/archives/59-Systrace-1.6g-released.html</link>
            <category>News</category>
            <category>Systrace</category>
    
    <comments>http://www.provos.org/index.php?/archives/59-Systrace-1.6g-released.html#comments</comments>
    <wfw:comment>http://www.provos.org/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.provos.org/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>nospam@example.com (Niels Provos)</author>
    <content:encoded>
    This release contains a number of small bug fixes:&lt;br /&gt;
&lt;br /&gt;
 - 32-bit compilation has been fixed&lt;br /&gt;
 - 32-bit policies are no longer created as Linux64 with running on a 64-bit system&lt;br /&gt;
&lt;br /&gt;
The source code can be downloaded &lt;a href=&quot;http://www.provos.org/uploads/systrace-1.6g.tar.gz&quot;&gt;here&lt;/a&gt; [&lt;a href=&quot;http://www.provos.org/uploads/systrace-1.6g.tar.gz.sig&quot;&gt;sig&lt;/a&gt;]. 
    </content:encoded>

    <pubDate>Sun, 15 Mar 2009 17:25:54 -0700</pubDate>
    <guid isPermaLink="false">http://www.provos.org/index.php?/archives/59-guid.html</guid>
    <category>release</category>
<category>systrace</category>

</item>
<item>
    <title>Systrace 1.6f with 64-bit Linux ptrace support</title>
    <link>http://www.provos.org/index.php?/archives/57-Systrace-1.6f-with-64-bit-Linux-ptrace-support.html</link>
            <category>News</category>
            <category>Systrace</category>
    
    <comments>http://www.provos.org/index.php?/archives/57-Systrace-1.6f-with-64-bit-Linux-ptrace-support.html#comments</comments>
    <wfw:comment>http://www.provos.org/wfwcomment.php?cid=57</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.provos.org/rss.php?version=2.0&amp;type=comments&amp;cid=57</wfw:commentRss>
    

    <author>nospam@example.com (Niels Provos)</author>
    <content:encoded>
    A new version of Systrace that supports 64-bit Linux installations can be downloaded from &lt;a href=&quot;http://www.citi.umich.edu/u/provos/systrace/&quot;&gt;here&lt;/a&gt;.  The major changes are support of 64-bit Linux with ptrace as well as 32-bit binaries under a 64-bit system.  Let me know if you run into any issues with this. 
    </content:encoded>

    <pubDate>Tue, 06 Jan 2009 19:38:18 -0800</pubDate>
    <guid isPermaLink="false">http://www.provos.org/index.php?/archives/57-guid.html</guid>
    <category>ptrace</category>
<category>release</category>
<category>systrace</category>

</item>
<item>
    <title>Anonymity, Tor and Your Browser</title>
    <link>http://www.provos.org/index.php?/archives/40-Anonymity,-Tor-and-Your-Browser.html</link>
            <category>Systrace</category>
    
    <comments>http://www.provos.org/index.php?/archives/40-Anonymity,-Tor-and-Your-Browser.html#comments</comments>
    <wfw:comment>http://www.provos.org/wfwcomment.php?cid=40</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.provos.org/rss.php?version=2.0&amp;type=comments&amp;cid=40</wfw:commentRss>
    

    <author>nospam@example.com (Niels Provos)</author>
    <content:encoded>
    I often use &lt;a href=&quot;http://www.torproject.org/&quot;&gt;Tor&lt;/a&gt; for anonymous web browsing; mostly when investigating malware distribution sites.  Most people configure their browser so that it proxies HTTP via &lt;a href=&quot;http://www.privoxy.org/&quot;&gt;Privoxy&lt;/a&gt; to the Tor network.  At that point, Tor is doing your DNS resolutions and also hides your TCP connections from preying eyes.   Or at least, so one would think.  There are many ways in which an adversary can trivially circumvent this setup.  For example, if we configure the browser to proxy only HTTP, a malicious web page can easily open an HTTPS connection and reveal your IP address.  Things get much worse when scripting languages such as Javascript, Flash or Java come into play.  Flash can open raw sockets and learn a lot about your local environment.&lt;br /&gt;
&lt;br /&gt;
To prevent information leakage, we ideally would run a virtual machine that tunnels all traffic via Tor, such as the &lt;a href=&quot;http://wiki.noreply.org/noreply/VirtualPrivacyMachine&quot;&gt;VirtualPrivacyMachine&lt;/a&gt;.  However, if you do not want to go through all that trouble, Systrace can come to the rescue.  For investigations, I run Firefox under Systrace with a systrace policy that allows connections only to Privoxy.  All other connections attempts are denied and logged.  It is interesting to see how many connections Firefox tries to do all by itself that do not go via the proxy.  There are update pings, and all kinds of other connections.&lt;br /&gt;
&lt;br /&gt;
In this case, Systrace is not being used against an adversary but rather against an untrusted application.   It works quite nicely at that, too. 
    </content:encoded>

    <pubDate>Tue, 08 Jul 2008 20:55:34 -0700</pubDate>
    <guid isPermaLink="false">http://www.provos.org/index.php?/archives/40-guid.html</guid>
    <category>anonymity</category>
<category>systrace</category>
<category>tor</category>

</item>
<item>
    <title>Systrace 1.6e</title>
    <link>http://www.provos.org/index.php?/archives/35-Systrace-1.6e.html</link>
            <category>Systrace</category>
    
    <comments>http://www.provos.org/index.php?/archives/35-Systrace-1.6e.html#comments</comments>
    <wfw:comment>http://www.provos.org/wfwcomment.php?cid=35</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.provos.org/rss.php?version=2.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    

    <author>nospam@example.com (Niels Provos)</author>
    <content:encoded>
        This release addresses a number of correctness and reliability problems with the ptrace backend.   Tavis Ormandy provided fixes for the following problems:  a potential escape of socket aliases and double free and a problem with fork and ptrace (CVE-2007-4773).   The tar ball for Systrace 1.6e can be downloaded &lt;a href=&quot;http://www.citi.umich.edu/u/provos/systrace/&quot;&gt;here&lt;/a&gt;.   Just keep in mind that ptrace has not been designed as a security primitive and while the ptrace backend can restrict the behavior of programs in non-adversarial settings, there are many ways to circumvent it.&lt;br /&gt; 
    </content:encoded>

    <pubDate>Tue, 18 Dec 2007 21:42:37 -0800</pubDate>
    <guid isPermaLink="false">http://www.provos.org/index.php?/archives/35-guid.html</guid>
    <category>release</category>
<category>systrace</category>

</item>
<item>
    <title>Evading System Sandbox Containment</title>
    <link>http://www.provos.org/index.php?/archives/34-Evading-System-Sandbox-Containment.html</link>
            <category>Systrace</category>
    
    <comments>http://www.provos.org/index.php?/archives/34-Evading-System-Sandbox-Containment.html#comments</comments>
    <wfw:comment>http://www.provos.org/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.provos.org/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Niels Provos)</author>
    <content:encoded>
        At &lt;a href=&quot;http://www.usenix.org/events/woot07/tech/&quot;&gt;WOOT&lt;/a&gt; this year, Robert Watson presented a paper on how to evade popular system call interposition systems, including Systrace.  For Systrace, Robert noticed that the arguments written to the stackgap could be replaced by a co-operating process after Systrace performed its policy check.   The initial prototype of Systrace as described in the &lt;a href=&quot;http://www.citi.umich.edu/u/provos/papers/systrace.pdf&quot;&gt;paper&lt;/a&gt; avoided this problem by using a look-aside buffer in the kernel.  This imposes a slight performance penalty but I hope that this obvious solution is going to be included in the OpenBSD and NetBSD kernel soon.  
    </content:encoded>

    <pubDate>Thu, 09 Aug 2007 14:51:52 -0700</pubDate>
    <guid isPermaLink="false">http://www.provos.org/index.php?/archives/34-guid.html</guid>
    <category>systrace</category>
<category>usenix</category>

</item>

</channel>
</rss>