Static Binary Analyzer v2
Hi! Welcome to the static-binary-analyis API! This API has several endpoints designed to recieve an uploaded file. This is intended to be accomplished via a POST request from any http client. There is an endpoint for each of the following functions: - Basic file analysis: 1. Returns file type 2. Retuns the files sections along with their size, entropy and hash 3. Flags: CODE, EXECUTE, READ,…
Static Binary Analyzer v2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
docs /docs |
list all endpoints |
| POST |
file-analysis / |
Example: http -f POST https://staticbinaryanalysis.net/ioc-extraction X-RapidAPI-Key:"" X-RapidAPI-Proxy-Secret:"" file@reverse_tcp_payload.exe This endpoint will analyze an… |
| POST |
ioc-extraction / |
Example: http -f POST https://staticbinaryanalysis.net/ioc-extraction X-RapidAPI-Key:"" X-RapidAPI-Proxy-Secret:"" file@reverse_tcp_payload.exe This endpoint will analyze an… |
| POST |
strings / |
Example: http -f POST https://staticbinaryanalysis.net/strings X-RapidAPI-Key:"" X-RapidAPI-Proxy-Secret:"" file@reverse_tcp_payload.exe This endpoint will analyze an uploaded… |
| POST |
mitre-mapping / |
Example: http -f POST https://staticbinaryanalysis.net/mitre-mapping X-RapidAPI-Key:"" X-RapidAPI-Proxy-Secret:"" file@reverse_tcp_payload.exe This endpoint will analyze an… |
| POST |
yara-scan / |
Example: http -f POST https://staticbinaryanalysis.net/yara-scan X-RapidAPI-Key:"" X-RapidAPI-Proxy-Secret:"" file@reverse_tcp_payload.exe This endpoint will analyze an uploaded… |
| POST |
signature-info / |
Example: http -f POST https://staticbinaryanalysis.net/signature-info X-RapidAPI-Key:"" X-RapidAPI-Proxy-Secret:"" file@reverse_tcp_payload.exe This endpoint will analyze an… |
Static Binary Analyzer v2 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | Free | — |
|