/threat_detection

A FastAPI-powered Web API that detects threats in logs or network patterns, returning threat status, category, and confidence score via a simple /detect_threat endpoint.

Primary LanguagePython

threat_detection

This project provides a backend-integrated threat detection system using a FastAPI-powered Web API that analyzes inputs like logs, patterns, or network behavior and returns real-time predictions, including whether the input is a threat (true/false), its threat category (e.g., phishing, anomaly), and a confidence score. Designed for production-ready deployment, the model is accessible through a simple POST /detect_threat endpoint, enabling seamless integration into existing systems. It ensures flexibility, speed, and transparency, making it ideal for both prototyping and scalable infrastructure.