<?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>Cyberphunkz Tech Blog &#187; google</title>
	<atom:link href="http://techblog.cyberphunkz.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.cyberphunkz.com</link>
	<description>Tech information that you never knew... Now at your fingertips</description>
	<lastBuildDate>Wed, 22 Jun 2011 18:18:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How Google detect phishing site</title>
		<link>http://techblog.cyberphunkz.com/2010/04/04/how-google-detect-phishing-site/</link>
		<comments>http://techblog.cyberphunkz.com/2010/04/04/how-google-detect-phishing-site/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 13:31:34 +0000</pubDate>
		<dc:creator>Freak</dc:creator>
				<category><![CDATA[Common Sense]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[How To?]]></category>
		<category><![CDATA[Irresponsible Activities]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google hacking]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://techblog.cyberphunkz.com/?p=543</guid>
		<description><![CDATA[02 April 2010. http://www.net-security.org/secworld.php?id=9096&#38;utm_source=feedburner&#38;utm_medium=feed&#38;utm_campaign=Feed%3A+HelpNetSecurity+%28Help+Net+Security%29 Google analyzes millions of pages per day when searching for phishing behavior. This kind of activity is, of course, not done by people but by computers. The computers are programmed to look for certain things that will identify the page as a phishing site. Those things are actually the same things &#8230; </p><p><a class="more-link block-button" href="http://techblog.cyberphunkz.com/2010/04/04/how-google-detect-phishing-site/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>02 April 2010.</p>
<p><a href="http://www.net-security.org/secworld.php?id=9096&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+HelpNetSecurity+%28Help+Net+Security%29" target="_blank">http://www.net-security.org/secworld.php?id=9096&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+HelpNetSecurity+%28Help+Net+Security%29</a></p>
<p>Google analyzes millions of pages per day when searching for phishing behavior. This kind of activity is, of course, not done by people but by computers.</p>
<p>The computers are programmed to look for certain things that will identify the page as a phishing site. Those things are actually the same things that users should check when evaluating if a page is legitimate or not.</p>
<p>According to a post on Google&#8217;s official online security blog, the first step is looking at the URL- Does it contain words like &#8220;login&#8221; or &#8220;banking&#8221; or trademarks of the phishing target? Does it use an IP address for its hostname? Does it have a large number of host components, making the address unusually long? If the answer is yes to all of these questions, the page could be a phishing one.</p>
<form method="post" action=""><input type="hidden" name="ip" value="38.107.179.214" /><p><label for="s2email">Your email:</label><br /><input type="text" name="email" id="s2email" value="Enter email address..." size="20" onfocus="if (this.value == 'Enter email address...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter email address...';}" /></p><p><input type="submit" name="subscribe" value="Subscribe" />&nbsp;<input type="submit" name="unsubscribe" value="Unsubscribe" /></p></form>
<span id="more-543"></span></p>
<p>The second step consists of analyzing the page &#8211; Does it contain a password field? Does the majority of the links point to the phishing target so that the phishing pages functions as the legitimate one would? Google&#8217;s computers check also the terms most often used on the page, and a telling terms like &#8220;password&#8221; raises a red flag.</p>
<p>The third step consists of a look-up of the hosting information &#8211; does the institution claim to be based in one country but the webpage is hosted on servers in another country and on a local ISP&#8217;s network? If the answer is yes, chances are high it&#8217;s not a legal site.</p>
<p>Lastly, checking to see whether the page is popular and checking the spam reputation of the domain on which the page is hosted will give you another clue &#8211; phishing pages are usually hosted on domains that have a (bad) reputation when it comes to spam sending.</p>
<p>When all these clues are combined and indicate that the site is likely set up for phishing purposes, it is put on Google&#8217;s blacklist that is used by the browsers to warn the users that they have landed on a malicious page.</p>
<p>&#8220;False positives&#8221; do happen, but they happen once every 10,000 checked pages, and even then it is usually a site set up for some other malicious purpose. The basis on which the classifier is trained to recognize phishing pages is provided by a sample of around ten million analyzed URLs in the last three months and an addition of current features, and it is executed once a day.</p>
<p>Phishers may use a number of techniques to try and bypass this system, but they can&#8217;t escape forever. The more people come to their site, the likelihood of someone recognizing it for what it is and reporting it to Google rises, so it&#8217;s just a matter of time before it gets flagged.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.cyberphunkz.com/2010/04/04/how-google-detect-phishing-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Adsense to Advertise</title>
		<link>http://techblog.cyberphunkz.com/2009/05/20/using-google-adsense-to-advertise/</link>
		<comments>http://techblog.cyberphunkz.com/2009/05/20/using-google-adsense-to-advertise/#comments</comments>
		<pubDate>Wed, 20 May 2009 09:22:10 +0000</pubDate>
		<dc:creator>Freak</dc:creator>
				<category><![CDATA[How To?]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[make money]]></category>

		<guid isPermaLink="false">http://techblog.cyberphunkz.com/?p=248</guid>
		<description><![CDATA[Google Adsense is a program that allows businesses to advertise on other websites. They business only pays the host website when a consumer clicks on the link to take them to their website. This is a very effective way of advertising because of the millions of people who access the internet every day. It is also a low cost &#8230; </p><p><a class="more-link block-button" href="http://techblog.cyberphunkz.com/2009/05/20/using-google-adsense-to-advertise/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;">Google Adsense is a program that allows businesses to advertise on other websites. They </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">business</span></span></span><span style="color: #000000;"> only pays the host website when a consumer clicks on the link to take them to their website. This is a very effective way of advertising because of the millions of people who access the </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">internet</span></span></span><span style="color: #000000;"> every day. It is also a low cost marketing method that businesses of all sizes can benefit from. For more detail go to: www.thegoogleincome.com. </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">Websites</span></span></span><span style="color: #000000;"> are eager to host advertisements for other businesses because it doesn’t cost them anything and they earn money for doing it when consumers choose to follow the link from a particular advertisement. </p>
<p>If you are interested in using Google Adsense to advertise then you need to make sure you are aware of their policies. This will make the process smoother for you and eliminate any misunderstandings down the road. This can be a great money maker or advertising tool, but only when it is used correctly. </p>
<p>There is no long term contract with Google Adsense. You can choose to leave the program at any time. You will need to provide written notice by mail or </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">email</span></span></span><span style="color: #000000;"> to Google. All ads will be removed from your website within ten days. They also have the right to discontinue your business from the program at any time for not following their policies. You do have the right to file an appeal if your account is canceled. This gives you the opportunity to discuss the situation with a Google Adsense representative. <br />
You must be approved by Google Adsense before you are allowed to be a part of the program either as a host site for advertisements or to post your ads. The owner of the website must be at least 18 years of age. The approval process involves an application that you complete with information on your website including keywords. You will have a response to your </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">application</span></span></span><span style="color: #000000;"> within two days. Make sure it is completed entirely or your application will be denied. <span id="more-248"></span></span>All communications must take place with Google. This means if you have concerns or issues about an advertisement your business has on a website or about an ad you are hosting on your website everything goes through Google. The two businesses are not to discuss the issue between each other. Google does not guarantee a set amount of clicks or earnings for a host website. It also doesn’t guarantee any increase in traffic or sales for a business.</p>
<p>Google Adsense has the right to use the name of businesses participating in the program for prese<span style="color: #000000;">ntations, </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">marketing</span></span></span><span style="color: #000000;">, and financial </span><span style="color: #000000;">reports. for more help visit to:www.yourgoogleincome.com.Users of Google Adsense are required to pay for the amount of </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">pay </span></span><span class="kLink"><span style="color: #000000;">per </span></span><span class="kLink"><span style="color: #000000;">clicks</span></span></span><span style="color: #000000;"><span style="color: #000000;"> their ads received as outlined. Adsense accounts are non-transferable under any circumstances. They can’t be resold to another provider. A maximum of three ads per webpage can be displayed. Advertisements can’t be placed on WebPages that don’t contain content for your website. A webp</span>age can’t be used for the sole purpose of displaying ads to make money. </p>
<p>Click fraud is not acceptable at all by Google Adsense. It damages the reputation of the program and costs the advertisers a great deal of money. Any website hosting advertisements that are believed to be involved in Click Fraud will be banned from using the program. If you chose to use Google Adsense to advertise your business, protect it from Click fraud by purchasing Click Fraud software. </p>
<p>Google Adsense is a great opportunity for businesses to advertise their products and services on various websites and pay only for the number of consumers who click on the link to go to that </span><span style="color: #006699;"><span class="kLink"><span style="color: #000000;">businesses </span></span><span class="kLink"><span style="color: #000000;">website</span></span></span><span style="color: #000000;">. It is also a great way for a business to make money by hosting advertisements for other businesses. Understanding the policies of Google Adsense will help you determine if the program is right for you. It also helps the program work properly for all th</span>ose involved in it.</p>
<p><a rel="nofollow" href="http://www.adsense-income-exposed.com/">www.adsense-income-exposed.com</a><br />
<a rel="nofollow" href="http://www.googleadsense-empire.com/">www.googleadsense-empire.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.cyberphunkz.com/2009/05/20/using-google-adsense-to-advertise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wolfram Alpha:Gives Answers Directly Unlike Google</title>
		<link>http://techblog.cyberphunkz.com/2009/05/11/wolfram-alphagives-answers-directly-unlike-google/</link>
		<comments>http://techblog.cyberphunkz.com/2009/05/11/wolfram-alphagives-answers-directly-unlike-google/#comments</comments>
		<pubDate>Mon, 11 May 2009 14:15:51 +0000</pubDate>
		<dc:creator>Freak</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wolfram]]></category>

		<guid isPermaLink="false">http://techblog.cyberphunkz.com/?p=240</guid>
		<description><![CDATA[Wolfram Alpha, a new &#8220;Computational Knowledge Engine&#8221; developed by British physicist Stephen Wolfram, is all set to revolutionize search with its amazing/innovative ability to give answers to your questions directly &#8211; instead of directing you to sources where you &#8220;might&#8221; get the required information. The software is still in its initial days of existence and &#8230; </p><p><a class="more-link block-button" href="http://techblog.cyberphunkz.com/2009/05/11/wolfram-alphagives-answers-directly-unlike-google/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p class="padT10">Wolfram Alpha, a new &#8220;<a href="http://news.bbc.co.uk/2/hi/technology/8026331.stm" target="_blank">Computational Knowledge Engine</a>&#8221; developed by British physicist Stephen Wolfram, is all set to revolutionize search with its amazing/innovative ability to give answers to your questions directly &#8211; instead of directing you to sources where you &#8220;might&#8221; get the required information.</p>
<p>The software is still in its initial days of existence and will be available for use later this month. Already touted to be a Google Killer &#8211; which most probably it won&#8217;t be, the Wolfram Alpha has managed to rake up considerable storm even before its launch. It was showcased earlier this week at Harvard University. Many experts consider this to become the &#8220;Internet&#8217;s Holy Grail&#8221; once fully operational. It will be able to understand and respond to ordinary queries and give answers to queries in ordinary language, similar to how a person would respond when queries. To give you an idea of what this is capable of, let us take a few examples. Suppose you want to compare the height of the Empire State Building with the length of the Golden Gate Bridge, all you need to do is to type in your query and wait for the software to calculate your results derived from various sources. Once the search is over, you will not only get a detailed answer to your query but also a lot of other related information that might be of interest to you.</p>
<p class="reviewAds"> </p>
<p>Many experts believe this to be a part of the natural evolution of the internet. Additionally, the results that you receive are assessed by experts and are made available only after a thorough verification. This is unlike Wikipedia, which thrives on user-generated content. Wolfram Alpha is incidentally based on Stephen Wolfram&#8217;s Mathematica software, a standard tool for scientists, engineers and academics for crunching complex maths. </p>
<p>You can learn more about Wolfram Alpha <a href="http://www.wolframalpha.com/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.cyberphunkz.com/2009/05/11/wolfram-alphagives-answers-directly-unlike-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

