
Securing the web means to secure every possible channel of data travel between the host and the client which are:
- The Web Server
- Data enroute to and from Web Server
- Client computer
We can see that this task is complex and why the web is vulnerable to security breaches. Web servers are the face of an organization to the public. A successful attack on a web server may be seen by hundreds of thousands of people, creating a bad public image for that organization. In 1996, the official website of the CIA was hacked into merely as an act of vandalism. The title was changed from “Central Intelligence Agency” to “Central Stupidity Agency”. There was also a case where the internal network of AT&T was infected with a virus deleting critical information.
Data enroute to and from a web server may also be intercepted by a third party. Hackers may also set up programs to bombard the Web Server with thousands of requests per second making it hard to handle valid requests.
HTML alone does not pose a direct security threat but it also limits the possibilities for an interactive web based experience. That’s why companies use technologies such as ActiveX, Java, Javascript and plug-ins etc. These technologies definitely make the web pages look more alive, but at the cost of security.
(back to top)

Netscape offers the SSL (Secure Socket Layer) embedded into its browser. This is a low level encryption scheme used to encrypt transactions in higher-level protocols such as HTTP, NNTP and FTP. There are also companies that offer digital certificates of encryption.
SHTTP (Secure HTTP) is the scheme proposed by CommerceNet, a coalition of businesses interested in developing the Internet for commercial uses. It is a higher level protocol that only works with the HTTP protocol, but is potentially more extensible than SSL.
Firewalls, which protect or block specific connections to the internal network of an organization from the rest of the internet are also used. Firewalls are configured are configured so that all outside connections to an inernal network go through relatively few well monitored locations.
Digital Certificates which encrypt data with a secret key makes it virtually impossible in a timely manner to decipher data travelling through or from a web server.
(back to top)

As technology is improving, we find the security issue declining. The problem in many cases may exist in the organization itself amongst devious employees. The companies which find themselves most vulnerable are the mid sized companies which operate on a tight budget and lack the funds to purchase security consulting or qualified personnel.
(back to top) |