
<?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>Online Security Scanner &#187; snorby</title>
	<atom:link href="http://hackertarget.com/tag/snorby/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackertarget.com</link>
	<description>Vulnerability Testing and Assessments</description>
	<lastBuildDate>Tue, 15 May 2012 09:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Metasploit vs Snort as Snorby</title>
		<link>http://hackertarget.com/metasploit-vs-snort-as-snorby/</link>
		<comments>http://hackertarget.com/metasploit-vs-snort-as-snorby/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 06:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[snorby]]></category>
		<category><![CDATA[snort]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=574</guid>
		<description><![CDATA[Recently I stumbled acorss Snorby, an excellent easy to use implementation of Snort. It is a new web interface for Snort that is very pretty, but also simple. An excellent introduction to Intrusion Detection Systems, that is not going to scare anyone away. Now how to I get hold of this I hear you cry&#8230;. [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/metasploit-vs-snort-as-snorby/' addthis:title='Metasploit vs Snort as Snorby' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Recently I stumbled acorss <a href="http://www.snorby.org/" target="_blank">Snorby</a>, an excellent easy to use implementation of <a href="http://www.snort.org/" target="_blank">Snort</a>.</p>
<p>It is a new web interface for Snort that is very pretty, but also simple. An excellent introduction to Intrusion Detection Systems, that is not going to scare anyone away.</p>
<p><img src="http://www.cryptolife.org/images/thumb/2/2a/Snorby2.png/242px-Snorby2.png" align="right">Now how to I get hold of this I hear you cry&#8230;. head over here <a href="http://www.cryptolife.org/index.php/Snorby" target="_blank">and grab the preconfigured security appliance</a>.</p>
<p>I downloaded the iso, fired up a virtualbox machine and away it went. Seriously a working Snort install in under 10mins. Nice!</p>
<p>Obviously you want to test your snort, so I fired off an nmap scan with the script option against my Windows XP SP2 test machine.</p>
<blockquote><p>
# nmap -sC 192.168.56.101</p>
<p>Starting Nmap 5.30BETA1 ( http://nmap.org ) at 2010-06-02 10:19 EST<br />
Nmap scan report for 192.168.56.101<br />
Host is up (0.0032s latency).<br />
Not shown: 997 closed ports<br />
PORT    STATE SERVICE<br />
135/tcp open  msrpc<br />
139/tcp open  netbios-ssn<br />
445/tcp open  microsoft-ds<br />
MAC Address: 08:22:22:22:22:22 </p>
<p>Host script results:<br />
|_nbstat: NetBIOS name: ASDF, NetBIOS user: <unknown>, NetBIOS MAC: 22:22:22:22:22:22<br />
| smb-os-discovery:<br />
|   OS: Windows XP (Windows 2000 LAN Manager)<br />
|   Name: WORKGROUP\ASDF<br />
|_  System time: 2010-06-02 10:19:58 UTC-7<br />
|_smbv2-enabled: Server doesn&#8217;t support SMBv2 protocol</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 12.09 seconds
</p></blockquote>
<p><a href="http://hackertarget.com/wp-content/uploads/2010/06/nmap-snorby.jpg"><img src="http://hackertarget.com/wp-content/uploads/2010/06/nmap-snorby-300x146.jpg" alt="" title="nmap-snorby" width="300" height="146" class="alignright size-medium wp-image-576" /></a><br />
Snorby showed me some nice port scan alerts.</p>
<p>Now I was running through <a href="http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/">my guide to Metasploit 3.4.0</a> and figured I would see something in Snorby. As shown in the guide I successfully ran metasploit with ms08_067 exploit using a meterpreter payload and a vnc dll injection payload. Gaining full access to the Windows XP SP2 machine.</p>
<p>Snorby (and Snort) results show nothing. </p>
<p>Hmm, Snorby is running with up to date rules from emerging threats and snort. I was quite surprised and will be looking into the reasons for this in the near future. I would have thought I would have triggered something in the snort rules during this exploit.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hackertarget.com/metasploit-vs-snort-as-snorby/' addthis:title='Metasploit vs Snort as Snorby' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_delicious"></a><a class="addthis_button_reddit"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/metasploit-vs-snort-as-snorby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.hackertarget.com @ 2012-05-17 23:58:20 -->
