<?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 &#124; Latest Tech News, Software And Tutorials &#187; system forks</title> <atom:link href="http://www.ghacks.net/tag/system-forks/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Hide Information in Files</title><link>http://www.ghacks.net/2008/06/30/hide-information-in-files/</link> <comments>http://www.ghacks.net/2008/06/30/hide-information-in-files/#comments</comments> <pubDate>Mon, 30 Jun 2008 19:24:47 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Alternate Data Streams]]></category> <category><![CDATA[file system]]></category> <category><![CDATA[ntfs]]></category> <category><![CDATA[system forks]]></category> <category><![CDATA[windows-nt]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5156</guid> <description><![CDATA[You might have already ready about Windows Alternate Data Streams (also known as System Forks on other operating systems) which are supported by most Windows operating systems that use NTFS (New Technology File System). Alternate Data Streams can contain any kind of information including textual, visual and executable. Malicious users can take advantage of the [...]]]></description> <content:encoded><![CDATA[<p>You might have already ready about Windows Alternate Data Streams (also known as System Forks on other operating systems) which are supported by most Windows operating systems that use NTFS (New Technology File System). Alternate Data Streams can contain any kind of information including textual, visual and executable. Malicious users can take advantage of the fact that the size of the additional content is not added to the size of the file in a directory listing. A 10 Kilobyte image will still show a size of 10 Kilobyte if someone else adds a 1 Megabyte executable to it.</p><p>Basically anything can be added to an existing file (and directory) which brings up an interesting method of hiding important data on the system. Say you want to keep your passwords on the computer but do not want to use a text document to have them in the open. Using Alternate Data Streams to hide them from prying eyes could be a relative secure method of storing the password list on the computer.</p><p>They are detectable if the right software is being used. Windows Vista users can also use the <em>dir *.txt /R</em> which is further explained at Bart De Smet&#8217;s on-line blog.</p><p><span
id="more-5156"></span>To add textual information to any file in Windows you could use the command <em>notepad filename:name</em> for example <em>notepad image.jpg:secret</em>. This would open up Notepad and a blank text file at the first run. Any text that is added and saved during that session will the shown if the user opens the text document with the same command at a later time.</p><p>Executable files or other binary files can be added with the type command like this: type <em>c:\text.exe > hello.txt:text.exe</em> which can be executed with the start command <em>start .\hello.txt:text.exe</em>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/30/hide-information-in-files/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
