Results 1 to 6 of 6
Hey Guys,
This is the deal, a linux box got compromised and the networking was alarmed.
I looked through all logs and didnt find a thing.
I said it looks ...
- 07-29-2009 #1Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
how to find whats on a box
Hey Guys,
This is the deal, a linux box got compromised and the networking was alarmed.
I looked through all logs and didnt find a thing.
I said it looks secure.
However the guy who built the box was called on and he said some guy exploited phpmyadmin that was loaded on the box. Obviously he looked into phpmyadmin logs to find that out.
I had no idea phpmyadmin was loaded on to it. I was told to find a discovery method where I know what all is loaded on a box.
How do I do that?
Please assist, I know I can find out rpm and look for packages but i dont want to scan the whole server as it may result in 100's of results.
Please assist
Thanks
RJ
- 07-29-2009 #2
For starters, you could look at the list of installed packages. One way is to do
installedpkgs.txt will then have a list of all installed packages.Code:rpm -qa >> installedpkgs.txt
- 07-29-2009 #3Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
What about complied packages, thanks but I had known of rpm -qa
RJ
- 07-29-2009 #4
For compiled packages, you could keep a manual log of what you installed, when you installed it and the versions as well.
- 07-29-2009 #5Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
so there is no command to find out?
- 07-30-2009 #6


Reply With Quote
