<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: msec future and plans</title>
	<atom:link href="http://dodonov.net/blog/2009/09/02/msec-future-and-plans/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodonov.net/blog/2009/09/02/msec-future-and-plans/</link>
	<description>One blog to rule them all. Kinda.</description>
	<lastBuildDate>Wed, 07 Jul 2010 06:34:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Vincent Danen</title>
		<link>http://dodonov.net/blog/2009/09/02/msec-future-and-plans/comment-page-1/#comment-16994</link>
		<dc:creator>Vincent Danen</dc:creator>
		<pubDate>Thu, 03 Sep 2009 01:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=543#comment-16994</guid>
		<description>&lt;p&gt;Tommaso: don&#039;t use msec for this.  Use AIDE.  msec can only really do some rudimentary checking and instead of reinventing what Tripwire and AIDE do, you should use them.  AIDE works wonders, but you have to keep on top of them.  An attacker &lt;em&gt;always&lt;/em&gt; has a window of opportunity unless you follow some really basic rules.  I.e. run an AIDE report before doing a urpmi/yum upgrade, upgrade the files, then re-run AIDE.  Of course, this is still a race condition because AIDE (or any other tool) can&#039;t know that a binary was modified (essentially) twice before the next scan.  But you can narrow the window of opportunity quite a bit by doing it that way.&lt;/p&gt;

&lt;p&gt;And yeah, Eugene, we need to discuss rsec+msec integration and get something that helps/works with both projects.  Then we can dominate sectool and the rest.  =)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tommaso: don&#8217;t use msec for this.  Use AIDE.  msec can only really do some rudimentary checking and instead of reinventing what Tripwire and AIDE do, you should use them.  AIDE works wonders, but you have to keep on top of them.  An attacker <em>always</em> has a window of opportunity unless you follow some really basic rules.  I.e. run an AIDE report before doing a urpmi/yum upgrade, upgrade the files, then re-run AIDE.  Of course, this is still a race condition because AIDE (or any other tool) can&#8217;t know that a binary was modified (essentially) twice before the next scan.  But you can narrow the window of opportunity quite a bit by doing it that way.</p>

<p>And yeah, Eugene, we need to discuss rsec+msec integration and get something that helps/works with both projects.  Then we can dominate sectool and the rest.  =)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eugeni</title>
		<link>http://dodonov.net/blog/2009/09/02/msec-future-and-plans/comment-page-1/#comment-16992</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Wed, 02 Sep 2009 12:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=543#comment-16992</guid>
		<description>&lt;p&gt;Great, thanks for you comments, I&#039;ll try to answer them quickly:&lt;/p&gt;

&lt;p&gt;@motitos&lt;/p&gt;

&lt;p&gt;
 - keep security reports for more than two days. Those are kept essentially to compare the results of &#039;previous&#039; run to &#039;current&#039; one. They are called something.&#039;yesterday&#039; and something.&#039;today&#039; for historical reasons. But the results of all runs are stored in /var/log/security.log too. For 2010.0, I&#039;ll add a feature which would allow you to view the results for every day.
&lt;/p&gt;

&lt;p&gt;
 - saving the results in a file instead of mailing it - it is already done (the results are saved in /var/log/security.log). The only disadvantage is that you must read it by hand. The fix for previous comment would improve this as well.&lt;/p&gt;

&lt;p&gt;@Tommaso Massimi:&lt;/p&gt;

&lt;p&gt;
 - comparing files against rpm database. There is a feature in msec which also stored the list of all suid and guid files, comparing their md5 on every run. But you are right, it won&#039;t find ordinary files which were changed by a cracker - msec will just noticed that files were changed. I&#039;ll have to think on something for it.&lt;/p&gt;

&lt;p&gt;@Olivier FAURAX:&lt;/p&gt;

&lt;p&gt;
- msec report formatting. This is something I wanted to do for 2009.1, but had no time. The &#039;updated packages&#039; part is a lot cleaner indeed, I&#039;ll try to implement it shortly.&lt;/p&gt;

&lt;p&gt;As for summary part, it is an excellent suggestion, I&#039;ll add it to the TODO list.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great, thanks for you comments, I&#8217;ll try to answer them quickly:</p>

<p>@motitos</p>

<p>
 &#8211; keep security reports for more than two days. Those are kept essentially to compare the results of &#8216;previous&#8217; run to &#8216;current&#8217; one. They are called something.&#8217;yesterday&#8217; and something.&#8217;today&#8217; for historical reasons. But the results of all runs are stored in /var/log/security.log too. For 2010.0, I&#8217;ll add a feature which would allow you to view the results for every day.
</p>

<p>
 &#8211; saving the results in a file instead of mailing it &#8211; it is already done (the results are saved in /var/log/security.log). The only disadvantage is that you must read it by hand. The fix for previous comment would improve this as well.</p>

<p>@Tommaso Massimi:</p>

<p>
 &#8211; comparing files against rpm database. There is a feature in msec which also stored the list of all suid and guid files, comparing their md5 on every run. But you are right, it won&#8217;t find ordinary files which were changed by a cracker &#8211; msec will just noticed that files were changed. I&#8217;ll have to think on something for it.</p>

<p>@Olivier FAURAX:</p>

<p>
- msec report formatting. This is something I wanted to do for 2009.1, but had no time. The &#8216;updated packages&#8217; part is a lot cleaner indeed, I&#8217;ll try to implement it shortly.</p>

<p>As for summary part, it is an excellent suggestion, I&#8217;ll add it to the TODO list.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier FAURAX</title>
		<link>http://dodonov.net/blog/2009/09/02/msec-future-and-plans/comment-page-1/#comment-16987</link>
		<dc:creator>Olivier FAURAX</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=543#comment-16987</guid>
		<description>&lt;p&gt;Hello !&lt;/p&gt;

&lt;p&gt;In report, rather than :
-   Newly installed package : apache-base-2.2.11-10.2mdv2009.11243927306
- No longer present package : apache-base-2.2.11-10.1mdv2009.11242321687&lt;/p&gt;

&lt;p&gt;I would like prefer :
- Updated package : apache-base (2.2.11-10.2mdv2009 -&gt; 2.2.11-10.1mdv2009)&lt;/p&gt;

&lt;p&gt;https://qa.mandriva.com/show_bug.cgi?id=51372&lt;/p&gt;

&lt;p&gt;I think that the report should be very clean, perhaps with a summary at the top.
Ex:
Summary of msec report
 * 23 world-writable files (+3)
 * 46 files with wrong permissions (-12)
...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello !</p>

<p>In report, rather than :
-   Newly installed package : apache-base-2.2.11-10.2mdv2009.11243927306
- No longer present package : apache-base-2.2.11-10.1mdv2009.11242321687</p>

<p>I would like prefer :
- Updated package : apache-base (2.2.11-10.2mdv2009 -&gt; 2.2.11-10.1mdv2009)</p>

<p><a href="https://qa.mandriva.com/show_bug.cgi?id=51372" rel="nofollow" onclick="urchinTracker('/outgoing/qa.mandriva.com/show_bug.cgi?id=51372&amp;referer=');">https://qa.mandriva.com/show_bug.cgi?id=51372</a></p>

<p>I think that the report should be very clean, perhaps with a summary at the top.
Ex:
Summary of msec report
 * 23 world-writable files (+3)
 * 46 files with wrong permissions (-12)
&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tommaso Massimi</title>
		<link>http://dodonov.net/blog/2009/09/02/msec-future-and-plans/comment-page-1/#comment-16986</link>
		<dc:creator>Tommaso Massimi</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=543#comment-16986</guid>
		<description>&lt;p&gt;Msec reports each dey the list of files changed on the system,
but the check is performed against the original files coming from rpm packages.&lt;/p&gt;

&lt;p&gt;Acting in this way, if an cracker change a file that was already changed, msec doesn&#039;t recognize the event.&lt;/p&gt;

&lt;p&gt;It would be nice if msec could be improved to cover this case
Regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Msec reports each dey the list of files changed on the system,
but the check is performed against the original files coming from rpm packages.</p>

<p>Acting in this way, if an cracker change a file that was already changed, msec doesn&#8217;t recognize the event.</p>

<p>It would be nice if msec could be improved to cover this case
Regards</p>]]></content:encoded>
	</item>
	<item>
		<title>By: motitos</title>
		<link>http://dodonov.net/blog/2009/09/02/msec-future-and-plans/comment-page-1/#comment-16985</link>
		<dc:creator>motitos</dc:creator>
		<pubDate>Wed, 02 Sep 2009 05:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=543#comment-16985</guid>
		<description>&lt;p&gt;First of all, good job! I think that msec has improved a lot.&lt;/p&gt;

&lt;p&gt;Since you say that suggestions are welcome, I would like to request simple things, which are msec related, but I&#039;m unsure if they are beyond msec and more in the Mandriva general structure.&lt;/p&gt;

&lt;p&gt;1) Keep the security reports in /var/log/security more than two days. Right now, you have to watch them every single day, which could be annoying in your day off or in your holidays.&lt;/p&gt;

&lt;p&gt;2) Not everybody wants an email server in their machine. Is it possible to generate an alert file, and let the user choose where to store it? In addition, it could be included in the logrotate routine.&lt;/p&gt;

&lt;p&gt;Bye!
motitos&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of all, good job! I think that msec has improved a lot.</p>

<p>Since you say that suggestions are welcome, I would like to request simple things, which are msec related, but I&#8217;m unsure if they are beyond msec and more in the Mandriva general structure.</p>

<p>1) Keep the security reports in /var/log/security more than two days. Right now, you have to watch them every single day, which could be annoying in your day off or in your holidays.</p>

<p>2) Not everybody wants an email server in their machine. Is it possible to generate an alert file, and let the user choose where to store it? In addition, it could be included in the logrotate routine.</p>

<p>Bye!
motitos</p>]]></content:encoded>
	</item>
</channel>
</rss>
