> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prowler.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.prowler.com/feedback

```json
{
  "path": "/security/networking",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Networking

## Egress IP Addresses

Prowler Cloud makes outbound API calls to scan cloud provider accounts and connect to integrations. Allowlist these IPs in firewalls or security groups to restrict access to Prowler Cloud only.

| Region       | IP Address      |
| ------------ | --------------- |
| EU (Ireland) | `52.48.254.174` |

Resolve the egress IP via DNS:

```bash theme={null}
dig egress.prowler.com +short
```

## Contact

For questions about networking, visit the [Support page](/support).
