What is dynamic whitelist filtering?
Dynamic whitelist filtering is an advanced security measure that uses real-time generated whitelist filters to control access to a web application. Unlike static whitelists, which are set in advance, dynamic whitelists are created during application runtime and continually adapted to current conditions and requirements.
In Airlock, dynamic whitelist filtering is achieved through a number of measures including URL encryption, smart form protection, cookie protection and upstream authentication. These features work together to ensure that only authorized users can access the web application, minimizing potential security risks.
URL encryption ensures the security of transmitted data to prevent sensitive information from being transmitted over the network in plain text. Smart Form Protection protects against attacks such as Cross-Site Scripting (XSS) and SQL injection by checking and rejecting form data for malicious code. Cookie protection prevents cookies from being manipulated or read by third parties, thereby contributing to user safety.
Dynamic whitelist filtering improves web application security by detecting and blocking potential threats in real time. This advanced security measure allows companies to effectively protect their web applications from attacks while optimizing the user experience.