Results 1 to 5 of 5
Hi all
I want to find anyone using USB device without administrator permission.
I want to find both Linux & Windows users
Please anyone help me to find out the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-02-2012 #1Just Joined!
- Join Date
- Jul 2012
- Posts
- 39
To find anyone using Pen drive or any usb device in office
Hi all
I want to find anyone using USB device without administrator permission.
I want to find both Linux & Windows users
Please anyone help me to find out the solution
Regards
Jeyachandran
- 11-02-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
Hi,
You need to provide a lot more information about your environment and what exactly you want to monitor. Also, don't expect too many helpful replies for Windows solutions in a Linux forum.
- 11-02-2012 #3Just Joined!
- Join Date
- Jul 2012
- Posts
- 39
- 11-02-2012 #4
Though I haven't tried such things by myself. I think you should able to write some scripts and send mail to admin when such events happen.checkout these links :
linux - Using udev rules to run a script on USB insertion - Super User
udev-notify - Visual hardware notifications for UbuntuFirst they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 11-03-2012 #5Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
I was thinking along the same lines as Lakshmipathi, udev is good here.
Also, you may want to read up on auditd, the user-space daemon that is part of the very robust Linux Audit System. Here is a link to the auditd man page. It can be tricky to set up, though.
Also note that you can probably get you want merely by setting up rsyslog on all your Linux boxes. You can configure them to all send their /var/log/messages log files to a central syslog server under your control. Each server you monitor can have its own log file on the central server. Then have some process read those log files looking for USB-device related events (which will be in there, if a USB device is plugged in).


Reply With Quote

