Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/sample/81a754175f1610712c7b33a281b5719212481d9b0f7d3ec945db341da5d828f6
import requests
import json
url = 'https://api.maltiverse.com/sample/81a754175f1610712c7b33a281b5719212481d9b0f7d3ec945db341da5d828f6'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/sample/81a754175f1610712c7b33a281b5719212481d9b0f7d3ec945db341da5d828f6'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"blacklist": [
{
"count": 1,
"description": "Generic Malware",
"first_seen": "2025-04-20 01:15:04",
"last_seen": "2025-04-20 05:15:18",
"ref": [
1
],
"source": "Hybrid-Analysis"
}
],
"classification": "malicious",
"creation_time": "2025-04-20 01:04:52",
"filename": [
"meteor-client-1.21.5-6.jar"
],
"filetype": "Zip archive data, at least v2.0 to extract, compre ...",
"is_alive": false,
"is_cdn": false,
"is_cnc": false,
"is_distributing_malware": false,
"is_hosting": false,
"is_iot_threat": false,
"is_known_attacker": false,
"is_known_scanner": false,
"is_mining_pool": false,
"is_open_proxy": false,
"is_phishing": false,
"is_sinkhole": false,
"is_storing_phishing": false,
"is_tor_node": false,
"is_vpn_node": false,
"md5": "35d979d25d756da688673cd128af6603",
"modification_time": "2025-04-20 10:38:12",
"process_list": [
{
"commandline": "-jar \"C:\\meteor-client-1.21.5-6.jar\"",
"name": "javaw.exe",
"normalizedpath": "%PROGRAMFILES%\\Java\\jre-1.8\\bin\\javaw.exe",
"sha256": "800ed0aaa1d2cbe08703d80121c8bc57b96f6e55c550a06bc064c85df0bbd206",
"uid": "00000000-00000108"
},
{
"commandline": "%ALLUSERSPROFILE%\\Oracle\\Java\\.oracle_jre_usage /grant \"everyone\":(OI)(CI)M",
"name": "icacls.exe",
"normalizedpath": "%WINDIR%\\system32\\icacls.exe",
"sha256": "ff5f1b30f739e7a6f0debcc3d8069efef1beedab53f722274d5abf7f104977eb",
"uid": "00000000-00010832"
}
],
"score": 5.8,
"scoring_executed_time": "2025-04-20 10:38:11",
"sha1": "078b775a05632fb27017d39069165fd04756b09c",
"sha256": "81a754175f1610712c7b33a281b5719212481d9b0f7d3ec945db341da5d828f6",
"size": 4609406,
"type": "sample"
}