RNX-SEQURITY-models / README.md
cregu's picture
Update README.md
739c1c4 verified
metadata
license: mit
datasets:
  - nvidia/OpenCodeReasoning
language:
  - en
metrics:
  - accuracy
  - brier_score
base_model:
  - meta-llama/Llama-3.1-8B-Instruct

RNX Security Monitor

A Python package for monitoring logs and file changes, detecting suspicious activity, and suggesting countermeasures for cybersecurity defense.

Features

  • Monitors log files for errors, attacks, and suspicious activity
  • Monitors file system for changes (creation, modification, deletion)
  • Suggests best countermeasures for detected threats
  • Interactive CLI menu

Installation

Clone the repo and install in editable mode:

pip install -e .

Usage

Run the monitor from anywhere:

rnx-monitor

Follow the interactive menu to choose what to monitor.

Requirements

  • Python 3.7+
  • watchdog

License

MIT