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

166 lines
3.9 KiB
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,
2022-12-09 17:12:18 +08:00
"custom": {
2022-11-17 05:05:35 +08:00
"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
}
2022-12-09 17:12:18 +08:00
},
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,
2022-12-09 17:12:18 +08:00
"custom": {
2022-11-17 05:05:35 +08:00
"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,
2022-12-09 17:12:18 +08:00
"custom": {
2022-11-25 16:32:29 +08:00
"key":2,
"tag":3,
"is_valid":4,
"foreign":[6,8,10]
}
2022-12-09 17:12:18 +08:00
},
{
"table_id":4,
"table_name":"IP_PLUS_CONFIG",
"table_type":"ip_plus",
"item_id":1,
"group_id":2,
"custom": {
"addr_type":3,
"saddr_format":4,
"sip1":5,
"sip2":6,
"sport_format":7,
"sport1":8,
"sport2":9,
"daddr_format":10,
"dip1":11,
"dip2":12,
"dport_format":13,
"dport1":14,
"dport2":15,
"proto":16,
"direction":17,
"is_valid":18
}
},
{
"table_id":5,
"table_name":"COMPOSITION_IP_SOURCE",
"table_type":"virtual",
"physical_table":["IP_PLUS_CONFIG"]
},
{
"table_id":6,
"table_name":"COMPOSITION_IP_DEST",
"table_type":"virtual",
"physical_table":["IP_PLUS_CONFIG"]
},
{
"table_id":7,
"table_name":"COMPOSITION_IP_SESSION",
"table_type":"virtual",
"physical_table":["IP_PLUS_CONFIG"]
},
{
"table_id":8,
"table_name":"COMPOSITION_IP",
"table_type":"composition",
"composition_table": {
"source": "COMPOSITION_IP_SOURCE",
"dest": "COMPOSITION_IP_DEST",
"session": "COMPOSITION_IP_SESSION"
}
2023-01-06 18:54:59 +08:00
},
{
"table_id":9,
"table_name":"COMPILE_1",
"table_type":"compile",
"custom": {
"compile_id":1,
"service_id":2,
"action":3,
"do_blacklist":4,
"do_log":5,
"tags":6,
"user_region":7,
"is_valid":8,
"clause_num":9,
"evaluation_order":10
}
},
{
"table_id":10,
"table_name":"GROUP2COMPILE_1",
"table_type":"group2compile",
"associated_compile_table_id":9,
"custom": {
"group_id":1,
"compile_id":2,
"is_valid":3,
"not_flag":4,
"virtual_table_name":5,
"clause_index":6
}
},
{
"table_id":11,
"table_name":"COMPILE_2",
"table_type":"compile",
"custom": {
"compile_id":1,
"service_id":2,
"action":3,
"do_blacklist":4,
"do_log":5,
"tags":6,
"user_region":7,
"is_valid":8,
"clause_num":9,
"evaluation_order":10
}
},
{
"table_id":12,
"table_name":"GROUP2COMPILE_2",
"table_type":"group2compile",
"associated_compile_table_id":11,
"custom": {
"group_id":1,
"compile_id":2,
"is_valid":3,
"not_flag":4,
"virtual_table_name":5,
"clause_index":6
}
},
{
"table_id":13,
"table_name":"GROUP2GROUP",
"table_type":"group2group",
"custom": {
"group_id":1,
"superior_group_id":2,
"is_valid":3
}
2022-11-17 05:05:35 +08:00
}
]