mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
35 lines
811 B
JSON
35 lines
811 B
JSON
{
|
|
"name": "greynoise_community",
|
|
"category": "threat_intel",
|
|
"endpoint": "https://api.greynoise.io/v3/community/{target}",
|
|
"method": "GET",
|
|
"requires_auth": true,
|
|
"selectors": {
|
|
"noise": "$.noise",
|
|
"classification": "$.classification"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"key": "{GREYNOISE_API_KEY}"
|
|
},
|
|
"api_key_slots": [
|
|
"{GREYNOISE_API_KEY}"
|
|
],
|
|
"input_type": "ip",
|
|
"output_type": [
|
|
"ip"
|
|
],
|
|
"normalization_map": {
|
|
"noise": "is_noise",
|
|
"classification": "threat_class"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"threat"
|
|
],
|
|
"health_check_url": "https://api.greynoise.io",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [],
|
|
"confidence": 1.0
|
|
} |