{ "name": "pulsedive_analyze", "category": "threat_intel", "endpoint": "https://pulsedive.com/api/analyze.php?value={target}", "method": "GET", "requires_auth": true, "selectors": { "risk": "$.risk" }, "rate_limit": 1.0, "headers": { "key": "{PULSEDIVE_API_KEY}" }, "api_key_slots": [ "{PULSEDIVE_API_KEY}" ], "input_type": "any", "output_type": [ "ip", "domain" ], "normalization_map": { "risk": "risk_level" }, "tags": [ "passive", "threat" ], "health_check_url": "https://pulsedive.com", "expected_status": 200, "reliability_score": 4, "backup_endpoints": [], "confidence": 0.85 }