diff options
| author | hebingning <[email protected]> | 2024-05-31 10:05:08 +0800 |
|---|---|---|
| committer | hebingning <[email protected]> | 2024-05-31 10:05:08 +0800 |
| commit | 87d7ef10b8d40551135293c3e4312a414ee25152 (patch) | |
| tree | d9d72ab6b46513610661d721011caf9f81bf589f | |
| parent | c3f31668052e5506f27e67310e7a7979d66175b0 (diff) | |
删除无应用场景的create_ip_50w用例
| -rw-r--r-- | data/case_data/object_performance/security_deny_create_1000_ip.json | 36 | ||||
| -rw-r--r-- | data/case_data/temp/a/deny_tamper_geography_ssl_allfilter.json | 88 |
2 files changed, 0 insertions, 124 deletions
diff --git a/data/case_data/object_performance/security_deny_create_1000_ip.json b/data/case_data/object_performance/security_deny_create_1000_ip.json deleted file mode 100644 index e6664bc..0000000 --- a/data/case_data/object_performance/security_deny_create_1000_ip.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "isMultiPriority": false, - "ruleNum": 1, - "policyType": "security", - "rule_action_1": "deny", - "method_1": "drop", - "send_tcp_reset_1": 1, - "do_log_1": 2, - "obj_condition_1": [ - { - "is_repeat": 1, - "attribute_name": "ATTR_SOURCE_IP", - "objectType": "ip", - "objectSubType": "ip", - "need_to_verify": false, - "granularity": 60, - "run_times": 10, - "objectList": [ - { - "addItemList": [ - { - "keywordArray": [ - "/root/python_script/tsg_policy_api/data/upload_file/ip.txt" - ] - } - ] - } - ] - } - ], - "app_name_1": ["http"], - "hope_return": "reset", - "counters_1": {"hits": 1}, - "log_query_param_1": [], - "command": "curl -kv http://open.node.com:180" -}
\ No newline at end of file diff --git a/data/case_data/temp/a/deny_tamper_geography_ssl_allfilter.json b/data/case_data/temp/a/deny_tamper_geography_ssl_allfilter.json deleted file mode 100644 index bbd11c2..0000000 --- a/data/case_data/temp/a/deny_tamper_geography_ssl_allfilter.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "isMultiPriority": false, - "ruleNum": 1, - "policyType": "security", - "rule_action_1": "deny", - "method_1": "tamper", - "do_log_1": 2, - "obj_condition_1": [ - { - "attribute_name": "ATTR_DESTINATION_GEO_COUNTRY", - "objectType": "geolocation", - "objectSubType": "geolocation", - "objectList": [ - { - "addItemList": [ - { - "type": "library", - "continent": "Asia", - "geoname_id": "1237569", - "super_administrative_area": "auto_geo_obj", - "administrative_area": "auto_geo_obj", - "country_abbr": "auto_geo_obj", - "country": "auto_geo_obj", - "location_type": "country", - "latitude": "0", - "longitude": "0", - "addr_type": 4, - "ip_address": "93.184.215.14" - } - ] - } - ] - }, - { - "attribute_name": "ATTR_SERVER_FQDN", - "objectType": "fqdn", - "objectSubType": "fqdn", - "objectList": [ - { - "addItemList": [ - { - "keywordArray": [ - "www.example.com" - ] - } - ] - } - ] - }, - { - "attribute_name": "ATTR_SSL_CN", - "objectType": "fqdn", - "objectSubType": "fqdn", - "objectList": [ - { - "addItemList": [ - { - "keywordArray": [ - "www.example.com" - ] - } - ] - } - ] - }, - { - "attribute_name": "ATTR_SSL_SAN", - "objectType": "fqdn", - "objectSubType": "fqdn", - "objectList": [ - { - "addItemList": [ - { - "keywordArray": [ - "www.example.com" - ] - } - ] - } - ] - } - ], - "app_name_1": ["ssl"], - "hope_return": "Connection was reset", - "counters_1": {"hits": 1}, - "log_query_param_1": [{"query_field_key":"ssl_sni","query_value":"www.example.com"}], - "command": "curl --connect-timeout 5 -m 5 https://www.example.com" -} |
