Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.17 KB

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.