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

144 lines
3.3 KiB
Plaintext
Raw Normal View History

2022-11-17 05:05:35 +08:00
[
{
"table_id":1,
2023-01-30 21:59:35 +08:00
"table_name":"COMPILE",
2023-01-06 18:54:59 +08:00
"table_type":"compile",
2023-01-30 21:59:35 +08:00
"valid_column":8,
2023-01-06 18:54:59 +08:00
"custom": {
"compile_id":1,
"service_id":2,
"action":3,
"do_blacklist":4,
"do_log":5,
"tags":6,
"user_region":7,
"clause_num":9,
"evaluation_order":10
}
},
{
2023-01-30 21:59:35 +08:00
"table_id":2,
"table_name":"GROUP2COMPILE",
2023-01-06 18:54:59 +08:00
"table_type":"group2compile",
2023-01-30 21:59:35 +08:00
"valid_column":3,
2023-01-06 18:54:59 +08:00
"custom": {
2023-01-30 21:59:35 +08:00
"associated_compile_table_id":1,
2023-01-06 18:54:59 +08:00
"group_id":1,
"compile_id":2,
"not_flag":4,
"virtual_table_name":5,
"clause_index":6
}
},
{
2023-01-30 21:59:35 +08:00
"table_id":3,
2023-01-06 18:54:59 +08:00
"table_name":"COMPILE_2",
"table_type":"compile",
2023-01-30 21:59:35 +08:00
"valid_column":8,
2023-01-06 18:54:59 +08:00
"custom": {
"compile_id":1,
"service_id":2,
"action":3,
"do_blacklist":4,
"do_log":5,
"tags":6,
"user_region":7,
"clause_num":9,
"evaluation_order":10
}
},
{
2023-01-30 21:59:35 +08:00
"table_id":4,
2023-01-06 18:54:59 +08:00
"table_name":"GROUP2COMPILE_2",
"table_type":"group2compile",
2023-01-30 21:59:35 +08:00
"associated_compile_table_id":3,
"valid_column":3,
2023-01-06 18:54:59 +08:00
"custom": {
"group_id":1,
"compile_id":2,
"not_flag":4,
"virtual_table_name":5,
"clause_index":6
}
},
{
2023-01-30 21:59:35 +08:00
"table_id":5,
2023-01-06 18:54:59 +08:00
"table_name":"GROUP2GROUP",
"table_type":"group2group",
2023-01-30 21:59:35 +08:00
"valid_column":3,
2023-01-06 18:54:59 +08:00
"custom": {
"group_id":1,
2023-01-30 21:59:35 +08:00
"superior_group_id":2
}
},
{
"table_id":6,
"table_name":"HTTP_URL",
"table_type":"expr",
"valid_column":7,
"custom": {
"scan_mode":"block",
"item_id":1,
"group_id":2,
"keywords":3,
"expr_type":4,
"match_method":5,
"is_hexbin":6
}
},
{
"table_id":7,
"table_name":"IP_PLUGIN_TABLE",
"table_type":"ip_plugin",
"valid_column":5,
"custom": {
"item_id":1,
"ip_type":2,
"start_ip":3,
"end_ip":4
}
},
{
"table_id":8,
"table_name":"PLUGIN_TABLE",
"table_type":"plugin",
"valid_column":4,
"custom": {
"item_id":1,
"key":2,
"tag":3,
"foreign":[6,8,10]
2023-01-06 18:54:59 +08:00
}
2023-01-30 21:59:35 +08:00
},
{
"table_id":9,
"table_name":"IP_PLUS_CONFIG",
"table_type":"ip_plus",
"valid_column":18,
"custom": {
"item_id":1,
"group_id":2,
"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
}
},
{
"table_id":10,
"table_name":"VIRTUAL_IP_PLUS_TABLE",
"table_type":"virtual",
"physical_table": ["IP_PLUS_CONFIG"]
2022-11-17 05:05:35 +08:00
}
]