> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/search-and-investigate/network-queries/network-flow-queries.md).

# Network Flow Queries

Prisma Cloud provides the userinput:\[network from vpc.flow\_record] network query that is based on networking logs, such as VPC flow logs, which you can use to detect when services, applications, or databases are exposed to the internet and fix risky configuration issues, or to search for assets that are receiving traffic and connections from suspicious IP addresses to prevent data exfiltration attempts before it is too late.

When you use the userinput:\[network from vpc.flow\_record where cloud.account=] RQL, the following are the list of resources for which you can visualize flow log information on Prisma Cloud:

| Cloud Services | Resources that Support Flow Logs                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **AWS**        | <ul><li>AWS ElastiCache</li><li>AWS ELB</li><li>AWS Lambda</li><li>AWS NAT Gateway</li><li>AWS RDS</li><li>AWS Redshift</li><li>Container Management</li><li>Database</li><li>Email</li><li>FTP</li><li>FTP Client</li><li>HTTP</li><li>Kerberos Server</li><li>KVP Store</li><li>LDAP</li><li>Message Queue</li><li>Nagios Monitoring Server</li><li>Possible Cryptocurrency Miner</li><li>SSH</li><li>System Management</li><li>Telnet</li><li>VM Instance</li><li>Web Proxy</li><li>Web Server</li></ul> |
| **Azure**      | <ul><li>Azure ELB</li><li>Container Management</li><li>Database</li><li>Email</li><li>FTP</li><li>Generic</li><li>HTTP</li><li>Kerberos Server</li><li>KVP Store</li><li>LDAP</li><li>Message Queue</li><li>Nagios Monitoring Server</li><li>SSH</li><li>System Management</li><li>Telnet</li><li>VM Instance</li><li>Web Proxy</li><li>Web Server</li></ul>                                                                                                                                                |
| **GCP**        | <ul><li>Google Kubernetes Engine (GKE) node</li><li>VM Instance</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                   |

Network flow log queries are supported in AWS, Azure, and GCP cloud environments.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/search-and-investigate/network-queries/network-flow-queries.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
