Ask HN: Do you use Web Application Firewall (WAF)?
1–10 of 10 posts
Re: Ask HN: Do you use Web Application Firewall (WAF)?
#2While you can rely on your app to have its own security, it never hurts to have extra (unless latency is a concern).
I'd start with an open source version and move up to a commercial product if its necessary.
Re: Ask HN: Do you use Web Application Firewall (WAF)?
#3Re: Ask HN: Do you use Web Application Firewall (WAF)?
#4Re: Ask HN: Do you use Web Application Firewall (WAF)?
#5Re: Ask HN: Do you use Web Application Firewall (WAF)?
#6I've always viewed security as a layered approach. The more layers you add, the better protected you are. I subscribe to the thought that nothing is 100% secure, so I would recommend to put as many layers as possible. In my opinion, the issue you should be concerned about is the effectiveness of whatever solutions (layers) you implement. I think it is being accepted by the industry that detection and prevention metho…
A proper threat and risk analysis should be done so you can have a cost-effective solution. Security is expensive and maybe the cost of a breach is way cheaper than the security appliance or experts you hire.
Sometimes the best security solution is not to have anything, because it doesn't really matter.
Re: Ask HN: Do you use Web Application Firewall (WAF)?
#7If you're going to do something WAF-y, my recommendation would be modsecurity.
Re: Ask HN: Do you use Web Application Firewall (WAF)?
#8I've always viewed security as a layered approach. The more layers you add, the better protected you are. I subscribe to the thought that nothing is 100% secure, so I would recommend to put as many layers as possible. In my opinion, the issue you should be concerned about is the effectiveness of whatever solutions (layers) you implement. I think it is being accepted by the industry that detection and prevention metho…
As a security expert I wouldn't recommend this approach. The "as many layers as possible" is a waste of time and money (an overkill). A proper threat and risk analysis should be done so you can have a cost-effective solution. Security is expensive and maybe the cost of a breach is way cheaper than the security appliance or experts you hire. Sometimes the best security solution is not to have anything, because it does…
In my opinion, if the threat could actually be defined, then there would be no security industry. Everyone would know the answer, and everyone would be secure. The reason this industry exists is because you cannot define the threat, it is constantly evolving. Doing nothing because it does not matter (really?), or justifying a lack of security by lowering the value of the customer's data sounds like an unprofessional approach.
Re: Ask HN: Do you use Web Application Firewall (WAF)?
#9I don't think WAFs are worth the maintenance headache. I help manage a pentesting firm. Once in a blue moon, we'll get a target with a WAF installed that can't be disabled for the test, and it's never more than a speed-bump. Generally: I wouldn't bother. If you're going to do something WAF-y, my recommendation would be modsecurity.
Re: Ask HN: Do you use Web Application Firewall (WAF)?
#10I don't think WAFs are worth the maintenance headache. I help manage a pentesting firm. Once in a blue moon, we'll get a target with a WAF installed that can't be disabled for the test, and it's never more than a speed-bump. Generally: I wouldn't bother. If you're going to do something WAF-y, my recommendation would be modsecurity.