For the complete documentation index, see llms.txt. This page is also available as Markdown.

Audit Event Query Examples

Review examples that show you how to use Audit Event Query Attributes for investigating issues on the following cloud platforms:

Audit Event Query Examples for AWS

DESCRIPTION

RQL

Detect activities from non-automated events and from specific IP addresses.

Detect potentially sensitive or suspicious changes to the network configuration that impact your security posture.

Detect potentially sensitive or suspicious changes to configuration settings.

Detect risky changes executed by a root user.

Exclude results that match a specific string within an array in the event details.

To exclude results that include a specific string within an array, use the matches or does not match operator instead of contains/does not contain or exists/does not exist.

Audit Event Query Examples for Azure

DESCRIPTION

RQL

List specific operations performed on a specific Azure account.

List classic compute register operations performed by a specific user on a specific Azure account.

Audit Event Query Examples for GCP

DESCRIPTION

RQL

View sensitive network configuration updates on GCP.

View sensitive SQL instance updates on GCP.

List all events with sensitive user actions on GCP.

Last updated

Was this helpful?