
Electronic mail (email) is perhaps the most popularly used system for exchanging business information over the Internet (or any other computer network). At the most basic level, the email process can be divided into two principal components: (1) mail servers, which are hosts that deliver, forward, and store email; and (2) mail clients, which interface with users and allow users to read, compose, send, and store email. This document addresses the security issues of mail servers and mail clients, including Web-based access to mail.
Mail servers and user workstations running mail clients are frequently targeted by attackers. Because the computing and networking technologies that underlie email are ubiquitous and well-understood by many, attackers are able to develop attack methods to exploit security weaknesses. Mail servers are also targeted because they (and public Web servers) must communicate to some degree with untrusted third parties. Additionally, mail clients have been targeted as an effective means of inserting malware into machines and of propagating this code to other machines. As a result, mail servers, mail clients, and the network infrastructure that supports them must be protected.The three main principles of Information Security involve maintaining the confidentiality, integrity, and availability of information resources. These three principles can be directly applied to the area of email security as well.
Confidentiality of email involves making sure it is protected from unauthorized access.
Integrity of email involves a guarantee that it has not be modified or destroyed by an unauthorized individual.
Availability of email involves ensuring that mail servers remain online and able to service the user community. A weakness in any one of these three key areas will undermine the security posture of an email system and open the door to exploitation.
To meet these demands, IT teams need more flexibility to architect solutions that address these business imperatives. Flexibility provides choice in deployment options for email security and falls under three board categories.
First, there are customers that want to improve operational efficiency by outsourcing the problem of spam through the use of hosted or software as a service (SaaS) solutions.
The second includes customers that want to maintain maximum control of sensitive outbound information through the deployment of on-premises email security infrastructure.
The third category encompasses customers that want to use a hybrid (or divided) approach – which includes use of hosted solutions for efficiency while still maintaining the benefits of an on-premises appliance-based deployment.
Viruses - Email security is threatened by a range of issues. One of the most publicized and high risk of all the issues is viruses. Viruses are so dangerous because they often deliver extremely destructive payloads, destroying data, and bringing down entire mail systems. As a result they are a major drain on corporate IT departments and users.
SPAM - Another major threat to email security today is SPAM, often cited by organizations as being their number one concern. Otherwise known as junk email, SPAM is considered a security threat not only because the volume of it can affect system availability, but also because it can carry viruses, malicious code, and fraudulent solicitations for private information.
Phishing - Phishing, also known as identify theft, is a newer threat to email security. Phishing is the process whereby identity thieves target customers of financial institutions and high-profile online retailers, using common spamming techniques to generate large numbers of emails with the intent of luring customers to spoofed web sites and tricking them into giving up personal information such as passwords and credit card numbers.
SSL stands for Secure Socket Layer and is an encryption protocol that secures communications between two parties over insecure networks such as the internet. Although still commonly referred to as SSL its new name is actually TLS (Transport Layer Security) which more accurately describes its role of securing communications at the Transport layer of the OSI model (eg, the TCP protocol).
In an SSL/TLS secured communication the two parties (e.g. a web server and a web browser) agree on how to secure the connection they are establishing. The server sends the client its public encryption key (sometimes known as an SSL certificate) which the client then verifies against its own list of trusted certification authorities. Once it has verified the key the client will generate a random number, encrypt it with the server’s public key, and send it to the server. The public key encryption ensures that only the server can read the random number.
Contrary to popular assumption it is not the server’s public key (or SSL certificate) that is used for the encrypted connection, rather it is only used to secure the initial exchange of the random number. The random number is then used to encrypt and decrypt the actual connection traffic.
Exchange servers come with useful remote access features such as Outlook Web Access, Outlook Anywhere, and ActiveSync. These features allow your users to access their email from any location with an internet connection by using a web browser, their laptop, or a mobile device such as a smartphone.
This convenience carries with it some security risks, the most obvious being the risk of password credentials being compromised.
Operating any of these remote access services without SSL means that the connection, including password credentials, occurs over an unsecured HTTP connection. HTTP is the protocol that most websites use. It is fast, stable, and works through just about any firewall. But HTTP has no built in security. Every bit of data sent over HTTP is unencrypted, so when passwords are sent over HTTP they are sent “in the clear”, vulnerable to network sniffers.
Because so much of this remote access occurs from untrusted locations such as free wireless hotspots, it is critical that SSL be used to protect this traffic.
© Copyright Castleforce 2007-2012. Web design by Theme Group