Hi @RobinClayton As for a lot of topics without solution, the solution is the XML API. If you really need something like that to check for used objects, you can write a script for doing exactly that: Parse the ruleset for all the objects used Lookup these objects in the configuration to get the ip address/subnet/IP range Use the information from point 2 to query the logs for each object/address one by one and exclude the drop all policy in your query Obviously depending on the size of the ruleset and the amount of objects this script can easily run for hours, but at the end you could have your custom object usage report. Or use something like Tufin, to do this job. But even if you are not familiar with scripting, doing it by yourself is probably less expensive (unless you have other things wher Tufin would help you that are also time consuming)
... View more