Hi all,
I've just recently completed a bunch of updates to my systems running FreeBSD 9.0/9.1 on my local LAN, of which I have a local SVN repository which is synchronized from FreeBSD.org daily, and I've noticed new behavior which was not present before:
Amongst the other known services listening on sockets I now have the commands su and login which were definitely not present before the update. In fact if I check another system of mine running FreeBSD 9.0-p7 which is not on my local network and uses FreeBSD.org's direct SVN repository I don't see these commands listening on sockets.
This is happening on both i386 and amd64 architectures.
Is this normal or can I safely assume my system hosting my SVN repository has been compromised and my repository tampered with/root-kitted?
Thanks folks.
I've just recently completed a bunch of updates to my systems running FreeBSD 9.0/9.1 on my local LAN, of which I have a local SVN repository which is synchronized from FreeBSD.org daily, and I've noticed new behavior which was not present before:
Code:
[cmd]# sockstat -4[/cmd]
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
...
root su 9991 4 udp4 *:628 *:*
root login 1026 4 udp4 *:960 *:*
...
Amongst the other known services listening on sockets I now have the commands su and login which were definitely not present before the update. In fact if I check another system of mine running FreeBSD 9.0-p7 which is not on my local network and uses FreeBSD.org's direct SVN repository I don't see these commands listening on sockets.
This is happening on both i386 and amd64 architectures.
Is this normal or can I safely assume my system hosting my SVN repository has been compromised and my repository tampered with/root-kitted?
Thanks folks.