<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Korset</title>
	<atom:link href="http://www.korset.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.korset.org</link>
	<description>Code-based Intrusion Detection for Linux</description>
	<lastBuildDate>Mon, 15 Sep 2008 04:59:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;zero false positives&#8221; are NOT &#8220;zero failures&#8221;</title>
		<link>http://www.korset.org/?p=82</link>
		<comments>http://www.korset.org/?p=82#comments</comments>
		<pubDate>Sun, 14 Sep 2008 06:30:12 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=82</guid>
		<description><![CDATA[Korset statically preconstructs a Control Flow Graph (CFG) of an application it wants to protect. If such a CFG is successfully created (currently there are severe limitations about the supported applications), every legitimate system call sequence of the application is represented as a path in the CFG. That means that every deviation from the CFG [...]]]></description>
			<content:encoded><![CDATA[<p>Korset statically preconstructs a Control Flow Graph (CFG) of an application it wants to protect. If such a CFG is successfully created (currently there are severe limitations about the supported applications), every legitimate system call sequence of the application is represented as a path in the CFG. That means that every deviation from the CFG cannot have been issued by the original application, and thus must be a (code injection) attack. So every alarm that is raised by Korset is justifiable. That&#8217;s zero false positives. BUT! That&#8217;s definitely not &#8220;zero failures&#8221;. Attacks can still go unnoticed &#8211; These are false negatives &#8211; and until the precision of the models will not be improved &#8211; Korset&#8217;s going to have lots of those.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Korset OLS paper</title>
		<link>http://www.korset.org/?p=78</link>
		<comments>http://www.korset.org/?p=78#comments</comments>
		<pubDate>Sat, 13 Sep 2008 09:57:09 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=78</guid>
		<description><![CDATA[Read the Korset paper [PDF] published in the proceedings of the Linux Symposium.
That paper briefly describes the concept of Code-based Intrusion Detection and then it delves into implementation issues.
]]></description>
			<content:encoded><![CDATA[<p>Read the <a href="http://ols.fedoraproject.org/OLS/Reprints-2008/bencohen-reprint.pdf" target="_blank">Korset paper</a> [PDF] published in the <span class="b w xsm">proceedings of the Linux Symposium.</span></p>
<p>That paper briefly describes the concept of Code-based Intrusion Detection and then it delves into implementation issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next big thing</title>
		<link>http://www.korset.org/?p=72</link>
		<comments>http://www.korset.org/?p=72#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:50:34 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=72</guid>
		<description><![CDATA[Korset is still only a proof of concept for Code-based Intrusion Detection &#8211; it cannot yet be used to protect real world applications. There is a lot to improve, and bugs to fix, but the really big thing Korset currently lacks is advanced data flow analysis, with which a reasonable indirect calls support can be [...]]]></description>
			<content:encoded><![CDATA[<p>Korset is still only a proof of concept for Code-based Intrusion Detection &#8211; it cannot yet be used to protect real world applications. There is a lot to improve, and bugs to fix, but the really big thing Korset currently lacks is advanced data flow analysis, with which a reasonable indirect calls support can be provided. Supporting that will pave the way for protecting real world servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Korset is NOT about computer viruses</title>
		<link>http://www.korset.org/?p=64</link>
		<comments>http://www.korset.org/?p=64#comments</comments>
		<pubDate>Thu, 11 Sep 2008 06:50:22 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=64</guid>
		<description><![CDATA[Korset aims to prevent code injection attacks by looking for anomalies in the control flow of the application it&#8217;s protecting. This has little to do with classic computer viruses, which are traditionally being executed by the user himself and, from the OS perspective, are as legitimate as any other piece of software. You need anti-virus [...]]]></description>
			<content:encoded><![CDATA[<p>Korset aims to prevent code injection attacks by looking for anomalies in the control flow of the application it&#8217;s protecting. This has little to do with classic computer viruses, which are traditionally being executed by the user himself and, from the OS perspective, are as legitimate as any other piece of software. You need anti-virus software to find them. Korset will never do that. It has completely different goals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWASP IL 2008 Korset Talk</title>
		<link>http://www.korset.org/?p=53</link>
		<comments>http://www.korset.org/?p=53#comments</comments>
		<pubDate>Mon, 18 Aug 2008 19:27:28 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=53</guid>
		<description><![CDATA[There is going to be a Korset talk at OWASP IL 2008 on Sep 14th.
]]></description>
			<content:encoded><![CDATA[<p>There is going to be a Korset talk at <a title="OWASP IL 2008" href="http://www.owasp.org/index.php/OWASP_Israel_2008_Conference" target="_blank">OWASP IL 2008</a> on Sep 14th.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forbes.com Article on Korset</title>
		<link>http://www.korset.org/?p=49</link>
		<comments>http://www.korset.org/?p=49#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:26:26 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=49</guid>
		<description><![CDATA[Forbes.com has published an article on Korset.
]]></description>
			<content:encoded><![CDATA[<p>Forbes.com has published an <a title="Korset and Forbes.com" href="http://www.forbes.com/home/2008/08/07/korset-black-hat-tech-security-cz_tb_0807korset.html" target="_blank">article</a> on Korset.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackHat Presentation</title>
		<link>http://www.korset.org/?p=46</link>
		<comments>http://www.korset.org/?p=46#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:24:41 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=46</guid>
		<description><![CDATA[The BlackHat presentation is now available for download in the Talks page.
]]></description>
			<content:encoded><![CDATA[<p>The BlackHat presentation is now available for download in the Talks page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Availability of Korset</title>
		<link>http://www.korset.org/?p=44</link>
		<comments>http://www.korset.org/?p=44#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:22:06 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=44</guid>
		<description><![CDATA[Korset v0.01 has been released. Check out the Download page !
]]></description>
			<content:encoded><![CDATA[<p>Korset v0.01 has been released. Check out the Download page !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=44</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer Talks</title>
		<link>http://www.korset.org/?p=12</link>
		<comments>http://www.korset.org/?p=12#comments</comments>
		<pubDate>Fri, 01 Aug 2008 00:41:18 +0000</pubDate>
		<dc:creator>ohad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.korset.org/?p=12</guid>
		<description><![CDATA[Korset talks are given this summer at two prominent locations: OLS and Blackhat.
Check the Talks page for additional information.
]]></description>
			<content:encoded><![CDATA[<p>Korset talks are given this summer at two prominent locations: OLS and Blackhat.</p>
<p>Check the Talks page for additional information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.korset.org/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
