SaaSHub helps you find the best software and product alternatives Learn more →
Hookprobe Alternatives
Similar projects and alternatives to hookprobe
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
log-analyzer-threat-detector
Python-based log analysis tool that detects threats (brute force, port scans, SQLi attempts) and maps them to MITRE ATT&CK techniques. Supports Apache and Windows auth logs.
-
SIEMForge
Portable SIEM detection toolkit with Sigma rules, Sysmon config, and Wazuh custom rules mapped to MITRE ATT&CK.
-
panguard-ai
Open-source security platform for AI agents -- audits skills before install, monitors 24/7, shares threat intelligence across all users. | AI Agent 開源安全平台 -- 安裝前審計 skill、24/7 即時監控、社群共享威脅情報。
-
-
UTMStack
Enterprise-ready SIEM, SOAR and Compliance powered by real-time correlation and threat intelligence.
-
InvisioVault_R
InvisioVault is My daily learning sandbox for mastering steganography. Hide any files from documents and photos to videos and full folders inside ordinary images that look perfectly normal. Built with curiosity, crafted with passion.
-
hookprobe discussion
hookprobe reviews and mentions
-
Zero Trust for IoT: Bridging the Gap Between Edge and Cloud
Star us on GitHub — open-source, self-hosted, zero cloud dependency
-
Automating Incident Response at the Network Edge with Low-Latency ML
# Install dependencies sudo apt-get update sudo apt-get install build-essential git libpcap-dev libpcre3-dev # Clone HookProbe Edge Agent (Simplified Example) git clone https://github.com/hookprobe/hookprobe-edge cd hookprobe-edge # Configure the NAPSE engine for local interface cat config.yaml interface: eth0 mode: autonomous ml_model: quantized_bilstm_v2 action: drop EOF # Start the agent with eBPF enforcement sudo ./hookprobe-agent --config config.yaml --enable-xdp
-
Scaling MSSP Operations: Reducing Alert Fatigue via Autonomous SOC
Ready to break the Data Wall and scale your security operations? Explore our deployment tiers to see how HookProbe can transform your SOC. For those who prefer a hands-on approach, check out our open-source components on GitHub and join the community of engineers building the future of autonomous network security. For more insights on the latest in AI-driven defense, visit our security blog.
-
Zero Trust for IoT: Hardening the Network Perimeter with HookProbe
Ready to secure your edge? Explore our deployment tiers to find the right fit for your organization, or check out our open-source components on GitHub to start building today. For detailed configuration guides, visit our documentation or read more on our security blog.
-
We Open-Sourced 627,000 Labeled Edge-IDS Verdicts on HuggingFace
The dataset starts on 10 March 2026, not on the day our sensor came online. From 22 February through 9 March the SENTINEL ensemble was in calibration, with a false-positive rate around 98 percent. Publishing that window would teach any model trained on it to see threats everywhere. It is available via an --include-calibration flag in our open publisher, but it is opt-in and loud about it. Honesty about data quality is the only way an IDS dataset ages well.
-
Turn Raspberry Pi into an AI-Native Edge IDS with NAPSE
HookProbe’s NAPSE engine solves these issues by moving detection into the kernel using eBPF and XDP (Express Data Path). Instead of looking for strings, it analyzes the neural 'fingerprint' of packet flows, identifying anomalies in behavior that signify lateral movement, exfiltration, or command-and-control (C2) heartbeats. This is the core of our open-source on GitHub philosophy: providing high-performance tools that run where the data lives.
- HookProbe – Open-source AI IDs that runs on a $75 Raspberry Pi
-
Autonomous AI-Native IDS: Raspberry Pi as an Edge SOC
Once the kernel is tuned, we deploy the HookProbe agent. This agent contains the pre-trained neural models optimized for the ARM NEON SIMD engine. You can find deployment scripts and binary releases in our open-source repository on GitHub.
-
Securing the Unseen: IoT Visibility and Edge Protection
Ready to secure your invisible perimeter? Explore our open-source components on GitHub to see our commitment to transparency, or check out our security blog for more deep dives into edge defense. To see HookProbe in action, visit our pricing and deployment page today.
-
Transforming Raspberry Pi into an AI-Native Edge IDS for SMBs
Ready to see how HookProbe can revolutionize your SOC? Explore our security blog for more deep dives or check out our open-source projects to start building your own edge-first defense today.
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Stats
hookprobe/hookprobe is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of hookprobe is Python.