bardakcib / BasicHostIDS

A Basic Host IDS - Intrusion Detection System using MD5 Checksum and FileSystemWatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Basic Host IDS

Intrusion Detection System using MD5 Checksum and FileSystemWatcher

Specifications

  • C# - .NET Framework 4.6.1
  • WindowsForms Applications
  • Md5 (System.Security.Cryptography)
  • DataGridView
  • FileSystemWatcher
  • Not a commercial project. Just For Fun & Training

Main Screen

In this project I have designed a basic IDS (Intrusion Detection System) which will recognize any modification to a file. We assume that the files can be modified by an attacker. The file can be in binary or text format.

The application may ask user to provide a folder name for scanning.

if any of the files of the target folder has been modified, application will give an alert like "changed" for the modified ones.

About

A Basic Host IDS - Intrusion Detection System using MD5 Checksum and FileSystemWatcher


Languages

Language:C# 100.0%