This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/test/table_info.conf

41 lines
843 B
Plaintext
Raw Normal View History

2022-11-17 05:05:35 +08:00
[
{
"table_id":1,
"table_name":"HTTP_URL",
"table_type":"expr",
2022-11-25 16:32:29 +08:00
"scan_mode":"block",
2022-11-17 05:05:35 +08:00
"item_id":1,
"group_id":2,
"rule": {
"keywords":3,
"expr_type":4,
"match_method":5,
"is_hexbin":6,
2022-11-25 16:32:29 +08:00
"is_valid":7
2022-11-17 05:05:35 +08:00
}
},
{
"table_id":2,
2022-11-25 16:32:29 +08:00
"table_name":"IP_PLUGIN_TABLE",
2022-11-17 05:05:35 +08:00
"table_type":"ip_plugin",
"item_id":1,
"rule": {
"ip_type":2,
"start_ip":3,
"end_ip":4,
"is_valid":5
}
2022-11-25 16:32:29 +08:00
},
{
"table_id":3,
"table_name":"PLUGIN_TABLE",
"table_type":"plugin",
"item_id":1,
"rule": {
"key":2,
"tag":3,
"is_valid":4,
"foreign":[6,8,10]
}
2022-11-17 05:05:35 +08:00
}
]