I would like to know if anyone has any ideas how I might be able to accomplish this:
I'd like to have a script I can install on all of my servers that I can pass a variable to from a single source (like a secure web page). I would like to create one single website that can evoke this script on all servers to search my messages log.
So it would work like this:
I go to my secure web page and do a search an IP address. That page goes to each of my servers and grep's my messages log for that IP address.
This would be extremely helpful to me to hunt down these iframe type hacks were they are logging in with users passwords across all servers.
So basically if I find an IP address that is attacking I can quickly look through my other servers to see if it has attacked any of my other servers as well.
Do you think this would be possible?
I'd like to have a script I can install on all of my servers that I can pass a variable to from a single source (like a secure web page). I would like to create one single website that can evoke this script on all servers to search my messages log.
So it would work like this:
I go to my secure web page and do a search an IP address. That page goes to each of my servers and grep's my messages log for that IP address.
This would be extremely helpful to me to hunt down these iframe type hacks were they are logging in with users passwords across all servers.
So basically if I find an IP address that is attacking I can quickly look through my other servers to see if it has attacked any of my other servers as well.
Do you think this would be possible?