Originally accessed website in logs
I'm trying to lock down some of my web rules. The issue is many of the server owners don't understand what web access they "need" so I resort to turning on full logging. I put a more restrictive rule above the less restrictive rule, and check the logs on the less restrictive rule. The end goal being that eventually there will be no more traffic on the less restrictive rule and I can remove it. I've got logging turned on, but sometimes the logs can be a bit deceiving. For example
wdcp.microsoft.com
resolves to something like
wd-prod-cp-us-east-<number>-fe.<east or west>us.cloudapp.azure.com
Often times I'll see in the logs that the server accessed wd-prod-cp-us-east-<number>-fe.<east or west>us.cloudapp.azure.com when, in fact, they actually accessed wdcp.microsoft.com (but I don't know that fact). I'll put *.<east or west>us.cloudapp.azure.com in the rule that I use above the more restrictive rule, but then the next day I see more traffic in the less restrictive rule to wd-prod-cp-us-east-<number>-fe.<east or west>us.cloudapp.azure.com because I'm not realizing that traffic is actually going to wdcp.microsoft.com.
Is there some way through the logs that I can see what the actual site that the server tried to visit was when the logs are giving me 'less than completely truthful' URLs with the IPs?
