Web Application Firewall (WAF)

Hacker.com.sg designs, implements and deploys a range of Web Application Firewalls (WAF) for different organisations and businesses.


Securing your web applications against attacks like SQL Injections, Cross Site Scripting, Cross Site Request Forgery, Local & Remote file inclusions.
  • Does not rely upon signatures to detect and block attacks.
  • Uses a simpler model where, instead of trying to detect “known” attacks, it detects unexpected characters in the HTTP requests/arguments. Each kind of unusual character will increase the score of the request. If the request reaches a score considered “too high”, the request will be denied, and the user will be redirected to a “forbidden” page.