Skip to content

When to propose AWS Network Firewall vs 3rd party options?

1

When to propose AWS Network Firewall vs 3rd party such as Paloalto VM Series for network inspection, IDP/IPS etc. In which scenarios native soltuion will not work?

2 Answers
0

Hi,

Can not speak for 3rd party firewalls but as far as AWS Network Firewall is concerned here is some useful information that you can go through:

Hope this helps

AWS
EXPERT
answered 4 years ago
0

In sensitive environments, it's trivial bypass flaw is likely to be an issue. A client can set any allowed hostname in the TLS SNI handshake or the HTTP Host Header and connect to any IP address in the world and send data out. Most other 3rd party firewalls check FQDNs allowed for valid IP addresses (from DNS perhaps) as well.

Read more about it here: https://canglad.com/blog/2023/aws-network-firewall-egress-filtering-can-be-easily-bypassed/

Bypass example: curl -v --connect-to "api.github.com:443:1.1.1.1:443" -k -H "Host: one.one.one.one" https://api.github.com/

Example assumes you've allowed api.github.com but not one.one.one.one (Cloudflare), but is able to successfully connect to the latter via AWS Network Firewall. Example was taken from https://chasersystems.com/discriminat/comparison/aws-network-firewall/

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.