Skip to content

h7hac9/guards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 28, 2018
410d044 · Feb 28, 2018

History

33 Commits
Feb 28, 2018
Feb 8, 2018
Feb 7, 2018
Feb 23, 2018
Feb 8, 2018
Feb 23, 2018
Feb 28, 2018
Feb 23, 2018
Feb 28, 2018
Feb 28, 2018
Feb 6, 2018
Feb 6, 2018
Feb 23, 2018
Feb 23, 2018
Feb 23, 2018
Feb 23, 2018
Feb 12, 2018

Repository files navigation

guards

主机入侵检测系统(HIDS)

项目进度

  1. 2018/2/7 :完成文件监控方面(暂时只是单线程监控文件夹及其子文件中的文件)
  2. 2018/2/8 :完成多进程监控主机文件夹及其子文件夹中的文件,采用一个进程监控一个文件夹的方式。
    2018/2/8 :初步增加配置文件功能,采用yaml格式作为配置文件
    2018/2/8 :加入watchdog模块监控目标目录下的文件变化
  3. 2018/2/9 :初步完成一个进程监控的demo,尚未写入配置文件,也没有为其分配进程
  4. 2018/2/10:完成进程监控,实现主机进程状态检测,可及时发现新创建或者已关闭进程,
    添加提权进程识别功能(暂不完善)
  5. 2018/2/14:加入webshell静态检测数据库,通过使用python ssdeep库通过文件相似度对webshell进行静态检测
  6. 2018/2/23:增加日志模块
    2018/2/23:修正一些错误

系统所需软件

  1. python-devel开发包
#ubuntu环境
sudo apt-get install python3.5-dev

#centos环境
yum install -y python3.5-devel
  1. ssdeep安装方法
https://python-ssdeep.readthedocs.io/en/latest/installation.html

About

主机入侵检测系统(HIDS)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages