<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		
		<title>PreludeIDS Technologies</title>
		<link>http://www.prelude-ids.com/</link>
		<description>PreludeIDS Feeds</description>
		<language>en</language>
		<image>
			<title>PreludeIDS Technologies</title>
			<url>http://www.prelude-ids.com/EXT:tt_news/ext_icon.gif</url>
			<link>http://www.prelude-ids.com/</link>
			<width></width>
			<height></height>
			<description>PreludeIDS Feeds</description>
		</image>
		<generator>TYPO3 - get.content.right</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		
		
		
		<lastBuildDate>Fri, 19 Sep 2008 19:57:00 +0200</lastBuildDate>
		
		
		<item>
			<title>Libprelude, the Prelude library, now compile and run under Win32 native!</title>
			<link>http://www.prelude-ids.com/en/news/article/libprelude-la-bibliotheque-prelude-compile-et-sexecute-maintenant-nativement-sur-systeme-win32/index.html</link>
			<description>The new Libprelude version 0.9.21 is compatible with the Windows operating system. 

It allows...</description>
			<content:encoded><![CDATA[<p class="bodytext"><b>The new Libprelude version 0.9.21 is compatible with the Windows operating system. </b></p>
<p class="bodytext">&nbsp;</p>
<p class="bodytext">It allows connecting sensors from Windows systems, or to create your own Prelude sensors for this platform. </p>
<p class="bodytext">By installing libprelude on a Windows system, your Windows sensors will be able to send their events to a remote Prelude-Manager. </p>
<p class="bodytext">Reported events (Windows / Unix) will be correlated together, thanks to Prelude-Correlator, and visualized in the Prewikka interface.<br /><br /><br /></p>]]></content:encoded>
			<category>Développement</category>
			
			
			<pubDate>Fri, 19 Sep 2008 19:02:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>Prelude-Correlator Beta1 release</title>
			<link>http://www.prelude-ids.com/en/news/article/sortie-de-prelude-correlator-beta1/index.html</link>
			<description>PreludeIDS Technologies is proud to announce the first Prelude-Correlator beta...</description>
			<content:encoded><![CDATA[<p class="bodytext">PreludeIDS Technologies is proud to announce the first Prelude-Correlator beta release.</p>
<p class="bodytext">Prelude-Correlator serves to correlate, in real time, the multiple events received by Prelude. Several isolated alerts, generated from different sensors, can thus trigger a single correlation alert should the events be related. This correlation alert then appears within the Prewikka interface and indicates the potential target information via the set of correlation rules. </p>
<p class="bodytext">Signature creation with Prelude-Correlator is based on the powerful programming language Lua.</p><ul><li>See the <a href="en/solutions/correlation-engine/index.html" title="Opens internal link in current window" target="_top" class="internal-link" >Correlation Engine</a> page</li><li><a href="en/development/download/index.html" title="Opens internal link in current window" target="_top" class="internal-link" >Download</a> Prelude-Correlator</li></ul><p class="bodytext">&nbsp;</p>
<p class="bodytext">&nbsp;</p>]]></content:encoded>
			<category>Développement</category>
			
			
			<pubDate>Fri, 27 Jun 2008 13:28:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>The Mail Reporting plugin now open source!</title>
			<link>http://www.prelude-ids.com/en/news/article/le-mail-reporting-plugin-maintenant-disponible-en-open-source/index.html</link>
			<description>The commercial extension Mail Reporting plugin is now open source! This functionality is now...</description>
			<content:encoded><![CDATA[<p class="bodytext">The commercial extension Mail Reporting plugin is now open source! This functionality is now integrated to Prelude-Manager starting from version 0.9.13.</p>
<p class="bodytext">&nbsp;</p>
<p class="bodytext">The Mail Reporting Plugin automatically sends emails containing a textual description of events reported to Prelude to a configured list of recipients. The body of the generated email can be the full event, or specific part of it by using a customized template.</p>
<p class="bodytext">Additionally, this plugin is optionally capable of querying the Prelude database in order to include information concerning older events tied to an incoming event. </p>
<p class="bodytext">Using the Mail Reporting Plugin in combination with Prelude-Manager filtering functionality, it is possible to generate email only on events matching specific criteria or threshold. </p>
<p class="bodytext">&nbsp;</p>
<p class="bodytext"><a href="en/development/download/index.html" title="Opens internal link in current window" target="_top" class="internal-link" >Download Prelude-Manager 0.9.13.</a></p>
<p class="bodytext">&nbsp;</p>]]></content:encoded>
			<category>Développement</category>
			
			
			<pubDate>Fri, 27 Jun 2008 13:34:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>New prelude sensor: Auditd</title>
			<link>http://www.prelude-ids.com/en/news/article/nouvelle-sonde-prelude-auditd/index.html</link>
			<description>Steve Grubb from Red Hat wrote the prelude plugin for Auditd, the SELinux daemon which logs...</description>
			<content:encoded><![CDATA[<p class="bodytext">Steve Grubb from Red Hat wrote the prelude plugin for Auditd, the SELinux daemon which logs policies violations. </p>
<p class="bodytext">The plugin can currently detect and message: Apps that terminate abnormally (gcc stack overflow/glibc FORTIFY_SOURCE/plain old segfault), SE Linux AVCs, Logins, MAX failed login attempts reached, MAX concurrent sessions reached. This is all done in real-time and not based on a cron job. The audit daemon is capable of being run directly from init if you wanted to do it that way. </p>
<p class="bodytext">The package, installation instructions are available at: <a href="http://people.redhat.com/sgrubb/audit/" target="_blank" class="external-link-new-window" ><br />http://people.redhat.com/sgrubb/audit/</a>. </p>
<p class="bodytext">If you run fedora core 8, you can try it easily by running: </p>
<p class="bodytext">&nbsp;</p>
<p class="csc-frame-frame1">yum --enablerepo=updates-testing install audispd-plugins </p>
<p class="bodytext">&nbsp;</p>
<p class="bodytext">To do testing on Fedora rawhide (which will become Fedora 9), you will need to put selinux in permissive mode, &quot;setenforce 0&quot;. </p>
<p class="bodytext">More information available in Steve’s <a href="http://people.redhat.com/sgrubb/audit/prelude.txt" target="_blank" class="external-link-new-window" >auditd+prelude HOWTO</a>.</p>]]></content:encoded>
			<category>Développement</category>
			
			
			<pubDate>Wed, 06 Feb 2008 12:29:00 +0100</pubDate>
			
		</item>
		
		<item>
			<title>New prelude sensor: Ossec</title>
			<link>http://www.prelude-ids.com/en/news/article/nouvelle-sonde-prelude-ossec/index.html</link>
			<description>OSSEC HIDS is a host based intrusion detection system that performs log analysis, integrity...</description>
			<content:encoded><![CDATA[<p class="bodytext"><a href="http://www.ossec.net/" target="_blank" class="external-link-new-window" >OSSEC HIDS</a> is a host based intrusion detection system that performs log analysis, integrity checking, Windows registry monitoring, rootkit detection, real-time alerting and active response. </p>
<p class="bodytext">&nbsp;</p>
<p class="bodytext">It is now able to communicate and use all the features of the Prelude framework. You can find more informations about this in the email that I sent on the mailing list <a href="pipermail/prelude-devel/2007-October/001920.html" target="_top" class="external-link-new-window" >here</a>. </p>
<p class="bodytext">&nbsp;</p>
<p class="bodytext">Please test and report bugs, so that the upcoming release will have a strong and rocking prelude support.</p>]]></content:encoded>
			<category>Développement</category>
			
			
			<pubDate>Fri, 10 Aug 2007 11:55:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>Prelude on Fedora</title>
			<link>http://www.prelude-ids.com/en/news/article/prelude-sur-fedora/index.html</link>
			<description>Prelude packages are now officially available for Fedora Extra (FC5, FC6, and upcoming FC7 - i386,...</description>
			<content:encoded><![CDATA[<p class="bodytext">Prelude packages are now officially available for Fedora Extra (FC5, FC6, and upcoming FC7 - i386, x86_64, ppc architecture are supported). This long overdue addition allows to install the different parts of Prelude on RedHat systems. </p>
<p class="bodytext">Available packages: &nbsp;</p><ul><li>libprelude &nbsp;</li><li>libpreludedb &nbsp;</li><li>prelude-lml &nbsp;</li><li>prelude-manager &nbsp;</li><li>prewikka </li></ul><p class="bodytext">&nbsp;</p>
<p class="bodytext">To install a package, use the &quot;install&quot; option with yum: </p>
<p class="bodytext">&nbsp;</p>
<p class="csc-frame-frame1">yum install [package-name]</p>
<p class="bodytext">&nbsp;</p>]]></content:encoded>
			<category>Développement</category>
			
			
			<pubDate>Mon, 22 Jan 2007 12:16:00 +0100</pubDate>
			
		</item>
		
	</channel>
</rss>