An open API service indexing awesome lists of open source software.

https://github.com/JerryLinLinLin/Huorong-HIPS-Rule-Schema

The project includes two json schemas of Huorong Host-based Intrusion Prevention System (HIPS) custom rule files (json). They can be used to validate Huorong HIPS rules and speed up editing.
https://github.com/JerryLinLinLin/Huorong-HIPS-Rule-Schema

anti-malware antivirus antivirus-software hips huorong security security-tools

Last synced: 3 months ago
JSON representation

The project includes two json schemas of Huorong Host-based Intrusion Prevention System (HIPS) custom rule files (json). They can be used to validate Huorong HIPS rules and speed up editing.

Awesome Lists containing this project

README

          

# Huorong HIPS Rule Schema

## Table of Contents

- [About](#about)
- [Usage](#usage)

## About

The project includes two json schemas of Huorong Host-based Intrusion Prevention System (HIPS) custom rule files (json). They can be used to validate Huorong HIPS rules and speed up editing.

## Usage

- **`rule_schema.json`** - schema for main rule json

- **`auto_schema.json`** - schema for verdict cache json

Use an editor to load schema and start your work.

[Json Schema Getting Started](https://json-schema.org/learn/)

[Visual Studio Code Config](https://code.visualstudio.com/docs/languages/json)

Example Usage: