aws-sdk-guardduty 1.112.0 → 1.113.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5816cc07e6d82f120e3477c2ebef9e7e2a87841d2ce4f43603eaa0e13c68174d
4
- data.tar.gz: 2a3974c931b14fe3e3c968733445c43c925df495fb3a7a9a128bb0873c727e3d
3
+ metadata.gz: 6625592e151714f800fcb148a17e4c92affa7a922e46401bad7a44481942c0cd
4
+ data.tar.gz: 0ef08abf7cd0e69f1e213d0ca177c016bf10462f48400b86d287f0d246c7f4e4
5
5
  SHA512:
6
- metadata.gz: 1eff612bb340b8d5421b3ab3fc59b8e08fbe44e81caa4923a92a5984caf20e1aa1e3c1146eb48a20eda5ad5d17c6e0427f813f6753a15c973acbe429465bba70
7
- data.tar.gz: 601cecdb19eede27a0525d1da41620e14f92e89013b41b06b7084e26ee270556c067e9644ca35d849a11d53743f6ba4cd9aaeb0af3c0c3f1c2153cc1ce07c933
6
+ metadata.gz: a1a4a963925e23d18b8dc52e36a49fa0d5790da2be88db8bdabf49d3131640354af3e07b32a2a2356d4110b4deec8516605bf943bf1b381c3ab4124aef8070fc
7
+ data.tar.gz: f8c31fea08bd7cc26bcf3d5f67acc52982c42180b70f88ec5e0e5951365c8c9c31142c8959c96025c396fccb85b1ab9b3155376bbf1c9c495f8147c761e92fc8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2025-02-20)
5
+ ------------------
6
+
7
+ * Feature - Reduce the minimum number of required attack sequence signals from 2 to 1
8
+
4
9
  1.112.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.113.0
@@ -945,7 +945,7 @@ module Aws::GuardDuty
945
945
  #
946
946
  # * service.runtimeDetails.process.name
947
947
  #
948
- # * service.runtimeDetails.process.name
948
+ # * service.runtimeDetails.process.executablePath
949
949
  #
950
950
  # * resource.lambdaDetails.functionName
951
951
  #
@@ -5557,7 +5557,7 @@ module Aws::GuardDuty
5557
5557
  tracer: tracer
5558
5558
  )
5559
5559
  context[:gem_name] = 'aws-sdk-guardduty'
5560
- context[:gem_version] = '1.112.0'
5560
+ context[:gem_version] = '1.113.0'
5561
5561
  Seahorse::Client::Request.new(handlers, context)
5562
5562
  end
5563
5563
 
@@ -1549,7 +1549,7 @@ module Aws::GuardDuty
1549
1549
  #
1550
1550
  # * service.runtimeDetails.process.name
1551
1551
  #
1552
- # * service.runtimeDetails.process.name
1552
+ # * service.runtimeDetails.process.executablePath
1553
1553
  #
1554
1554
  # * resource.lambdaDetails.functionName
1555
1555
  #
@@ -4539,7 +4539,13 @@ module Aws::GuardDuty
4539
4539
  # signals observed in an attack sequence.
4540
4540
  #
4541
4541
  # @!attribute [rw] key
4542
- # Specific indicator keys observed in the attack sequence.
4542
+ # Specific indicator keys observed in the attack sequence. For
4543
+ # description of the valid values for key, see [Attack sequence
4544
+ # finding details][1] in the *Amazon GuardDuty User Guide*.
4545
+ #
4546
+ #
4547
+ #
4548
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-summary.html#guardduty-extended-threat-detection-attack-sequence-finding-details
4543
4549
  # @return [String]
4544
4550
  #
4545
4551
  # @!attribute [rw] values
@@ -4547,9 +4553,6 @@ module Aws::GuardDuty
4547
4553
  # indicator key is `SUSPICIOUS_NETWORK`, then the value will be the
4548
4554
  # name of the network. If the indicator key is `ATTACK_TACTIC`, then
4549
4555
  # the value will be one of the MITRE tactics.
4550
- #
4551
- # For more information about the values associated with the key, see
4552
- # GuardDuty Extended Threat Detection in the *GuardDuty User Guide.*
4553
4556
  # @return [Array<String>]
4554
4557
  #
4555
4558
  # @!attribute [rw] title
@@ -6082,7 +6085,8 @@ module Aws::GuardDuty
6082
6085
  # @!attribute [rw] message
6083
6086
  # Issue message that specifies the reason. For information about
6084
6087
  # potential troubleshooting steps, see [Troubleshooting Malware
6085
- # Protection for S3 status issues][1] in the *GuardDuty User Guide*.
6088
+ # Protection for S3 status issues][1] in the *Amazon GuardDuty User
6089
+ # Guide*.
6086
6090
  #
6087
6091
  #
6088
6092
  #
@@ -8854,7 +8858,7 @@ module Aws::GuardDuty
8854
8858
  #
8855
8859
  # Signals can be GuardDuty findings or activities observed in data
8856
8860
  # sources that GuardDuty monitors. For more information, see
8857
- # [Foundational data sources][1] in the *GuardDuty User Guide*.
8861
+ # [Foundational data sources][1] in the *Amazon GuardDuty User Guide*.
8858
8862
  #
8859
8863
  # A signal type can be one of the valid values listed in this API.
8860
8864
  # Here are the related descriptions:
@@ -8867,7 +8871,8 @@ module Aws::GuardDuty
8867
8871
  # for S3. Activities associated with this type will show up only
8868
8872
  # when you have enabled GuardDuty S3 Protection feature in your
8869
8873
  # account. For more information about S3 Protection and steps to
8870
- # enable it, see [S3 Protection][2] in the *GuardDuty User Guide*.
8874
+ # enable it, see [S3 Protection][2] in the *Amazon GuardDuty User
8875
+ # Guide*.
8871
8876
  #
8872
8877
  #
8873
8878
  #
@@ -8905,8 +8910,8 @@ module Aws::GuardDuty
8905
8910
  #
8906
8911
  # @!attribute [rw] severity
8907
8912
  # The severity associated with the signal. For more information about
8908
- # severity, see [Findings severity levels][1] in the *GuardDuty User
8909
- # Guide*.
8913
+ # severity, see [Findings severity levels][1] in the *Amazon GuardDuty
8914
+ # User Guide*.
8910
8915
  #
8911
8916
  #
8912
8917
  #
@@ -54,7 +54,7 @@ module Aws::GuardDuty
54
54
  autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
56
56
 
57
- GEM_VERSION = '1.112.0'
57
+ GEM_VERSION = '1.113.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core