mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
38 lines
827 B
JSON
38 lines
827 B
JSON
{
|
|
"name": "malwarebazaar",
|
|
"category": "hashes",
|
|
"endpoint": "https://mb-api.abuse.ch/api/v1/",
|
|
"method": "POST",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"data": "$.data"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"API-KEY": "{MALWAREBAZAAR_API_KEY}"
|
|
},
|
|
"payload_template": {
|
|
"query": "get_info",
|
|
"hash": "{target}"
|
|
},
|
|
"api_key_slots": [
|
|
"{MALWAREBAZAAR_API_KEY}"
|
|
],
|
|
"input_type": "hash",
|
|
"output_type": [
|
|
"hash"
|
|
],
|
|
"normalization_map": {
|
|
"file_name": "filename",
|
|
"tags": "tags"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://mb-api.abuse.ch",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [],
|
|
"confidence": 1.0
|
|
} |