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-tsg-master/bin/tsg_maat.json
2021-05-11 17:19:41 +08:00

72 lines
2.6 KiB
JSON

{
"compile_table": "TSG_SECURITY_COMPILE",
"group2compile_table": "GROUP_COMPILE_RELATION",
"group2group_table": "GROUP_GROUP_RELATION",
"rules": [
{
"compile_id": 2,
"service": 0,
"action": 1,
"do_blacklist": 0,
"do_log": 1,
"effective_rage": 0,
"user_region": "Virtual",
"is_valid": "yes",
"groups": [
{
"group_name":"OBJ_DST_IP_ADDR",
"virtual_table":"TSG_SECURITY_SOURCE_ADDR",
"not_flag" : 0,
"regions": [
{
"table_type": "ip_plus",
"table_name": "TSG_OBJ_IP_ADDR",
"table_content": {
"addr_type": "ipv4",
"saddr_format": "range",
"src_ip1": "192.168.41.228",
"src_ip2": "192.168.41.228",
"sport_format": "range",
"src_port1": "0",
"src_port2": "0",
"protocol": 6,
"direction": "double"
}
}
]
},
{
"group_name": "HTTP_APP_ID",
"regions": [
{
"table_name": "TSG_OBJ_APP_ID",
"table_type": "intval",
"table_content": {
"low_boundary": 106,
"up_boundary": 106
}
},
{
"table_name": "TSG_OBJ_APP_ID",
"table_type": "intval",
"table_content": {
"low_boundary": 67,
"up_boundary": 67
}
}
]
}
]
}
],
"plugin_table": [
{
"table_name": "APP_ID_DICT",
"table_content": [
"20002\tUSER_DEFINE\t20000\tparent_name\tcategory\tsubcategory\ttechnology\trisk\tcharacteristics\tnull\tnull\t1\t0\t3600\t3600\t1800\t1800\t1",
"20001\tWhatsApp_video\t20000\tWhatsApp\tcategory\tsubcategory\ttechnology\trisk\tcharacteristics\tnull\tnull\t1\t0\t3600\t3600\t1800\t1800\t1"
]
}
]
}