<?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>Talk Tech To Me - GFI Blog</title>
	<atom:link href="http://www.gfi.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gfi.com/blog</link>
	<description>Brought to you by GFI Software</description>
	<lastBuildDate>Fri, 20 Nov 2009 10:39:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacking Devices &#8211; Ensuring your printer is secure</title>
		<link>http://www.gfi.com/blog/hacking-devices-ensuring-printer-secure/</link>
		<comments>http://www.gfi.com/blog/hacking-devices-ensuring-printer-secure/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:39:11 +0000</pubDate>
		<dc:creator>Emmanuel Carabott</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1597</guid>
		<description><![CDATA[After talking about mobile phones as a threat to your organization we will today discuss yet another device widely in use and that too has the potential of being misused in a way that can ...<p><a href="http://www.gfi.com/blog/hacking-devices-ensuring-printer-secure/">Hacking Devices &#8211; Ensuring your printer is secure</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: normal; font-size: 13px;"><a class="lightbox" title="Printer security" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/Printer-security.jpg"><img class="alignright size-medium wp-image-1598" style="margin: 10px;" title="Printer security" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/Printer-security-300x225.jpg" alt="" width="300" height="225" /></a>After talking about <a href="http://www.gfi.com/blog/hacking-devices/">mobile phones as a threat to your organization</a> we will today discuss yet another device widely in use and that too has the potential of being misused in a way that can compromise your organization. This device is generally seen as an innocent tool and few would consider any security implications that installing it might bring. I am talking about the printer.</span></p>
<p>Printers have advanced a lot in the last few years. Modern printers connect to your network to allow printing from anywhere, they come with additional functionality such as scanning, copying and faxing and they allow for comfortable configurations through web and ftp. However all this new functionality also opens the door for abuse.</p>
<p><span id="more-1597"></span></p>
<h2>Printer’s security</h2>
<p>Just like any other device that connects to the network and allows remote access Printers have their own authentication system. Different systems might have different authentication starting from the web interface down to the ftp and telnet interface of your printer. Like any brand new device these come preset with their default login and password. In some cases the password is blank and users will not be asked to authenticate until this is set. If the printer in question is installed by a user other than the |IT system administrator it is a safe bet that these will not be changed or set. Would you expect a non-IT person to configure a password for the printer’s telnet server when it’s very likely s/he doesn’t even know what telnet is? Of course not, they will just be interested into getting the printer up and running as quickly as possible.</p>
<h2>Printer security risks</h2>
<p>What can a malicious hacker do when gaining access to a printer?</p>
<p>Surprisingly the answer to this question is, a lot. This is especially true if your printer faces the internet.</p>
<h3>DDOS</h3>
<p>The most obvious and basic risk is that the malicious person can print anything he wants remotely. Most modern network printers listen on port 9100 and anything that is dumped into that port gets printed without requiring any authentication. This means that if the printer is accessible from the internet and if there is no firewall rule to block that port anyone can start printing on your printer until it runs out of paper and toner/ink.</p>
<h3>Capturing the password</h3>
<p>When a password is set one is still not 100% safe. Some printers store this in the registry of any client accessing the printer but even worse some will happily send it over if you query their public community string SNMP data.  SNMP, <em>Simple Network Management Protocol </em>is aimed at helping configuration of network devices and allows for data exchange. Any SNMP client can communicate with a device using this protocol and as such anyone who has an SNMP client can request the printer to send over the public data it has and it has been reported that some printers will include the password with this data.</p>
<p>Even if that fails most printers do not encrypt the login and password and as such they can easily be sniffed out by anyone on the same network segment.</p>
<h3>Stealing Information and Documents</h3>
<p>Some printers especially multi function ones tend to contain large storage spaces and they tend to store printed documents as well as received and sent faxes in them. Some of these will allow anyone access to these document through simple ftp access. This means if either no password or just a default password is used a malicious hacker can easily copy these documents. If the printer doesn’t store documents it will surely keep a log of the user name and document name that printed it. This information can be useful in a number of ways to a malicious hacker. First and foremost it will likely indicate the name of the person who printed the document since it will likely relate to the user name. It will also give hints from the document name as to what department this person works in. Armed with this knowledge the malicious hacker has enough ammunition to try and execute an effective social engineering attack on the company. The document filenames themselves might be valuable to hackers and more often than not these are a sort of summary to the whole document and might in themselves be valuable pieces of information.</p>
<p>It gets a little worse when you take into consideration the people who are on the same local network. Any person on the same network segment can capture the network traffic to the printer. Printers are trusting devices, print jobs do not limit themselves to a specific printer and if a captured printing payload is dumped into another printer it will happily print it out. This means that a disgruntled employee on the same segment as your financial team will be able to potentially get access to sensitive information that should be only available to that financial team.</p>
<h3>Bouncing</h3>
<p>Network printers are just like a small pc with their own services running. It is known that it’s possible to bounce off a network printer. Bouncing is the act of using a machine / device as a gateway for an attack. Vulnerable Printers are generally used for ftp bounce attacks. Most printers can also be used as a scanning bounce, a practice known as idle scanning or zombie scanning. Both these attack allow an attacker to launch an attack to another target and make it look like the attack is originating from the bouncing target. Since printers do not generally hold detailed logs it might not be possible to follow any trail to the real attacker.</p>
<h3>Protecting your Printer</h3>
<p>In order to protect the precious data sent to the printer, the best thing to do would be to connect the printer directly to the machine via USB. Don’t put the printer on the network unless you really need to.  Connecting a printer directly on the internet is definitely to be avoided unless there is a really good reason for it and when this is unavoidable ensure that the printer is protected by a firewall which only allows access to the hosts that really need to use it.</p>
<p>Just like a PC a printer also needs to be up to date and scanned for vulnerabilities. Remember a printer is no different to a regular machine in most respects nowadays.  It can suffer from the same issues and vendors do issue updates to fix these issues.</p>
<p>Finally do not take the installation of printers lightly. Installation should be done by staff that knows how to set up the printer properly and securely. It is very easy to hook up a printer but this is not enough. Default Passwords need to be changed and access limited to the people allowed to use the printer.</p>
<p>Since printers are so cheap nowadays there is the risk that some employee who might not have direct access to a printer might decide to buy one and install it himself, therefore I would also suggest that periodic audits of the network are done so that administrators can also detect any possible rogue printers that get connected to the network.</p>
<p><a href="http://www.gfi.com/blog/hacking-devices-ensuring-printer-secure/">Hacking Devices &#8211; Ensuring your printer is secure</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/hacking-devices-ensuring-printer-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Devices &#8211; How to protect yourself from data theft</title>
		<link>http://www.gfi.com/blog/hacking-devices/</link>
		<comments>http://www.gfi.com/blog/hacking-devices/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:50:02 +0000</pubDate>
		<dc:creator>Emmanuel Carabott</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[social engineering attack]]></category>
		<category><![CDATA[virtual theft]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1590</guid>
		<description><![CDATA[Some time ago I wrote an article about preventing virtual theft &#8211; theft of goods from a virtual world (such as a game) by compromising the machine from which you play the game &#8211; and ...<p><a href="http://www.gfi.com/blog/hacking-devices/">Hacking Devices &#8211; How to protect yourself from data theft</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: normal; font-size: 13px;"><a class="lightbox" title="Mobile Phone Security" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/shutterstock_1521528.jpg"><img class="alignright size-medium wp-image-1591" style="margin: 10px;" title="Mobile Phone Security" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/shutterstock_1521528-199x300.jpg" alt="" width="159" height="240" /></a>Some time ago I wrote an article about <a href="http://www.gfi.com/blog/prevent-virtual-theft/">preventing virtual theft</a> &#8211; theft of goods from a virtual world (such as a game) by compromising the machine from which you play the game &#8211; and loyal reader John Mello pointed out how it’s not only gamers who have to worry about virtual theft but also mobile phone users who are being increasingly targeted by malicious hackers.</span></p>
<p>The following series of articles will focus on a risk that is often neglected &#8211; having your company compromised through devices instead of its computers. In this first article we’ll focus on a device that is found in every company &#8211; the mobile phone.</p>
<h2><span id="more-1590"></span></h2>
<h2>Mobile Phones</h2>
<p>Mobile phones are indeed an essential part of every worker’s life nowadays. With the improvement in technology mobile phones are now used as personal organizers and as such being used as a direct business tool that contains secrets that need to be closely guarded.  Every modern mobile phone nowadays includes Bluetooth. Bluetooth is a useful wireless connection protocol that enables your phone to connect to devices without any cables. Unfortunately a number of issues in Bluetooth enabled hackers to exploit some implementations. Tools are available that can do a range of things from harvesting information about the phone to stealing confidential information such as the phone book. It doesn’t end there either.</p>
<h3>BlueBugging</h3>
<p>How about going all out and turning a mobile phone into a 007 style gadget? In 2004, a German researcher named Herfurt discovered a bug in some Bluetooth implementation that, when exploited, allowed a PC to convince a vulnerable mobile phone that it is its legitimate wireless headset and thus give nearly total control of the phone to the program. This practice became known as BlueBugging and it provided some interesting options. For example, this exploit could be used to have a phone silently dial another phone effectively turning that phone into a mobile spying device, whereby the attacker could silently listen in on any conversation within reach of the phone. Other uses could be to set up call forwarding where calls intended for the victim are forwarded to the attacker. This can also be effectively used to steal money by having calls forwarded to premium numbers under the control of the attacker. The risk to the company here is that the victim’s mobile phone could be used to spy on meetings and steal the contact information of high profile clients / contacts.</p>
<h3>Bluesnarfing</h3>
<p>Another insidious risk is a practice called bluesnarfing. Bluesnarfing involves the use of Bluetooth to hack into a mobile phone and copy information; this varies from the address book to stored emails, photos and text messages. If the mobile phone is used for business related activities, contacts and text messages might include sensitive information that a company would not want compromised.</p>
<h3>Social Engineering</h3>
<p>High tech direct attacks on a mobile phone are not the only way to get access to sensitive information. Sometimes hackers target the phone company itself and convince an employee to give them access to the victim’s account. With some mobile phones storing information on the telecom company itself, this can be quite risky (as <a target="_blank" href="http://www.washingtonpost.com/wp-dyn/content/article/2005/05/19/AR2005051900711.html">the very famous episode with Paris Hilton has shown</a>). The Washington post article reports that the hack itself involved hackers phoning and using a social engineering attack on a sales rep of T-Mobile to give them the information needed to access Paris Hilton’s online storage and copy her pictures and contacts.</p>
<h3>Physically tampering with the mobile phone</h3>
<p>In cases where Bluetooth is not available and a social engineering attack on a telecom employee will not work, a malicious person has yet one last option available to him. There are spy applications for mobile phones that once installed lie there stealthily gathering information and uploading it whenever they have a chance (the mobile connects to an internet connection either via Wi-fi or GPRS). More advanced spy applications allow for access to the microphone, call interception and GPS location data. The only challenge for the attacker here would be to gain physical access to the mobile phone for around 3 minutes to install the spy application but after that he has access to all the mobile phone data from anywhere in the world.</p>
<h2>How to protect oneself against such attacks</h2>
<p>Bluetooth attacks can be mitigated by disabling Bluetooth if you do not really use it. If you use it for devices such as a hands free set then make sure you monitor and update your mobile firmware whenever a security update is released. Most of these attacks are generally patched when they go public but unfortunately not a lot of people update their mobile phone firmware because doing so generally wipes the mobile phone which can be a hassle for the customer.</p>
<p>Always keep your mobile phone with you. Leaving your mobile phone unattended can give a malicious person the time that he needs to compromise it. Don’t forget it only takes 3 minutes for a malicious person to compromise your phone and give him the ability to spy on you whenever he wants.</p>
<p>If your mobile phone stores information online at the telecom company site, keep in mind that your data is potentially at risk on two fronts, one of which you have no control over.</p>
<p><a href="http://www.gfi.com/blog/hacking-devices/">Hacking Devices &#8211; How to protect yourself from data theft</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/hacking-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete Windows Patch Install Folders in Vista</title>
		<link>http://www.gfi.com/blog/delete-windows-patch-install-folders-vista/</link>
		<comments>http://www.gfi.com/blog/delete-windows-patch-install-folders-vista/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:04:53 +0000</pubDate>
		<dc:creator>Bogdan Bot-Rus</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[Windows patches]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1582</guid>
		<description><![CDATA[After installing Windows Patches the user may find strange looking folders (with names that are hexadecimal numbers, i.e. only letters a-z and 0-9) at the top level of a drive.  Some of these folders are ...<p><a href="http://www.gfi.com/blog/delete-windows-patch-install-folders-vista/">How to Delete Windows Patch Install Folders in Vista</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>After installing Windows Patches the user may find strange looking folders (with names that are hexadecimal numbers, i.e. only letters a-z and 0-9) at the top level of a drive.  Some of these folders are only temporary folders and are not needed once the patch has been installed.</p>
<p>In Figure 1, the Microsoft patch “Security Update for Microsoft Visual Studio 2008 (KB972221)” left behind a folder named <code>D:\d707465963f1f97d0d9e8ad0d33066cd</code>.</p>
<p><a class="lightbox" title="PatchFolder" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/PatchFolder.png"><img class="aligncenter size-medium wp-image-1583" title="PatchFolder" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/PatchFolder-300x223.png" alt="" width="300" height="223" /></a></p>
<p style="text-align: center;">Figure 1 KB972221</p>
<p style="text-align: center;"><span id="more-1582"></span></p>
<p>These folders are temporary folders (e.g. uncompressed archives) created by the patch installation mechanism and deleted once a patch is successfully installed. If the patch installation does not finish (e.g. if the computer is restarted while installing the patch) these folders might remain on the file system.</p>
<p><strong>Note: </strong>please be cautious when deleting folders. Do not delete folders that you are not certain that they are not needed anymore. Do not delete folders for patch installations that are currently running. Make sure that you have usable backups of the deleted folders before deleting them.</p>
<p>Administrators cannot delete these folders.</p>
<p><a class="lightbox" title="CannotDelete" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/CannotDelete.png"><img class="aligncenter size-medium wp-image-1585" title="CannotDelete" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/CannotDelete-251x300.png" alt="" width="251" height="300" /></a></p>
<p style="text-align: center;">Figure 2 Deleting folder</p>
<p>This is because the owner of the folders is the user SYSTEM and the group Administrators does not have permissions to delete them.</p>
<p><a class="lightbox" title="ls-l" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/ls-l.png"><img class="aligncenter size-medium wp-image-1584" title="ls-l" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/ls-l-219x300.png" alt="" width="219" height="300" /></a></p>
<p style="text-align: center;">Figure 3 Folder permissions</p>
<h2>How can I Delete these Folders?</h2>
<p>In order to delete these folders you need to change the owner of the folder to your current user and then you need to grant the necessary permissions to the new owner.</p>
<p>In order to do these changes you can use either Windows Explorer or the command line.</p>
<p>The commands to use from the command line are:</p>
<p><code>takeown /f &lt;FolderName&gt; /r /d y</code></p>
<p><code>icacls &lt;FolderName&gt;&lt;UserName&gt;:F /t</code></p>
<p>E.g.</p>
<p><code>C:\&gt;takeown /f D:\d707465963f1f97d0d9e8ad0d33066cd /r /d y</code></p>
<p><code>SUCCESS: The file (or folder): "D:\d707465963f1f97d0d9e8ad0d33066cd" now owned by user "PC\Administrator".</code></p>
<p><code>...</code></p>
<p><code>C:\&gt;icacls D:\d707465963f1f97d0d9e8ad0d33066cd /grant administrator:F /t</code></p>
<p><code>processed file: D:\d707465963f1f97d0d9e8ad0d33066cd</code></p>
<p><code>Successfully processed x files; Failed processing 0 files</code></p>
<p><a href="http://www.gfi.com/blog/delete-windows-patch-install-folders-vista/">How to Delete Windows Patch Install Folders in Vista</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/delete-windows-patch-install-folders-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When employees bite back &#8211; Security in organizations</title>
		<link>http://www.gfi.com/blog/when-employees-bite-back-security-in-organizations/</link>
		<comments>http://www.gfi.com/blog/when-employees-bite-back-security-in-organizations/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:48:28 +0000</pubDate>
		<dc:creator>David Kelleher</dc:creator>
				<category><![CDATA[SMB Zone]]></category>
		<category><![CDATA[password policies]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1577</guid>
		<description><![CDATA[Two men in Indiana, US are facing up to five years in prison and a quarter of a million dollar fine after they were allegedly caught using old passwords to gain access to the company’s ...<p><a href="http://www.gfi.com/blog/when-employees-bite-back-security-in-organizations/">When employees bite back &#8211; Security in organizations</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox" title="Disgruntled employees can be a security risk to a company" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/shutterstock_40349152.jpg"><img class="alignright size-medium wp-image-1578" style="margin: 10px;" title="Disgruntled employees can be a security risk to a company" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/shutterstock_40349152-300x215.jpg" alt="" width="270" height="194" /></a>Two men in Indiana, US are facing up to five years in prison and a quarter of a million dollar fine after they were allegedly caught using old passwords to gain access to the company’s network even though they were no longer employed there.</p>
<p>Federal authorities said the two men had left their jobs in 2004 and early 2005 but were still able to <a target="_blank" href="http://www.theregister.co.uk/2009/11/05/computer_intrusion_charges_filed/" target="_blank">connect to their former employer’s network by using old passwords</a> in 2006. Federal authorities are charging the pair with alleged intrusion charges and gaining access to proprietary information.</p>
<p><span id="more-1577"></span></p>
<p>There is no doubt that such an incident should never have occurred had the company in question followed security best practice in terms of resignation or termination of employment for its employees (or making sure that passwords expire after a certain period of time?).</p>
<p>Security experts point out that the period between the date when the employee hands in his or her letter of resignation and the date when the employee leaves the company is crucial and immediate action is advised.</p>
<p>There are important steps that a company’s security team needs to take especially if the departing employee is a member of the security team or has access to critical systems or confidential information. All security arrangements must be changed to exclude the ex-employee from access to the building and to information systems thereby reducing the risk of data leakage or attempts to cause damage to the network.</p>
<p>These can be summarized as follows:</p>
<ul>
<li>Removing the person’s name from all security posts, email distribution groups</li>
<li>Informing key personnel, especially those responsible for the physical security of the organization, that the individual is leaving the company and when.</li>
<li>Retrieve any key code access cards, close and disable employee accounts and email accounts, keys or other access items. Change administrator passwords if employee is aware of them.</li>
<li>Remove or change all passwords that employee may have to all secured systems, be they servers, workstations, databases, VPN access codes etc</li>
<li>Inform other staff members including external parties that employee is no longer employed. This is critical for high-level employees.</li>
<li>Ensure that the employee is not the only person to know passwords to critical systems (i.e. he or she is not a single point of failure and <a target="_blank" href="http://www.computerworld.com/s/article/9110176/Update_IT_admin_locks_up_San_Francisco_s_network?intsrc=it_blogwatch">can hold the organization to ransom</a>.)</li>
<li>Monitor all systems accessed by the employee from the day of resignation to ensure that no data is copied from the network. Provide temporary access until the employee’s last day and then disable those accounts and permissions.</li>
</ul>
<p>Although most employees leaving the company will not have any malicious intentions, those who are disgruntled or leaving to join a competitor may be tempted to steal information or equipment.</p>
<p>Taking appropriate and immediate action when an employee resigns or his role is terminated will ensure that security is not compromised. Cases similar to the one above may be rare but no organization should take the risk.</p>
<p><a href="http://www.gfi.com/blog/when-employees-bite-back-security-in-organizations/">When employees bite back &#8211; Security in organizations</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/when-employees-bite-back-security-in-organizations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>compiled from source = bad security practice</title>
		<link>http://www.gfi.com/blog/compiled-source-bad-security-practice/</link>
		<comments>http://www.gfi.com/blog/compiled-source-bad-security-practice/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:44:42 +0000</pubDate>
		<dc:creator>Miro Stauder</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[package management]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1567</guid>
		<description><![CDATA[Today I saw a ‘how-to’ of what is supposed to be the &#8216;perfect server&#8216; setup. Well, the &#8216;perfect&#8217; was not meant literally, but the setup is in fact very nice &#8211; from a functional point ...<p><a href="http://www.gfi.com/blog/compiled-source-bad-security-practice/">compiled from source = bad security practice</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" class="lightbox" title="server setup" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/server-setup.jpg"><img class="alignright size-medium wp-image-1568" style="margin: 10px;" title="server setup" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/server-setup-300x300.jpg" alt="" width="240" height="240" /></a>Today I saw a ‘how-to’ of what is supposed to be <a href="http://www.howtoforge.com/perfect-server-centos-5.4-x86_64-ispconfig-3" target="_blank">the &#8216;</a><strong><a target="_blank" href="http://www.howtoforge.com/perfect-server-centos-5.4-x86_64-ispconfig-3" target="_blank">perfect server</a></strong><a target="_blank" href="http://www.howtoforge.com/perfect-server-centos-5.4-x86_64-ispconfig-3" target="_blank">&#8216; setup</a>. Well, the &#8216;perfect&#8217; was not meant literally, but the setup is in fact very nice &#8211; from a functional point of view.</p>
<p>Open source is great, you can learn a lot from looking at the source code of an application, you can even fix a bug here and there, or code in a feature you always wanted. And all for free&#8230;</p>
<p>What bothered me with this setup was the excessive amount of <strong>custom compiled</strong> subsystems to make them all perform in the desired way. To get the system working is a nice achievement, but to keep it running in production would be a nightmare. This is a <strong>bad security practice</strong> on a binary package based distro, let me explain why.</p>
<p><span id="more-1567"></span></p>
<p>The applications compiled from source do not integrate with the package manager, and if they do (<strong>rpmbuild</strong>), it&#8217;s just a dirty trick, to compile and build a package to install it. Usually the package is just included in the inventory; versioning is broken, dependencies broken, updates broken&#8230;</p>
<p>The administrator would have to track changes to the custom compiled subsystems, pick out the worthwhile updates, and watch for <strong>security fixes</strong>, patch, compile, reconfigure and test the system while keeping good uptime. That&#8217;s not good and you don&#8217;t want to do that, unless you are some kind of masochist!</p>
<p>Instead let’s use the resources of the respective distros packaging team. That&#8217;s what we have <strong>package management</strong> for. Use it! Each of the top distros has a dedicated team to keep the packages up-to-date.</p>
<p>If your distro does not natively provide the package you desire, look for optional or 3rd party repositories. Usually your requirements are not that unique, and the application is already prepackaged in one of the optional repositories. There is a good chance that the repositories are maintained well enough, and you&#8217;ll have updates available when needed.</p>
<p>Next time when you decide to install something, think &#8211; is it also maintainable?</p>
<p><a href="http://www.gfi.com/blog/compiled-source-bad-security-practice/">compiled from source = bad security practice</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/compiled-source-bad-security-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent Virtual Theft</title>
		<link>http://www.gfi.com/blog/prevent-virtual-theft/</link>
		<comments>http://www.gfi.com/blog/prevent-virtual-theft/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:59:07 +0000</pubDate>
		<dc:creator>Emmanuel Carabott</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[online theft]]></category>
		<category><![CDATA[virtual theft]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1571</guid>
		<description><![CDATA[We have talked a lot about theft in the real world so I guess it is about time we also discuss theft in virtual world. The BBC reported that some Trojan software are now targeting Online ...<p><a href="http://www.gfi.com/blog/prevent-virtual-theft/">How to prevent Virtual Theft</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" class="lightbox" title="online gaming theft" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/online-gaming-theft.jpg"><img class="alignright size-medium wp-image-1572" style="margin: 10px;" title="online gaming theft" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/online-gaming-theft-300x200.jpg" alt="" width="300" height="200" /></a>We have talked a lot about theft in the real world so I guess it is about time we also discuss theft in virtual world. The <a href="http://news.bbc.co.uk/2/hi/technology/8338227.stm" target="_blank">BBC reported that some Trojan software are now targeting Online Games and stealing login information</a> from their victims. Microsoft have stated that <a target="_blank" href="http://www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?Name=Worm%3AWin32%2FTaterf.gen!A">Taterf</a> (one such Trojan) was reported to have infected nearly 5 million computers in the last 6 months of 2008.</p>
<p>So why do malicious people bother stealing online games credentials? The answer as always is Money.</p>
<p><span id="more-1571"></span></p>
<p>Since the dawn of online gaming people have figured out that there is money to be made by selling virtual and actual goods ‘in game’ currency. As opposed to offline games, online games are generally slower to generate ‘‘in game’’ money for the players. ‘in game’s, money will also help players buy better equipment which will give them an edge over other players. This creates two needs that malicious people can exploit.</p>
<p>The first need is obviously for ‘in game’ money and then there is the need for premium virtual objects. Where there are needs one can be sure that there will be people selling items to satisfy those needs and here it’s no different. While selling / buying game items including ‘in game’ currency is generally prohibited by the EULAs of most, if not all, online games the practice is still widely used. A quick search on Google returns numerous sites that sell gold and/or items for World of Warcraft and other games. Prices are quite similar with the cheapest I found being $31.49 for 5000 World of Warcraft Gold coins whilst the most expensive site wanted $47.99 for that same amount of gold. Now the question is ‘what’s the worth of 5000 gold coins really?’Well for a new player who plays casually 5000 gold coins will mean a couple of months of gaming but this is just a very rough estimate. For veteran players these sites sell bundles of 100,000 gold coins at the cost of ~$600. And that’s not all.  It’s also possible to buy ‘in game’ items with prices for rare items going for +$1000 each. This all illustrates that even though we’re talking about games and items that do not really exist; they still have real world value which makes them worth stealing.</p>
<p>The people who are selling these items do not have magical ways to acquire them. In some cases bots are used to acquire these resources. Bots are a software program that take control of the game and perform tasks automatically without a player’s intervention. While they are great to generate gold while someone is busy either at work or doing something else, they are forbidden by the game EULAs as well. <a target="_blank" href="http://terranova.blogs.com/terra_nova/2008/07/blizzard-wins-v.html">A court has also ruled against one such bot</a> and this is the only court case I know off against such programs. Furthermore accounts using bots are sure to be banned if caught, so using bots to generate gold is not very efficient. This leaves one other option to obtain gold and items in mass quantities and efficiently &#8211; steal them off other players and the only way to do that is if someone gets access to that player’s account.</p>
<p>Another motivator for people to resort to stealing virtual items is that it is generally safer for them to steal virtual items than it is to steal money/items in the real world. Prosecution of people stealing virtual items is quite low if at all, while if one were to steal money from a bank one can be sure they will have the police looking for them almost immediately. This is not to say that stealing virtual items automatically makes a person safe, as this story illustrates &#8211; <a target="_blank" href="http://www.abc.net.au/news/newsitems/200503/s1334618.htm" target="_blank">a guy killed another player for stealing his virtual sword</a> after the police said they couldn’t do anything about it.</p>
<p>In conclusion, people who play online games invest both time and money in them and they too are assets that require protection. Security is not something that applies only to big companies, even a home user who uses his computer exclusively for gaming needs to secure his environment or risk losing everything virtual that they own. In short, the threats you need to defend against in your online game are not just enemies within the game but also malicious people in the real world who would love to get hold of your items the easy way.</p>
<p>Something to consider is that if someone has access to your account it means they have access to your credentials. If those same credentials are used elsewhere then that too is at risk. This is more so if those same credentials give access to systems inside your company IT infrastructure. Even though the risk might be low since the person who stole the credentials needs to link you to your workplace it still can be done. For this reason and more it is good practice to change all the passwords in the event that a password which gives access to multiple systems is compromised.</p>
<p>The usual tips apply here as well.</p>
<ul>
<li>Always ensure you are running an antivirus programme that is up to date.</li>
<li>Do not visit dubious sites that might carry viruses or at least ensure that your web access is also scanned for possible viruses.</li>
<li>Do not click on email attachments without knowing what they are, especially if they are executables &#8211; no matter who is sending them.</li>
<li>Always ensure that your computer has the latest patches and is fully up to date.</li>
</ul>
<p>It is also good to remember that your game credentials are likely to be a target for malicious people almost as much as bank credentials are. For this reason I would recommend that you try to use unique credentials for online games. Do not use the same login and password you use for your systems, emails and anything else.</p>
<p><a href="http://www.gfi.com/blog/prevent-virtual-theft/">How to prevent Virtual Theft</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/prevent-virtual-theft/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GFI WebMonitor 2009™ launches as stand-alone proxy version</title>
		<link>http://www.gfi.com/blog/gfi-webmonitor-2009-launches-standalone-version/</link>
		<comments>http://www.gfi.com/blog/gfi-webmonitor-2009-launches-standalone-version/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:55:50 +0000</pubDate>
		<dc:creator>Giselle Borg Olivier</dc:creator>
				<category><![CDATA[GFI World]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[GFI WebMonitor 2009]]></category>
		<category><![CDATA[internet monitoring]]></category>
		<category><![CDATA[virus scanning]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1534</guid>
		<description><![CDATA[GFI WebMonitor 2009™ is now available as a stand-alone proxy.
The perfect internet monitoring solution for the SMB market, this new version of GFI WebMonitor will work in most networking environments and allows administrators to manage ...<p><a href="http://www.gfi.com/blog/gfi-webmonitor-2009-launches-standalone-version/">GFI WebMonitor 2009™ launches as stand-alone proxy version</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox" title="GFI WebMonitor Bob" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/GFI-WebMonitor-Bob.jpg"><img class="alignright size-medium wp-image-1547" style="margin: 10px;" title="GFI WebMonitor Bob" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/GFI-WebMonitor-Bob-225x300.jpg" alt="" width="180" height="240" /></a>GFI WebMonitor 2009™ is now available as a stand-alone proxy.</p>
<p>The perfect internet monitoring solution for the SMB market, this new version of GFI WebMonitor will work in most networking environments and allows administrators to manage and control employee access to the Internet as well as provide a high level of security against web-borne threats.</p>
<p>GFI WebMonitor 2009™ offers IM control, virus scanning, the ability to block applications’ hidden downloads, hidden downloads monitoring, bandwidth monitoring and more.</p>
<p>GFI WebMonitor 2009™ is also available as a dedicated plug-in for Microsoft ISA Server.</p>
<p><span id="more-1534"></span></p>
<p><strong>Download your FREE trial here &#8211; </strong><strong><a href="http://www.gfi.com/pages/webmon-selection-download.asp">http://www.gfi.com/pages/webmon-selection-download.asp</a></strong></p>
<p><strong>Check out the <a target="_blank" href="http://www.youtube.com/watch?v=5euhVvkVnj4">GFI WebMonitor 2009™ QuickVid</a></strong><strong>.</strong></p>
<p>The launch of GFI WebMonitor 2009™ was held in the GFI offices worldwide with Bob patrolling the area as he cordoned off the offices:</p>
<p><span style="text-decoration: underline;">APAC Offices:</span></p>
<p><a class="lightbox" title="APAC Office" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/clip_image301.jpg"><img class="alignnone size-medium wp-image-1537" title="APAC Office" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/clip_image301-225x300.jpg" alt="" width="225" height="300" /></a> <a class="lightbox" title="APAC offices" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/clip_image501.jpg"><img class="alignnone size-medium wp-image-1538" title="APAC offices" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/clip_image501-300x220.jpg" alt="" width="300" height="220" /></a></p>
<p><span style="text-decoration: underline;">Malta Offices:</span></p>
<p><a class="lightbox" title="WebMon Bob" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/4071618726_fa91e803e5_b_small.jpg"><img class="alignnone size-medium wp-image-1539" title="WebMon Bob" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/4071618726_fa91e803e5_b_small-225x300.jpg" alt="" width="225" height="300" /></a> <a class="lightbox" title="GFI WebMon launch at GFI Malta" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/clip_image001_small.jpg"><img class="alignnone size-medium wp-image-1540" title="GFI WebMon launch at GFI Malta" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/clip_image001_small-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><span style="text-decoration: underline;">UK Offices:</span></p>
<p><span><a class="lightbox" title="GFI WebMonitor launch at GFI UK" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/3_small.jpg"><img class="alignnone size-medium wp-image-1541" title="GFI WebMonitor launch at GFI UK" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/3_small-300x225.jpg" alt="" width="300" height="225" /></a> <a class="lightbox" title="WebMon launch in UK" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/7_small.jpg"><img class="alignnone size-medium wp-image-1542" title="WebMon launch in UK" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/7_small-225x300.jpg" alt="" width="225" height="300" /></a></span></p>
<p><span style="text-decoration: underline;">Dundee Offices:</span></p>
<p><span><a class="lightbox" title="WebMon launch in Dundee" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/5.jpg"><img class="alignnone size-medium wp-image-1549" title="WebMon launch in Dundee" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/5-300x224.jpg" alt="" width="300" height="224" /></a> <span style="-webkit-text-decorations-in-effect: none;"><img class="alignnone size-medium wp-image-1550" style="text-decoration: underline;" title="GFI Webmon launch in Dundee" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/6-225x300.jpg" alt="" width="225" height="300" /></span></span></p>
<p><span><span style="text-decoration: underline;">US Offices:</span></span></p>
<p><span><span><a class="lightbox" title="GFI WebMon launch at GFI USA" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/P1010010.JPG"><img class="alignnone size-medium wp-image-1551" title="GFI WebMon launch at GFI USA" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/P1010010-225x300.jpg" alt="" width="225" height="300" /></a> <a class="lightbox" title="GFI WebMonitor 2009 at GFI USA" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/WEBMON2009USA8.jpg"><img class="alignnone size-medium wp-image-1552" title="GFI WebMonitor 2009 at GFI USA" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/WEBMON2009USA8-300x225.jpg" alt="" width="300" height="225" /></a></span><span style="-webkit-text-decorations-in-effect: none;"> </span></span></p>
<p><a href="http://www.gfi.com/blog/gfi-webmonitor-2009-launches-standalone-version/">GFI WebMonitor 2009™ launches as stand-alone proxy version</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/gfi-webmonitor-2009-launches-standalone-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The way forward for GFI</title>
		<link>http://www.gfi.com/blog/the-way-forward-for-gfi/</link>
		<comments>http://www.gfi.com/blog/the-way-forward-for-gfi/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 10:29:33 +0000</pubDate>
		<dc:creator>Walter Scott (CEO)</dc:creator>
				<category><![CDATA[CEO Central]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[ceo]]></category>
		<category><![CDATA[Channel solutions]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[GFI MAX]]></category>
		<category><![CDATA[katharion]]></category>
		<category><![CDATA[MSP]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1530</guid>
		<description><![CDATA[News of the launch of GFI MAX in July and the announcement that we have acquired Katharion have generated a huge amount of interest among the Channel and in the media.
To cite a few examples, ...<p><a href="http://www.gfi.com/blog/the-way-forward-for-gfi/">The way forward for GFI</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox" title="GFI's vision for the future" href="http://www.gfi.com/blog/wp-content/uploads/2009/11/Vision-sign.jpg"><img class="alignright size-medium wp-image-1531" style="margin: 10px;" title="GFI's vision for the future" src="http://www.gfi.com/blog/wp-content/uploads/2009/11/Vision-sign-300x200.jpg" alt="" width="300" height="200" /></a>News of the launch of GFI MAX in July and the announcement that we have acquired Katharion have generated a huge amount of interest among the Channel and in the media.</p>
<p>To cite a few examples, we have had over 1,000 partners attend our GFI MAX introductory webinars and partner sponsored events and the number of registrations to try out the software on a trial basis has rocketed. We have also featured in the leading Channel publications and scores of websites carried our press releases.</p>
<p><span id="more-1530"></span></p>
<p>I feel this interest goes beyond pure curiosity but reflects the Channel’s genuine need for solutions that give Partners what they are looking for – complementary solutions that<strong> </strong>enable them to sell more and provide value added to their clients.<strong></strong></p>
<p>With GFI MAX we are offering the channel a fantastic opportunity to become managed service providers using a product that recently won the Business Solutions Magazine’s Best Channel Product 2009 Award. Recognized by the Channel as one of the best products on the market, this award validates our position when we say that GFI MAX is the best monitoring solution on the market, with the best reporting and the best value for the Channel.</p>
<p>I cannot but stress on the importance of value. A survey we carried out in June clearly showed that MSPs still find it hard to show customers value from managed services contracts. With GFI MAX, however, we have shown that an easy, affordable solution exists that can help MSPs to take better care of their clients at less cost.</p>
<p>With Katharion, we will be able to increase our solutions portfolio and to strengthen our commitment to our Channel partners worldwide. The Katharion solution, which we will be launching later this quarter, is another solution for the Channel to sell to both their existing customer base and new customers. Now they will be in a position to offer a hosted email filtering, anti-spam and anti-virus service.</p>
<p>Katharion now puts us in a position to give customers and the Channel the option to sell a hosted solution and a bevy of edge services that will only help them to improve sales, margins and profits. Ultimately, the Channel’s success is our success.</p>
<p>Our message is simple: We want to give our partners and clients the ability to maximize the strengths of both online and on-premise solutions. We are confident that our Hybrid approach (nearly all of our products will be available online or on-premise) is the best one for small and medium-sized businesses.</p>
<p>By combining our hybrid approach with a range of ‘edge services’ – aimed at providing defence-in-depth, business continuity and redundancy – we are giving the best possible solutions and infrastructure to partners and our customers. The hybrid approach will help them to improve the way they do business and the security of their network at minimal cost to them or the next for expensive changes to their set-up.</p>
<p>Overall, these acquisitions will allow GFI to continue developing its solutions portfolio and our ability to be an infrastructure provider for the small and medium-size business.</p>
<p>As I have had occasion to say over the past few weeks, these acquisitions are but the first step of our journey to provide the Channel and our customer install base with the option to choose between on-premise and on-line products or a combination of both.</p>
<p>Technology gives choice and I believe we, as vendors for small and medium sized businesses, should not restrict them into choosing either way. Giving them a hybrid delivery model, not only ensures that we are listening to and giving SMBs what they need but it also gives us a much wider market in which to grow and do business.</p>
<p>Our approach to managed services and Cloud computing is a work in progress and we are looking at new technologies and other companies that can help us offer our current on-premise solutions in the Cloud while contributing further to our growth and revenue.</p>
<p>This is an exciting phase in GFI’s history, so stay tuned for more developments in the coming weeks.</p>
<p><a href="http://www.gfi.com/blog/the-way-forward-for-gfi/">The way forward for GFI</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/the-way-forward-for-gfi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engines, Friend or Foe?</title>
		<link>http://www.gfi.com/blog/search-engines-friend-foe/</link>
		<comments>http://www.gfi.com/blog/search-engines-friend-foe/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 14:02:25 +0000</pubDate>
		<dc:creator>Emmanuel Carabott</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security threats]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1372</guid>
		<description><![CDATA[Security is all about identifying threats and provisioning for them before your enemy exploits that threat. There are so many vectors to take care of that it truly is a daunting task.
Input validation, perimeter control, ...<p><a href="http://www.gfi.com/blog/search-engines-friend-foe/">Search Engines, Friend or Foe?</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: normal; font-size: 13px;"><a class="lightbox" title="Search Engines - Friend or Foe" href="http://www.gfi.com/blog/wp-content/uploads/2009/10/Search-Engines-Friend-or-Foe.jpg"><img class="alignright size-medium wp-image-1373" style="margin: 10px;" title="Search Engines - Friend or Foe" src="http://www.gfi.com/blog/wp-content/uploads/2009/10/Search-Engines-Friend-or-Foe-300x231.jpg" alt="" width="300" height="231" /></a>Security is all about identifying threats and provisioning for them before your enemy exploits that threat. There are so many vectors to take care of that it truly is a daunting task.</span></p>
<p><span style="font-weight: normal; font-size: 13px;">Input validation, perimeter control, user education, cryptography, physical security, access control; the list goes on and on. Each of these needs its own special considerations, things like: What validations am I going to put in place on my web application to protect my database backend? What kind of input must I discard to ensure stability? What attacks am I to expect?</span></p>
<p><span style="font-weight: normal; font-size: 13px;"><span id="more-1372"></span></span></p>
<p>There is one item though that is not generally seen in this list of concerns and that is search engines. There is awareness on the subject, there is even a term coined to describe the activity, ‘Google hacking’, but I still don’t really see it being taken seriously and not a lot of people know about it either.</p>
<p>In this article I will focus mainly on Google, because it is the most popular search engine and because it offers advanced functionality that helps people find what they want efficiently. That efficiency can be used by you and me but can also be used by someone who has less than good intentions.</p>
<h2>How can search engines such as Google be a threat to security?</h2>
<p>Well the answer to that is: In many ways.</p>
<h3>Confidential information</h3>
<p>The obvious threat is finding restricted information.  Google can search not only web pages but in some cases even text in certain supported Document files. These include:</p>
<ul>
<li>Adobe Portable Document Format (pdf)</li>
<li>Adobe PostScript (ps)</li>
<li>Lotus 1-2-3 (wk1, wk2, wk3, wk4, wk5, wki, wks, wku)</li>
<li>Lotus WordPro (lwp)</li>
<li>MacWrite (mw)</li>
<li>Microsoft Excel (xls)</li>
<li>Microsoft PowerPoint (ppt)</li>
<li>Microsoft Word (doc)</li>
<li>Microsoft Works (wks, wps, wdb)</li>
<li>Microsoft Write (wri)</li>
<li>Rich Text Format (rtf)</li>
<li>Shockwave Flash (swf)</li>
<li>Text (ans, txt)</li>
</ul>
<p>This means that people can search for text in your files if they are available online using Google.  Malicious people might search for the phrase “social security number” and if there is a file on your site containing that term, it might be presented to that malicious person who can then download it.</p>
<h3>Google the Super Computer</h3>
<p>While I am sure that Google has lots of processing power in its infrastructure I am not referring to taking advantage of that power directly, but it is possible to use Google as a super computer of sorts. Let’s assume that one has an application which stores passwords as an md5 hash. Lots of applications do that and the reason is quite sound – if a password is somehow stolen it will be no big deal, because it is very computationally expensive to get the password back from an md5 hash right? It would take over a year to try breaking an 8 letter code right? WRONG. Well it would take over a year if you simply try to brute force it, but what if you search Google instead? Yes, that’s right, get an md5 hash and search it on Google. If it’s a dictionary word, chances are that you will get a hit!</p>
<p>I ran some tests and here are the results:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="294" valign="top"><strong>MD5 that was searched for</strong></td>
<td width="154" valign="top"><strong>The “password”</strong></td>
<td width="142" valign="top"><strong>Number of hits </strong></td>
</tr>
<tr>
<td width="294" valign="top">1e6947ac7fb3a9529a9726eb692c8cc5</td>
<td width="154" valign="top">Secret</td>
<td width="142" valign="top">646 Hits</td>
</tr>
<tr>
<td width="294" valign="top">1A19642CD3FE09F72D3859B102298BE3</td>
<td width="154" valign="top">Obscure</td>
<td width="142" valign="top">4 Hits</td>
</tr>
<tr>
<td width="294" valign="top">c42c37628d81546b28bad6cd8fe18ad8</td>
<td width="154" valign="top">Password</td>
<td width="142" valign="top">385 Hits</td>
</tr>
<tr>
<td width="294" valign="top">ee0b5d34cc83316018c12dd6f027e1c7</td>
<td width="154" valign="top">AFVX</td>
<td width="142" valign="top">2 Hits</td>
</tr>
</tbody>
</table>
<p>It should take roughly 300 days to guess “obscure” running a sequential brute force attack using only the English alphabet but including lower and upper case. Yet a simple search on Google returns an answer in less than a second. For a simple system an md5 hash of a password would generally be enough, figuring there is no data that might justify using years of computational power to crack, but with search engines you can just search for the answer in seconds. Even searching for the md5 of a random collection of letters such as AFVX, Google found a match. However the same was not true for longer random letter as well as phrases. Searches for md5s of complex random characters and phrases didn’t return any matches. Still keeping Google in mind and playing it safe, storing an md5 hash of a password is no longer enough, now we need to add a pinch of salt to the mix.</p>
<h3>Aiding Malicious Hackers</h3>
<p>Another hazard presented by search engines is granting the ability to malicious hackers to either find you or to attack you without any warning. An attack can present itself in one of two possibilities – you can either have been a target of opportunity or this was a targeted attack. In both cases a malicious hacker is able to use Google as one of his tools.</p>
<h3>Target of Opportunity</h3>
<p>Sometimes a hacker doesn’t have a particular target in mind, instead he has exploits and he wants to use those exploits to gain access to as many machines as possible. The first step is to identify the machines that have the vulnerabilities that he can exploit.  In pre-Google days, this step involved scanning the internet for the service that he intends to exploit and then trying to identify each version from the list this scanning would generate. This task would previously have taken a very long time to complete. Today, however, a simple search can get a list of targets within less than a second. Searching for: <strong>intitle:index.of &#8220;Apache/1.3.34 Server at&#8221;</strong> for example returns a huge list (3million+) of domains that are running apache 1.3.34 and also have directly listing enabled in some of their web folders.  Obviously it is not just Apache that can be found this way, its IIS, web applications, scripts and appliances even. Anything with a web front-end really, that might be indexed by Google. For example searching for: <strong>inurl:hp/device/this.LCDispatcher </strong>will return a number of web front-ends for HP Laserjet printers.</p>
<p>Please realize that if you try these searches they will return real live systems and printers that people and companies are using. Use these queries to test your own sites; be aware that accessing printers that you do not own might open you up to legal action. These examples are only provided to illustrate the point and the dangers, please do not misuse the knowledge.</p>
<h3>Targeted attack</h3>
<p>In the previous section we saw how Google can help a malicious hacker find a target of opportunity, but how can Google help a hacker who intends to target a specific person?</p>
<p>When a malicious hacker intends to infiltrate a specific target, the first step is to gather intelligence. An attacker needs to know what he can access about his target, he basically needs to catalogue every service, server and appliance that are accessible from his location (the internet). Previously he would have achieved this by scanning his target for open ports and fingerprint said ports which would work and still does today but this leaves behind a footprint. This footprint can be detected by firewalls and log analysers and can alert an administrator of someone scanning his network. This might give the administrator time to prepare and keep a close eye on his network. He could possibly be in a position to even track down the attacker. At best it will leave a trail back to the attacker even if he is unable to find a weakness to exploit and never acts on his intentions. However what if he does his finger printing using Google?</p>
<p>Using a search query like site:[domain] Google will list all the indexed pages on that site. In such results one might find, services running, servers, versions, scripts and even appliances. The attacker can then, without exposing himself, start to devise an attack plan without worrying whether the administrator of the target site is on to him. Additionally should he decide that he has no way he can penetrate his target he can safely give up without any consequences.</p>
<p>In conclusion, of course search engines are very useful in allowing us to find things easily and quickly. Unfortunately it also allows people with malicious intent to find things that they are interested in very easily as well. As such my suggestion is to keep search engines in mind when going through your security tasks, be they during development, system administration, web design or anything else that can be affected by a search engine. Don’t depend on security by obscurity as that obscurity might not be as obscure as you may imagine. Taking simple precautions can help a lot. It is possible to control where on your site Google will index and where it will ignore. There are a lot of resources that webmasters can use at: <a target="_blank" href="http://www.google.com/webmasters/">http://www.google.com/webmasters/</a> and <a target="_blank" href="http://www.google.com/support/webmasters/">http://www.google.com/support/webmasters/</a></p>
<p>It is also important to disable directory listings unless absolutely needed and when needed, it should be protected as well. Appliances such as printers should never be connected to the internet unless absolutely necessary and when they are make sure that they’re secure and cannot be accessed by everyone. Always remember that appliances can be used just as any other machine to get a foothold inside your network.</p>
<p>Finally I am curious as to your views on the subject – are search engines something you worry about? Do you think that search engines are a threat to the security of your system, but that maybe it’s a threat that’s mitigated through your normal routines and doesn’t really require any additional steps? Maybe you wouldn’t really consider them a threat at all?</p>
<p>I personally think that they’re a threat that may generally be overlooked, but perhaps it might be not a huge threat at the end of day since the steps to protect against it are ultimately best practices that should be followed in the first place.</p>
<p><a href="http://www.gfi.com/blog/search-engines-friend-foe/">Search Engines, Friend or Foe?</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/search-engines-friend-foe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protecting against Money Theft</title>
		<link>http://www.gfi.com/blog/protecting-money-theft/</link>
		<comments>http://www.gfi.com/blog/protecting-money-theft/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:29:40 +0000</pubDate>
		<dc:creator>Emmanuel Carabott</dc:creator>
				<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Trojans]]></category>

		<guid isPermaLink="false">http://www.gfi.com/blog/?p=1495</guid>
		<description><![CDATA[Time and time again we read stories about malicious people using Trojans to steal money. This time it happened to Cumberland County Redevelopment Authority where, by using a Trojan, a malicious hacker stole nearly half ...<p><a href="http://www.gfi.com/blog/protecting-money-theft/">Protecting against Money Theft</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" class="lightbox" title="Protecting against money theft" href="http://www.gfi.com/blog/wp-content/uploads/2009/10/Protecting-against-money-theft.jpg"><img class="alignright size-medium wp-image-1496" style="margin: 10px;" title="Protecting against money theft" src="http://www.gfi.com/blog/wp-content/uploads/2009/10/Protecting-against-money-theft-300x300.jpg" alt="" width="192" height="192" /></a>Time and time again we read stories about malicious people using Trojans to steal money. This time it happened to Cumberland County Redevelopment Authority where, by using a Trojan, a malicious hacker stole nearly half a million dollars.  <a href="http://voices.washingtonpost.com/securityfix/2009/10/avoid_windows_malware_bank_on.html">Brian Krebs from the Washington post</a> has some really good tips and detailed coverage of this story.</p>
<p>Brian says that through his research and reports on cyber theft, SANS Technology Institute came up with a simple solution to the problem &#8211; use a DVD-based bootable operating system such as Knoppix.</p>
<p><span id="more-1495"></span></p>
<p>I tend to fully agree. You see the problem is that once your system is infected with a Trojan it now becomes a ticking time bomb. The Trojan stays sitting there hidden in the background monitoring, waiting for you to access your online bank account. Once you do so, it does its thing. Depending on the Trojan it can either hijack your session and make its own transfer instead of yours, or, less sophisticated ones, will just email your credentials to the owner of the Trojan.</p>
<p>Online banking is obviously a great tool but unfortunately there is no foolproof way to be 100% safe except by using the bootable operating system solution. Banks obviously try their best. They employ a lot of effective measures, using two-factor authentications, restricting access based on your IP address and other schemes like these in order to protect their customers effectively. However each and every one of these security measures is useless if a Trojan just hijacks your session and changes it with its own transfers.</p>
<p>Needless to say to really be safe we want to be sure that there are no Trojans running when we’re doing our online banking; but how can we? Anti-virus solutions are a good resource; however, they can generally only detect known Trojans that are running in the wild. We could be infected with a custom made Trojan or the anti-virus in use might not yet have been updated to safeguard against the particular Trojan that I was infected with. So how can we be 100% safe?</p>
<p>My recommendation for a completely safe environment when conducting online banking is as follows (it is a bit cumbersome but I believe it is as secure as one can get and if you either make a lot of high value transactions or even if the account you interact with contains a lot of cash, it might be well worth the overhead).</p>
<p><strong> </strong></p>
<p>Firstly set up a firewall exclusively for the machine doing the online banking and then connect to it the actual terminal that will be doing the banking. The firewall should block everything, both in or out, except for a pipe between it and the bank (the machine will be limited to connect only to our bank and nowhere else to remove the risk of Trojan infection due to some browser exploit). Secondly the machine should be always powered off and turned on only when it is necessary to interact with the bank. This is very important to ensure that no Trojan/viruses are running in memory. When the machine turns on it will boot our DVD/CD-based environment and we’ll use that to do our transactions. Finally ensure that there is no physical access to the machine except for the keyboard, mouse and CD/DVD drive. Ensure that it has no USB/FireWire/Hard drives installed and no network connectivity except to the firewall which in turn only allows access to the bank site.</p>
<p>This simple setup will protect us in a number of ways. Firstly the firewall will ensure that no one will use the terminal to browse sites which might have exploit code that could install a Trojan on our system. Running the system off a CD / DVD will ensure that our environment is never compromised, because even if a Trojan infects our system, it cannot modify any files or reload again on the next bootup. Finally if a Trojan does somehow manage to get in, keeping the machine switched off when not in use will ensure that any running Trojans which might infect our system (and they can only live in memory since our operating system is physically read only) will be wiped out. Additionally if everything really fails and we are infected with a Trojan that is running while we bank, the Trojan will not be able to call home or send the data anywhere. Obviously as I said in previous articles, one is never 100% safe; there is one possible scenario I can think of and that is that the bank itself, maybe through cross site scripting, ends up hosting the malware which manages to infect your machine through a browser exploit and is completely autonomous in that it can do transactions without needing to be connected to a command and control station. However I think this scenario is pretty remote.</p>
<p>If you want peace of mind and want to have the maximum level of security when interacting with the bank I think that this is in fact the best way to go about it. I would appreciate any thoughts you might have regarding such an approach or maybe something better! I understand that it might be a bit cumbersome to implement; however, I believe that it can be a very effective defense. Ultimately it’s surely more desirable to wait a couple of minutes for a system to boot than to end up with $500,000 less in your bank account!</p>
<p><a href="http://www.gfi.com/blog/protecting-money-theft/">Protecting against Money Theft</a> is a post from Talk Tech To Me, a <a href="http://www.gfi.com/blog">tech blog for network administrators</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gfi.com/blog/protecting-money-theft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
