File size: 528 Bytes
36d52b1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
language: py
license: mit
tags:
- anomaly-detection
- security
- api-protection
---
# 🛡️ Secure API Anomaly Detector
An Isolation Forest baseline model for detecting anomalous API access patterns (e.g., rate-limit bypass attempts, bulk scraping, credential brute forcing).
## Model Details
* **Algorithm:** Isolation Forest
* **Use Case:** Identification of non-normal HTTP requests based on volume, entropy, and source reputation.
* **Input Features:** `[ip_reputation_score, request_frequency_hz, payload_entropy]`
|