- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root user issues
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
09-06-2002 06:35 PM
09-06-2002 06:35 PM
root user issues
I have an issue maybe you can help me with. I have a root level access user that I suspect is preparing for the coming eventuality that he is going to be fired. At this point I have changed his acccess to an account with root priviledges and killed a few of the scripts he uses on a regular basis.
My issue is I do not want to alert him that I am tracking his movements in my servers. My questions are as follows:
1) Will changing to a trusted system so I can turn on auditing effect/affect anything else in the system?
2) I really do not want to make the change to a trusted system simply because I think it would be a tip off to him that something was going on. Is there a way to track him in the system without changing to a trusted system.
3) Unfortunately my boss still trusts him and until I can come up with some hard proof that he is doing things he shouldnt be doing I don't have a leg to stand on in presenting my case to my boss. Suggestions?
Gerald Bush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 07:40 PM
09-06-2002 07:40 PM
Re: root user issues
2) If this person is fairly sophisticated they would know. Otherwise you can turn on "history" and collect his/her shell commands. Or you can start their shell in a "script" command and collect all the input/output going to the terminal. You could also install a software like "tripwire" to monitor changes to critical files.
3) Why does this user need root access. If you installed "sudo", then this person could be restricted to certain applications/commands that you can specify. Otherwise, I'd make sure your backups are good each night (just in case).
Hope this helps...
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2002 02:25 PM
09-07-2002 02:25 PM
Re: root user issues
Make sure that you have up to date ignite tapes cut as well. Disgruntled employees can cause some big problems, so try to prevent any possible damage by minimising the risks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 11:42 AM
09-11-2002 11:42 AM
Re: root user issues
Any other advice on this forum might be inappropriate.
- Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 12:21 PM
09-11-2002 12:21 PM
Re: root user issues
I agree with Rodney, when he asks you to turn on the history feature for that user. Even if he is knowledgeable about unix, he might not worry about looking what his history size is.
You may probably put a large output value for his history and then run a script to copy his history of commands into your directory. This way he won't be able to read much into what you are doing.
Don't change anything, else he might get to know.
You may turn on tips to your boss, by showing him some changes done on your sytems if he is seriously affecting anything. Then let your boss decide. Don't pressure your boss into thinking against him. Just let him know that some things went wrong and it was the guy who did it.
Regards,
Anil (Don't forget to assign points for valuable answers)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 12:31 PM
09-11-2002 12:31 PM
Re: root user issues
Actually in one form or another I have implimented all of your sugggestions either previously ( history and critical file mtime ).
I have assigned points to all except the HR suggestion simply because the HR suggestion is not an option at this point. (data collection before action).
Thanks again.
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 01:54 AM
09-12-2002 01:54 AM
Re: root user issues
What you could do is have a script running regularly (ideally on an other server loging in remotely) which looks for changes in roots .sh_history file and immediatly mails the contents of the history file or if you are clever just differences in the file, to an external mail server that your suspect root user does not have access to.