mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
33 lines
715 B
JSON
33 lines
715 B
JSON
{
|
|
"name": "emailrep_io",
|
|
"category": "email_rep",
|
|
"endpoint": "https://emailrep.io/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"reputation": "$.reputation"
|
|
},
|
|
"rate_limit": 2.0,
|
|
"headers": {
|
|
"Key": "{EMAILREP_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{EMAILREP_API_KEY}"
|
|
],
|
|
"input_type": "email",
|
|
"output_type": [
|
|
"email"
|
|
],
|
|
"normalization_map": {
|
|
"reputation": "email_reputation"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"fast"
|
|
],
|
|
"health_check_url": "https://emailrep.io",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |