Enterprise Threat Intelligence Platform

Next-Generation IP Blacklist Management with Multi-Source Intelligence Collection, Real-Time Analysis, and FortiGate External Connector Integration

0
Threat IPs Managed
0
Uptime %
0
ms Response Time
0
/7 Monitoring

Core Features

Enterprise-Grade Security Intelligence Capabilities

Automated Collection

Multi-source threat intelligence gathering from REGTECH, SECUDIUM, and custom feeds with intelligent deduplication and validation.

FortiGate Integration

Native External Connector support for FortiGate firewalls with real-time synchronization and automated policy enforcement.

Advanced Analytics

Real-time threat trend analysis, geographic distribution mapping, and predictive threat intelligence with machine learning.

RESTful API

Comprehensive API with JWT authentication, rate limiting, and OpenAPI 3.0 documentation for seamless integration.

High Availability

Kubernetes-ready architecture with automatic failover, health monitoring, and zero-downtime deployments.

Security First

Dual-factor authentication, encrypted storage, audit logging, and compliance with industry security standards.

Technology Stack

Built with Modern, Scalable Technologies

Python
v3.11+
Flask
v2.3.3
PostgreSQL
v15+
Redis
v7.0
Docker
v27.5
Kubernetes
v1.28
GitHub Actions
CI/CD
Prometheus
Metrics

Performance Metrics

Real-Time System Performance Indicators

API Response Time
50ms
System Uptime
99.9%
Test Coverage
95%
Memory Usage
12MB
Concurrent Requests
100+
Container Size
95MB

API Documentation

RESTful API Endpoints for Integration

GET /api/blacklist/active

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
GET /api/fortigate

FortiGate External Connector formatted endpoint for automatic threat feed integration.

curl -H "X-API-Key: YOUR_KEY" \
  https://blacklist.jclee.me/api/fortigate
POST /api/collection/trigger

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
GET /api/v2/analytics/trends

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"