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

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
}