 




<?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>Irregular Expressions &#187; barnyard freebsd</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/Irregular-Expressions/tag/barnyard-freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/Irregular-Expressions</link>
	<description>Insight into current security related events and exploits, including virtualization security and tips.</description>
	<lastBuildDate>Sun, 28 Apr 2013 08:00:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Installing Suricata on FreeBSD &#8211; Part 7</title>
		<link>http://itknowledgeexchange.techtarget.com/Irregular-Expressions/installing-suricata-on-freebsd-part-7/</link>
		<comments>http://itknowledgeexchange.techtarget.com/Irregular-Expressions/installing-suricata-on-freebsd-part-7/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:13:53 +0000</pubDate>
		<dc:creator>Dan O'Connor</dc:creator>
				<category><![CDATA[barnyard freebsd]]></category>
		<category><![CDATA[suricata freebsd]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/Irregular-Expressions/?p=130</guid>
		<description><![CDATA[To get the unified2 events coming out of Suricata into the database that was setup, you will need to install something to open that file format. One of the choices listed is barnyard2, it&#8217;s a large install and needs to have snort installed as a dependency but it will do the job. http://www.openinfosecfoundation.org/index.php/faqs I am [...]]]></description>
				<content:encoded><![CDATA[<p>To get the unified2 events coming out of Suricata into the database that was setup, you will need to install something to open that file format.</p>
<p>One of the choices listed is barnyard2, it&#8217;s a large install and needs to have snort installed as a dependency but it will do the job.</p>
<p>http://www.openinfosecfoundation.org/index.php/faqs</p>
<pre class="brush: plain; title: ; notranslate">
cd /usr/ports/security/barnyard2/
make install clean
</pre>
<p>I am not going to rehash the setup of barnyard2 there is plenty of sites that can guide you through the setup.</p>
<p>The next thing I will be attempting to install is OpenVAS on FreeBSD 8.0 or 7.2, I am not sure if it will run on either at this point.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/Irregular-Expressions/installing-suricata-on-freebsd-part-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verifying System Integrity</title>
		<link>http://itknowledgeexchange.techtarget.com/Irregular-Expressions/verifying-system-integrity/</link>
		<comments>http://itknowledgeexchange.techtarget.com/Irregular-Expressions/verifying-system-integrity/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 03:28:48 +0000</pubDate>
		<dc:creator>Dan O'Connor</dc:creator>
				<category><![CDATA[barnyard freebsd]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[knoppix]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[sha1]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/Irregular-Expressions/?p=60</guid>
		<description><![CDATA[The team at isc.sans.org has an BETA version of hash checking application. http://isc.sans.org/tools/hashsearch.html I tired a few files from a FreeBSD machine I have, but it was not able to locate a match.  I am sure there would have been more success if files from a Windows based system had been tried. This will be [...]]]></description>
				<content:encoded><![CDATA[<p>The team at isc.sans.org has an BETA version of hash checking application. http://isc.sans.org/tools/hashsearch.html</p>
<p>I tired a few files from a FreeBSD machine I have, but it was not able to locate a match.  I am sure there would have been more success if files from a Windows based system had been tried.</p>
<p>This will be an excellent tool to verify the integrity of files on systems, more then once I have been in a situation where I needed to validate the integrity of a file with out a know good sample available.</p>
<p>If the status of a machine is in question I would not even collect the has off the system while it is running, booting into a liveCD like Knoppix ( http://www.knoppix.org/ ) or my favorite FreeBSD ( http://www.freebsd.org/where.html ) is the best way to ensure the integrity of the hash.</p>
<p>On freebsd you can use the md5 or sha1 command.</p>
<p>&gt; md5 /lib/libc.so.7<br />
MD5 (/lib/libc.so.7) = e16f4e5c137bd7f445b32733f45ac268</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/Irregular-Expressions/verifying-system-integrity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
