{ "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 }