<?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; 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 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>This File Appears To Be Malicious, Google Chrome Safe Browsing Protection</title><link>http://www.ghacks.net/2011/04/06/this-file-appears-to-be-malicious-google-chrome-safe-browsing-protection/</link> <comments>http://www.ghacks.net/2011/04/06/this-file-appears-to-be-malicious-google-chrome-safe-browsing-protection/#comments</comments> <pubDate>Wed, 06 Apr 2011 09:35:43 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[malicious]]></category> <category><![CDATA[safe browsing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=43514</guid> <description><![CDATA[Chrome users on the developer channel or Canary will see download warnings if they try to download a file on a website that matches the list of malicious websites published by Google&#8217;s Safe Browsing Api. The warning reads &#8220;This file appears to be malicious. Are you sure you want to continue&#8221; with options to discard [...]]]></description> <content:encoded><![CDATA[<p>Chrome users on the developer channel or Canary will see download warnings if they try to download a file on a website that matches the list of malicious websites published by Google&#8217;s Safe Browsing Api. The warning reads &#8220;This file appears to be malicious. Are you sure you want to continue&#8221; with options to discard and save. The options may cause quite the confusion among users, and it would probably have been better if Google would have simply added Yes and No buttons to the prompt</p><p>Another thing to remember is that all downloads of said websites will be flagged, regardless whether they are indeed malicious or dangerous in nature, or not. All downloads? Well that is not entirely right, at least not for now. Google flags all Windows executable downloads as suspicious if the site is on the Safe Browsing list. No warning is currently displayed for other files. These files are not actually scanned by Google, keep that in mind if the warning message pops up.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/this-file-appears-to-be-malicious.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/this-file-appears-to-be-malicious.png" alt="this file appears to be malicious" title="this file appears to be malicious" width="400" height="41" class="alignnone size-full wp-image-43515" /></a></p><p>Safe Browsing is used by Google Search, and various web browsers to warn users when they visit web pages or sites that have been flagged.</p><blockquote><p>Safe Browsing has done a lot of good for the web, yet the Internet remains rife with deceptive and harmful content. It’s easy to find sites hosting free downloads that promise one thing but actually behave quite differently. These downloads may even perform actions without the user’s consent, such as displaying spam ads, performing click fraud, or stealing other users’ passwords. Such sites usually don’t attempt to exploit vulnerabilities on the user’s computer system. Instead, they use social engineering to entice users to download and run the malicious content.</p></blockquote><p>The feature has already been implemented into Google Chrome dev and Canary, and Google plans to release it at a later time for the beta and stable branches as well. It is not clear yet if Linux and Mac users will see the warning messages as well, chance is they will. (<a
href="http://googleonlinesecurity.blogspot.com/">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/06/this-file-appears-to-be-malicious-google-chrome-safe-browsing-protection/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <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 Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/24/ntfs-alternate-data-streams/feed/</wfw:commentRss> <slash:comments>4</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 Brinkmann</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> <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>Source: <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><p>Update: Users who are looking for protection against Cross Site Scripting attacks may want to check out the excellent <a
href="http://www.ghacks.net/2011/12/22/noscript-links-to-security-and-privacy-information/">NoScript</a> add-on for the Firefox web browser. XX protection is automatically enabled after installation. The extension for Firefox blocks untrusted websites from injecting scripts into trusted websites, which is an excellent way of protecting users from XSS attacks.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2005/10/cross-site-scripting-protection.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2005/10/cross-site-scripting-protection.jpg" alt="cross site scripting protection" title="cross site scripting protection" width="566" height="546" class="alignnone size-full wp-image-55223" /></a></p><p>Additional information about Cross Site Scripting are <a
href="http://en.wikipedia.org/wiki/Cross-site_scripting">available on</a> Wikipedia. The external links section on the site is especially useful for researchers and security interested users.</p> ]]></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>
