How to check public ip address on all the AWS resources using RQL in Prisma Cloud
222
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