<?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>x83.net &#187; tripwire</title>
	<atom:link href="http://www.x83.net/tag/tripwire/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FreeBSD : Install and configure Tripwire</title>
		<link>http://www.x83.net/freebsd-install-and-configure-tripwire/</link>
		<comments>http://www.x83.net/freebsd-install-and-configure-tripwire/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 20:53:59 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[tripwire]]></category>

		<guid isPermaLink="false">http://www.x83.net/blog/?p=158</guid>
		<description><![CDATA[ADD THE TRIPWIRE SECURITY COMPONENT Setup Tripwire (ref: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-tripwire.html) Edit the /etc/tripwire/twcfg.txt file to reflect the following: EDITOR =/usr/bin/pico Edit the /etc/tripwire/twpol.txt file to reflect the following: (emailto = "me@me.com") { ! /proc; / -&#62; $(ReadOnly); ! /dev; /boot -&#62; $(ReadOnly); /tmp -&#62; $(ReadOnly); /var/log -&#62; $(ReadOnly); /var/log/httpd/access_log -&#62; l; /var/log/httpd/error_log -&#62; l; } Install/Setup [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ADD THE TRIPWIRE SECURITY COMPONENT</strong></p>
<p>Setup Tripwire (ref: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-tripwire.html)<br />
Edit the /etc/tripwire/twcfg.txt file to reflect the following:</p>
<p>EDITOR =/usr/bin/pico</p>
<p>Edit the /etc/tripwire/twpol.txt file to reflect the following:</p>
<pre>(emailto = "me@me.com")
{
! /proc;
/ -&gt; $(ReadOnly);
! /dev;
/boot -&gt; $(ReadOnly);
/tmp -&gt; $(ReadOnly);
/var/log -&gt; $(ReadOnly);
/var/log/httpd/access_log -&gt; l;
/var/log/httpd/error_log -&gt; l;
}</pre>
<p>Install/Setup (only once):</p>
<pre>/etc/tripwire/twinstall.sh
site key: web site key
local key: web local key</pre>
<p>Initialize:</p>
<pre>/usr/sbin/tripwire --init

Check:
/usr/sbin/tripwire --check

View logs:
/usr/sbin/twprint -m r --twrfile /var/lib/tripwire/report/.twr | less

Remove files unneeded by default setup
pico /etc/tripwire/twpol.txt

Generate new policy file:
/usr/sbin/twadmin --create-polfile -S site.key /etc/tripwire/twpol.txt

Initialize again:
/usr/sbin/tripwire --init</pre>
<pre>Cron will check daily
View logs:
/usr/sbin/twprint -m r --twrfile /var/lib/tripwire/report/.twr | less
Update the database:
/usr/sbin/tripwire --update --twrfile /var/lib/tripwire/report/.twr
Customize.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/freebsd-install-and-configure-tripwire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

