Search public ip in any resource

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Search public ip in any resource

L1 Bithead
Hello everyone,
Is there any RQL that searches for a public ip in the cloud? I don't know which resource is EC2, ALB... I only have the public ip and I don't know how to find it.

TKS
1 accepted solution

Accepted Solutions

L2 Linker

Hello,

 

You can utilize the network RQL like the example below. This searches for internet traffic from public IPs to your Cloud Resources.

 

network from vpc.flow_record where source.publicnetwork IN ( 'Internet IPs' ).

 

If you have further questions, please provide more clarity and I'll be more than happy to get it answered for you.

View solution in original post

3 REPLIES 3

L2 Linker

Hello,

 

Thank you for your question. I just wanted to follow up and confirm if you are trying to pull the public ip in the cloud for the specific resources like Ec2 and ALB?

 

Hi....

I only have the public ip and nothing else... I don't have any information anymore

 

Tks

L2 Linker

Hello,

 

You can utilize the network RQL like the example below. This searches for internet traffic from public IPs to your Cloud Resources.

 

network from vpc.flow_record where source.publicnetwork IN ( 'Internet IPs' ).

 

If you have further questions, please provide more clarity and I'll be more than happy to get it answered for you.

  • 1 accepted solution
  • 1954 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!