<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>ECL Labs</title>
		<description>ramblings about technology</description>
		<link>http://www.ecl-labs.org</link>
		
			<item>
				<title>Roboo - HTTP Robot Mitigator released!</title>
				<description>&lt;p&gt;We&amp;#8217;re happy to announce the release of Roboo - the first and most advanced open-source HTTP Robot mitigator of its kind!&lt;/p&gt;

&lt;p&gt;Roboo uses advanced non-interactive HTTP challenge/response mechanisms to detect and subsequently mitigate HTTP robots, by verifying the existence of HTTP, HTML, DOM, Javascript and Flash stacks at the client side.&lt;/p&gt;

&lt;p&gt;Such deep level of verification weeds out the larger percentage of HTTP robots which do not use real browsers or implement full browser stacks, resulting in the mitigation of various web threats:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTTP Denial of Service tools - e.g. Low Orbit Ion Cannon&lt;/li&gt;

&lt;li&gt;Vulnerability Scanning - e.g. Acunetix Web Vulnerability Scanner, Metasploit Pro, Nessus&lt;/li&gt;

&lt;li&gt;Web exploits&lt;/li&gt;

&lt;li&gt;Automatic comment posters/comment spam as a replacement of conventional CAPTCHA methods&lt;/li&gt;

&lt;li&gt;Spiders, Crawlers and other robotic evil&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can find the first public version &lt;a href='/code/Roboo-0.50-BH.tar.gz'&gt;here&lt;/a&gt; - for more information, refer to the presentation &amp;#8220;Building Floodgates: Cutting-Edge Denial of Service Mitigation&amp;#8221; given at &lt;a href='http://blackhat.com/html/bh-eu-11/bh-eu-11-briefings.html'&gt;Black Hat Europe 2011&lt;/a&gt; (&lt;a href='/papers/yg-ab-building_floodgates.pptx'&gt;slides&lt;/a&gt;) and the &lt;a href='https://github.com/yuri-gushin/Roboo'&gt;Roboo source code repository&lt;/a&gt;.&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2011/03/17/roboo-http-mitigator.html</link>
			</item>
		
			<item>
				<title>A tool for creating IDS/IPS signatures for SMTP based worms</title>
				<description>&lt;p&gt;&lt;strong&gt;Worminator&lt;/strong&gt; (&lt;a href='/code/Worminator-src.tgz'&gt;source&lt;/a&gt; &amp;amp; &lt;a href='/code/Worminator-bin.tgz'&gt;binary&lt;/a&gt;) - A Win32 tool for easing/automating the process of creating IDS/IPS signatures for SMTP based worms, providing a comfortable GUI, including raw base64 variants and Snort signatures support. Written in Delphi.&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2006/11/29/a-tool-for-creating-signatures-for-smtp-worms.html</link>
			</item>
		
			<item>
				<title>PoC exploit for the NetFilter SNMP ALG helper DoS vulnerability</title>
				<description>&lt;p&gt;Proof of concept &lt;a href='/code/ecl-nf-snmpwn.c'&gt;exploit code&lt;/a&gt; for the double-free vulnerability in NetFilter&amp;#8217;s &lt;code&gt;snmp_trap_decode()&lt;/code&gt; function in Linux kernels 2.6.16.17 and older, causing a kernel panic (CVE-2006-2444)&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2006/06/30/dos-exploit-for-netfilter-snmp-alg.html</link>
			</item>
		
			<item>
				<title>NIDS polymorphic evasion - The End?</title>
				<description>&lt;p&gt;Today&amp;#8217;s Network Intrusion Detection Systems, alarmed of the dangers brought by polymorphic shellcodes, try to detect them using desperate methods that eat up CPU cycles. This is done so the claim can be made that such NIDS foil even the most devious crackers. The truth of the matter is, they don&amp;#8217;t.&lt;/p&gt;

&lt;p&gt;&lt;a href='/papers/ecl-poly.txt'&gt;This paper&lt;/a&gt; demonstrates the weaknesses in today&amp;#8217;s polymorphism detection methods, and explores techniques to exploit them. The accompanying ECL-Polynop tool can be obtained from &lt;a href='/code/ecl-poly.tar.gz'&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2005/07/25/nids-polymorphic-evasion-the-end.html</link>
			</item>
		
			<item>
				<title>Exploit for a stack-based buffer overflow in MySQL MaxDB</title>
				<description>&lt;p&gt;An &lt;a href='/code/ecl-maxdb.c'&gt;exploit&lt;/a&gt; for the HTTP GET request with long file parameter after a percent (&amp;#8221;%&amp;#8221;) character vulnerability in MySQL MaxDB 7.5.00.26 and earlier (CVE-2005-0684)&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2005/04/29/exploit-for-a-buffer-overflow-in-mysql-maxdb.html</link>
			</item>
		
			<item>
				<title>PoC remote DoS code for MS05-019</title>
				<description>&lt;p&gt;Proof of concept &lt;a href='/code/ecl-winipdos.c'&gt;exploit code&lt;/a&gt; for the IP options parsing off-by-one vulnerability in Microsoft Windows: Vulnerabilities in TCP/IP Could Allow Remote Code Execution and Denial of Service &lt;a href='http://www.microsoft.com/technet/security/bulletin/ms05-019.mspx'&gt;MS05-019&lt;/a&gt; (CVE-2005-0048)&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2005/04/16/poc-remote-dos-code-for-ms05-019.html</link>
			</item>
		
			<item>
				<title>Exploit code for Exim's SPA vulnerability</title>
				<description>&lt;p&gt;Release of &lt;a href='/code/ecl-eximspa.c'&gt;exploit code&lt;/a&gt; for a buffer bounds checking vulnerability in &lt;a href='http://www.exim.org/'&gt;Exim&lt;/a&gt;&amp;#8217;s SPA authentication routines (CVE-2005-0022)&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2005/02/05/exploit-code-for-exims-spa-vulnerability.html</link>
			</item>
		
			<item>
				<title>Advisory for privilege escalation vulnerabilities in W-Channel embedded Linux</title>
				<description>&lt;p&gt;TC-IDE&amp;#8217;s W-Channel embedded Linux contains multiple local vulnerabilities in versions prior to v1.54. The advisory is &lt;a href='/advisories/ecl-channel.adv'&gt;here&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://www.ecl-labs.org/2004/11/20/privilege-escalation-vulnerabilities-in-w-channel-linux.html</link>
			</item>
		
	</channel>
</rss>

