How to check public ip address on all the AWS resources using RQL in Prisma Cloud

How to check public ip address on all the AWS resources using RQL in Prisma Cloud

138
Created On 03/28/23 14:23 PM - Last Modified 02/18/26 14:31 PM


Objective


How to check public ip address on all the AWS resources using RQL in Prisma Cloud.

Environment


  • Prisma Cloud
  • AWS
  • RQL


Procedure


GUI: Log into Prisma Cloud Console > Investigate > Search bar 

To find public ip address on all the AWS resources in Prisma Cloud.

config from cloud.resource where cloud.type = 'aws' AND resource.status = Active AND api.name = 'aws-ec2-describe-network-interfaces' AND json.rule = publicIpAddr


Additional Information


EC2 IP Addressing
Prisma Cloud RQL Reference
RQL Operators
RQL Example Library



Actions
  • Print
  • Copy Link

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