<?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; security tips</title> <atom:link href="http://www.ghacks.net/tag/security-tips/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>Run Applications With Lower User Rights</title><link>http://www.ghacks.net/2008/10/03/run-applications-with-lower-user-rights/</link> <comments>http://www.ghacks.net/2008/10/03/run-applications-with-lower-user-rights/#comments</comments> <pubDate>Fri, 03 Oct 2008 18:58:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[administrator account]]></category> <category><![CDATA[limited account]]></category> <category><![CDATA[lower privileges]]></category> <category><![CDATA[psexec]]></category> <category><![CDATA[runas]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[system security]]></category> <category><![CDATA[windows tips]]></category> <category><![CDATA[windows-xp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7379</guid> <description><![CDATA[Many users do still use an administrators user account in Windows XP instead of a more secure limited account. It is comfortable to work as an administrator all the time but successful attacks will be more devastating that way either. Instead of working with a limited account most of the time and an administrators account [...]]]></description> <content:encoded><![CDATA[<p>Many users do still use an administrators user account in Windows XP instead of a more secure limited account. It is comfortable to work as an administrator all the time but successful attacks will be more devastating that way either. Instead of working with a limited account most of the time and an administrators account only when needed users could also increase system security by starting selected applications as a lesser privileged user.</p><p>The runas command could be used to run an application with lower privileges but it has the serious disadvantage that there is no password switch meaning the user has to enter the password whenever he is executing the application. It does not work with blank passwords and requires the Secondary Logon service to be running.</p><p>A better alternative is the <a
href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx">PsExec</a> tool by Sysinternals. That little tool can be used to start any application with another user. Unlike runas it comes with a password switch.</p><p><span
id="more-7379"></span>PsExec is part of the PsTools suite of Sysinternals, you only need psexec.exe which should be moved into a system path folder, for example system32.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/new_user_account.jpg" alt="new user account" title="new user account" width="280" height="190" class="alignnone size-medium wp-image-7380" /></p><p>The next step would be to create a new user account in Windows. To do that go to Control Panel > User Accounts and click on the Create A New Account link in there. Now type a name for the new account and set it to be limited in the next window.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/limited_account.jpg" alt="limited account" title="limited account" width="454" height="215" class="alignnone size-medium wp-image-7381" /></p><p>Specify a password for the account by clicking on the Create Password link in the user account control. Once the limited account has been created it is time to test if psexec is working properly.</p><p>Start the Windows command line by pressing [windows R], typing cmd and hitting enter. Now type the following command to test the functionality of psexec:</p><p><code>psexec -d -u "low privileges" -p test notepad</code></p><p>This will start notepad using the user account low privileges with the password test. If everything worked out well notepad should appear. It is now time to check if notepad has been executed with lower privileges.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/lower_privileges-499x186.jpg" alt="lower privileges" title="lower privileges" width="499" height="186" class="alignnone size-medium wp-image-7382" /></p><p>The Task Manager can be started with [CTRL ALT DEL]. Click on View > Select Columns in the top menu and check the User Name box so that the username that started an application is shown in the Task Manager.</p><p>You should now be able to locate the username with the lower privileges and see that notepad was started from that account.</p><p>It would be time consuming to run the processes from the command line all the time. You can simply create a bat file with the command to start the applications that you want to run with lower privileges. To do that for Firefox you would add the line</p><p><code<code>psexec -d -u "low privileges" -p test "D:\Program Files\Mozilla Firefox\firefox.exe"</code></p><p>in the bat file. The file could then be moved into the start menu.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/03/run-applications-with-lower-user-rights/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Check Exe Files on Your Computer</title><link>http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/</link> <comments>http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/#comments</comments> <pubDate>Thu, 21 Feb 2008 16:54:26 +0000</pubDate> <dc:creator>Cheryl</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[exe]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[taskmanager]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/</guid> <description><![CDATA[If you ever open up your task manager and navigate to the processes tab, you will see a bunch of entries with the extension ‘exe’. While entries with application names on them tell you exactly what they are, you will also find entries with names that have no real identifying characteristics. Let’s say you’re curious [...]]]></description> <content:encoded><![CDATA[<p>If you ever open up your task manager and navigate to the processes tab, you will see a bunch of entries with the extension ‘exe’. While entries with application names on them tell you exactly what they are, you will also find entries with names that have no real identifying characteristics.</p><p>Let’s say you’re curious to know exactly what each entry does. In that case, head over to <a
href="http://exelib.com/">Exelib</a>. This site is a database of executable programs. When you type in the name of an exe file, you get information about what that file does, where it is located, what effect does it have on your system, and how much of a threat it is to your machine.</p><p><span
id="more-3307"></span></p><p>Take svchost.exe for example. This entry in the Task Manager scans the ‘to be started’ section of your machine and creates a list of processes to launch. While this application itself does not pose a threat, it may occasionally launch a critical process.</p><p>Exelib helps you determine what executables your computer is running or possesses. While it is always good to keep track of executable files, this site can also help protect your computer. You can check new executables that have newly appeared to see if they are viruses or have spyware properties. Occasionally, you may come across an exe file that isn’t in the database. However, the database is always being updated so you can always check back later.</p><p>Do you have any special way to check what your executable files can do? How do you deal with unknown files?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Type Text with your Mouse to increase security</title><link>http://www.ghacks.net/2007/12/02/type-text-with-your-mouse-to-increase-security/</link> <comments>http://www.ghacks.net/2007/12/02/type-text-with-your-mouse-to-increase-security/#comments</comments> <pubDate>Sun, 02 Dec 2007 09:23:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[keyloggers]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/12/02/type-text-with-your-mouse-to-increase-security/</guid> <description><![CDATA[Keyloggers record anything that you type and where you type it on your PC in a log and transfer those logs to the person - better thief - who did install the keylogger on your computer. He can then find out all the urls you visited, the passwords that you entered on those websites and what you did there as well.]]></description> <content:encoded><![CDATA[<p>Keyloggers record anything that you type and where you type it on your PC in a log and transfer those logs to the person &#8211; better thief &#8211; who did install the keylogger on your computer. He can then find out all the urls you visited, the passwords that you entered on those websites and what you did there as well.</p><p>The chance that your home system is infected by a keylogger is rather slim especially if you are a careful user with some basic computer security knowledge. The real danger lies out there in the real world and they go by the name public computers. There is no way normally that you can check if a public computer is running a keylogger in the background or another type of nasty virus or trojan that records your computer activity.</p><p><a
href="http://www.aplin.com.au/">Safekeys</a> is a small software that does not need to be installed which makes it an ideal application for such situations. It displays a virtual keyboard on your screen and you can use the mouse to type the asterisked password in. It supports all the chars that are normally located on a real keyboard.</p><p><span
id="more-2369"></span><img
src="http://www.ghacks.net/files/screens/2007/12/safekeys.png" alt="protect your computer" /></p><p>The so created password is displayed in the Safekeys software and you have to mark and drag and drop it to the password field on the website or application that you want to use.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/12/02/type-text-with-your-mouse-to-increase-security/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Document viewers: one to rule &#8216;em all</title><link>http://www.ghacks.net/2007/11/28/document-viewers-one-to-rule-em-all/</link> <comments>http://www.ghacks.net/2007/11/28/document-viewers-one-to-rule-em-all/#comments</comments> <pubDate>Wed, 28 Nov 2007 20:14:55 +0000</pubDate> <dc:creator>Tobey</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[document viewer]]></category> <category><![CDATA[document viewers]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[internet tips]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[textmaker viewer]]></category> <category><![CDATA[zoho viewer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/11/28/document-viewers-one-to-rule-em-all/</guid> <description><![CDATA[Now seriously. Have you ever received a document (a clean one) with an extension you never heard of and didn't even know what application you were supposed to use to open it? That's not a problem any more due to applications and online services that can understand varied file formats and display the contents of those files for you. Of course, you can't edit such files with viewers because their only purpose is to display the contents of the document. But hey, better that nothing, ain't it...]]></description> <content:encoded><![CDATA[<p>Ever got an e-mail with a document in the attachment containing malware which messed your computer up? Well, take better care the next time  ;)</p><p>Now seriously. Have you ever received a document (a clean one) with an extension you never heard of and didn&#8217;t even know what application you were supposed to use to open it? That&#8217;s not a problem any more due to applications and online services that can understand varied file formats and display the contents of those files for you. Of course, you can&#8217;t edit such files with viewers because their only purpose is to display the contents of the document. But hey, better that nothing, ain&#8217;t it&#8230;</p><p>Let me introduce 2 ways of viewing contents of a document with an unknown extension:</p><p>1) Install a single program to rule all the document extensions you can ever happen to meet (alright, maybe not absolutely all of them but pretty much most of the common ones). I&#8217;ve tried a freeware tool called <a
href="http://www.officeviewers.com">TextMaker Viewer</a> and it does it&#8217;s job well. It&#8217;s a simple document viewer without useless functions but it has everything needed to fulfil it&#8217;s purpose. It supports 10 of the most common file formats which should be quite enough for average use. According to the coders, Linux version is under development.</p><p><span
id="more-2350"></span>2) Don&#8217;t install anything while keeping the possibility to view common file types through your browser. <a
href="http://viewer.zoho.com/home.do">Zoho Viewer</a> is an online service that does just that. You can either choose a file from your local computer to be displayed or enter URL of an online document you&#8217;d like to read. You can even print the document or obtain a code allowing you to embed it somewhere else on the web. No annoying ads, clean interface, 15 file types supported.</p><p>The advantage of the second method is that you do not have to execute the file to view its contents.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/28/document-viewers-one-to-rule-em-all/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
