<!DOCTYPE LINUXDOC SYSTEM>
<ARTICLE>
<TITLE>Linux Security Administrator's Guide
<AUTHOR>Dave Wreski, <TT>dave@linuxsecurity.com</TT>
<DATE>v0.98, 22 August 1998
<ABSTRACT>
This document is a general overview of security issues that face the
administrator of Linux systems. It covers general security philosophy
and a number of specific examples of how to better secure your Linux
system from intruders. Also included are pointers to security related
material and programs. 
</ABSTRACT>
<TOC>
<P>
<!-- ##################################################### -->
<SECT> Introduction
<P>
This document covers the major security issues that affect
Linux security. General philosophy and net born resources are also
discussed.
<P>
A number of other HOWTO documents overlap with security issues, and
those have been pointed to wherever appropriate. 
<P>
This document is not meant to be a up to date exploits document. Large
numbers of new exploits happen all the time. This document will point
you where to look for such up to date information, and some general
methods to prevent such exploits from taking place.
<P>
Additionally, while there are several resources available in various
places on the Internet regarding general security, we are trying to
consolidate much of this general information, and provide information
a general system administrator can use as a practical guide.  This
should in no means substitute for reading books on the appropriate
subject, and practical experience which works for you.
<P>
The US Government has several organizations devoted to computer
security, and generally the information they have online is quite
extensive, and very useful.  A general introduction to computer
security is available at <HTMLURL
URL="http://csrc.ncsl.nist.gov/nistpubs/800-12/"
NAME="http://csrc.ncsl.nist.gov/nistpubs/800-12/"> which will be very
useful.
<P>
See the <IT>References</IT> section for pointers to security
references.  It is also a tremendous advantage if you understand how
TCP/IP works, and some of the common system administration functions.
You might find this guide helpful in a beginner introduction <HTMLURL
URL="http://www.sunworld.com/sunworldonline/swol-11-1995/swol-11-sysadmin.html"
NAME="http://www.sunworld.com/sunworldonline/swol-11-1995/swol-11-sysadmin.html">
While it is Solaris-centric, you'll find much of this information
general enough to still be applicable.
<P>
You may also find this link helpful <HTMLURL
URL="http://www.cis.ohio-state.edu/&tilde;dolske/gradwork/cis694q/"
NAME="http://www.cis.ohio-state.edu/&tilde;dolske/gradwork/cis694q/"> for
another introduction to TCP, including how sequence numbers work,
which is the foundation of ``man in the middle'' attacks, a
description of the SYN/ACK handshake used to initiate a TCP
connection, a description of a few of the problems in TCP/IP, a few
other types of attacks, and how they work, as well as some solutions
to these problems.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> New Versions of this Document
<P>
New versions of this document will be periodically posted to
<it>comp.os.linux.answers</it>.  They will also be added to the
various anonymous FTP sites who archive such information,
including:
<P>
<TT>
<HTMLURL URL="ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO"
NAME="ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO">
</TT>
<P>
In addition, you should generally be able to find this document
on the Linux Documentation Project Web home page via:
<P>
<TT>
<HTMLURL URL="http://sunsite.unc.edu/LDP/"
NAME="http://sunsite.unc.edu/LDP/">
</TT>
<P>
Finally, the very latest version of this document should also be
available in various formats from either of the following:
<P>
<TT>
<HTMLURL URL="http://linuxsecurity.com/docs"
NAME="http://linuxsecurity.com/docs"></TT><P><TT>
</TT>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Feedback
<P>
All comments, error reports, additional information and criticism
of all sorts should be directed to:
<P>
<TT>
<HTMLURL URL="mailto:dave@linuxsecurity.com" NAME="<dave@linuxsecurity.com>">
</TT>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Disclaimer
<P>
No liability for the contents of this documents can be accepted.  Use
the concepts, examples and other content at your own risk.
Additionally, this is an early version, with many possibilities for
inaccuracies and errors.  It is provided "as is" without express or
implied warranty.
<P>
Many of the examples and descriptions in this document refer
specifically to the Red Hat distribution.  We are very interested in
incorporating other distributions as well.  If you have ideas on how
other distributions perform the same measures as are listed here, we
would be interested in hearing from you.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Copyright Information
<P>
This document is copyrighted (c)1998 Dave Wreski, and distributed
under the following terms:
<P>
<ITEMIZE> <ITEM> This document may be reproduced and distributed in
whole or in part, in any medium physical or electronic, as long as
this copyright notice is retained on all copies. Commercial
redistribution is allowed and encouraged; however, the authors would
like to be notified of any such distributions.
<P>
<ITEM> All translations, derivative works, or aggregate works
incorporating any Linux documents must be covered under this copyright
notice.  That is, you may not produce a derivative work from this
document and impose additional restrictions on its
distribution. Exceptions to these rules may be granted under certain
conditions; please contact the author of this document for further
information.
</ITEMIZE>
<P>
<!-- ##################################################### -->
<SECT> Overview
<P>
This document will discuss procedures and commonly used software to
increase the trust level of your system.  It is important to discuss
the basic concepts first, and create a security foundation
before we get started.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Organization of This Document
<P>
This document has been dividedinto a number of sections. They cover
several broad kinds of security issues.  So far these sections
include:
<ITEMIZE>
<ITEM> <BF>Physical Security</BF> - covers how you need to protect
your physical machine from tampering.
<P>
<ITEM> <BF>Files and File System Security</BF> - shows you how to
setup your file-systems and permissions on your files.
<P>
<ITEM> <BF>Data Encryption, Cryptography and Authentication</BF> -
discusses how to use encryption to better secure your machine and
network.
<P>
<ITEM> <BF>Kernel Security</BF> - discusses what you can do at the
kernel level to protect yourself, as well as improve security.
<P>
<ITEM> <BF>Network Security</BF> - describes how to better secure your
Linux system from network attacks.
<P>
<ITEM> <BF>Incident Control</BF> - discusses the six stages in dealing 
with an incident, including the preperation before one actually
occurs.
<ITEM> <BF>Host Security</BF> - discusses what can be done to further
secure individual hosts, and what to watch out for.
<P>
<ITEM> <BF>Exploits</BF> - attempts to familiarize the reader with
some of the most common types of exploits, so you know when and how to 
recognize one when it does happen.
<P>
<ITEM> <BF>Security Sources</BF> - Here is a list of the resources
that are most usable to a Linux Security Administrator.
<P>
<ITEM> <BF>Firewalls and Border Patrol</BF> - discusses the various
types of firewalls available for Linux, as well as pointers to general
firewall information.
<P>
<ITEM> <BF>Glossary</BF> - Here is a list of the most frequently used
acronyms and definitions that a Security Administrator should be aware 
of to be effective.
<P>
<ITEM> <BF>Frequently Asked Questions</BF> - These FAQs should help to 
reduce some of the more frequently encountered problems.
<P>
</ITEMIZE>
The two main points to realize when reading this document are: 
<P>
<ITEMIZE>
<ITEM>
Be aware of your system. Check system logs such as
<TT>/var/log/messages</TT> and keep an eye on your system, and  
<ITEM>
Keep your system up to date by making sure you have installed the
current versions of software and have upgraded per security alerts, or
otherwise improved the security of any suspect programs. Just doing
this will help make your system markedly more secure.
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Host Security
<P>
Perhaps the area of most concentration on security is done with
host-based security.  This typically involves making sure your own
system is secure, and hoping everyone else on your network does the
same.
<P>
Choosing good passwords, securing your services your hosts offer,
keeping good accounting records, and upgrading programs that have
known security exploits are among the things the local Security
Administrator is responsible for doing.
<P>
Although this is absolutely necessary, it can become a daunting task
once your network of machines becomes larger.  It can be said that
host-based security does not scale.  A host-based security exploit
must be repaired on each machine on your network, which requires
accessing each machine individually and applying the fix.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Network Security 
<P>
Network security is as necessary as local host security.  With
your single system, or a distributed computing network, the Internet,
or hundreds, if not thousands or more computers on the same network,
you can't rely on each one of those systems being secure.  Making sure
authorized users are the only ones permitted to use your network
resources, building firewalls, using strong encryption, and ensuring
there are no rogue, or unsecured, machines on your network are all
part of the network security administrator's duties.
<P>
This document will discuss some of the techniques used to secure your
site, and hopefully show you some of the ways to prevent an intruder
from gaining access to what you are trying to protect.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Security Through Obscurity
<P>
One type of security that must be discussed is ``security through
obscurity''. This means that by doing something like changing the
login name from 'root' to 'toor', for example, to try and obscure
someone from breaking into your system as root may be thought of as a
false sense of security, and can result in very unpleasant and
unexpected consequences.
<P>
However, it can also be used to your benefit if done properly.  If you
tell all the users who are authorized to use the root account on your
machines to use the root equivilent instead, entries in the
<TT>/var/log/secure</TT> for the real root user would surely indicate
an attempted break-in, giving you some advance notice.  You'll have to
decide if this advantage outweighs the additional administration
overhead.
<P>
In most cases, though, any system attacker will quickly see through
such empty security measures.  Simply because you may have a small
site, or relatively low profile does not mean an intruder won't be
interested in what you have.  We'll discuss what your protecting in
the next sections.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Why Do We Need Security?
<P>
In the ever-changing world of global data communications, inexpensive
Internet connections, and fast-paced software development, security is
becoming more and more of an issue.  Security is now a basic
requirement because global computing is inherently insecure.  As your
data goes from point A to point B on the Internet, for example, it may
pass through several other points along the way, giving other users
the opportunity to intercept, and even alter, your data.  Even other
users on your system may maliciously transform your data into
something you did not intend.  Unauthorized access to your system may
be obtained by intruders, also known as ``crackers'', who then use
advanced knowledge to impersonate you, steal information from you, or
even deny you access to your own resources.  If you're still wondering
what the difference is between a ``Hacker'' and a ``Cracker'', see Eric
Raymond's document, ``How to Become A Hacker'', available at <HTMLURL
URL="http://sagan.earthspace.net/&tilde;esr/faqs/hacker-howto.html"
NAME="http://sagan.earthspace.net/&tilde;esr/faqs/hacker-howto.html">.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> How Vulnerable Are We?
<P>
While it is difficult to determine just how vulnerable a particular
system is, there are several indications we can use: <P>
<P>
<ITEMIZE>
<ITEM> The Computer Emergency Response Team consistently reports an
increase in computer vulnerabilities and exploits.
<P>
<ITEM> TCP and UDP, the protocols that comprise the Internet, were not
written with security as their first priority when it was created
more than 30 years ago.
<P>
<ITEM> A version of software on one host has the same vulnerabilities
as the same version of software on another host.  Using this
information, an intruder can exploit multiple systems using the same
attack method.
<P>
<ITEM> Many administrators don't even take simple security measures
necessary to protect their site, or don't understand the ramifications
of implementing some services.  Many administrators are not given the
additional time necessary to integrate the necessary security
measures.
<P>
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> How Secure Is Secure?
<P>
First, keep in mind that no computer system can ever be ``completely
secure''. All you can do is make it increasingly difficult for someone
to compromise your system. For the average home Linux user, not much
is required to keep the casual cracker at bay. For high profile Linux
users (banks, telecommunications companies, etc), much more work is
required.
<P>
Another factor to take into account is that the more secure your
system is the more intrusive your security becomes. You need to
decide where in this balancing act your system is still usable and yet
secure for your purposes. For instance, you could require everyone
dialing into your system to use a call back modem to call them back at
their home number. This is more secure, but if someone is not at home,
it makes it difficult for them to login. You could also setup your
Linux system with no network or connection to the Internet, but this
makes it harder to surf the web. 
<P>
If you have more than one person logging on to your machine, or
machines, you should establish a ``Security Policy'' stating how much
security is required by your site and what auditing is in place to
check it. You can find a well-known security policy example at
<HTMLURL URL="http://ds.internic.net/rfc/rfc2196.txt"
NAME="http://ds.internic.net/rfc/rfc2196.txt">.  It has been recently
updated, and contains a great framework for establishing a security
policy for your company.<P> It is even advisable to generate a
security policy for systems with just two users, or even a desktop
machine, used for normal Internet dialup access.
<P>
While developing your security policy, you will have to decide on that 
balance between security and ease-of-use.  You will also need to
determine the current level of security on your systems.  Ask yourself 
questions such as these:<P>
<ITEMIZE>
<ITEM> How often do you change your passwords?
<ITEM> How would <IT>you</IT> improve security?
<ITEM> How many guessable passwords are there on your system?
<ITEM> Do you have any intentional backdoors to your system?
</ITEMIZE>
<P>
Improving security at your site will have to be a progressive process
-- you can not secure your systems overnight, and most likely your
users will be reluctant to change, because they feel they will be
losing usability.  Also, don't discount the possibility that there are 
several packages and binaries on your system that are not even used,
and can be removed without affecting functionality, yet improving
security by limiting the available exploits.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> What Are You Trying to Protect?
<P>
Before you attempt to secure your system, you should determine what
level of threat you have to protect against, what risks you should or
should not take, and how vulnerable your system is as a result.  You
should analyze your system to know what you're protecting,
why you're protecting it, what value it has, and who has
responsibility for your data and other assets.
<P>
<ITEMIZE>
<ITEM>
<BF>Risk</BF> is the possibility that an intruder may be successful in
attempting to access your computer.  Can an intruder read, write
files, or execute programs that could cause damage?  Can they delete
critical data? Prevent you or your company from getting important work
done? Don't forget, someone gaining access to your account, or your
system, can also impersonate you.
<P>
Additionally, having one insecure account on your system can result in
your entire network being compromised.  A single user that is allowed
to login using an <TT>rhosts</TT> file, or through the use of an
insecure service, increases the ability for the intruder using this to
``get his foot in the door''.  Once the intruder has even a normal
user account on your system, or someone else's system, the likelihood
it can be used to gain access to another system, or another account is
quite high.
<P>
<ITEM>
<BF>Threat</BF> is typically from someone with motivation to gain
unauthorized access to your network, or computer.  You must decide who 
you trust to have access to your system, and what threat they could
impose.
<P>
There are several types of intruders, and it is useful to keep the
different characteristics in mind as you are securing your systems.
<P>
<ITEMIZE>
<ITEM><BF>The Curious</BF> - This type of intruder is basically
interested in finding out what type of system and data, you have.
</ITEM>
<ITEM><BF>The Malicious</BF> - This type of intruder is out to either
bring down your systems, or deface your web page, or otherwise cause
you time and money to recover.
</ITEM>
<ITEM><BF>The High-Profile Intruder</BF> - This type of intruder is
trying to use your system to gain popularity and infamy.  He might use 
your high-profile system to advertise his abilities.
</item>
<ITEM><BF>The Competition</BF> - This type of intruder is interested in
what data you have on your system.  It might be someone who thinks you 
have something that could benefit him financially, or otherwise.
</ITEM>
</ITEMIZE>
<P>
<ITEM>
<BF>Vulnerability</BF> - describes how well protected your computer is
from another network, and the potential for someone gaining
unauthorized access.
<P>
What's at stake if someone breaks into your system?  How much is it
worth?  When making the evaluation, you should consider items such as
computer hardware and software, intellectual property, employee's,
resources, such as network bandwidth, disk space, etc.
<P>
Of course the concerns of a dynamic PPP home user will be
different than those of a company connecting their machine to the
Internet, or another large network.
<P>
How much time would it take to retrieve/recreate any data that was
lost?  An initial time investment now can save ten times more time
later if you have to recreate data that was lost.  Have you checked
your backup strategy, and verified your data lately?
<P>
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Developing A Security Policy
<P>
Create a simple, generic policy for your system that your users can
readily understand and follow.  It should protect the data you're
safeguarding, as well as the privacy of the users.  Some things to
consider adding are who has access to the system (Can my friend use my
account?), who's allowed to install software on the system, who owns
what data, disaster recovery, and appropriate use of the system.
<P>
A generally accepted security policy starts with the phrase:
<P>
<quote><EM>"That which is not expressly permitted is
prohibited"</EM></quote>
<P>
This means that unless you grant access to a service for a user, that
user shouldn't be using that service until you do grant access. Make
sure the policies work on your regular user account, Saying, ``Ah, I
can't figure this permissions problem out, I'll just do it as root''
can lead to security holes that are very obvious, and even ones that
haven't been exploited yet. 
<P>
Additionally, there are several questions you will need to answer to
successfully develop a security policy:
<ITEMIZE>
<ITEM> What level of security do your users expect?
<ITEM> How much is there to protect, and what is it worth?
<ITEM> Can you afford the down-time of an intrusion?
<ITEM> Should there be different levels of security for different
groups?
<ITEM> Do you trust your internal users?
<ITEM> Have you found the balance between acceptable risk and secure?
</ITEMIZE>
<P>
You should develop a plan on who to contact when there
is a security problem that needs attention.
<P>
There are quite a few documents available on developing a Site
Security Policy.  You can start with this one from Sun Microsystems
<HTMLURL
URL="http://wwwwseast2.usec.sun.com/security/sec.policy.wp.html"
NAME="http://wwwwseast2.usec.sun.com/security/sec.policy.wp.html">
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Means of Securing Your Site
<P>
This document will discuss various means in which you can secure
the assets you have worked hard for: your local machine,
data, users, network, even your reputation.  What would happen to
your reputation if an intruder deleted some of your user's data?  Or
defaced your web site?  Or published your company's corporate project
plan for next quarter?  If you are planning a network installation,
there are many factors you must take into account before adding
a single machine to your network.
<P>
Even if you have a single dialup PPP account, or just a small site,
this does not mean intruders won't be interested in your systems.
Large, high profile sites are not the only targets, many intruders
simply want to exploit as many sites as possible, regardless of their
size. Additionally, they may use a security hole in your site to gain
access to other sites you're connected to.
<P>
Intruders have a lot of time on their hands, and can avoid guessing
how you've obscured your system just by trying all the
possibilities.  There are also several reasons an intruder may be
interested in your systems, which we will discuss later.
<P>
See the <IT>Host Security</IT> and <IT>Network Security</IT> sections
for further information on steps to perform to secure your hosts.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Temporary Changes
<P>
Changes made for supposedly brief periods of time are also a great
security risk.  Subverting your firewall so you can dial-in from home
to your workstation also allows an attacker to do the same.  Also,
temporary changes easily become permanent, as we quickly forget about
such changes.
<P>
Remember, the weakest link in the security implementation is likely to 
be exploited first.
<P>
<!-- ##################################################### -->
<SECT> Network Security
<P>
Network security is becoming more and more important as people spend
more and more time connected. Compromising network security is often
much easier than physical or local, and is much more common. 
<P>
There are a number of good tools to assist with network security, and
more and more of them are shipping with Linux distributions.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Windows Networking
<P>
Most likely your network will also include Microsoft clients,
presumably using either NetBIOS or other inheriently insecure
networking protocols.
<P>
Among other things, NetBIOS is the protocol Microsoft uses to
publicize share names, user names, and host names within the
network.
<P>
Disabling NetBIOS on any Windows workstations is a prudent idea, as is 
blocking TCP and UDP ports 137 through 139 on your border routers or
firewalls.
<P>
A detailed discussion on the actual reasons for this insecurity is
available in a paper written by Hobbit, and can be found at his site
here <HTMLURL URL="http://avian.org:4687/web1/hak/cifs.txt"
NAME="http://avian.org:4687/web1/hak/cifs.txt">
<P>
Unfortunately, disabling NetBIOS also will disable any Remote Access
Service it may be offering, as well as browsing (Network
Neighborhood).  If you must retain your NT server on your network, you
may consider two NICs in the machine, one outbound via TCP/IP and
one internal only.  Disable NetBIOS binding to the TCP/IP side. This
keeps enterprising folks from poking into the network via TCP/IP, then
using various NET commands to gather network information.
<P>
The hacker group called l0pht have written a utility similar to how
Crack works on UNIX, called <IT>l0phtcrack</IT> and is available at
their site <HTMLURL URL="http://www.l0pht.com"
NAME="http://www.l0pht.com"> as is other generally useful information.
<P>
The file <TT>security_level.txt</TT>, distributed with SAMBA,
discusses the various security levels that can be set using SAMBA,
including encrypted passwords, server security, share-level security,
and user security.  It does a good job of explaining the general
security concerns you must deal with.
<P>
The security research group called Rhino9, have also put together
in depth information on the NetBIOS protocol and interface.  You can
find it at <HTMLURL URL="http://207.98.195.250/texts/netbios.doc"
NAME="http://207.98.195.250/texts/netbios.doc">
<P>
Internet Security Systems also produces a document on Windows file
sharing security, and is available here <HTMLURL
URL="http://www.iss.net/vd/fileshare.html"
NAME="http://www.iss.net/vd/fileshare.html"> This document, titled
<IT>File Sharing: Unknown Dangers on Your Network</IT>, helps to
describe some of the security issues you should be aware of, and just
how insecure Windows 95 really is.  It is a good overview, whereas
Hobbit's document is more of a low-level description at the protocol
level.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Identify Gateway Machines
<P>
Special attention should be paid to gateway or firewall systems, as
they usually control access to the services running on the entire
network.  Such gateways should be identified, its function within the
network shouild be assessed and owners or administrators should be
identified.  These hosts, often referred to as ``bastion hosts'' are a 
prime target for an intruder.  They should be some of the most
fortified machines on the network.
<P>
Be sure to regularly review the current access policies and security
of the system itself.
<P>
These ``systems'' should absolutely only be running the services
necessary to perform it's operation.  Your firewall should not be your
mail server, web server, contain user accounts, etc.  Some of the
things you should check for, and absolutely fortify on these hosts
include:
<ITEMIZE>
<ITEM> Turn off access to all but necessary services.
<ITEM> Depending on the type of firewall, disable IP Forwarding,
preventing the system from routing packets unless absolutely
instructed to do so.
<ITEM> Update machine by installing vendor patches immediately.
<ITEM> Restrict network management utilities, such as SNMP, 
``public'' communities, and write access.
<ITEM> Be sure firewall policy includes mechanisms for preventing
common attacks such as IP Spoofing, Fragmentation attacks, Denial of
Service, etc.
<ITEM> Monitor status very closely.  You should develop a reference
point in which the machine normally operates to be able to detect
variations which may indicate an intrusion.
<ITEM> Develop a comprehensive firewall model.  Firewalls should be
treated as a security system, not just a program that runs on a
machine and has an access control list.  Firewall administration
should be centrally controlled and evaluation of firewall policies
should be done prior to actual firewall deployment.
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Network Monitoring
<P>
It is important to keep aware of the status of your network, so you
can not only detect when there is an intrusion, but when there is
abnormal system activity, such as system load, increased disk usage,
slower network, etc.  There are many tools available for network
monitoring, most of which were developed on other platforms first,
then ported to Linux.
<P>
See the COAST archives, available at <HTMLURL
URL="http://www.cs.purdue.edu/coast/hotlist/"
NAME="http://www.cs.purdue.edu/coast/hotlist/"> for network monitoring
tools.
<P>
Matthew Franz <HTMLURL URL="mailto:mdfranz@txdirect.net"
NAME="mdfranz@txdirect.net"> has put together a Linux distribution
that runs on two or three floppies, and includes many of the tools
necessary to probe a network and the services it has available.  This
sounds like a great method in which to test your current security
policy, as well as find otherwise unknown vulnerabilities.  You can
find the latest version, as well as more information, at <HTMLURL
URL="http://www.txdirect.net/users/mdfranz/trinux.html"
NAME="http://www.txdirect.net/users/mdfranz/trinux.html">
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Network Configuration Files
<P>
Improperly configured network services and configuration files can
lead to a system lacking full control over its services.  You can
configure your systems to be secure, yet still offer the services
necessary.  As a general rule:
<ITEMIZE>
<ITEM> Remove the <TT>/etc/hosts.equiv</TT> file.  A properly
configured system, using TCP Wrappers, offers much better control over 
which hosts and users are allowed access to the other machines on your 
network.
<P>
<ITEM> Disable the use of <TT>$HOME/.rhosts</TT> files.  By properly
configuring PAM, you can eliminate the risk of a user subverting
system security by allowing unauthorized access from a remote system
via a <TT>.rhosts</TT> file.  This should be replaced by the
functionally equivilent SSH file called <TT>.shosts</TT>.  If this is
not possible, Wietse Venema wrote a more secure rsh and rlogin daemon
replacement, available in the logdaemon package.  You can find this at 
<HTMLURL URL="ftp://ftp.win.tue.nl/pub/security/logdaemon-5.6.tar.gz"
NAME="ftp://ftp.win.tue.nl/pub/security/logdaemon-5.6.tar.gz">
<P>
<ITEM> Verify the <TT>/etc/exports</TT> configuration.  Be sure if you
are exporting filesystems using NFS, be sure to configure
<TT>/etc/exports</TT> with the most restrictive access possible.  This
means not using wildcards, not allowing root access, and exporting
read-only wherever possible.  Verify who can mount these filesystems
using <IT>/usr/sbin/showmount -e localhost</IT>.
<P>
<ITEM> Secure access to your console.  Check the
<TT>/etc/securetty</TT> file for the list of tty's that root is
permitted to login from.  This should only include the local tty's,
and never including pseudo-ttys (from a remote location).  The absense
of this file indicates root is permitted to login from anywhere.  Use
<IT>/bin/su</IT> or sudo, available at <HTMLURL
URL="ftp://ftp.cs.colorado.edu/pub/sudo/"
NAME="ftp://ftp.cs.colorado.edu/pub/sudo/">
<P>
<ITEM> Be sure to review your <TT>/etc/inetd.conf</TT> and see what
services are being offered by your inetd. Disable any that you do not
need by commenting them out (&num; at the beginning of the line), and
then sending your inetd process a SIGHUP.  All services running from
inetd should be wrapped using TCP Wrappers.
<P>
<ITEM> Disable all services such as the ``r-utilities'' including
<IT>exec</IT> (used by <IT>rsh</IT>, <IT>login</IT> (used by
<IT>rlogin</IT>), and <IT>shell</IT>, (used by <IT>rcp</IT>) should be
disabled immediately from being started in <TT>/etc/inetd.conf</TT>.
These protocols are extremely insecure and have been the cause of
exploits in the past.
<P>
<ITEM> Disable all unnecessary RPC services.  Disable any
non-essential services that are registered with the portmapper.  RPC
services are generally insecure, and have typically been replaced by
newer forms of an equivilent service.  Use <IT>rpcinfo -p hostname</IT> 
to find the list of RPC services running on <IT>hostname</IT>.
</ITEMIZE>
The best method of configuration here is to only enable the services
in which the box is intended to serve.  Network-based exploits are
equally as common as other forms of exploits, and they are performed
by finding weaknesses in services, or poorly configured services.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Check for Poor Topology Configuration
<P>
Poor network configurations can also lead to a very difficult
intrusion to track.  Protecting the ``front door'' with a very well
configured firewall will not prevent someone from entering through the 
``back door'' via the modem bank with poor authorization.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Disable Unnecessary and Unauthorized Services
<P>
Before you put your Linux system on ANY network the first thing to
look at is what services you need to offer. Services that you do not
need to offer should be disabled so that you have one less thing to
worry about and attackers have one less place to look for a hole. 
<P>
You should check your <TT>/etc/rc.d/rcN.d</TT>, where N is your
systems run level and see if any of the servers started in that
directory are not needed. The files in <TT>/etc/rc.d/rcN.d</TT> are
actually symbolic links to the directory
<TT>/etc/rc.d/init.d</TT>. Renaming the files in the <TT>init.d</TT>
directory has the effect of disabling all the symbolic links in
<TT>/etc/rc.d/rcN.d</TT>.  If you only wish to disable a service for a
particular runlevel, rename the appropriate file with a lower-case
``s'', instead of the upper-case ``S'', such as in S45dhcpd.
<P>
If you have BSD style rc files, you will want to check
<TT>/etc/rc*</TT> for programs you don't need.  The Red Hat
distribution includes <IT>tksysv</IT>, a graphical program to change
what runlevel a particular server runs in.  The newer distributions
also include <IT>linuxconf</IT>, which can also do this.
<P>
Additionally, machines on your network running unauthorized services
can create an opportunity for a cracker to gain access to the system.
Regular port scanning of your machines, as well as running network
security scanning tools, can help to find these potential exploits
before an intruder does.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Monitoring Network Services with TCP Wrappers
<P>
Most Linux distributions ship with tcp_wrappers ``wrapping'' all your
TCP services. A tcp_wrapper (known as <TT>/usr/sbin/tcpd</TT>) is
invoked from <TT>/sbin/inetd</TT> instead of the real service, such as
<IT>telnet</IT> or <IT>ftp</IT>. <IT>tcpd</IT> then checks the host
that is requesting the service and either executes the real server or
denies access from that host. <TT>tcpd</TT> allows you to restrict
access to your tcp services. You should make a
<TT>/etc/hosts.allow</TT> and add in only those hosts that need to
have access to your machines services.
<P>
By making simple changes to the inetd configuration file,
<TT>/etc/inetd.conf</TT> you can monitor and control incoming requests 
to network services.  Such a modification might look like the
following:
<P>
 Typical <VERB>        telnet  stream   tcp   nowait root /usr/sbin/in.telnetd</VERB>
 TCP Wrappers <VERB>        telnet  stream   tcp   nowait root /usr/sbin/tcp /usr/etc/in.telnetd</VERB> 
<P>
In default mode the wrappers report the name of the client host and of
the requested service.  Be sure you have <TT>syslogd</TT> configure
properly to ensure correct logging.
<P>
As no information is exchanged between the wrappers and the client or
server applications there is no overhead on the actual conversation
between the client and server applications occurs.
<P>
Additionally, you can configure:
<ITEMIZE>
<ITEM> Access control to restrict what systems can connect to what
network daemons.
<P>
<ITEM> Client user name lookups with the RFC 931 (ident) protocol.
<P>
<ITEM> Additional protection against hosts that pretend to have
someone else's host name.
<P>
<ITEM> Additional protection against hosts that pretend to have
someone else's host address.
<P>
<ITEM> Notification upon usage of specific services, such as may be
used to set trap doors for attempted intrusion.
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Running Services in a <TT>chroot</TT> Environment
<P>
Several network services can now be configured to run in a restricted
environment, called a ``chroot jail''.  This is an isolated
environment seperated from the ``real'' operating system.  Services
such as <TT>Apache</TT> or <TT>bind</TT> can be operated in this
environment.  A special root directory is created, with a complete
installation of all programs and libraries necessary to execute the
service. The intention is to prevent someone from obtaining root
privilege on the ``real'' operating system, due to a bug in the
service that is operating in the chroot jail.
<P>
This should not be treated as a panacea, however.  It may help to
restrict a process' filesystem access, but it doesn't affect its
ability to make privileged system calls (e.g. init_module, modify_ldt,
bind to a priviliged port, etc.)  So ultimately a root process can
break out of a chroot environment; it just makes the necessary
shellcode more involved than just ``exec("/bin/sh")''. You can find
more information on it's advantages and disadvantages at <HTMLURL
URL="http://www.ssc.com/lg/issue30/tag_chroot.html"
NAME="http://www.ssc.com/lg/issue30/tag_chroot.html"> This isn't
explicitly a chroot discussion, but is helpful, nevertheless.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Domain Name Service (DNS) Security
<P>
Keeping up-to-date DNS information about all hosts on your network can 
help to increase security.  In the event of an unauthorized host
becomes connected to your network, you can recognize it by its lack of 
a DNS entry.  Many services can be configured to not accept
connections from hosts that do not have valid DNS entries.
<P>
Descriptive hostnames are just as useful to attackers as they are to
internal users.  Host names such as ``firewall.mydomain.com'' is
obvious to an attacker, as is ``ns.mydomain.com''.  These are likely
to be prime targets to an attacker.  A machine named
``fred.mydomain.com'' likely indicates a normal user's PC, which is
also least likely to have an updated security mechanism installed,
making it also a prime target.
<P>
Keep conscious of possible DNS spoofing.  You can find more
information on this in the <IT>Exploits</IT> section of this document.
<P>
Further information on securing DNS can be obtained from <HTMLURL
URL="http://www.psionic.com/papers/dns-linux.html"
NAME="http://www.psionic.com/papers/dns-linux.html">
<P>
Cricket Liu and Paul Albitz, the authors of the famed <IT>DNS and
BIND</IT> O'Reilly book, contributed an article on <IT>Sun World</IT>
with hints on how to secure DNS.  You can find it, as well as some
other excellent general security information at <HTMLURL
URL="http://www.sunworld.com/swol-11-1997/swol-11-bind.html"
NAME="http://www.sunworld.com/swol-11-1997/swol-11-bind.html"> which
discusses information on how to prevent being DNS spoofed.
<P>
Additonally, BIND can now successfully be run in a chroot()
environment.  John A. Martin <HTMLURL URL="mailto:jam@jamux.com"
NAME="<jam@jamux.com>"> has put together a set of Red Hat packages
that can be used to install BIND in a chroot jail.  You can find more
information on this available at <HTMLURL
URL="ftp://ftp.tux.org/pub/tux/jam/"
NAME="ftp://ftp.tux.org/pub/tux/jam/">
<P>
Be sure to configure a separate user for BIND.  This not only
restricts the amount of damage an intruder can do after exploiting a
security hole in BIND, but also allows administration of the zone
files without having to be root.  This is generally a good practice,
and more packages are configured for doing this more easily than
before possible.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Network File System (NFS) Security
<P>
NFS is a very widely used file sharing protocol. It allows servers
running <TT>nfsd(8)</TT> and <TT>mountd(8)</TT> to ``export'' entire
filesystems to other machines with nfs filesystem support built-in to
their kernels (or some other client support if they are non Linux
machines). <TT>mountd(8)</TT> keeps track of mounted filesystems in
<TT>/etc/mtab</TT>, and can display them with showmount(8).
<P>
Many sites use NFS to serve home directories to users, so that 
no matter what machine in the cluster they login to, they will have
all their home files. 
<P>
There is some small amount of ``security'' allowed in exporting
filesystems. You can make your nfsd map the remote root user (uid=0)
to the nobody user, denying them total access to the files
exported. However, since individual users have access to their own (or
at least the same uid) files, the remote superuser can login or su to
their account and have total access to their files. This is only a
small hindrance to an attacker that has access to mount your remote
filesystems. 
<P>
If you must use NFS, make sure you export to only those machines that
you really need to export only. Never export your entire root
directory, export only directories you need to export and export
read-only wherever possible.
<P>
Filter TCP port 111, UDP port 111 (portmapper), TCP port 2049, and UDP
port 2049 (nfsd) on your firewall or gateway to prevent external
access.
<P>
The NFS HOWTO also discusses some of the security issues with NFS, and
it is available at <HTMLURL
URL="http://sunsite.unc.edu/LDP/HOWTO/NFS-HOWTO.html"
NAME="http://sunsite.unc.edu/LDP/HOWTO/NFS-HOWTO.html"> for more
information on NFS.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Network Information Service (NIS)
<P>
Network Information service (formerly YP) is a means of distributing
information to a group of machines. The NIS master holds the
information tables and converts them into NIS map files. These maps
are then served over the network, allowing NIS client machines to get
login, password, home directory and shell information (all the
information in a standard <TT>/etc/passwd</TT> file), among other
information.
<P>
NIS is not at all secure. It was never meant to be. It was meant to be
handy and useful.  Not only was it not intended to be secure, it also
has characteristics which inherently make it insecure.  Among these
are:
<ITEMIZE>
<ITEM> Lack of access control for contents of NIS maps
<ITEM> Negation of password shadowing
<ITEM> Rogue servers acting as authentic ones
</ITEMIZE>
<P>
Anyone that can guess the name of your NIS domain (anywhere on the
net) can get a copy of your passwd file, and use Crack against your
users passwords.
<P>
If you must use NIS, make sure you are aware of the dangers.
<P>
Control the use of <TT>/etc/netgroup</TT> file for NIS
systems.  Explicitly define which hosts and which users can connect
from a known list of machines.
<P>
There is a much more secure replacement for NIS, called NIS+.
Check out the NIS HOWTO for more information, available at <HTMLURL
URL="http://sunsite.unc.edu/LDP/HOWTO/NIS-HOWTO.html"
NAME="http://sunsite.unc.edu/LDP/HOWTO/NIS-HOWTO.html"> 
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> File Transport Protocol (FTP)
<P>
The Washington University FTP server is the default server on Linux
distributions.  It has the ability to run in a <IT>chroot</IT>
environment, thus (theoretically) protecting the real root
environment, limiting the damage an exploit can do.
<P>
FTP sites are easily misconfigured, and doing so can lead to a false
sense of security, as well as easily exploitable holes.  Attackers can 
use a misconfigured site to transfer pirate software, gain remote
access, corrupt downloadable files, cause a denial of service, among
other misuses.
<P>
Be sure to disable FTP entirely if you don't have any reason to leave
it enabled (such as replacing it with ssh) and definately enable
quotas on the FTP filesystem.  Additionally, disable anonymous FTP
access if it is not necessary.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Simple Mail Transport Protocol (SMTP)
<P>
One of the most important services you can provide is a mail
server. Unfortunately, it is also one of the most vulnerable to attack,
simply due to the number of tasks it must perform and the privileges it
typically needs. 
<P>
If you are using sendmail, it is very important to keep up on current
versions. Sendmail has a long long history of security
exploits. Always make sure you are running the most recent version. 
<HTMLURL URL="http://www.sendmail.org/" NAME="http://www.sendmail.org">
<P>
An alternative to sendmail is qmail, which alledges to be more secure,
and easier to configure.  qmail was designed with security in mind
from the ground up. It's reported that it's fast, stable and
secure. You can find it at <HTMLURL URL="http://www.qmail.org"
NAME="http://www.qmail.org">
<P>
Wietse Venema <htmlurl URL="mailto:wietse@wzv.win.tue.nl"
NAME="<wietse@wzv.win.tue.nl>"> is writing a mail server that is still
in testing stages, but also promotes improved security.  You can find
out more about vmail at <htmlurl URL="http://www.vmailer.org"
NAME="http://www.vmailer.org">
<P>
Significant improvements in preventing unsolicited bulk email (spam)
have been made with recent versions of the available SMTP servers.
Starting with sendmail-8.9, anti-relaying is enabled by default, which 
prevents a remote host from using your network and mail servers for
forwarding mail to other hosts.  Additional filters are also available 
for preventing spam.
<P>
<!-- ##################################################### -->
<SECT> Host Security
<P>
The next thing to take a look at is the security in your system
against attacks from local users. Did we just say <EM>local</EM>
users? Yes!
<P>
Getting access to a local user is one of the first things that system
intruders attempt, while on their way to exploiting the root
account. With lax local security, they can then ``upgrade'' their normal
user access to root access using a variety of bugs and poorly setup
local services. If you make sure your local security is tight, then
the intruder will have another hurdle to jump.
<P>
Local users can also cause a lot of havoc with your system even
(especially) if they really are who they say they are. Providing
accounts to people you don't know or have no contact information for
is a very bad idea.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Delete Unnecessary Packages
<P>
If you know you are not going to use some particular package, you can
also delete it entirely. <TT>/bin/rpm -e &lt;packagename></TT> under
the Red Hat distribution will erase an entire package. Under debian
<TT>/bin/dpkg</TT> likely does the same thing.
<P>
If you are configuring a new machine to be installed on the network,
only initially install the packages that are necessary for its normal 
operation.
<P>
Removing unnecessary setuid and setgid binaries should be a priority.
You should always be aware of which ones are available on your
system.  You can do this using the following:
<TSCREEN><VERB>
			user@myhost$ find / -type f -perm +6000
</VERB></TSCREEN>
<P>
This will find all the setuid and setgid binaries on your system.  You 
can find more about the setuid and setgid permissions in the <IT>File
System Security</IT> section.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Default System Configuration
<P>
The default Linux system installation is generally far more secure
than other operating systems, due to not having to conform to older
standards and traditions.
<P>
However, installing any operating system, and connecting it to the
network is a foolish idea.  Many system defaults are still more
lenient than is intended to be used in a production network system.
<P>
Spend some time to customize it to your environment.  Be sure to
follow these guidelines, as well as the ones refered to herein,
including disabling any services that are not necessary, configuring
auditing, etc, before connecting a machine to the network.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Make a Full Backup of Your Machine
<P>
Discussion of backup methods and storage is beyond the scope of this
document, but a few words relating to backups and security: 
<P>
If you have less than 650Mb of data to store on a partition, a CD-R
copy of your data is a good way to go (as it's hard to tamper with
later, and if stored properly can last a long time). Tapes and other
re-writable media should be write protected as soon as your backup is
complete and verified to prevent tampering. Make sure you store your
backups in a secure off line area. A good backup will ensure that you
have a known good point to restore your system from.
<P>
A six-tape cycle is an easy one to maintain.  This includes four tapes
for during the week, one tape for even Friday's, and one tape for odd
Friday's.  Perform an incremental backup every day, and a full backup
on the appropriate Friday tape. If you make some particular important
changes or add some important data to your system, a backup might well 
be in order. 
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Backup Your Red Hat or Debian File Database
<P>
In the event of an intrusion, you can use your RPM database like you
would use <TT>tripwire</TT>, but only if you can be sure it too hasn't
been modified.  You should copy the RPM database and <IT>/bin/rpm</IT>
executable to a floppy or Zip disk, and keep this copy off-line at all
times. The Debian distribution likely has something similar. (Would
someone fill me in here, until I get Debian re-installed?) See the
section on Integrity Checking for further information, and
instructions on how to do this.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Make Use of Your System Accounting Data
<P>
It is very important that the information that comes from your system
accounting files has not been compromised, and is installed and
configured properly.  Making the files in <TT>/var/log</TT>,
<TT>/var/run/utmp</TT>, and <TT>/var/log/wtmp</TT> readable, and
writable only by the root user is a good start.  Knowing which tools
to use at what times is a good practice.
<P>
You can find more information on this in the <IT>User and System
Accounting</IT> section.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Apply All New System Updates
<P>
Most Linux users install from a CDROM. Due to the fast paced nature of
security fixes, new (fixed) programs are always being released. Before
you connect your machine to the network, it's a good idea to check
with your distribution's ftp site (ftp.Red Hat.com for example) and get
all the updated packages since you received your distribution
CDROM. Many times these packages contain important security fixes, so
it's a good idea to get them installed.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Creating New Accounts
<P>
You should make sure to provide user accounts with only the minimal
requirements for the task they need to do. If you provide your
secretary, or another general user, with an account, you might want
them to only have access to a word processor or drawing program, but
be unable to delete data that is not his or hers.
<P>
Several good rules of thumb when allowing other people legitimate
access to your Linux machine:
<P>
<ITEMIZE>
<ITEM> Limit access privileges given to new users.
<P>
<ITEM> Be aware when/where they login from, or should be logging in
from.
<P>
<ITEM> Make sure to remove inactive accounts
<P>
<ITEM> The use of the same user-ID on all computers and networks is
advisable to ease account maintenance, as well as permit easier
analysis of log data (but I'm sure someone will dispute this).
However, it's practically essential if using NFS.  There are several
other protocols that use UIDs for local and remote access as well.
<P>
<ITEM> The creation of group user-IDs should be absolutely prohibited.
User accounts also provide accountability, and this is not possible
with group accounts.
<P>
<ITEM> Be sure shadow passwords are enabled.  See the <IT>Password
Security</IT> section for more information.
<P>
<ITEM> Regularly audit user accounts for invalid or unused accounts,
expired accounts, etc.
<P>
<ITEM> Check for repeated login failures
<P>
<ITEM> Be sure to enable quotas, to prevent denial of service attacks
involving filling disk partitions, or appending exploits to
group-writable files.
<P>
<ITEM> Disable group accounts, and unused system accounts, such as
<TT>sys</TT> or <TT>uucp</TT>.  These accounts should be locked, and
given non-functional shells.
</ITEMIZE>
<P>
Many local user accounts that are used in security compromises are
ones that have not been used in months or years. Since no one is using
them they provide the ideal attack vehicle.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Root Security
<P>
The most sought-after account on your machine is the superuser
account.  This account has authority over the entire machine, which
may also include authority over other machines on the network.
Remember that you should only use the root account for very short
specific tasks and should mostly run as a normal user. Running as root
all the time is a very very very bad idea.
<P>
Several tricks to avoid messing up your own box as root:
<ITEMIZE>
<ITEM> When doing some complex command, try running it first in a non
destructive way...especially commands that use globbing: e.g., you
are going to do a <TT>rm foo*.bak</TT>, instead, first do: <TT>ls
foo*.bak</TT> and make sure you are going to delete the files you
think you are. Using echo in place of destructive commands also
sometimes works.
<P>
<ITEM> Provide your users with a default alias to the <TT>/bin/rm</TT>
command to ask for confirmation for deletion of files.
<P>
<ITEM> Only become root to do single specific tasks. If you find
yourself trying to figure out how to do something, go back to a normal
user shell until you are <BF>sure</BF> what needs to be done by root.
<P>
<ITEM> The command path for the root user is very important.  The
command path, or the PATH environment variable, defines the location
the shell searches for programs.  Try and limit the command path for
the root user as much as possible, and never use '.', meaning 'the
current directory', in your PATH statement.  Additionally, never have
writable directories in your search path, as this can allow attackers
to modify or place new binaries in your search path, allowing them to
run as root the next time you run that command.
<P>
<ITEM> Never use the <IT>rlogin/rsh/rexec</IT> (called the
``r-utilities'') suite of tools as root. They are subject to many
sorts of attacks, and are downright dangerous run as root. Never
create a <IT>.rhosts</IT> file for root.
<P>
<ITEM> The <TT>/etc/securetty</TT> file contains a list of terminals
that root can login from. By default (on Red Hat Linux) this is set to
only the local virtual consoles (vtys). Be very careful of adding
anything else to this file. You should be able to login remotely as
your regular user account and then use <IT>su</IT> if you need to
(hopefully over ssh or other encrypted channel), so there is no need
to be able to login directly as root.
<P>
<ITEM> Always be slow and deliberate running as root. Your actions
could affect a lot of things. Think before you type!
</ITEMIZE>
<P>
If you absolutely positively need to allow someone (hopefully very
trusted) to have superuser access to your machine, there are a few
tools that can help. <IT>sudo</IT> allows users to use their password
to access a limited set of commands as root. <IT>sudo</IT> keeps a log
of all successful and unsuccessful <IT>sudo</IT> attempts, allowing
you to track down who used what command to do what. For this reason
sudo works well even in places where a number of people have root
access, but use <IT>sudo</IT> so you can keep track of changes made.
<P>
Although <IT>sudo</IT> can be used to give specific users specific
privileges for specific tasks, it does have several shortcomings. It
should be used only for a limited set of tasks, like restarting a
server, or adding new users.  Any program that offers a shell escape
will give the user root access.  This includes most editors, for
example.  Also, a program as innocuous as <TT>/bin/cat</TT> can be
used to overwrite files, which could allow root to be exploited.
Consider <IT>sudo</IT> as a means for accountability, and don't expect
it to replace the root user yet be secure.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Workstations and DialUp Security
<P>
User of computers to connect to the Internet via a dial-up line, or
workstations that otherwise offer no services to external hosts can
also improve their security with relatively easy modifications to the
stock Linux installation.
<P>
If there is never have a need to connect to your machine from another
one on the network, the quickest solution is to simply disable
<TT>/usr/sbin/inetd</TT> from even being started.  This is the master
Internet daemon, which controls some normal server services, such as
<TT>telnet</TT>, <TT>ftp</TT>, etc.  If you retrieve your mail from a
remote host, and your Internet Service Provider is hosting your web
page, then most likely there is not a need to enable these services.
<P>
On stock Red Hat systems, the file <TT>/etc/rc.d/rc3.d/S50inet</TT>
controls the starting and stopping of the <TT>inetd</TT> server.
Simply rename the <TT>S50inet</TT> file to <TT>s50inet</TT> to
disable it, or see your Red Hat administration manual for further
information.
<P>
Alternatively, if you are a home dialup user, it is also possible to
deny all incoming connections using TCP Wrappers. TCP Wrappers,
<TT>/usr/sbin/tcpd</TT>, also logs failed attempts to access services,
so this can give you an idea that you are under attack. If you add new
services, you should be sure to configure it to use tcp_wrappers TCP
based.  For example, a normal dial-up user can prevent outsiders from
connecting to your machine, yet still have the ability to retrieve
mail, and make network connections to the Internet.  To do this, you
might add the following to your <TT>/etc/hosts.allow</TT>:
<P>
<TT>ALL: 127.</TT>
<P>
(including the ending period) And of course <TT>/etc/hosts.deny</TT>
would contain:
<P>
<TT>ALL: ALL</TT>
<P>
which will prevent external connections to your machine, yet still
allow you from the inside to connect to servers on the Internet.  TCP
Wrappers can be combined with several other services, such as
<TT>sendmail</TT> and <TT>sshd</TT> to give even further control over
access.  See the respective documentation for further information.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> X11, SVGA and display security
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> X11
<P>
It's important for you to secure your graphical display to prevent
attackers from doing things such as grabbing your passwords as you type
them without you knowing it, reading documents or information you are
reading on your screen, or even using a hole to gain superuser
access. Running remote X applications over a network also can be
fraught with peril, allowing sniffers to see all your interaction with 
the remote system. 
<P>
X has a number of access control mechanisms. The simplest of them is
host based. You can use xhost to specify what hosts are allowed access
to your display. This is not very secure at all. If someone has access
to your machine they can xhost + their machine and get in
easily.
<P>
When using xdm (X Display Manager) to login, you get a much better
access method: MIT-MAGIC-COOKIE-1. A 128bit cookie is generated and
stored in your .Xauthority file. These cookies need to be transferred
in confidence, and you really don't gain anything if your home
directory is shared via NFS.  If you need to allow a remote machine
access to your display, you can use the xauth command and the
information in your .Xauthority file to provide only that connection
access.  See the Remote-X-Apps mini-howto, available at <HTMLURL
URL="http://sunsite.unc.edu/LDP/HOWTO/mini/Remote-X-Apps.html"
NAME="http://sunsite.unc.edu/LDP/HOWTO/mini/Remote-X-Apps.html">.
<P>
You can also use ssh (see ssh, below) to allow secure X
connections. This has the advantage of also being transparent to the
end user, and means that no un-encrypted data flows across the
network. 
<P>
Take a look at the <TT>Xsecurity(1)</TT> man page for more information
on X security. The safe bet is to use <TT>xdm(1)</TT> to login to your
console and then use ssh to go to remote sites you wish to run X
programs off of.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> SVGA 
<P>
SVGAlib programs are typically <TT>setuid-root</TT> in order to access
all your Linux machine's video hardware. This makes them very
dangerous. If they crash, you typically need to reboot your machine to
get a usable console back. Make sure any SVGA programs you are running
are authentic, and can at least be somewhat trusted. Even better,
don't run them at all.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> GGI (Generic Graphics Interface project)
<P>
The Linux GGI project is trying to solve several of the problems with
video interfaces on Linux. GGI will move a small piece of the video
code into the Linux kernel, and then control access to the video
system. This means GGI will be able to restore your console at any
time to a known good state. They will also allow a secure attention
key, so you can be sure that there is no Trojan horse login program
running on your console. <HTMLURL
URL="http://synergy.caltech.edu/&tilde;ggi/"
NAME="http://synergy.caltech.edu/&tilde;ggi/"> 
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> identd
<P>
<TT>identd</TT> is a small program that typically runs out of your
<TT>inetd</TT>. It keeps track of what user is running what tcp
service, and then reports this to whoever requests it.
<P>
Many people misunderstand the usefulness of <TT>identd</TT>, and so
they disable it or block all off site requests for it. <TT>identd</TT>
is not there to help out remote sites. There is no way of knowing if
the data you get from the remote identd is correct or not. There is no
authentication in <TT>identd</TT> requests.
<P>
Why would you want to run it then? Because it helps <EM>you</EM> out,
and is another data-point in tracking. If your <TT>identd</TT> has not
been compromised, then you know it is telling remote sites the
user-name or user-ID of people using TCP services. If the admin at a
remote site comes back to you and tells you a user was trying to hack
into their site, you can easily take action against that user at your
site who is misusing a service. If you are not running
<TT>identd</TT>, you will have to look at lots and lots of logs,
figure out who was on at the time, and in general take a lot more time
to track down the user.
<P>
The <TT>identd</TT> that ships with most distributions is more
configurable than many people think. You can disable <TT>identd</TT>
for specific users (they can make a <TT>.noident</TT> file), you can
log all <TT>identd</TT> requests, which is recommended, and
<TT>identd</TT> can return a uid instead of a user name or even
NO-USER.  Keep in mind it is really only useful is on a network where
nobody hostile has root access.  Then it can help in catching mail
forgeries, for instance.
<P>
<!-- ##################################################### -->
<SECT> User, System, and Process Accounting
<P>
All Linux systems support system-wide process, user, and system
accounting, and it is wise to take advantage of it.  You will need
this information when troubleshooting a possible security incident,
and your ability to address all aspects of a specific incident
strongly depends on the success of this analysis.
<P>
There are quite a few things, as the Security Administrator, of which
you should be aware.  These include at least the following:
<P>
<ITEMIZE>
<ITEM> Login activity
<ITEM> Authorization information
<ITEM> Authentication information
<ITEM> Commands users have run
<ITEM> Restarts and shutdowns of the system
<ITEM> Network transactions records
<ITEM> 
</ITEMIZE>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Using Syslog
<P>
The system daemon called <TT>syslog</TT> is the program used to log
system events such as kernel messages, login or logout messages,
general system messages, etc.
<P>
Be sure to keep an eye on its normal operation and what gets written
to it's log files, especially under the ``auth'' facility.  Multiple
login failures, for example, can indicate an attempted break-in.  Keep 
in mind that the lack of information does not indicate the opposite.
<P>
Where to look for your log file will depend on your distribution. In a
Linux system that conforms to the ``Linux File-system Standard'', such as
Red Hat, you will want to look in <TT>/var/log</TT> and check messages,
mail.log, and others.
<P>
You can find out where your distribution is logging to by looking at
your <TT>/etc/syslog.conf</TT> file. This is the file that tells
<TT>/usr/sbin/syslogd</TT> (the system logging daemon) where to log
various messages.
<P>
You might also want to configure your log-rotating script or daemon to
keep logs around longer so you have time to examine them. Take a look
at the <TT>logrotate</TT> package in recent Red Hat
distributions. Other distributions likely have a similar process.  It
seems that many distributions default to only logging the most basic
information, so you should spend some time and customize it for your
environment.
<P>
If your log files have been tampered with, see if you can determine
when the tampering started, and what sort of things they appeared to
tamper with. Are there large periods of time that cannot be accounted
for?  Checking backup tapes (if you have any) for untampered log files
is a good idea.
<P>
Log files are typically modified by the intruder in order to cover his
tracks, but they should still be checked for strange happenings. You
may notice the intruder attempting to gain entrance, or exploit a
program in order to obtain the root account. You might see log entries
before the intruder has time to modify them.
<P>
You should also be sure to seperate the ``authpriv'' facility from other
log data, including attempts to switch users using <TT>/bin/su</TT>, login
attempts, and other user accounting information.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Storing Log Data Securely
<P>
It is also a good idea to store log data at a secure location, such as 
a dedicated log server within your well-protected network.  Once a
machine has been compromised, log data becomes of little use as it
most likely has also been modified by the intruder.  It most likely
of little value in a criminal investigation.  It helps if the log
data, which has been stored remotely, indicates when root access was
gained so that logs before that point are okay.
<P>
The <TT>syslogd</TT> daemon can be configured to automatically send
log data to a central <TT>syslogd</TT> server, but this is typically
sent in cleartext data, allowing an intruder to view data as it is
being transferred.  This may reveal information about your network
that is not intended to be public.  There are syslog daemons available
that encrypt the data as it is being sent.
<P>
Also be aware that faking <TT>syslog</TT> messages has been reported,
with an exploit program having been published.  Syslog even accepts
net log entries claiming to come from the local host without
indicating their true origin.  A more secure implementation has been
written by CORE-SDI, and is available at <HTMLURL
URL="http://www.core-sdi.com/ENGLISH/CoreLabs/ssyslog/index.html"
NAME="http://www.core-sdi.com/ENGLISH/CoreLabs/ssyslog/index.html">
<P>
If possible, configure <TT>syslogd</TT> to send a copy of the most
important data to a secure system.  This will prevent an intruder from
covering his tracks by deleting his <TT>login</TT>, <TT>su</TT>,
<TT>ftp</TT>, etc attempts.  See the <TT>syslog.conf(5)</TT> man page,
and refer to the ``@'' option.
<P>
If you've already decided to use a central syslog server, the
additional security this provides is well worth it.  However, you
should consider the additional overhead involved with sending this
data real-time across your network.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Using User Accounting
<P>
User accounting can be used to discover information about who is
currently using the system.  While you cannot necessarily verify the
integrity of this information once your machine has been exploited, it
can be a useful tool to track the systems a particular user has logged 
into, what time he or she logged in, when the system was last
rebooted, etc.
<P>
There are also utilities available for locking 
There are several tools available to process this information,
including <TT>last(1)</TT>, <TT>who(1)</TT>, <TT>ac(1)</TT>,
<TT>utmpdump(1)</TT> (typically for debugging only), among others.
<P>
For example, using the <TT>/usr/bin/last</TT> command, you can
view quite a bit of information about your system:<P>
<tscreen><verb>
root     tty1                          Fri Jul  3 21:02   still logged in
reboot   system boot                   Fri Jul  3 21:01  
dave     ttyp2        localhost        Wed Jul  1 23:11 - 23:11  (00:00)
david    ttyp2        localhost        Wed Jul  1 22:47 - 22:47  (00:00)
</verb></tscreen>
The <TT>last(1)</TT> command, which shows a listing of last logged in users,
and <TT>lastb(1)</TT>, which shows a listing of failed login attempts
(assuming <TT>/var/log/btmp</TT> exists), both consult the
<TT>/var/log/wtmp</TT> file, which contains the following
information:<P>
<ITEMIZE>
<ITEM> Type of Login
<ITEM> Process ID of login process
<ITEM> Device name of tty
<ITEM> Init ID or abbreviated ttyname
<ITEM> User Name
<ITEM> Hostname for remote login
<ITEM> Exit Status of a process
<ITEM> Time entry was made
<ITEM> IP address of remote host
</ITEMIZE>
<P>
See the man page for <TT>wtmp(5)</TT> for a description of any of the fields
you do not understand.
<P>
The file <TT>/var/run/utmp</TT> is the file that is consulted to find
out who is currently on the system (and primarily used by the
<TT>who(1)</TT> command).  However, there may be more users currently
using the system because not all programs use utmp logging.  This file
is typically truncated upon each system boot, by one of the
<TT>/etc/rc.d/rc.*</TT> files.  Be sure this file is not writable by
users other than root, as it is possible to insert or delete entries
from this file otherwise.  This file really serves very little
purpose.
<P>
Finally, log files are much less useful when no one is reading
them. Take some time out every once in a while to look over your log
files (especially when you suspect an unauthorized visitor), and get a
feeling for what the look like on a normal day. Knowing this can help
make unusual things stand out.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Using Process Accounting
<P>
Process accounting support has also been integrated into the new
kernels. To use this feature, you'll need to get
<HTMLURL
URL="ftp://sunsite.unc.edu:/pub/Linux/system/admin/accounts/acct-1.3.73.tar.gz"
NAME="ftp://sunsite.unc.edu:/pub/Linux/system/admin/accounts/acct-1.3.73.tar.gz">
<P>
It no longer requires patching the kernel for this ability.  This
package includes several program to manage the kernel-level functions, 
including:
<ITEMIZE>
<ITEM> accton (8) - Turn on accounting of processes
<ITEM> accttrim (8) - Trim down the size of an accounting file
<ITEM> lastcomm (1) - show last commands executed in reverse order
</ITEMIZE>
<P>
It really works quite well, and is highly recommended for systems that 
have a large number of users.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Managing User Accounts
<P>
Having control over the resources and data your users have access to
is an essential part of maintaining security.  Linux provides a large
number of tools including account permissions, passwords, account
aging, adding and deleting of users, etc.
<P>
Some of the programs you should become familiar with to manage users
and groups include:
<P>
<ITEMIZE>
<ITEM> chage (1)    - change user password expiry information
<ITEM> groups (1)   - print the groups a user is in
<ITEM> newusers (8) - update and create new users in batch
<ITEM> passwd (1)   - update a user's authentication tokens(s)
<ITEM> nologin (5)  - prevent non-root users from log into the system
<ITEM> su (1)       - run a shell with substitute user and group IDs
<ITEM> useradd (8)  - Create a new user or update default new user information
<ITEM> userdel (8)  - Delete a user account and related files
<ITEM> usermod (8)  - Modify a user account
<ITEM> chgrp (1)    - change the group ownership of files
<ITEM> chown (1)    - change the user and group ownership of files
<ITEM> gpasswd (1)  - administer the <TT>/etc/group</TT> file
<ITEM> groupadd (8) - Create a new group
<ITEM> groupdel (8) - Delete a group
<ITEM> groupmod (8) - Modify a group
<ITEM> groups (1)   - print the groups a user is in
<ITEM> grpck (8)    - verify integrity of group files
<ITEM> pwconv (8)   - convert to and from shadow passwords 
<ITEM> pwunconv (8) - convert to and from shadow passwords 
<ITEM> grpconv (8)  - convert to and from shadow passwords 
<ITEM> grpunconv (8)- convert to and from shadow passwords 
<ITEM> vipw (8)     - edit the password or group files
<ITEM> vigr (8)     - edit the password or group files
</ITEMIZE>
<P>
You can read the online manual pages for these commands using a syntax 
similiar to the following:
<P>
<tscreen><verb>
                user@myhost# man 8 pwunconv
</verb></tscreen>
<P>
This refers to <TT>pwunconv</TT> in section 8 of the manual pages.
<P>
You can find additional account management packages at <HTMLURL
URL="ftp://sunsite.unc.edu:/pub/Linux/system/admin/accounts"
NAME="ftp://sunsite.unc.edu:/pub/Linux/system/admin/accounts">
<P>
<!-- ##################################################### -->
<SECT> Physical Security
<P>
The first ``layer'' of security you need to take into account is the
physical security of your computer systems. Who has direct physical
access to your machine? Should they? Can you protect your machine from
their tampering? Should you? 
<P>
How much physical security you need on your system is very dependent
on your situation, and/or budget. 
<P>
If you are a home user, you probably don't need a lot (although you
might need to protect your machine from tampering by children or
annoying relatives).  If you are in a Lab environment, you need
considerably more, but users will still need to be able to get work
done on the machines. Many of the following sections will help out. If
you are in a Office, you may or may not need to secure your machine
off hours or while you are away. At some companies, leaving your
console unsecured is a termination offense. 
<P>
Obvious physical security methods such as locks on doors, cables,
locked cabinets, and video surveillance are all a good idea, but beyond
the scope of this document. :)
<P>
Make use of <TT>/etc/shutdown.allow</TT> to prevent someone
from rebooting your machine.  This file is consulted when the machine
is rebooted using the Control-Alt-Del keys.  It contains a list of
usernames that are authorized to reboot the machine.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Computer Locks
<P>
Many more modern PC cases include a "locking" feature. Usually this
will be a socket on the front of the case that allows you to turn an
included key to a locked or unlocked position. Case locks can help
prevent someone from stealing your PC, or opening up the case and
directly manipulating/stealing your hardware. They can also sometimes
prevent someone from rebooting your computer on their own floppy or
other hardware. 
<P>
These case locks do different things according to the support in the
motherboard and how the case is constructed. On many PC's they make it
so you have to break the case to get the case open. On some others
they make it so that it will not let you plug in new keyboards and
mice. Check your motherboard or case instructions for more
information. This can sometimes be a very useful feature, even though
the locks are usually very low quality and can easily be defeated by
attackers with locksmithing. 
<P>
Some cases (most notably SPARC and Mac) have a dongle on the back
that if you put a cable through attackers would have to cut the cable
or break the case to get into it. Just putting a padlock or combo lock
through these can be a good deterrent to someone stealing your
machine.
<P>
<!-- - - - - - -  - - - - - - - - - - - - - - - - - - - - -->
<SECT1> BIOS Security
<P>
The BIOS is the lowest level of software that configures or
manipulates your x86 based hardware. LILO and other Linux boot methods
access the BIOS to determine how to boot up your Linux machine. Other
hardware that Linux runs on has similar software (OpenFirmware on Macs
and new Suns, Sun boot PROM, etc...). You can use your BIOS to prevent 
attackers from rebooting your machine and manipulating your Linux
system. 
<P>
Under Linux/x86 many PC BIOSs let you set a boot password. This
doesn't provide all that much security (BIOS can be reset, or removed
if someone can get into the case), but might be a good deterrent (e.g., it
will take time and leave traces of tampering). 
<P>
Many x86 BIOSs also allow you to specify various other good security
settings. Check your BIOS manual or look at it the next time you boot
up. Some examples are: disallow booting from floppy drives and
passwords to access some BIOS features. 
<P>
On Linux/SPARC, your SPARC EEPROM can be set to require a boot-up
password. This might slow attackers down.
<P>
NOTE: If you have a server machine, and you setup a boot password,
your machine will not boot up unattended. Keep in mind that you will
need to come in and supply the password in the event of a power
failure.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Boot Loader Security
<P>
The various Linux boot loaders also can have a boot password set. 
Using LILO, take a look at the ``restricted'' and ``password'' settings. 
"password" allows you to set a boot-up password. ``restricted'' will let
the machine boot _unless_ someone specifies options at the LILO:
prompt (like ``single'').
<P>
Keep in mind when setting all these passwords that you need to
remember them. :) Also remember that these passwords will merely slow
the determined attacker.  This won't prevent someone from booting from 
a floppy, and mounting your root partition.  If you are using security 
in conjunction with a boot loader, you might as well disable booting
from a floppy in your computer's BIOS, as well as password-protecting
your computer's BIOS.
<P>
If anyone has security related information from a different boot
loader, we would love to hear it. (SILO, MILO, loadlin, etc). 
<P>
NOTE: If you have a server machine, and you setup a boot password,
your machine will not boot up unattended. Keep in mind that you will
need to come in and supply the password in the event of a power
failure. ;(
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> xlock and vlock
<P>
If you wander away from your machine from time to time, it is nice to
be able to "lock" your console so that no one tampers with or looks at
your work. Two programs that do this are: xlock and vlock. 
<P>
Xlock is a X display locker. It should be included in any Linux
distributions that support X. Check out the man page for it for more
options, but in general you can run xlock from any xterm on your
console and it will lock the display and require your password to
unlock. 
<P>
vlock is a simple little program that allows you to lock some or all
of the virtual consoles on your Linux box. You can lock just the one
you are working in or all of them. If you just lock one, others can
come in and use the console, they will just not be able to use your
virtual TTY until you unlock it. vlock ships with Red Hat Linux, but your
mileage may vary. 
<P>
Of course locking your console will prevent someone from tampering
with your work, but does not prevent them from rebooting your machine
or otherwise disrupting your work. It also does not prevent them from
accessing your machine from another machine on the network and causing 
problems.
<P>
More importantly, it does not prevent someone from switching out of
the X Window System entirely, and going to a normal virtual console
login prompt, or to the VC that X11 was started from, and suspending
it, thus obtaining your privileges.  For this reason, you might
consider only using it while under control of xdm.  At the very least, 
start X in the background, and log out of the console.
<P>
<!-- ##################################################### -->
<SECT> Intrusion Detection
<P>
Intruders are constantly attempting different mechanisms to attack
your system.  You must be able to detect these varying attempts, and
know what to do when they happen.  You should also be able to
distinguish the normal operating conditions from an actual attack.
<P>
You must be able to determine things like whether or not there really
was an intrusion, to what extent the attack occured.
<P>
<SECT1> What is Intrusion Detection?
<P>
Intrusion Detection is the method in which a security administrator
uses to detect the presence of an unauthorized intruder. An
<IT>Intrusion Detection System (IDS)</IT> are the combination of tools 
that a security administrator uses to detect the intrusion.  Briefly,
the available types of intrusion detection include:<P>
<ITEMIZE>
<ITEM> <BF>Network Based Intrusion Detection</BF> - These mechanisms
typically consist of a black box that sits on the network in
promiscious mode, listening for patterns indictive of an intrusion.
<P>
<ITEM> <BF>Host Based Intrusion Detection</BF> - These mechanisms
typically include auditing for specific events that occur on a
specific host.  These are not as common, due to the overhead they
incur by having to monitor each system event.
<P>
<ITEM> <BF>Log File Monitoring</BF> - These mechanisms are typically
programs that parse log files after an event has already occured, such 
as failed login attempts, etc.
<P>
<ITEM> <BF>File Integrity Checking</BF> - These mechanisms typically
check for trojan horses, or files that have otherwise been modified,
indicating an intruder has already been there.  The Red Hat Package
Manager, RPM, has this capability, as does the well-known
<IT>Tripwire</IT> package.
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> General Indications of Intrusion
<P>
Being capable of detecting an intrusion is as important as being able
to stop it once it happens.  It is important that you are able to
detect the subtle signs left by an intruder during his attack of your
system.
<P>
Suspicious signs of intrusion include at least the
following:<P>
<P>
<SECT2> User Indications
<P>
<ITEMIZE>
<ITEM> Failed log-in attempts
<ITEM> Log-ins to accounts that have not been used for an extended
period of time
<ITEM> Log-ins during hours other than non-working hours
<ITEM> The presence of new user accounts that were not created by the
system administrator 
<ITEM> su entries or logins from strange places, as well as repeated
failed attempts
</ITEMIZE>
<P>
<SECT2> System Indications
<P>
<ITEMIZE>
<ITEM> Modifications to system software and configuration files
<ITEM> Gaps in system accounting that indicate that no activity has
occurred for a long period of time
<ITEM> Unusually slow system performance
<ITEM> System crashes or reboots
<ITEM> Short or incomplete logs
<ITEM> Logs containing strange timestamps
<ITEM> Logs with incorrect permissions or ownership
<ITEM> Missing logs
<ITEM> Abnormal system performance
<ITEM> Unfamiliar processes 
<ITEM> Unusual graphic displays or text messages.
</ITEMIZE>
<P>

<SECT2> File System Indications
<P>
<ITEMIZE>
<ITEM> The presence of new, unfamiliar files or programs
<ITEM> Changes in file permissions
<ITEM> Unexplained changes in file size.  Be sure to analyize all your 
system files, including those in your <TT>$HOME/</TT> directory such
as <TT>$HOME/.bashrc</TT> for modified <TT>$PATH</TT> entries, as well 
as changes in system configuration files in <TT>/etc</TT>
<ITEM> Rogue suid and sgid files on the system that do not correspond
to your master list of suid and sgid files
<ITEM> Unfamiliar file names in directories
<ITEM> Missing files
</ITEMIZE>
<P>
<SECT2> Network Indications
<P>
<ITEMIZE>
<ITEM> Repeated probes of the available services on your machines
<ITEM> Connections from unusual locations
<ITEM> Repeated login attempts from remote hosts
<ITEM> Arbitrary log data in log files, indicating attempt at creating 
either Denial of Service, or crash service
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> General Methods for Detecting Intrusions
<P>
In order to determine if an intruder has violated your system, you
must be familiar with the normal system administration tools, and be
able to use them to find the ``footprint'' a cracker may have left
behind.  This procedure can be relatively easy, or practically
impossible, depending on how much preparation you have done, as well
as the stage you've detected the intruder, and how skilled the
intruder is.
<P>
There are pointers throughout this document that list the various
tools available.  Some of the tools and methods you should become
familiar with include:<P>
<P>
<ITEMIZE>
<ITEM> Log file analysis.  Be sure to see the <IT>User Security</IT>
section for information on <TT>syslog(8)</TT> which is responsible for 
logging many system events that are helpful in tracking connections to 
your system, as well as local system events.
<P>
<ITEM> Become familiar with the <TT>last(1)</TT>,
<TT>lastcomm(1)</TT>, and <TT>netstat(8)</TT> commands.  These are
available to show valuable information about the users, commands, and
connections on your system.  More information on these commands are
available in the <IT>User Security</IT> section.
<P>
<ITEM> Look for signs of physical intrusion.
<P>
<ITEM> Ensure that the software you are using to search for the
intruder hasn't itself been compromised.  Do not place all your trust
in the tools you are using, and the output they produce.  Consider
placing a set of secure binaries on external media that can be used
later, with confidence.  See the <HTMLURL
URL="http://www.txdirect.net/users/mdfranz/trinux.html"
NAME="http://www.txdirect.net/users/mdfranz/trinux.html"> package for
a starting point.
<P>
<ITEM> Follow the guidelines provided by CERT in this document
<HTMLURL
URL="ftp://info.cert.org/pub/tech_tips/UNIX_configuration_guidelines"
NAME="ftp://info.cert.org/pub/tech_tips/UNIX_configuration_guidelines">
<P>
<ITEM> Check other local systems that may have been used to attack at
yours
<P>
<ITEM> Check for systems at remote sites that may be involved or affected
<P>
<ITEM> Investigate unauthorized hardware attached to the network
<P>
<ITEM> Observe your systems for anything unusual, and certainly
investigate anything you find
<P>
<ITEM> Notify your incident response team if you find something that could
have been performed by an unauthorized user
<P>
<ITEM> Use the network monitoring tools.  There are also several nifty
network monitoring tools there that are also very helpful.  It is
important to keep aware of the status of your network, so you know
when to be alerted to a specific event. See the <IT>Network
Monitoring</IT> section for more information.
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Intrusion Detection Tools
<P>
There are many intrusion detection tools available for Linux, and many 
new tools are constantly becomming available.  While the majority of
the tools are host-based intrusion detection tools, there are a number 
of network-based tools as well.
<P>
<SECT2> Host Based Detection Tools
<P>


<ITEMIZE>
<ITEM> Tripwire
<ITEM> Make use of the available tools.  There are several tools
available to detect when someone is portscanning your network.  Start
with <HTMLURL URL="http://www.psionic.com/abacus/abacus_sentry.html"
NAME="http://www.psionic.com/abacus/abacus_sentry.html"> which is the
Sentry intrusion detection tool.
</ITEMIZE>
<P>
There are also several intrusion detection tools available at <HTMLURL
URL="http://www.eng.auburn.edu/users/doug/second.html"
NAME="http://www.eng.auburn.edu/users/doug/second.html"> including a
tool called <IT>klaxton</IT> which basically sets a trap for an intruder,
then notifies you when some is ``doorknob rattling''.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Integrity Checking
<P>
A very good way to determine if you have an unwanted visitor is to
check your local files for possible trojan horses, missing files,
files that are larger or smaller than they are supposed to be, etc.
<P>
Fortunately, there are several tools that can verify the file
integrity.  Many Linux distributions use RPM for their package
management, which inherently has integrity checking.  Also available
is the well-known program called <TT>tripwire</TT>.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Using <TT>tripwire</TT>
<P>
Tripwire runs a number of checksums on all your important binaries and
config files and compares them against a database of former,
known-good values as a reference. Thus, any changes in the files will
be flagged.
<P>
It's a good idea to install tripwire onto a floppy, and then
physically set the write protect on the floppy. This way intruders
can't tamper with tripwire itself or change the database. Once you
have tripwire setup, it's a good idea to run it as part of your normal
security administration duties to see if anything has changed.
<P>
You can even add a crontab entry to run tripwire from your floppy
every night and mail you the results in the morning. Something like:
<tscreen><verb>
		# set mailto
		MAILTO=kevin
		# run tripwire
		15 05 * * * root /usr/local/adm/tcheck/tripwire 
</verb></tscreen>
will mail you a report each morning at 5:15am. 
<P>
Tripwire can be a godsend to detecting intruders before you would
otherwise notice them. Since a lot of files change on the average
system, you have to be careful what is cracker activity and what is
your own doing, which is a solid reason to keep track of the status of 
the binaries on your system.
<P>
A company called <IT>Visual Computing Corporation</IT> now apparently
has been given exclusive rights to continue development of tripwire,
originally developed at Purdue University.  It looks to be
so-far-so-good, as there is still a working version for Linux.  You
can find more information from them at <HTMLURL
URL="http://www.visualcomputing.com"
NAME="http://www.visualcomputing.com">
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Using The Red Hat Package Mangaer
<P>
The Red Hat Package Manager (RPM) program includes the ability to
verify all packages that it has installed on the system.
<P>
RPM has facilities for verifying that a package is not corrupt or has
components missing. A program added or removed by a cracker will not
match the original and RPM will generally report a verification
failure.
<P>
Now, when your system is compromised, you can use the command:
<P><tscreen><verb>
			root# rpm -Va
</verb></tscreen>
to verify each file on the system.  See the RPM man page, as there are
a few other options that can be included to make it less verbose.
Keep in mind you must also be sure your RPM binary has not been
compromised.  RPM can also be combined with PGP to check a package's
signature.  Typical output might look like the following:<P>
<tscreen><verb>
			  ..5....T /bin/login
</verb></tscreen>
should sound alarm bells. RPM produces the following useful output fields:
<P>
<ITEMIZE>
<ITEM> S - file size changed
<ITEM> M - file mode changed 
<ITEM> 5 - MD5 checksum failed
<ITEM> U - file owner changed
<ITEM> G - group changed
</ITEMIZE>
<P>
This means that every time a new RPM is added to the system, the RPM
database will need to be re-archived.  You will have to decide the
advantages versus drawbacks.  Also, keep in mind that it won't verify
programs that RPM did not install.
<P>
Specifically, the files <TT>/var/lib/rpm/fileindex.rpm</TT> and
<TT>/var/lib/rpm/packages.rpm</TT> most likely won't fit on a single
floppy.  Compressed, each should fit on a separate floppy.  Consider
storing this (as well as the actual <TT>/bin/rpm</TT> executable!!) on 
a Zip cartrige.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> File System Guidelines
<P>
Intruders often either modify, delete, or replace existing files in
order to either cover their tracks, assist them in gaining access, or
to gather further information.<P>
Ensuring the integrity of the files and programs on your system is
vital in intrusion detection.  Several means can be used to determine
if files have been tampered with on your system:
<P>
<ITEMIZE>
<ITEM> Look for suspicious files on your system, or even system files
that may have been tampered with, or missing.  You can find the list
of the most recently modified files with the following command:
<TSCREEN><VERB>
		    user@host# /usr/bin/find / -ctime -1 -print
</VERB></TSCREEN>
Read the <IT>File System Security</IT> section for tips on
scanning your filesystem for changed files, as well as setuid and sgid 
files.
<P>
<ITEM> Verify the integrity of the files.  If you are prepared, you
can use your Red Hat RPM database, or Tripwire database stored on
external media at this time to verify the integrity of the most
important files on your system.
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Physical Intrusion Detection
<P>
Intruders may attempt to breach your network's by physical infitration 
as well as via the network.  Keep in mind that one system can be used
to penetrate many others, so securing one machine is as important as
securing another.
<P>
The first thing to always note is when your machine was
rebooted. Since Linux is a robust and stable OS, the only times your
machine should reboot is when <IT>YOU</IT> take it down for OS upgrades,
hardware swapping, or the like.  You should always investigate machine 
reboots.
<P>
Check for signs of tampering on the case and computer area. Although
many intruders clean traces of their presence out of logs, it's a good
idea to check through them all and note any discrepancy.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Packet Sniffers
<P>
One of the more common ways intruders gain access to multiple systems
on your network is by employing a packet sniffer on a already
compromised host. This software-based ``sniffer'' just listens on the
Ethernet port for things like ``password'' and ``login'' and ``su'' in
the packet stream and then logs the traffic after that. This way,
attackers gain passwords for systems they are not even attempting to
break into. Clear text passwords are very vulnerable to this
attack.
<P>
An attacker doesn't even need to compromise a system to do this, they
could also bring a laptop or PC into your building and tap into your
net.
<P>
Using SSH, or other encrypted password methods, thwarts this
attack. Things like APOP for POP email accounts also prevents this
attack. (Normal POP logins are very vulnerable to this, as is anything
that sends clear text passwords over the wire.)
<P>
If you are using <TT>syslog</TT> to send your data to a central log
server, consider that the data is sent in clear text, and much
information can be gathered from this data.  Consider using a secure
implementation of syslog, which encrypts and compresses the data
before it is sent.  See the <IT>Using Syslog</IT> section for more
information on configuring <TT>syslogd(8)</TT> securely.
<P>
<!-- ##################################################### -->
<SECT> Files and File System Security
<P>
A few minutes of preparation and planning ahead before putting your
systems online can help to protect your system, and the data that is
stored on it.
<P>
This section discusses some of the methods in which you can use to
secure the files on your system, some general guidelines for improving
the overall security of the files on your system, and some ideas for
preventing problems from occuring in the first place.  It also
discusses the commands to use to modify the permissions and ownership
of files and directories on your system.
<P>
Before we discuss some of these methods of improving file system
security, it is important to have an understanding of basic Linux file
security, ownership, and what each of the fields from a file listing
actually mean.
<P>
To display the ownership and permissions of a file on your system, use
the <IT>long-listing</IT> option, as well as the <IT>display all
files</IT> option to the <TT>ls(1)</TT> command.  A typical
<TT>/bin/ls -la</TT> command might show the following, with the first
line being a field marker:<P>
<P>
<TSCREEN><VERB>
    |----1----|-2--|---3----|----4-----|---5--|-----6------|---7-----|
1.  drwxrwxr-x  24 root     users        1024 Aug 19 00:05 .
2.  drwxr-xr-x  22 root     root         1024 Aug 11 22:04 ..
3.  drwxr-xr-x   3 root     root         1024 Jun 19 03:40 Mail
4.  -rw-rw-r--   1 dave     security    43244 Jul 20 14:11 README
5.  drwxrwsr-x  17 dave     security     1024 Jul 31 01:48 Security
        [More not shown]
</VERB></TSCREEN>
<P>
Each of these fields provide useful information to the security
administrator.  First, a description of each field (as shown from left
to right), then a more in-depth explanation of the most important
ones.  The numbers down the left side represent the line numbers,
which will be referred to later.
<P>
<ITEMIZE>
<ITEM> <BF>Field One:</BF> Permissions for this file or directory.
The first nine positions from the right describe the <IT>user</IT>,
<IT>group</IT>, and <IT>other</IT> permissions, in groups of three.
Within each group of three, the first character denotes read access,
the second denotes write access, and the last denotes execute, working
from left to right.  The tenth position describes the type of file,
which can be either a regular file, directory, FIFO, symbolic link, or
other type of special file.
<P>
<ITEM> <BF>Field Two:</BF> Number of hard links to this file or
directory.  These links can be directories, for example. In this case
the current directory (line 1) most likely has 24 directories below
it, of which only two are shown here (<TT>Security</TT> and
<TT>Mail</TT>)
<P>
<ITEM> <BF>Field Three:</BF> Owner of the file or directory.  This
field is as important as the permissions themselves.
<P>
<ITEM> <BF>Field Four:</BF> The group to which the file belongs.  This 
field, in conjunction with the owner field (field three) are necessary 
in order to set the permissions correctly.
<P>
<ITEM> <BF>Field Five:</BF> Size of file
<P>
<ITEM> <BF>Field Six:</BF> Modification time
<P>
<ITEM> <BF>Field Seven:</BF> File name
</ITEMIZE>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> File Permissions and Ownership
<P>
Continuing where we left off in the previous section, we can now
discuss some of the fields described above.  Particularly, field one
and fields three and four are the most exiciting.
<P>
Linux separates access control on files and directories according to
three characteristics: <IT>owner</IT>, <IT>group</IT>, and
<IT>other</IT>.  There is always exactly one owner, any number of
members of the group, and everyone else.
<P>
The files within each of these categories have specific permissions
with which they are accessed.  File permissions, including regular
files, special files (such as FIFOs, sockets, etc), or symbolic links
(which dereference the permissions to the file they point to) can have
any one, or any, of the following:<P>
<P>
<TSCREEN><VERB>
  Symbol	Permission	Description
  -------------------------------------------------------------------
  r		Read		Can be opened to read the contents
  w		Write		Can be modified, including appending
				and deleting
  x		Execute		Can execute the file if it is a
				program or shell script
  s		Special Perm	setuid or setgid permission
  -		Access Denied	Cannot be read, written, or executed,
				depending on the position of the `-'
</VERB></TSCREEN>
<P>
The read, write, and execute permissions should be pretty clear as to
their meaning.  However, the ``s'' symbol may need to explanation.
The next two sections address this symbol.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Set User Identification Attribute
<P>
When the set user ID access mode is set in the owner permissions, and
the file is executable, processes which run it are granted access to
system resources based on the owner of the file.
<P>
Be extremely careful when setting these permissions.  Any user who
runs that file assumes the permissions of the owner of the executable
file, instead of the user who created the process.  This is the cause
of many ``buffer overflow'' exploits, typically resulting in superuser
privileges.
<P>
The setuid permission is shown as an <TT>s</TT> in the file
permissions. For example, the <TT>setuid</TT> permission on the
<TT>/usr/bin/passwd</TT> command enables normal users to read and
write an otherwise inaccessible <TT>/etc/passwd</TT> file:<P>
<P>
<TSCREEN><VERB>
user@myhost $ ls -l /etc/shadow /etc/passwd /usr/bin/passwd
-r--------   1 root     root          659 Jul 25 19:40 /etc/shadow
-rw-r--r--   1 root     root          711 Jul 25 19:40 /etc/passwd
-r-sr-xr-x   1 root     bin         15613 Apr 27 12:29 /usr/bin/passwd
</VERB></TSCREEN>
<P>
You will notice that the <TT>s</TT> takes the place of the execute bit 
in the example above.  This special permission mode really has no
meaning unless the file also has execute permission as well.
<P>
In the example we see the <TT>/etc/shadow</TT> file is only readable
by root, yet the <TT>/usr/bin/passwd</TT> file enables us to write our
password changes there.  When either a normal user, a member of the
<TT>bin</TT> group, or even anyone else executes
<TT>/usr/bin/passwd</TT>, it is really run as <IT>root</IT>, due to
the ``<TT>s</TT>'' bit set in the <IT>owner</IT>'s permissions field.
<P>
Keep in mind that setuid has a different meaning when applied to
directories.  See the explanation for directories that follows.
<P>
It is advisable to keep <TT>setuid</TT> and <TT>setgid</TT> binaries
on your system to a minimum, in order to reduce the possiblity of
their being exploited.  You should never execute an suid or sgid
binary as a normal user, without knowing what it does.  And certainly
do not arbitrarily modify an otherwise non-setuid binary to have setuid
permissions, simply for convience.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Set Group Identification Attribute
<P>
If set in the group permissions, this bit controls the ``set group ID''
status of a file.  This behaves the same way as setuid, except the group
is affected instead.  The file must also be executable for this to
have any effect.  Upon execution of a file with this bit set, the
effective group ID for the process is changed to the group owner of
the file and a user is granted access based on the permissions given
to that group.  The <TT>wall(1)</TT> program, <TT>/usr/bin/wall</TT>,
is used to ``write all'' users that are logged on to the system at the
same time.  It must be set group ID in order to have enough permission
to write to terminals which do not belong to the user running the
program:<P>
<P>
<TSCREEN><VERB>
user@myhost$ ls -l /usr/bin/wall
-r-xr-sr-x   1 root     tty          5492 May  7 14:02 /usr/bin/wall
</VERB></TSCREEN>
We see here that everyone has the ability to execute the binary.  It
is owned by <IT>root</IT>, and a member of the <TT>tty</TT> group.
Having each user on the system a member of the <TT>tty</TT> is not
practical, and neither is changing the group to which the wall program
belongs.
<P>
It is advisable to keep <TT>setuid</TT> and <TT>setgid</TT> binaries
on your system to a minimum, in order to reduce the possiblity of
their being exploited.  You should never execute an suid or sgid
binary as a normal user, without knowing what it does.  And certainly
do not arbitrarily modify an otherwise non-setuid binary to have setuid
permissions, simply for convience.
<P>
Keep in mind that setgid has a different meaning when applied to
directories.  See the explanation for directories that follows.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Directory Permissions and Ownership
<P>
You can protect the files in a directory, and its subdirectories, by
denying access to the entire directory itself.  The permissions of a
directory typically have a slightly different meaning than the
equivilent permissions on a file.  Additional permissions are
available on directories, including setuid, setgid, and the sticky
bit.  Directory entries can have any one, or any, of the following:<P>
<P>
<TSCREEN><VERB>
  Symbol	Permission	Description
  ---------------------------------------------------------------------
  r		Read		List file contents
  w		Write		Add, modify or remove files in the
				 directory
  x		Execute		Open or execute files in the directory
  -		Access Denied	Cannot be read, written, or executed,
				 depending on the position of the `-'
  s		Special Mode 	Set group ID bit is active (only in 
				 ``group'' section 
  t		Special Mode	Save text attribute
</VERB></TSCREEN>
<P>
It is important to understand the meanings of each of these symbols,
and how you can use them to protect your files.  Many of these symbols 
may be clear as to its meaning, but perhaps the other modes deserve a
more in-depth explanation.
<P>
The <TT>read</TT> symbol indicates the ability to list the contents
within the directory, assuming you also have access to open the
directory.
<P>
The <TT>write</TT> symbol indicates the ability to add, remove, or
modify files within the directory, also assuming you have access to
open the directory.  It is important to note that write access on a
file within a directory is not required to delete it!
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Save Text Attribute (Sticky Bit)
<P>
The <IT>Save Text</IT> (also known as the <IT>sticky bit</IT>) is an
option really only available to directories.  If the sticky bit is set
on a directory, then a user may only delete files that the user owns
or for which he has explicit write permission granted, even when he
has write access to the directory.  This is designed for directories
which are world-writable, but where it may not be desirable to allow
any user to delete files at will.  The sticky bit is seen as a
``<TT>t</TT>'' in a long directory listing.
<P>
For example, the <TT>/tmp</TT> directory is typically world-writable,
so everyone has a place in which to write temporary files.  The
<TT>/tmp</TT> directory looks like this in a long-listing:<P>
<TSCREEN><VERB>
user@myhost$ ls -ld /tmp
drwxrwxrwt   3 root     root         2048 Aug 23 16:25 /tmp
</VERB></TSCREEN>
This shows that everyone can read, write, and access the directory.
But the ``<TT>t</TT>'' shows us that only the user (and root, of
course) that created a file there can delete that file.
<P>
The <TT>chmod(1)</TT> command controls the sticky bit permissions.
For example, you can add the sticky bit to a directory using the
following:<P>
<TSCREEN><VERB>
root@myhost# ls -ld spool
drwxrwxrwx   3 root     root         2048 Aug 23 16:25 spool
root@myhost# chmod +t spool
root@myhost# ls -ld spool
drwxrwxrwt   3 root     root         2048 Aug 23 16:25 spool
</VERB></TSCREEN>
<P>
While you can use the sticky bit on files, it does not really serve a
purpose on Linux systems, as it did on UNIX systems of yester-year.
<P>
Additionally, this option should not be used casually.  Instead,
create a directory in the user's home directory to which he or she can
write temporary files.  The TMPDIR environment variable can be set,
and programs that use the <TT>tempnam(3)</TT> system call will look for 
this variable and use it, instead of <TT>/tmp</TT> See the section on
<IT>Writing Secure Code</IT> for a further explanation why there are
hidden security problems with <TT>/tmp</TT>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Set Group Identification Attribute
<P>
If you set the setgid bit on a directory, files created in that
directory will have the same group ownership as the directory itself,
rather than the primary group of the user that created the file.
<P>
This attribute is useful when multiple users need to access specific
files, but still require isolation from other files.  Having them work 
from a common directory with the setgid attribute set means that any
files created there will obtain the permissions of that common
directory.  For example, Joe and Mary might be in different primary
groups, but need to collaborate on a common project.  In this case,
creating a common directory can be used to which both have write
access.
<P>
You can control the setgid attribute on a directory with the following 
command:<P>
<TSCREEN><VERB>
joe@myhost$ ls -ld common_dir
drwxrwxr-x   2 joe     dev         1024 Aug 23 17:03 common_dir
joe@myhost$ chmod g+s common_dir
joe@myhost$ ls -ld common_dir
drwxrwsr-x   2 joe     dev         1024 Aug 23 17:03 common_dir
</VERB></TSCREEN>
We can see here that the ``<TT>s</TT>'' in place of the execute bit in 
the group permissions indicates all files written to the
<TT>common_dir</TT> will now belong to group <TT>dev</TT>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Changing File and Directory Permissions
<P>
The <TT>chmod(1)</TT> command controls the changing of file and
directory permissions.  Only the owner (or superuser, of course) can
change the permissions of a file or directory.
<P>
The <TT>chmod(1)</TT> command has two modes of operation.  The first
one, called <IT>absolute mode</IT>, works by explictly specifying the
permissions using an octal value, such as 644 or 755.  The second mode
of operation, called <IT>symbolic mode</IT>, works by using
combinations of letters and symbols to add or remove permissions.
<P>
Using the octal values method of changing permissions can be more
difficult to use at first, but you'll find it is faster and easier,
once you have made the inital time investment, and learned how to do
it correctly.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Changing File Permissions Using Octal Values (Absolute Mode)
<P>
The octal value for specifying permissions works by specifying a
numeric argument for the permissions for which you wish to change.
These numbers are used in sets of three to set permissions for
<IT>owner</IT>, <IT>group</IT>, and <IT>other</IT> (everyone else).
The following table shows what each octal value means:<P>
<TSCREEN><VERB>
Value		Permissions	Description
---------------------------------------------------------------------
0		---		No permission
1		--x		Execute only
2		-w-		Write only
3		-wx		Write and execute (shell scripts need
				 read permission to be executed)
4		r--		Read only
5		r-x		Read and execute
6		rw-		Read and write
7		rwx		Read, write, and execute (full
				 control)
</VERB></TSCREEN>
<P>
Using the table above, you can use <TT>chmod(1)</TT> to modify file
and directory permissions.  It helps to disect each of the sections,
and explain one at a time.  Given the following example:<P>
<P>
<TSCREEN><VERB>
user@myhost$ ls -l
-rwxrw-r--   1 dave     sysadmin    36012 Aug 21 01:06 run.pl
</VERB></TSCREEN>
<P>
We see from this example that <TT>dave</TT> is the owner, and the file
belongs to group <TT>sysadmin</TT>.  From the information in the first
field, we see this is a normal file, as shown by the <TT>-</TT> as the
left-most character in the left-most field.  The owner of this perl
script, <TT>dave</TT>, has permission to read, write, and execute this
file.  The group, <TT>sysadmin</TT> has permission to read and write
to it (including deleting it).  Everyone else can only read this file.
Using that information, we can look more closely at the permissions
that file has:<P>
<P>
<TSCREEN><VERB>
Access Class	user	group	other
Symbolic Mode	r w x   r w -   r - -
Binary Mode	1 1 1   1 1 0   1 0 0
Octal Equiv       7       6       4
</VERB></TSCREEN>
<P>
The octal equivilent of the binary number is generated using powers of 
two.  Each position that is enabled, as shown by a <TT>1</TT> instead
of a <TT>0</TT>, represents a power of two.  Specifically, from right
to left, we have 2^0, or 1, then 2^1, or 2, then 2^2, or 4.  Adding
the enabled values corresponding to the bits that are enabled gives
the octal number we use with <TT>chmod(1)</TT>.
<P>
One might decide to remove the ability for <IT>other</IT> to read this 
file.  You can do this using <TT>chmod(1)</TT> as follows:<P>
<P>
<TSCREEN><VERB>
user@myhost$ ls -l run.pl
-rwxrw-r--   1 dave     sysadmin    36012 Aug 21 01:06 run.pl
user@myhost$ chmod 760 run.pl
user@myhost$ ls -l run.pl
-rwxrw----   1 dave     sysadmin    36012 Aug 21 01:06 run.pl
</VERB></TSCREEN>
<P>
We see here that <TT>run.pl</TT> has now been modified to deny read
access (as well as all other types of access) to users other than
those in group <TT>sysadmin</TT>, and the owner (<TT>dave</TT> in this 
case)
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Changing Directory Permissions Using Octal Values (Absolute Mode)
<P>
Using the same format as used to describe file permissions shown
above, we will continue, and explain how changing directory
permissions using octal values work.
<P>
The octal value for specifying permissions works by specifying a
numeric argument for the permissions for which you wish to change.
These numbers are used in sets of three to set permissions for
<IT>owner</IT>, <IT>group</IT>, and <IT>other</IT> (everyone else).
<P>
The primary difference between permissions on files and permissions on 
directories is access control.  Permissions on directories typically
indicate accessibility.  <IT>Hint: You cannot execute a directory</IT> 
;-&gt;
<P>
The following table shows what each octal value means, as well as what 
access control is given for the corresponding permissions:<P>
<TSCREEN><VERB>
Value	Permissions	Description
---------------------------------------------------------------------
0	---		No permission
1	--x		Access - gives ability to work with programs
			 and files in the directory that they already
			 know the name of, but hides all others
2	-w-		Write - really has no meaning on its own
3	-wx		Write and execute - ability to write to files
			 you already know the name of
4	r--		Read only - really has no meaning on its own
5	r-x		Read and execute - gives ability to enter
			directory, and list contents, but cannot write
			 or delete
6	rw-		Read and write - really has no meaning on its
			 own
7	rwx		Read, write, and access - ability to list
			 contents of directory, as well as read and
			 write in it
</VERB></TSCREEN>
<P>
Using the table above, you can use <TT>chmod(1)</TT> to modify file
and directory permissions.  It helps to disect each of the sections,
and explain one at a time.  Given the following example:<P>
<P>
<TSCREEN><VERB>
user@myhost$ ls -l
drwxr-x---   1 dave     sysadmin     1024 Aug 21 01:06 games
</VERB></TSCREEN>
<P>
We see from this example that <TT>dave</TT> is the owner, and the
directory belongs to group <TT>sysadmin</TT>.  From the information in
the first field, we see this is a directory, as shown by the
<TT>d</TT> as the left-most character in the left-most field.  The
owner of this directory, <TT>dave</TT>, has permission to read,
write, and access this directory.  The group, <TT>sysadmin</TT> has
permission to access the directory, as well as list its contents.
Files within this directory with the appropriate read permission would 
also be able to be read.  Other users are not allowed to access this
directory at all. Using that information, we can look
more closely at the permissions that directory has:<P>
<P>
<TSCREEN><VERB>
Access Class		User	Group	Other
Symbolic Mode		r w x   r - x   - - -
Binary Mode		1 1 1   1 0 1   0 0 0
Octal Equivilent       	  7       5       0
</VERB></TSCREEN>
<P>
The octal equivilent of the binary number is generated using powers of 
two.  Each position that is enabled, as shown by a <TT>1</TT> instead
of a <TT>0</TT>, represents a power of two.  Specifically, from right
to left, we have 2^0, or 1, then 2^1, or 2, then 2^2, or 4.  Adding
the enabled values corresponding to the bits that are enabled gives
the octal number we use with <TT>chmod(1)</TT>.
<P>
One might decide to give other users the ability for <IT>other</IT> to
access this file, and list the contents within it.  You can do this
using <TT>chmod(1)</TT> as follows:<P>
<P>
<TSCREEN><VERB>
user@myhost$ ls -ld games
drwxr-x---   1 dave     sysadmin     1024 Aug 21 01:06 games
user@myhost$ chmod 755 games
user@myhost$ ls -ld games
drwxr-xr-x   1 dave     sysadmin     1024 Aug 21 01:06 games
</VERB></TSCREEN>
<P>
We see here that <TT>games</TT> has now been modified to permit access 
to users other than those in group <TT>sysadmin</TT>, and the owner
(<TT>dave</TT> in this case)
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT2> Changing Permissions Using Symbols (Symbolic Mode)
<P>
The <IT>symbolic mode</IT> is perhaps the easier of the two methods to 
use to change file permissions.  It is probably the one you should
work with first if you are just learning this.  This section discusses 
the basic means in which one can change the permissions of a file or
directory, using <TT>chmod(1)</TT>
<P>
The symbolic mode of <TT>chmod(1)</TT> works on the concept of access
classes.  These classes consist of <IT>(u)ser</IT>, which is the owner 
of the file, <IT>(g)roup</IT>, of which the user is a member, and
<IT>(o)ther</IT>, which is those users not a member of the group, or
the owner of the file.  The final mode is <IT>(a)ll</IT>, which
consists of all three of the previous modes.
<P>
Using these modes, in conjunction with the desired permissions, you
can modify the access to a particular file or directory.  The
permissions are one or more of <IT>(r)ead</IT>, <IT>(w)rite</IT>, and
<IT>e(x)ecute</IT>.
<P>
Combining the access class and the new permissions desired, with an
operator, gives you the ability to change the permissions on a file or
directory.  The available operators are <TT>+</TT>, which means to add 
to the existing permissions, <TT>-</TT>, which means to subtract from
the existing permissions, and <TT>=</TT>, which means set the new
permissions equal to those provided.
<P>
For example, ``<TT>a+rw</TT>'' means to add <IT>read</IT> and
<IT>write</IT> permission to <IT>all</IT> three groups of users.
Using ``<TT>go=r</TT>'' means to set the <IT>group</IT> and
<IT>other</IT> fields to only have <IT>read</IT> access, regardless of
what they had previously.
<P>
A more complete example is as follows:<P>
<P>
<TSCREEN><VERB>
dave@myhost$ ls -l nsmail
drwxr-xr-x   2 dave     dave         1024 Aug  7 00:17 nsmail
dave@myhost$ chmod go=rx nsmail
dave@myhost$ ls -l nsmail
drwx------   2 dave     dave         1024 Aug  7 00:17 nsmail
</VERB></TSCREEN>
<P>
To remove write access for everyone from a file, use the minus sign:<P>
<P>
<TSCREEN><VERB>
dave@myhost$ chmod a-w myfile
dave@myhost$ ls -l myfile
-r--r--r--   1 dave     dave          424 Aug 23 23:10 myfile
</VERB></TSCREEN>
<P>
You can control the setuid and setgid on files and directories, as
well as the sticky bit, using the symbolic mode with
<TT>chmod(1)</TT>.  Such an example might be as follows:<P>
<TSCREEN><VERB>
1.    root@myhost# ls -l
2.    drwxr-xr-x   2 root     sysadmin     1024 Aug 24 01:18 groupdir
3.    -rwxr-x---   1 root     sysadmin     8077 Aug 24 01:19 myprog
4.    drwxr-xr-x   2 root     root         1024 Aug 24 01:18 spool
5.    root@myhost# chmod g+ws groupdir
6.    root@myhost# chmod u+s myprog
7.    root@myhost# chmod o+t,a+w spool
8.    root@myhost# ls -l
9.    drwxrwsr-x   2 root     sysadmin     1024 Aug 24 01:18 groupdir
10.   -rwsr-x---   1 root     sysadmin     8077 Aug 24 01:19 myprog
11.   drwxrwxrwt   2 root     root         1024 Aug 24 01:18 spool
</VERB></TSCREEN>
<P>
This is an interesting example which uses many of the features of
<TT>chmod(1)</TT>.  Lines 1 through 4 show the long-list of the file
and two directories before any changes were made.  We see here that
<TT>groupdir</TT> and <TT>myprog</TT> are members of group
<TT>sysadmin</TT>.  Another point of interest is that no one but the
owner of these files (<TT>root</TT> in all these cases) is able to
write to the file or directories.
<P>
Line 5 shows how to add both group <TT>write</TT> permission, and
<TT>setgid</TT> access to the <TT>groupdir</TT> directory.  This will
enable members of group <TT>sysadmin</TT> to write files there, and
retain the <TT>sysadmin</TT> group.
<P>
Line 6 shows how to add the setuid bit to the <TT>myprog</TT> binary.
This means that any user in the <TT>sysadmin</TT> group that executes
this binary is granted access based on the owner of the file, in this
case <TT>root</TT>, rather than the user who executed it.
<P>
Line 7 shows how to add the sticky bit to the <TT>spool</TT>
directory, as well as add <TT>write</TT> permission for <TT>all</TT>
users.  This is a publicy-accessible directory, and writable by all.
However, only those who actually own the files can delete them.
<P>
Lines 8 through 11 show the directories and file after the
modifications have been made.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Changing File Ownership
<P>
This section discusses the methods in which an administrator can
change the owner and group to which a file belongs.  Use the
<TT>chown(1)</TT> command to change a files owner (can only be done by
root), and <TT>chgrp</TT> to change the group to which a file or
directory belongs.
<P>
As with any security-related task, you should use caution when
changing the ownership of a file or directory.  Most times you can add
a user to a group without having to change the ownership.  You should
also re-evaluate the permissions of the file or directory after you
have made the change.
<P>
To use the <TT>chown(1)</TT>, supply the new username and the files
you wish to change:<P>
<TSCREEN><VERB>
root@myhost# ls -l myfile
-r--r--r--   1 fred     sysadmin      424 Aug 23 23:10 myfile
root@myhost# chown root myfile
root@myhost# ls -l myfile
-r--r--r--   1 root     sysadmin      424 Aug 23 23:10 myfile
</VERB></TSCREEN>
<P>
You can also change ownership of files recursively by using the
<TT>chown -R</TT> option.  When you use the <TT>-R</TT> option, the
<TT>chown</TT> command descends through the directory and any
subdirectories below that one, changing the ownership.
<P>
If a symbolic link is encountered, the group ownership is changed on
the file to which the link points.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Changing Group Ownership
<P>
This section is very similiar to the previous section.  It discusses
the methods in which an administrator can change the groups to which a 
file belongs.  Use the <TT>chgrp(1)</TT> command to change group
ownership.  In order for a normal user to change a file's group from
one to another, the user must be a member of both groups.
<P>
To use the <TT>chgrp(1)</TT>, supply the new group name and the files
you wish to change:<P>
<TSCREEN><VERB>
root@myhost# ls -l myfile
-r--r--r--   1 fred     sysadmin      424 Aug 23 23:10 myfile
root@myhost# chgrp root myfile
root@myhost# ls -l myfile
-r--r--r--   1 fred     root          424 Aug 23 23:10 myfile
</VERB></TSCREEN>
<P>
You can also change group ownership of files recursively by using the
<TT>chgrp -R</TT> option.  When you use the <TT>-R</TT> option, the
<TT>chgrp</TT> command descends through the directory and any
subdirectories below that one, changing the ownership.
<P>
You can also use the <TT>chown(1)</TT> command to change both the
owner and group at the same time.  Use a colon between the desired new 
owner and group.  For example:<P>
<P>
<TSCREEN><VERB>
root@myhost# ls -l myfile
-r--r--r--   1 fred     sysadmin      424 Aug 23 23:10 myfile
root@myhost# chown root:root myfile
root@myhost# ls -l myfile
-r--r--r--   1 root     root          424 Aug 23 23:10 myfile
</VERB></TSCREEN>
<P>
Notice the permissions do not change simply because you have changed
the ownership.  Use caution here to be sure you are not inadvertantly
giving permission to someone that should not have it.
<P>
If a symbolic link is encountered, the group ownership is changed on
the file to which the link points.
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Umask Settings
<P>
The umask command can be used to determine the default file creation
mode on your system. It is the octal complement of the desired file
mode. If files are created without any regard to their permissions
settings, a user could inadvertently give read or write permission to
someone that should not have this permission.
<P>
The umask for the creation of new executable files is calculated as
follows:<P>
<TSCREEN><VERB>
	777 Default Permissions
       -022 Subtract umask value, for example
      -----
        755 Allowed Permissions
</VERB></TSCREEN>
<P>
So in this example we chose <TT>022</TT> as our umask.  This shows us
that new executables that are created are given mode <TT>755</TT>,
which means that the owner can read, write, and execute the binary,
while members of the group to which the binary belongs, and all
others, can only read and execute it.
<P>
The umask for the creation of new text files is calculated as
follows:<P>
<P>
<TSCREEN><VERB>
	666 Default Permissions
       -022 Subtract umask mask, for example
      -----
	644 Allowed Permissions
</VERB></TSCREEN>
<P>
This example shows us that given the default umask of <TT>666</TT>,
and subtracting our sample umask value of <TT>022</TT>, new text files 
are created with mode <TT>644</TT>, which states that the owner can
read and write the file, while members of the group to which the file
belongs, and everyone else can only read the new file.
<P>
Typically umask settings include 022, 027, and 077, which is the most
restrictive. Normally the umask is set in <TT>/etc/profile</TT>, so it
applies to all users on the system.  The file creation mask must be
set while keeping in mind the purpose of the account.  Permissions
that are too restrictive may cause users to start sharing accounts or
passwords, or otherwise compromise security.  For example, you may
have a line that looks like this:
<P>
<TSCREEN><VERB>
	# Set the user's default umask
	umask 033
</VERB></TSCREEN>
<P>
Be sure to make root's umask to at least 022, which will disable write
and execute permission for other users, unless explicitly changed
using <TT>chmod(1)</TT>.
<P>
If you are using Red Hat Linux, and adhered to their user and group ID
creation scheme (User Private Groups), it is only necessary to use 002
for a umask with normal users.  This is due to the fact that the
default configuration is one user per group.
<P>
In addition to setting the user's default umask, you should be sure
you are aware of the umask value that is set in startup scripts as
well.  Any files that are created during the boot process may be
created with the default umask of 666 if it is not explictly
specified.
<P>
Additionally, any servers that are started at boot time, such as
<TT>inetd(8)</TT>, may inherit the umask at boot time, which in turn
will be passed down to the services, and servers, that it controls.
<P>
The umask value that the FTP server, spawned by <TT>inetd(8)</TT>
uses, for example, can be easily overlooked, allowing the potential
for too lenient permissions on files.
<P>
In this specific example, the FTP server has command-line options for
controlling umask values. Many do not, however.  For this reason, you
might consider creating a file that gets run at system boot time,
before any others, that simply explictly sets the umask to a known
value.
<P>
<P>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<SECT1> Monitoring Files with Special Permissions
<P>
You should regularly monitor your systems for any unauthorized use of
the <TT>setuid</TT> or <TT>setgid</TT> permissions to gain superuser
privileges.
<P>
<TT>setuid</TT> and <TT>setgid</TT> files on your system are a
potential security risk, and should be monitored closely.  Because
these programs grant special privileges to the user who is executing
them, it is necessary to ensure that insecure programs are not
installed.  A favorite trick of crackers is to exploit ``<TT>setuid
root</TT>'' programs, then leave a <TT>setuid</TT> program as a back
door to get in the next time, even if the original hole is plugged.
<P>
Find all <TT>setuid</TT> and <TT>setgid</TT> programs on your system,
and keep track of what they are, so you are aware of any changes which
could indicate a potential intruder.  Use the following command to
find all <TT>setuid</TT> and <TT>setgid</TT> programs on your
system:<P>
<P><TSCREEN><VERB>
	root@myhost#  find / -type f -perm +6000 -ls
</VERB></TSCREEN>
<P>
You can discriminately remove the <TT>setuid</TT> or <TT>setgid</TT>
permissions on 