- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Improve Security
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 04:38 PM
03-07-2004 04:38 PM
Thanks you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 05:10 PM
03-07-2004 05:10 PM
SolutionI think you can implement a lot of things on this front and i am sure our colleagues here would add on to the list below
1. Prevent direct logins to your system
as root
2. Implement 'su' for all root logins.
which means that all users need to
log in as themselves and then 'su' to
root
3. Unless there is a business need stop
creating generic accounts on your
systems
4. Look at implementing NIS+ or LDAP if
there is a need, this depends on your
environment
5. Setup all your user accounts in a way
that the passwords expire in 30 or 60
days. This can be done in the user
profile
In addition to this, you can look at implementing SSH, which will provide an additional layer of security. The following site gives details on this, note this can be downloaded for free
http://www.ssh.com
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 07:15 PM
03-07-2004 07:15 PM
Re: Improve Security
Use your machine logging capacities, use your log, filtering and reading them
Use tools like tripwire to ensure file integrity
Use shadow on your passwords
Use firewalling capacities to let only normal ports open
chroot your applications...
Of course disable unusefull services
Get latest patches...
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 07:26 AM
03-08-2004 07:26 AM
Re: Improve Security
for authentication/accounting issues you most probably want to check PAM (Pluggable Authentication Modules). man pam on your local system or in more detail at
http://www.kernel.org/pub/linux/libs/pam/
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:57 AM
03-08-2004 08:57 AM
Re: Improve Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 12:35 PM
03-08-2004 12:35 PM
Re: Improve Security
Seriously, many admins never do anything about security because they don't have time. They sit behind a firewall in a corporate environment and don't have time to care.
What about malicious employees. What happens if the firewall has a security flaw and the public Internet can get in. Unmodified sendmail is a spam relay server waiting to happen EVEN if you don't allow relay.
The next best step is to have a security audit. Do it yourself, follow a checklist but run through it.
Next: Bastille Linux Security hardening:
http://bastillelinux.org
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 07:27 PM
03-08-2004 07:27 PM
Re: Improve Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 06:12 AM
03-09-2004 06:12 AM
Re: Improve Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2004 08:12 AM
03-26-2004 08:12 AM
Re: Improve Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2004 05:36 AM
03-27-2004 05:36 AM
Re: Improve Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2004 06:10 PM
03-27-2004 06:10 PM
Re: Improve Security
A perfectly set up system can be serious compromised on the Internet by a weak sendmail configuration.
Things to watch:
web forms. Web forms are scripts that let web users send mail via a form page on the web server. Improperly secured, a user can abuse the script and send mail to anyone they want, 500 at a time.
Its important to add code to your forms that prevent the cgi script from being used from any other server other than the ones authorized by you.
Consider protecting against smtp scripting. AOL users are famous for this. They get an account, and then use someone elses mail server to relay the mail. Its important to configure your server to only allow port 25 traffic from any aol mail servers except the authorized ones at http://postmaster.aol.com
A book by Craig Hunt sendmail cookbook is very useful.
Learning the ins and outs of sendmail security. Check my profile, I learned sendmail here.
Also, Bastille for Linux is a must, I run it on all my servers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:29 AM
03-29-2004 07:29 AM
Re: Improve Security
/etc/hosts.allow and /etc/hosts.deny
Here is an example of my setup.
# cat /etc/hosts.allow
#all : all : banners=/usr/localcw/opt/sysguard/banners : allow
ftpd : all : banners=/usr/localcw/opt/sysguard/banners : allow
telnetd : all : banners=/usr/localcw/opt/sysguard/banners : allow
tftpd : all : banners=/usr/localcw/opt/sysguard/banners : allow
logind : all : banners=/usr/localcw/opt/sysguard/banners : allow
rlogind : all : banners=/usr/localcw/opt/sysguard/banners : allow
remshd: all : banners=/usr/localcw/opt/sysguard/banners : allow
sidftpd : all : banners=/usr/localcw/opt/sysguard/banners : allow
rexecd : all : banners=/usr/localcw/opt/sysguard/banners : allow
sshd : all : banners=/usr/localcw/opt/sysguard/banners : allow
# cat /etc/hosts.deny
# Deny all hosts
ALL : ALL
Here is a great link that gives some explanation...
http://ezine.daemonnews.org/200206/hosts_allow.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:31 AM
03-29-2004 07:31 AM
Re: Improve Security
To manage security for unauth access to root passwd.
man scfmgr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:34 AM
03-29-2004 07:34 AM
Re: Improve Security
You can combine my points into one post if you want.
Here is a great PDF that I got from HP. Security tools...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 04:21 AM
03-30-2004 04:21 AM
Re: Improve Security
what i do for securing my linux box
- read logs (install loggin software as tripwire)
- install firewall (i use fwbuilder)
- stop unwanted services
- keep ur linux updated/patched
few things i do regularly on my linux
- netstat -n (chk who got multiple connection 1-5 r fine but more than 10 r bad)
- nmap -sS