I've received a mail from somebody who pretends to have hacked my server, giving a few info about the server, and asking me to pay if I don't want the data to be posted online.
All the apps on the server are rails apps, and some of them were not up to date, courtesy of my laziness. So the obvious lead on how the dude got access to my server is through one of those rails vulnerabilities found during the last weeks.
I would like to know can I know for a fact if one of my apps were exploited this way. I tried grepping the logs for calls to system, marshalled objects in parameters, but no luck so far. I know I'm paying the price for my negligence, but I'd like to find for sure where was the exploit, in order to prevent myself against futures attacks.
Thanks a lot for your time!