mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
30 lines
672 B
JSON
30 lines
672 B
JSON
{
|
|
"name": "tines_breach",
|
|
"category": "breaches",
|
|
"endpoint": "https://api.tines.com/breaches/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"breaches": "$.breaches"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"Authorization": "Bearer {TINES_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{TINES_API_KEY}"
|
|
],
|
|
"input_type": "email",
|
|
"output_type": [
|
|
"email"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://api.tines.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |