<?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-4389064958628933440</id><updated>2011-07-07T23:53:39.047-07:00</updated><title type='text'>All about current Attacks by the underground</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://whitehatsecurityresponse.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>WhiteH@T S3curity R3spOnsE</name><uri>http://www.blogger.com/profile/17145786923386352161</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>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4389064958628933440.post-5433774405657073368</id><published>2010-01-07T07:05:00.001-08:00</published><updated>2010-01-07T07:08:32.018-08:00</updated><title type='text'>How cz32ts determines if your site is vulnerable to SQL Injection</title><content type='html'>How cz32ts determines if your site is vulnerable to SQL Injection&lt;br /&gt;&lt;br /&gt;Thanks to following site for info:  http://wirewatcher.wordpress.com/2009/11/17/how-cz32ts-determines-if-your-site-is-vulnerable-to-sql-injection/&lt;br /&gt;&lt;br /&gt;cz32ts will append some SQL to a URL given to it by its C&amp;C server at 205.209.143.94, and will fetch the results. It then phones home the results of its mischief like this:&lt;br /&gt;&lt;br /&gt;C&amp;C: +OK LINK-SERVER READY&lt;br /&gt;cz32ts: CMD PUTLINK http://some.victim.url?sql=goes&amp;after=this InjectAsp:YES&lt;br /&gt;C&amp;C: Finished.&lt;br /&gt;&lt;br /&gt;It’s the InjectAsp:YES that denotes a successful SQL Injection vulnerability assessment. Given the appended SQL described in this post, cz32ts is looking simply for:&lt;br /&gt;&lt;br /&gt;|number|&lt;br /&gt;&lt;br /&gt;…in the page handed back by the server under test. If this pattern appears anywhere on the page, it will report InjectAsp:YES to the C&amp;C server. Even error reports are sufficient, because they indicate that the injected SQL was executed and that the server is ripe for exploitation:&lt;br /&gt;&lt;br /&gt;    [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting the varchar value ‘|98|’ to data type int.&lt;br /&gt;&lt;br /&gt;If you’ve been paid a visit by cz32ts, it’s probably a good idea to replay its requests (based upon the parameter string in your web server’s logfiles) and check the responses for the pattern |number| – if it’s there, you’ve got a vulnerability that needs addressing. A vulnerability that the bad guys know about already!&lt;br /&gt;&lt;br /&gt;writt3n by: Jared Braverman&lt;br /&gt;SECNAP Network Security Corp.&lt;br /&gt;www.secnap.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4389064958628933440-5433774405657073368?l=whitehatsecurityresponse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whitehatsecurityresponse.blogspot.com/feeds/5433774405657073368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2010/01/how-cz32ts-determines-if-your-site-is_07.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/5433774405657073368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/5433774405657073368'/><link rel='alternate' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2010/01/how-cz32ts-determines-if-your-site-is_07.html' title='How cz32ts determines if your site is vulnerable to SQL Injection'/><author><name>WhiteH@T S3curity R3spOnsE</name><uri>http://www.blogger.com/profile/17145786923386352161</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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4389064958628933440.post-7839547255233542324</id><published>2010-01-04T07:24:00.000-08:00</published><updated>2010-01-04T11:03:51.062-08:00</updated><title type='text'>CZ32ts  - Auto SQL Injection attacks, and a Sig to catch it</title><content type='html'>As many people hosting websites have noticed attack traffic in their logs from what appears to be an automated SQL Injection attack from a botnet that has a user agent of 'NV32ts' in recent months, a Snort signature was created to detect this activity, and there is now what appears to be a botnet using a user agent string of 'CZ32ts', and this is the signature created to detect it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Just search for 'CZ32ts' and you will see plenty of people talking about it already, but here's a specific link to a discussion about CZ32ts:&lt;br /&gt;&lt;br /&gt;http://www.webmasterworld.com/search_engine_spiders/4025814.htm&lt;br /&gt;&lt;br /&gt;and here's a discussion on NV32ts:&lt;br /&gt;&lt;br /&gt;http://stackoverflow.com/questions/436715/what-is-nv32ts-and-its-sql-injection-attack-trying-to-do&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here's the signature I just created to catch CZ32ts (things like the version number and sig id will be changed in the future, but this is what I have for now):&lt;br /&gt;&lt;br /&gt;alert tcp $EXTERNAL_NET any -&gt; $HOME_NET $HTTP_PORTS (msg:"ET WEB_SERVER SQL Injection Attempt (Agent CZ32ts)"; flow:to_server,established; content:"|0d 0a|User-Agent: CZ32ts|0d 0a|"; classtype:web-application-attack; reference:url,doc.emergingthreats.net/2009029; reference:url,www.emergingthreats.net/cgi-bin/cvsweb.cgi/sigs/WEB_SERVER/WEB_SQL_Injection_Monster_List; reference:url,www.Whitehatsecurityresponse.blogspot.com; sid:2010621; rev:1;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4389064958628933440-7839547255233542324?l=whitehatsecurityresponse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whitehatsecurityresponse.blogspot.com/feeds/7839547255233542324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2010/01/cz32ts-auto-sql-injection-attacks-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/7839547255233542324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/7839547255233542324'/><link rel='alternate' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2010/01/cz32ts-auto-sql-injection-attacks-and.html' title='CZ32ts  - Auto SQL Injection attacks, and a Sig to catch it'/><author><name>WhiteH@T S3curity R3spOnsE</name><uri>http://www.blogger.com/profile/17145786923386352161</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-4389064958628933440.post-1598266767715615352</id><published>2009-04-21T12:11:00.001-07:00</published><updated>2009-04-24T09:12:57.683-07:00</updated><title type='text'>Revolt Web PHPmyAdmin Security scanner</title><content type='html'>&lt;h2&gt;revolt&lt;/h2&gt;            writt3n by: Jared Braverman   &lt;br /&gt;                                       SECNAP Network Security Corp.&lt;br /&gt;                                       www.secnap.com&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;code&gt;&lt;span style="font-size:10;"&gt;revolt&lt;/span&gt;&lt;/code&gt; is a scanner for &lt;a href="http://www.phpmyadmin.net/"&gt;phpMyAdmin&lt;/a&gt; installations. I don’t know what vulnerable servers are “used” for though.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;pre&gt;… "HEAD http://…:80/phpmy/ HTTP/1.1" 403 0 "-" "revolt"&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;&lt;pre&gt;… "HEAD http://…:80/phppma/ HTTP/1.1" 403 0 "-" "revolt"&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;&lt;pre&gt;… "HEAD http://…:80/myadmin/ HTTP/1.1" 403 0 "-" "revolt"&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;  &lt;p&gt;&lt;code&gt;&lt;span style="font-size:10;"&gt;revolt&lt;/span&gt;&lt;/code&gt; tries a large number of possible &lt;acronym&gt;URI&lt;/acronym&gt;s – almost 100 variations in one scan. &lt;code&gt;&lt;span style="font-size:10;"&gt;revolt&lt;/span&gt;&lt;/code&gt; also doesn’t seem to know any host names of the &lt;acronym&gt;IP&lt;/acronym&gt; address.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;        &lt;span style="color: rgb(255, 0, 0); font-weight: bold;font-size:100%;" &gt;THIS IS THE SIGNATURE THAT WAS CREATED TO DETECT REVOLT&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;alert tcp $EXTERNAL_NET any -&gt; $HOME_NET $HTTP_PORTS (msg:"ET WEB PHP Attack Tool Revolt Scanner"; flow:established,to_server; content:"User-Agent: revolt "; nocase; reference:url,www. Whitehatsecurityresponse.blogspot.com; classtype:web-application-attack; sid:2009300; rev:1;)&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;br /&gt;&lt;br /&gt;THANKS TO:&lt;br /&gt;http://johannburkard.de/blog/www/spam/morfeus-fucking-scanner-revolt-other-vulnerability-scanners.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4389064958628933440-1598266767715615352?l=whitehatsecurityresponse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whitehatsecurityresponse.blogspot.com/feeds/1598266767715615352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2009/04/revolt-web-phpmyadmin-security-scanner_21.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/1598266767715615352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/1598266767715615352'/><link rel='alternate' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2009/04/revolt-web-phpmyadmin-security-scanner_21.html' title='Revolt Web PHPmyAdmin Security scanner'/><author><name>WhiteH@T S3curity R3spOnsE</name><uri>http://www.blogger.com/profile/17145786923386352161</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-4389064958628933440.post-6726974114934648982</id><published>2009-04-21T12:11:00.000-07:00</published><updated>2009-04-24T08:59:38.988-07:00</updated><title type='text'>screenshot of the Payload - Public IP obfuscated for confidentiality</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_8t-zZbLWyRo/SfHhZ20E2HI/AAAAAAAAAAk/wC1VVQC7yGI/s1600-h/Screenshot+of+Revolt+Scanner+Payload+-+edited.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 199px;" src="http://3.bp.blogspot.com/_8t-zZbLWyRo/SfHhZ20E2HI/AAAAAAAAAAk/wC1VVQC7yGI/s400/Screenshot+of+Revolt+Scanner+Payload+-+edited.jpg" alt="" id="BLOGGER_PHOTO_ID_5328287668482922610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;the revolt  payload (attacking MySQL)&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4389064958628933440-6726974114934648982?l=whitehatsecurityresponse.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whitehatsecurityresponse.blogspot.com/feeds/6726974114934648982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2009/04/revolt-web-phpmyadmin-security-scanner.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/6726974114934648982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4389064958628933440/posts/default/6726974114934648982'/><link rel='alternate' type='text/html' href='http://whitehatsecurityresponse.blogspot.com/2009/04/revolt-web-phpmyadmin-security-scanner.html' title='screenshot of the Payload - Public IP obfuscated for confidentiality'/><author><name>WhiteH@T S3curity R3spOnsE</name><uri>http://www.blogger.com/profile/17145786923386352161</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_8t-zZbLWyRo/SfHhZ20E2HI/AAAAAAAAAAk/wC1VVQC7yGI/s72-c/Screenshot+of+Revolt+Scanner+Payload+-+edited.jpg' height='72' width='72'/><thr:total>1</thr:total></entry></feed>
