<?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>Darknet - The Darkside &#187; snort</title>
	<atom:link href="http://www.darknet.org.uk/tag/snort/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +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>pytbull &#8211; Intrusion Detection/Prevention System (IDS/IPS) Testing Framework</title>
		<link>http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/</link>
		<comments>http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/#comments</comments>
		<pubDate>Mon, 16 May 2011 09:58:43 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[compare ids]]></category>
		<category><![CDATA[ids comparison]]></category>
		<category><![CDATA[ids testing framework]]></category>
		<category><![CDATA[intrusion prevention system testing]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[pen-test]]></category>
		<category><![CDATA[pytbull]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[suricata]]></category>
		<category><![CDATA[testing ids]]></category>
		<category><![CDATA[testing ips]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3109</guid>
		<description><![CDATA[pytbull is an Intrusion Detection/Prevention System (IDS/IPS) Testing Framework for Snort, Suricata and any IDS/IPS that generates an alert file. It can be used to test the detection and blocking capabilities of an IDS/IPS, to compare IDS/IPS, to compare configuration modifications and to check/validate configurations. The framework is shipped with about 300 tests grouped in [...]]]></description>
			<content:encoded><![CDATA[<p>pytbull is an Intrusion Detection/Prevention System (IDS/IPS) Testing Framework for Snort, <a href="http://www.darknet.org.uk/2010/05/suricata-open-source-next-generation-intrusion-detection-and-prevention-engine/">Suricata</a> and any IDS/IPS that generates an alert file. It can be used to test the detection and blocking capabilities of an IDS/IPS, to compare IDS/IPS, to compare configuration modifications and to check/validate configurations.</p>
<p>The framework is shipped with about 300 tests grouped in 9 testing modules:</p>
<ul>
<li>clientSideAttacks: this module uses a reverse shell to provide the server with instructions to download remote malicious files. This module tests the ability of the IDS/IPS to protect against client-side attacks.</li>
<li>testRules: basic rules testing. These attacks are supposed to be detected by the rules sets shipped with the IDS/IPS.</li>
<li>badTraffic: Non RFC compliant packets are sent to the server to test how packets are processed.</li>
<li>fragmentedPackets: various fragmented payloads are sent to server to test its ability to recompose them and detect the attacks.</li>
<li>multipleFailedLogins: tests the ability of the server to track multiple failed logins (e.g. FTP). Makes use of custom rules on Snort and Suricata.</li>
<li>evasionTechniques: various evasion techniques are used to check if the IDS/IPS can detect them.</li>
<li>shellCodes: send various shellcodes to the server on port 21/tcp to test the ability of the server to detect/reject shellcodes.</li>
<li>denialOfService: tests the ability of the IDS/IPS to protect against DoS attempts</li>
<li>pcapReplay: enables to replay pcap files</li>
</ul>
<p>It is easily configurable and could integrate new modules in the future.</p>
<p>There are basically 6 types of tests:</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<ul>
<li>socket: open a socket on a given port and send the payloads to the remote target on that port.</li>
<li>command: send command to the remote target with the subprocess.call() python function.</li>
<li>scapy: send special crafted payloads based on the Scapy syntax</li>
<li>multiple failed logins: open a socket on port 21/tcp (FTP) and attempt to login 5 times with bad credentials.</li>
<li>client side attacks: use a reverse shell on the remote target and send commands to it to make them processed by the server (typically wget commands).</li>
<li>pcap replay: enables to replay traffic based on pcap files</li>
</ul>
<p>The official documentations is available here: <a href="http://www.aldeid.com/index.php/Pytbull">pytbull documentation</a>.</p>
<p><strong>Changes/Improvements in V1.1</strong></p>
<ul>
<li>Issue #2 fixed (test number incrementing twice just after the last test from multipleFailedLogins test)</li>
<li>Issue #3 fixed (pcapReplay module not present in the checks on STDOUT)</li>
<li>Code factoring in pytbull.py</li>
<li>Timing options are now in parameters (config.cfg)</li>
<li>Automatically checks and informs if a new version is available (use PROXY section in the configuration file if needed)</li>
<li>New basic checks: Checks that paths are valid</li>
<li>SVN tags added in source code</li>
</ul>
<p>You can download pytbull here:</p>
<p><a href="http://pytbull.googlecode.com/files/pytbull-1.1.tar.bz2">pytbull-1.1.tar.bz2</a></p>
<p>Or read more <a href="http://code.google.com/p/pytbull/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=pytbull+%E2%80%93+Intrusion+Detection%2FPrevention+System+%28IDS%2FIPS%29+Testing+Framework+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3109+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/&amp;t=pytbull+%E2%80%93+Intrusion+Detection%2FPrevention+System+%28IDS%2FIPS%29+Testing+Framework" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/&amp;title=pytbull+%E2%80%93+Intrusion+Detection%2FPrevention+System+%28IDS%2FIPS%29+Testing+Framework" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/&amp;title=pytbull+%E2%80%93+Intrusion+Detection%2FPrevention+System+%28IDS%2FIPS%29+Testing+Framework" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/&amp;title=pytbull+%E2%80%93+Intrusion+Detection%2FPrevention+System+%28IDS%2FIPS%29+Testing+Framework" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/&amp;title=pytbull+%E2%80%93+Intrusion+Detection%2FPrevention+System+%28IDS%2FIPS%29+Testing+Framework" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F05%2Fpytbull-intrusion-detectionprevention-system-idsips-testing-framework%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/05/pytbull-intrusion-detectionprevention-system-idsips-testing-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sguil &#8211; Intuitive GUI for Network Security Monitoring with Snort</title>
		<link>http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/</link>
		<comments>http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 08:55:22 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[hids]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[intrusion-detection]]></category>
		<category><![CDATA[network-administration]]></category>
		<category><![CDATA[network-defence]]></category>
		<category><![CDATA[network-intrusion-detection]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[NIDS]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[sguil]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[snort-gui]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/</guid>
		<description><![CDATA[Sguil (pronounced sgweel) is probably best described as an aggregation system for network security monitoring tools. It ties your IDS alerts into a database of TCP/IP sessions, full content packet logs and other information. When you&#8217;ve identified an alert that needs more investigation, the sguil client provides you with seamless access to the data you [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Sguil (pronounced sgweel) is probably best described as an aggregation system for network security monitoring tools. It ties your IDS alerts into a database of TCP/IP sessions, full content packet logs and other information. When you&#8217;ve identified an alert that needs more investigation, the sguil client provides you with seamless access to the data you need to decide how to handle the situation. In other words, sguil simply ties together the outputs of various security monitoring tools into a single interface, providing you with the most information in the shortest amount of time.</p>
<p>Sguil uses a database backend for most of its data, which allows you to perform SQL queries against several different types of security events.</p>
<p><strong>How is sguil different from Snort + ACID or Snort + BASE?</strong></p>
<p>ACID &#038; BASE are both web-based IDS alert management systems. They let you browse and search alerts, but don&#8217;t offer very much in the way of data-mining that would allow you to answer questions like, &#8220;Was this an attack attempt or a false positive?&#8221;, &#8220;Was the attempt successful?&#8221; or &#8220;What other machines did the attacker try to crack once he got into this one?&#8221;. They rely on you to do the research necessary to determine the severity of the situation.</p>
<p>Sguil&#8217;s design centers on providing convenient, quick access to a host of supporting information, which both saves you time and helps you make better decisions. Incidentally, because sguil uses a dedicated client instead of running through a web browser, you get a richer, more responsive user interface as well. </p>
<p>You can find snort here:</p>
<p><a href="http://www.snort.org/">http://www.snort.org/</a></p>
<p>You can read more and download Sguil here:</p>
<p></p>
<p><a href="http://sguil.sourceforge.net/">http://sguil.sourceforge.net/</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Sguil+%E2%80%93+Intuitive+GUI+for+Network+Security+Monitoring+with+Snort+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D523+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/&amp;t=Sguil+%E2%80%93+Intuitive+GUI+for+Network+Security+Monitoring+with+Snort" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/&amp;title=Sguil+%E2%80%93+Intuitive+GUI+for+Network+Security+Monitoring+with+Snort" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/&amp;title=Sguil+%E2%80%93+Intuitive+GUI+for+Network+Security+Monitoring+with+Snort" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/&amp;title=Sguil+%E2%80%93+Intuitive+GUI+for+Network+Security+Monitoring+with+Snort" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/&amp;title=Sguil+%E2%80%93+Intuitive+GUI+for+Network+Security+Monitoring+with+Snort" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F06%2Fsguil-intuitive-gui-for-network-security-monitoring-with-snort%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/06/sguil-intuitive-gui-for-network-security-monitoring-with-snort/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Impressive Open Source Intrusion Prevention &#8211; HLBR</title>
		<link>http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/</link>
		<comments>http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 05:35:45 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[intrusion-prevention]]></category>
		<category><![CDATA[intrusion-prevention-system]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[nessus]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[trojans]]></category>
		<category><![CDATA[viruses]]></category>
		<category><![CDATA[worms]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/</guid>
		<description><![CDATA[It&#8217;s good to see work on open source tools in the countermeasure department aswell as the attack and penetration arena. It&#8217;s a shame since Snort and Nessus have gone semi-commercial. I hope more people invest their time in good IDS, Firewall and IPS systems, I love things like IPCop and hope to see more products [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>It&#8217;s good to see work on open source tools in the countermeasure department aswell as the attack and penetration arena.</p>
<p>It&#8217;s a shame since Snort and Nessus have gone semi-commercial.</p>
<p>I hope more people invest their time in good IDS, Firewall and IPS systems, I love things like IPCop and hope to see more products like HLBR.</p>
<p>HLBR is a brazilian project, started in november 2005, as a fork of the Hogwash project (started by Jason Larsen in 1996)</p>
<p>HLBR is an IPS (Intrusion Prevention System) that can filter packets directly in the layer 2 of the OSI model (so the machine doesn&#8217;t need even an IP address). Detection of malicious/anomalous traffic is done by rules based in signatures, and the user can add more rules. It is an efficient and versatile IPS, and it can even be used as bridge to honeypots and honeynets. Since it doesn&#8217;t make use of the operating system&#8217;s TCP/IP stack, it can be &#8220;invisible&#8221; to network access and attackers.</p>
<p>Since version 1.0, released in march 5th 2006, HLBR can use regular expressions to detect intrusion attempts, virus, worms, and phishing.</p>
<p>You can view the entire <a href="http://svn.sourceforge.net/viewvc/hlbr/tags/HLBR_1_1/hlbr/README.en?view=markup">HLBR README file here</a>.</p>
<p></p>
<p>Go to the <a href="http://hlbr.sourceforge.net/index-en.html">HLBR Homepage</a> for more information and downloads.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Impressive+Open+Source+Intrusion+Prevention+%E2%80%93+HLBR+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D126+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/&amp;t=Impressive+Open+Source+Intrusion+Prevention+%E2%80%93+HLBR" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/&amp;title=Impressive+Open+Source+Intrusion+Prevention+%E2%80%93+HLBR" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/&amp;title=Impressive+Open+Source+Intrusion+Prevention+%E2%80%93+HLBR" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/&amp;title=Impressive+Open+Source+Intrusion+Prevention+%E2%80%93+HLBR" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/&amp;title=Impressive+Open+Source+Intrusion+Prevention+%E2%80%93+HLBR" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F09%2Fimpressive-open-source-intrusion-prevention-hlbr%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/09/impressive-open-source-intrusion-prevention-hlbr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASE 1.2.6 Released (Basic Analysis &amp; Security Engine)</title>
		<link>http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/</link>
		<comments>http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 07:09:31 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[intrusion-detection]]></category>
		<category><![CDATA[intrusion-prevention]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[snort]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/</guid>
		<description><![CDATA[We are happy to announce that the 1.2.6 (christine) release of the Basic Analysis and Security Engine (BASE) is available. BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project. This application provides a web front-end to query and analyze the alerts [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>We are happy to announce that the 1.2.6 (christine) release of the Basic Analysis and Security Engine (BASE) is available. </p>
<p>BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project. This application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system.</p>
<p>I used to LOVE ACID, and I have to say BASE has taken it one step further, it&#8217;s a superb project.</p>
<p>A number of bugs have been fixed  including some that affected IE and the setup system for BASE.  A couple of interface tweaks have also been done to make it more user friendly.</p>
<p>The developers are currently looking for more people willing to test the BASE releases as they work on them.  If you are interested, feel free to contact base@secureideas.net</p>
<p>The BASE team have also started coding the 2.x code base.  If you have any ideas or feedback regarding that rewrite, please forward them to the BASE developers list which is a public mailing list. </p>
<p>You can download the new version of BASE at:</p>
<p></p>
<p><a href="http://sourceforge.net/projects/secureideas">http://sourceforge.net/projects/secureideas</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=BASE+1.2.6+Released+%28Basic+Analysis+%26+Security+Engine%29+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D302+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/&amp;t=BASE+1.2.6+Released+%28Basic+Analysis+%26+Security+Engine%29" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/&amp;title=BASE+1.2.6+Released+%28Basic+Analysis+%26+Security+Engine%29" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/&amp;title=BASE+1.2.6+Released+%28Basic+Analysis+%26+Security+Engine%29" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/&amp;title=BASE+1.2.6+Released+%28Basic+Analysis+%26+Security+Engine%29" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/&amp;title=BASE+1.2.6+Released+%28Basic+Analysis+%26+Security+Engine%29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F07%2Fbase-126-released-basic-analysis-security-engine%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/07/base-126-released-basic-analysis-security-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>US Investigates Snort Sale as a Security Risk</title>
		<link>http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/</link>
		<comments>http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 05:38:47 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[check-point-software]]></category>
		<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[columbia]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[israel]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[ramat-gan]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[sourcefire]]></category>
		<category><![CDATA[us-government]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/</guid>
		<description><![CDATA[Basically the Americans are saying a lot of their sensitive govermental organisations are using Snort and they don&#8217;t want the software to be controlled by an Israeli company, they see it as a threat. The same Bush administration review panel that approved a ports deal involving the United Arab Emirates has notified a leading Israeli [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Basically the Americans are saying a lot of their sensitive govermental organisations are using Snort and they don&#8217;t want the software to be controlled by an Israeli company, they see it as a threat.</p>
<blockquote><p>The same Bush administration review panel that approved a ports deal involving the United Arab Emirates has notified a leading Israeli software company that it faces a rare, full-blown investigation over its plans to buy a smaller rival.</p>
<p>The objections by the FBI and Pentagon were partly over specialized intrusion detection software known as &#8220;Snort,&#8221; which guards some classified U.S. military and intelligence computers.</p>
<p>Snort&#8217;s author is a senior executive at Sourcefire Inc., which would be sold to publicly traded Check Point Software Technologies Ltd. in Ramat Gan, Israel. Sourcefire is based in Columbia, Md.</p>
<p>Check Point was told U.S. officials feared the transaction could endanger some of government&#8217;s most sensitive computer systems. The company announced it had agreed to acquire Sourcefire in October. </p></blockquote>
<p>Is it really a threat?</p>
<p>I&#8217;m guessing from this though that the US government then doesn&#8217;t use ANY Checkpoint devices or software in any of its organisations.</p>
<blockquote><p>The ongoing 45-day investigation into the Israeli deal is only the 26th of its type conducted among 1,600 business transactions reviewed by the Committee on Foreign Investments in the United States. The panel, facing criticism by Congress about its scrutiny of the ports deal, judges the security risks of foreign companies buying or investing in American industry.</p></blockquote>
<p>I wonder what the outcome is going to be.</p>
<p>Let&#8217;s hope the whole thing is dealt with properly.</p>
<p></p>
<p>Source: <a href="http://redmondmag.com/news/article.asp?editorialsid=7219">Redmond Mag</a> &#8211; (<a href="http://it.slashdot.org/article.pl?sid=06/03/02/233213&#038;from=rss">Slashdot</a>)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=US+Investigates+Snort+Sale+as+a+Security+Risk+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D92+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/&amp;t=US+Investigates+Snort+Sale+as+a+Security+Risk" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/&amp;title=US+Investigates+Snort+Sale+as+a+Security+Risk" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/&amp;title=US+Investigates+Snort+Sale+as+a+Security+Risk" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/&amp;title=US+Investigates+Snort+Sale+as+a+Security+Risk" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/&amp;title=US+Investigates+Snort+Sale+as+a+Security+Risk" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F03%2Fus-investigates-snort-sale-as-a-security-risk%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/03/us-investigates-snort-sale-as-a-security-risk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

