this post was submitted on 31 Oct 2023
1 points (100.0% liked)

Show off your side projects

96 readers
6 users here now

founded 3 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/7283249

A HIDS (host-based intrusion detection system) for verifying the integrity of a system.

Features

  • checks the integrity of system's files with a list of rules;
  • checks the output of commands (iptables, ...);
  • possibity to use RSA to sign to check the integrity of its database;
  • alerts are written in the logs of the system;
  • alerts can be sent via email to a list of users;
  • alerts can be sent on IRC channels through the irker IRC client (which should be running as a daemon);
  • verify files with Hashlookup, Pandora, MISP and YARA;
  • possibility to export the database in a Bloom or a Cuckoo filter.

pyHIDS is under GPLv3 license.

Homepage: https://github.com/cedricbonhomme/pyHIDS

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here