Tag Archive 'SSH'

Securing FTP Connections

File Transfer Protocol or simply FTP, is a feature that has become very popular on the web hosting market.  FTP offers capabilities the email system can’t touch, allowing you to transfer large files over the internet from one computer to another.  Regardless of the size or file type, as long as you have access to an FTP server and client, you can upload your files to the web and share it with others.  Although FTP is more efficient and secure than HTTP, it is quite vulnerable in its purest form.  However, there are a few security protocols that exist to make sure this is not the case.  Here is a brief overview:

SSL

SSL (Secure Sockets Layer) has become a critical security tool due to the prevalence of e-commerce and online business.  Designed to ensure privacy for communications made over the internet, SSL can provide excellent security for an FTP connection.  Secure Sockets Layer is a protocol that utilizes symmetric cryptography to facilitate data encryption and maintain the utmost privacy.  All messages transferred over the internet are sent in ciphertext, which is essentially unreadable characters that prevent unauthorized parties from viewing the contents of the file.  One of the best qualities of SSL is that it offers a extensible framework that allows you to incorporate other encryption schemes for an added layer of protection.

TLS

TLS (Transport Layer Security) is another encryption-based security protocol used to ensure data integrity and privacy between two computers communicating over the internet.  This protocol consists of two components: TLS Record Protocol and TLS Handshake Protocol, both of which ensure privacy during internet-based communications in their own unique way.  Just like SSL, it is highly extensible and supports the incorporation of new encryption methods in the framework.  However, TLS is the successor to SSL and thus often considered to be slightly more secure.

SSH

SSH (Secure Shell) is a security protocol and method that provides encrypted channels for internet communications.  This mechanism is often used to provide protection when executing commands on a remote computer, making it perfect for FTP.  With SSH, you can create an encrypted tunnel between you and your users’ computers and protect that information from unauthorized third-parties.  Due to its efficiency and dependability, many FTP hosting service providers use SSH to provide customers with the maximum protection for their file transfer needs.

If you are someone who would like to benefit from all that File Transfer Protocol has to offer, keep in mind that FTP alone does not protect the files you transfer over the internet.  FTP itself does not have any encryption features, therefore provides little to no security at all.  For this reason, you should strongly consider a solution that offers SFTP or secure FTP.  While this type of service is normally coupled with protection by way of SSH, it offers the best of all the security solutions mentioned in this article.  That is strong digital encryption designed to keep sensitive information from prying eyes.

Category: Security Issues
Tags: , , , , , , , , , , , ,
Posted on Tuesday, Nov 24, 2009
Trackback URI   Comments RSS

Protect Your Site From Maliciously Activities

Thousands of vulnerable websites are exploited everyday.  In many cases, your site can be victimized without you having the slightest clue.  Unfortunately, there are also instances in which your site can be used in malicious ploys without being directly compromised   In the best interests of both you and your visitors, it is imperative that you take the appropriate measures to ensure that your site is a safe place to visit.  In this article we will talk some of the more unusual ways hackers and malware writers plant their harmful seeds.

Malicious Banner Ads

Although most attacks involve taking advantage of vulnerable web applications, attackers have several other weapons that can be used to maliciously exploit your site.  One popular method is through the use of banner ads.  The person you think you’re networking with could be using your site as a medium to propagate their malicious code.  As soon one of your visitors clicks on the compromised banner, they are redirected to a malware hosted site or directly infected depending on the nature of the code.  If you insert third-party advertisements on your website, it is imperative to make sure they do not put you or your visitors in danger.  The best way to do this is knowing how to properly access obfuscated banner code for signs of malicious values.  You could also do some checking to find out if the advertiser you’re working with has a reputation for participating in such activities.

Sneaky Uploads and Downloads

Most website attacks focus on HTML code but it is also possible for malicious items to be uploaded to an improperly secured site.  If you allow users to upload content to your site, they can easily sneak in executables such as Javascript, .exe, .bat and. cmd files.  Attackers have also been known to bundle their harmful programs with applications given away as free downloads.  You will become unpopular if every time someone downloads your free software, they end up with a nasty infection on their PC.  You can learn if your site or applications are being used to distribute malware by downloading the source code from the live site onto a virtual machine and scanning it with a reliable anti-malware tool.

A Few Security Tips

It’s a jungle out there in cyberspace, filled with more hazardous creepy crawlers than you could imagine.  Following these simple tips should help make your website a much safe place to hang out.

Transfer Data Securely – If you allow users to upload to your site or require root access, be sure to utilize SSH and SFTP rather than Telnet or FTP.  These protocols have both been considered insecure because of their tendency to transmit data in plain text.  When using FTP or Telnet, sensitive information such as user names and passwords can be easily read by anyone eavesdropping on the network.  SSH and SFTP are encryption-based protocols that scramble data so it appears in the form of unreadable characters.

Scan Your Website – There are a number of scanning technologies that will comb your site for vulnerabilities.  A good one will not only help you detect insecure applications, but also software packages that require immediate patches.

Secure Hosting - You can take all the preventive measures you want, but if the server you’re hosting on isn’t secure, all those efforts will prove futile.  Make sure your web host is taking the necessary steps to keep you protected behind the scenes.  If they are not making use of features such as firewalls, anti-malware and DDoS protective software, you need pack up your website files and head elsewhere.

Category: Security Issues
Tags: , , , , , , , , , ,
Posted on Thursday, May 07, 2009
Trackback URI   Comments RSS

Sponsored Links