Next-Generation IP Blacklist Management with Multi-Source Intelligence Collection, Real-Time Analysis, and FortiGate External Connector Integration
Enterprise-Grade Security Intelligence Capabilities
Multi-source threat intelligence gathering from REGTECH, SECUDIUM, and custom feeds with intelligent deduplication and validation.
Native External Connector support for FortiGate firewalls with real-time synchronization and automated policy enforcement.
Real-time threat trend analysis, geographic distribution mapping, and predictive threat intelligence with machine learning.
Comprehensive API with JWT authentication, rate limiting, and OpenAPI 3.0 documentation for seamless integration.
Kubernetes-ready architecture with automatic failover, health monitoring, and zero-downtime deployments.
Dual-factor authentication, encrypted storage, audit logging, and compliance with industry security standards.
Built with Modern, Scalable Technologies
Real-Time System Performance Indicators
RESTful API Endpoints for Integration
Retrieve active threat IP addresses in plain text format for direct firewall integration.
curl -H "Authorization: Bearer TOKEN" \ https://blacklist.jclee.me/api/blacklist/active
FortiGate External Connector formatted endpoint for automatic threat feed integration.
curl -H "X-API-Key: YOUR_KEY" \ https://blacklist.jclee.me/api/fortigate
Manually trigger threat intelligence collection from configured sources.
curl -X POST -H "Authorization: Bearer TOKEN" \ -H "Content-Type: application/json" \ -d '{"source": "REGTECH", "force": true}' \ https://blacklist.jclee.me/api/collection/trigger
Analyze threat trends with time-series data and predictive insights.
curl -H "Authorization: Bearer TOKEN" \ "https://blacklist.jclee.me/api/v2/analytics/trends?period=7d"