LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 08-28-2006, 04:54 PM   #1
bubu10
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
Unhappy Security in a LAN


Dear all,

I am a student in a computational chemistry lab. I suspect that the root (the system administrator) sometimes sabotage my files but I don't know how to prove it...Could somebody advice on how to catch him?
Some script?

Thanks
 
Old 08-28-2006, 06:24 PM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Ask the system administrator (politely) - that's the fastest way to do it. If he was doing it, knowing that someone suspects may stop it happening again.

Also, backup your files after each session to a USB key or even via email. When you next login to the PC, use diff to see if they've changed while you were away.

By the way, how exactly are your files changing?
 
Old 08-29-2006, 11:34 AM   #3
bubu10
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Original Poster
Rep: Reputation: 0
I have 40G of Data and backup them everyday is imposssible....I found some file half erased..or something like that....and last day I found my .cshrc file under the root permission...it means that I was not able to change it myself...I told him and He replied that he didn't know how it could be happened....ridiculos.




Quote:
Originally Posted by gilead
Ask the system administrator (politely) - that's the fastest way to do it. If he was doing it, knowing that someone suspects may stop it happening again.

Also, backup your files after each session to a USB key or even via email. When you next login to the PC, use diff to see if they've changed while you were away.

By the way, how exactly are your files changing?
 
Old 08-29-2006, 11:45 PM   #4
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
I can't explain why .cshrc would have changed to root ownership - it does sound suspicious. Unfortunately anything you do that is left on the box, he can find out about.

You can generate checksums for your data. It's slow (takes a couple of minutes for just over 4GB of data) but the following generates a file containing md5sum output for all of the files under my home directory and logs it to /tmp/md5sum.log. The output for my 4GB is about 65KB so it's easy to take that off the box and keep it to diff against the output next time:
Code:
echo `date` > /tmp/md5sum.log && find /home/steve -type f -exec sh -c 'md5sum "{}" | sort --key=2 >> /tmp/md5sum.log' \;
40GB of data may take too long, but if not at least you'll know which files have changed.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
using dsniff to test the security of my lan fakie_flip Linux - Security 1 08-15-2006 11:46 AM
Whats a magic packet (wake on lan) (in terms of routability, and security) qwijibow Linux - Hardware 1 01-28-2005 06:52 PM
Internal LAN security.. mixed platforms! rohan208 Linux - Networking 3 09-22-2004 02:27 PM
security in Mandrake 10 over LAN Kerr Linux - Security 4 06-18-2004 05:44 PM
LAN security - how many layers of protection? svarreby Linux - Security 3 03-19-2004 06:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 08:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration