Skip to content

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

Notifications You must be signed in to change notification settings

bardakcib/BasicHostIDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.