mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-09 00:17:30 +00:00
32 lines
761 B
JSON
32 lines
761 B
JSON
{
|
|
"name": "threatcrowd_email",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://www.threatcrowd.org/searchApi/v2/email/report/?email={target}",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"domains": "$.domains"
|
|
},
|
|
"rate_limit": 5.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "email",
|
|
"output_type": [
|
|
"domain"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://www.threatcrowd.org",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"bypass_required": [
|
|
"cloudflare"
|
|
],
|
|
"user_agent_type": "browser",
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |