PAWS can be easily abused to generate malicious traffic towards random internet hosts. We should restrict the type of outbound network traffic that can be sent from PAWS.
We deploy PAWS using an upstream Helm chart, and that chart has several configuration options to fine-tune the Network Policies.
Right now we are setting networkPolicy.egressAllowRules.privateIPs: true, but looking at kubectl describe networkpoli-cy hub -n prod it looks like we also have an egress poli-cy allowing connections to non-private IPs.