Forum Moderators: phranque
I'm suspecting our inhouse programmer has coded a script to collect emails and other sensitive customers data, to his server. because it could be any of .com¦.net¦.info¦.us¦.xxwhatever, or an obfusicated IP address ping, I couldn't grep over the codes and find proof.
The only way I can think of, is to eavesdrop, or read logfiles on if the server is calling on scripts outside of it's domain, or posting GET or POST requests to other servers.
Is there a good way to check on these possibilities? A way to eavesdrop per say?
I'll try packet monitoring as you suggest.
There are so many ways to obscifucate outbound commands, that I wouldn't know how to search in the first place.
What if it's an eval(unserialize(#*$!xx)), or Hexidecimal characters, or a header() command? It's hard for me in this case to search for malicious codes.
Jim
Or leave open an access hole into the mysql database (scripts coded in php)?
That way, that's not outbound, but inbound in this case.
I might be paranoid, but customers' information and privacy, and our company's reputation can be at stake. So I'm extra careful when Company is working with someone I don't trust.
If you are afraid of accessing your database directly, then introduce a proper user system, only give access to those tables to those users, which really need access to that information, that's something you can do anyway.