ml-scan-http-request
Detect web application attack. You must input a raw_data field that contains both HTTP headers and body.
ml-scan-http-request
Output Fields
Field | Type | Name | Description |
---|---|---|---|
verdict | String | Verdict | attack or benign |
tags | String | Tags | Characteristics of raw_data. e.g. #xss #sql_injection |
cve | String | CVE | Detected CVE ID by using signature database. |
highlights | String | Highlights | Key string parts of raw_data separated by new line. |
decoded_strings | String | Decoded strings | URL decoded or deobfuscated strings of highlights. |