RUBIX — AI-Powered Network Defence System (IDS/IPS)
Project description
RUBIX — Network Defence System
AI-powered IDS/IPS with real-time packet inspection, kernel-level blocking via WFP (Windows) and nftables (Linux), process attribution, and threat detection.
Install
Windows — run PowerShell as Administrator:
pip install rubix-defzz
Linux — requires root:
sudo pip install rubix-defzz
That's it. NPcap is installed automatically on Windows. After install, open a new terminal:
rubix # start the engine
rubix-cli # monitor, logs, control
Requirements
| Platform | Requirement | Installed automatically |
|---|---|---|
| Windows 10/11 | NPcap | yes |
| Windows 10/11 | Administrator (for WFP/firewall) | user must run as admin |
| Linux (kernel >= 4.14) | libpcap | yes via apt/dnf/pacman |
| Linux | nftables | yes via apt/dnf/pacman |
| Linux | CAP_NET_RAW + CAP_NET_ADMIN | yes via setcap |
Usage
# Start the engine (requires admin/root)
rubix
# Live monitoring dashboard
rubix-cli monitor
# Live log stream
rubix-cli logs
# Normal traffic log
rubix-cli logs normal
Config files
| Platform | Location |
|---|---|
| Windows | C:\Program Files\Rubix\configs\ |
| Linux | /etc/rubix/ |
Edit rubix.windows.yaml or rubix.linux.yaml to configure the engine.
Edit rules.yaml to add block/alert/allow rules — changes hot-reload without restart.
Logs
| Platform | Location |
|---|---|
| Windows | C:\Program Files\Rubix\logs\ |
| Linux | /var/log/rubix/ |
Log files: alerts.log, traffic.log, errors.log
Author
Manik
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rubix_defzz-1.0.3.tar.gz.
File metadata
- Download URL: rubix_defzz-1.0.3.tar.gz
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f15ee93b8769bad2204c24da4f23e2ac8bdf0854e7eb9da5b64845dbe4dfd0fe
|
|
| MD5 |
adbf5be737170b46f0cec1fb6ff62656
|
|
| BLAKE2b-256 |
269969b71d28bcb191d9aa6d07b778cacb32844210ab161cf55ea1d14eff22e6
|
File details
Details for the file rubix_defzz-1.0.3-py3-none-any.whl.
File metadata
- Download URL: rubix_defzz-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
698876a0b66b6c2cbba1d5fce3f6d3cda732fdda966a055e7ee24e1041759943
|
|
| MD5 |
29f94a5bc8cbaddf6e1420f87a05f36c
|
|
| BLAKE2b-256 |
8c4766a10f419d74fad20504cc04e02a56dc8e99604391009a784eec9900d350
|