<?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>gHacks technology news &#187; hacker</title>
	<atom:link href="http://www.ghacks.net/tag/hacker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NTFS Alternate Data Streams</title>
		<link>http://www.ghacks.net/2008/01/24/ntfs-alternate-data-streams/</link>
		<comments>http://www.ghacks.net/2008/01/24/ntfs-alternate-data-streams/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 16:51:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Alternate Data Streams]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[malicious]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/24/ntfs-alternate-data-streams/</guid>
		<description><![CDATA[This article is going to explain NTFS Alternate Data Streams: what they are, where they are, how you can detect them, create them and how they are used by hackers. In short, NTFS Alternate Data Streams can be used by hackers to fork file data into existing files without altering the existing file's function or size. You can guess where this is going, right ? They make it relatively easy to hide malicious code inside them which is much harder to detect.]]></description>
			<content:encoded><![CDATA[<p>This article is going to explain NTFS Alternate Data Streams: what they are, where they are, how you can detect them, create them and how they are used by hackers. In short, NTFS Alternate Data Streams can be used by hackers to fork file data into existing files without altering the existing file&#8217;s function or size. You can guess where this is going, right ? They make it relatively easy to hide malicious code inside them which is much harder to detect.</p>
<p>Creating NTFS Alternate Data Streams is not complicated at all. You can use the &#8220;type&#8221; command to do that. To fork the file virus.exe into calc.exe you would use the command <em>type virus.exe > calc.exe:virus:exe</em> if they are in the same directory. Add the path if they are not. The size of the calculator does not change, the only indicator is that the file changed stamp is altered.</p>
<p>But executing those files must be harder, right ? Wrong again. To execute virus.exe you use the command &#8220;start&#8221;, in our example it would be <em>start calc.exe:virus:exe</em>.</p>
<p><span id="more-2982"></span>A software like <a href="http://www.rekenwonder.com/streamexplorer.htm">Stream Explorer</a> can find those NTFS Alternate Data Streams on your hard drive. An alternative is List Alternate Data Streams</p>

	Tags: <a href="http://www.ghacks.net/tag/alternate-data-streams/" title="Alternate Data Streams" rel="tag">Alternate Data Streams</a>, <a href="http://www.ghacks.net/tag/hacker/" title="hacker" rel="tag">hacker</a>, <a href="http://www.ghacks.net/tag/hacking/" title="Hacking" rel="tag">Hacking</a>, <a href="http://www.ghacks.net/tag/malicious/" title="malicious" rel="tag">malicious</a>, <a href="http://www.ghacks.net/tag/ntfs/" title="ntfs" rel="tag">ntfs</a>, <a href="http://www.ghacks.net/tag/virus/" title="virus" rel="tag">virus</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/26/stream-explorer/" title="Stream Explorer (July 26, 2008)">Stream Explorer</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/16/introduction-to-new-phishing-techniques/" title="Introduction to new phishing techniques (February 16, 2007)">Introduction to new phishing techniques</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/30/hide-information-in-files/" title="Hide Information in Files (June 30, 2008)">Hide Information in Files</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/windows-xp-exfat-file-system-driver/" title="Windows XP exFAT File System Driver (January 29, 2009)">Windows XP exFAT File System Driver</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/09/15/which-programs-should-i-run-to-scan-a-computer-for-malicious-software/" title="Which Programs Should I Run To Scan A Computer For Malicious Software? (September 15, 2008)">Which Programs Should I Run To Scan A Computer For Malicious Software?</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/24/ntfs-alternate-data-streams/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introduction to new phishing techniques</title>
		<link>http://www.ghacks.net/2007/02/16/introduction-to-new-phishing-techniques/</link>
		<comments>http://www.ghacks.net/2007/02/16/introduction-to-new-phishing-techniques/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 07:59:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[flash-phishing]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[social-phishing]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/16/introduction-to-new-phishing-techniques/</guid>
		<description><![CDATA[Many users are still unaware of the dangers that phishing could mean for their life's. They might now that hackers try to lure unsuspecting users to fake websites hoping that their victims would try to supply login information, credit card details or social security numbers while trying to use the service. Those users already have difficulties identifying those first generation phishing websites that undoubtedly look and feel more professional with every passing day.]]></description>
			<content:encoded><![CDATA[<p>Many users are still unaware of the dangers that phishing could mean for their life&#8217;s. They might now that hackers try to lure unsuspecting users to fake websites hoping that their victims would try to supply login information, credit card details or social security numbers while trying to use the service. Those users already have difficulties identifying those first generation phishing websites that undoubtedly look and feel more professional with every passing day.</p>
<p>Anti-Phishing toolbars and implementations in the major browsers are useful but can, as you will see, give the user a false sense of security. This can be attributed to the fact that databases that contain the information are not updated in real time. Someone has to report a phishing website before it will be added to the database, it would be more than difficulty to create a automatic solution for this problem.</p>
<p><span id="more-1209"></span> A second difficulty are new techniques used by hackers that are not detected by ant-phishing toolbars and implementations.</p>
<p><strong>Flash Phishing</strong></p>
<p>Anti-Phishing toolbars do check the page content for signs of phishing but do not analyze flash objects at all. Hackers know this and tend to use this to their advantage by using flash to emulate the original website. Users tend to believe that the site is &#8220;clean&#8221; because their anti-phishing toolbar did not react to it.</p>
<p>It is however relatively easy to find out if the current website is fake.</p>
<ol>
<li>You need to take a look at the url in the address bar. If it is not the original address leave it immediately.</li>
<li>Check if it is using https instead of http. If it is using http leave the site immediately.</li>
<li>If it is using https check the certificate.</li>
<li>If the site is only using flash leave it.</li>
<li>Never follow links in emails (unless you know the person)</li>
<li>Never follow links in chats (unless you know the person)</li>
</ol>
<p>You should immediately contact the supposed owner of the website and ask for advice.</p>
<p><strong>Social Phishing</strong></p>
<p>Phishers use other means of getting sensitive data from users. We all know that we should contact the company if we have doubts about a website. What if you would receive a mail from your bank asking you to call them back because there was a security breach ? Would you call them back ?</p>
<p>What if the number was redirecting you to someone in China speaking fluent English ? Would you give him the information he would be asking for to verify´that you are the customer ? Sir, we need to make sure that you are indeed our customer. Could you please supply your credit card information so that I can verify your identity ?</p>
<p>This is not a huge market yet but it will grow over time.</p>

	Tags: <a href="http://www.ghacks.net/tag/flash-phishing/" title="flash-phishing" rel="tag">flash-phishing</a>, <a href="http://www.ghacks.net/tag/hacker/" title="hacker" rel="tag">hacker</a>, <a href="http://www.ghacks.net/tag/hacking/" title="Hacking" rel="tag">Hacking</a>, <a href="http://www.ghacks.net/tag/phishing/" title="phishing" rel="tag">phishing</a>, <a href="http://www.ghacks.net/tag/social-phishing/" title="social-phishing" rel="tag">social-phishing</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/24/ntfs-alternate-data-streams/" title="NTFS Alternate Data Streams (January 24, 2008)">NTFS Alternate Data Streams</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/08/24/help-the-fight-against-phishing-with-phishtank/" title="Help the fight against phishing with Phishtank (August 24, 2009)">Help the fight against phishing with Phishtank</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/12/02/web-of-trust-collaborative-online-security/" title="Web of Trust: collaborative online security (December 2, 2008)">Web of Trust: collaborative online security</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/05/11/user-data-stolen-from-the-pirate-bay/" title="User Data Stolen from The Pirate Bay (May 11, 2007)">User Data Stolen from The Pirate Bay</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/16/introduction-to-new-phishing-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracing a Hacker</title>
		<link>http://www.ghacks.net/2006/04/15/tracing-a-hacker/</link>
		<comments>http://www.ghacks.net/2006/04/15/tracing-a-hacker/#comments</comments>
		<pubDate>Sat, 15 Apr 2006 15:12:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=408</guid>
		<description><![CDATA[Tracing a Hacker is a article aimed at beginners that want to learn the basics of finding out if there is someone connected to their system who should not be connected to it. It gives a rough introduction to some basic concepts like tcp/ip, ports and how hackers find their targets. This is a good read if you don´t know what they are about. After that Omar starts of by explaining the netstat command which lists all the sources that are connected or currently connecting to your computer. If you are running p2p software this can be a lot of connections. I suggest you start of by disabling most tools that you might be running while on the internet. So, no p2p, no messengers aso. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://omarchowdhury.com/2006/04/14/tracing-a-hacker/" target="_blank">Tracing a Hacker</a> is a article aimed at beginners that want to learn the basics of finding out if there is someone connected to their system who should not be connected to it. It gives a rough introduction to some basic concepts like tcp/ip, ports and how hackers find their targets. This is a good read if you don´t know what they are about. After that Omar starts of by explaining the netstat command which lists all the sources that are connected or currently connecting to your computer. If you are running p2p software this can be a lot of connections. I suggest you start of by disabling most tools that you might be running while on the internet. So, no p2p, no messengers aso. </p>
<p>After explaining various netstat -commands ports are explained which might help you identify suspicious connections to your computer. It is a good idea to know the standard basic ports like 80 for a http connection and 21 for a ftp connection. This does not mean that every connection on port 80 for instance is harmless but it is a good indicator to leave those ports alone for the beginning and concentrate on more &#8220;suspicious ports first. Ok, so we know about netstat and ports, next in the line is tracert which lets you trace a connection to its beginning. If the hacker is not using a proxy to mask his real ip you find out about his internet service provider this way.</p>
<p><span id="more-408"></span></p>
<p>After that reverse dns querries and dns are explained. The last chapter lists common ports that are often used by trojans and the like. All in all a very good article for everyone who wants to know more about his computer. This is of course aimed at beginners and a good starting point for them. Its easy to use google for further information.</p>

	Tags: <a href="http://www.ghacks.net/tag/hacker/" title="hacker" rel="tag">hacker</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/trace/" title="trace" rel="tag">trace</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/01/20/how-to-trace-a-hacker/" title="how to trace a hacker (January 20, 2006)">how to trace a hacker</a> (14)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/yahoo-marks-dangerous-search-results/" title="Yahoo marks dangerous search results (May 7, 2008)">Yahoo marks dangerous search results</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/08/11/wordpress-remote-admin-password-reset-vulnerability/" title="Wordpress Remote Admin Password Reset Vulnerability (August 11, 2009)">Wordpress Remote Admin Password Reset Vulnerability</a> (13)</li>
	<li><a href="http://www.ghacks.net/2006/07/22/wireless-hotspot-hacks/" title="Wireless Hotspot Hacks (July 22, 2006)">Wireless Hotspot Hacks</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/03/12/windows-worms-door-cleaner/" title="Windows Worms Door Cleaner (March 12, 2006)">Windows Worms Door Cleaner</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/15/tracing-a-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to trace a hacker</title>
		<link>http://www.ghacks.net/2006/01/20/how-to-trace-a-hacker/</link>
		<comments>http://www.ghacks.net/2006/01/20/how-to-trace-a-hacker/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 07:19:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=287</guid>
		<description><![CDATA[This is a nice beginners tutorial that tells you how to trace people who try to break into your computer. It covers lots of explanations to questions like "How do these people find their victim?" and "What the phrases TCP/UDP actually mean".]]></description>
			<content:encoded><![CDATA[<p>This is a nice <a href="http://forums.techarena.in/showthread.php?t=443453" target="_Blank">beginners tutorial that tells you how to trace people</a> who try to break into your computer. It covers lots of explanations to questions like &#8220;How do these people find their victim?&#8221; and &#8220;What the phrases TCP/UDP actually mean&#8221;.</p>
<p>It explains the netstat command which shows all connections to your computer and how to interpretate them. After that the tracert command is explained which traces a connection. Finally it gives information on dns, how to lookup a ip and get the host of the connection.</p>
<p><span id="more-287"></span></p>
<p>It´s a useful tutorial that everyone who does not understand this concepts should read. It does not explain proxies which most hackers nowadays use. A tracert would lead to the proxy but not to the hacker himself.</p>

	Tags: <a href="http://www.ghacks.net/tag/computer/" title="computer" rel="tag">computer</a>, <a href="http://www.ghacks.net/tag/hacker/" title="hacker" rel="tag">hacker</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/trace/" title="trace" rel="tag">trace</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/04/15/tracing-a-hacker/" title="Tracing a Hacker (April 15, 2006)">Tracing a Hacker</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/09/03/how-to-build-an-data-safe/" title="How to build a data safe (September 3, 2006)">How to build a data safe</a> (5)</li>
	<li><a href="http://www.ghacks.net/2005/12/29/home-pc-firewall-guide/" title="Home Pc Firewall Guide (December 29, 2005)">Home Pc Firewall Guide</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/14/20-minute-guide-to-pc-security/" title="20 Minute Guide to Pc Security (February 14, 2007)">20 Minute Guide to Pc Security</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/zombie-city-tactics/" title="Zombie City Tactics (November 29, 2006)">Zombie City Tactics</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/01/20/how-to-trace-a-hacker/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
