aws-security-mcp 0.4.1 → 0.4.2
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.
|
@@ -18975,11 +18975,6 @@ var SCAN_GROUPS = {
|
|
|
18975
18975
|
securityHubCategories: ["network", "public", "exposure", "port"]
|
|
18976
18976
|
}
|
|
18977
18977
|
},
|
|
18978
|
-
pre_launch: {
|
|
18979
|
-
name: "\u751F\u4EA7\u4E0A\u7EBF\u524D\u68C0\u67E5",
|
|
18980
|
-
description: "\u4E0A\u7EBF\u524D\u5168\u9762\u5B89\u5168\u8BC4\u4F30",
|
|
18981
|
-
modules: ["ALL"]
|
|
18982
|
-
},
|
|
18983
18978
|
data_encryption: {
|
|
18984
18979
|
name: "\u6570\u636E\u52A0\u5BC6\u5BA1\u8BA1",
|
|
18985
18980
|
description: "\u5168\u9762\u68C0\u67E5\u5B58\u50A8\u548C\u4F20\u8F93\u52A0\u5BC6\u72B6\u6001",
|
|
@@ -19019,11 +19014,6 @@ var SCAN_GROUPS = {
|
|
|
19019
19014
|
description: "\u68C0\u67E5\u5FC5\u9700\u6807\u7B7E",
|
|
19020
19015
|
modules: ["tag_compliance"]
|
|
19021
19016
|
},
|
|
19022
|
-
public_access_verify: {
|
|
19023
|
-
name: "\u516C\u7F51\u53EF\u8FBE\u6027\u9A8C\u8BC1",
|
|
19024
|
-
description: "\u9A8C\u8BC1\u6807\u8BB0\u4E3A\u516C\u5F00\u7684\u8D44\u6E90\u662F\u5426\u771F\u6B63\u53EF\u4ECE\u4E92\u8054\u7F51\u8BBF\u95EE",
|
|
19025
|
-
modules: ["public_access_verify"]
|
|
19026
|
-
},
|
|
19027
19017
|
new_account_baseline: {
|
|
19028
19018
|
name: "\u65B0\u8D26\u6237\u57FA\u7EBF\u68C0\u67E5",
|
|
19029
19019
|
description: "\u65B0 AWS \u8D26\u6237\u5B89\u5168\u57FA\u7EBF",
|
|
@@ -19332,7 +19322,7 @@ function createServer(defaultRegion) {
|
|
|
19332
19322
|
"scan_group",
|
|
19333
19323
|
"Run a predefined group of security scanners for a specific scenario (e.g., MLPS compliance, network defense). Read-only. Supports multi-account org scanning.",
|
|
19334
19324
|
{
|
|
19335
|
-
group: external_exports.string().describe("Scan group ID: mlps3_precheck, hw_defense, exposure,
|
|
19325
|
+
group: external_exports.string().describe("Scan group ID: mlps3_precheck, hw_defense, exposure, data_encryption, least_privilege, log_integrity, disaster_recovery, idle_resources, tag_compliance, new_account_baseline, aggregation"),
|
|
19336
19326
|
region: external_exports.string().optional().describe("AWS region to scan (default: server region)"),
|
|
19337
19327
|
org_mode: external_exports.boolean().optional().describe("Enable multi-account scanning via AWS Organizations"),
|
|
19338
19328
|
role_name: external_exports.string().optional().describe("IAM role name to assume in child accounts (default: AWSSecurityMCPAudit)"),
|