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

31 lines
682 B
JSON

{
"name": "leakix_search",
"category": "breaches",
"endpoint": "https://leakix.net/api/search?q={target}",
"method": "GET",
"requires_auth": true,
"selectors": {
"leaks": "$.[*].event_source"
},
"rate_limit": 1.0,
"headers": {
"api-key": "{LEAKIX_API_KEY}"
},
"api_key_slots": [
"{LEAKIX_API_KEY}"
],
"input_type": "domain",
"output_type": [
"domain",
"ip"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://leakix.net",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],
"confidence": 0.85
}