Skip to main content

Nexus Fleet — agent/manager/cli/dashboard keamanan endpoint (ala-Wazuh, ringan, stdlib-only)

Project description

Nexus Fleet — Security Platform (agent · manager · cli · dashboard)

1 platform, 4 komponen ala-Wazuh, stdlib-only (Python 3.8+). Amankan jaringan, server, dan website dari satu titik: agent ringan mengirim telemetri keamanan ke manager pusat yang menjalankan rule engine → alert (level 0–15 + MITRE ATT&CK), lalu ditampilkan di dashboard/CLI.

 endpoint ──(HMAC/HTTP)──►  nexus-manager  ──► SQLite (events, alerts, audit)
 nexus-agent  FIM·SCA·       rule+alert engine        ▲          ▲
 inventory·webaudit·ports    policy·retention         │          │
                             ◄── policy/perintah ──    nexus-dashboard   nexus-cli

Install

pip (disarankan):

pip install .            # dari folder ini; memasang 4 perintah:
                         # nexus-manager · nexus-agent · nexus-cli · nexus-dashboard

npm (wrapper Node → Python):

npm install -g .         # perintah sama; butuh Python 3.8+ di PATH

tanpa install: cd python/fleet && python -m nexus_manager run (dst.).

Pakai

# 1) Manager (server pusat + dashboard di http://host:8765/)
nexus-manager run --host 0.0.0.0 --port 8765
nexus-manager info                       # enrollment key + admin token

# 2) Agent di tiap endpoint
nexus-agent enroll --host <manager> --port 8765 --key <ENROLL_KEY> --labels prod,web
nexus-agent start                        # daemon: FIM/SCA/inventory/webaudit/ports/...

# 3) Admin / SOC
nexus-cli                                # console interaktif: menu Network & Website security
nexus-cli --token <ADMIN_TOKEN> alerts   # alert (rule engine + MITRE + rekomendasi)
nexus-cli --token <ADMIN_TOKEN> ack --id <ALERT_ID> --status resolved
nexus-cli --token <ADMIN_TOKEN> report   # report konsisten (schema nexus.report/v1)
nexus-dashboard --port 8080              # (opsional) host dashboard di port terpisah

Service (jalan saat boot)

  • Linux: deploy/systemd/nexus-{manager,agent}.servicesystemctl enable --now.
  • Windows: deploy/windows/install-agent-service.ps1 (Scheduled Task, SYSTEM, AtStartup).

Konsep kunci

  • Skema baku (nexus_common/schema.py): event/alert/report seragam, condong OCSF, origin: real|demo.
  • Real findings only: manager menolak event demo secara default (accept_demo=0).
  • Rule engine (nexus_manager/rules.py): rule native + MITRE + rekomendasi + response; bisa di-push.
  • Alert engine: dedup anti-fatigue, ack/resolve, retensi, audit log.
  • Keamanan: HMAC per-agent, enrollment key, admin token; HTTP LAN (offline-first).

Uji end-to-end: python ../tests/test_fleet.py (21 seksi).

Roadmap menuju standar industri penuh: agent Go/Rust, OpenSearch/Postgres, mTLS/gRPC, import Sigma, YARA, Active Response, OCSF penuh, AI remediation, RBAC multi-tenant. Pembeda: developer-first (audit Laravel/React/Next, parser log app, security posture score).

For Personal / Ethical Hacking Study Only.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexus_fleet-1.0.0.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexus_fleet-1.0.0-py3-none-any.whl (45.9 kB view details)

Uploaded Python 3

File details

Details for the file nexus_fleet-1.0.0.tar.gz.

File metadata

  • Download URL: nexus_fleet-1.0.0.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for nexus_fleet-1.0.0.tar.gz
Algorithm Hash digest
SHA256 67412d46b5f3960f58cb5d4296ab871c09e1582002d77f74377702a39b2fc327
MD5 9566e90cc91aec67770e51d9cf7c1d69
BLAKE2b-256 fad12363f100b5caa54fe075141fd0c744de35326880bd2aa019b060d31b9b4d

See more details on using hashes here.

File details

Details for the file nexus_fleet-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: nexus_fleet-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for nexus_fleet-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8ef51a642a9038cd86213d5c9ec0becc8616d654b796cd2b1526b98b5354db57
MD5 342cc8988336d5f1deab02533f05d186
BLAKE2b-256 edb479bbbd88856b8a5b94142ca12ea9d2b9033266c211027e048903dd5d0b12

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page