<?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>smartbro &#8211; Everything is Broken</title>
	<atom:link href="https://play.datalude.com/blog/tag/smartbro/feed/" rel="self" type="application/rss+xml" />
	<link>https://play.datalude.com/blog</link>
	<description>Efficiency vs. Inefficiency, in a no-holds barred fight.</description>
	<lastBuildDate>Sun, 14 Sep 2008 09:04:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Strange SmartBro URL hijacking</title>
		<link>https://play.datalude.com/blog/2008/09/strange-smartbro-url-hijacking/</link>
					<comments>https://play.datalude.com/blog/2008/09/strange-smartbro-url-hijacking/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 14 Sep 2008 08:19:28 +0000</pubDate>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Philippines]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[smartbro]]></category>
		<category><![CDATA[URL hijack]]></category>
		<category><![CDATA[yahoo]]></category>
		<guid isPermaLink="false">http://play.datalude.com/blog/?p=77</guid>

					<description><![CDATA[I'm at a loss to explain this unless SmartBro's DNS or proxy servers have been taken over. Here's the deal. I'm surfing normally, and then suddenly I try to go to a normal site (economist.com, yahoo.com, facebook.com, google. com, iptools.com etc) and instead of getting the correct page, I get a weird spammy advertising page, ... <a title="Strange SmartBro URL hijacking" class="read-more" href="https://play.datalude.com/blog/2008/09/strange-smartbro-url-hijacking/" aria-label="Read more about Strange SmartBro URL hijacking">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://play.datalude.com/blog/wp-content/uploads/2008/09/economist.png"><img decoding="async" class="size-thumbnail wp-image-78 alignright" title="economist" src="http://play.datalude.com/blog/wp-content/uploads/2008/09/economist-150x150.png" alt="" width="150" height="150" /></a>I'm at a loss to explain this unless SmartBro's DNS or proxy servers have been taken over. Here's the deal. I'm surfing normally, and then suddenly I try to go to a normal site (economist.com, yahoo.com, facebook.com, google. com, iptools.com etc) and instead of getting the correct page, I get a weird spammy advertising page, <em>even though the URL in the Address bar looks correct</em>.</p>
<p>The image to the right is an example. Click on the image to get a full sized view. I have more examples saved if anyone is interested.<span id="more-77"></span>And here is the code which goes with the economist screenshot:</p>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;Books/displaystory.cfm&lt;/title&gt;
		&lt;base href="www.economist.com" /&gt;
		&lt;meta name="description" content="Relevancy Searcher" /&gt;
		&lt;meta name="revisit-after" content="1 days" /&gt;
		&lt;meta name="robots" content="follow,index" /&gt;
		&lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /&gt;
		&lt;!--
		&lt;link rel="stylesheet" type="text/css" href="style.css" /&gt;
		--&gt;
		&lt;link rel="stylesheet" type="text/css" href="style2.css" /&gt;
		&lt;script type="text/javascript"&gt;
		window.onload = function() {
			var q = document.getElementById("q");
			q.focus();
		}
		clk = function(q,u) {
			img = document.createElement("IMG");
			img.src = "http://www.economist.com/?query_id=" + q + "&amp;url_id=" + u;
			return true;
		}
		rndr = function(t, d, u, us, qid, uid) {
			document.write("&lt;h4&gt;&lt;a href=\"" + u + "\" onclick=\"clk(" + qid + "," + uid + ")\"&gt;"  + t + "&lt;/a&gt;&lt;/h4&gt;");
			document.write("&lt;p class=\"description\"&gt;" + d + "&lt;/p&gt;");
			document.write("&lt;p class=\"url\"&gt;" + us + "&lt;/p&gt;");
		}

		getXMLHTTP = function() {
			var xmlhttp = false;
			if (window.XMLHttpRequest) {
				xmlhttp = new XMLHttpRequest();
			}
			else if (window.ActiveXObject) {
				try {
					xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
				}
				catch (e) {
					try {
						xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
					}
					catch (E) {
						xmlhttp = false;
					}
				}
			}
			return xmlhttp;
		}

		&lt;/script&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;div class="content"&gt;
			&lt;span class="title"&gt;&lt;a href="http://www.economist.com"&gt;Economist.com&lt;/a&gt;&lt;/span&gt;

&lt;form action="index.php" method="get"&gt;
	&lt;div class="searchform"&gt;
		&lt;label for="q"&gt;Find it quickly!&lt;/label&gt;&lt;br /&gt;
		&lt;input type="text" name="q" value="books/displaystory.cfm" id="q" /&gt;
		&lt;input type="submit" value="Search!" id="search" /&gt;
	&lt;/div&gt;
&lt;/form&gt;
&lt;div class="box"&gt;
	&lt;div class="title"&gt;
		&lt;h3&gt;Related searches: books/displaystory.cfm&lt;/h3&gt;
	&lt;/div&gt;
	&lt;div class="text related"&gt;
	&lt;script&gt;
	// Unsupported modification in the code might be changed without warning
	// To activate a parameter, just uncomment the line that contain &lt;script&gt; and that correspond
	// to the parameters that you want to activate. Ads-click won't be responsible for potential // errors that could happen if the parameters are wrongly defined.
	// *** Speed at which the keyword move to and in the clouds ***
	// 0 is the fastest (instant) 1 is the slowest (other values are with two decimal eg. 0.10).
	document['tc-adsclick-speedkeyword']=0.80;
	// *** Speed at which the keywords wink ***
	// 0 will never wink. 1 will be the fastest (other values are with two decimal eg. 0.10)
	document['tc-adsclick-hide']=0.02;
	// *** Probability of a keyword to be relocated ***
	// 0 will never relocate. 1 will be the fastest (other values are with two decimal eg. 0.1)
	document['tc-adsclick-relocate']=0.05;
	// Set a background image
	// URL of the image displayed in background of the Tagcloud
	document['tc-adsclick-background-image']='';
	// Minimum and maximum size of keywords.
	document['tc-adsclick-keyword-minsize']=10;
	document['tc-adsclick-keyword-maxsize']=34;
	// Show these colors
	// document['tc-adsclick-keyword-colors']= new Array('#FF0000','#00FF00','#0000FF');
	&lt;/script&gt; &lt;script src="http://acnetwork.flux.acsyndication.com?id=974_1390&amp;oe=utf8"&gt;&lt;/script&gt;
		&lt;!-- google_ad_section_start(weight=ignore) --&gt;
					&lt;a href=""&gt;&lt;/a&gt; &amp;nbsp;

		&lt;!-- google_ad_section_end --&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;</pre>
<p>I can't really explain this. It happens on both my computer and my girlfriend's, but only while connected to my home network: from other networks it seems OK. It happens randomly &#8212; perhaps one page every 100 or so, and then is gone when you reload the page. We're both running Linux so I can't verify if it is OS specific, but that would make a viral / malware attack unlikely. However there seem to be other complaints around the internet, also from the Philippines <a href="http://www.pinoymac.org/forum/showthread.php?t=24185">here</a> and <a href="http://forums.mcafeehelp.com/showthread.php?p=530124#post530124">here</a>, from users of Mac and Windows PCs, who use different browsers.</p>
<p>My guess is that there's something infiltrating the DNS system at SmartBro or maybe one of their proxy servers. Leave a comment if you're similarly affected and lets see if we can piece this together. The HTML code points to an advertising network. They have a Google Analytics ID &#8230; hmmm</p>
<h2>Update 5pm, Sunday</h2>
<p>A user in the macafee forum suggested it might be the DNSchanger trojan, which resets the DNS entries on your router if you leave them with a default password. My reply to that was that it was unlikely:</p>
<blockquote><p>Thanks for the suggestion melboy. I'm not entirely convinced that this can be the culprit, as</p>
<ul>
<li>My router runs a non-standard firmware</li>
<li>I have set the password on it.</li>
<li>I recently upgraded it, and in the process reset all existing settings</li>
<li>The dns servers it is given by the smartbro DHCP are the three valid smartbro dns servers, namely 121.1.3.199, 121.1.3.208, and 203.84.191.216. These check out on <a href="http://www.robtex.com/" target="_blank">www.robtex.com</a></li>
</ul>
</blockquote>
<blockquote><p>So unless the main smartbro DNS servers have been affected, I don't think this is likely. As a sidenote, I recently tested the Smartbro DNS servers for the DNS poisoning vulnerability released at Blackhat this year, and they passed, with properly randomised ports.</p>
<p>So &#8230; still puzzled. I may try using OpenDNS servers for a while to see if that helps. Then at least that would tell me if it was SmartBro DNS.</p></blockquote>
<p>Hmmmmm.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://play.datalude.com/blog/2008/09/strange-smartbro-url-hijacking/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
