LiteRail is our evolution on the concept of Web Application & API Protection (WAAP). We aim to create a streamlined and simple experience for you to rapidly deploy next level protection of your resources.
Features
Cloaking
Engage Cloak
Serve content without opening up services to the internet, mitigating endpoint-directed attacks.
TLS
Automagic TLS
Auto-provisioning & management of TLS certs so you can concentrate on developing great apps and not managing expired certs.
Configure
Get started with this simple config
Use this simple configuration to initiate basic protections for your entire web resource. This will get you started with OWASP Top 10 Web Application Rules and throttling right away.
{
"dni4": "2.41.22.54",
"site_rate_limit": {
"events": 10,
"timeframe": "s",
"window": 10
},
"site_rules": [
"owasp",
],
"site_waf_mode": "On",
"sitename": "acmecorp.io"
}