Git Product home page Git Product logo

semitic's Introduction

Semitic

Semitic 网络检测响应

项目说明

客户端目录结构

├── Semitic_start.sh
├── Semitic_stop.sh
├── conf
│   ├── Semitic.conf
│   └── suricata.yaml
├── log
│   ├── Semitic.log
│   ├── fast.log
│   ├── stats.log
│   └── suricata.log
├── rules
│   └── local.rules
├── senteven.sh
└── upload_eve
    ├── error
    ├── sucess
    └── tmp

服务端-函数接口调用接口说明

  1. 日志调用

    from lib.data import logger
    from lib.enums import CUSTOM_LOGGING
    
    logger.log(CUSTOM_LOGGING.SYSINFO, "sysinfo")
    logger.log(CUSTOM_LOGGING.SUCCESS, "success")
    logger.log(CUSTOM_LOGGING.ERROR, "error")
    logger.log(CUSTOM_LOGGING.WARNING, "warming")
    
  2. 客户端上传eve.json

    curl -F "clientfile=@./upload_eve/tmp/eve_20200420141438.json" -H "Accept: application/json" http://172.16.71.1:5000/api/upload_eve
    

semitic's People

Watchers

 avatar

Forkers

dk47os3r

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.