@aws-sdk/client-guardduty 3.1049.0 → 3.1051.0
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/dist-cjs/index.js +5 -0
- package/dist-es/models/enums.js +5 -0
- package/dist-types/commands/CreateThreatEntitySetCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1579,7 +1579,11 @@ const IndicatorType = {
|
|
|
1579
1579
|
MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN",
|
|
1580
1580
|
MALICIOUS_FILE: "MALICIOUS_FILE",
|
|
1581
1581
|
MALICIOUS_IP: "MALICIOUS_IP",
|
|
1582
|
+
MALICIOUS_PACKAGE: "MALICIOUS_PACKAGE",
|
|
1582
1583
|
MALICIOUS_PROCESS: "MALICIOUS_PROCESS",
|
|
1584
|
+
MISCONFIGURATION: "MISCONFIGURATION",
|
|
1585
|
+
REACHABILITY: "REACHABILITY",
|
|
1586
|
+
SENSITIVE_DATA: "SENSITIVE_DATA",
|
|
1583
1587
|
SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK",
|
|
1584
1588
|
SUSPICIOUS_PROCESS: "SUSPICIOUS_PROCESS",
|
|
1585
1589
|
SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT",
|
|
@@ -1587,6 +1591,7 @@ const IndicatorType = {
|
|
|
1587
1591
|
UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT",
|
|
1588
1592
|
UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT",
|
|
1589
1593
|
UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER",
|
|
1594
|
+
VULNERABILITY: "VULNERABILITY",
|
|
1590
1595
|
};
|
|
1591
1596
|
const SignalType = {
|
|
1592
1597
|
CLOUD_TRAIL: "CLOUD_TRAIL",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -282,7 +282,11 @@ export const IndicatorType = {
|
|
|
282
282
|
MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN",
|
|
283
283
|
MALICIOUS_FILE: "MALICIOUS_FILE",
|
|
284
284
|
MALICIOUS_IP: "MALICIOUS_IP",
|
|
285
|
+
MALICIOUS_PACKAGE: "MALICIOUS_PACKAGE",
|
|
285
286
|
MALICIOUS_PROCESS: "MALICIOUS_PROCESS",
|
|
287
|
+
MISCONFIGURATION: "MISCONFIGURATION",
|
|
288
|
+
REACHABILITY: "REACHABILITY",
|
|
289
|
+
SENSITIVE_DATA: "SENSITIVE_DATA",
|
|
286
290
|
SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK",
|
|
287
291
|
SUSPICIOUS_PROCESS: "SUSPICIOUS_PROCESS",
|
|
288
292
|
SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT",
|
|
@@ -290,6 +294,7 @@ export const IndicatorType = {
|
|
|
290
294
|
UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT",
|
|
291
295
|
UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT",
|
|
292
296
|
UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER",
|
|
297
|
+
VULNERABILITY: "VULNERABILITY",
|
|
293
298
|
};
|
|
294
299
|
export const SignalType = {
|
|
295
300
|
CLOUD_TRAIL: "CLOUD_TRAIL",
|
|
@@ -29,7 +29,7 @@ declare const CreateThreatEntitySetCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Creates a new threat entity set. In a threat entity set, you can provide known malicious
|
|
32
|
+
* <p>Creates a new threat entity set. In a threat entity set, you can provide known malicious threat entities for your Amazon Web Services environment. GuardDuty generates findings based on the entries in the threat entity sets. Only users of the administrator account can manage entity sets, which automatically apply to member accounts.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -1044,7 +1044,7 @@ declare const GetFindingsCommand_base: {
|
|
|
1044
1044
|
* // ],
|
|
1045
1045
|
* // SignalIndicators: [ // Indicators
|
|
1046
1046
|
* // { // Indicator
|
|
1047
|
-
* // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS" || "MALICIOUS_FILE", // required
|
|
1047
|
+
* // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS" || "MALICIOUS_FILE" || "VULNERABILITY" || "MALICIOUS_PACKAGE" || "MISCONFIGURATION" || "REACHABILITY" || "SENSITIVE_DATA", // required
|
|
1048
1048
|
* // Values: [ // IndicatorValues
|
|
1049
1049
|
* // "STRING_VALUE",
|
|
1050
1050
|
* // ],
|
|
@@ -1055,7 +1055,7 @@ declare const GetFindingsCommand_base: {
|
|
|
1055
1055
|
* // ],
|
|
1056
1056
|
* // SequenceIndicators: [
|
|
1057
1057
|
* // {
|
|
1058
|
-
* // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS" || "MALICIOUS_FILE", // required
|
|
1058
|
+
* // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER" || "SUSPICIOUS_PROCESS" || "MALICIOUS_DOMAIN" || "MALICIOUS_PROCESS" || "CRYPTOMINING_IP" || "CRYPTOMINING_DOMAIN" || "CRYPTOMINING_PROCESS" || "MALICIOUS_FILE" || "VULNERABILITY" || "MALICIOUS_PACKAGE" || "MISCONFIGURATION" || "REACHABILITY" || "SENSITIVE_DATA", // required
|
|
1059
1059
|
* // Values: [
|
|
1060
1060
|
* // "STRING_VALUE",
|
|
1061
1061
|
* // ],
|
|
@@ -638,7 +638,11 @@ export declare const IndicatorType: {
|
|
|
638
638
|
readonly MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN";
|
|
639
639
|
readonly MALICIOUS_FILE: "MALICIOUS_FILE";
|
|
640
640
|
readonly MALICIOUS_IP: "MALICIOUS_IP";
|
|
641
|
+
readonly MALICIOUS_PACKAGE: "MALICIOUS_PACKAGE";
|
|
641
642
|
readonly MALICIOUS_PROCESS: "MALICIOUS_PROCESS";
|
|
643
|
+
readonly MISCONFIGURATION: "MISCONFIGURATION";
|
|
644
|
+
readonly REACHABILITY: "REACHABILITY";
|
|
645
|
+
readonly SENSITIVE_DATA: "SENSITIVE_DATA";
|
|
642
646
|
readonly SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK";
|
|
643
647
|
readonly SUSPICIOUS_PROCESS: "SUSPICIOUS_PROCESS";
|
|
644
648
|
readonly SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT";
|
|
@@ -646,6 +650,7 @@ export declare const IndicatorType: {
|
|
|
646
650
|
readonly UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT";
|
|
647
651
|
readonly UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT";
|
|
648
652
|
readonly UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER";
|
|
653
|
+
readonly VULNERABILITY: "VULNERABILITY";
|
|
649
654
|
};
|
|
650
655
|
/**
|
|
651
656
|
* @public
|
|
@@ -353,7 +353,11 @@ export declare const IndicatorType: {
|
|
|
353
353
|
readonly MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN";
|
|
354
354
|
readonly MALICIOUS_FILE: "MALICIOUS_FILE";
|
|
355
355
|
readonly MALICIOUS_IP: "MALICIOUS_IP";
|
|
356
|
+
readonly MALICIOUS_PACKAGE: "MALICIOUS_PACKAGE";
|
|
356
357
|
readonly MALICIOUS_PROCESS: "MALICIOUS_PROCESS";
|
|
358
|
+
readonly MISCONFIGURATION: "MISCONFIGURATION";
|
|
359
|
+
readonly REACHABILITY: "REACHABILITY";
|
|
360
|
+
readonly SENSITIVE_DATA: "SENSITIVE_DATA";
|
|
357
361
|
readonly SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK";
|
|
358
362
|
readonly SUSPICIOUS_PROCESS: "SUSPICIOUS_PROCESS";
|
|
359
363
|
readonly SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT";
|
|
@@ -361,6 +365,7 @@ export declare const IndicatorType: {
|
|
|
361
365
|
readonly UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT";
|
|
362
366
|
readonly UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT";
|
|
363
367
|
readonly UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER";
|
|
368
|
+
readonly VULNERABILITY: "VULNERABILITY";
|
|
364
369
|
};
|
|
365
370
|
export type IndicatorType = (typeof IndicatorType)[keyof typeof IndicatorType];
|
|
366
371
|
export declare const SignalType: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1051.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",
|