<?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; malicious</title>
	<atom:link href="http://www.ghacks.net/tag/malicious/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 23:31:44 +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>Cross Site Scripting</title>
		<link>http://www.ghacks.net/2005/10/27/cross-site-scripting/</link>
		<comments>http://www.ghacks.net/2005/10/27/cross-site-scripting/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 18:32:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cross site scripting]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[harmful]]></category>
		<category><![CDATA[malicious]]></category>
		<category><![CDATA[xss]]></category>
		<category><![CDATA[xss faq]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=68</guid>
		<description><![CDATA[Cross site scripting (also known as XSS) occurs when a web application gathers malicious data from a user. The data is usually gathered in the form of a hyperlink which contains malicious content within it. The user will most likely click on this link from another website, instant message, or simply just reading a web board or email message. ]]></description>
			<content:encoded><![CDATA[<p>Cross site scripting (also known as XSS) occurs when a web application gathers malicious data from a user. The data is usually gathered in the form of a hyperlink which contains malicious content within it. The user will most likely click on this link from another website, instant message, or simply just reading a web board or email message. Usually the attacker will encode the malicious portion of the link to the site in HEX (or other encoding methods) so the request is less suspicious looking to the user when clicked on. After the data is collected by the web application, it creates an output page for the user containing the malicious data that was originally sent to it, but in a manner to make it appear as valid content from the website. </p>
<p>Many popular guestbook and forum programs allow users to submit posts with html and javascript embedded in them. If for example I was logged in as &#8220;john&#8221; and read a message by &#8220;joe&#8221; that contained malicious javascript in it, then it may be possible for &#8220;joe&#8221; to hijack my session just by reading his bulletin board post. Further details on how attacks like this are accomplished via &#8220;cookie theft&#8221; are explained in detail below. </p>
<p><span id="more-68"></span>taken from <a href="http://www.cgisecurity.com/articles/xss-faq.shtml"target="_blank">&#8220;The Cross Site Scripting FAQ&#8221;</a>. Click link to read the whole faq.</p>

	Tags: <a href="http://www.ghacks.net/tag/cross-site-scripting/" title="cross site scripting" rel="tag">cross site scripting</a>, <a href="http://www.ghacks.net/tag/hack/" title="hack" rel="tag">hack</a>, <a href="http://www.ghacks.net/tag/harmful/" title="harmful" rel="tag">harmful</a>, <a href="http://www.ghacks.net/tag/malicious/" title="malicious" rel="tag">malicious</a>, <a href="http://www.ghacks.net/tag/xss/" title="xss" rel="tag">xss</a>, <a href="http://www.ghacks.net/tag/xss-faq/" title="xss faq" rel="tag">xss faq</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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>
	<li><a href="http://www.ghacks.net/2008/05/19/spy-tech-i-see-what-you-write/" title="Spy Tech: I see what you write (May 19, 2008)">Spy Tech: I see what you write</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/06/02/secure-login-with-firefox/" title="Secure Login with Firefox (June 2, 2007)">Secure Login with Firefox</a> (0)</li>
	<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/2006/12/29/megaupload-bypass-country-limit/" title="Megaupload bypass country limit (December 29, 2006)">Megaupload bypass country limit</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/10/27/cross-site-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
