How to query my Public IPs only

Hello,
Is there a way to query all my assets with Public IP only?

This would be useful to create a remediation project where we monitor our internet-facing assets.

Thanks

I have a separate Site that is just external IP.
I then report off of that Site

I have more than one site with public IPs and would be nice to have a dynamic query to include all of them once I add more sites with public IPs.

I use query builder to display assets with public IP.

asset Filter = !(asset.ipv4 BETWEEN 10.0.0.0 AND 10.255.255.255) && !(asset.ipv4 BETWEEN 172.16.0.0 AND 172.31.255.255) && !(asset.ipv4 BETWEEN 192.168.0.0 AND 192.168.255.255)

Have you looked into creating a site using Sonar as a Discovery Connector ? I don’t use it personally but could be useful for you from what you have said.