So just had an idea I was running into I wouldn’t say an issue but more so just trying to solve a problem where I was trying to see whether a certain process tree was making network calls to a domain name and now that I’m able to find a couple ways to do this I was thinking a cool actually utility tool would be is that in real time it maps all the network calls that are being made by a process tree and organizes them by the number of network calls for a given domain name.

So for example it would see all these IP addresses coming through and then you can either list that raw put that in a CSV file or whatever to inspect afterwards or you can just or sorry you can have an option in the tool that will try to resolve each IP address real time and then you’ll be able to see the CNAME that it’s being attached to.

Thank you.