<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-22453388</id><updated>2011-04-21T14:55:55.760-07:00</updated><title type='text'>turnipsecurity</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://turnipsecurity.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://turnipsecurity.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chas Tomlin</name><uri>http://www.blogger.com/profile/12493223517667074861</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-22453388.post-114371653800748253</id><published>2006-03-30T02:59:00.000-08:00</published><updated>2006-03-30T03:02:18.026-08:00</updated><title type='text'></title><content type='html'>I have been tracking since early last week a large amount of web hosts that have been compromised by some web worm. I don't have the details of the worm but I do have a list of machines that have been compromised since the 24th March. Most are running one of the following;&lt;br /&gt;&lt;br /&gt;Wordpress&lt;br /&gt;PHP-NUKE&lt;br /&gt;Cpanel&lt;br /&gt;XHP CMS&lt;br /&gt;PHPKIT&lt;br /&gt;PHPSysinfo&lt;br /&gt;&lt;br /&gt;I became aware of the worm when someone informed me that they thought a file on my homepage might be in use by attackers. The files in question were made available from a write up I did about a compromised host earlier this year (available from &lt;a href="http://www.ecs.soton.ac.uk/~cet/2006-01-01.html"&gt;http://www.ecs.soton.ac.uk/~cet/2006-01-01.html&lt;/a&gt;). The file that was being targeted was a perl script DDoS tool that had been recovered from the compromised host.&lt;br /&gt;Following the tip off I grepped the web server logs for hosts accessing that file using wget, and there were lots, however I couldn't be sure that these were genuine requests or a worm.&lt;br /&gt;So I decided that I would switch the script for something a little different, I knew from experience that worms like these will be downloading files in an automated fashion and won't check the content. So rather than a DDoS tool I changed the contents of udp.pl for;&lt;br /&gt;#!/usr/bin/perl -w&lt;br /&gt;use strict;&lt;br /&gt;use IO::Socket;&lt;br /&gt;my $host = '&lt;a href="http://www.blogger.com/www.ecs.soton.ac.uk"&gt;www.ecs.soton.ac.uk&lt;/a&gt;';&lt;br /&gt;my $path = '/~cet/';&lt;br /&gt;my $dst_port = '80';&lt;br /&gt;my $file = 'gotcha.txt';&lt;br /&gt;my $url = $host.$path.$file;&lt;br /&gt;my $sock = new IO::Socket::INET(PeerAddr =&gt; $host,&lt;br /&gt;PeerPort =&gt; $dst_port,&lt;br /&gt;Proto =&gt; 'tcp');&lt;br /&gt;print $sock 'GET '.$url." HTTP/1.0\n";&lt;br /&gt;print $sock "Host: ".$host."\n\n";&lt;br /&gt;&lt;br /&gt;When executed the script will just try and get a file from &lt;a href="http://www.blogger.com/www.ecs.soton.ac.uk/~cet/gotcha.txt"&gt;www.ecs.soton.ac.uk/~cet/gotcha.txt&lt;/a&gt;&lt;br /&gt;The web server is well monitored using snort + sguil so I also wrote a snort rule to alert me to anyone trying to access the file, (which doesn't actually exist).&lt;br /&gt;alert tcp $EXTERNAL_NET any -&gt; $HTTP_SERVERS $HTTP_PORTS (msg:"UDP.pl execution"; flow: to_server,established; uricontent:"~cet/gotcha.txt"; nocase; sid: 999666999;)&lt;br /&gt;Since the rule went up over 50 IP's have tried to access gotcha.txt.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/22453388-114371653800748253?l=turnipsecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://turnipsecurity.blogspot.com/feeds/114371653800748253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=22453388&amp;postID=114371653800748253' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default/114371653800748253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default/114371653800748253'/><link rel='alternate' type='text/html' href='http://turnipsecurity.blogspot.com/2006/03/i-have-been-tracking-since-early-last.html' title=''/><author><name>Chas Tomlin</name><uri>http://www.blogger.com/profile/12493223517667074861</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22453388.post-114302851130351791</id><published>2006-03-22T03:45:00.000-08:00</published><updated>2006-03-22T03:55:11.316-08:00</updated><title type='text'></title><content type='html'>Last night I watched Lance James's excellent presentation &lt;a href="http://www.shmoocon.org/movie/James-Trojans.mp4"&gt;Trojans and Botnets and Malware, Oh My!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;During the presentation I learned of a sandnet tool called truman being distributed for free by lurhq.com, so I downloaded the tools, when I unpacked the PXE client to my surprise the software looked very familiar. It was my &lt;a href="http://www.wiul.org"&gt;PXE Windows Image Using Linux&lt;/a&gt; client that I build and distribute.&lt;br /&gt;I searched through all the documentation for acknowledgement but turned up nothing. So I emailed the 'author' Joe Stewart and he sent a response back pretty quick;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Hey Chas,&lt;br /&gt;Sorry for the oversight - I built my original sandnet system over a year ago, not intending to make it a public project. When I did decide to release it, I cobbled up the various sources on the production machine, but had since deleted and forgotten where I obtained the original ramdisk image that I built on top of. I'll make sure you get credited on the website and in the distribution for your part.&lt;br /&gt;&lt;br /&gt;-Joe&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;Joe Stewart, GCIH&lt;br /&gt;Senior Security Researcher&lt;br /&gt;LURHQ http://www.lurhq.com/&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;Well I'm glad its being used. If you wanna check out the sandnet tool kit go grab it from&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.lurhq.com/truman/"&gt;http://www.lurhq.com/truman&lt;/a&gt;&lt;a href="http://www.lurhq.com/truman/"&gt;/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/22453388-114302851130351791?l=turnipsecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://turnipsecurity.blogspot.com/feeds/114302851130351791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=22453388&amp;postID=114302851130351791' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default/114302851130351791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default/114302851130351791'/><link rel='alternate' type='text/html' href='http://turnipsecurity.blogspot.com/2006/03/last-night-i-watched-lance-jamess.html' title=''/><author><name>Chas Tomlin</name><uri>http://www.blogger.com/profile/12493223517667074861</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22453388.post-114088655322199244</id><published>2006-02-25T08:47:00.000-08:00</published><updated>2006-02-25T08:55:53.230-08:00</updated><title type='text'></title><content type='html'>First post! This morning saw a new turn in the Linux worm, a new script is being distributed via; 219.84.105.36/supina. This uses a pre compiled binary backdoor, a perl backdoor and also a scanning engine (which is compiled).&lt;br /&gt;&lt;br /&gt;The scanning engine is called httpd as in previous versions;&lt;br /&gt;&lt;br /&gt;Report on httpd -********************************************&lt;br /&gt;MD5:          f06095d0fe7cfa389fc4aece9d2afb13&lt;br /&gt;BitDefender:  Worm.Linux.Mare.B&lt;br /&gt;ClamAV:       No Virus Found&lt;br /&gt;F-Prot:       No Virus Found&lt;br /&gt;&lt;br /&gt;It seems to have some UDP communications channel to IP addresses;&lt;br /&gt;81.223.104.152&lt;br /&gt;24.224.174.18&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/22453388-114088655322199244?l=turnipsecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://turnipsecurity.blogspot.com/feeds/114088655322199244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=22453388&amp;postID=114088655322199244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default/114088655322199244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22453388/posts/default/114088655322199244'/><link rel='alternate' type='text/html' href='http://turnipsecurity.blogspot.com/2006/02/first-post-this-morning-saw-new-turn.html' title=''/><author><name>Chas Tomlin</name><uri>http://www.blogger.com/profile/12493223517667074861</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
