Files
nox-project-nox-framework/sources/alienvault_otx_malware.json
T
2026-04-07 10:17:43 +02:00

27 lines
657 B
JSON

{
"name": "alienvault_otx_malware",
"category": "threat_intel",
"endpoint": "https://otx.alienvault.com/api/v1/indicators/file/{target}/analysis",
"method": "GET",
"requires_auth": false,
"selectors": {
"malware": "$.analysis.malware"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "hash",
"output_type": [
"hash"
],
"normalization_map": {},
"tags": [
"passive",
"threat"
],
"health_check_url": "https://otx.alienvault.com",
"expected_status": 200,
"reliability_score": 5,
"backup_endpoints": [],
"confidence": 1.0
}