Unexplained CPU Jump
I've got one rails app running on there (ubuntu, nginx, passenger), which has really low traffic (this hasn't changed - about a couple of hundred requests/day).
I haven't touched anything on the server in the past week either.
Has anyone experienced anything similar?
4 Replies
104% is a very suspicious number. I bet the 100% is from something single-threaded chewing as much CPU as it can, and the other 4% is everything else.
Also a persistent IRCD connection from a atw.hu domain.
In short - the server has been compromised. Backed everything up, and about to rebuild.
Before I delete everything - I'd like to know how they got in though. Do you know where I could find the tell tale signs?
@RayS:
Lots of request for phpmyadmin and other setup scripts in the log files, and requests for odd domains.
Well that's normal. Any public IP suffers a lot of attacks; the important part is whether or not they succeed.
@RayS:
Also a persistent IRCD connection from a atw.hu domain.
In short - the server has been compromised. Backed everything up, and about to rebuild.
OK, that's definitely not normal! Yikes.
(You're sure it's really compromised, not just an attacker attempting to connect or something?)
@RayS:
Before I delete everything - I'd like to know how they got in though. Do you know where I could find the tell tale signs?
Sorry, that's not something I know much about.