- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-17-2019 03:54 AM - last edited on 09-20-2022 08:54 AM by RPrasadi
Is there a way to write RQL to check the traffic towards that resource/to know the operations/activity details with respect to particular resource host name?In the circumstances where we are not aware of the cloud type??and if can't atleast with cloud type details?
Ex:-event where ip in (x.x.x.x) similar to this can we give with respect to resource?
Expected would somebody might be helped me on this request??
12-17-2019 04:11 AM - edited 12-17-2019 04:12 AM
I have tried like this but not getting any thing though query might correct.
config where api.name = 'azure-resource-group' AND json.rule = name contains 'XXXXXXX'
09-20-2022 08:21 AM
Hello,
Thank you for your question. The reason you may not be getting results can be due to the missing attribute config.resource.
Also, it is good practice to always narrow your search when trying to use a specific cloud type or resources.
Could you please try this RQL and let me know if this is something you are looking for?
RQL: config from cloud.resource where cloud.type = 'azure' AND api.name = 'azure-resource-group' AND json.rule = name contains "xxxxxx"
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!