fuzzy_4711
October 30th, 2009, 04:39 AM
Hi all.
I am using ubuntu 6.06.1 LTS on a server box.
By checking the /var/log/auth.log I found an entry which makes me a little nervous:
(I masked the hostname with xxx)
Oct 30 06:25:02 xxx su[13634]: + ??? root:nobody
Oct 30 06:25:02 xxx su[13634]: (pam_unix) session opened for user nobody by (uid=0)
Oct 30 06:25:02 xxx su[13634]: (pam_unix) session closed for user nobody
Oct 30 06:25:02 xxx su[13636]: + ??? root:nobody
Oct 30 06:25:02 xxx su[13636]: (pam_unix) session opened for user nobody by (uid=0)
Oct 30 06:25:02 xxx su[13636]: (pam_unix) session closed for user nobody
Oct 30 06:25:02 xxx su[13638]: + ??? root:nobody
Oct 30 06:25:02 xxx su[13638]: (pam_unix) session opened for user nobody by (uid=0)
Oct 30 06:25:31 xxx su[13638]: (pam_unix) session closed for user nobody
AFAIK this tells me that the su command for user nobody was invoked and a process i. e. with id 13638 was startet. Even it looks like it was closed pretty soon, it makes me nervous. I want to know what is going on.
On that system the root account was enabled for a while, so you could have used "su root" but I disabled it a few days ago using since I prefer using sudo when root access is needed.
Now, when I try to "su root" and provide the correct password, I get an:
su: Authentication failure
Sorry.
Could someone please enlight me with these entries and how I am able to trace them? I am interested to get an idea, what this process did or tried to do, where it comes from and if it was able to do something or not.
Thanks.
P.S.: Does someone know what is the meaning of "+ ???"?
Edit: Sorry, I pasted the line numbers in the log of my initial post - now deleted.
I am using ubuntu 6.06.1 LTS on a server box.
By checking the /var/log/auth.log I found an entry which makes me a little nervous:
(I masked the hostname with xxx)
Oct 30 06:25:02 xxx su[13634]: + ??? root:nobody
Oct 30 06:25:02 xxx su[13634]: (pam_unix) session opened for user nobody by (uid=0)
Oct 30 06:25:02 xxx su[13634]: (pam_unix) session closed for user nobody
Oct 30 06:25:02 xxx su[13636]: + ??? root:nobody
Oct 30 06:25:02 xxx su[13636]: (pam_unix) session opened for user nobody by (uid=0)
Oct 30 06:25:02 xxx su[13636]: (pam_unix) session closed for user nobody
Oct 30 06:25:02 xxx su[13638]: + ??? root:nobody
Oct 30 06:25:02 xxx su[13638]: (pam_unix) session opened for user nobody by (uid=0)
Oct 30 06:25:31 xxx su[13638]: (pam_unix) session closed for user nobody
AFAIK this tells me that the su command for user nobody was invoked and a process i. e. with id 13638 was startet. Even it looks like it was closed pretty soon, it makes me nervous. I want to know what is going on.
On that system the root account was enabled for a while, so you could have used "su root" but I disabled it a few days ago using since I prefer using sudo when root access is needed.
Now, when I try to "su root" and provide the correct password, I get an:
su: Authentication failure
Sorry.
Could someone please enlight me with these entries and how I am able to trace them? I am interested to get an idea, what this process did or tried to do, where it comes from and if it was able to do something or not.
Thanks.
P.S.: Does someone know what is the meaning of "+ ???"?
Edit: Sorry, I pasted the line numbers in the log of my initial post - now deleted.