Script Analysis
[ POST ] https://api.malcore.io/api/scriptanalysis
Perform analysis on scripts
Body Params
filename1
file
Headers
apiKey
stringScript-Type
string The type of script you want to analyze from the following list: ps1, sh, js, powershell, bash, javascriptX-No-Poll
string
Request
curl -X POST https://api.malcore.io/api/phoneapp \
-H "Script-Type: js" \
-H "apiKey: MY-API-KEY" \
-H "X-No-Poll: true" \
-F "[email protected]" \
Response
🟢 200
{
"interesting_strings": [
"...","...","...",...
],
"function_count": 10,
"unique_functions": [
"...","...","...",...
],
"readable_strings_found": 27,
"interesting_functions": []
}
🔴 400
{}
Last updated