mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-09 08:27:54 +00:00
NOX Framework v1.0.0
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user