Hello everyone, i'm new to this forum and to FreeBSD also. Yesterday i was logging on my brand new FreeBSD 8.2 server and the user wopr seem to never existed before. As you can see from the logs, the user and the related pubb-key worked untill Sep 16 22:56:01 after that time, i was no more able to log in.
There is also no mysql user (if I didn't wrong):
Can someone help me please, to know if the server is compromised?
Thanks a lot!
PS: I searched on google, but i can't find something interesting about my problem
Code:
argon# cat /var/log/auth.log | grep wopr
Sep 16 12:45:26 argon sshd[83700]: Accepted publickey for wopr from xx.xx.xx.xx port 53686 ssh2
Sep 16 12:45:32 argon su: wopr to root on /dev/pts/0
Sep 16 20:10:18 argon sshd[91901]: Accepted publickey for wopr from xx.xx.xx.xx port 62745 ssh2
Sep 16 20:10:23 argon su: wopr to root on /dev/pts/1
Sep 16 22:56:01 argon sshd[91901]: fatal: login_init_entry: Cannot find user "wopr"
Sep 17 19:41:16 argon sshd[35662]: Invalid user wopr from yy.yy.yy.yy
Sep 17 19:41:56 argon sshd[35662]: error: PAM: authentication error for illegal user wopr from yy.yy.yy.yy
Sep 17 19:41:56 argon sshd[35662]: Failed keyboard-interactive/pam for invalid user wopr from yy.yy.yy.yy port 50283 ssh2
Sep 17 19:43:06 argon sshd[35665]: Invalid user wopr from yy.yy.yy.yy
Sep 17 22:47:37 argon sshd[35976]: Invalid user wopr from xx.xx.xx.xx
Sep 17 22:47:59 argon sshd[35978]: Invalid user wopr from xx.xx.xx.xx
Sep 17 22:48:40 argon sshd[35980]: Invalid user wopr from xx.xx.xx.xx
Sep 17 22:49:31 argon sshd[35982]: Invalid user wopr from xx.xx.xx.xx
There is also no mysql user (if I didn't wrong):
Code:
argon# /usr/local/etc/rc.d/mysql-server start
Starting mysql.
su: unknown login: mysql
/usr/local/etc/rc.d/mysql-server: WARNING: failed to start mysql
Can someone help me please, to know if the server is compromised?
Thanks a lot!
PS: I searched on google, but i can't find something interesting about my problem