Git Product home page Git Product logo

eventlog-audit's Introduction

Windows event log audit system

Windows事件日志审计系统,支持以WEB的方式审计日志

Windows事件日志审计系统说明

Windows事件日志审计系统由2部分组成:

  1. dumplog,导出windows的事件日志到sqlite3 数据库中,默认文件名为Eventlog.db
  2. log_audit_web,查询日志的WEB

如何使用

dumplog

dumplog由autoit3编写,需要编译为EXE(有时候编译出来的exe会被360误报为病毒),autoit3下载地址

dumplog运行后会在当前目录下生成一个Eventlog.db文件,该文件为将windows日志将出的sqlite数据库文件

log_audit_web

  1. 安装python / tornado环境

log_audit_web由python / tornado编写,使用前需要安装python 2.7及tornado。 tornado官网

  1. 配置log_audit_web
# -*- coding:utf8 -*-
from tornado.options import define, options

#服务器配置项
define("port", default=9999, help="run on the given port", type=int)
define("dbName", default="Eventlog.db", help="database name")
  1. 运行log_audit_web log_audit_web执行后,会在本地监听一个web端口,直接访问就可以查看日志了。 demo

计划:

  1. 后端实现Windows日志集中管理系统(用golang重写)
  2. dumplog可将日志发送到管理系统中
  3. 支持完善的报表系统
  4. 支持各种关键字查询

如有问题请联系:[email protected]

eventlog-audit's People

Contributors

netxfly avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.