Blaze Inject Guard API
A comprehensive API for detecting various types of injection attacks and malicious inputs in your applications.
6 subscribers
15 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Blaze Inject Guard API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Individual Detection Endpoints | ||
| POST |
htmlInjectionDetection /detect/html |
This detector identifies HTML that could manipulate page structure, overlay, hide, or replace existing content, focusing on: - Position and layout manipulation (absolute… |
| POST |
headerInjectionDetection /detect/header |
This detector identifies attempts to inject newlines into HTTP headers to add unauthorized headers, focusing on: - CR/LF characters (\r\n, %0d%0a) that could lead to HTTP… |
| POST |
regularExpressionDoSReDoSDetection /detect/redos |
This detector identifies input patterns that might cause catastrophic backtracking in regex engines, focusing on: - Long repetitions of characters (e.g., aaaaaaaaaaaaaaaaa!) -… |
| POST |
csvInjectionDetection /detect/csv |
This detector identifies formula injections that could execute when a CSV file is opened in spreadsheet applications, focusing on: - Common formula markers (=, +, -, @) at the… |
| POST |
ldapInjectionDetection /detect/ldap |
Focuses on detecting LDAP special characters and operators (like )(, *)(, | and &), unbalanced parentheses, and attribute manipulation. |
| POST |
logInjectionLogForgingDetection /detect/log |
This detector identifies attempts to manipulate log files or log entries by injecting fake log events, focusing on: - Line break insertion (CR/LF) in various encodings (raw,… |
| POST |
crossSiteScriptingXssDetection /detect/xss |
Detects attempts to inject malicious JavaScript that could execute in browsers. |
| POST |
templateInjectionDetection /detect/template |
This detector identifies attempts to exploit template engines by injecting template syntax, which could lead to server-side template injection (SSTI) vulnerabilities, focusing… |
| POST |
pathTraversalDetection /detect/path |
This detector identifies attempts to manipulate file paths to access unauthorized files, focusing on: - Directory traversal sequences (../, ..\\, etc.) - URL and double-encoded… |
| POST |
xmlInjectionXxeDetection /detect/xml |
This detector identifies attempts to attack XML parsers through external entity references, specifically focusing on: - DOCTYPE declarations and ENTITY tags - External entity… |
| POST |
commandInjectionDetection /detect/command |
Detects attempts to inject OS commands into text inputs that might be passed to system shells. |
| POST |
noSqlInjectionDetection /detect/nosql |
This detector identifies attempts to manipulate NoSQL database queries, focusing on: - MongoDB operator injection (e.g., $gt, $ne, $where, etc.) - Query structure manipulation to… |
| Other endpoints | ||
| POST |
comprehensiveDetection /detect/comprehensive |
The comprehensive detection endpoint runs all available detectors on the provided input and returns a combined result. |
| POST |
batchDetection /detect/batch |
The batch detection endpoint allows you to process multiple inputs and selectively run specific detectors. |
| GET |
healthCheck /health |
|
Blaze Inject Guard API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $10 / month | — |
|