Search
Recommended Products
Related Links


 

 

Informative Articles

Adding audio to your web site
What do you do with your intranet or internet site once you’ve added words and pictures? How about adding audio as well? Audio is friendly, direct and ideally suited to getting complex messages across in a short space of time. It's now getting...

Blogging tips for beginners
Blogging for beginners tip 1: Get Started with a blog: There are many options for starting your own Blog, and most of them are FREE. Below is a list of FREE Blog services: Blogger - the most popular free...

How To Control Search Engine Robots
Wouldn't it be nice to be able to leave some code in your web site to tell the search engine spider crawlers to make your site number one? Unfortunately a robots.txt file or robots meta tag won't do that, but they can help the crawlers to index your...

Interactive Features
If you really want people to be attracted to your web site time after time, you need to add interactivity. This can be as simple or as complicated as you want. It does not matter whether you are a beginner, an intermediate webmaster or the most...

What To Look For In A Web Host
The first questions you have to ask yourself are: how much space and bandwidth do I need; do I want one site or several sites; how much will I have to spend; am I going to use an SQL database; how much uptime does the web host offer; does this site...

 
from our sponsors
Internet Home Business Training Course
First Name:

Email Address:


Your privacy is safe.

Click Here To Tell A Friend
Check List for Linux Security

Check List for Linux Security

Linux is an amazing operating system considering how it was originally created. It was a modest program written for one person as a hobby - Linus Torvald of Finland. It has grown into a full-fledge 32-bit operating system. It is solid, stable and provides support for an incredible number of applications. It has very powerful capabilities and runs very fast and rarely crashes.

Unfortunately Linux machines are broken almost every day. This happens not because it is an insecure operating system. It contains all the necessary tools to make it very secure. But the truth is. It hasn't become significantly more secure with the increase in popularity. On the other hand, our understanding of the hackers methods and the wide variety of tools and techniques available contributed to help system administrators to secure their Linux computers.

Our goal in this article is to list the most critical situations, and how to prevent an invasion with simple measures.

1- Weak passwords - By far the first and most used method used by hackers to try penetrating a Linux system is cracking a password, preferently of the user root. Usually they will target a common user first, and then, using his/her access to the operating system, try to get a privileged access cracking the root password. Good password policy, and good passwords are absolutely critical to the security on any computer. Some common mistakes when selecting a password: A- use "password" as password. B- use the name of the computer. C- a well-know name from science, sports or politics. D- reference to movies. E- anything that is part of the user web site. F- references associated with the account. The latest version of Linux offer shadowed passwords. If a cracker can see an encrypted password, crack it would a simple task. So, instead of storing the password in the passwd file, they are now stored in the shadow file which is readable only for root. Before a hacker can crack a password he needs to figure out an account name. So, simple accounts names must be avoided as well. Another security measure is to apply a "no login" to the account in the passwd file. This must be done to all the accounts that don't need to log in to the system. Examples are: apache, mysql, ftp and other.

Limit which terminals root may log in from. If the root account is allowed to log in only in certain terminals that are considered secure, it will be almost impossible for a hacker to penetrate the system. This can be done listing the allowed terminals on /etc/security. The login program will consider insecure any terminal that is not listed on this file, which is readable, only by root.

2- Open Network Ports

Any Linux default installation will provide the Operating System with tons of software and services. Several of them are not necessary or even wanted by the administrator. Removing these software and services will close the path to several attacks and improve security. The /sbin/chkconfig program can be used to stop services from automatically starting at run levels 3, 4 and 5. Log in as root and type /sbin/chkconfig --list to view all the services set to start automatically. Select the ones you don't need and type /sbin/chkconfig 345 name_of_service off. You must do that to all services you don't want to keep running. Also, the xinetd server can be used to disable other services as well.

3- Old

CONTINUE BELOW...




Didn't Find What You Were Looking For?
Try a Specialized Search HERE



MOST RECENT ARTICLES
Article Dashboard: Internet Business | Web Design
Web Design articles from Article Dashboard

Maximize the Success of your Website through Search Engine Optimization Poste...
To compete in todays business environment, companies (with very few exceptions that come to mind) need an effective Website.
Office Life Attractions Posted By : Keyclicks
The Fading Attractions of Office Life O2 (the mobile telecoms company) have recently surveyed small businesses about their working arrangements so I read in one of the nationals earlier this week.
How to create your first website without HTML knowledge Posted By : Bedrich O...
In this article I am not going to teach you how to create top class design. Instead I will show you how to design your first website without any HTML knowledge.
Why Use Joomla! For Web Design Posted By : Christine Anderssen
Joomla! is a very popular Content Management System. Here are some very good reasons to make this your preferred tool for building websites.
Now that you have a Website how do you get it noticed? Posted By : Remy Na
Having a website built for your business may be considered as the first step taken towards online success. In fact, it is commonly known that the online market is continuously expanding and developing. The online advantages that a website provides are absolutely useful for any business especially for the real estate sector. The real estate website design industry has greatly evolved, mainly since realtors have increased in number considerably and at the same time are aware of the ever changing online industry. Each client brings a new idea and preference into discussion and that is why the web design field in real estate has greatly improved its techniques.

Newsfeed display by CaRP
CONTINUE HERE...


Software Versions

Everyday vulnerabilities are found in programs, and most of them are fixed constantly. It is important, and sometimes critical, to keep up with the changes. There are mailing lists for every Linux distribution where one can have security related information's, and the latest vulnerabilities found. Some place to watch for security holes are: · http://www.redhat.com/mailman/listinfo/redhat-announce-list · http://www.debian.org/MailingLists/ · http://www.mandrakesecure.net/en/mlist.php · http://www.suse.com/us/private/support/security/index.html · http://www.freebsd.org/security/index.html · http://www.linuxtoday.com/ · http://www.lwn.net/ It is crucial to insure that the security released patches are applied to the programs as soon as they area available. The hacker community will be aware of the discovered holes and will try to explore them before the fixes are applied.

4- Insecure and Badly Configured Programs

There are some programs that have a history of security problems. To name a few IMAP, POP, FTP, port map and NFS, are the most known. The good thing is that most of these programs can be replaced by a secure version like spop, sftp or scp.

It is important that, before deploying any service, the administrator investigate its security history. Sometimes simple configuration measures can prevent serious headaches in the future.

Some advices regarding a web server configuration are well worth to mention:

- Never run the web server as a privileged user; - Do not keep clients' confidential data on the web server - Credit card numbers, phone numbers, mailing addresses, must be recorded on a different machine. - Make sure the privileged data that a user supplies on a form does not show up as a default for the next person to use the form; - Establish acceptable values for data that is supplied by web clients. - Check vulnerabilities on CGI programs.

5- Stale and Unnecessary Accounts

When a user no longer uses his /her account, make sure it is removed from the system. This stale account won't have this password changed periodically leaving a hole. Publicly readable or writable files owned by that account must be removed. When you remove an unnecessary service make sure you remove or disable the correspondent account.

Security Resources in the web

Bugtraq - Includes detailed discussions of Unix security holes http://www.securityfocus.com/

Firewalls - Discuss the design, construction, operation, and maintenance of firewall systems.

http://www.isc.org/services/public/lists/firewalls.html

RISKS Discuss risks to society from computers

http://www.risks.org/

Insecure.org

http://www.insecure.org/


About the Author

Jair Santos Software Engineer Cliconnect Internet Telephony www.cliconnect.com