Files
nox-project-nox-framework/sources/hudsonrock_osint.json
T

33 lines
890 B
JSON

{
"name": "hudsonrock_osint",
"category": "breach_data",
"endpoint": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-email?email={target}",
"method": "GET",
"requires_auth": false,
"selectors": {
"stealers": "$.stealers"
},
"rate_limit": 5.0,
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
},
"api_key_slots": [],
"input_type": "email",
"output_type": [
"email",
"domain",
"username"
],
"normalization_map": {
"stealers": "breach_record"
},
"tags": [
"passive",
"stealth"
],
"health_check_url": "https://cavalier.hudsonrock.com",
"expected_status": 200,
"reliability_score": 3,
"backup_endpoints": [],
"confidence": 0.7
}