WAF

MODSECURITY WAF DASHBOARD (ELK STACK)

In this blog, we will be seeing what are the various open source web console available for ModSecurity and we will show our research project about integrating Modsecurity log with ELK-Stack (Elastic Search, Logstash, and Kibana ) as Web Dashboard for real time monitoring and analysing the log to prevent real time attacks. Following are the Open Source Web Console currently available for ModSec...

WAF RULE TO PREVENT 0-DAY ATTACKS IN WORDPRESS

(CVE-2017-8295) Wordpress <= 4.7.4 - Unauthorized Password Reset Vulnerability By default, WordPress is using an untrusted data to create a password reset link. That is supposed to be delivered only to the email address associated with the owner’s account. If the From email header is not present WordPress will use the server one. // check wp-includes/pluggable.php if ( !isset( $from_...