<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Rick's World - Latest comments on Update on Morfeus Fucking Scanner</title>
		<link>http://ekle.us/index.php?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://ekle.us/index.php?tempskin=_rss2&#38;disp=comments&#38;p=506" />
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>Another Visitor [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Thu, 05 Aug 2010 19:49:54 +0000</pubDate>
			<dc:creator>Another Visitor [Visitor]</dc:creator>
			<guid isPermaLink="false">c3053@http://ekle.us/</guid>
			<description>If you guys are using nginx (EngineX) instead of Apache (slowpache) you can add this directive to your main server config and / or vhost include files. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {&lt;br /&gt;
        return 444;server {&lt;br /&gt;
        listen 80 default;&lt;br /&gt;
        server_name     _;&lt;br /&gt;
&lt;br /&gt;
        if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {&lt;br /&gt;
        return 444;&lt;br /&gt;
                                                              }&lt;br /&gt;
&lt;br /&gt;
        access_log      /usr/local/www/data/_default/access_default.log;&lt;br /&gt;
        server_name_in_redirect off;&lt;br /&gt;
&lt;br /&gt;
        location ~ \.php$ {&lt;br /&gt;
            root           html;&lt;br /&gt;
            fastcgi_pass   127.0.0.1:9000;&lt;br /&gt;
            fastcgi_index  index.php;&lt;br /&gt;
            fastcgi_param  SCRIPT_FILENAME  /usr/local/www/data/_default$fastcgi_script_name;&lt;br /&gt;
            include        fastcgi_params;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
   location /  {&lt;br /&gt;
        index index.php index.html;&lt;br /&gt;
        root  /usr/local/www/data/_default;&lt;br /&gt;
        error_page      404     error/404.html;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
                                                        }&lt;br /&gt;
&lt;br /&gt;
 As in the following &quot;default&quot; example (for anything that doesn't match any of my served domains): &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;</description>
			<content:encoded><![CDATA[If you guys are using nginx (EngineX) instead of Apache (slowpache) you can add this directive to your main server config and / or vhost include files. <br />
<br />
<br />
  if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {<br />
        return 444;server {<br />
        listen 80 default;<br />
        server_name     _;<br />
<br />
        if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {<br />
        return 444;<br />
                                                              }<br />
<br />
        access_log      /usr/local/www/data/_default/access_default.log;<br />
        server_name_in_redirect off;<br />
<br />
        location ~ \.php$ {<br />
            root           html;<br />
            fastcgi_pass   127.0.0.1:9000;<br />
            fastcgi_index  index.php;<br />
            fastcgi_param  SCRIPT_FILENAME  /usr/local/www/data/_default$fastcgi_script_name;<br />
            include        fastcgi_params;<br />
        }<br />
<br />
   location /  {<br />
        index index.php index.html;<br />
        root  /usr/local/www/data/_default;<br />
        error_page      404     error/404.html;<br />
        }<br />
<br />
                                                        }<br />
<br />
 As in the following "default" example (for anything that doesn't match any of my served domains): <br />
<br />
 <br />]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c3053</link>
		</item>
				<item>
			<title>Richard [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Fri, 14 May 2010 14:04:25 +0000</pubDate>
			<dc:creator>Richard [Visitor]</dc:creator>
			<guid isPermaLink="false">c2905@http://ekle.us/</guid>
			<description>I just added &quot;soapCaller&quot; to my &quot;custom keyword based blocker&quot; which block not only their ip, but their whole subnet.&lt;br /&gt;
&lt;br /&gt;
This is something I cobbled together&lt;br /&gt;
(1) Uses modsec to grep any of a list of keywords.&lt;br /&gt;
(2) Sends the ip to a &quot;whois&quot; custom java program&lt;br /&gt;
(3) This &quot;whois&quot; queries servers such as arin,ripe and gets the netblock range.&lt;br /&gt;
(4) Makes an OS call to block the range (via iptables,netsh,ipseccmd,ipsecmod,etc)</description>
			<content:encoded><![CDATA[I just added "soapCaller" to my "custom keyword based blocker" which block not only their ip, but their whole subnet.<br />
<br />
This is something I cobbled together<br />
(1) Uses modsec to grep any of a list of keywords.<br />
(2) Sends the ip to a "whois" custom java program<br />
(3) This "whois" queries servers such as arin,ripe and gets the netblock range.<br />
(4) Makes an OS call to block the range (via iptables,netsh,ipseccmd,ipsecmod,etc)]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2905</link>
		</item>
				<item>
			<title>kyle [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Fri, 14 May 2010 10:28:25 +0000</pubDate>
			<dc:creator>kyle [Visitor]</dc:creator>
			<guid isPermaLink="false">c2904@http://ekle.us/</guid>
			<description>i set up an apache server on ubuntu recently, and i noticed this morfeus stuff on there, &quot;Morefeus strikes again&quot; and a bunch of requests. I don't really understand the http get and post stuff yet, so i was wondering if he had done anything bad. I got a bunch of 404s, but then it says internal dummy connection with what I think is the &quot;option&quot; command. maybe i did this, but i really dont know. mind taking a look?&lt;br /&gt;
&lt;br /&gt;
95.211.24.2 - - [13/May/2010:01:25:08 -0400] &quot;GET /mail/README HTTP/1.1&quot; 404 470 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
95.211.24.2 - - [13/May/2010:01:25:08 -0400] &quot;GET /README HTTP/1.1&quot; 404 467 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
::1 - - [13/May/2010:01:25:09 -0400] &quot;OPTIONS * HTTP/1.0&quot; 200 152 &quot;-&quot; &quot;Apache/2.2.12 (Ubuntu) (internal dummy connection)&quot;&lt;br /&gt;
::1 - - [13/May/2010:01:25:10 -0400] &quot;OPTIONS * HTTP/1.0&quot; 200 152 &quot;-&quot; &quot;Apache/2.2.12 (Ubuntu) (internal dummy connection)&quot;&lt;br /&gt;
::1 - - [13/May/2010:01:25:11 -0400] &quot;OPTIONS * HTTP/1.0&quot; 200 152 &quot;-&quot; &quot;Apache/2.2.12 (Ubuntu) (internal dummy connection)&quot;&lt;br /&gt;
&lt;br /&gt;
Did he get in? or was that just something i did? message me if you want, i appreciate the help&lt;br /&gt;</description>
			<content:encoded><![CDATA[i set up an apache server on ubuntu recently, and i noticed this morfeus stuff on there, "Morefeus strikes again" and a bunch of requests. I don't really understand the http get and post stuff yet, so i was wondering if he had done anything bad. I got a bunch of 404s, but then it says internal dummy connection with what I think is the "option" command. maybe i did this, but i really dont know. mind taking a look?<br />
<br />
95.211.24.2 - - [13/May/2010:01:25:08 -0400] "GET /mail/README HTTP/1.1" 404 470 "-" "Morfeus strikes again."<br />
95.211.24.2 - - [13/May/2010:01:25:08 -0400] "GET /README HTTP/1.1" 404 467 "-" "Morfeus strikes again."<br />
::1 - - [13/May/2010:01:25:09 -0400] "OPTIONS * HTTP/1.0" 200 152 "-" "Apache/2.2.12 (Ubuntu) (internal dummy connection)"<br />
::1 - - [13/May/2010:01:25:10 -0400] "OPTIONS * HTTP/1.0" 200 152 "-" "Apache/2.2.12 (Ubuntu) (internal dummy connection)"<br />
::1 - - [13/May/2010:01:25:11 -0400] "OPTIONS * HTTP/1.0" 200 152 "-" "Apache/2.2.12 (Ubuntu) (internal dummy connection)"<br />
<br />
Did he get in? or was that just something i did? message me if you want, i appreciate the help<br />]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2904</link>
		</item>
				<item>
			<title>Sam [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Sun, 20 Dec 2009 16:38:02 +0000</pubDate>
			<dc:creator>Sam [Visitor]</dc:creator>
			<guid isPermaLink="false">c2744@http://ekle.us/</guid>
			<description>I have nothing on my webserver, just a index.html page saying nothing is here.&lt;br /&gt;
&lt;br /&gt;
I have thousands of lines every day from this Morfeus.&lt;br /&gt;
&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] &quot;GET /cube/README HTTP/1.1&quot; 404 288 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] &quot;GET /round/README HTTP/1.1&quot; 404 289 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] &quot;GET /roundcube-0.2/README HTTP/1.1&quot; 404 297 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] &quot;GET /roundcube-0.1/README HTTP/1.1&quot; 404 297 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] &quot;GET /roundcubemail-0.1/README HTTP/1.1&quot; 404 301 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] &quot;GET /roundcubemail-0.2/README HTTP/1.1&quot; 404 301 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] &quot;GET /wm/README HTTP/1.1&quot; 404 286 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] &quot;GET /webmail2/README HTTP/1.1&quot; 404 292 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] &quot;GET /rms/README HTTP/1.1&quot; 404 287 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] &quot;GET /mail2/README HTTP/1.1&quot; 404 289 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] &quot;GET /mss2/README HTTP/1.1&quot; 404 288 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] &quot;GET /mss/README HTTP/1.1&quot; 404 287 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] &quot;GET /roundcubemail/README HTTP/1.1&quot; 404 297 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] &quot;GET /rc/README HTTP/1.1&quot; 404 286 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] &quot;GET /webmail/README HTTP/1.1&quot; 404 291 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:08 +0000] &quot;GET /roundcube/README HTTP/1.1&quot; 404 293 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:08 +0000] &quot;GET /mail/README HTTP/1.1&quot; 404 288 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
94.102.209.172 - - [08/Dec/2009:13:01:08 +0000] &quot;GET /README HTTP/1.1&quot; 404 283 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;</description>
			<content:encoded><![CDATA[I have nothing on my webserver, just a index.html page saying nothing is here.<br />
<br />
I have thousands of lines every day from this Morfeus.<br />
<br />
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] "GET /cube/README HTTP/1.1" 404 288 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] "GET /round/README HTTP/1.1" 404 289 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] "GET /roundcube-0.2/README HTTP/1.1" 404 297 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] "GET /roundcube-0.1/README HTTP/1.1" 404 297 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:05 +0000] "GET /roundcubemail-0.1/README HTTP/1.1" 404 301 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] "GET /roundcubemail-0.2/README HTTP/1.1" 404 301 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] "GET /wm/README HTTP/1.1" 404 286 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] "GET /webmail2/README HTTP/1.1" 404 292 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] "GET /rms/README HTTP/1.1" 404 287 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:06 +0000] "GET /mail2/README HTTP/1.1" 404 289 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] "GET /mss2/README HTTP/1.1" 404 288 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] "GET /mss/README HTTP/1.1" 404 287 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] "GET /roundcubemail/README HTTP/1.1" 404 297 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] "GET /rc/README HTTP/1.1" 404 286 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:07 +0000] "GET /webmail/README HTTP/1.1" 404 291 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:08 +0000] "GET /roundcube/README HTTP/1.1" 404 293 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:08 +0000] "GET /mail/README HTTP/1.1" 404 288 "-" "Morfeus strikes again."<br />
94.102.209.172 - - [08/Dec/2009:13:01:08 +0000] "GET /README HTTP/1.1" 404 283 "-" "Morfeus strikes again."<br />]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2744</link>
		</item>
				<item>
			<title>MiDoX [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Mon, 23 Nov 2009 16:21:47 +0000</pubDate>
			<dc:creator>MiDoX [Visitor]</dc:creator>
			<guid isPermaLink="false">c2737@http://ekle.us/</guid>
			<description>Blocking UA and IP'S is nonsense&lt;br /&gt;
Both can be faked&lt;br /&gt;
Just be sure that the files scanned for don't exists on your server(or in case you want to play with the kids you could create the files with nice js scripts like The Love You virus etc.) but why wasting your time with this ?? just secure your servers&lt;br /&gt;
and watch your logs on 200 status codes&lt;br /&gt;
The 200 Status tells me that somebody received the file he asked for!!&lt;br /&gt;</description>
			<content:encoded><![CDATA[Blocking UA and IP'S is nonsense<br />
Both can be faked<br />
Just be sure that the files scanned for don't exists on your server(or in case you want to play with the kids you could create the files with nice js scripts like The Love You virus etc.) but why wasting your time with this ?? just secure your servers<br />
and watch your logs on 200 status codes<br />
The 200 Status tells me that somebody received the file he asked for!!<br />]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2737</link>
		</item>
				<item>
			<title>The Law Offices of Philip C. Banks [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Tue, 04 Aug 2009 14:20:48 +0000</pubDate>
			<dc:creator>The Law Offices of Philip C. Banks [Visitor]</dc:creator>
			<guid isPermaLink="false">c2726@http://ekle.us/</guid>
			<description>We are receiving the same soapCaller.bs scans, four of them just last night. I am just learning that these are related to this MFS.  We have not noticed any particular problems aside from the fact that this keeps popping up on our error list.</description>
			<content:encoded><![CDATA[We are receiving the same soapCaller.bs scans, four of them just last night. I am just learning that these are related to this MFS.  We have not noticed any particular problems aside from the fact that this keeps popping up on our error list.]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2726</link>
		</item>
				<item>
			<title>Zenni [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Fri, 17 Apr 2009 12:10:08 +0000</pubDate>
			<dc:creator>Zenni [Visitor]</dc:creator>
			<guid isPermaLink="false">c2688@http://ekle.us/</guid>
			<description>Does it represent threats for HTML only or ASP.NET websites?</description>
			<content:encoded><![CDATA[Does it represent threats for HTML only or ASP.NET websites?]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2688</link>
		</item>
				<item>
			<title>shineshadow [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Sat, 04 Apr 2009 01:44:11 +0000</pubDate>
			<dc:creator>shineshadow [Visitor]</dc:creator>
			<guid isPermaLink="false">c2687@http://ekle.us/</guid>
			<description>Beth&lt;br /&gt;
You could block the user-agent 'curl'. However you could also just install a captcha of some sort on user and content creation pages.  Just google captcha script for various levels from simple math problems to the more typical 'Copy these numbers' kind.</description>
			<content:encoded><![CDATA[Beth<br />
You could block the user-agent 'curl'. However you could also just install a captcha of some sort on user and content creation pages.  Just google captcha script for various levels from simple math problems to the more typical 'Copy these numbers' kind.]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2687</link>
		</item>
			</channel>
</rss>
