Secure Input Scanner: Check and prevent malicious activities
Secure Input Scanner provides an advanced cyber attack detection and prevention service that detects potentially malicious data in user inputs to prevent cyber attacks. It checks input data for common web application security flaws such as OS Command Injection, XSS (Cross-Site Scripting), SQL Injection (SQLi), Server-Side Template Injection (SSTI), Server-Side Request Forgery (SSRF), and…
Secure Input Scanner: Check and prevent malicious activities endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET Scan input /api/detect |
**Example**: `api/detect?input=xss attack!` It will return `{is_attacking: true}` with additional informations including attack type and attack date. Please see docs for more… |
| POST |
POST Scan input /api/detect |
**Example**: ``` POST /api/detect Content-Type: application/json { "input": " ' OR 1=1--" } ``` It will return `{is_attacking: true}` with additional informations including… |
Secure Input Scanner: Check and prevent malicious activities pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $17.99 / month | — |
|
| ULTRA Recommended | $49.99 / month | — |
|
| MEGA | $149.99 / month | — |
|