Three fixes and a new feature for Threat Intelligence, plus an Adaptive SQM fix. See v1.10.0 and v1.10.1 release notes for what's new in Threat Intelligence, Alerts, and more.
Threat Intelligence
- MITRE ATT&CK techniques in IP drilldowns - CrowdSec CTI enrichment now surfaces MITRE ATT&CK technique mappings in the IP drilldown view. Techniques appear as purple badges below Known Behaviors, with the technique ID and description shown on hover.
Fixes
-
Threat timeline chart blank on back-navigation - The multi-series timeline chart on the Threat Intelligence overview didn't render when navigating back from a drilldown using the browser back button. It would sit blank for up to 30 seconds until the next data poll happened to trigger a render.
-
Threat timeline stalling when no new threats - The timeline chart would freeze at the last data point when no new threats were detected. Now it fills in zero-count buckets at each interval, but only forward from the first real event in the database so you don't see fake zeros before your data starts.
-
Adaptive SQM WAN detection for configs missing "enabled" field - Some UniFi gateway configurations don't include the "enabled" field on WAN interfaces. Previously this caused WAN detection to fail silently. Now interfaces without the field are treated as enabled (matching UniFi's default behavior).
Installation
Windows: Download the MSI installer below
Docker:
docker compose pull && docker compose up -dmacOS (native, recommended for accurate speed tests vs Docker Desktop):
git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.shProxmox:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.