- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
04-16-2019 08:20 AM - last edited on 09-02-2020 10:12 AM by kwadsack
Does the Asset Inventory include all Public IP Addresses? or is this need to be a feature request?
04-16-2019 10:19 AM - last edited on 06-12-2019 04:54 PM by Protagonist
Asset Inventory currently only include resources and objects returned from metadata scans. It doesn't include a list of public IPs, so this would need a feature request.
04-16-2019 10:19 AM - last edited on 06-12-2019 04:54 PM by Protagonist
Asset Inventory currently only include resources and objects returned from metadata scans. It doesn't include a list of public IPs, so this would need a feature request.
04-16-2019 10:45 AM - last edited on 06-12-2019 04:55 PM by Protagonist
Thanks for the update, Is there a portal for feature requests as of yet for Prisma Public Cloud?
04-16-2019 10:47 AM - last edited on 06-12-2019 04:55 PM by Protagonist
Not as of yet, but you can file a support ticket and note that it is a feature request and put the request in the body.
04-16-2019 01:29 PM - last edited on 06-12-2019 04:56 PM by Protagonist
Three RQL querries for Amazon:
config where api.name = 'aws-ec2-describe-instances' addcolumn privateIpAddress
config where api.name = 'aws-ec2-describe-instances' and json.rule = publicIpAddress exists
config where api.name = 'aws-ec2-describe-instances' AND json.rule = publicIpAddress exists and publicIpAddress is not empty
Is there an Azure equivalent to aws-ec2-describe-instances?
04-16-2019 03:26 PM - last edited on 06-12-2019 05:03 PM by Protagonist
Yes, config where api.name = 'azure-vm-list' is the direct equivalent.
For your use case, you can try:
config where api.name = 'azure-vm-list' AND json.rule = ['properties.networkProfile'].networkInterfaces[*].publicIpAddressId exists
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!