{ "name": "threatportal", "category": "threat_intel", "endpoint": "https://threatportal.io/api/v1/search?q={target}", "method": "GET", "requires_auth": true, "selectors": { "results": "$.results" }, "rate_limit": 1.0, "headers": { "Authorization": "Bearer {TP_API_KEY}" }, "api_key_slots": [ "{TP_API_KEY}" ], "input_type": "any", "output_type": [ "ip", "domain" ], "normalization_map": {}, "tags": [ "passive", "threat" ], "health_check_url": "https://threatportal.io", "expected_status": 200, "reliability_score": 3, "is_volatile": true, "backup_endpoints": [], "confidence": 0.7 }