mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "intezer",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://analyze.intezer.com/api/v2-0/get-analysis-by-hash/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"result": "$.result"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"Authorization": "Bearer {INTEZER_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{INTEZER_API_KEY}"
|
|
],
|
|
"input_type": "hash",
|
|
"output_type": [
|
|
"hash"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://analyze.intezer.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |