WAF Flashcards
Firewalls in general
What happens in a layer 4 firewall?
Every request and response is distinct, only cares about IP addresses and ports
Firewalls in general
What happens in a layer 5 firewall?
Requests and responses are combined by keeping session information
Firewalls in general
Why is a layer 5 firewall better than 3 or 4?
More contextual security, less admin overhead
Firewalls in general
What happens in a layer 7 firewall?
Requests and responses are combined by keeping session information, understands HTTP
Firewalls in general
What can only a layer 7 firewall guard against?
important
Protocol-specific attacks, like XSS maybe
Firewalls in general
Do layer 7 firewalls break SSL?
Yes. Firewall is the SSL term, device can deep-inspect HTTP protocol
Firewalls in general
What 4 things can a layer 7 firewall do with content it sees?
important
Inspect it (logging), block it (reject request), replace it (redact on way out), tag it (spam)
Firewalls in general
What other layer 7 protocol can firewalls understand other than HTTP?
SMTP (intelligent email handling)