01 /
Featured Project
DexSentinel is a high-performance, real-time threat intelligence aggregator designed to provide global visibility into attack surface pressure. It correlates live telemetry with public OSINT feeds to offer a unified dashboard for security researchers and SOC analysts.

DexSentinel is a high-performance, real-time threat intelligence aggregator designed to provide global visibility into attack surface pressure. It correlates live telemetry with public OSINT feeds to offer a unified dashboard for security researchers and SOC analysts.
Experience the live intelligence feed: https://dexsentinel.iamdex.codes
DexSentinel utilizes a distributed architecture to ensure sub-second response times:
GET /api/statsReturns aggregate database statistics (total IPs tracked, hashes, active detections).
GET /api/lookup/ip?q={ip}Asynchronously initiates an investigation for a specific IP. Triggers the background worker if data is stale.
GET /api/map/streamA Server-Sent Event (SSE) stream providing real-time threat map updates.
Clone the repository:
git clone https://github.com/your-repo/DexSentinel.git
cd DexSentinel
Install dependencies:
npm install
Configure Environment Variables:
Copy .env.example to .env.local and fill in your API keys:
cp .env.example .env.local
Run the development server:
npm run dev
Start the background worker: In a separate terminal:
npm run worker
Distributed under the MIT License. See LICENSE for more information.
Built with ⚡ by Dibyanshu Sekhar