Prisma Cloud: How do we pull details regarding external IPs for Azure VM's via RQL

Prisma Cloud: How do we pull details regarding external IPs for Azure VM's via RQL

757
Created On 10/31/22 18:22 PM - Last Modified 07/12/24 16:52 PM


Question


How do we pull details regarding external IPs for Azure VM's via RQL?

Environment


  • Prisma Cloud
  • RQL


Answer


  1. GUI: Log into Prisma Cloud Console > Investigate > Search the RQL which will give the desired results.
  2. For more details on the resource you can click the 'Resouce Config' to see the JSON data.Screen Shot 2022-10-31 at 1.10.53 PM.png

image.png

 

Note: Below RQL is for your reference.
config from cloud.resource where cloud.type = 'azure' AND api.name = 'azure-network-public-ip-address' and json.rule = properties.ipAddress exists addcolumn properties.ipAddress
 


Additional Information


Prisma Cloud Resource Query Language (RQL)

Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000kEwMCAU&lang=en_US&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail