Search for Secrets

Use the search tokens below to search for instance-level secrets.

secret.severitysecret.severity

Select from the drop-down list to find instance-level secrets based on their severity level.

Accepted values are "LOW", "MEDIUM", "HIGH", and "CRITICAL".

Example:

Find secret with severity level "HIGH"

secret.severity: HIGH

secret.secretTypesecret.secretType

Provide a string value to find secrets based on their type.

Example

Find secret with type "Linear API Token"

secret.secretType: Linear API Token

secret.categorysecret.category

 

Provide a string value to find secrets based on their category.

Example

Find secret with category "Linear"

secret.category: Linear

secret.filePathsecret.filePath

Provide a string value to find secrets with the specified directory/file path.

Example

Find secret with filePath "root/foo/foo1.txt"

secret.category: root/foo/foo1.txt

andand

Use a boolean query to express your query using AND logic.

Example

Show findings with account ID 205767712438 and type Subnet

account.id: 205767712438 and resource.type: Subnet

notnot

Use a boolean query to express your query using NOT logic.

Example

Show findings that are not region Hong Kong

not region: Hong Kong

oror

Use a boolean query to express your query using OR logic.

Example

Show findings with one of these tag values

tag.value: Finance or tag.value: Accounting