Create a Network Exposure Policy
config from network where source.network = UNTRUST_INTERNET and dest.resource.type = 'Interface' and dest.cloud.type = 'AWS' and dest.tag = 'env=prod'

Last updated
Was this helpful?
You can create network exposure policies based on your organization’s requirements. You can build a new network exposure policy based on the config from network where query to monitor the network exposure of an asset across your cloud environment.
Select Governance.
Select Add Policy > Network.
Enter a Policy Name.
Enter a Description (optional).
Select a Severity level.
Enter Labels (optional)

Select Next.
Enter your RQL query in the search bar.
The default option of New Search enables you to build a new query from scratch while Saved Search enables you to use a query that you previously saved. For example, the following query finds the interfaces that are accessible from any untrusted Internet source:
config from network where source.network = UNTRUST_INTERNET and dest.resource.type = 'Interface' and dest.cloud.type = 'AWS' and dest.tag = 'env=prod'A green check mark indicates that you have a valid query and you can view the query results.

You cannot associate compliance standards with network exposure policies.
Save the policy.
After you successfully create your new policy, it is displayed in the Policies table.

See Network Queries, to learn about network query attributes and examples.
Last updated
Was this helpful?
Was this helpful?

