mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
34 lines
853 B
JSON
34 lines
853 B
JSON
{
|
|
"name": "circl_hashlookup",
|
|
"category": "hashes",
|
|
"endpoint": "https://hashlookup.circl.lu/lookup/md5/{target}",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"filename": "$.FileName",
|
|
"known_malicious": "$.KnownMalicious"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "hash",
|
|
"output_type": [
|
|
"hash"
|
|
],
|
|
"normalization_map": {
|
|
"FileName": "filename",
|
|
"MD5": "hash_md5"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"fast"
|
|
],
|
|
"health_check_url": "https://hashlookup.circl.lu",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [
|
|
"https://hashlookup.circl.lu/lookup/sha1/{target}",
|
|
"https://hashlookup.circl.lu/lookup/sha256/{target}"
|
|
],
|
|
"confidence": 1.0
|
|
} |