I don't get completely what you are trying to achieve and at what point you want to instrument the code. But in case this helps, this something that can be achieved through HTTP Proxy . On a network you can redirect the traffic trough a Proxy server where in you can have your plugged in modules that can scan the outgoing requests and take some action(action could be reporting to some other server). Of course you won't need to instrument anything here. Most of the internet firewalls peg on this I guess.