Can someone help me and explain these new lines in my auth.log?
Jul 22 12:43:39 myhostname groupadd[3478]: new group: name=crontab, gid=109
Jul 27 27 09:39:01 myhostname cron(pam_unix) [1336]: session opened for user root by (uid=0)
Jul 27 27 09:39:01 myhostname cron(pam_unix) [1336]: session closed for user root
Jul 27 27 10:09:01 myhostname cron(pam_unix) [1441]: session opened for user root by (uid=0)
Jul 27 27 10:09:01 myhostname cron(pam_unix) [1441]: session closed for user root
theres a lot of these and they happen at predictable time intervals. I've never set up a cron job so why the heck is cron running?
Also did a crontab -e for root but there's nothing in there.
Services running:
httpd listening
mysqld listening
sshd listening
and that's it. All my passwords are really long too.
I've also been getting a lot of ssh brute force attacks but I don't think they're related are they?
Jul 22 12:43:39 myhostname groupadd[3478]: new group: name=crontab, gid=109
Jul 27 27 09:39:01 myhostname cron(pam_unix) [1336]: session opened for user root by (uid=0)
Jul 27 27 09:39:01 myhostname cron(pam_unix) [1336]: session closed for user root
Jul 27 27 10:09:01 myhostname cron(pam_unix) [1441]: session opened for user root by (uid=0)
Jul 27 27 10:09:01 myhostname cron(pam_unix) [1441]: session closed for user root
theres a lot of these and they happen at predictable time intervals. I've never set up a cron job so why the heck is cron running?
Also did a crontab -e for root but there's nothing in there.
Services running:
httpd listening
mysqld listening
sshd listening
and that's it. All my passwords are really long too.
I've also been getting a lot of ssh brute force attacks but I don't think they're related are they?