Stopping Active Attacks with Penalty Box

A web application firewall (WAF) is most often used by organizations for external security controls to detect and block individual attack attempts against target web application assets.
The post Stopping Active Attacks with Penalty Box appeared first o… Continue reading Stopping Active Attacks with Penalty Box

Stopping Active Attacks with Penalty Box

A web application firewall (WAF) is most often used by organizations for external security controls to detect and block individual attack attempts against target web application assets. Continue reading Stopping Active Attacks with Penalty Box

What else can be used instead of an API Key to protect resources in a REST API as is implied by OWASP?

I was reading the OWASP Cheat Sheet Series, specifically their cheat sheet for REST Security and one of the points they had under the section for API Keys was:

Do not rely exclusively on API keys to protect sensitive, critical or high-val… Continue reading What else can be used instead of an API Key to protect resources in a REST API as is implied by OWASP?

Understanding the OWASP Top 10 Web Application Risks

The OWASP Top 10 Web Application Security Risks has become synonymous with web application security. Learn who OWASP is and where the top 10 list began and the other resources OWASP has to offer.
The post Understanding the OWASP Top 10 Web Application… Continue reading Understanding the OWASP Top 10 Web Application Risks

Is using PBKDF2 good protection against brute-force attacks on web application login pages?

We’ve recently had a penetration test for one of our applications.
The Penetration Testing company identified that our application lacks protections against brute-force attacks on the login page.
Ref: https://owasp.org/www-community/contro… Continue reading Is using PBKDF2 good protection against brute-force attacks on web application login pages?