tencentcloud-sdk-nodejs 4.0.701 → 4.0.703
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +915 -0
- package/SERVICE_CHANGELOG.md +922 -222
- package/package.json +1 -1
- package/products.md +31 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +23 -18
- package/src/services/as/v20180419/as_models.ts +1 -4
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +14 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +146 -4
- package/src/services/cfg/v20210820/cfg_client.ts +1 -0
- package/src/services/cfg/v20210820/cfg_models.ts +76 -3
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +4778 -1799
- package/src/services/cwp/v20180228/cwp_models.ts +21046 -9016
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_client.ts +31 -7
- package/src/services/dasb/v20191018/dasb_models.ts +84 -8
- package/src/services/dlc/v20210125/dlc_client.ts +33 -12
- package/src/services/dlc/v20210125/dlc_models.ts +421 -90
- package/src/services/dts/v20211206/dts_models.ts +30 -30
- package/src/services/emr/v20190103/emr_client.ts +18 -6
- package/src/services/emr/v20190103/emr_models.ts +28 -0
- package/src/services/ess/v20201111/ess_client.ts +20 -0
- package/src/services/ess/v20201111/ess_models.ts +85 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +101 -19
- package/src/services/index.ts +0 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -2
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -0
- package/src/services/mps/v20190612/mps_models.ts +91 -30
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/sms/v20190711/sms_client.ts +0 -9
- package/src/services/sms/v20190711/sms_models.ts +16 -14
- package/src/services/ssl/v20191205/ssl_models.ts +32 -4
- package/src/services/tat/v20201028/tat_client.ts +26 -1
- package/src/services/tat/v20201028/tat_models.ts +69 -4
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/teo/v20220901/teo_client.ts +5 -41
- package/src/services/teo/v20220901/teo_models.ts +181 -276
- package/src/services/trp/v20210515/trp_client.ts +17 -3
- package/src/services/trp/v20210515/trp_models.ts +58 -6
- package/src/services/tsf/v20180326/tsf_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +87 -11
- package/src/services/waf/v20180125/waf_models.ts +485 -185
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +23 -18
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -4
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +143 -4
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +75 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1522 -562
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +2285 -847
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20250 -8805
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +11 -3
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +15 -3
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +80 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +12 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +410 -90
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +30 -30
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +7 -3
- package/tencentcloud/services/emr/v20190103/emr_client.js +9 -3
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +26 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +82 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +98 -19
- package/tencentcloud/services/index.d.ts +0 -1
- package/tencentcloud/services/index.js +0 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +88 -30
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -9
- package/tencentcloud/services/sms/v20190711/sms_client.js +0 -9
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +16 -14
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +32 -4
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +9 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +12 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +64 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -13
- package/tencentcloud/services/teo/v20220901/teo_client.js +0 -18
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +181 -270
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +8 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +56 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +25 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +36 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +477 -193
- package/test/cdwpg.v20201230.test.js +10 -0
- package/test/cwp.v20180228.test.js +2948 -558
- package/test/dasb.v20191018.test.js +22 -2
- package/test/dlc.v20210125.test.js +10 -0
- package/test/emr.v20190103.test.js +12 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tat.v20201028.test.js +20 -0
- package/test/teo.v20220901.test.js +0 -30
- package/test/trp.v20210515.test.js +10 -0
- package/test/waf.v20180125.test.js +60 -0
- package/src/services/zj/index.ts +0 -5
- package/src/services/zj/v20190121/index.ts +0 -6
- package/src/services/zj/v20190121/zj_client.ts +0 -311
- package/src/services/zj/v20190121/zj_models.ts +0 -1415
- package/tencentcloud/services/zj/index.d.ts +0 -6
- package/tencentcloud/services/zj/index.js +0 -7
- package/tencentcloud/services/zj/v20190121/index.d.ts +0 -6
- package/tencentcloud/services/zj/v20190121/index.js +0 -9
- package/tencentcloud/services/zj/v20190121/zj_client.d.ts +0 -94
- package/tencentcloud/services/zj/v20190121/zj_client.js +0 -157
- package/tencentcloud/services/zj/v20190121/zj_models.d.ts +0 -1329
- package/tencentcloud/services/zj/v20190121/zj_models.js +0 -18
- package/test/zj.v20190121.test.js +0 -231
|
@@ -27,30 +27,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("cwp.tencentcloudapi.com", "2018-02-28", clientConfig);
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
31
|
-
* 删除标签
|
|
32
|
-
*/
|
|
33
|
-
async DeleteTags(req, cb) {
|
|
34
|
-
return this.request("DeleteTags", req, cb);
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* 获取恶意请求事件列表
|
|
38
|
-
*/
|
|
39
|
-
async DescribeRiskDnsEventList(req, cb) {
|
|
40
|
-
return this.request("DescribeRiskDnsEventList", req, cb);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* 本接口(TrustMalwares)将被识别木马文件设为信任。
|
|
44
|
-
*/
|
|
45
|
-
async TrustMalwares(req, cb) {
|
|
46
|
-
return this.request("TrustMalwares", req, cb);
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* 删除基线规则
|
|
50
|
-
*/
|
|
51
|
-
async DeleteBaselineRule(req, cb) {
|
|
52
|
-
return this.request("DeleteBaselineRule", req, cb);
|
|
53
|
-
}
|
|
54
30
|
/**
|
|
55
31
|
* 获取资产管理端口列表
|
|
56
32
|
*/
|
|
@@ -64,82 +40,52 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
40
|
return this.request("DescribeComponentStatistics", req, cb);
|
|
65
41
|
}
|
|
66
42
|
/**
|
|
67
|
-
*
|
|
68
|
-
*/
|
|
69
|
-
async DescribeScanSchedule(req, cb) {
|
|
70
|
-
return this.request("DescribeScanSchedule", req, cb);
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* 删除服务器关联的标签
|
|
74
|
-
*/
|
|
75
|
-
async DeleteMachineTag(req, cb) {
|
|
76
|
-
return this.request("DeleteMachineTag", req, cb);
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* 获取指定点属性信息
|
|
80
|
-
*/
|
|
81
|
-
async DescribeVertexDetail(req, cb) {
|
|
82
|
-
return this.request("DescribeVertexDetail", req, cb);
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* 按分页形式展示网络攻击日志列表
|
|
86
|
-
*/
|
|
87
|
-
async DescribeAttackLogs(req, cb) {
|
|
88
|
-
return this.request("DescribeAttackLogs", req, cb);
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* 获取漏洞列表数据
|
|
92
|
-
*/
|
|
93
|
-
async DescribeVulList(req, cb) {
|
|
94
|
-
return this.request("DescribeVulList", req, cb);
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* 查询资产管理计划任务列表
|
|
43
|
+
* 获取配置的aeskey和aesiv
|
|
98
44
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
45
|
+
async DescribeAESKey(req, cb) {
|
|
46
|
+
return this.request("DescribeAESKey", req, cb);
|
|
101
47
|
}
|
|
102
48
|
/**
|
|
103
|
-
*
|
|
49
|
+
* 批量修改防勒索策略状态
|
|
104
50
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
51
|
+
async ModifyRansomDefenseStrategyStatus(req, cb) {
|
|
52
|
+
return this.request("ModifyRansomDefenseStrategyStatus", req, cb);
|
|
107
53
|
}
|
|
108
54
|
/**
|
|
109
|
-
*
|
|
55
|
+
* 查询防勒索策略列表
|
|
110
56
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
57
|
+
async DescribeRansomDefenseStrategyList(req, cb) {
|
|
58
|
+
return this.request("DescribeRansomDefenseStrategyList", req, cb);
|
|
113
59
|
}
|
|
114
60
|
/**
|
|
115
|
-
*
|
|
61
|
+
* 导出Jar包列表
|
|
116
62
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
63
|
+
async ExportAssetJarList(req, cb) {
|
|
64
|
+
return this.request("ExportAssetJarList", req, cb);
|
|
119
65
|
}
|
|
120
66
|
/**
|
|
121
|
-
*
|
|
67
|
+
* 获取爆破阻断模式
|
|
122
68
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
69
|
+
async DescribeBanMode(req, cb) {
|
|
70
|
+
return this.request("DescribeBanMode", req, cb);
|
|
125
71
|
}
|
|
126
72
|
/**
|
|
127
|
-
*
|
|
73
|
+
* 停止资产扫描任务
|
|
128
74
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
75
|
+
async StopAssetScan(req, cb) {
|
|
76
|
+
return this.request("StopAssetScan", req, cb);
|
|
131
77
|
}
|
|
132
78
|
/**
|
|
133
|
-
*
|
|
79
|
+
* 获取本地存储键值列表
|
|
134
80
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
81
|
+
async KeysLocalStorage(req, cb) {
|
|
82
|
+
return this.request("KeysLocalStorage", req, cb);
|
|
137
83
|
}
|
|
138
84
|
/**
|
|
139
|
-
*
|
|
85
|
+
* 导出java内存马插件信息
|
|
140
86
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
87
|
+
async ExportJavaMemShellPlugins(req, cb) {
|
|
88
|
+
return this.request("ExportJavaMemShellPlugins", req, cb);
|
|
143
89
|
}
|
|
144
90
|
/**
|
|
145
91
|
* 删除检索模板
|
|
@@ -160,16 +106,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
160
106
|
return this.request("DescribeScanTaskDetails", req, cb);
|
|
161
107
|
}
|
|
162
108
|
/**
|
|
163
|
-
*
|
|
109
|
+
* 查询服务区关联目录详情
|
|
164
110
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
111
|
+
async DescribeServerRelatedDirInfo(req, cb) {
|
|
112
|
+
return this.request("DescribeServerRelatedDirInfo", req, cb);
|
|
167
113
|
}
|
|
168
114
|
/**
|
|
169
|
-
*
|
|
115
|
+
* 导出漏洞防御列表
|
|
170
116
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
117
|
+
async ExportVulDefenceList(req, cb) {
|
|
118
|
+
return this.request("ExportVulDefenceList", req, cb);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* 根据taskid查询检测进度
|
|
122
|
+
*/
|
|
123
|
+
async DescribeScanSchedule(req, cb) {
|
|
124
|
+
return this.request("DescribeScanSchedule", req, cb);
|
|
173
125
|
}
|
|
174
126
|
/**
|
|
175
127
|
* 根据策略信息创建基线策略
|
|
@@ -178,16 +130,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
178
130
|
return this.request("CreateBaselineStrategy", req, cb);
|
|
179
131
|
}
|
|
180
132
|
/**
|
|
181
|
-
*
|
|
133
|
+
* 主机信息与标签信息查询
|
|
182
134
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
135
|
+
async DescribeHostInfo(req, cb) {
|
|
136
|
+
return this.request("DescribeHostInfo", req, cb);
|
|
185
137
|
}
|
|
186
138
|
/**
|
|
187
|
-
*
|
|
139
|
+
* 查询批量导入机器信息
|
|
188
140
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
141
|
+
async DescribeImportMachineInfo(req, cb) {
|
|
142
|
+
return this.request("DescribeImportMachineInfo", req, cb);
|
|
191
143
|
}
|
|
192
144
|
/**
|
|
193
145
|
* 获取基线规则列表
|
|
@@ -196,574 +148,2059 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
196
148
|
return this.request("DescribeBaselineRuleList", req, cb);
|
|
197
149
|
}
|
|
198
150
|
/**
|
|
199
|
-
*
|
|
151
|
+
* 大屏可视化风险资产top5(今日),统计今日风险资产
|
|
200
152
|
*/
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
153
|
+
async DescribeScreenRiskAssetsTop(req, cb) {
|
|
154
|
+
return this.request("DescribeScreenRiskAssetsTop", req, cb);
|
|
203
155
|
}
|
|
204
156
|
/**
|
|
205
|
-
*
|
|
157
|
+
* 获取所有软件应用数量
|
|
206
158
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
159
|
+
async DescribeAssetAppCount(req, cb) {
|
|
160
|
+
return this.request("DescribeAssetAppCount", req, cb);
|
|
209
161
|
}
|
|
210
162
|
/**
|
|
211
|
-
*
|
|
163
|
+
* 接口返回TopN的风险服务器
|
|
212
164
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
165
|
+
async DescribeBaselineHostTop(req, cb) {
|
|
166
|
+
return this.request("DescribeBaselineHostTop", req, cb);
|
|
215
167
|
}
|
|
216
168
|
/**
|
|
217
|
-
*
|
|
169
|
+
* 查询java内存马事件列表
|
|
218
170
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
171
|
+
async DescribeJavaMemShellList(req, cb) {
|
|
172
|
+
return this.request("DescribeJavaMemShellList", req, cb);
|
|
221
173
|
}
|
|
222
174
|
/**
|
|
223
|
-
*
|
|
175
|
+
* 获取基线检测详情记录
|
|
224
176
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
177
|
+
async DescribeBaselineDetectList(req, cb) {
|
|
178
|
+
return this.request("DescribeBaselineDetectList", req, cb);
|
|
227
179
|
}
|
|
228
180
|
/**
|
|
229
|
-
*
|
|
181
|
+
* 专家服务-旗舰重保列表
|
|
230
182
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
183
|
+
async DescribeProtectNetList(req, cb) {
|
|
184
|
+
return this.request("DescribeProtectNetList", req, cb);
|
|
233
185
|
}
|
|
234
186
|
/**
|
|
235
|
-
*
|
|
187
|
+
* 获取反弹Shell规则列表
|
|
236
188
|
*/
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
189
|
+
async DescribeReverseShellRules(req, cb) {
|
|
190
|
+
return this.request("DescribeReverseShellRules", req, cb);
|
|
239
191
|
}
|
|
240
192
|
/**
|
|
241
|
-
*
|
|
193
|
+
* 删除高危命令策略
|
|
242
194
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
195
|
+
async DeleteBashPolicies(req, cb) {
|
|
196
|
+
return this.request("DeleteBashPolicies", req, cb);
|
|
245
197
|
}
|
|
246
198
|
/**
|
|
247
|
-
*
|
|
199
|
+
* 获取漏洞防御概览信息,包括事件趋势及插件开启情况
|
|
248
200
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
201
|
+
async DescribeVulDefenceOverview(req, cb) {
|
|
202
|
+
return this.request("DescribeVulDefenceOverview", req, cb);
|
|
251
203
|
}
|
|
252
204
|
/**
|
|
253
|
-
*
|
|
205
|
+
* 获取所有账号数量
|
|
254
206
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
207
|
+
async DescribeAssetUserCount(req, cb) {
|
|
208
|
+
return this.request("DescribeAssetUserCount", req, cb);
|
|
257
209
|
}
|
|
258
210
|
/**
|
|
259
|
-
*
|
|
211
|
+
* 导出资产管理主机资源详细信息
|
|
260
212
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
213
|
+
async ExportAssetMachineDetail(req, cb) {
|
|
214
|
+
return this.request("ExportAssetMachineDetail", req, cb);
|
|
263
215
|
}
|
|
264
216
|
/**
|
|
265
|
-
*
|
|
217
|
+
* 获取所有Web站点数量
|
|
266
218
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
219
|
+
async DescribeAssetWebLocationCount(req, cb) {
|
|
220
|
+
return this.request("DescribeAssetWebLocationCount", req, cb);
|
|
269
221
|
}
|
|
270
222
|
/**
|
|
271
|
-
*
|
|
223
|
+
* 获取Web站点虚拟目录列表
|
|
272
224
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
225
|
+
async DescribeAssetWebLocationPathList(req, cb) {
|
|
226
|
+
return this.request("DescribeAssetWebLocationPathList", req, cb);
|
|
275
227
|
}
|
|
276
228
|
/**
|
|
277
|
-
*
|
|
229
|
+
* 大屏可视化主机入侵详情
|
|
278
230
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
231
|
+
async DescribeScreenHostInvasion(req, cb) {
|
|
232
|
+
return this.request("DescribeScreenHostInvasion", req, cb);
|
|
281
233
|
}
|
|
282
234
|
/**
|
|
283
|
-
*
|
|
235
|
+
* 查看产生事件时规则详情接口
|
|
284
236
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
237
|
+
async DescribeFileTamperEventRuleInfo(req, cb) {
|
|
238
|
+
return this.request("DescribeFileTamperEventRuleInfo", req, cb);
|
|
287
239
|
}
|
|
288
240
|
/**
|
|
289
|
-
*
|
|
241
|
+
* 查询索引
|
|
290
242
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
243
|
+
async DescribeLogIndex(req, cb) {
|
|
244
|
+
return this.request("DescribeLogIndex", req, cb);
|
|
293
245
|
}
|
|
294
246
|
/**
|
|
295
|
-
*
|
|
247
|
+
* DestroyOrder 该接口可以对资源销毁.
|
|
296
248
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
249
|
+
async DestroyOrder(req, cb) {
|
|
250
|
+
return this.request("DestroyOrder", req, cb);
|
|
299
251
|
}
|
|
300
252
|
/**
|
|
301
|
-
*
|
|
253
|
+
* 新增或更新告警接收人
|
|
302
254
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
255
|
+
async ModifyWebHookReceiver(req, cb) {
|
|
256
|
+
return this.request("ModifyWebHookReceiver", req, cb);
|
|
305
257
|
}
|
|
306
258
|
/**
|
|
307
|
-
*
|
|
259
|
+
* 大屏可视化获取主机相关统计
|
|
308
260
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
261
|
+
async DescribeScreenGeneralStat(req, cb) {
|
|
262
|
+
return this.request("DescribeScreenGeneralStat", req, cb);
|
|
311
263
|
}
|
|
312
264
|
/**
|
|
313
|
-
*
|
|
265
|
+
* 查询高危命令事件详情(新)
|
|
314
266
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
267
|
+
async DescribeBashEventsInfoNew(req, cb) {
|
|
268
|
+
return this.request("DescribeBashEventsInfoNew", req, cb);
|
|
317
269
|
}
|
|
318
270
|
/**
|
|
319
|
-
*
|
|
271
|
+
* 更改基线忽略规则
|
|
320
272
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
273
|
+
async ModifyBaselineRuleIgnore(req, cb) {
|
|
274
|
+
return this.request("ModifyBaselineRuleIgnore", req, cb);
|
|
323
275
|
}
|
|
324
276
|
/**
|
|
325
|
-
*
|
|
277
|
+
* 获取Web服务关联进程列表
|
|
326
278
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
279
|
+
async DescribeAssetWebServiceProcessList(req, cb) {
|
|
280
|
+
return this.request("DescribeAssetWebServiceProcessList", req, cb);
|
|
329
281
|
}
|
|
330
282
|
/**
|
|
331
|
-
*
|
|
283
|
+
* 本接口 (ExportMaliciousRequests) 用于导出下载恶意请求文件。
|
|
332
284
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
285
|
+
async ExportMaliciousRequests(req, cb) {
|
|
286
|
+
return this.request("ExportMaliciousRequests", req, cb);
|
|
335
287
|
}
|
|
336
288
|
/**
|
|
337
|
-
*
|
|
289
|
+
* 获取系统负载、内存使用率、硬盘使用率情况
|
|
338
290
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
291
|
+
async DescribeAssetLoadInfo(req, cb) {
|
|
292
|
+
return this.request("DescribeAssetLoadInfo", req, cb);
|
|
341
293
|
}
|
|
342
294
|
/**
|
|
343
|
-
*
|
|
295
|
+
* 修复基线检测
|
|
344
296
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
297
|
+
async FixBaselineDetect(req, cb) {
|
|
298
|
+
return this.request("FixBaselineDetect", req, cb);
|
|
347
299
|
}
|
|
348
300
|
/**
|
|
349
|
-
*
|
|
301
|
+
* 获取基线规则检测列表
|
|
350
302
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
303
|
+
async DescribeBaselineRuleDetectList(req, cb) {
|
|
304
|
+
return this.request("DescribeBaselineRuleDetectList", req, cb);
|
|
353
305
|
}
|
|
354
306
|
/**
|
|
355
|
-
*
|
|
307
|
+
* 删除授权全部记录
|
|
356
308
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
309
|
+
async DeleteLicenseRecordAll(req, cb) {
|
|
310
|
+
return this.request("DeleteLicenseRecordAll", req, cb);
|
|
359
311
|
}
|
|
360
312
|
/**
|
|
361
|
-
*
|
|
313
|
+
* 获取概览统计数据。
|
|
362
314
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
315
|
+
async DescribeOverviewStatistics(req, cb) {
|
|
316
|
+
return this.request("DescribeOverviewStatistics", req, cb);
|
|
365
317
|
}
|
|
366
318
|
/**
|
|
367
|
-
*
|
|
319
|
+
* 导出基线检测项
|
|
368
320
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
321
|
+
async ExportBaselineItemDetectList(req, cb) {
|
|
322
|
+
return this.request("ExportBaselineItemDetectList", req, cb);
|
|
371
323
|
}
|
|
372
324
|
/**
|
|
373
|
-
*
|
|
325
|
+
* 更新合并后登录审计白名单信息(服务器列表数目应小于1000)
|
|
374
326
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
327
|
+
async ModifyLoginWhiteRecord(req, cb) {
|
|
328
|
+
return this.request("ModifyLoginWhiteRecord", req, cb);
|
|
377
329
|
}
|
|
378
330
|
/**
|
|
379
|
-
*
|
|
331
|
+
* 根据任务id查询基线检测进度
|
|
380
332
|
*/
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
333
|
+
async DescribeBaselineScanSchedule(req, cb) {
|
|
334
|
+
return this.request("DescribeBaselineScanSchedule", req, cb);
|
|
383
335
|
}
|
|
384
336
|
/**
|
|
385
|
-
*
|
|
337
|
+
* 查询网络攻击设置
|
|
386
338
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
339
|
+
async DescribeNetAttackSetting(req, cb) {
|
|
340
|
+
return this.request("DescribeNetAttackSetting", req, cb);
|
|
389
341
|
}
|
|
390
342
|
/**
|
|
391
|
-
* 导出资产管理Web
|
|
343
|
+
* 导出资产管理Web框架列表
|
|
392
344
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
345
|
+
async ExportAssetWebFrameList(req, cb) {
|
|
346
|
+
return this.request("ExportAssetWebFrameList", req, cb);
|
|
395
347
|
}
|
|
396
348
|
/**
|
|
397
|
-
*
|
|
349
|
+
* 检验核心文件监控前端新增和编辑时的规则参数。
|
|
398
350
|
*/
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
351
|
+
async CheckFileTamperRule(req, cb) {
|
|
352
|
+
return this.request("CheckFileTamperRule", req, cb);
|
|
401
353
|
}
|
|
402
354
|
/**
|
|
403
|
-
*
|
|
355
|
+
* 获取网络攻击白名单列表
|
|
404
356
|
*/
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
357
|
+
async DescribeNetAttackWhiteList(req, cb) {
|
|
358
|
+
return this.request("DescribeNetAttackWhiteList", req, cb);
|
|
407
359
|
}
|
|
408
360
|
/**
|
|
409
|
-
*
|
|
361
|
+
* 删除本地提权规则
|
|
410
362
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
363
|
+
async DeletePrivilegeRules(req, cb) {
|
|
364
|
+
return this.request("DeletePrivilegeRules", req, cb);
|
|
413
365
|
}
|
|
414
366
|
/**
|
|
415
|
-
*
|
|
367
|
+
* 切换高危命令策略状态
|
|
416
368
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
369
|
+
async ModifyBashPolicyStatus(req, cb) {
|
|
370
|
+
return this.request("ModifyBashPolicyStatus", req, cb);
|
|
419
371
|
}
|
|
420
372
|
/**
|
|
421
|
-
*
|
|
373
|
+
* 删除恶意请求事件
|
|
422
374
|
*/
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
375
|
+
async DeleteRiskDnsEvent(req, cb) {
|
|
376
|
+
return this.request("DeleteRiskDnsEvent", req, cb);
|
|
425
377
|
}
|
|
426
378
|
/**
|
|
427
|
-
*
|
|
379
|
+
* 设置本地存储数据
|
|
428
380
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
381
|
+
async SetLocalStorageItem(req, cb) {
|
|
382
|
+
return this.request("SetLocalStorageItem", req, cb);
|
|
431
383
|
}
|
|
432
384
|
/**
|
|
433
|
-
*
|
|
385
|
+
* 本接口用于删除异地登录白名单规则。
|
|
434
386
|
*/
|
|
435
|
-
async
|
|
436
|
-
return this.request("
|
|
387
|
+
async DeleteLoginWhiteList(req, cb) {
|
|
388
|
+
return this.request("DeleteLoginWhiteList", req, cb);
|
|
437
389
|
}
|
|
438
390
|
/**
|
|
439
|
-
*
|
|
391
|
+
* 删除日志下载任务
|
|
440
392
|
*/
|
|
441
|
-
async
|
|
442
|
-
return this.request("
|
|
393
|
+
async DeleteLogExport(req, cb) {
|
|
394
|
+
return this.request("DeleteLogExport", req, cb);
|
|
443
395
|
}
|
|
444
396
|
/**
|
|
445
|
-
*
|
|
397
|
+
* 本接口 (DescribeExportMachines) 用于导出区域主机列表。
|
|
446
398
|
*/
|
|
447
|
-
async
|
|
448
|
-
return this.request("
|
|
399
|
+
async DescribeExportMachines(req, cb) {
|
|
400
|
+
return this.request("DescribeExportMachines", req, cb);
|
|
449
401
|
}
|
|
450
402
|
/**
|
|
451
|
-
*
|
|
403
|
+
* 清理本地存储数据
|
|
452
404
|
*/
|
|
453
|
-
async
|
|
454
|
-
return this.request("
|
|
405
|
+
async ClearLocalStorage(req, cb) {
|
|
406
|
+
return this.request("ClearLocalStorage", req, cb);
|
|
455
407
|
}
|
|
456
408
|
/**
|
|
457
|
-
*
|
|
409
|
+
* 获取所有Web框架数量
|
|
458
410
|
*/
|
|
459
|
-
async
|
|
460
|
-
return this.request("
|
|
411
|
+
async DescribeAssetWebFrameCount(req, cb) {
|
|
412
|
+
return this.request("DescribeAssetWebFrameCount", req, cb);
|
|
461
413
|
}
|
|
462
414
|
/**
|
|
463
|
-
*
|
|
415
|
+
* 根据基线策略id删除策略
|
|
464
416
|
*/
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
417
|
+
async DeleteBaselineStrategy(req, cb) {
|
|
418
|
+
return this.request("DeleteBaselineStrategy", req, cb);
|
|
467
419
|
}
|
|
468
420
|
/**
|
|
469
|
-
*
|
|
421
|
+
* 查询授权信息
|
|
470
422
|
*/
|
|
471
|
-
async
|
|
472
|
-
return this.request("
|
|
423
|
+
async DescribeLicense(req, cb) {
|
|
424
|
+
return this.request("DescribeLicense", req, cb);
|
|
473
425
|
}
|
|
474
426
|
/**
|
|
475
|
-
*
|
|
427
|
+
* 导出高危命令策略
|
|
476
428
|
*/
|
|
477
|
-
async
|
|
478
|
-
return this.request("
|
|
429
|
+
async ExportBashPolicies(req, cb) {
|
|
430
|
+
return this.request("ExportBashPolicies", req, cb);
|
|
479
431
|
}
|
|
480
432
|
/**
|
|
481
|
-
*
|
|
433
|
+
* 本接口 (DescribeMachineLicenseDetail)查询机器授权信息
|
|
482
434
|
*/
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
435
|
+
async DescribeMachineLicenseDetail(req, cb) {
|
|
436
|
+
return this.request("DescribeMachineLicenseDetail", req, cb);
|
|
485
437
|
}
|
|
486
438
|
/**
|
|
487
|
-
*
|
|
439
|
+
* 切换高危命令规则状态
|
|
488
440
|
*/
|
|
489
|
-
async
|
|
490
|
-
return this.request("
|
|
441
|
+
async SwitchBashRules(req, cb) {
|
|
442
|
+
return this.request("SwitchBashRules", req, cb);
|
|
491
443
|
}
|
|
492
444
|
/**
|
|
493
|
-
*
|
|
445
|
+
* 获取账号列表
|
|
494
446
|
*/
|
|
495
|
-
async
|
|
496
|
-
return this.request("
|
|
447
|
+
async DescribeAssetUserList(req, cb) {
|
|
448
|
+
return this.request("DescribeAssetUserList", req, cb);
|
|
497
449
|
}
|
|
498
450
|
/**
|
|
499
|
-
*
|
|
451
|
+
* 获取Web站点详情
|
|
500
452
|
*/
|
|
501
|
-
async
|
|
502
|
-
return this.request("
|
|
453
|
+
async DescribeAssetWebLocationInfo(req, cb) {
|
|
454
|
+
return this.request("DescribeAssetWebLocationInfo", req, cb);
|
|
503
455
|
}
|
|
504
456
|
/**
|
|
505
|
-
*
|
|
457
|
+
* 查询给定主机java内存马插件信息
|
|
506
458
|
*/
|
|
507
|
-
async
|
|
508
|
-
return this.request("
|
|
459
|
+
async DescribeJavaMemShellPluginInfo(req, cb) {
|
|
460
|
+
return this.request("DescribeJavaMemShellPluginInfo", req, cb);
|
|
509
461
|
}
|
|
510
462
|
/**
|
|
511
|
-
*
|
|
463
|
+
* 获取密码破解列表
|
|
512
464
|
*/
|
|
513
|
-
async
|
|
514
|
-
return this.request("
|
|
465
|
+
async DescribeBruteAttackList(req, cb) {
|
|
466
|
+
return this.request("DescribeBruteAttackList", req, cb);
|
|
515
467
|
}
|
|
516
468
|
/**
|
|
517
|
-
*
|
|
469
|
+
* 查询资产管理数据库列表
|
|
518
470
|
*/
|
|
519
|
-
async
|
|
520
|
-
return this.request("
|
|
471
|
+
async DescribeAssetDatabaseList(req, cb) {
|
|
472
|
+
return this.request("DescribeAssetDatabaseList", req, cb);
|
|
521
473
|
}
|
|
522
474
|
/**
|
|
523
|
-
*
|
|
475
|
+
* 漏洞影响主机列表
|
|
524
476
|
*/
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
477
|
+
async DescribeVulEffectHostList(req, cb) {
|
|
478
|
+
return this.request("DescribeVulEffectHostList", req, cb);
|
|
527
479
|
}
|
|
528
480
|
/**
|
|
529
|
-
*
|
|
481
|
+
* 查询基线是否第一次检测
|
|
530
482
|
*/
|
|
531
|
-
async
|
|
532
|
-
return this.request("
|
|
483
|
+
async CheckFirstScanBaseline(req, cb) {
|
|
484
|
+
return this.request("CheckFirstScanBaseline", req, cb);
|
|
533
485
|
}
|
|
534
486
|
/**
|
|
535
|
-
*
|
|
487
|
+
* 获取快速检索列表
|
|
536
488
|
*/
|
|
537
|
-
async
|
|
538
|
-
return this.request("
|
|
489
|
+
async DescribeSearchTemplates(req, cb) {
|
|
490
|
+
return this.request("DescribeSearchTemplates", req, cb);
|
|
539
491
|
}
|
|
540
492
|
/**
|
|
541
|
-
*
|
|
493
|
+
* 导出资产管理Web服务列表
|
|
542
494
|
*/
|
|
543
|
-
async
|
|
544
|
-
return this.request("
|
|
495
|
+
async ExportAssetWebServiceInfoList(req, cb) {
|
|
496
|
+
return this.request("ExportAssetWebServiceInfoList", req, cb);
|
|
545
497
|
}
|
|
546
498
|
/**
|
|
547
|
-
*
|
|
499
|
+
* 本接口(SeparateMalwares)用于隔离木马。
|
|
548
500
|
*/
|
|
549
|
-
async
|
|
550
|
-
return this.request("
|
|
501
|
+
async SeparateMalwares(req, cb) {
|
|
502
|
+
return this.request("SeparateMalwares", req, cb);
|
|
551
503
|
}
|
|
552
504
|
/**
|
|
553
|
-
*
|
|
505
|
+
* 删除网络攻击白名单
|
|
554
506
|
*/
|
|
555
|
-
async
|
|
556
|
-
return this.request("
|
|
507
|
+
async DeleteNetAttackWhiteList(req, cb) {
|
|
508
|
+
return this.request("DeleteNetAttackWhiteList", req, cb);
|
|
557
509
|
}
|
|
558
510
|
/**
|
|
559
|
-
*
|
|
511
|
+
* 获取日志下载任务列表
|
|
560
512
|
*/
|
|
561
|
-
async
|
|
562
|
-
return this.request("
|
|
513
|
+
async DescribeLogExports(req, cb) {
|
|
514
|
+
return this.request("DescribeLogExports", req, cb);
|
|
563
515
|
}
|
|
564
516
|
/**
|
|
565
|
-
*
|
|
517
|
+
* 大屏可视化主机区域列表
|
|
566
518
|
*/
|
|
567
|
-
async
|
|
568
|
-
return this.request("
|
|
519
|
+
async DescribeScreenMachines(req, cb) {
|
|
520
|
+
return this.request("DescribeScreenMachines", req, cb);
|
|
569
521
|
}
|
|
570
522
|
/**
|
|
571
|
-
*
|
|
523
|
+
* 大屏获取安全防护状态
|
|
572
524
|
*/
|
|
573
|
-
async
|
|
574
|
-
return this.request("
|
|
525
|
+
async DescribeScreenProtectionStat(req, cb) {
|
|
526
|
+
return this.request("DescribeScreenProtectionStat", req, cb);
|
|
575
527
|
}
|
|
576
528
|
/**
|
|
577
|
-
*
|
|
529
|
+
* 获取高危命令列表(新)
|
|
578
530
|
*/
|
|
579
|
-
async
|
|
580
|
-
return this.request("
|
|
531
|
+
async DescribeBashEventsNew(req, cb) {
|
|
532
|
+
return this.request("DescribeBashEventsNew", req, cb);
|
|
581
533
|
}
|
|
582
534
|
/**
|
|
583
|
-
*
|
|
535
|
+
* 获取资产指纹页面的资源监控列表
|
|
584
536
|
*/
|
|
585
|
-
async
|
|
586
|
-
return this.request("
|
|
537
|
+
async DescribeAssetMachineList(req, cb) {
|
|
538
|
+
return this.request("DescribeAssetMachineList", req, cb);
|
|
587
539
|
}
|
|
588
540
|
/**
|
|
589
|
-
*
|
|
541
|
+
* 删除主机所有记录,目前只支持非腾讯云主机,且需要主机在离线状态
|
|
590
542
|
*/
|
|
591
|
-
async
|
|
592
|
-
return this.request("
|
|
543
|
+
async RemoveMachine(req, cb) {
|
|
544
|
+
return this.request("RemoveMachine", req, cb);
|
|
593
545
|
}
|
|
594
546
|
/**
|
|
595
|
-
*
|
|
547
|
+
* 获取主机所有资源数量
|
|
596
548
|
*/
|
|
597
|
-
async
|
|
598
|
-
return this.request("
|
|
549
|
+
async DescribeAssetHostTotalCount(req, cb) {
|
|
550
|
+
return this.request("DescribeAssetHostTotalCount", req, cb);
|
|
599
551
|
}
|
|
600
552
|
/**
|
|
601
|
-
*
|
|
553
|
+
* 获取Web站点列表
|
|
602
554
|
*/
|
|
603
|
-
async
|
|
604
|
-
return this.request("
|
|
555
|
+
async DescribeAssetWebLocationList(req, cb) {
|
|
556
|
+
return this.request("DescribeAssetWebLocationList", req, cb);
|
|
605
557
|
}
|
|
606
558
|
/**
|
|
607
|
-
*
|
|
559
|
+
* 查询恶意请求事件详情
|
|
608
560
|
*/
|
|
609
|
-
async
|
|
610
|
-
return this.request("
|
|
561
|
+
async DescribeRiskDnsEventInfo(req, cb) {
|
|
562
|
+
return this.request("DescribeRiskDnsEventInfo", req, cb);
|
|
611
563
|
}
|
|
612
564
|
/**
|
|
613
|
-
*
|
|
565
|
+
* 导出高危命令事件(新)
|
|
614
566
|
*/
|
|
615
|
-
async
|
|
616
|
-
return this.request("
|
|
567
|
+
async ExportBashEventsNew(req, cb) {
|
|
568
|
+
return this.request("ExportBashEventsNew", req, cb);
|
|
617
569
|
}
|
|
618
570
|
/**
|
|
619
|
-
*
|
|
571
|
+
* 查询入侵检测事件更新状态任务是否完成
|
|
620
572
|
*/
|
|
621
|
-
async
|
|
622
|
-
return this.request("
|
|
573
|
+
async DescribeRiskBatchStatus(req, cb) {
|
|
574
|
+
return this.request("DescribeRiskBatchStatus", req, cb);
|
|
623
575
|
}
|
|
624
576
|
/**
|
|
625
|
-
*
|
|
577
|
+
* 获取资产管理进程列表
|
|
626
578
|
*/
|
|
627
|
-
async
|
|
628
|
-
return this.request("
|
|
579
|
+
async DescribeAssetProcessInfoList(req, cb) {
|
|
580
|
+
return this.request("DescribeAssetProcessInfoList", req, cb);
|
|
629
581
|
}
|
|
630
582
|
/**
|
|
631
|
-
*
|
|
583
|
+
* 查询告警接收人列表
|
|
632
584
|
*/
|
|
633
|
-
async
|
|
634
|
-
return this.request("
|
|
585
|
+
async DescribeWebHookReceiver(req, cb) {
|
|
586
|
+
return this.request("DescribeWebHookReceiver", req, cb);
|
|
635
587
|
}
|
|
636
588
|
/**
|
|
637
|
-
*
|
|
589
|
+
* 用于设置新增主机自动开通专业防护配置。
|
|
638
590
|
*/
|
|
639
|
-
async
|
|
640
|
-
return this.request("
|
|
591
|
+
async ModifyAutoOpenProVersionConfig(req, cb) {
|
|
592
|
+
return this.request("ModifyAutoOpenProVersionConfig", req, cb);
|
|
641
593
|
}
|
|
642
594
|
/**
|
|
643
|
-
*
|
|
595
|
+
* 设置本地存储过期时间
|
|
644
596
|
*/
|
|
645
|
-
async
|
|
646
|
-
return this.request("
|
|
597
|
+
async SetLocalStorageExpire(req, cb) {
|
|
598
|
+
return this.request("SetLocalStorageExpire", req, cb);
|
|
647
599
|
}
|
|
648
600
|
/**
|
|
649
|
-
*
|
|
601
|
+
* 漏洞修护-查询可修护主机信息
|
|
650
602
|
*/
|
|
651
|
-
async
|
|
652
|
-
return this.request("
|
|
603
|
+
async DescribeCanFixVulMachine(req, cb) {
|
|
604
|
+
return this.request("DescribeCanFixVulMachine", req, cb);
|
|
653
605
|
}
|
|
654
606
|
/**
|
|
655
|
-
*
|
|
607
|
+
* 更改基线策略状态
|
|
656
608
|
*/
|
|
657
|
-
async
|
|
658
|
-
return this.request("
|
|
609
|
+
async ModifyBaselinePolicyState(req, cb) {
|
|
610
|
+
return this.request("ModifyBaselinePolicyState", req, cb);
|
|
659
611
|
}
|
|
660
612
|
/**
|
|
661
|
-
*
|
|
613
|
+
* 测试企微机器人规则
|
|
662
614
|
*/
|
|
663
|
-
async
|
|
664
|
-
return this.request("
|
|
615
|
+
async TestWebHookRule(req, cb) {
|
|
616
|
+
return this.request("TestWebHookRule", req, cb);
|
|
665
617
|
}
|
|
666
618
|
/**
|
|
667
|
-
*
|
|
619
|
+
* 入侵管理-终止扫描任务
|
|
668
620
|
*/
|
|
669
|
-
async
|
|
670
|
-
return this.request("
|
|
621
|
+
async DeleteMalwareScanTask(req, cb) {
|
|
622
|
+
return this.request("DeleteMalwareScanTask", req, cb);
|
|
671
623
|
}
|
|
672
624
|
/**
|
|
673
|
-
*
|
|
625
|
+
* 核心文件监控规则列表
|
|
674
626
|
*/
|
|
675
|
-
async
|
|
676
|
-
return this.request("
|
|
627
|
+
async DescribeFileTamperRules(req, cb) {
|
|
628
|
+
return this.request("DescribeFileTamperRules", req, cb);
|
|
677
629
|
}
|
|
678
630
|
/**
|
|
679
|
-
*
|
|
631
|
+
* 查询主机高级防御事件数统计
|
|
680
632
|
*/
|
|
681
|
-
async
|
|
682
|
-
return this.request("
|
|
633
|
+
async DescribeMachineDefenseCnt(req, cb) {
|
|
634
|
+
return this.request("DescribeMachineDefenseCnt", req, cb);
|
|
683
635
|
}
|
|
684
636
|
/**
|
|
685
|
-
*
|
|
637
|
+
* 用于获取专业版概览信息。
|
|
686
638
|
*/
|
|
687
|
-
async
|
|
688
|
-
return this.request("
|
|
639
|
+
async DescribeProVersionInfo(req, cb) {
|
|
640
|
+
return this.request("DescribeProVersionInfo", req, cb);
|
|
689
641
|
}
|
|
690
642
|
/**
|
|
691
|
-
*
|
|
643
|
+
* 修改网络攻击设置
|
|
692
644
|
*/
|
|
693
|
-
async
|
|
694
|
-
return this.request("
|
|
645
|
+
async ModifyNetAttackSetting(req, cb) {
|
|
646
|
+
return this.request("ModifyNetAttackSetting", req, cb);
|
|
695
647
|
}
|
|
696
648
|
/**
|
|
697
|
-
*
|
|
649
|
+
* 删除阻断白名单列表
|
|
698
650
|
*/
|
|
699
|
-
async
|
|
700
|
-
return this.request("
|
|
651
|
+
async DeleteBanWhiteList(req, cb) {
|
|
652
|
+
return this.request("DeleteBanWhiteList", req, cb);
|
|
701
653
|
}
|
|
702
654
|
/**
|
|
703
|
-
*
|
|
655
|
+
* 查询网站防篡改概览信息
|
|
704
656
|
*/
|
|
705
|
-
async
|
|
706
|
-
return this.request("
|
|
657
|
+
async DescribeWebPageGeneralize(req, cb) {
|
|
658
|
+
return this.request("DescribeWebPageGeneralize", req, cb);
|
|
707
659
|
}
|
|
708
660
|
/**
|
|
709
|
-
*
|
|
661
|
+
* 获取本地提权事件列表
|
|
710
662
|
*/
|
|
711
|
-
async
|
|
712
|
-
return this.request("
|
|
663
|
+
async DescribePrivilegeEvents(req, cb) {
|
|
664
|
+
return this.request("DescribePrivilegeEvents", req, cb);
|
|
713
665
|
}
|
|
714
666
|
/**
|
|
715
|
-
*
|
|
667
|
+
* 本接口(DescribeMachineInfo)用于获取机器详细信息。
|
|
716
668
|
*/
|
|
717
|
-
async
|
|
718
|
-
return this.request("
|
|
669
|
+
async DescribeMachineInfo(req, cb) {
|
|
670
|
+
return this.request("DescribeMachineInfo", req, cb);
|
|
719
671
|
}
|
|
720
672
|
/**
|
|
721
|
-
*
|
|
673
|
+
* 获取各种类型资源Top5
|
|
722
674
|
*/
|
|
723
|
-
async
|
|
724
|
-
return this.request("
|
|
675
|
+
async DescribeAssetTypeTop(req, cb) {
|
|
676
|
+
return this.request("DescribeAssetTypeTop", req, cb);
|
|
725
677
|
}
|
|
726
678
|
/**
|
|
727
|
-
*
|
|
679
|
+
* 导出勒索防御策略绑定机器列表
|
|
728
680
|
*/
|
|
729
|
-
async
|
|
730
|
-
return this.request("
|
|
681
|
+
async ExportRansomDefenseStrategyMachines(req, cb) {
|
|
682
|
+
return this.request("ExportRansomDefenseStrategyMachines", req, cb);
|
|
731
683
|
}
|
|
732
684
|
/**
|
|
733
|
-
*
|
|
685
|
+
* 获取日志检索容量使用统计
|
|
734
686
|
*/
|
|
735
|
-
async
|
|
736
|
-
return this.request("
|
|
687
|
+
async DescribeLogStorageStatistic(req, cb) {
|
|
688
|
+
return this.request("DescribeLogStorageStatistic", req, cb);
|
|
737
689
|
}
|
|
738
690
|
/**
|
|
739
|
-
*
|
|
691
|
+
* 获取一键忽略受影响的检测项和主机信息
|
|
740
692
|
*/
|
|
741
|
-
async
|
|
742
|
-
return this.request("
|
|
693
|
+
async DescribeIgnoreHostAndItemConfig(req, cb) {
|
|
694
|
+
return this.request("DescribeIgnoreHostAndItemConfig", req, cb);
|
|
743
695
|
}
|
|
744
696
|
/**
|
|
745
|
-
*
|
|
697
|
+
* 查询已经忽略的检测项信息
|
|
746
698
|
*/
|
|
747
|
-
async
|
|
748
|
-
return this.request("
|
|
749
|
-
}
|
|
699
|
+
async DescribeIgnoreBaselineRule(req, cb) {
|
|
700
|
+
return this.request("DescribeIgnoreBaselineRule", req, cb);
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* 查询日志投递kafka可选项列表
|
|
704
|
+
*/
|
|
705
|
+
async DescribeLogDeliveryKafkaOptions(req, cb) {
|
|
706
|
+
return this.request("DescribeLogDeliveryKafkaOptions", req, cb);
|
|
707
|
+
}
|
|
708
|
+
/**
|
|
709
|
+
* 查询主机入侵检测事件统计
|
|
710
|
+
*/
|
|
711
|
+
async DescribeMachineRiskCnt(req, cb) {
|
|
712
|
+
return this.request("DescribeMachineRiskCnt", req, cb);
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
* 大屏可视化安全播报
|
|
716
|
+
*/
|
|
717
|
+
async DescribeScreenBroadcasts(req, cb) {
|
|
718
|
+
return this.request("DescribeScreenBroadcasts", req, cb);
|
|
719
|
+
}
|
|
720
|
+
/**
|
|
721
|
+
* 该接口可以创建白名单订单
|
|
722
|
+
*/
|
|
723
|
+
async CreateWhiteListOrder(req, cb) {
|
|
724
|
+
return this.request("CreateWhiteListOrder", req, cb);
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* 设置中心-授权管理 对某个授权批量解绑机器
|
|
728
|
+
*/
|
|
729
|
+
async ModifyLicenseUnBinds(req, cb) {
|
|
730
|
+
return this.request("ModifyLicenseUnBinds", req, cb);
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* 获取版本对比信息
|
|
734
|
+
*/
|
|
735
|
+
async DescribeVersionCompareChart(req, cb) {
|
|
736
|
+
return this.request("DescribeVersionCompareChart", req, cb);
|
|
737
|
+
}
|
|
738
|
+
/**
|
|
739
|
+
* 该接口可以对入侵检测-文件查杀扫描检测
|
|
740
|
+
*/
|
|
741
|
+
async CreateScanMalwareSetting(req, cb) {
|
|
742
|
+
return this.request("CreateScanMalwareSetting", req, cb);
|
|
743
|
+
}
|
|
744
|
+
/**
|
|
745
|
+
* 获取全网勒索态势
|
|
746
|
+
*/
|
|
747
|
+
async DescribeRansomDefenseTrend(req, cb) {
|
|
748
|
+
return this.request("DescribeRansomDefenseTrend", req, cb);
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
* 导出资产管理Web应用列表
|
|
752
|
+
*/
|
|
753
|
+
async ExportAssetWebAppList(req, cb) {
|
|
754
|
+
return this.request("ExportAssetWebAppList", req, cb);
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* 该接口可以获取设置中心-授权管理,某个授权下已绑定的授权机器列表
|
|
758
|
+
*/
|
|
759
|
+
async DescribeLicenseBindList(req, cb) {
|
|
760
|
+
return this.request("DescribeLicenseBindList", req, cb);
|
|
761
|
+
}
|
|
762
|
+
/**
|
|
763
|
+
* 获取内核模块详情
|
|
764
|
+
*/
|
|
765
|
+
async DescribeAssetCoreModuleInfo(req, cb) {
|
|
766
|
+
return this.request("DescribeAssetCoreModuleInfo", req, cb);
|
|
767
|
+
}
|
|
768
|
+
/**
|
|
769
|
+
* 获取主机相关统计
|
|
770
|
+
*/
|
|
771
|
+
async DescribeGeneralStat(req, cb) {
|
|
772
|
+
return this.request("DescribeGeneralStat", req, cb);
|
|
773
|
+
}
|
|
774
|
+
/**
|
|
775
|
+
* 开关java内存马插件
|
|
776
|
+
*/
|
|
777
|
+
async ModifyJavaMemShellPluginSwitch(req, cb) {
|
|
778
|
+
return this.request("ModifyJavaMemShellPluginSwitch", req, cb);
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* 获取资产管理数据库详情
|
|
782
|
+
*/
|
|
783
|
+
async DescribeAssetDatabaseInfo(req, cb) {
|
|
784
|
+
return this.request("DescribeAssetDatabaseInfo", req, cb);
|
|
785
|
+
}
|
|
786
|
+
/**
|
|
787
|
+
* 获取木马白名单列表
|
|
788
|
+
*/
|
|
789
|
+
async DescribeMalwareWhiteList(req, cb) {
|
|
790
|
+
return this.request("DescribeMalwareWhiteList", req, cb);
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* 查询定期检测的配置
|
|
794
|
+
*/
|
|
795
|
+
async DescribeScanVulSetting(req, cb) {
|
|
796
|
+
return this.request("DescribeScanVulSetting", req, cb);
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* 创建木马白名单
|
|
800
|
+
*/
|
|
801
|
+
async CreateMalwareWhiteList(req, cb) {
|
|
802
|
+
return this.request("CreateMalwareWhiteList", req, cb);
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* 本接口(DeleteMachine)用于卸载主机安全客户端。
|
|
806
|
+
*/
|
|
807
|
+
async DeleteMachine(req, cb) {
|
|
808
|
+
return this.request("DeleteMachine", req, cb);
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* 核心文件事件更新
|
|
812
|
+
*/
|
|
813
|
+
async ModifyFileTamperEvents(req, cb) {
|
|
814
|
+
return this.request("ModifyFileTamperEvents", req, cb);
|
|
815
|
+
}
|
|
816
|
+
/**
|
|
817
|
+
* 查询安全播报文章信息
|
|
818
|
+
*/
|
|
819
|
+
async DescribeSecurityBroadcastInfo(req, cb) {
|
|
820
|
+
return this.request("DescribeSecurityBroadcastInfo", req, cb);
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* ScanTaskAgain 重新开始扫描任务,可以指定机器
|
|
824
|
+
*/
|
|
825
|
+
async ScanTaskAgain(req, cb) {
|
|
826
|
+
return this.request("ScanTaskAgain", req, cb);
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* 获取漏洞概览数据
|
|
830
|
+
*/
|
|
831
|
+
async DescribeVulOverview(req, cb) {
|
|
832
|
+
return this.request("DescribeVulOverview", req, cb);
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
* 日志分析功能-获取日志类型,使用该接口返回的结果暂时可过滤的日志类型
|
|
836
|
+
*/
|
|
837
|
+
async DescribeLogType(req, cb) {
|
|
838
|
+
return this.request("DescribeLogType", req, cb);
|
|
839
|
+
}
|
|
840
|
+
/**
|
|
841
|
+
* 网络攻击事件详情
|
|
842
|
+
*/
|
|
843
|
+
async DescribeAttackEventInfo(req, cb) {
|
|
844
|
+
return this.request("DescribeAttackEventInfo", req, cb);
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* 大屏可视化获取全网攻击热点
|
|
848
|
+
*/
|
|
849
|
+
async DescribeScreenAttackHotspot(req, cb) {
|
|
850
|
+
return this.request("DescribeScreenAttackHotspot", req, cb);
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* 网站防篡改-删除事件记录
|
|
854
|
+
*/
|
|
855
|
+
async DeleteWebPageEventLog(req, cb) {
|
|
856
|
+
return this.request("DeleteWebPageEventLog", req, cb);
|
|
857
|
+
}
|
|
858
|
+
/**
|
|
859
|
+
* 导出修复列表
|
|
860
|
+
*/
|
|
861
|
+
async ExportBaselineFixList(req, cb) {
|
|
862
|
+
return this.request("ExportBaselineFixList", req, cb);
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* 用于获取单台主机或所有主机是否开通专业版状态。
|
|
866
|
+
*/
|
|
867
|
+
async DescribeProVersionStatus(req, cb) {
|
|
868
|
+
return this.request("DescribeProVersionStatus", req, cb);
|
|
869
|
+
}
|
|
870
|
+
/**
|
|
871
|
+
* 本接口 (DescribeMachines) 用于获取区域主机列表。
|
|
872
|
+
*/
|
|
873
|
+
async DescribeMachines(req, cb) {
|
|
874
|
+
return this.request("DescribeMachines", req, cb);
|
|
875
|
+
}
|
|
876
|
+
/**
|
|
877
|
+
* 获取基线检测主机列表
|
|
878
|
+
*/
|
|
879
|
+
async DescribeBaselineHostDetectList(req, cb) {
|
|
880
|
+
return this.request("DescribeBaselineHostDetectList", req, cb);
|
|
881
|
+
}
|
|
882
|
+
/**
|
|
883
|
+
* 查询资产管理Web服务列表
|
|
884
|
+
*/
|
|
885
|
+
async DescribeAssetWebServiceInfoList(req, cb) {
|
|
886
|
+
return this.request("DescribeAssetWebServiceInfoList", req, cb);
|
|
887
|
+
}
|
|
888
|
+
/**
|
|
889
|
+
* 获取所有进程数量
|
|
890
|
+
*/
|
|
891
|
+
async DescribeAssetProcessCount(req, cb) {
|
|
892
|
+
return this.request("DescribeAssetProcessCount", req, cb);
|
|
893
|
+
}
|
|
894
|
+
/**
|
|
895
|
+
* 删除服务器关联的标签
|
|
896
|
+
*/
|
|
897
|
+
async DeleteMachineTag(req, cb) {
|
|
898
|
+
return this.request("DeleteMachineTag", req, cb);
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* 获取漏洞态势信息
|
|
902
|
+
*/
|
|
903
|
+
async DescribeVulTrend(req, cb) {
|
|
904
|
+
return this.request("DescribeVulTrend", req, cb);
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* 获取指定点属性信息
|
|
908
|
+
*/
|
|
909
|
+
async DescribeVertexDetail(req, cb) {
|
|
910
|
+
return this.request("DescribeVertexDetail", req, cb);
|
|
911
|
+
}
|
|
912
|
+
/**
|
|
913
|
+
* 按分页形式展示网络攻击日志列表
|
|
914
|
+
*/
|
|
915
|
+
async DescribeAttackLogs(req, cb) {
|
|
916
|
+
return this.request("DescribeAttackLogs", req, cb);
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* 修改告警策略开关
|
|
920
|
+
*/
|
|
921
|
+
async ModifyWebHookPolicyStatus(req, cb) {
|
|
922
|
+
return this.request("ModifyWebHookPolicyStatus", req, cb);
|
|
923
|
+
}
|
|
924
|
+
/**
|
|
925
|
+
* 导出检测项结果列表
|
|
926
|
+
*/
|
|
927
|
+
async ExportBaselineItemList(req, cb) {
|
|
928
|
+
return this.request("ExportBaselineItemList", req, cb);
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* 获取基线检测项TOP5
|
|
932
|
+
*/
|
|
933
|
+
async DescribeBaselineItemRiskTop(req, cb) {
|
|
934
|
+
return this.request("DescribeBaselineItemRiskTop", req, cb);
|
|
935
|
+
}
|
|
936
|
+
/**
|
|
937
|
+
* 导出资产管理应用列表
|
|
938
|
+
*/
|
|
939
|
+
async ExportAssetAppList(req, cb) {
|
|
940
|
+
return this.request("ExportAssetAppList", req, cb);
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* 导出弱口令配置列表
|
|
944
|
+
*/
|
|
945
|
+
async ExportBaselineWeakPasswordList(req, cb) {
|
|
946
|
+
return this.request("ExportBaselineWeakPasswordList", req, cb);
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
* 查询一个用户下的基线策略信息
|
|
950
|
+
*/
|
|
951
|
+
async DescribeBaselineStrategyList(req, cb) {
|
|
952
|
+
return this.request("DescribeBaselineStrategyList", req, cb);
|
|
953
|
+
}
|
|
954
|
+
/**
|
|
955
|
+
* 删除本地存储数据
|
|
956
|
+
*/
|
|
957
|
+
async RemoveLocalStorageItem(req, cb) {
|
|
958
|
+
return this.request("RemoveLocalStorageItem", req, cb);
|
|
959
|
+
}
|
|
960
|
+
/**
|
|
961
|
+
* 导出资产管理端口列表
|
|
962
|
+
*/
|
|
963
|
+
async ExportAssetPortInfoList(req, cb) {
|
|
964
|
+
return this.request("ExportAssetPortInfoList", req, cb);
|
|
965
|
+
}
|
|
966
|
+
/**
|
|
967
|
+
* 导出资源监控列表
|
|
968
|
+
*/
|
|
969
|
+
async ExportAssetMachineList(req, cb) {
|
|
970
|
+
return this.request("ExportAssetMachineList", req, cb);
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* 获取日志存储量记录
|
|
974
|
+
*/
|
|
975
|
+
async DescribeLogStorageRecord(req, cb) {
|
|
976
|
+
return this.request("DescribeLogStorageRecord", req, cb);
|
|
977
|
+
}
|
|
978
|
+
/**
|
|
979
|
+
* 校验高危命令用户规则新增和编辑时的参数。
|
|
980
|
+
*/
|
|
981
|
+
async CheckBashPolicyParams(req, cb) {
|
|
982
|
+
return this.request("CheckBashPolicyParams", req, cb);
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* 修改网络攻击事件状态
|
|
986
|
+
*/
|
|
987
|
+
async ModifyEventAttackStatus(req, cb) {
|
|
988
|
+
return this.request("ModifyEventAttackStatus", req, cb);
|
|
989
|
+
}
|
|
990
|
+
/**
|
|
991
|
+
* 对旗舰版机器单次触发事件调查及告警回溯
|
|
992
|
+
*/
|
|
993
|
+
async CreateIncidentBacktracking(req, cb) {
|
|
994
|
+
return this.request("CreateIncidentBacktracking", req, cb);
|
|
995
|
+
}
|
|
996
|
+
/**
|
|
997
|
+
* 根据Ids删除高危命令事件
|
|
998
|
+
*/
|
|
999
|
+
async DeleteBashEvents(req, cb) {
|
|
1000
|
+
return this.request("DeleteBashEvents", req, cb);
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* 根据基线id查询基线影响主机列表
|
|
1004
|
+
*/
|
|
1005
|
+
async DescribeBaselineEffectHostList(req, cb) {
|
|
1006
|
+
return this.request("DescribeBaselineEffectHostList", req, cb);
|
|
1007
|
+
}
|
|
1008
|
+
/**
|
|
1009
|
+
* 本接口 (DeleteMaliciousRequests) 用于删除恶意请求记录。
|
|
1010
|
+
*/
|
|
1011
|
+
async DeleteMaliciousRequests(req, cb) {
|
|
1012
|
+
return this.request("DeleteMaliciousRequests", req, cb);
|
|
1013
|
+
}
|
|
1014
|
+
/**
|
|
1015
|
+
* 用于统计专业版和基础版机器数。
|
|
1016
|
+
*/
|
|
1017
|
+
async DescribeVersionStatistics(req, cb) {
|
|
1018
|
+
return this.request("DescribeVersionStatistics", req, cb);
|
|
1019
|
+
}
|
|
1020
|
+
/**
|
|
1021
|
+
* 本接口(RecoverMalwares)用于批量恢复已经被隔离的木马文件。
|
|
1022
|
+
*/
|
|
1023
|
+
async RecoverMalwares(req, cb) {
|
|
1024
|
+
return this.request("RecoverMalwares", req, cb);
|
|
1025
|
+
}
|
|
1026
|
+
/**
|
|
1027
|
+
* 删除反弹Shell规则
|
|
1028
|
+
*/
|
|
1029
|
+
async DeleteReverseShellRules(req, cb) {
|
|
1030
|
+
return this.request("DeleteReverseShellRules", req, cb);
|
|
1031
|
+
}
|
|
1032
|
+
/**
|
|
1033
|
+
* 获取资产管理Web应用列表
|
|
1034
|
+
*/
|
|
1035
|
+
async DescribeAssetWebAppList(req, cb) {
|
|
1036
|
+
return this.request("DescribeAssetWebAppList", req, cb);
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* 查询防护目录关联服务器列表信息
|
|
1040
|
+
*/
|
|
1041
|
+
async DescribeProtectDirRelatedServer(req, cb) {
|
|
1042
|
+
return this.request("DescribeProtectDirRelatedServer", req, cb);
|
|
1043
|
+
}
|
|
1044
|
+
/**
|
|
1045
|
+
* 导出基线主机检测
|
|
1046
|
+
*/
|
|
1047
|
+
async ExportBaselineHostDetectList(req, cb) {
|
|
1048
|
+
return this.request("ExportBaselineHostDetectList", req, cb);
|
|
1049
|
+
}
|
|
1050
|
+
/**
|
|
1051
|
+
* 删除防护网站
|
|
1052
|
+
*/
|
|
1053
|
+
async DeleteProtectDir(req, cb) {
|
|
1054
|
+
return this.request("DeleteProtectDir", req, cb);
|
|
1055
|
+
}
|
|
1056
|
+
/**
|
|
1057
|
+
* 本接口 (DeleteBruteAttacks) 用于删除暴力破解记录。
|
|
1058
|
+
*/
|
|
1059
|
+
async DeleteBruteAttacks(req, cb) {
|
|
1060
|
+
return this.request("DeleteBruteAttacks", req, cb);
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
* 删除告警接收人
|
|
1064
|
+
*/
|
|
1065
|
+
async DeleteWebHookReceiver(req, cb) {
|
|
1066
|
+
return this.request("DeleteWebHookReceiver", req, cb);
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* 导出高危命令事件
|
|
1070
|
+
*/
|
|
1071
|
+
async ExportBashEvents(req, cb) {
|
|
1072
|
+
return this.request("ExportBashEvents", req, cb);
|
|
1073
|
+
}
|
|
1074
|
+
/**
|
|
1075
|
+
* 查询主机概览信息
|
|
1076
|
+
*/
|
|
1077
|
+
async DescribeMachineGeneral(req, cb) {
|
|
1078
|
+
return this.request("DescribeMachineGeneral", req, cb);
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* 获取恶意请求策略列表
|
|
1082
|
+
*/
|
|
1083
|
+
async DescribeRiskDnsPolicyList(req, cb) {
|
|
1084
|
+
return this.request("DescribeRiskDnsPolicyList", req, cb);
|
|
1085
|
+
}
|
|
1086
|
+
/**
|
|
1087
|
+
* 获取应急漏洞列表
|
|
1088
|
+
*/
|
|
1089
|
+
async DescribeEmergencyVulList(req, cb) {
|
|
1090
|
+
return this.request("DescribeEmergencyVulList", req, cb);
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* 查询java内存马事件详细信息
|
|
1094
|
+
*/
|
|
1095
|
+
async DescribeJavaMemShellInfo(req, cb) {
|
|
1096
|
+
return this.request("DescribeJavaMemShellInfo", req, cb);
|
|
1097
|
+
}
|
|
1098
|
+
/**
|
|
1099
|
+
* 获取基线下载列表
|
|
1100
|
+
*/
|
|
1101
|
+
async DescribeBaselineDownloadList(req, cb) {
|
|
1102
|
+
return this.request("DescribeBaselineDownloadList", req, cb);
|
|
1103
|
+
}
|
|
1104
|
+
/**
|
|
1105
|
+
* 本接口(UntrustMalwares)用于取消信任木马文件。
|
|
1106
|
+
*/
|
|
1107
|
+
async UntrustMalwares(req, cb) {
|
|
1108
|
+
return this.request("UntrustMalwares", req, cb);
|
|
1109
|
+
}
|
|
1110
|
+
/**
|
|
1111
|
+
* 新增或修改日志投递kafka接入配置
|
|
1112
|
+
*/
|
|
1113
|
+
async ModifyLogKafkaAccess(req, cb) {
|
|
1114
|
+
return this.request("ModifyLogKafkaAccess", req, cb);
|
|
1115
|
+
}
|
|
1116
|
+
/**
|
|
1117
|
+
* 获取本地提权规则列表
|
|
1118
|
+
*/
|
|
1119
|
+
async DescribePrivilegeRules(req, cb) {
|
|
1120
|
+
return this.request("DescribePrivilegeRules", req, cb);
|
|
1121
|
+
}
|
|
1122
|
+
/**
|
|
1123
|
+
* 查询Jar包列表
|
|
1124
|
+
*/
|
|
1125
|
+
async DescribeAssetJarList(req, cb) {
|
|
1126
|
+
return this.request("DescribeAssetJarList", req, cb);
|
|
1127
|
+
}
|
|
1128
|
+
/**
|
|
1129
|
+
* 获取漏洞防御事件详情
|
|
1130
|
+
*/
|
|
1131
|
+
async DescribeDefenceEventDetail(req, cb) {
|
|
1132
|
+
return this.request("DescribeDefenceEventDetail", req, cb);
|
|
1133
|
+
}
|
|
1134
|
+
/**
|
|
1135
|
+
* 获取文件查杀概览信息
|
|
1136
|
+
*/
|
|
1137
|
+
async DescribeMalwareRiskOverview(req, cb) {
|
|
1138
|
+
return this.request("DescribeMalwareRiskOverview", req, cb);
|
|
1139
|
+
}
|
|
1140
|
+
/**
|
|
1141
|
+
* 设置阻断开关状态
|
|
1142
|
+
*/
|
|
1143
|
+
async ModifyBanStatus(req, cb) {
|
|
1144
|
+
return this.request("ModifyBanStatus", req, cb);
|
|
1145
|
+
}
|
|
1146
|
+
/**
|
|
1147
|
+
* 查询机器清理历史记录
|
|
1148
|
+
*/
|
|
1149
|
+
async DescribeMachineClearHistory(req, cb) {
|
|
1150
|
+
return this.request("DescribeMachineClearHistory", req, cb);
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* 关联机器标签列表
|
|
1154
|
+
*/
|
|
1155
|
+
async UpdateMachineTags(req, cb) {
|
|
1156
|
+
return this.request("UpdateMachineTags", req, cb);
|
|
1157
|
+
}
|
|
1158
|
+
/**
|
|
1159
|
+
* 获取agent安装命令
|
|
1160
|
+
*/
|
|
1161
|
+
async DescribeAgentInstallCommand(req, cb) {
|
|
1162
|
+
return this.request("DescribeAgentInstallCommand", req, cb);
|
|
1163
|
+
}
|
|
1164
|
+
/**
|
|
1165
|
+
* 资产指纹启动扫描
|
|
1166
|
+
*/
|
|
1167
|
+
async ScanAsset(req, cb) {
|
|
1168
|
+
return this.request("ScanAsset", req, cb);
|
|
1169
|
+
}
|
|
1170
|
+
/**
|
|
1171
|
+
* 根据Ids删除反弹Shell事件
|
|
1172
|
+
*/
|
|
1173
|
+
async DeleteReverseShellEvents(req, cb) {
|
|
1174
|
+
return this.request("DeleteReverseShellEvents", req, cb);
|
|
1175
|
+
}
|
|
1176
|
+
/**
|
|
1177
|
+
* 根据任务id导出指定扫描任务详情
|
|
1178
|
+
*/
|
|
1179
|
+
async ExportScanTaskDetails(req, cb) {
|
|
1180
|
+
return this.request("ExportScanTaskDetails", req, cb);
|
|
1181
|
+
}
|
|
1182
|
+
/**
|
|
1183
|
+
* 查询主机地域列表
|
|
1184
|
+
*/
|
|
1185
|
+
async DescribeMachineRegionList(req, cb) {
|
|
1186
|
+
return this.request("DescribeMachineRegionList", req, cb);
|
|
1187
|
+
}
|
|
1188
|
+
/**
|
|
1189
|
+
* 修改网站防护设置
|
|
1190
|
+
*/
|
|
1191
|
+
async ModifyWebPageProtectSetting(req, cb) {
|
|
1192
|
+
return this.request("ModifyWebPageProtectSetting", req, cb);
|
|
1193
|
+
}
|
|
1194
|
+
/**
|
|
1195
|
+
* 导出资产管理启动服务列表
|
|
1196
|
+
*/
|
|
1197
|
+
async ExportAssetInitServiceList(req, cb) {
|
|
1198
|
+
return this.request("ExportAssetInitServiceList", req, cb);
|
|
1199
|
+
}
|
|
1200
|
+
/**
|
|
1201
|
+
* 更新登录审计白名单信息
|
|
1202
|
+
*/
|
|
1203
|
+
async ModifyLoginWhiteInfo(req, cb) {
|
|
1204
|
+
return this.request("ModifyLoginWhiteInfo", req, cb);
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* 导出资产管理内核模块列表
|
|
1208
|
+
*/
|
|
1209
|
+
async ExportAssetCoreModuleList(req, cb) {
|
|
1210
|
+
return this.request("ExportAssetCoreModuleList", req, cb);
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* 获取当前用户告警列表
|
|
1214
|
+
*/
|
|
1215
|
+
async DescribeWarningList(req, cb) {
|
|
1216
|
+
return this.request("DescribeWarningList", req, cb);
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* 获取基线忽略规则列表
|
|
1220
|
+
*/
|
|
1221
|
+
async DescribeBaselineRuleIgnoreList(req, cb) {
|
|
1222
|
+
return this.request("DescribeBaselineRuleIgnoreList", req, cb);
|
|
1223
|
+
}
|
|
1224
|
+
/**
|
|
1225
|
+
* 修改主机备注信息
|
|
1226
|
+
*/
|
|
1227
|
+
async ModifyMachineRemark(req, cb) {
|
|
1228
|
+
return this.request("ModifyMachineRemark", req, cb);
|
|
1229
|
+
}
|
|
1230
|
+
/**
|
|
1231
|
+
* 查询基线基础信息列表
|
|
1232
|
+
*/
|
|
1233
|
+
async DescribeBaselineBasicInfo(req, cb) {
|
|
1234
|
+
return this.request("DescribeBaselineBasicInfo", req, cb);
|
|
1235
|
+
}
|
|
1236
|
+
/**
|
|
1237
|
+
* 获取机器地域列表
|
|
1238
|
+
*/
|
|
1239
|
+
async DescribeMachineRegions(req, cb) {
|
|
1240
|
+
return this.request("DescribeMachineRegions", req, cb);
|
|
1241
|
+
}
|
|
1242
|
+
/**
|
|
1243
|
+
* 获取当前漏洞防御插件设置
|
|
1244
|
+
*/
|
|
1245
|
+
async DescribeVulDefenceSetting(req, cb) {
|
|
1246
|
+
return this.request("DescribeVulDefenceSetting", req, cb);
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* 获取待处理漏洞数+影响主机数
|
|
1250
|
+
*/
|
|
1251
|
+
async DescribeVulHostCountScanTime(req, cb) {
|
|
1252
|
+
return this.request("DescribeVulHostCountScanTime", req, cb);
|
|
1253
|
+
}
|
|
1254
|
+
/**
|
|
1255
|
+
* 导出基线检测规则
|
|
1256
|
+
*/
|
|
1257
|
+
async ExportBaselineRuleDetectList(req, cb) {
|
|
1258
|
+
return this.request("ExportBaselineRuleDetectList", req, cb);
|
|
1259
|
+
}
|
|
1260
|
+
/**
|
|
1261
|
+
* 获取日志存储配置
|
|
1262
|
+
*/
|
|
1263
|
+
async DescribeLogStorageConfig(req, cb) {
|
|
1264
|
+
return this.request("DescribeLogStorageConfig", req, cb);
|
|
1265
|
+
}
|
|
1266
|
+
/**
|
|
1267
|
+
* 删除机器清理记录
|
|
1268
|
+
*/
|
|
1269
|
+
async DeleteMachineClearHistory(req, cb) {
|
|
1270
|
+
return this.request("DeleteMachineClearHistory", req, cb);
|
|
1271
|
+
}
|
|
1272
|
+
/**
|
|
1273
|
+
* 漏洞修护-查询主机创建的快照
|
|
1274
|
+
*/
|
|
1275
|
+
async DescribeMachineSnapshot(req, cb) {
|
|
1276
|
+
return this.request("DescribeMachineSnapshot", req, cb);
|
|
1277
|
+
}
|
|
1278
|
+
/**
|
|
1279
|
+
* 查询授权白名单的可用配置
|
|
1280
|
+
*/
|
|
1281
|
+
async DescribeLicenseWhiteConfig(req, cb) {
|
|
1282
|
+
return this.request("DescribeLicenseWhiteConfig", req, cb);
|
|
1283
|
+
}
|
|
1284
|
+
/**
|
|
1285
|
+
* 查询恶意请求白名单列表
|
|
1286
|
+
*/
|
|
1287
|
+
async DescribeMaliciousRequestWhiteList(req, cb) {
|
|
1288
|
+
return this.request("DescribeMaliciousRequestWhiteList", req, cb);
|
|
1289
|
+
}
|
|
1290
|
+
/**
|
|
1291
|
+
* 网络攻击top5数据列表
|
|
1292
|
+
*/
|
|
1293
|
+
async DescribeAttackTop(req, cb) {
|
|
1294
|
+
return this.request("DescribeAttackTop", req, cb);
|
|
1295
|
+
}
|
|
1296
|
+
/**
|
|
1297
|
+
* 根据基线策略id查询策略详情
|
|
1298
|
+
*/
|
|
1299
|
+
async DescribeBaselineStrategyDetail(req, cb) {
|
|
1300
|
+
return this.request("DescribeBaselineStrategyDetail", req, cb);
|
|
1301
|
+
}
|
|
1302
|
+
/**
|
|
1303
|
+
* 更改基线策略设置
|
|
1304
|
+
*/
|
|
1305
|
+
async ModifyBaselinePolicy(req, cb) {
|
|
1306
|
+
return this.request("ModifyBaselinePolicy", req, cb);
|
|
1307
|
+
}
|
|
1308
|
+
/**
|
|
1309
|
+
* 查询攻击溯源事件
|
|
1310
|
+
*/
|
|
1311
|
+
async DescribeAttackSourceEvents(req, cb) {
|
|
1312
|
+
return this.request("DescribeAttackSourceEvents", req, cb);
|
|
1313
|
+
}
|
|
1314
|
+
/**
|
|
1315
|
+
* 获取Jar包详情
|
|
1316
|
+
*/
|
|
1317
|
+
async DescribeAssetJarInfo(req, cb) {
|
|
1318
|
+
return this.request("DescribeAssetJarInfo", req, cb);
|
|
1319
|
+
}
|
|
1320
|
+
/**
|
|
1321
|
+
* 删除基线策略配置
|
|
1322
|
+
*/
|
|
1323
|
+
async DeleteBaselinePolicy(req, cb) {
|
|
1324
|
+
return this.request("DeleteBaselinePolicy", req, cb);
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* DescribeScanTaskStatus 查询机器扫描状态列表用于过滤筛选
|
|
1328
|
+
*/
|
|
1329
|
+
async DescribeScanTaskStatus(req, cb) {
|
|
1330
|
+
return this.request("DescribeScanTaskStatus", req, cb);
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* CreateLicenseOrder 该接口可以创建专业版/旗舰版订单
|
|
1334
|
+
支持预付费后付费创建
|
|
1335
|
+
后付费订单直接创建成功
|
|
1336
|
+
预付费订单仅下单不支付,需要调用计费支付接口进行支付
|
|
1337
|
+
*/
|
|
1338
|
+
async CreateLicenseOrder(req, cb) {
|
|
1339
|
+
return this.request("CreateLicenseOrder", req, cb);
|
|
1340
|
+
}
|
|
1341
|
+
/**
|
|
1342
|
+
* 大屏可视化主机区域选项列表
|
|
1343
|
+
*/
|
|
1344
|
+
async DescribeScreenMachineRegions(req, cb) {
|
|
1345
|
+
return this.request("DescribeScreenMachineRegions", req, cb);
|
|
1346
|
+
}
|
|
1347
|
+
/**
|
|
1348
|
+
* 获取忽略规则主机列表
|
|
1349
|
+
*/
|
|
1350
|
+
async DescribeBaselineHostIgnoreList(req, cb) {
|
|
1351
|
+
return this.request("DescribeBaselineHostIgnoreList", req, cb);
|
|
1352
|
+
}
|
|
1353
|
+
/**
|
|
1354
|
+
* 新增或编辑标签
|
|
1355
|
+
*/
|
|
1356
|
+
async EditTags(req, cb) {
|
|
1357
|
+
return this.request("EditTags", req, cb);
|
|
1358
|
+
}
|
|
1359
|
+
/**
|
|
1360
|
+
* 创建日志下载任务
|
|
1361
|
+
*/
|
|
1362
|
+
async CreateLogExport(req, cb) {
|
|
1363
|
+
return this.request("CreateLogExport", req, cb);
|
|
1364
|
+
}
|
|
1365
|
+
/**
|
|
1366
|
+
* 获取异地登录白名单合并后列表
|
|
1367
|
+
*/
|
|
1368
|
+
async DescribeLoginWhiteCombinedList(req, cb) {
|
|
1369
|
+
return this.request("DescribeLoginWhiteCombinedList", req, cb);
|
|
1370
|
+
}
|
|
1371
|
+
/**
|
|
1372
|
+
* 本接口 (ExportNonlocalLoginPlaces) 用于导出异地登录事件记录CSV文件。
|
|
1373
|
+
*/
|
|
1374
|
+
async ExportNonlocalLoginPlaces(req, cb) {
|
|
1375
|
+
return this.request("ExportNonlocalLoginPlaces", req, cb);
|
|
1376
|
+
}
|
|
1377
|
+
/**
|
|
1378
|
+
* 获取待处理风险文件数+影响服务器数+是否试用检测+最近检测时间
|
|
1379
|
+
*/
|
|
1380
|
+
async DescribeServersAndRiskAndFirstInfo(req, cb) {
|
|
1381
|
+
return this.request("DescribeServersAndRiskAndFirstInfo", req, cb);
|
|
1382
|
+
}
|
|
1383
|
+
/**
|
|
1384
|
+
* 获取软件关联进程列表
|
|
1385
|
+
*/
|
|
1386
|
+
async DescribeAssetAppProcessList(req, cb) {
|
|
1387
|
+
return this.request("DescribeAssetAppProcessList", req, cb);
|
|
1388
|
+
}
|
|
1389
|
+
/**
|
|
1390
|
+
* 同步机器信息
|
|
1391
|
+
*/
|
|
1392
|
+
async SyncMachines(req, cb) {
|
|
1393
|
+
return this.request("SyncMachines", req, cb);
|
|
1394
|
+
}
|
|
1395
|
+
/**
|
|
1396
|
+
* 获取反弹Shell列表
|
|
1397
|
+
*/
|
|
1398
|
+
async DescribeReverseShellEvents(req, cb) {
|
|
1399
|
+
return this.request("DescribeReverseShellEvents", req, cb);
|
|
1400
|
+
}
|
|
1401
|
+
/**
|
|
1402
|
+
* 查询定时扫描配置
|
|
1403
|
+
*/
|
|
1404
|
+
async DescribeMalwareTimingScanSetting(req, cb) {
|
|
1405
|
+
return this.request("DescribeMalwareTimingScanSetting", req, cb);
|
|
1406
|
+
}
|
|
1407
|
+
/**
|
|
1408
|
+
* 删除恶意请求策略
|
|
1409
|
+
*/
|
|
1410
|
+
async DeleteRiskDnsPolicy(req, cb) {
|
|
1411
|
+
return this.request("DeleteRiskDnsPolicy", req, cb);
|
|
1412
|
+
}
|
|
1413
|
+
/**
|
|
1414
|
+
* 导出漏洞信息,包括影响主机列表,组件信息
|
|
1415
|
+
*/
|
|
1416
|
+
async ExportVulInfo(req, cb) {
|
|
1417
|
+
return this.request("ExportVulInfo", req, cb);
|
|
1418
|
+
}
|
|
1419
|
+
/**
|
|
1420
|
+
* 导出资产管理数据库列表
|
|
1421
|
+
*/
|
|
1422
|
+
async ExportAssetDatabaseList(req, cb) {
|
|
1423
|
+
return this.request("ExportAssetDatabaseList", req, cb);
|
|
1424
|
+
}
|
|
1425
|
+
/**
|
|
1426
|
+
* 导出核心文件监控规则
|
|
1427
|
+
*/
|
|
1428
|
+
async ExportFileTamperRules(req, cb) {
|
|
1429
|
+
return this.request("ExportFileTamperRules", req, cb);
|
|
1430
|
+
}
|
|
1431
|
+
/**
|
|
1432
|
+
* 修改告警设置
|
|
1433
|
+
*/
|
|
1434
|
+
async ModifyWarningSetting(req, cb) {
|
|
1435
|
+
return this.request("ModifyWarningSetting", req, cb);
|
|
1436
|
+
}
|
|
1437
|
+
/**
|
|
1438
|
+
* 大屏可视化主机安全防护引擎介绍
|
|
1439
|
+
*/
|
|
1440
|
+
async DescribeScreenProtectionCnt(req, cb) {
|
|
1441
|
+
return this.request("DescribeScreenProtectionCnt", req, cb);
|
|
1442
|
+
}
|
|
1443
|
+
/**
|
|
1444
|
+
* 新增或修改高危命令策略
|
|
1445
|
+
*/
|
|
1446
|
+
async ModifyBashPolicy(req, cb) {
|
|
1447
|
+
return this.request("ModifyBashPolicy", req, cb);
|
|
1448
|
+
}
|
|
1449
|
+
/**
|
|
1450
|
+
* 查询安全通知信息
|
|
1451
|
+
*/
|
|
1452
|
+
async DescribeSafeInfo(req, cb) {
|
|
1453
|
+
return this.request("DescribeSafeInfo", req, cb);
|
|
1454
|
+
}
|
|
1455
|
+
/**
|
|
1456
|
+
* 导出Web站点列表
|
|
1457
|
+
*/
|
|
1458
|
+
async ExportAssetWebLocationList(req, cb) {
|
|
1459
|
+
return this.request("ExportAssetWebLocationList", req, cb);
|
|
1460
|
+
}
|
|
1461
|
+
/**
|
|
1462
|
+
* 查询主机快照备份列表
|
|
1463
|
+
*/
|
|
1464
|
+
async DescribeRansomDefenseBackupList(req, cb) {
|
|
1465
|
+
return this.request("DescribeRansomDefenseBackupList", req, cb);
|
|
1466
|
+
}
|
|
1467
|
+
/**
|
|
1468
|
+
* 获取基线检测概览
|
|
1469
|
+
*/
|
|
1470
|
+
async DescribeBaselineDetectOverview(req, cb) {
|
|
1471
|
+
return this.request("DescribeBaselineDetectOverview", req, cb);
|
|
1472
|
+
}
|
|
1473
|
+
/**
|
|
1474
|
+
* 获取基线检测项的列表
|
|
1475
|
+
*/
|
|
1476
|
+
async DescribeBaselineItemDetectList(req, cb) {
|
|
1477
|
+
return this.request("DescribeBaselineItemDetectList", req, cb);
|
|
1478
|
+
}
|
|
1479
|
+
/**
|
|
1480
|
+
* 本接口 (DescribeMachinesSimple) 用于获取主机列表。
|
|
1481
|
+
*/
|
|
1482
|
+
async DescribeMachinesSimple(req, cb) {
|
|
1483
|
+
return this.request("DescribeMachinesSimple", req, cb);
|
|
1484
|
+
}
|
|
1485
|
+
/**
|
|
1486
|
+
* 获取策略详情
|
|
1487
|
+
*/
|
|
1488
|
+
async DescribeRansomDefenseStrategyDetail(req, cb) {
|
|
1489
|
+
return this.request("DescribeRansomDefenseStrategyDetail", req, cb);
|
|
1490
|
+
}
|
|
1491
|
+
/**
|
|
1492
|
+
* 导出本次漏洞检测Excel
|
|
1493
|
+
*/
|
|
1494
|
+
async ExportVulDetectionExcel(req, cb) {
|
|
1495
|
+
return this.request("ExportVulDetectionExcel", req, cb);
|
|
1496
|
+
}
|
|
1497
|
+
/**
|
|
1498
|
+
* 获取阻断地域
|
|
1499
|
+
*/
|
|
1500
|
+
async DescribeBanRegions(req, cb) {
|
|
1501
|
+
return this.request("DescribeBanRegions", req, cb);
|
|
1502
|
+
}
|
|
1503
|
+
/**
|
|
1504
|
+
* 删除恶意请求白名单
|
|
1505
|
+
*/
|
|
1506
|
+
async DeleteMaliciousRequestWhiteList(req, cb) {
|
|
1507
|
+
return this.request("DeleteMaliciousRequestWhiteList", req, cb);
|
|
1508
|
+
}
|
|
1509
|
+
/**
|
|
1510
|
+
* 添加阻断白名单列表
|
|
1511
|
+
*/
|
|
1512
|
+
async CreateBanWhiteList(req, cb) {
|
|
1513
|
+
return this.request("CreateBanWhiteList", req, cb);
|
|
1514
|
+
}
|
|
1515
|
+
/**
|
|
1516
|
+
* 漏洞详情,带CVSS版本
|
|
1517
|
+
*/
|
|
1518
|
+
async DescribeVulInfoCvss(req, cb) {
|
|
1519
|
+
return this.request("DescribeVulInfoCvss", req, cb);
|
|
1520
|
+
}
|
|
1521
|
+
/**
|
|
1522
|
+
* 用于查询用户自定义配置
|
|
1523
|
+
*/
|
|
1524
|
+
async DescribeUsersConfig(req, cb) {
|
|
1525
|
+
return this.request("DescribeUsersConfig", req, cb);
|
|
1526
|
+
}
|
|
1527
|
+
/**
|
|
1528
|
+
* 修改日志投递状态信息
|
|
1529
|
+
*/
|
|
1530
|
+
async ModifyLogKafkaState(req, cb) {
|
|
1531
|
+
return this.request("ModifyLogKafkaState", req, cb);
|
|
1532
|
+
}
|
|
1533
|
+
/**
|
|
1534
|
+
* 导出java内存马事件列表
|
|
1535
|
+
*/
|
|
1536
|
+
async ExportJavaMemShells(req, cb) {
|
|
1537
|
+
return this.request("ExportJavaMemShells", req, cb);
|
|
1538
|
+
}
|
|
1539
|
+
/**
|
|
1540
|
+
* 获取基线弱口令列表
|
|
1541
|
+
*/
|
|
1542
|
+
async DescribeBaselineWeakPasswordList(req, cb) {
|
|
1543
|
+
return this.request("DescribeBaselineWeakPasswordList", req, cb);
|
|
1544
|
+
}
|
|
1545
|
+
/**
|
|
1546
|
+
* 查询推荐购买防护核数
|
|
1547
|
+
*/
|
|
1548
|
+
async DescribeRecommendedProtectCpu(req, cb) {
|
|
1549
|
+
return this.request("DescribeRecommendedProtectCpu", req, cb);
|
|
1550
|
+
}
|
|
1551
|
+
/**
|
|
1552
|
+
* 获取基线检测项信息
|
|
1553
|
+
*/
|
|
1554
|
+
async DescribeBaselineItemInfo(req, cb) {
|
|
1555
|
+
return this.request("DescribeBaselineItemInfo", req, cb);
|
|
1556
|
+
}
|
|
1557
|
+
/**
|
|
1558
|
+
* 查询资产管理启动服务列表
|
|
1559
|
+
*/
|
|
1560
|
+
async DescribeAssetInitServiceList(req, cb) {
|
|
1561
|
+
return this.request("DescribeAssetInitServiceList", req, cb);
|
|
1562
|
+
}
|
|
1563
|
+
/**
|
|
1564
|
+
* 导出网络攻击事件
|
|
1565
|
+
*/
|
|
1566
|
+
async ExportAttackEvents(req, cb) {
|
|
1567
|
+
return this.request("ExportAttackEvents", req, cb);
|
|
1568
|
+
}
|
|
1569
|
+
/**
|
|
1570
|
+
* 获取基线修复列表
|
|
1571
|
+
*/
|
|
1572
|
+
async DescribeBaselineFixList(req, cb) {
|
|
1573
|
+
return this.request("DescribeBaselineFixList", req, cb);
|
|
1574
|
+
}
|
|
1575
|
+
/**
|
|
1576
|
+
* 查询告警机器范围配置
|
|
1577
|
+
*/
|
|
1578
|
+
async DescribeWarningHostConfig(req, cb) {
|
|
1579
|
+
return this.request("DescribeWarningHostConfig", req, cb);
|
|
1580
|
+
}
|
|
1581
|
+
/**
|
|
1582
|
+
* 修改机器清理配置
|
|
1583
|
+
*/
|
|
1584
|
+
async ModifyMachineAutoClearConfig(req, cb) {
|
|
1585
|
+
return this.request("ModifyMachineAutoClearConfig", req, cb);
|
|
1586
|
+
}
|
|
1587
|
+
/**
|
|
1588
|
+
* 漏洞管理-重新检测接口
|
|
1589
|
+
*/
|
|
1590
|
+
async ScanVulAgain(req, cb) {
|
|
1591
|
+
return this.request("ScanVulAgain", req, cb);
|
|
1592
|
+
}
|
|
1593
|
+
/**
|
|
1594
|
+
* 网站防篡改-查询网页防篡改服务器购买信息及服务器信息
|
|
1595
|
+
*/
|
|
1596
|
+
async DescribeWebPageServiceInfo(req, cb) {
|
|
1597
|
+
return this.request("DescribeWebPageServiceInfo", req, cb);
|
|
1598
|
+
}
|
|
1599
|
+
/**
|
|
1600
|
+
* 获取漏洞防御事件列表
|
|
1601
|
+
*/
|
|
1602
|
+
async DescribeVulDefenceEvent(req, cb) {
|
|
1603
|
+
return this.request("DescribeVulDefenceEvent", req, cb);
|
|
1604
|
+
}
|
|
1605
|
+
/**
|
|
1606
|
+
* 更改恶意请求策略状态
|
|
1607
|
+
*/
|
|
1608
|
+
async ModifyRiskDnsPolicyStatus(req, cb) {
|
|
1609
|
+
return this.request("ModifyRiskDnsPolicyStatus", req, cb);
|
|
1610
|
+
}
|
|
1611
|
+
/**
|
|
1612
|
+
* 获取漏洞列表数据
|
|
1613
|
+
*/
|
|
1614
|
+
async DescribeVulList(req, cb) {
|
|
1615
|
+
return this.request("DescribeVulList", req, cb);
|
|
1616
|
+
}
|
|
1617
|
+
/**
|
|
1618
|
+
* 修改企微机器人规则状态
|
|
1619
|
+
*/
|
|
1620
|
+
async ModifyWebHookRuleStatus(req, cb) {
|
|
1621
|
+
return this.request("ModifyWebHookRuleStatus", req, cb);
|
|
1622
|
+
}
|
|
1623
|
+
/**
|
|
1624
|
+
* 导出基线列表
|
|
1625
|
+
*/
|
|
1626
|
+
async ExportBaselineList(req, cb) {
|
|
1627
|
+
return this.request("ExportBaselineList", req, cb);
|
|
1628
|
+
}
|
|
1629
|
+
/**
|
|
1630
|
+
* 查询某个监控规则的详情
|
|
1631
|
+
*/
|
|
1632
|
+
async DescribeFileTamperRuleInfo(req, cb) {
|
|
1633
|
+
return this.request("DescribeFileTamperRuleInfo", req, cb);
|
|
1634
|
+
}
|
|
1635
|
+
/**
|
|
1636
|
+
* 基线检测与基线重新检测接口
|
|
1637
|
+
*/
|
|
1638
|
+
async ScanBaseline(req, cb) {
|
|
1639
|
+
return this.request("ScanBaseline", req, cb);
|
|
1640
|
+
}
|
|
1641
|
+
/**
|
|
1642
|
+
* 修改日志存储配置
|
|
1643
|
+
*/
|
|
1644
|
+
async ModifyLogStorageConfig(req, cb) {
|
|
1645
|
+
return this.request("ModifyLogStorageConfig", req, cb);
|
|
1646
|
+
}
|
|
1647
|
+
/**
|
|
1648
|
+
* 编辑、新增核心文件监控规则
|
|
1649
|
+
*/
|
|
1650
|
+
async ModifyFileTamperRule(req, cb) {
|
|
1651
|
+
return this.request("ModifyFileTamperRule", req, cb);
|
|
1652
|
+
}
|
|
1653
|
+
/**
|
|
1654
|
+
* 获取木马文件下载地址
|
|
1655
|
+
*/
|
|
1656
|
+
async DescribeMalwareFile(req, cb) {
|
|
1657
|
+
return this.request("DescribeMalwareFile", req, cb);
|
|
1658
|
+
}
|
|
1659
|
+
/**
|
|
1660
|
+
* 获取恶意请求事件列表
|
|
1661
|
+
*/
|
|
1662
|
+
async DescribeRiskDnsEventList(req, cb) {
|
|
1663
|
+
return this.request("DescribeRiskDnsEventList", req, cb);
|
|
1664
|
+
}
|
|
1665
|
+
/**
|
|
1666
|
+
* 根据Ids删除本地提权
|
|
1667
|
+
*/
|
|
1668
|
+
async DeletePrivilegeEvents(req, cb) {
|
|
1669
|
+
return this.request("DeletePrivilegeEvents", req, cb);
|
|
1670
|
+
}
|
|
1671
|
+
/**
|
|
1672
|
+
* 查询告警策略
|
|
1673
|
+
*/
|
|
1674
|
+
async DescribeWebHookPolicy(req, cb) {
|
|
1675
|
+
return this.request("DescribeWebHookPolicy", req, cb);
|
|
1676
|
+
}
|
|
1677
|
+
/**
|
|
1678
|
+
* 修改防勒索事件状态
|
|
1679
|
+
*/
|
|
1680
|
+
async ModifyRansomDefenseEventsStatus(req, cb) {
|
|
1681
|
+
return this.request("ModifyRansomDefenseEventsStatus", req, cb);
|
|
1682
|
+
}
|
|
1683
|
+
/**
|
|
1684
|
+
* 查询资产管理计划任务列表
|
|
1685
|
+
*/
|
|
1686
|
+
async DescribeAssetPlanTaskList(req, cb) {
|
|
1687
|
+
return this.request("DescribeAssetPlanTaskList", req, cb);
|
|
1688
|
+
}
|
|
1689
|
+
/**
|
|
1690
|
+
* 按分页形式展示网络攻击检测事件列表
|
|
1691
|
+
*/
|
|
1692
|
+
async DescribeAttackEvents(req, cb) {
|
|
1693
|
+
return this.request("DescribeAttackEvents", req, cb);
|
|
1694
|
+
}
|
|
1695
|
+
/**
|
|
1696
|
+
* 获取资产管理Web应用插件列表
|
|
1697
|
+
*/
|
|
1698
|
+
async DescribeAssetWebAppPluginList(req, cb) {
|
|
1699
|
+
return this.request("DescribeAssetWebAppPluginList", req, cb);
|
|
1700
|
+
}
|
|
1701
|
+
/**
|
|
1702
|
+
* 查询合并后白名单机器列表
|
|
1703
|
+
*/
|
|
1704
|
+
async DescribeLoginWhiteHostList(req, cb) {
|
|
1705
|
+
return this.request("DescribeLoginWhiteHostList", req, cb);
|
|
1706
|
+
}
|
|
1707
|
+
/**
|
|
1708
|
+
* 获取历史搜索记录
|
|
1709
|
+
*/
|
|
1710
|
+
async DescribeSearchLogs(req, cb) {
|
|
1711
|
+
return this.request("DescribeSearchLogs", req, cb);
|
|
1712
|
+
}
|
|
1713
|
+
/**
|
|
1714
|
+
* 根据策略id查询基线检测项TOP
|
|
1715
|
+
*/
|
|
1716
|
+
async DescribeBaselineTop(req, cb) {
|
|
1717
|
+
return this.request("DescribeBaselineTop", req, cb);
|
|
1718
|
+
}
|
|
1719
|
+
/**
|
|
1720
|
+
* 日志快速分析统计
|
|
1721
|
+
*/
|
|
1722
|
+
async DescribeFastAnalysis(req, cb) {
|
|
1723
|
+
return this.request("DescribeFastAnalysis", req, cb);
|
|
1724
|
+
}
|
|
1725
|
+
/**
|
|
1726
|
+
* 查询主机安全授权试用报告(仅限控制台申领的)
|
|
1727
|
+
*/
|
|
1728
|
+
async DescribeTrialReport(req, cb) {
|
|
1729
|
+
return this.request("DescribeTrialReport", req, cb);
|
|
1730
|
+
}
|
|
1731
|
+
/**
|
|
1732
|
+
* 导出网络攻击日志
|
|
1733
|
+
*/
|
|
1734
|
+
async ExportAttackLogs(req, cb) {
|
|
1735
|
+
return this.request("ExportAttackLogs", req, cb);
|
|
1736
|
+
}
|
|
1737
|
+
/**
|
|
1738
|
+
* 此接口(DescribeUsualLoginPlaces)用于查询常用登录地。
|
|
1739
|
+
*/
|
|
1740
|
+
async DescribeUsualLoginPlaces(req, cb) {
|
|
1741
|
+
return this.request("DescribeUsualLoginPlaces", req, cb);
|
|
1742
|
+
}
|
|
1743
|
+
/**
|
|
1744
|
+
* 导出核心文件事件
|
|
1745
|
+
*/
|
|
1746
|
+
async ExportFileTamperEvents(req, cb) {
|
|
1747
|
+
return this.request("ExportFileTamperEvents", req, cb);
|
|
1748
|
+
}
|
|
1749
|
+
/**
|
|
1750
|
+
* 批量添加异地登录白名单
|
|
1751
|
+
*/
|
|
1752
|
+
async AddLoginWhiteLists(req, cb) {
|
|
1753
|
+
return this.request("AddLoginWhiteLists", req, cb);
|
|
1754
|
+
}
|
|
1755
|
+
/**
|
|
1756
|
+
* 获取索引列表
|
|
1757
|
+
*/
|
|
1758
|
+
async DescribeIndexList(req, cb) {
|
|
1759
|
+
return this.request("DescribeIndexList", req, cb);
|
|
1760
|
+
}
|
|
1761
|
+
/**
|
|
1762
|
+
* 导出网页防篡改防护目录列表
|
|
1763
|
+
*/
|
|
1764
|
+
async ExportProtectDirList(req, cb) {
|
|
1765
|
+
return this.request("ExportProtectDirList", req, cb);
|
|
1766
|
+
}
|
|
1767
|
+
/**
|
|
1768
|
+
* 用于异步导出数据量大的日志文件
|
|
1769
|
+
*/
|
|
1770
|
+
async ExportTasks(req, cb) {
|
|
1771
|
+
return this.request("ExportTasks", req, cb);
|
|
1772
|
+
}
|
|
1773
|
+
/**
|
|
1774
|
+
* 根据检测项id导出忽略检测项影响主机列表
|
|
1775
|
+
*/
|
|
1776
|
+
async ExportIgnoreRuleEffectHostList(req, cb) {
|
|
1777
|
+
return this.request("ExportIgnoreRuleEffectHostList", req, cb);
|
|
1778
|
+
}
|
|
1779
|
+
/**
|
|
1780
|
+
* 查询恶意请求详情
|
|
1781
|
+
*/
|
|
1782
|
+
async DescribeRiskDnsInfo(req, cb) {
|
|
1783
|
+
return this.request("DescribeRiskDnsInfo", req, cb);
|
|
1784
|
+
}
|
|
1785
|
+
/**
|
|
1786
|
+
* 导出防勒索事件列表
|
|
1787
|
+
*/
|
|
1788
|
+
async ExportRansomDefenseEventsList(req, cb) {
|
|
1789
|
+
return this.request("ExportRansomDefenseEventsList", req, cb);
|
|
1790
|
+
}
|
|
1791
|
+
/**
|
|
1792
|
+
* 新增或修改企微机器人规则
|
|
1793
|
+
*/
|
|
1794
|
+
async ModifyWebHookRule(req, cb) {
|
|
1795
|
+
return this.request("ModifyWebHookRule", req, cb);
|
|
1796
|
+
}
|
|
1797
|
+
/**
|
|
1798
|
+
* 获取当前异常插件数
|
|
1799
|
+
*/
|
|
1800
|
+
async DescribeVulDefencePluginExceptionCount(req, cb) {
|
|
1801
|
+
return this.request("DescribeVulDefencePluginExceptionCount", req, cb);
|
|
1802
|
+
}
|
|
1803
|
+
/**
|
|
1804
|
+
* 根据检测项id与筛选条件查询忽略检测项影响主机列表信息
|
|
1805
|
+
*/
|
|
1806
|
+
async DescribeIgnoreRuleEffectHostList(req, cb) {
|
|
1807
|
+
return this.request("DescribeIgnoreRuleEffectHostList", req, cb);
|
|
1808
|
+
}
|
|
1809
|
+
/**
|
|
1810
|
+
* 查询应用列表
|
|
1811
|
+
*/
|
|
1812
|
+
async DescribeAssetAppList(req, cb) {
|
|
1813
|
+
return this.request("DescribeAssetAppList", req, cb);
|
|
1814
|
+
}
|
|
1815
|
+
/**
|
|
1816
|
+
* 查询攻击溯源
|
|
1817
|
+
*/
|
|
1818
|
+
async DescribeAttackSource(req, cb) {
|
|
1819
|
+
return this.request("DescribeAttackSource", req, cb);
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* 获取kafka投递信息
|
|
1823
|
+
*/
|
|
1824
|
+
async DescribeLogKafkaDeliverInfo(req, cb) {
|
|
1825
|
+
return this.request("DescribeLogKafkaDeliverInfo", req, cb);
|
|
1826
|
+
}
|
|
1827
|
+
/**
|
|
1828
|
+
* 获取ES字段聚合结果
|
|
1829
|
+
*/
|
|
1830
|
+
async DescribeESAggregations(req, cb) {
|
|
1831
|
+
return this.request("DescribeESAggregations", req, cb);
|
|
1832
|
+
}
|
|
1833
|
+
/**
|
|
1834
|
+
* 添加历史搜索记录
|
|
1835
|
+
*/
|
|
1836
|
+
async CreateSearchLog(req, cb) {
|
|
1837
|
+
return this.request("CreateSearchLog", req, cb);
|
|
1838
|
+
}
|
|
1839
|
+
/**
|
|
1840
|
+
* 删除企微机器人规则
|
|
1841
|
+
*/
|
|
1842
|
+
async DeleteWebHookRule(req, cb) {
|
|
1843
|
+
return this.request("DeleteWebHookRule", req, cb);
|
|
1844
|
+
}
|
|
1845
|
+
/**
|
|
1846
|
+
* 添加检索模板
|
|
1847
|
+
*/
|
|
1848
|
+
async CreateSearchTemplate(req, cb) {
|
|
1849
|
+
return this.request("CreateSearchTemplate", req, cb);
|
|
1850
|
+
}
|
|
1851
|
+
/**
|
|
1852
|
+
* 导出已忽略基线检测项信息
|
|
1853
|
+
*/
|
|
1854
|
+
async ExportIgnoreBaselineRule(req, cb) {
|
|
1855
|
+
return this.request("ExportIgnoreBaselineRule", req, cb);
|
|
1856
|
+
}
|
|
1857
|
+
/**
|
|
1858
|
+
* 本地提权信息详情
|
|
1859
|
+
*/
|
|
1860
|
+
async DescribePrivilegeEventInfo(req, cb) {
|
|
1861
|
+
return this.request("DescribePrivilegeEventInfo", req, cb);
|
|
1862
|
+
}
|
|
1863
|
+
/**
|
|
1864
|
+
* 打开入侵检测-恶意文件检测,弹出风险预警内容
|
|
1865
|
+
*/
|
|
1866
|
+
async DescribeMalwareRiskWarning(req, cb) {
|
|
1867
|
+
return this.request("DescribeMalwareRiskWarning", req, cb);
|
|
1868
|
+
}
|
|
1869
|
+
/**
|
|
1870
|
+
* 查询基线默认策略列表信息
|
|
1871
|
+
*/
|
|
1872
|
+
async DescribeBaselineDefaultStrategyList(req, cb) {
|
|
1873
|
+
return this.request("DescribeBaselineDefaultStrategyList", req, cb);
|
|
1874
|
+
}
|
|
1875
|
+
/**
|
|
1876
|
+
* 提交漏洞修护
|
|
1877
|
+
*/
|
|
1878
|
+
async CreateVulFix(req, cb) {
|
|
1879
|
+
return this.request("CreateVulFix", req, cb);
|
|
1880
|
+
}
|
|
1881
|
+
/**
|
|
1882
|
+
* 获取指定标签关联的服务器信息
|
|
1883
|
+
*/
|
|
1884
|
+
async DescribeTagMachines(req, cb) {
|
|
1885
|
+
return this.request("DescribeTagMachines", req, cb);
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* 新增或修改本地提权规则(支持多服务器选择)
|
|
1889
|
+
*/
|
|
1890
|
+
async EditPrivilegeRules(req, cb) {
|
|
1891
|
+
return this.request("EditPrivilegeRules", req, cb);
|
|
1892
|
+
}
|
|
1893
|
+
/**
|
|
1894
|
+
* 获取异常进程列表
|
|
1895
|
+
*/
|
|
1896
|
+
async DescribeRiskProcessEvents(req, cb) {
|
|
1897
|
+
return this.request("DescribeRiskProcessEvents", req, cb);
|
|
1898
|
+
}
|
|
1899
|
+
/**
|
|
1900
|
+
* 专家服务-可用订单详情
|
|
1901
|
+
*/
|
|
1902
|
+
async DescribeAvailableExpertServiceDetail(req, cb) {
|
|
1903
|
+
return this.request("DescribeAvailableExpertServiceDetail", req, cb);
|
|
1904
|
+
}
|
|
1905
|
+
/**
|
|
1906
|
+
* 根据事件表名和id查询告警事件详情
|
|
1907
|
+
*/
|
|
1908
|
+
async DescribeEventByTable(req, cb) {
|
|
1909
|
+
return this.request("DescribeEventByTable", req, cb);
|
|
1910
|
+
}
|
|
1911
|
+
/**
|
|
1912
|
+
* 对授权管理-订单列表内已过期的订单进行删除.(删除后的订单不在统计范畴内)
|
|
1913
|
+
*/
|
|
1914
|
+
async DeleteLicenseRecord(req, cb) {
|
|
1915
|
+
return this.request("DeleteLicenseRecord", req, cb);
|
|
1916
|
+
}
|
|
1917
|
+
/**
|
|
1918
|
+
* 本接口 (DescribeSecurityDynamics) 用于获取安全事件动态消息数据。
|
|
1919
|
+
*/
|
|
1920
|
+
async DescribeSecurityDynamics(req, cb) {
|
|
1921
|
+
return this.request("DescribeSecurityDynamics", req, cb);
|
|
1922
|
+
}
|
|
1923
|
+
/**
|
|
1924
|
+
* 获取安全事件统计
|
|
1925
|
+
*/
|
|
1926
|
+
async DescribeSecurityEventStat(req, cb) {
|
|
1927
|
+
return this.request("DescribeSecurityEventStat", req, cb);
|
|
1928
|
+
}
|
|
1929
|
+
/**
|
|
1930
|
+
* 获取所有数据库数量
|
|
1931
|
+
*/
|
|
1932
|
+
async DescribeAssetDatabaseCount(req, cb) {
|
|
1933
|
+
return this.request("DescribeAssetDatabaseCount", req, cb);
|
|
1934
|
+
}
|
|
1935
|
+
/**
|
|
1936
|
+
* 获取日志直方图信息
|
|
1937
|
+
*/
|
|
1938
|
+
async DescribeLogHistogram(req, cb) {
|
|
1939
|
+
return this.request("DescribeLogHistogram", req, cb);
|
|
1940
|
+
}
|
|
1941
|
+
/**
|
|
1942
|
+
* 查询主机相关核心文件监控规则列 表
|
|
1943
|
+
*/
|
|
1944
|
+
async DescribeMachineFileTamperRules(req, cb) {
|
|
1945
|
+
return this.request("DescribeMachineFileTamperRules", req, cb);
|
|
1946
|
+
}
|
|
1947
|
+
/**
|
|
1948
|
+
* 编辑《主机安全-按量计费》授权订单
|
|
1949
|
+
*/
|
|
1950
|
+
async ModifyLicenseOrder(req, cb) {
|
|
1951
|
+
return this.request("ModifyLicenseOrder", req, cb);
|
|
1952
|
+
}
|
|
1953
|
+
/**
|
|
1954
|
+
* 获取公网接入代理安装命令
|
|
1955
|
+
*/
|
|
1956
|
+
async DescribePublicProxyInstallCommand(req, cb) {
|
|
1957
|
+
return this.request("DescribePublicProxyInstallCommand", req, cb);
|
|
1958
|
+
}
|
|
1959
|
+
/**
|
|
1960
|
+
* 漏洞数量等级分布统计
|
|
1961
|
+
*/
|
|
1962
|
+
async DescribeVulLevelCount(req, cb) {
|
|
1963
|
+
return this.request("DescribeVulLevelCount", req, cb);
|
|
1964
|
+
}
|
|
1965
|
+
/**
|
|
1966
|
+
* 导出账号列表
|
|
1967
|
+
*/
|
|
1968
|
+
async ExportAssetUserList(req, cb) {
|
|
1969
|
+
return this.request("ExportAssetUserList", req, cb);
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* 用于网页防篡改获取区域主机列表。
|
|
1973
|
+
*/
|
|
1974
|
+
async DescribeMachineList(req, cb) {
|
|
1975
|
+
return this.request("DescribeMachineList", req, cb);
|
|
1976
|
+
}
|
|
1977
|
+
/**
|
|
1978
|
+
* 获取登录审计列表
|
|
1979
|
+
*/
|
|
1980
|
+
async DescribeHostLoginList(req, cb) {
|
|
1981
|
+
return this.request("DescribeHostLoginList", req, cb);
|
|
1982
|
+
}
|
|
1983
|
+
/**
|
|
1984
|
+
* 根据基线策略id更新策略信息
|
|
1985
|
+
*/
|
|
1986
|
+
async UpdateBaselineStrategy(req, cb) {
|
|
1987
|
+
return this.request("UpdateBaselineStrategy", req, cb);
|
|
1988
|
+
}
|
|
1989
|
+
/**
|
|
1990
|
+
* 取消漏洞忽略
|
|
1991
|
+
*/
|
|
1992
|
+
async CancelIgnoreVul(req, cb) {
|
|
1993
|
+
return this.request("CancelIgnoreVul", req, cb);
|
|
1994
|
+
}
|
|
1995
|
+
/**
|
|
1996
|
+
* 入侵检测获取木马列表
|
|
1997
|
+
*/
|
|
1998
|
+
async DescribeMalWareList(req, cb) {
|
|
1999
|
+
return this.request("DescribeMalWareList", req, cb);
|
|
2000
|
+
}
|
|
2001
|
+
/**
|
|
2002
|
+
* 本接口 (DescribeOpenPortStatistics) 用于获取端口统计列表。
|
|
2003
|
+
*/
|
|
2004
|
+
async DescribeOpenPortStatistics(req, cb) {
|
|
2005
|
+
return this.request("DescribeOpenPortStatistics", req, cb);
|
|
2006
|
+
}
|
|
2007
|
+
/**
|
|
2008
|
+
* 获取安全防护状态汇总
|
|
2009
|
+
*/
|
|
2010
|
+
async DescribeSecurityProtectionStat(req, cb) {
|
|
2011
|
+
return this.request("DescribeSecurityProtectionStat", req, cb);
|
|
2012
|
+
}
|
|
2013
|
+
/**
|
|
2014
|
+
* 修改爆破阻断模式
|
|
2015
|
+
*/
|
|
2016
|
+
async ModifyBanMode(req, cb) {
|
|
2017
|
+
return this.request("ModifyBanMode", req, cb);
|
|
2018
|
+
}
|
|
2019
|
+
/**
|
|
2020
|
+
* 获取专线agent安装命令,包含token
|
|
2021
|
+
*/
|
|
2022
|
+
async DescribeDirectConnectInstallCommand(req, cb) {
|
|
2023
|
+
return this.request("DescribeDirectConnectInstallCommand", req, cb);
|
|
2024
|
+
}
|
|
2025
|
+
/**
|
|
2026
|
+
* 获取企微机器人规则列表
|
|
2027
|
+
*/
|
|
2028
|
+
async DescribeWebHookRules(req, cb) {
|
|
2029
|
+
return this.request("DescribeWebHookRules", req, cb);
|
|
2030
|
+
}
|
|
2031
|
+
/**
|
|
2032
|
+
* 获取基线策略列表
|
|
2033
|
+
*/
|
|
2034
|
+
async DescribeBaselinePolicyList(req, cb) {
|
|
2035
|
+
return this.request("DescribeBaselinePolicyList", req, cb);
|
|
2036
|
+
}
|
|
2037
|
+
/**
|
|
2038
|
+
* 获取所有Web应用数量
|
|
2039
|
+
*/
|
|
2040
|
+
async DescribeAssetWebAppCount(req, cb) {
|
|
2041
|
+
return this.request("DescribeAssetWebAppCount", req, cb);
|
|
2042
|
+
}
|
|
2043
|
+
/**
|
|
2044
|
+
* 修改指定日志类别投递配置、开关
|
|
2045
|
+
*/
|
|
2046
|
+
async ModifyLogKafkaDeliverType(req, cb) {
|
|
2047
|
+
return this.request("ModifyLogKafkaDeliverType", req, cb);
|
|
2048
|
+
}
|
|
2049
|
+
/**
|
|
2050
|
+
* 查询高危命令事件详情
|
|
2051
|
+
*/
|
|
2052
|
+
async DescribeBashEventsInfo(req, cb) {
|
|
2053
|
+
return this.request("DescribeBashEventsInfo", req, cb);
|
|
2054
|
+
}
|
|
2055
|
+
/**
|
|
2056
|
+
* 查询告警点id列表
|
|
2057
|
+
*/
|
|
2058
|
+
async DescribeAlarmVertexId(req, cb) {
|
|
2059
|
+
return this.request("DescribeAlarmVertexId", req, cb);
|
|
2060
|
+
}
|
|
2061
|
+
/**
|
|
2062
|
+
* CveId查询漏洞详情
|
|
2063
|
+
*/
|
|
2064
|
+
async DescribeVulCveIdInfo(req, cb) {
|
|
2065
|
+
return this.request("DescribeVulCveIdInfo", req, cb);
|
|
2066
|
+
}
|
|
2067
|
+
/**
|
|
2068
|
+
* 导出主机快照备份列表
|
|
2069
|
+
*/
|
|
2070
|
+
async ExportRansomDefenseBackupList(req, cb) {
|
|
2071
|
+
return this.request("ExportRansomDefenseBackupList", req, cb);
|
|
2072
|
+
}
|
|
2073
|
+
/**
|
|
2074
|
+
* 网络攻击数据统计
|
|
2075
|
+
*/
|
|
2076
|
+
async DescribeAttackStatistics(req, cb) {
|
|
2077
|
+
return this.request("DescribeAttackStatistics", req, cb);
|
|
2078
|
+
}
|
|
2079
|
+
/**
|
|
2080
|
+
* 获取主机账号Key列表
|
|
2081
|
+
*/
|
|
2082
|
+
async DescribeAssetUserKeyList(req, cb) {
|
|
2083
|
+
return this.request("DescribeAssetUserKeyList", req, cb);
|
|
2084
|
+
}
|
|
2085
|
+
/**
|
|
2086
|
+
* 查询木马扫描进度
|
|
2087
|
+
*/
|
|
2088
|
+
async DescribeScanMalwareSchedule(req, cb) {
|
|
2089
|
+
return this.request("DescribeScanMalwareSchedule", req, cb);
|
|
2090
|
+
}
|
|
2091
|
+
/**
|
|
2092
|
+
* 编辑木马白名单
|
|
2093
|
+
*/
|
|
2094
|
+
async ModifyMalwareWhiteList(req, cb) {
|
|
2095
|
+
return this.request("ModifyMalwareWhiteList", req, cb);
|
|
2096
|
+
}
|
|
2097
|
+
/**
|
|
2098
|
+
* 获取企微机器人规则详情
|
|
2099
|
+
*/
|
|
2100
|
+
async DescribeWebHookRule(req, cb) {
|
|
2101
|
+
return this.request("DescribeWebHookRule", req, cb);
|
|
2102
|
+
}
|
|
2103
|
+
/**
|
|
2104
|
+
* 修复失败时单独对某一个主机修复漏洞
|
|
2105
|
+
*/
|
|
2106
|
+
async RetryVulFix(req, cb) {
|
|
2107
|
+
return this.request("RetryVulFix", req, cb);
|
|
2108
|
+
}
|
|
2109
|
+
/**
|
|
2110
|
+
* 删除高危命令规则
|
|
2111
|
+
*/
|
|
2112
|
+
async DeleteBashRules(req, cb) {
|
|
2113
|
+
return this.request("DeleteBashRules", req, cb);
|
|
2114
|
+
}
|
|
2115
|
+
/**
|
|
2116
|
+
* 快照创建失败时可以重试创建快照并且自动进行漏洞修复
|
|
2117
|
+
*/
|
|
2118
|
+
async RetryCreateSnapshot(req, cb) {
|
|
2119
|
+
return this.request("RetryCreateSnapshot", req, cb);
|
|
2120
|
+
}
|
|
2121
|
+
/**
|
|
2122
|
+
* 获取主机最近趋势情况
|
|
2123
|
+
*/
|
|
2124
|
+
async DescribeAssetRecentMachineInfo(req, cb) {
|
|
2125
|
+
return this.request("DescribeAssetRecentMachineInfo", req, cb);
|
|
2126
|
+
}
|
|
2127
|
+
/**
|
|
2128
|
+
* 漏洞影响组件列表
|
|
2129
|
+
*/
|
|
2130
|
+
async DescribeVulEffectModules(req, cb) {
|
|
2131
|
+
return this.request("DescribeVulEffectModules", req, cb);
|
|
2132
|
+
}
|
|
2133
|
+
/**
|
|
2134
|
+
* 漏洞top统计
|
|
2135
|
+
*/
|
|
2136
|
+
async DescribeVulTop(req, cb) {
|
|
2137
|
+
return this.request("DescribeVulTop", req, cb);
|
|
2138
|
+
}
|
|
2139
|
+
/**
|
|
2140
|
+
* 获取爆破破解规则
|
|
2141
|
+
*/
|
|
2142
|
+
async DescribeBruteAttackRules(req, cb) {
|
|
2143
|
+
return this.request("DescribeBruteAttackRules", req, cb);
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* 查询资产管理环境变量列表
|
|
2147
|
+
*/
|
|
2148
|
+
async DescribeAssetEnvList(req, cb) {
|
|
2149
|
+
return this.request("DescribeAssetEnvList", req, cb);
|
|
2150
|
+
}
|
|
2151
|
+
/**
|
|
2152
|
+
* 获取安全概览相关事件统计数据接口
|
|
2153
|
+
*/
|
|
2154
|
+
async DescribeSecurityEventsCnt(req, cb) {
|
|
2155
|
+
return this.request("DescribeSecurityEventsCnt", req, cb);
|
|
2156
|
+
}
|
|
2157
|
+
/**
|
|
2158
|
+
* 删除木马白名单
|
|
2159
|
+
*/
|
|
2160
|
+
async DeleteMalwareWhiteList(req, cb) {
|
|
2161
|
+
return this.request("DeleteMalwareWhiteList", req, cb);
|
|
2162
|
+
}
|
|
750
2163
|
/**
|
|
751
|
-
*
|
|
2164
|
+
* 同步基线检测进度概要
|
|
752
2165
|
*/
|
|
753
|
-
async
|
|
754
|
-
return this.request("
|
|
2166
|
+
async SyncBaselineDetectSummary(req, cb) {
|
|
2167
|
+
return this.request("SyncBaselineDetectSummary", req, cb);
|
|
755
2168
|
}
|
|
756
2169
|
/**
|
|
757
|
-
*
|
|
2170
|
+
* 查询授权绑定任务的进度
|
|
758
2171
|
*/
|
|
759
|
-
async
|
|
760
|
-
return this.request("
|
|
2172
|
+
async DescribeLicenseBindSchedule(req, cb) {
|
|
2173
|
+
return this.request("DescribeLicenseBindSchedule", req, cb);
|
|
761
2174
|
}
|
|
762
2175
|
/**
|
|
763
|
-
*
|
|
2176
|
+
* 编辑网络攻击白名单
|
|
764
2177
|
*/
|
|
765
|
-
async
|
|
766
|
-
return this.request("
|
|
2178
|
+
async ModifyNetAttackWhiteList(req, cb) {
|
|
2179
|
+
return this.request("ModifyNetAttackWhiteList", req, cb);
|
|
2180
|
+
}
|
|
2181
|
+
/**
|
|
2182
|
+
* 网站防篡改-查询动态防护信息
|
|
2183
|
+
*/
|
|
2184
|
+
async DescribeWebPageProtectStat(req, cb) {
|
|
2185
|
+
return this.request("DescribeWebPageProtectStat", req, cb);
|
|
2186
|
+
}
|
|
2187
|
+
/**
|
|
2188
|
+
* 本接口 (DescribeHistoryAccounts) 用于获取帐号变更历史列表数据。
|
|
2189
|
+
*/
|
|
2190
|
+
async DescribeHistoryAccounts(req, cb) {
|
|
2191
|
+
return this.request("DescribeHistoryAccounts", req, cb);
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* 添加网站防护服务器
|
|
2195
|
+
*/
|
|
2196
|
+
async CreateProtectServer(req, cb) {
|
|
2197
|
+
return this.request("CreateProtectServer", req, cb);
|
|
2198
|
+
}
|
|
2199
|
+
/**
|
|
2200
|
+
* 查询基线列表信息
|
|
2201
|
+
*/
|
|
2202
|
+
async DescribeBaselineList(req, cb) {
|
|
2203
|
+
return this.request("DescribeBaselineList", req, cb);
|
|
767
2204
|
}
|
|
768
2205
|
/**
|
|
769
2206
|
* 获取资产管理主机资源详细信息
|
|
@@ -772,10 +2209,28 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
772
2209
|
return this.request("DescribeAssetMachineDetail", req, cb);
|
|
773
2210
|
}
|
|
774
2211
|
/**
|
|
775
|
-
*
|
|
2212
|
+
* 获取服务器风险top列表
|
|
776
2213
|
*/
|
|
777
|
-
async
|
|
778
|
-
return this.request("
|
|
2214
|
+
async DescribeVulHostTop(req, cb) {
|
|
2215
|
+
return this.request("DescribeVulHostTop", req, cb);
|
|
2216
|
+
}
|
|
2217
|
+
/**
|
|
2218
|
+
* 对订单属性编辑
|
|
2219
|
+
*/
|
|
2220
|
+
async ModifyOrderAttribute(req, cb) {
|
|
2221
|
+
return this.request("ModifyOrderAttribute", req, cb);
|
|
2222
|
+
}
|
|
2223
|
+
/**
|
|
2224
|
+
* 获取用户当前灰度配置
|
|
2225
|
+
*/
|
|
2226
|
+
async DescribeABTestConfig(req, cb) {
|
|
2227
|
+
return this.request("DescribeABTestConfig", req, cb);
|
|
2228
|
+
}
|
|
2229
|
+
/**
|
|
2230
|
+
* 获取资产管理Web框架列表
|
|
2231
|
+
*/
|
|
2232
|
+
async DescribeAssetWebFrameList(req, cb) {
|
|
2233
|
+
return this.request("DescribeAssetWebFrameList", req, cb);
|
|
779
2234
|
}
|
|
780
2235
|
/**
|
|
781
2236
|
* 查询资产管理内核模块列表
|
|
@@ -784,397 +2239,452 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
784
2239
|
return this.request("DescribeAssetCoreModuleList", req, cb);
|
|
785
2240
|
}
|
|
786
2241
|
/**
|
|
787
|
-
*
|
|
2242
|
+
* 定时扫描设置
|
|
788
2243
|
*/
|
|
789
|
-
async
|
|
790
|
-
return this.request("
|
|
2244
|
+
async ModifyMalwareTimingScanSettings(req, cb) {
|
|
2245
|
+
return this.request("ModifyMalwareTimingScanSettings", req, cb);
|
|
791
2246
|
}
|
|
792
2247
|
/**
|
|
793
|
-
*
|
|
2248
|
+
* 添加恶意请求白名单
|
|
794
2249
|
*/
|
|
795
|
-
async
|
|
796
|
-
return this.request("
|
|
2250
|
+
async CreateMaliciousRequestWhiteList(req, cb) {
|
|
2251
|
+
return this.request("CreateMaliciousRequestWhiteList", req, cb);
|
|
797
2252
|
}
|
|
798
2253
|
/**
|
|
799
|
-
*
|
|
2254
|
+
* 获取所有Web服务数量
|
|
800
2255
|
*/
|
|
801
|
-
async
|
|
802
|
-
return this.request("
|
|
2256
|
+
async DescribeAssetWebServiceCount(req, cb) {
|
|
2257
|
+
return this.request("DescribeAssetWebServiceCount", req, cb);
|
|
803
2258
|
}
|
|
804
2259
|
/**
|
|
805
|
-
*
|
|
2260
|
+
* 更改或新增弱口令
|
|
806
2261
|
*/
|
|
807
|
-
async
|
|
808
|
-
return this.request("
|
|
2262
|
+
async ModifyBaselineWeakPassword(req, cb) {
|
|
2263
|
+
return this.request("ModifyBaselineWeakPassword", req, cb);
|
|
809
2264
|
}
|
|
810
2265
|
/**
|
|
811
|
-
*
|
|
2266
|
+
* 大屏可视化防趋势接口
|
|
812
2267
|
*/
|
|
813
|
-
async
|
|
814
|
-
return this.request("
|
|
2268
|
+
async DescribeScreenDefenseTrends(req, cb) {
|
|
2269
|
+
return this.request("DescribeScreenDefenseTrends", req, cb);
|
|
815
2270
|
}
|
|
816
2271
|
/**
|
|
817
|
-
*
|
|
2272
|
+
* 设置高危命令事件状态
|
|
818
2273
|
*/
|
|
819
|
-
async
|
|
820
|
-
return this.request("
|
|
2274
|
+
async SetBashEventsStatus(req, cb) {
|
|
2275
|
+
return this.request("SetBashEventsStatus", req, cb);
|
|
821
2276
|
}
|
|
822
2277
|
/**
|
|
823
|
-
*
|
|
2278
|
+
* 根据策略id修改策略可用状态
|
|
824
2279
|
*/
|
|
825
|
-
async
|
|
826
|
-
return this.request("
|
|
2280
|
+
async ChangeStrategyEnableStatus(req, cb) {
|
|
2281
|
+
return this.request("ChangeStrategyEnableStatus", req, cb);
|
|
827
2282
|
}
|
|
828
2283
|
/**
|
|
829
|
-
*
|
|
2284
|
+
* 网页防篡改防护目录列表
|
|
830
2285
|
*/
|
|
831
|
-
async
|
|
832
|
-
return this.request("
|
|
2286
|
+
async DescribeProtectDirList(req, cb) {
|
|
2287
|
+
return this.request("DescribeProtectDirList", req, cb);
|
|
833
2288
|
}
|
|
834
2289
|
/**
|
|
835
|
-
*
|
|
2290
|
+
* 专家服务-专家服务订单列表
|
|
836
2291
|
*/
|
|
837
|
-
async
|
|
838
|
-
return this.request("
|
|
2292
|
+
async DescribeExpertServiceOrderList(req, cb) {
|
|
2293
|
+
return this.request("DescribeExpertServiceOrderList", req, cb);
|
|
839
2294
|
}
|
|
840
2295
|
/**
|
|
841
|
-
*
|
|
2296
|
+
* 检查日志投递kafka连通性
|
|
842
2297
|
*/
|
|
843
|
-
async
|
|
844
|
-
return this.request("
|
|
2298
|
+
async CheckLogKafkaConnectionState(req, cb) {
|
|
2299
|
+
return this.request("CheckLogKafkaConnectionState", req, cb);
|
|
845
2300
|
}
|
|
846
2301
|
/**
|
|
847
|
-
*
|
|
2302
|
+
* 获取各主机漏洞防御插件状态
|
|
848
2303
|
*/
|
|
849
|
-
async
|
|
850
|
-
return this.request("
|
|
2304
|
+
async DescribeVulDefencePluginStatus(req, cb) {
|
|
2305
|
+
return this.request("DescribeVulDefencePluginStatus", req, cb);
|
|
851
2306
|
}
|
|
852
2307
|
/**
|
|
853
|
-
*
|
|
2308
|
+
* 获取所有主机标签
|
|
854
2309
|
*/
|
|
855
|
-
async
|
|
856
|
-
return this.request("
|
|
2310
|
+
async DescribeTags(req, cb) {
|
|
2311
|
+
return this.request("DescribeTags", req, cb);
|
|
857
2312
|
}
|
|
858
2313
|
/**
|
|
859
|
-
*
|
|
2314
|
+
* 获取单台主机漏洞防御插件信息
|
|
860
2315
|
*/
|
|
861
|
-
async
|
|
862
|
-
return this.request("
|
|
2316
|
+
async DescribeVulDefencePluginDetail(req, cb) {
|
|
2317
|
+
return this.request("DescribeVulDefencePluginDetail", req, cb);
|
|
863
2318
|
}
|
|
864
2319
|
/**
|
|
865
|
-
*
|
|
2320
|
+
* 更改基线检测规则
|
|
866
2321
|
*/
|
|
867
|
-
async
|
|
868
|
-
return this.request("
|
|
2322
|
+
async ModifyBaselineRule(req, cb) {
|
|
2323
|
+
return this.request("ModifyBaselineRule", req, cb);
|
|
869
2324
|
}
|
|
870
2325
|
/**
|
|
871
|
-
*
|
|
2326
|
+
* 网络攻击日志详情
|
|
872
2327
|
*/
|
|
873
|
-
async
|
|
874
|
-
return this.request("
|
|
2328
|
+
async DescribeAttackLogInfo(req, cb) {
|
|
2329
|
+
return this.request("DescribeAttackLogInfo", req, cb);
|
|
875
2330
|
}
|
|
876
2331
|
/**
|
|
877
|
-
*
|
|
2332
|
+
* 网站防篡改防护设置开关
|
|
878
2333
|
*/
|
|
879
|
-
async
|
|
880
|
-
return this.request("
|
|
2334
|
+
async ModifyWebPageProtectSwitch(req, cb) {
|
|
2335
|
+
return this.request("ModifyWebPageProtectSwitch", req, cb);
|
|
881
2336
|
}
|
|
882
2337
|
/**
|
|
883
|
-
*
|
|
2338
|
+
* 修改漏洞防御事件状态(修复漏洞通过其他接口实现)
|
|
884
2339
|
*/
|
|
885
|
-
async
|
|
886
|
-
return this.request("
|
|
2340
|
+
async ModifyVulDefenceEventStatus(req, cb) {
|
|
2341
|
+
return this.request("ModifyVulDefenceEventStatus", req, cb);
|
|
887
2342
|
}
|
|
888
2343
|
/**
|
|
889
|
-
*
|
|
2344
|
+
* 获取本地存储数据
|
|
890
2345
|
*/
|
|
891
|
-
async
|
|
892
|
-
return this.request("
|
|
2346
|
+
async GetLocalStorageItem(req, cb) {
|
|
2347
|
+
return this.request("GetLocalStorageItem", req, cb);
|
|
893
2348
|
}
|
|
894
2349
|
/**
|
|
895
|
-
*
|
|
2350
|
+
* 导出备份详情列表
|
|
896
2351
|
*/
|
|
897
|
-
async
|
|
898
|
-
return this.request("
|
|
2352
|
+
async ExportRansomDefenseMachineList(req, cb) {
|
|
2353
|
+
return this.request("ExportRansomDefenseMachineList", req, cb);
|
|
899
2354
|
}
|
|
900
2355
|
/**
|
|
901
|
-
*
|
|
2356
|
+
* 查询防勒索事件列表
|
|
902
2357
|
*/
|
|
903
|
-
async
|
|
904
|
-
return this.request("
|
|
2358
|
+
async DescribeRansomDefenseEventsList(req, cb) {
|
|
2359
|
+
return this.request("DescribeRansomDefenseEventsList", req, cb);
|
|
905
2360
|
}
|
|
906
2361
|
/**
|
|
907
|
-
*
|
|
2362
|
+
* 导出资产管理进程列表
|
|
908
2363
|
*/
|
|
909
|
-
async
|
|
910
|
-
return this.request("
|
|
2364
|
+
async ExportAssetProcessInfoList(req, cb) {
|
|
2365
|
+
return this.request("ExportAssetProcessInfoList", req, cb);
|
|
911
2366
|
}
|
|
912
2367
|
/**
|
|
913
|
-
*
|
|
2368
|
+
* 获取主机绑定策略列表
|
|
914
2369
|
*/
|
|
915
|
-
async
|
|
916
|
-
return this.request("
|
|
2370
|
+
async DescribeRansomDefenseMachineStrategyInfo(req, cb) {
|
|
2371
|
+
return this.request("DescribeRansomDefenseMachineStrategyInfo", req, cb);
|
|
917
2372
|
}
|
|
918
2373
|
/**
|
|
919
|
-
*
|
|
2374
|
+
* 获取高危命令列表
|
|
920
2375
|
*/
|
|
921
|
-
async
|
|
922
|
-
return this.request("
|
|
2376
|
+
async DescribeBashEvents(req, cb) {
|
|
2377
|
+
return this.request("DescribeBashEvents", req, cb);
|
|
923
2378
|
}
|
|
924
2379
|
/**
|
|
925
|
-
*
|
|
2380
|
+
* 导出漏洞检测报告。
|
|
926
2381
|
*/
|
|
927
|
-
async
|
|
928
|
-
return this.request("
|
|
2382
|
+
async ExportVulDetectionReport(req, cb) {
|
|
2383
|
+
return this.request("ExportVulDetectionReport", req, cb);
|
|
929
2384
|
}
|
|
930
2385
|
/**
|
|
931
|
-
*
|
|
2386
|
+
* 修改告警机器范围配置
|
|
932
2387
|
*/
|
|
933
|
-
async
|
|
934
|
-
return this.request("
|
|
2388
|
+
async ModifyWarningHostConfig(req, cb) {
|
|
2389
|
+
return this.request("ModifyWarningHostConfig", req, cb);
|
|
935
2390
|
}
|
|
936
2391
|
/**
|
|
937
|
-
*
|
|
2392
|
+
* 获取用户所有授权订单信息
|
|
938
2393
|
*/
|
|
939
|
-
async
|
|
940
|
-
return this.request("
|
|
2394
|
+
async DescribeLicenseList(req, cb) {
|
|
2395
|
+
return this.request("DescribeLicenseList", req, cb);
|
|
941
2396
|
}
|
|
942
2397
|
/**
|
|
943
|
-
*
|
|
944
|
-
支持预付费后付费创建
|
|
945
|
-
后付费订单直接创建成功
|
|
946
|
-
预付费订单仅下单不支付,需要调用计费支付接口进行支付
|
|
2398
|
+
* 云护航服务使用完成后,该接口可以确认收货
|
|
947
2399
|
*/
|
|
948
|
-
async
|
|
949
|
-
return this.request("
|
|
2400
|
+
async CreateCloudProtectServiceOrderRecord(req, cb) {
|
|
2401
|
+
return this.request("CreateCloudProtectServiceOrderRecord", req, cb);
|
|
950
2402
|
}
|
|
951
2403
|
/**
|
|
952
|
-
*
|
|
2404
|
+
* 检测基线
|
|
953
2405
|
*/
|
|
954
|
-
async
|
|
955
|
-
return this.request("
|
|
2406
|
+
async StartBaselineDetect(req, cb) {
|
|
2407
|
+
return this.request("StartBaselineDetect", req, cb);
|
|
956
2408
|
}
|
|
957
2409
|
/**
|
|
958
|
-
*
|
|
2410
|
+
* 删除标签
|
|
959
2411
|
*/
|
|
960
|
-
async
|
|
961
|
-
return this.request("
|
|
2412
|
+
async DeleteTags(req, cb) {
|
|
2413
|
+
return this.request("DeleteTags", req, cb);
|
|
962
2414
|
}
|
|
963
2415
|
/**
|
|
964
|
-
*
|
|
2416
|
+
* 本接口(TrustMalwares)将被识别木马文件设为信任。
|
|
965
2417
|
*/
|
|
966
|
-
async
|
|
967
|
-
return this.request("
|
|
2418
|
+
async TrustMalwares(req, cb) {
|
|
2419
|
+
return this.request("TrustMalwares", req, cb);
|
|
968
2420
|
}
|
|
969
2421
|
/**
|
|
970
|
-
*
|
|
2422
|
+
* 删除基线规则
|
|
971
2423
|
*/
|
|
972
|
-
async
|
|
973
|
-
return this.request("
|
|
2424
|
+
async DeleteBaselineRule(req, cb) {
|
|
2425
|
+
return this.request("DeleteBaselineRule", req, cb);
|
|
974
2426
|
}
|
|
975
2427
|
/**
|
|
976
|
-
*
|
|
2428
|
+
* 查询指定告警接收人的关联策略使用信息
|
|
977
2429
|
*/
|
|
978
|
-
async
|
|
979
|
-
return this.request("
|
|
2430
|
+
async DescribeWebHookReceiverUsage(req, cb) {
|
|
2431
|
+
return this.request("DescribeWebHookReceiverUsage", req, cb);
|
|
980
2432
|
}
|
|
981
2433
|
/**
|
|
982
|
-
*
|
|
2434
|
+
* 更新恶意请求白名单
|
|
983
2435
|
*/
|
|
984
|
-
async
|
|
985
|
-
return this.request("
|
|
2436
|
+
async ModifyMaliciousRequestWhiteList(req, cb) {
|
|
2437
|
+
return this.request("ModifyMaliciousRequestWhiteList", req, cb);
|
|
986
2438
|
}
|
|
987
2439
|
/**
|
|
988
|
-
*
|
|
2440
|
+
* 删除基线忽略规则
|
|
989
2441
|
*/
|
|
990
|
-
async
|
|
991
|
-
return this.request("
|
|
2442
|
+
async DeleteBaselineRuleIgnore(req, cb) {
|
|
2443
|
+
return this.request("DeleteBaselineRuleIgnore", req, cb);
|
|
992
2444
|
}
|
|
993
2445
|
/**
|
|
994
|
-
*
|
|
2446
|
+
* 根据检测项id或事件id批量忽略事件或取消忽略
|
|
2447
|
+
*/
|
|
2448
|
+
async ChangeRuleEventsIgnoreStatus(req, cb) {
|
|
2449
|
+
return this.request("ChangeRuleEventsIgnoreStatus", req, cb);
|
|
2450
|
+
}
|
|
2451
|
+
/**
|
|
2452
|
+
* 防勒索快照回滚
|
|
2453
|
+
*/
|
|
2454
|
+
async RansomDefenseRollback(req, cb) {
|
|
2455
|
+
return this.request("RansomDefenseRollback", req, cb);
|
|
2456
|
+
}
|
|
2457
|
+
/**
|
|
2458
|
+
* 获取资产管理系统安装包列表
|
|
2459
|
+
*/
|
|
2460
|
+
async DescribeAssetSystemPackageList(req, cb) {
|
|
2461
|
+
return this.request("DescribeAssetSystemPackageList", req, cb);
|
|
2462
|
+
}
|
|
2463
|
+
/**
|
|
2464
|
+
* 安全播报列表页
|
|
2465
|
+
*/
|
|
2466
|
+
async DescribeSecurityBroadcasts(req, cb) {
|
|
2467
|
+
return this.request("DescribeSecurityBroadcasts", req, cb);
|
|
2468
|
+
}
|
|
2469
|
+
/**
|
|
2470
|
+
* 获取资产指纹类型列表
|
|
2471
|
+
*/
|
|
2472
|
+
async DescribeAssetTypes(req, cb) {
|
|
2473
|
+
return this.request("DescribeAssetTypes", req, cb);
|
|
2474
|
+
}
|
|
2475
|
+
/**
|
|
2476
|
+
* 创建网络攻击白名单
|
|
2477
|
+
*/
|
|
2478
|
+
async CreateNetAttackWhiteList(req, cb) {
|
|
2479
|
+
return this.request("CreateNetAttackWhiteList", req, cb);
|
|
2480
|
+
}
|
|
2481
|
+
/**
|
|
2482
|
+
* 获取用户漏洞所有标签列表
|
|
2483
|
+
*/
|
|
2484
|
+
async DescribeVulLabels(req, cb) {
|
|
2485
|
+
return this.request("DescribeVulLabels", req, cb);
|
|
2486
|
+
}
|
|
2487
|
+
/**
|
|
2488
|
+
* 查询云护航服务订单列表
|
|
2489
|
+
*/
|
|
2490
|
+
async DescribeCloudProtectServiceOrderList(req, cb) {
|
|
2491
|
+
return this.request("DescribeCloudProtectServiceOrderList", req, cb);
|
|
2492
|
+
}
|
|
2493
|
+
/**
|
|
2494
|
+
* 停止基线检测
|
|
2495
|
+
*/
|
|
2496
|
+
async StopBaselineDetect(req, cb) {
|
|
2497
|
+
return this.request("StopBaselineDetect", req, cb);
|
|
2498
|
+
}
|
|
2499
|
+
/**
|
|
2500
|
+
* 获取高危命令规则列表
|
|
995
2501
|
*/
|
|
996
|
-
async
|
|
997
|
-
return this.request("
|
|
2502
|
+
async DescribeBashRules(req, cb) {
|
|
2503
|
+
return this.request("DescribeBashRules", req, cb);
|
|
998
2504
|
}
|
|
999
2505
|
/**
|
|
1000
|
-
*
|
|
2506
|
+
* 获取主机磁盘分区列表
|
|
1001
2507
|
*/
|
|
1002
|
-
async
|
|
1003
|
-
return this.request("
|
|
2508
|
+
async DescribeAssetDiskList(req, cb) {
|
|
2509
|
+
return this.request("DescribeAssetDiskList", req, cb);
|
|
1004
2510
|
}
|
|
1005
2511
|
/**
|
|
1006
|
-
*
|
|
2512
|
+
* 修改漏洞防御插件设置
|
|
2513
|
+
1)新增主机自动加入,scope为1,quuids为空
|
|
2514
|
+
2)全量旗舰版不自动加入,scope为0,quuids为当前quuid列表,
|
|
2515
|
+
3)给定quuid列表,scope为0,quuids为用户选择quuid
|
|
1007
2516
|
*/
|
|
1008
|
-
async
|
|
1009
|
-
return this.request("
|
|
2517
|
+
async ModifyVulDefenceSetting(req, cb) {
|
|
2518
|
+
return this.request("ModifyVulDefenceSetting", req, cb);
|
|
1010
2519
|
}
|
|
1011
2520
|
/**
|
|
1012
|
-
*
|
|
2521
|
+
* 导出漏洞防御事件
|
|
1013
2522
|
*/
|
|
1014
|
-
async
|
|
1015
|
-
return this.request("
|
|
2523
|
+
async ExportVulDefenceEvent(req, cb) {
|
|
2524
|
+
return this.request("ExportVulDefenceEvent", req, cb);
|
|
1016
2525
|
}
|
|
1017
2526
|
/**
|
|
1018
|
-
*
|
|
2527
|
+
* 同步资产扫描信息
|
|
1019
2528
|
*/
|
|
1020
|
-
async
|
|
1021
|
-
return this.request("
|
|
2529
|
+
async SyncAssetScan(req, cb) {
|
|
2530
|
+
return this.request("SyncAssetScan", req, cb);
|
|
1022
2531
|
}
|
|
1023
2532
|
/**
|
|
1024
|
-
*
|
|
2533
|
+
* DescribeScanState 该接口能查询对应模块正在进行的扫描任务状态
|
|
1025
2534
|
*/
|
|
1026
|
-
async
|
|
1027
|
-
return this.request("
|
|
2535
|
+
async DescribeScanState(req, cb) {
|
|
2536
|
+
return this.request("DescribeScanState", req, cb);
|
|
1028
2537
|
}
|
|
1029
2538
|
/**
|
|
1030
|
-
*
|
|
2539
|
+
* DeleteScanTask 该接口可以对指定类型的扫描任务进行停止扫描;
|
|
1031
2540
|
*/
|
|
1032
|
-
async
|
|
1033
|
-
return this.request("
|
|
2541
|
+
async DeleteScanTask(req, cb) {
|
|
2542
|
+
return this.request("DeleteScanTask", req, cb);
|
|
1034
2543
|
}
|
|
1035
2544
|
/**
|
|
1036
|
-
*
|
|
2545
|
+
* 用于创建/修改用户自定义配置
|
|
1037
2546
|
*/
|
|
1038
|
-
async
|
|
1039
|
-
return this.request("
|
|
2547
|
+
async ModifyUsersConfig(req, cb) {
|
|
2548
|
+
return this.request("ModifyUsersConfig", req, cb);
|
|
1040
2549
|
}
|
|
1041
2550
|
/**
|
|
1042
|
-
*
|
|
2551
|
+
* 新增或修改告警策略
|
|
1043
2552
|
*/
|
|
1044
|
-
async
|
|
1045
|
-
return this.request("
|
|
2553
|
+
async ModifyWebHookPolicy(req, cb) {
|
|
2554
|
+
return this.request("ModifyWebHookPolicy", req, cb);
|
|
1046
2555
|
}
|
|
1047
2556
|
/**
|
|
1048
|
-
*
|
|
2557
|
+
* 删除全部java内存马事件
|
|
1049
2558
|
*/
|
|
1050
|
-
async
|
|
1051
|
-
return this.request("
|
|
2559
|
+
async DeleteAllJavaMemShells(req, cb) {
|
|
2560
|
+
return this.request("DeleteAllJavaMemShells", req, cb);
|
|
1052
2561
|
}
|
|
1053
2562
|
/**
|
|
1054
|
-
*
|
|
2563
|
+
* 获取基线项检测结果列表
|
|
1055
2564
|
*/
|
|
1056
|
-
async
|
|
1057
|
-
return this.request("
|
|
2565
|
+
async DescribeBaselineItemList(req, cb) {
|
|
2566
|
+
return this.request("DescribeBaselineItemList", req, cb);
|
|
1058
2567
|
}
|
|
1059
2568
|
/**
|
|
1060
|
-
*
|
|
2569
|
+
* 获取高危命令策略列表
|
|
1061
2570
|
*/
|
|
1062
|
-
async
|
|
1063
|
-
return this.request("
|
|
2571
|
+
async DescribeBashPolicies(req, cb) {
|
|
2572
|
+
return this.request("DescribeBashPolicies", req, cb);
|
|
1064
2573
|
}
|
|
1065
2574
|
/**
|
|
1066
|
-
*
|
|
2575
|
+
* 查询防勒索策略绑定机器列表
|
|
1067
2576
|
*/
|
|
1068
|
-
async
|
|
1069
|
-
return this.request("
|
|
2577
|
+
async DescribeRansomDefenseStrategyMachines(req, cb) {
|
|
2578
|
+
return this.request("DescribeRansomDefenseStrategyMachines", req, cb);
|
|
1070
2579
|
}
|
|
1071
2580
|
/**
|
|
1072
|
-
*
|
|
2581
|
+
* 查询日志检索服务信息
|
|
1073
2582
|
*/
|
|
1074
|
-
async
|
|
1075
|
-
return this.request("
|
|
2583
|
+
async DescribeHistoryService(req, cb) {
|
|
2584
|
+
return this.request("DescribeHistoryService", req, cb);
|
|
1076
2585
|
}
|
|
1077
2586
|
/**
|
|
1078
|
-
*
|
|
2587
|
+
* 漏洞管理模块,获取近日指定类型的漏洞数量和主机数量
|
|
1079
2588
|
*/
|
|
1080
|
-
async
|
|
1081
|
-
return this.request("
|
|
2589
|
+
async DescribeVulCountByDates(req, cb) {
|
|
2590
|
+
return this.request("DescribeVulCountByDates", req, cb);
|
|
1082
2591
|
}
|
|
1083
2592
|
/**
|
|
1084
|
-
*
|
|
2593
|
+
* 导出漏洞影响主机列表
|
|
1085
2594
|
*/
|
|
1086
|
-
async
|
|
1087
|
-
return this.request("
|
|
2595
|
+
async ExportVulEffectHostList(req, cb) {
|
|
2596
|
+
return this.request("ExportVulEffectHostList", req, cb);
|
|
1088
2597
|
}
|
|
1089
2598
|
/**
|
|
1090
|
-
*
|
|
2599
|
+
* 获取漏洞库列表
|
|
1091
2600
|
*/
|
|
1092
|
-
async
|
|
1093
|
-
return this.request("
|
|
2601
|
+
async DescribeVulStoreList(req, cb) {
|
|
2602
|
+
return this.request("DescribeVulStoreList", req, cb);
|
|
1094
2603
|
}
|
|
1095
2604
|
/**
|
|
1096
|
-
*
|
|
2605
|
+
* 获取告警点所在事件的所有节点信息
|
|
1097
2606
|
*/
|
|
1098
|
-
async
|
|
1099
|
-
return this.request("
|
|
2607
|
+
async DescribeAlarmIncidentNodes(req, cb) {
|
|
2608
|
+
return this.request("DescribeAlarmIncidentNodes", req, cb);
|
|
1100
2609
|
}
|
|
1101
2610
|
/**
|
|
1102
|
-
*
|
|
2611
|
+
* 大屏可视化获取安全概览相关事件统计数据接口
|
|
1103
2612
|
*/
|
|
1104
|
-
async
|
|
1105
|
-
return this.request("
|
|
2613
|
+
async DescribeScreenEventsCnt(req, cb) {
|
|
2614
|
+
return this.request("DescribeScreenEventsCnt", req, cb);
|
|
1106
2615
|
}
|
|
1107
2616
|
/**
|
|
1108
|
-
*
|
|
2617
|
+
* 获取所有资源数量:主机、账号、端口、进程、软件、数据库、Web应用、Web框架、Web服务、Web站点
|
|
1109
2618
|
*/
|
|
1110
|
-
async
|
|
1111
|
-
return this.request("
|
|
2619
|
+
async DescribeAssetTotalCount(req, cb) {
|
|
2620
|
+
return this.request("DescribeAssetTotalCount", req, cb);
|
|
1112
2621
|
}
|
|
1113
2622
|
/**
|
|
1114
|
-
*
|
|
2623
|
+
* 获取全网热点漏洞
|
|
1115
2624
|
*/
|
|
1116
|
-
async
|
|
1117
|
-
return this.request("
|
|
2625
|
+
async DescribeHotVulTop(req, cb) {
|
|
2626
|
+
return this.request("DescribeHotVulTop", req, cb);
|
|
1118
2627
|
}
|
|
1119
2628
|
/**
|
|
1120
|
-
*
|
|
2629
|
+
* 删除基线弱口令
|
|
1121
2630
|
*/
|
|
1122
|
-
async
|
|
1123
|
-
return this.request("
|
|
2631
|
+
async DeleteBaselineWeakPassword(req, cb) {
|
|
2632
|
+
return this.request("DeleteBaselineWeakPassword", req, cb);
|
|
1124
2633
|
}
|
|
1125
2634
|
/**
|
|
1126
|
-
*
|
|
2635
|
+
* 本接口 (DeleteNonlocalLoginPlaces) 用于删除异地登录记录。
|
|
1127
2636
|
*/
|
|
1128
|
-
async
|
|
1129
|
-
return this.request("
|
|
2637
|
+
async DeleteNonlocalLoginPlaces(req, cb) {
|
|
2638
|
+
return this.request("DeleteNonlocalLoginPlaces", req, cb);
|
|
1130
2639
|
}
|
|
1131
2640
|
/**
|
|
1132
|
-
*
|
|
2641
|
+
* 导出资产管理系统安装包列表
|
|
1133
2642
|
*/
|
|
1134
|
-
async
|
|
1135
|
-
return this.request("
|
|
2643
|
+
async ExportAssetSystemPackageList(req, cb) {
|
|
2644
|
+
return this.request("ExportAssetSystemPackageList", req, cb);
|
|
1136
2645
|
}
|
|
1137
2646
|
/**
|
|
1138
|
-
*
|
|
2647
|
+
* 编辑反弹Shell规则(支持多服务器选择)
|
|
2648
|
+
|
|
1139
2649
|
*/
|
|
1140
|
-
async
|
|
1141
|
-
return this.request("
|
|
2650
|
+
async EditReverseShellRules(req, cb) {
|
|
2651
|
+
return this.request("EditReverseShellRules", req, cb);
|
|
1142
2652
|
}
|
|
1143
2653
|
/**
|
|
1144
|
-
*
|
|
2654
|
+
* 删除告警策略
|
|
1145
2655
|
*/
|
|
1146
|
-
async
|
|
1147
|
-
return this.request("
|
|
2656
|
+
async DeleteWebHookPolicy(req, cb) {
|
|
2657
|
+
return this.request("DeleteWebHookPolicy", req, cb);
|
|
1148
2658
|
}
|
|
1149
2659
|
/**
|
|
1150
|
-
*
|
|
2660
|
+
* 导出本地提权事件
|
|
1151
2661
|
*/
|
|
1152
|
-
async
|
|
1153
|
-
return this.request("
|
|
2662
|
+
async ExportPrivilegeEvents(req, cb) {
|
|
2663
|
+
return this.request("ExportPrivilegeEvents", req, cb);
|
|
1154
2664
|
}
|
|
1155
2665
|
/**
|
|
1156
|
-
*
|
|
2666
|
+
* 入侵检测所有事件的状态,包括:文件查杀,异常登录,密码破解,高危命令,反弹shell,本地提取
|
|
1157
2667
|
*/
|
|
1158
|
-
async
|
|
1159
|
-
return this.request("
|
|
2668
|
+
async ModifyRiskEventsStatus(req, cb) {
|
|
2669
|
+
return this.request("ModifyRiskEventsStatus", req, cb);
|
|
1160
2670
|
}
|
|
1161
2671
|
/**
|
|
1162
|
-
*
|
|
2672
|
+
* 获取主机账号详情
|
|
1163
2673
|
*/
|
|
1164
|
-
async
|
|
1165
|
-
return this.request("
|
|
2674
|
+
async DescribeAssetUserInfo(req, cb) {
|
|
2675
|
+
return this.request("DescribeAssetUserInfo", req, cb);
|
|
1166
2676
|
}
|
|
1167
2677
|
/**
|
|
1168
|
-
*
|
|
2678
|
+
* 本接口 (DeleteMalwares) 用于删除木马记录。
|
|
1169
2679
|
*/
|
|
1170
|
-
async
|
|
1171
|
-
return this.request("
|
|
2680
|
+
async DeleteMalwares(req, cb) {
|
|
2681
|
+
return this.request("DeleteMalwares", req, cb);
|
|
1172
2682
|
}
|
|
1173
2683
|
/**
|
|
1174
|
-
*
|
|
2684
|
+
* 导出漏洞防御插件事件
|
|
1175
2685
|
*/
|
|
1176
|
-
async
|
|
1177
|
-
return this.request("
|
|
2686
|
+
async ExportVulDefencePluginEvent(req, cb) {
|
|
2687
|
+
return this.request("ExportVulDefencePluginEvent", req, cb);
|
|
1178
2688
|
}
|
|
1179
2689
|
/**
|
|
1180
2690
|
* 定期扫描漏洞设置
|
|
@@ -1183,160 +2693,166 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1183
2693
|
return this.request("ScanVulSetting", req, cb);
|
|
1184
2694
|
}
|
|
1185
2695
|
/**
|
|
1186
|
-
*
|
|
2696
|
+
* 本接口 (DescribeAccountStatistics) 用于获取帐号统计列表数据。
|
|
1187
2697
|
*/
|
|
1188
|
-
async
|
|
1189
|
-
return this.request("
|
|
2698
|
+
async DescribeAccountStatistics(req, cb) {
|
|
2699
|
+
return this.request("DescribeAccountStatistics", req, cb);
|
|
1190
2700
|
}
|
|
1191
2701
|
/**
|
|
1192
|
-
*
|
|
2702
|
+
* 导出异常进程事件
|
|
1193
2703
|
*/
|
|
1194
|
-
async
|
|
1195
|
-
return this.request("
|
|
2704
|
+
async ExportRiskProcessEvents(req, cb) {
|
|
2705
|
+
return this.request("ExportRiskProcessEvents", req, cb);
|
|
1196
2706
|
}
|
|
1197
2707
|
/**
|
|
1198
|
-
*
|
|
2708
|
+
* 获取漏洞管理模块指定类型的待处理漏洞数、主机数和非专业版主机数量
|
|
1199
2709
|
*/
|
|
1200
|
-
async
|
|
1201
|
-
return this.request("
|
|
2710
|
+
async DescribeUndoVulCounts(req, cb) {
|
|
2711
|
+
return this.request("DescribeUndoVulCounts", req, cb);
|
|
1202
2712
|
}
|
|
1203
2713
|
/**
|
|
1204
|
-
*
|
|
2714
|
+
* 获取木马不可隔离的主机
|
|
1205
2715
|
*/
|
|
1206
|
-
async
|
|
1207
|
-
return this.request("
|
|
2716
|
+
async DescribeCanNotSeparateMachine(req, cb) {
|
|
2717
|
+
return this.request("DescribeCanNotSeparateMachine", req, cb);
|
|
1208
2718
|
}
|
|
1209
2719
|
/**
|
|
1210
|
-
*
|
|
2720
|
+
* 本接口 (ExportBruteAttacks) 用于导出密码破解记录成CSV文件。
|
|
1211
2721
|
*/
|
|
1212
|
-
async
|
|
1213
|
-
return this.request("
|
|
2722
|
+
async ExportBruteAttacks(req, cb) {
|
|
2723
|
+
return this.request("ExportBruteAttacks", req, cb);
|
|
1214
2724
|
}
|
|
1215
2725
|
/**
|
|
1216
|
-
*
|
|
2726
|
+
* 导出资产管理环境变量列表
|
|
1217
2727
|
*/
|
|
1218
|
-
async
|
|
1219
|
-
return this.request("
|
|
2728
|
+
async ExportAssetEnvList(req, cb) {
|
|
2729
|
+
return this.request("ExportAssetEnvList", req, cb);
|
|
1220
2730
|
}
|
|
1221
2731
|
/**
|
|
1222
|
-
*
|
|
2732
|
+
* 创建/修改网站防护目录
|
|
1223
2733
|
*/
|
|
1224
|
-
async
|
|
1225
|
-
return this.request("
|
|
2734
|
+
async ModifyWebPageProtectDir(req, cb) {
|
|
2735
|
+
return this.request("ModifyWebPageProtectDir", req, cb);
|
|
1226
2736
|
}
|
|
1227
2737
|
/**
|
|
1228
|
-
*
|
|
2738
|
+
* 导出风险趋势
|
|
1229
2739
|
*/
|
|
1230
|
-
async
|
|
1231
|
-
return this.request("
|
|
2740
|
+
async ExportSecurityTrends(req, cb) {
|
|
2741
|
+
return this.request("ExportSecurityTrends", req, cb);
|
|
1232
2742
|
}
|
|
1233
2743
|
/**
|
|
1234
|
-
*
|
|
2744
|
+
* 本接口 (ExportMalwares) 用于导出木马记录CSV文件。
|
|
1235
2745
|
*/
|
|
1236
|
-
async
|
|
1237
|
-
return this.request("
|
|
2746
|
+
async ExportMalwares(req, cb) {
|
|
2747
|
+
return this.request("ExportMalwares", req, cb);
|
|
1238
2748
|
}
|
|
1239
2749
|
/**
|
|
1240
|
-
*
|
|
2750
|
+
* 核心文件规则状态更新,支持批量删除 关闭
|
|
1241
2751
|
*/
|
|
1242
|
-
async
|
|
1243
|
-
return this.request("
|
|
2752
|
+
async ModifyFileTamperRuleStatus(req, cb) {
|
|
2753
|
+
return this.request("ModifyFileTamperRuleStatus", req, cb);
|
|
1244
2754
|
}
|
|
1245
2755
|
/**
|
|
1246
|
-
*
|
|
2756
|
+
* 修改阻断白名单列表
|
|
1247
2757
|
*/
|
|
1248
|
-
async
|
|
1249
|
-
return this.request("
|
|
2758
|
+
async ModifyBanWhiteList(req, cb) {
|
|
2759
|
+
return this.request("ModifyBanWhiteList", req, cb);
|
|
1250
2760
|
}
|
|
1251
2761
|
/**
|
|
1252
|
-
*
|
|
2762
|
+
* 导出篡改事件列表
|
|
1253
2763
|
*/
|
|
1254
|
-
async
|
|
1255
|
-
return this.request("
|
|
2764
|
+
async ExportWebPageEventList(req, cb) {
|
|
2765
|
+
return this.request("ExportWebPageEventList", req, cb);
|
|
1256
2766
|
}
|
|
1257
2767
|
/**
|
|
1258
|
-
*
|
|
2768
|
+
* 获取基线服务器风险TOP5
|
|
1259
2769
|
*/
|
|
1260
|
-
async
|
|
1261
|
-
return this.request("
|
|
2770
|
+
async DescribeBaselineHostRiskTop(req, cb) {
|
|
2771
|
+
return this.request("DescribeBaselineHostRiskTop", req, cb);
|
|
1262
2772
|
}
|
|
1263
2773
|
/**
|
|
1264
|
-
*
|
|
2774
|
+
* 导出恶意请求事件列表
|
|
1265
2775
|
*/
|
|
1266
|
-
async
|
|
1267
|
-
return this.request("
|
|
2776
|
+
async ExportRiskDnsEventList(req, cb) {
|
|
2777
|
+
return this.request("ExportRiskDnsEventList", req, cb);
|
|
1268
2778
|
}
|
|
1269
2779
|
/**
|
|
1270
|
-
*
|
|
2780
|
+
* 导出授权列表对应的绑定信息
|
|
1271
2781
|
*/
|
|
1272
|
-
async
|
|
1273
|
-
return this.request("
|
|
2782
|
+
async ExportLicenseDetail(req, cb) {
|
|
2783
|
+
return this.request("ExportLicenseDetail", req, cb);
|
|
1274
2784
|
}
|
|
1275
2785
|
/**
|
|
1276
|
-
*
|
|
2786
|
+
* 专家服务-应急响应列表
|
|
1277
2787
|
*/
|
|
1278
|
-
async
|
|
1279
|
-
return this.request("
|
|
2788
|
+
async DescribeEmergencyResponseList(req, cb) {
|
|
2789
|
+
return this.request("DescribeEmergencyResponseList", req, cb);
|
|
1280
2790
|
}
|
|
1281
2791
|
/**
|
|
1282
|
-
*
|
|
2792
|
+
* 网络攻击趋势数据
|
|
1283
2793
|
*/
|
|
1284
|
-
async
|
|
1285
|
-
return this.request("
|
|
2794
|
+
async DescribeAttackTrends(req, cb) {
|
|
2795
|
+
return this.request("DescribeAttackTrends", req, cb);
|
|
1286
2796
|
}
|
|
1287
2797
|
/**
|
|
1288
|
-
*
|
|
2798
|
+
* 创建或修改防勒索策略
|
|
1289
2799
|
*/
|
|
1290
|
-
async
|
|
1291
|
-
return this.request("
|
|
2800
|
+
async CreateRansomDefenseStrategy(req, cb) {
|
|
2801
|
+
return this.request("CreateRansomDefenseStrategy", req, cb);
|
|
1292
2802
|
}
|
|
1293
2803
|
/**
|
|
1294
|
-
*
|
|
2804
|
+
* 大屏可视化紧急通知
|
|
1295
2805
|
*/
|
|
1296
|
-
async
|
|
1297
|
-
return this.request("
|
|
2806
|
+
async DescribeScreenEmergentMsg(req, cb) {
|
|
2807
|
+
return this.request("DescribeScreenEmergentMsg", req, cb);
|
|
1298
2808
|
}
|
|
1299
2809
|
/**
|
|
1300
|
-
*
|
|
2810
|
+
* 不再提醒爆破阻断提示弹窗
|
|
1301
2811
|
*/
|
|
1302
|
-
async
|
|
1303
|
-
return this.request("
|
|
2812
|
+
async StopNoticeBanTips(req, cb) {
|
|
2813
|
+
return this.request("StopNoticeBanTips", req, cb);
|
|
1304
2814
|
}
|
|
1305
2815
|
/**
|
|
1306
|
-
*
|
|
2816
|
+
* 根据基线id查询下属检测项信息
|
|
1307
2817
|
*/
|
|
1308
|
-
async
|
|
1309
|
-
return this.request("
|
|
2818
|
+
async DescribeBaselineRule(req, cb) {
|
|
2819
|
+
return this.request("DescribeBaselineRule", req, cb);
|
|
1310
2820
|
}
|
|
1311
2821
|
/**
|
|
1312
|
-
*
|
|
2822
|
+
* 导出基线影响主机列表
|
|
1313
2823
|
*/
|
|
1314
|
-
async
|
|
1315
|
-
return this.request("
|
|
2824
|
+
async ExportBaselineEffectHostList(req, cb) {
|
|
2825
|
+
return this.request("ExportBaselineEffectHostList", req, cb);
|
|
1316
2826
|
}
|
|
1317
2827
|
/**
|
|
1318
|
-
*
|
|
2828
|
+
* 核心文件监控事件列表
|
|
1319
2829
|
*/
|
|
1320
|
-
async
|
|
1321
|
-
return this.request("
|
|
2830
|
+
async DescribeFileTamperEvents(req, cb) {
|
|
2831
|
+
return this.request("DescribeFileTamperEvents", req, cb);
|
|
1322
2832
|
}
|
|
1323
2833
|
/**
|
|
1324
|
-
*
|
|
2834
|
+
* 设置中心-授权管理 对某个授权批量绑定机器
|
|
2835
|
+
*/
|
|
2836
|
+
async ModifyLicenseBinds(req, cb) {
|
|
2837
|
+
return this.request("ModifyLicenseBinds", req, cb);
|
|
2838
|
+
}
|
|
2839
|
+
/**
|
|
2840
|
+
* 获取阻断按钮状态
|
|
1325
2841
|
*/
|
|
1326
|
-
async
|
|
1327
|
-
return this.request("
|
|
2842
|
+
async DescribeBanStatus(req, cb) {
|
|
2843
|
+
return this.request("DescribeBanStatus", req, cb);
|
|
1328
2844
|
}
|
|
1329
2845
|
/**
|
|
1330
|
-
*
|
|
2846
|
+
* 查询漏洞防御列表
|
|
1331
2847
|
*/
|
|
1332
|
-
async
|
|
1333
|
-
return this.request("
|
|
2848
|
+
async DescribeVulDefenceList(req, cb) {
|
|
2849
|
+
return this.request("DescribeVulDefenceList", req, cb);
|
|
1334
2850
|
}
|
|
1335
2851
|
/**
|
|
1336
|
-
*
|
|
2852
|
+
* 本接口 (DescribeProcessStatistics) 用于获取进程统计列表数据。
|
|
1337
2853
|
*/
|
|
1338
|
-
async
|
|
1339
|
-
return this.request("
|
|
2854
|
+
async DescribeProcessStatistics(req, cb) {
|
|
2855
|
+
return this.request("DescribeProcessStatistics", req, cb);
|
|
1340
2856
|
}
|
|
1341
2857
|
/**
|
|
1342
2858
|
* 查看恶意文件详情
|
|
@@ -1345,190 +2861,190 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1345
2861
|
return this.request("DescribeMalwareInfo", req, cb);
|
|
1346
2862
|
}
|
|
1347
2863
|
/**
|
|
1348
|
-
*
|
|
2864
|
+
* 获取用户防勒索趋势
|
|
1349
2865
|
*/
|
|
1350
|
-
async
|
|
1351
|
-
return this.request("
|
|
2866
|
+
async DescribeRansomDefenseState(req, cb) {
|
|
2867
|
+
return this.request("DescribeRansomDefenseState", req, cb);
|
|
1352
2868
|
}
|
|
1353
2869
|
/**
|
|
1354
|
-
*
|
|
2870
|
+
* 导出恶意请求策略列表
|
|
1355
2871
|
*/
|
|
1356
|
-
async
|
|
1357
|
-
return this.request("
|
|
2872
|
+
async ExportRiskDnsPolicyList(req, cb) {
|
|
2873
|
+
return this.request("ExportRiskDnsPolicyList", req, cb);
|
|
1358
2874
|
}
|
|
1359
2875
|
/**
|
|
1360
|
-
*
|
|
2876
|
+
* 根据策略名查询策略是否存在
|
|
1361
2877
|
*/
|
|
1362
|
-
async
|
|
1363
|
-
return this.request("
|
|
2878
|
+
async DescribeStrategyExist(req, cb) {
|
|
2879
|
+
return this.request("DescribeStrategyExist", req, cb);
|
|
1364
2880
|
}
|
|
1365
2881
|
/**
|
|
1366
|
-
*
|
|
2882
|
+
* 新购授权自动绑定任务
|
|
1367
2883
|
*/
|
|
1368
|
-
async
|
|
1369
|
-
return this.request("
|
|
2884
|
+
async CreateBuyBindTask(req, cb) {
|
|
2885
|
+
return this.request("CreateBuyBindTask", req, cb);
|
|
1370
2886
|
}
|
|
1371
2887
|
/**
|
|
1372
|
-
*
|
|
2888
|
+
* 查询日志
|
|
1373
2889
|
*/
|
|
1374
|
-
async
|
|
1375
|
-
return this.request("
|
|
2890
|
+
async SearchLog(req, cb) {
|
|
2891
|
+
return this.request("SearchLog", req, cb);
|
|
1376
2892
|
}
|
|
1377
2893
|
/**
|
|
1378
|
-
*
|
|
2894
|
+
* 查询主机关联文件监控规则数量
|
|
1379
2895
|
*/
|
|
1380
|
-
async
|
|
1381
|
-
return this.request("
|
|
2896
|
+
async DescribeFileTamperRuleCount(req, cb) {
|
|
2897
|
+
return this.request("DescribeFileTamperRuleCount", req, cb);
|
|
1382
2898
|
}
|
|
1383
2899
|
/**
|
|
1384
|
-
*
|
|
2900
|
+
* 查询java内存马插件列表
|
|
1385
2901
|
*/
|
|
1386
|
-
async
|
|
1387
|
-
return this.request("
|
|
2902
|
+
async DescribeJavaMemShellPluginList(req, cb) {
|
|
2903
|
+
return this.request("DescribeJavaMemShellPluginList", req, cb);
|
|
1388
2904
|
}
|
|
1389
2905
|
/**
|
|
1390
|
-
*
|
|
2906
|
+
* 创建应急漏洞扫描任务
|
|
1391
2907
|
*/
|
|
1392
|
-
async
|
|
1393
|
-
return this.request("
|
|
2908
|
+
async CreateEmergencyVulScan(req, cb) {
|
|
2909
|
+
return this.request("CreateEmergencyVulScan", req, cb);
|
|
1394
2910
|
}
|
|
1395
2911
|
/**
|
|
1396
|
-
*
|
|
2912
|
+
* 产品试用状态查询接口
|
|
1397
2913
|
*/
|
|
1398
|
-
async
|
|
1399
|
-
return this.request("
|
|
2914
|
+
async DescribeProductStatus(req, cb) {
|
|
2915
|
+
return this.request("DescribeProductStatus", req, cb);
|
|
1400
2916
|
}
|
|
1401
2917
|
/**
|
|
1402
|
-
*
|
|
2918
|
+
* 反弹shell信息详情
|
|
1403
2919
|
*/
|
|
1404
|
-
async
|
|
1405
|
-
return this.request("
|
|
2920
|
+
async DescribeReverseShellEventInfo(req, cb) {
|
|
2921
|
+
return this.request("DescribeReverseShellEventInfo", req, cb);
|
|
1406
2922
|
}
|
|
1407
2923
|
/**
|
|
1408
|
-
*
|
|
2924
|
+
* 获取阻断白名单列表
|
|
1409
2925
|
*/
|
|
1410
|
-
async
|
|
1411
|
-
return this.request("
|
|
2926
|
+
async DescribeBanWhiteList(req, cb) {
|
|
2927
|
+
return this.request("DescribeBanWhiteList", req, cb);
|
|
1412
2928
|
}
|
|
1413
2929
|
/**
|
|
1414
|
-
*
|
|
2930
|
+
* 一键检测
|
|
1415
2931
|
*/
|
|
1416
|
-
async
|
|
1417
|
-
return this.request("
|
|
2932
|
+
async ScanVul(req, cb) {
|
|
2933
|
+
return this.request("ScanVul", req, cb);
|
|
1418
2934
|
}
|
|
1419
2935
|
/**
|
|
1420
|
-
*
|
|
2936
|
+
* 获取网络攻击威胁类型列表
|
|
1421
2937
|
*/
|
|
1422
|
-
async
|
|
1423
|
-
return this.request("
|
|
2938
|
+
async DescribeAttackVulTypeList(req, cb) {
|
|
2939
|
+
return this.request("DescribeAttackVulTypeList", req, cb);
|
|
1424
2940
|
}
|
|
1425
2941
|
/**
|
|
1426
|
-
*
|
|
2942
|
+
* 获取异地登录白名单列表
|
|
1427
2943
|
*/
|
|
1428
|
-
async
|
|
1429
|
-
return this.request("
|
|
2944
|
+
async DescribeLoginWhiteList(req, cb) {
|
|
2945
|
+
return this.request("DescribeLoginWhiteList", req, cb);
|
|
1430
2946
|
}
|
|
1431
2947
|
/**
|
|
1432
|
-
*
|
|
2948
|
+
* 根据基线id查询基线详情接口
|
|
1433
2949
|
*/
|
|
1434
|
-
async
|
|
1435
|
-
return this.request("
|
|
2950
|
+
async DescribeBaselineDetail(req, cb) {
|
|
2951
|
+
return this.request("DescribeBaselineDetail", req, cb);
|
|
1436
2952
|
}
|
|
1437
2953
|
/**
|
|
1438
|
-
*
|
|
2954
|
+
* 获取所有端口数量
|
|
1439
2955
|
*/
|
|
1440
|
-
async
|
|
1441
|
-
return this.request("
|
|
2956
|
+
async DescribeAssetPortCount(req, cb) {
|
|
2957
|
+
return this.request("DescribeAssetPortCount", req, cb);
|
|
1442
2958
|
}
|
|
1443
2959
|
/**
|
|
1444
|
-
*
|
|
2960
|
+
* 入侵检测,获取恶意请求列表
|
|
1445
2961
|
*/
|
|
1446
|
-
async
|
|
1447
|
-
return this.request("
|
|
2962
|
+
async DescribeRiskDnsList(req, cb) {
|
|
2963
|
+
return this.request("DescribeRiskDnsList", req, cb);
|
|
1448
2964
|
}
|
|
1449
2965
|
/**
|
|
1450
|
-
*
|
|
2966
|
+
* 获取病毒库及POC的更新信息
|
|
1451
2967
|
*/
|
|
1452
|
-
async
|
|
1453
|
-
return this.request("
|
|
2968
|
+
async DescribeVdbAndPocInfo(req, cb) {
|
|
2969
|
+
return this.request("DescribeVdbAndPocInfo", req, cb);
|
|
1454
2970
|
}
|
|
1455
2971
|
/**
|
|
1456
|
-
*
|
|
2972
|
+
* 修改暴力破解规则
|
|
1457
2973
|
*/
|
|
1458
|
-
async
|
|
1459
|
-
return this.request("
|
|
2974
|
+
async ModifyBruteAttackRules(req, cb) {
|
|
2975
|
+
return this.request("ModifyBruteAttackRules", req, cb);
|
|
1460
2976
|
}
|
|
1461
2977
|
/**
|
|
1462
|
-
*
|
|
2978
|
+
* 查询可筛选操作系统列表.
|
|
1463
2979
|
*/
|
|
1464
|
-
async
|
|
1465
|
-
return this.request("
|
|
2980
|
+
async DescribeMachineOsList(req, cb) {
|
|
2981
|
+
return this.request("DescribeMachineOsList", req, cb);
|
|
1466
2982
|
}
|
|
1467
2983
|
/**
|
|
1468
|
-
*
|
|
2984
|
+
* 获取漏洞紧急通知
|
|
1469
2985
|
*/
|
|
1470
|
-
async
|
|
1471
|
-
return this.request("
|
|
2986
|
+
async DescribeVulEmergentMsg(req, cb) {
|
|
2987
|
+
return this.request("DescribeVulEmergentMsg", req, cb);
|
|
1472
2988
|
}
|
|
1473
2989
|
/**
|
|
1474
|
-
*
|
|
2990
|
+
* 授权管理-授权概览信息
|
|
1475
2991
|
*/
|
|
1476
|
-
async
|
|
1477
|
-
return this.request("
|
|
2992
|
+
async DescribeLicenseGeneral(req, cb) {
|
|
2993
|
+
return this.request("DescribeLicenseGeneral", req, cb);
|
|
1478
2994
|
}
|
|
1479
2995
|
/**
|
|
1480
|
-
*
|
|
2996
|
+
* 查询回滚任务列表
|
|
1481
2997
|
*/
|
|
1482
|
-
async
|
|
1483
|
-
return this.request("
|
|
2998
|
+
async DescribeRansomDefenseRollBackTaskList(req, cb) {
|
|
2999
|
+
return this.request("DescribeRansomDefenseRollBackTaskList", req, cb);
|
|
1484
3000
|
}
|
|
1485
3001
|
/**
|
|
1486
|
-
*
|
|
3002
|
+
* 导出主机最近趋势情况(最长最近90天)
|
|
1487
3003
|
*/
|
|
1488
|
-
async
|
|
1489
|
-
return this.request("
|
|
3004
|
+
async ExportAssetRecentMachineInfo(req, cb) {
|
|
3005
|
+
return this.request("ExportAssetRecentMachineInfo", req, cb);
|
|
1490
3006
|
}
|
|
1491
3007
|
/**
|
|
1492
|
-
*
|
|
3008
|
+
* 导出反弹Shell事件
|
|
1493
3009
|
*/
|
|
1494
|
-
async
|
|
1495
|
-
return this.request("
|
|
3010
|
+
async ExportReverseShellEvents(req, cb) {
|
|
3011
|
+
return this.request("ExportReverseShellEvents", req, cb);
|
|
1496
3012
|
}
|
|
1497
3013
|
/**
|
|
1498
|
-
*
|
|
3014
|
+
* 删除网络攻击日志
|
|
1499
3015
|
*/
|
|
1500
|
-
async
|
|
1501
|
-
return this.request("
|
|
3016
|
+
async DeleteAttackLogs(req, cb) {
|
|
3017
|
+
return this.request("DeleteAttackLogs", req, cb);
|
|
1502
3018
|
}
|
|
1503
3019
|
/**
|
|
1504
|
-
*
|
|
3020
|
+
* 更改恶意请求策略
|
|
1505
3021
|
*/
|
|
1506
|
-
async
|
|
1507
|
-
return this.request("
|
|
3022
|
+
async ModifyRiskDnsPolicy(req, cb) {
|
|
3023
|
+
return this.request("ModifyRiskDnsPolicy", req, cb);
|
|
1508
3024
|
}
|
|
1509
3025
|
/**
|
|
1510
|
-
*
|
|
3026
|
+
* 专家服务-安全管家列表
|
|
1511
3027
|
*/
|
|
1512
|
-
async
|
|
1513
|
-
return this.request("
|
|
3028
|
+
async DescribeExpertServiceList(req, cb) {
|
|
3029
|
+
return this.request("DescribeExpertServiceList", req, cb);
|
|
1514
3030
|
}
|
|
1515
3031
|
/**
|
|
1516
|
-
*
|
|
3032
|
+
* 获取忽略规则项列表
|
|
1517
3033
|
*/
|
|
1518
|
-
async
|
|
1519
|
-
return this.request("
|
|
3034
|
+
async DescribeBaselineItemIgnoreList(req, cb) {
|
|
3035
|
+
return this.request("DescribeBaselineItemIgnoreList", req, cb);
|
|
1520
3036
|
}
|
|
1521
3037
|
/**
|
|
1522
|
-
*
|
|
3038
|
+
* 导出防勒索策略列表
|
|
1523
3039
|
*/
|
|
1524
|
-
async
|
|
1525
|
-
return this.request("
|
|
3040
|
+
async ExportRansomDefenseStrategyList(req, cb) {
|
|
3041
|
+
return this.request("ExportRansomDefenseStrategyList", req, cb);
|
|
1526
3042
|
}
|
|
1527
3043
|
/**
|
|
1528
|
-
*
|
|
3044
|
+
* 漏洞修护-查找主机漏洞修护进度
|
|
1529
3045
|
*/
|
|
1530
|
-
async
|
|
1531
|
-
return this.request("
|
|
3046
|
+
async DescribeVulFixStatus(req, cb) {
|
|
3047
|
+
return this.request("DescribeVulFixStatus", req, cb);
|
|
1532
3048
|
}
|
|
1533
3049
|
/**
|
|
1534
3050
|
* 获取客户端异常事件
|
|
@@ -1542,30 +3058,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1542
3058
|
async DescribeBaselineRuleCategoryList(req, cb) {
|
|
1543
3059
|
return this.request("DescribeBaselineRuleCategoryList", req, cb);
|
|
1544
3060
|
}
|
|
1545
|
-
/**
|
|
1546
|
-
* 查询基线基础信息列表
|
|
1547
|
-
*/
|
|
1548
|
-
async DescribeBaselineBasicInfo(req, cb) {
|
|
1549
|
-
return this.request("DescribeBaselineBasicInfo", req, cb);
|
|
1550
|
-
}
|
|
1551
|
-
/**
|
|
1552
|
-
* 导出弱口令配置列表
|
|
1553
|
-
*/
|
|
1554
|
-
async ExportBaselineWeakPasswordList(req, cb) {
|
|
1555
|
-
return this.request("ExportBaselineWeakPasswordList", req, cb);
|
|
1556
|
-
}
|
|
1557
3061
|
/**
|
|
1558
3062
|
* 本接口 (DescribeSecurityTrends) 用于获取安全事件统计数据。
|
|
1559
3063
|
*/
|
|
1560
3064
|
async DescribeSecurityTrends(req, cb) {
|
|
1561
3065
|
return this.request("DescribeSecurityTrends", req, cb);
|
|
1562
3066
|
}
|
|
1563
|
-
/**
|
|
1564
|
-
* 更改基线检测规则
|
|
1565
|
-
*/
|
|
1566
|
-
async ModifyBaselineRule(req, cb) {
|
|
1567
|
-
return this.request("ModifyBaselineRule", req, cb);
|
|
1568
|
-
}
|
|
1569
3067
|
/**
|
|
1570
3068
|
* 根据基线策略id查询基线策略数据概览统计
|
|
1571
3069
|
*/
|
|
@@ -1573,16 +3071,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1573
3071
|
return this.request("DescribeBaselineAnalysisData", req, cb);
|
|
1574
3072
|
}
|
|
1575
3073
|
/**
|
|
1576
|
-
*
|
|
1577
|
-
*/
|
|
1578
|
-
async DescribeAttackLogInfo(req, cb) {
|
|
1579
|
-
return this.request("DescribeAttackLogInfo", req, cb);
|
|
1580
|
-
}
|
|
1581
|
-
/**
|
|
1582
|
-
* 网站防篡改防护设置开关
|
|
3074
|
+
* 查询备份详情列表
|
|
1583
3075
|
*/
|
|
1584
|
-
async
|
|
1585
|
-
return this.request("
|
|
3076
|
+
async DescribeRansomDefenseMachineList(req, cb) {
|
|
3077
|
+
return this.request("DescribeRansomDefenseMachineList", req, cb);
|
|
1586
3078
|
}
|
|
1587
3079
|
/**
|
|
1588
3080
|
* 新增或修改高危命令规则
|
|
@@ -1596,12 +3088,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1596
3088
|
async DescribeMonthInspectionReport(req, cb) {
|
|
1597
3089
|
return this.request("DescribeMonthInspectionReport", req, cb);
|
|
1598
3090
|
}
|
|
1599
|
-
/**
|
|
1600
|
-
* 查询网站防篡改概览信息
|
|
1601
|
-
*/
|
|
1602
|
-
async DescribeWebPageGeneralize(req, cb) {
|
|
1603
|
-
return this.request("DescribeWebPageGeneralize", req, cb);
|
|
1604
|
-
}
|
|
1605
3091
|
/**
|
|
1606
3092
|
* 获取资产数量: 主机数、账号数、端口数、进程数、软件数、数据库数、Web应用数、Web框架数、Web服务数、Web站点数
|
|
1607
3093
|
*/
|
|
@@ -1609,22 +3095,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1609
3095
|
return this.request("DescribeAssetInfo", req, cb);
|
|
1610
3096
|
}
|
|
1611
3097
|
/**
|
|
1612
|
-
*
|
|
1613
|
-
*/
|
|
1614
|
-
async DeleteWebPageEventLog(req, cb) {
|
|
1615
|
-
return this.request("DeleteWebPageEventLog", req, cb);
|
|
1616
|
-
}
|
|
1617
|
-
/**
|
|
1618
|
-
* 编辑《主机安全-按量计费》授权订单
|
|
3098
|
+
* 获取木马白名单受影响列表
|
|
1619
3099
|
*/
|
|
1620
|
-
async
|
|
1621
|
-
return this.request("
|
|
3100
|
+
async DescribeMalwareWhiteListAffectList(req, cb) {
|
|
3101
|
+
return this.request("DescribeMalwareWhiteListAffectList", req, cb);
|
|
1622
3102
|
}
|
|
1623
3103
|
/**
|
|
1624
|
-
*
|
|
3104
|
+
* 本接口 (IgnoreImpactedHosts) 用于忽略漏洞。
|
|
1625
3105
|
*/
|
|
1626
|
-
async
|
|
1627
|
-
return this.request("
|
|
3106
|
+
async IgnoreImpactedHosts(req, cb) {
|
|
3107
|
+
return this.request("IgnoreImpactedHosts", req, cb);
|
|
1628
3108
|
}
|
|
1629
3109
|
/**
|
|
1630
3110
|
* 漏洞管理-导出漏洞列表
|
|
@@ -1633,46 +3113,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1633
3113
|
return this.request("ExportVulList", req, cb);
|
|
1634
3114
|
}
|
|
1635
3115
|
/**
|
|
1636
|
-
*
|
|
1637
|
-
*/
|
|
1638
|
-
async StartBaselineDetect(req, cb) {
|
|
1639
|
-
return this.request("StartBaselineDetect", req, cb);
|
|
1640
|
-
}
|
|
1641
|
-
/**
|
|
1642
|
-
* 用于获取单台主机或所有主机是否开通专业版状态。
|
|
1643
|
-
*/
|
|
1644
|
-
async DescribeProVersionStatus(req, cb) {
|
|
1645
|
-
return this.request("DescribeProVersionStatus", req, cb);
|
|
1646
|
-
}
|
|
1647
|
-
/**
|
|
1648
|
-
* 获取高危命令列表
|
|
1649
|
-
*/
|
|
1650
|
-
async DescribeBashEvents(req, cb) {
|
|
1651
|
-
return this.request("DescribeBashEvents", req, cb);
|
|
1652
|
-
}
|
|
1653
|
-
/**
|
|
1654
|
-
* 本接口 (DescribeMachines) 用于获取区域主机列表。
|
|
1655
|
-
*/
|
|
1656
|
-
async DescribeMachines(req, cb) {
|
|
1657
|
-
return this.request("DescribeMachines", req, cb);
|
|
1658
|
-
}
|
|
1659
|
-
/**
|
|
1660
|
-
* 获取基线检测主机列表
|
|
1661
|
-
*/
|
|
1662
|
-
async DescribeBaselineHostDetectList(req, cb) {
|
|
1663
|
-
return this.request("DescribeBaselineHostDetectList", req, cb);
|
|
1664
|
-
}
|
|
1665
|
-
/**
|
|
1666
|
-
* 查询资产管理Web服务列表
|
|
3116
|
+
* 修改java内存马事件状态
|
|
1667
3117
|
*/
|
|
1668
|
-
async
|
|
1669
|
-
return this.request("
|
|
3118
|
+
async ModifyJavaMemShellsStatus(req, cb) {
|
|
3119
|
+
return this.request("ModifyJavaMemShellsStatus", req, cb);
|
|
1670
3120
|
}
|
|
1671
3121
|
/**
|
|
1672
|
-
*
|
|
3122
|
+
* 导出资产管理计划任务列表
|
|
1673
3123
|
*/
|
|
1674
|
-
async
|
|
1675
|
-
return this.request("
|
|
3124
|
+
async ExportAssetPlanTaskList(req, cb) {
|
|
3125
|
+
return this.request("ExportAssetPlanTaskList", req, cb);
|
|
1676
3126
|
}
|
|
1677
3127
|
/**
|
|
1678
3128
|
* 查询篡改事件列表
|
|
@@ -1681,28 +3131,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1681
3131
|
return this.request("DescribeWebPageEventList", req, cb);
|
|
1682
3132
|
}
|
|
1683
3133
|
/**
|
|
1684
|
-
*
|
|
1685
|
-
*/
|
|
1686
|
-
async DescribeLicenseList(req, cb) {
|
|
1687
|
-
return this.request("DescribeLicenseList", req, cb);
|
|
1688
|
-
}
|
|
1689
|
-
/**
|
|
1690
|
-
* 对订单属性编辑
|
|
1691
|
-
*/
|
|
1692
|
-
async ModifyOrderAttribute(req, cb) {
|
|
1693
|
-
return this.request("ModifyOrderAttribute", req, cb);
|
|
1694
|
-
}
|
|
1695
|
-
/**
|
|
1696
|
-
* 获取木马文件下载地址
|
|
3134
|
+
* 混合云安装agent token获取
|
|
1697
3135
|
*/
|
|
1698
|
-
async
|
|
1699
|
-
return this.request("
|
|
3136
|
+
async DescribeAgentInstallationToken(req, cb) {
|
|
3137
|
+
return this.request("DescribeAgentInstallationToken", req, cb);
|
|
1700
3138
|
}
|
|
1701
3139
|
/**
|
|
1702
|
-
*
|
|
3140
|
+
* 获取主机标签Top5
|
|
1703
3141
|
*/
|
|
1704
|
-
async
|
|
1705
|
-
return this.request("
|
|
3142
|
+
async DescribeAssetMachineTagTop(req, cb) {
|
|
3143
|
+
return this.request("DescribeAssetMachineTagTop", req, cb);
|
|
1706
3144
|
}
|
|
1707
3145
|
}
|
|
1708
3146
|
exports.Client = Client;
|