aws-sdk-securityhub 1.124.0 → 1.125.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +1 -1
- data/lib/aws-sdk-securityhub/client_api.rb +104 -0
- data/lib/aws-sdk-securityhub/types.rb +591 -4
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +82 -1
- data/sig/types.rbs +102 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de7a97710fa19d2831976c34686fcf42ac2aa8862a952250fe6ddb5a1da71d56
|
|
4
|
+
data.tar.gz: 97a286fab1efd51236deca4bdf12fc8fa05aea4fd3bd2c6597e50702776bf96a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6121d183495b188124195a040ed3519f52e28eaa9921b051f718ff161dbeb28926cf16502b9e7f6503fd99d2ebe5958d9dca9a4eee54c686a7d2946beb2e2edd
|
|
7
|
+
data.tar.gz: 71edb3847906c9440daa86a3edc7a2b4edd4f7ac8859df09f4c34b410fc7c298824b8059f01a9e2c5f29e33a35513049372c958264d5661df9cd8fdeb7ed4739
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.125.0
|
|
@@ -10548,7 +10548,7 @@ module Aws::SecurityHub
|
|
|
10548
10548
|
tracer: tracer
|
|
10549
10549
|
)
|
|
10550
10550
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10551
|
-
context[:gem_version] = '1.
|
|
10551
|
+
context[:gem_version] = '1.125.0'
|
|
10552
10552
|
Seahorse::Client::Request.new(handlers, context)
|
|
10553
10553
|
end
|
|
10554
10554
|
|
|
@@ -31,6 +31,11 @@ module Aws::SecurityHub
|
|
|
31
31
|
ActionRemotePortDetails = Shapes::StructureShape.new(name: 'ActionRemotePortDetails')
|
|
32
32
|
ActionTarget = Shapes::StructureShape.new(name: 'ActionTarget')
|
|
33
33
|
ActionTargetList = Shapes::ListShape.new(name: 'ActionTargetList')
|
|
34
|
+
Actor = Shapes::StructureShape.new(name: 'Actor')
|
|
35
|
+
ActorSession = Shapes::StructureShape.new(name: 'ActorSession')
|
|
36
|
+
ActorSessionMfaStatus = Shapes::StringShape.new(name: 'ActorSessionMfaStatus')
|
|
37
|
+
ActorUser = Shapes::StructureShape.new(name: 'ActorUser')
|
|
38
|
+
ActorsList = Shapes::ListShape.new(name: 'ActorsList')
|
|
34
39
|
Adjustment = Shapes::StructureShape.new(name: 'Adjustment')
|
|
35
40
|
AdjustmentList = Shapes::ListShape.new(name: 'AdjustmentList')
|
|
36
41
|
AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
|
|
@@ -758,6 +763,7 @@ module Aws::SecurityHub
|
|
|
758
763
|
ConfigurationPolicyAssociationsList = Shapes::ListShape.new(name: 'ConfigurationPolicyAssociationsList')
|
|
759
764
|
ConfigurationPolicySummary = Shapes::StructureShape.new(name: 'ConfigurationPolicySummary')
|
|
760
765
|
ConfigurationPolicySummaryList = Shapes::ListShape.new(name: 'ConfigurationPolicySummaryList')
|
|
766
|
+
ConnectionDirection = Shapes::StringShape.new(name: 'ConnectionDirection')
|
|
761
767
|
ContainerDetails = Shapes::StructureShape.new(name: 'ContainerDetails')
|
|
762
768
|
ControlFindingGenerator = Shapes::StringShape.new(name: 'ControlFindingGenerator')
|
|
763
769
|
ControlStatus = Shapes::StringShape.new(name: 'ControlStatus')
|
|
@@ -812,6 +818,7 @@ module Aws::SecurityHub
|
|
|
812
818
|
DescribeStandardsControlsResponse = Shapes::StructureShape.new(name: 'DescribeStandardsControlsResponse')
|
|
813
819
|
DescribeStandardsRequest = Shapes::StructureShape.new(name: 'DescribeStandardsRequest')
|
|
814
820
|
DescribeStandardsResponse = Shapes::StructureShape.new(name: 'DescribeStandardsResponse')
|
|
821
|
+
Detection = Shapes::StructureShape.new(name: 'Detection')
|
|
815
822
|
DisableImportFindingsForProductRequest = Shapes::StructureShape.new(name: 'DisableImportFindingsForProductRequest')
|
|
816
823
|
DisableImportFindingsForProductResponse = Shapes::StructureShape.new(name: 'DisableImportFindingsForProductResponse')
|
|
817
824
|
DisableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableOrganizationAdminAccountRequest')
|
|
@@ -889,6 +896,8 @@ module Aws::SecurityHub
|
|
|
889
896
|
IcmpTypeCode = Shapes::StructureShape.new(name: 'IcmpTypeCode')
|
|
890
897
|
ImportFindingsError = Shapes::StructureShape.new(name: 'ImportFindingsError')
|
|
891
898
|
ImportFindingsErrorList = Shapes::ListShape.new(name: 'ImportFindingsErrorList')
|
|
899
|
+
Indicator = Shapes::StructureShape.new(name: 'Indicator')
|
|
900
|
+
IndicatorsList = Shapes::ListShape.new(name: 'IndicatorsList')
|
|
892
901
|
Insight = Shapes::StructureShape.new(name: 'Insight')
|
|
893
902
|
InsightList = Shapes::ListShape.new(name: 'InsightList')
|
|
894
903
|
InsightResultValue = Shapes::StructureShape.new(name: 'InsightResultValue')
|
|
@@ -950,8 +959,13 @@ module Aws::SecurityHub
|
|
|
950
959
|
Member = Shapes::StructureShape.new(name: 'Member')
|
|
951
960
|
MemberList = Shapes::ListShape.new(name: 'MemberList')
|
|
952
961
|
Network = Shapes::StructureShape.new(name: 'Network')
|
|
962
|
+
NetworkAutonomousSystem = Shapes::StructureShape.new(name: 'NetworkAutonomousSystem')
|
|
963
|
+
NetworkConnection = Shapes::StructureShape.new(name: 'NetworkConnection')
|
|
953
964
|
NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
|
|
954
965
|
NetworkDirection = Shapes::StringShape.new(name: 'NetworkDirection')
|
|
966
|
+
NetworkEndpoint = Shapes::StructureShape.new(name: 'NetworkEndpoint')
|
|
967
|
+
NetworkEndpointsList = Shapes::ListShape.new(name: 'NetworkEndpointsList')
|
|
968
|
+
NetworkGeoLocation = Shapes::StructureShape.new(name: 'NetworkGeoLocation')
|
|
955
969
|
NetworkHeader = Shapes::StructureShape.new(name: 'NetworkHeader')
|
|
956
970
|
NetworkPathComponent = Shapes::StructureShape.new(name: 'NetworkPathComponent')
|
|
957
971
|
NetworkPathComponentDetails = Shapes::StructureShape.new(name: 'NetworkPathComponentDetails')
|
|
@@ -1061,10 +1075,13 @@ module Aws::SecurityHub
|
|
|
1061
1075
|
SensitiveDataDetectionsList = Shapes::ListShape.new(name: 'SensitiveDataDetectionsList')
|
|
1062
1076
|
SensitiveDataResult = Shapes::StructureShape.new(name: 'SensitiveDataResult')
|
|
1063
1077
|
SensitiveDataResultList = Shapes::ListShape.new(name: 'SensitiveDataResultList')
|
|
1078
|
+
Sequence = Shapes::StructureShape.new(name: 'Sequence')
|
|
1064
1079
|
Severity = Shapes::StructureShape.new(name: 'Severity')
|
|
1065
1080
|
SeverityLabel = Shapes::StringShape.new(name: 'SeverityLabel')
|
|
1066
1081
|
SeverityRating = Shapes::StringShape.new(name: 'SeverityRating')
|
|
1067
1082
|
SeverityUpdate = Shapes::StructureShape.new(name: 'SeverityUpdate')
|
|
1083
|
+
Signal = Shapes::StructureShape.new(name: 'Signal')
|
|
1084
|
+
SignalsList = Shapes::ListShape.new(name: 'SignalsList')
|
|
1068
1085
|
SizeBytes = Shapes::IntegerShape.new(name: 'SizeBytes')
|
|
1069
1086
|
SoftwarePackage = Shapes::StructureShape.new(name: 'SoftwarePackage')
|
|
1070
1087
|
SoftwarePackageList = Shapes::ListShape.new(name: 'SoftwarePackageList')
|
|
@@ -1160,6 +1177,7 @@ module Aws::SecurityHub
|
|
|
1160
1177
|
UpdateStandardsControlRequest = Shapes::StructureShape.new(name: 'UpdateStandardsControlRequest')
|
|
1161
1178
|
UpdateStandardsControlResponse = Shapes::StructureShape.new(name: 'UpdateStandardsControlResponse')
|
|
1162
1179
|
UpdateStatus = Shapes::StringShape.new(name: 'UpdateStatus')
|
|
1180
|
+
UserAccount = Shapes::StructureShape.new(name: 'UserAccount')
|
|
1163
1181
|
VerificationState = Shapes::StringShape.new(name: 'VerificationState')
|
|
1164
1182
|
VolumeMount = Shapes::StructureShape.new(name: 'VolumeMount')
|
|
1165
1183
|
VolumeMountList = Shapes::ListShape.new(name: 'VolumeMountList')
|
|
@@ -1242,6 +1260,26 @@ module Aws::SecurityHub
|
|
|
1242
1260
|
|
|
1243
1261
|
ActionTargetList.member = Shapes::ShapeRef.new(shape: ActionTarget)
|
|
1244
1262
|
|
|
1263
|
+
Actor.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Id"))
|
|
1264
|
+
Actor.add_member(:user, Shapes::ShapeRef.new(shape: ActorUser, location_name: "User"))
|
|
1265
|
+
Actor.add_member(:session, Shapes::ShapeRef.new(shape: ActorSession, location_name: "Session"))
|
|
1266
|
+
Actor.struct_class = Types::Actor
|
|
1267
|
+
|
|
1268
|
+
ActorSession.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
|
|
1269
|
+
ActorSession.add_member(:mfa_status, Shapes::ShapeRef.new(shape: ActorSessionMfaStatus, location_name: "MfaStatus"))
|
|
1270
|
+
ActorSession.add_member(:created_time, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTime"))
|
|
1271
|
+
ActorSession.add_member(:issuer, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Issuer"))
|
|
1272
|
+
ActorSession.struct_class = Types::ActorSession
|
|
1273
|
+
|
|
1274
|
+
ActorUser.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
|
1275
|
+
ActorUser.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
|
|
1276
|
+
ActorUser.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
|
1277
|
+
ActorUser.add_member(:credential_uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CredentialUid"))
|
|
1278
|
+
ActorUser.add_member(:account, Shapes::ShapeRef.new(shape: UserAccount, location_name: "Account"))
|
|
1279
|
+
ActorUser.struct_class = Types::ActorUser
|
|
1280
|
+
|
|
1281
|
+
ActorsList.member = Shapes::ShapeRef.new(shape: Actor)
|
|
1282
|
+
|
|
1245
1283
|
Adjustment.add_member(:metric, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Metric"))
|
|
1246
1284
|
Adjustment.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Reason"))
|
|
1247
1285
|
Adjustment.struct_class = Types::Adjustment
|
|
@@ -4679,6 +4717,7 @@ module Aws::SecurityHub
|
|
|
4679
4717
|
AwsSecurityFinding.add_member(:generator_details, Shapes::ShapeRef.new(shape: GeneratorDetails, location_name: "GeneratorDetails"))
|
|
4680
4718
|
AwsSecurityFinding.add_member(:processed_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProcessedAt"))
|
|
4681
4719
|
AwsSecurityFinding.add_member(:aws_account_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AwsAccountName"))
|
|
4720
|
+
AwsSecurityFinding.add_member(:detection, Shapes::ShapeRef.new(shape: Detection, location_name: "Detection"))
|
|
4682
4721
|
AwsSecurityFinding.struct_class = Types::AwsSecurityFinding
|
|
4683
4722
|
|
|
4684
4723
|
AwsSecurityFindingFilters.add_member(:product_arn, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ProductArn"))
|
|
@@ -5486,6 +5525,9 @@ module Aws::SecurityHub
|
|
|
5486
5525
|
DescribeStandardsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5487
5526
|
DescribeStandardsResponse.struct_class = Types::DescribeStandardsResponse
|
|
5488
5527
|
|
|
5528
|
+
Detection.add_member(:sequence, Shapes::ShapeRef.new(shape: Sequence, location_name: "Sequence"))
|
|
5529
|
+
Detection.struct_class = Types::Detection
|
|
5530
|
+
|
|
5489
5531
|
DisableImportFindingsForProductRequest.add_member(:product_subscription_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "ProductSubscriptionArn"))
|
|
5490
5532
|
DisableImportFindingsForProductRequest.struct_class = Types::DisableImportFindingsForProductRequest
|
|
5491
5533
|
|
|
@@ -5754,6 +5796,14 @@ module Aws::SecurityHub
|
|
|
5754
5796
|
|
|
5755
5797
|
ImportFindingsErrorList.member = Shapes::ShapeRef.new(shape: ImportFindingsError)
|
|
5756
5798
|
|
|
5799
|
+
Indicator.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Key"))
|
|
5800
|
+
Indicator.add_member(:values, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "Values"))
|
|
5801
|
+
Indicator.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Title"))
|
|
5802
|
+
Indicator.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
|
5803
|
+
Indicator.struct_class = Types::Indicator
|
|
5804
|
+
|
|
5805
|
+
IndicatorsList.member = Shapes::ShapeRef.new(shape: Indicator)
|
|
5806
|
+
|
|
5757
5807
|
Insight.add_member(:insight_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "InsightArn"))
|
|
5758
5808
|
Insight.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
|
5759
5809
|
Insight.add_member(:filters, Shapes::ShapeRef.new(shape: AwsSecurityFindingFilters, required: true, location_name: "Filters"))
|
|
@@ -5975,6 +6025,13 @@ module Aws::SecurityHub
|
|
|
5975
6025
|
Network.add_member(:destination_domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationDomain"))
|
|
5976
6026
|
Network.struct_class = Types::Network
|
|
5977
6027
|
|
|
6028
|
+
NetworkAutonomousSystem.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
|
6029
|
+
NetworkAutonomousSystem.add_member(:number, Shapes::ShapeRef.new(shape: Integer, location_name: "Number"))
|
|
6030
|
+
NetworkAutonomousSystem.struct_class = Types::NetworkAutonomousSystem
|
|
6031
|
+
|
|
6032
|
+
NetworkConnection.add_member(:direction, Shapes::ShapeRef.new(shape: ConnectionDirection, location_name: "Direction"))
|
|
6033
|
+
NetworkConnection.struct_class = Types::NetworkConnection
|
|
6034
|
+
|
|
5978
6035
|
NetworkConnectionAction.add_member(:connection_direction, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectionDirection"))
|
|
5979
6036
|
NetworkConnectionAction.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
|
5980
6037
|
NetworkConnectionAction.add_member(:remote_port_details, Shapes::ShapeRef.new(shape: ActionRemotePortDetails, location_name: "RemotePortDetails"))
|
|
@@ -5983,6 +6040,23 @@ module Aws::SecurityHub
|
|
|
5983
6040
|
NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
|
5984
6041
|
NetworkConnectionAction.struct_class = Types::NetworkConnectionAction
|
|
5985
6042
|
|
|
6043
|
+
NetworkEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Id"))
|
|
6044
|
+
NetworkEndpoint.add_member(:ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ip"))
|
|
6045
|
+
NetworkEndpoint.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
|
|
6046
|
+
NetworkEndpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
|
6047
|
+
NetworkEndpoint.add_member(:location, Shapes::ShapeRef.new(shape: NetworkGeoLocation, location_name: "Location"))
|
|
6048
|
+
NetworkEndpoint.add_member(:autonomous_system, Shapes::ShapeRef.new(shape: NetworkAutonomousSystem, location_name: "AutonomousSystem"))
|
|
6049
|
+
NetworkEndpoint.add_member(:connection, Shapes::ShapeRef.new(shape: NetworkConnection, location_name: "Connection"))
|
|
6050
|
+
NetworkEndpoint.struct_class = Types::NetworkEndpoint
|
|
6051
|
+
|
|
6052
|
+
NetworkEndpointsList.member = Shapes::ShapeRef.new(shape: NetworkEndpoint)
|
|
6053
|
+
|
|
6054
|
+
NetworkGeoLocation.add_member(:city, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "City"))
|
|
6055
|
+
NetworkGeoLocation.add_member(:country, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Country"))
|
|
6056
|
+
NetworkGeoLocation.add_member(:lat, Shapes::ShapeRef.new(shape: Double, location_name: "Lat"))
|
|
6057
|
+
NetworkGeoLocation.add_member(:lon, Shapes::ShapeRef.new(shape: Double, location_name: "Lon"))
|
|
6058
|
+
NetworkGeoLocation.struct_class = Types::NetworkGeoLocation
|
|
6059
|
+
|
|
5986
6060
|
NetworkHeader.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
|
5987
6061
|
NetworkHeader.add_member(:destination, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Destination"))
|
|
5988
6062
|
NetworkHeader.add_member(:source, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Source"))
|
|
@@ -6492,6 +6566,13 @@ module Aws::SecurityHub
|
|
|
6492
6566
|
|
|
6493
6567
|
SensitiveDataResultList.member = Shapes::ShapeRef.new(shape: SensitiveDataResult)
|
|
6494
6568
|
|
|
6569
|
+
Sequence.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
|
|
6570
|
+
Sequence.add_member(:actors, Shapes::ShapeRef.new(shape: ActorsList, location_name: "Actors"))
|
|
6571
|
+
Sequence.add_member(:endpoints, Shapes::ShapeRef.new(shape: NetworkEndpointsList, location_name: "Endpoints"))
|
|
6572
|
+
Sequence.add_member(:signals, Shapes::ShapeRef.new(shape: SignalsList, location_name: "Signals"))
|
|
6573
|
+
Sequence.add_member(:sequence_indicators, Shapes::ShapeRef.new(shape: IndicatorsList, location_name: "SequenceIndicators"))
|
|
6574
|
+
Sequence.struct_class = Types::Sequence
|
|
6575
|
+
|
|
6495
6576
|
Severity.add_member(:product, Shapes::ShapeRef.new(shape: Double, location_name: "Product"))
|
|
6496
6577
|
Severity.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
|
|
6497
6578
|
Severity.add_member(:normalized, Shapes::ShapeRef.new(shape: Integer, location_name: "Normalized"))
|
|
@@ -6503,6 +6584,25 @@ module Aws::SecurityHub
|
|
|
6503
6584
|
SeverityUpdate.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
|
|
6504
6585
|
SeverityUpdate.struct_class = Types::SeverityUpdate
|
|
6505
6586
|
|
|
6587
|
+
Signal.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
|
6588
|
+
Signal.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Id"))
|
|
6589
|
+
Signal.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Title"))
|
|
6590
|
+
Signal.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProductArn"))
|
|
6591
|
+
Signal.add_member(:resource_ids, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "ResourceIds"))
|
|
6592
|
+
Signal.add_member(:signal_indicators, Shapes::ShapeRef.new(shape: IndicatorsList, location_name: "SignalIndicators"))
|
|
6593
|
+
Signal.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
|
6594
|
+
Signal.add_member(:created_at, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedAt"))
|
|
6595
|
+
Signal.add_member(:updated_at, Shapes::ShapeRef.new(shape: Long, location_name: "UpdatedAt"))
|
|
6596
|
+
Signal.add_member(:first_seen_at, Shapes::ShapeRef.new(shape: Long, location_name: "FirstSeenAt"))
|
|
6597
|
+
Signal.add_member(:last_seen_at, Shapes::ShapeRef.new(shape: Long, location_name: "LastSeenAt"))
|
|
6598
|
+
Signal.add_member(:severity, Shapes::ShapeRef.new(shape: Double, location_name: "Severity"))
|
|
6599
|
+
Signal.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
|
6600
|
+
Signal.add_member(:actor_ids, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "ActorIds"))
|
|
6601
|
+
Signal.add_member(:endpoint_ids, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "EndpointIds"))
|
|
6602
|
+
Signal.struct_class = Types::Signal
|
|
6603
|
+
|
|
6604
|
+
SignalsList.member = Shapes::ShapeRef.new(shape: Signal)
|
|
6605
|
+
|
|
6506
6606
|
SoftwarePackage.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
|
6507
6607
|
SoftwarePackage.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Version"))
|
|
6508
6608
|
SoftwarePackage.add_member(:epoch, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Epoch"))
|
|
@@ -6842,6 +6942,10 @@ module Aws::SecurityHub
|
|
|
6842
6942
|
|
|
6843
6943
|
UpdateStandardsControlResponse.struct_class = Types::UpdateStandardsControlResponse
|
|
6844
6944
|
|
|
6945
|
+
UserAccount.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
|
|
6946
|
+
UserAccount.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
|
6947
|
+
UserAccount.struct_class = Types::UserAccount
|
|
6948
|
+
|
|
6845
6949
|
VolumeMount.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
|
6846
6950
|
VolumeMount.add_member(:mount_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MountPath"))
|
|
6847
6951
|
VolumeMount.struct_class = Types::VolumeMount
|
|
@@ -269,6 +269,137 @@ module Aws::SecurityHub
|
|
|
269
269
|
include Aws::Structure
|
|
270
270
|
end
|
|
271
271
|
|
|
272
|
+
# Information about the threat actor identified in an Amazon GuardDuty
|
|
273
|
+
# Extended Threat Detection attack sequence. GuardDuty generates an
|
|
274
|
+
# attack sequence finding when multiple events align to a potentially
|
|
275
|
+
# suspicious activity. To receive GuardDuty attack sequence findings in
|
|
276
|
+
# Security Hub, you must have GuardDuty and GuardDuty S3 Protection
|
|
277
|
+
# enabled. For more information, see [GuardDuty Extended Threat
|
|
278
|
+
# Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
279
|
+
#
|
|
280
|
+
#
|
|
281
|
+
#
|
|
282
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
283
|
+
#
|
|
284
|
+
# @!attribute [rw] id
|
|
285
|
+
# The ID of the threat actor.
|
|
286
|
+
# @return [String]
|
|
287
|
+
#
|
|
288
|
+
# @!attribute [rw] user
|
|
289
|
+
# Contains information about the user credentials used by the threat
|
|
290
|
+
# actor.
|
|
291
|
+
# @return [Types::ActorUser]
|
|
292
|
+
#
|
|
293
|
+
# @!attribute [rw] session
|
|
294
|
+
# Contains information about the user session where the activity
|
|
295
|
+
# initiated.
|
|
296
|
+
# @return [Types::ActorSession]
|
|
297
|
+
#
|
|
298
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Actor AWS API Documentation
|
|
299
|
+
#
|
|
300
|
+
class Actor < Struct.new(
|
|
301
|
+
:id,
|
|
302
|
+
:user,
|
|
303
|
+
:session)
|
|
304
|
+
SENSITIVE = []
|
|
305
|
+
include Aws::Structure
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
# Contains information about the authenticated session used by the
|
|
309
|
+
# threat actor identified in an Amazon GuardDuty Extended Threat
|
|
310
|
+
# Detection attack sequence. GuardDuty generates an attack sequence
|
|
311
|
+
# finding when multiple events align to a potentially suspicious
|
|
312
|
+
# activity. To receive GuardDuty attack sequence findings in Security
|
|
313
|
+
# Hub, you must have GuardDuty and GuardDuty S3 Protection enabled. For
|
|
314
|
+
# more information, see [GuardDuty Extended Threat Detection ][1] in the
|
|
315
|
+
# *Amazon GuardDuty User Guide*.
|
|
316
|
+
#
|
|
317
|
+
#
|
|
318
|
+
#
|
|
319
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
320
|
+
#
|
|
321
|
+
# @!attribute [rw] uid
|
|
322
|
+
# Unique identifier of the session.
|
|
323
|
+
# @return [String]
|
|
324
|
+
#
|
|
325
|
+
# @!attribute [rw] mfa_status
|
|
326
|
+
# Indicates whether multi-factor authentication (MFA) was used for
|
|
327
|
+
# authentication during the session.
|
|
328
|
+
#
|
|
329
|
+
# In CloudTrail, you can find this value as
|
|
330
|
+
# `userIdentity.sessionContext.attributes.mfaAuthenticated`.
|
|
331
|
+
# @return [String]
|
|
332
|
+
#
|
|
333
|
+
# @!attribute [rw] created_time
|
|
334
|
+
# The timestamp for when the session was created.
|
|
335
|
+
#
|
|
336
|
+
# In CloudTrail, you can find this value as
|
|
337
|
+
# `userIdentity.sessionContext.attributes.creationDate`.
|
|
338
|
+
# @return [Integer]
|
|
339
|
+
#
|
|
340
|
+
# @!attribute [rw] issuer
|
|
341
|
+
# The issuer of the session.
|
|
342
|
+
#
|
|
343
|
+
# In CloudTrail, you can find this value as
|
|
344
|
+
# `userIdentity.sessionContext.sessionIssuer.arn`.
|
|
345
|
+
# @return [String]
|
|
346
|
+
#
|
|
347
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ActorSession AWS API Documentation
|
|
348
|
+
#
|
|
349
|
+
class ActorSession < Struct.new(
|
|
350
|
+
:uid,
|
|
351
|
+
:mfa_status,
|
|
352
|
+
:created_time,
|
|
353
|
+
:issuer)
|
|
354
|
+
SENSITIVE = []
|
|
355
|
+
include Aws::Structure
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
# Contains information about the credentials used by the threat actor
|
|
359
|
+
# identified in an Amazon GuardDuty Extended Threat Detection attack
|
|
360
|
+
# sequence. GuardDuty generates an attack sequence finding when multiple
|
|
361
|
+
# events align to a potentially suspicious activity. To receive
|
|
362
|
+
# GuardDuty attack sequence findings in Security Hub, you must have
|
|
363
|
+
# GuardDuty and GuardDuty S3 Protection enabled. For more information,
|
|
364
|
+
# see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty
|
|
365
|
+
# User Guide*.
|
|
366
|
+
#
|
|
367
|
+
#
|
|
368
|
+
#
|
|
369
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
370
|
+
#
|
|
371
|
+
# @!attribute [rw] name
|
|
372
|
+
# The name of the threat actor.
|
|
373
|
+
# @return [String]
|
|
374
|
+
#
|
|
375
|
+
# @!attribute [rw] uid
|
|
376
|
+
# The unique identifier of the threat actor.
|
|
377
|
+
# @return [String]
|
|
378
|
+
#
|
|
379
|
+
# @!attribute [rw] type
|
|
380
|
+
# The type of user.
|
|
381
|
+
# @return [String]
|
|
382
|
+
#
|
|
383
|
+
# @!attribute [rw] credential_uid
|
|
384
|
+
# Unique identifier of the threat actor’s user credentials.
|
|
385
|
+
# @return [String]
|
|
386
|
+
#
|
|
387
|
+
# @!attribute [rw] account
|
|
388
|
+
# The account of the threat actor.
|
|
389
|
+
# @return [Types::UserAccount]
|
|
390
|
+
#
|
|
391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ActorUser AWS API Documentation
|
|
392
|
+
#
|
|
393
|
+
class ActorUser < Struct.new(
|
|
394
|
+
:name,
|
|
395
|
+
:uid,
|
|
396
|
+
:type,
|
|
397
|
+
:credential_uid,
|
|
398
|
+
:account)
|
|
399
|
+
SENSITIVE = []
|
|
400
|
+
include Aws::Structure
|
|
401
|
+
end
|
|
402
|
+
|
|
272
403
|
# An adjustment to the CVSS metric.
|
|
273
404
|
#
|
|
274
405
|
# @!attribute [rw] metric
|
|
@@ -19947,6 +20078,20 @@ module Aws::SecurityHub
|
|
|
19947
20078
|
# Length Constraints: Minimum length of 1. Maximum length of 50.
|
|
19948
20079
|
# @return [String]
|
|
19949
20080
|
#
|
|
20081
|
+
# @!attribute [rw] detection
|
|
20082
|
+
# Provides details about an Amazon GuardDuty Extended Threat Detection
|
|
20083
|
+
# attack sequence. GuardDuty generates an attack sequence finding when
|
|
20084
|
+
# multiple events align to a potentially suspicious activity. To
|
|
20085
|
+
# receive GuardDuty attack sequence findings in Security Hub, you must
|
|
20086
|
+
# have GuardDuty and GuardDuty S3 Protection enabled. For more
|
|
20087
|
+
# information, see [GuardDuty Extended Threat Detection ][1] in the
|
|
20088
|
+
# *Amazon GuardDuty User Guide*.
|
|
20089
|
+
#
|
|
20090
|
+
#
|
|
20091
|
+
#
|
|
20092
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
20093
|
+
# @return [Types::Detection]
|
|
20094
|
+
#
|
|
19950
20095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsSecurityFinding AWS API Documentation
|
|
19951
20096
|
#
|
|
19952
20097
|
class AwsSecurityFinding < Struct.new(
|
|
@@ -19993,7 +20138,8 @@ module Aws::SecurityHub
|
|
|
19993
20138
|
:sample,
|
|
19994
20139
|
:generator_details,
|
|
19995
20140
|
:processed_at,
|
|
19996
|
-
:aws_account_name
|
|
20141
|
+
:aws_account_name,
|
|
20142
|
+
:detection)
|
|
19997
20143
|
SENSITIVE = []
|
|
19998
20144
|
include Aws::Structure
|
|
19999
20145
|
end
|
|
@@ -24464,6 +24610,30 @@ module Aws::SecurityHub
|
|
|
24464
24610
|
include Aws::Structure
|
|
24465
24611
|
end
|
|
24466
24612
|
|
|
24613
|
+
# A top-level object field that provides details about an Amazon
|
|
24614
|
+
# GuardDuty Extended Threat Detection attack sequence. GuardDuty
|
|
24615
|
+
# generates an attack sequence finding when multiple events align to a
|
|
24616
|
+
# potentially suspicious activity. To receive GuardDuty attack sequence
|
|
24617
|
+
# findings in Security Hub, you must have GuardDuty and GuardDuty S3
|
|
24618
|
+
# Protection enabled. For more information, see [GuardDuty Extended
|
|
24619
|
+
# Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
24620
|
+
#
|
|
24621
|
+
#
|
|
24622
|
+
#
|
|
24623
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
24624
|
+
#
|
|
24625
|
+
# @!attribute [rw] sequence
|
|
24626
|
+
# Provides details about an attack sequence.
|
|
24627
|
+
# @return [Types::Sequence]
|
|
24628
|
+
#
|
|
24629
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Detection AWS API Documentation
|
|
24630
|
+
#
|
|
24631
|
+
class Detection < Struct.new(
|
|
24632
|
+
:sequence)
|
|
24633
|
+
SENSITIVE = []
|
|
24634
|
+
include Aws::Structure
|
|
24635
|
+
end
|
|
24636
|
+
|
|
24467
24637
|
# @!attribute [rw] product_subscription_arn
|
|
24468
24638
|
# The ARN of the integrated product to disable the integration for.
|
|
24469
24639
|
# @return [String]
|
|
@@ -25866,6 +26036,51 @@ module Aws::SecurityHub
|
|
|
25866
26036
|
include Aws::Structure
|
|
25867
26037
|
end
|
|
25868
26038
|
|
|
26039
|
+
# Contains information about the indicators observed in an Amazon
|
|
26040
|
+
# GuardDuty Extended Threat Detection attack sequence. Indicators
|
|
26041
|
+
# include a set of signals, which can be API activities or findings that
|
|
26042
|
+
# GuardDuty uses to detect an attack sequence finding. GuardDuty
|
|
26043
|
+
# generates an attack sequence finding when multiple signals align to a
|
|
26044
|
+
# potentially suspicious activity. To receive GuardDuty attack sequence
|
|
26045
|
+
# findings in Security Hub, you must have GuardDuty and GuardDuty S3
|
|
26046
|
+
# Protection enabled. For more information, see [GuardDuty Extended
|
|
26047
|
+
# Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
26048
|
+
#
|
|
26049
|
+
#
|
|
26050
|
+
#
|
|
26051
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
26052
|
+
#
|
|
26053
|
+
# @!attribute [rw] key
|
|
26054
|
+
# The name of the indicator that’s present in the attack sequence
|
|
26055
|
+
# finding.
|
|
26056
|
+
# @return [String]
|
|
26057
|
+
#
|
|
26058
|
+
# @!attribute [rw] values
|
|
26059
|
+
# Values associated with each indicator key. For example, if the
|
|
26060
|
+
# indicator key is `SUSPICIOUS_NETWORK`, then the value will be the
|
|
26061
|
+
# name of the network. If the indicator key is `ATTACK_TACTIC`, then
|
|
26062
|
+
# the value will be one of the MITRE tactics.
|
|
26063
|
+
# @return [Array<String>]
|
|
26064
|
+
#
|
|
26065
|
+
# @!attribute [rw] title
|
|
26066
|
+
# The title describing the indicator.
|
|
26067
|
+
# @return [String]
|
|
26068
|
+
#
|
|
26069
|
+
# @!attribute [rw] type
|
|
26070
|
+
# The type of indicator.
|
|
26071
|
+
# @return [String]
|
|
26072
|
+
#
|
|
26073
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Indicator AWS API Documentation
|
|
26074
|
+
#
|
|
26075
|
+
class Indicator < Struct.new(
|
|
26076
|
+
:key,
|
|
26077
|
+
:values,
|
|
26078
|
+
:title,
|
|
26079
|
+
:type)
|
|
26080
|
+
SENSITIVE = []
|
|
26081
|
+
include Aws::Structure
|
|
26082
|
+
end
|
|
26083
|
+
|
|
25869
26084
|
# Contains information about a Security Hub insight.
|
|
25870
26085
|
#
|
|
25871
26086
|
# @!attribute [rw] insight_arn
|
|
@@ -27024,6 +27239,60 @@ module Aws::SecurityHub
|
|
|
27024
27239
|
include Aws::Structure
|
|
27025
27240
|
end
|
|
27026
27241
|
|
|
27242
|
+
# Contains information about the Autonomous System (AS) of the network
|
|
27243
|
+
# endpoints involved in an Amazon GuardDuty Extended Threat Detection
|
|
27244
|
+
# attack sequence. GuardDuty generates an attack sequence finding when
|
|
27245
|
+
# multiple events align to a potentially suspicious activity. To receive
|
|
27246
|
+
# GuardDuty attack sequence findings in Security Hub, you must have
|
|
27247
|
+
# GuardDuty and GuardDuty S3 Protection enabled. For more information,
|
|
27248
|
+
# see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty
|
|
27249
|
+
# User Guide*.
|
|
27250
|
+
#
|
|
27251
|
+
#
|
|
27252
|
+
#
|
|
27253
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
27254
|
+
#
|
|
27255
|
+
# @!attribute [rw] name
|
|
27256
|
+
# The name associated with the AS.
|
|
27257
|
+
# @return [String]
|
|
27258
|
+
#
|
|
27259
|
+
# @!attribute [rw] number
|
|
27260
|
+
# The unique number that identifies the AS.
|
|
27261
|
+
# @return [Integer]
|
|
27262
|
+
#
|
|
27263
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NetworkAutonomousSystem AWS API Documentation
|
|
27264
|
+
#
|
|
27265
|
+
class NetworkAutonomousSystem < Struct.new(
|
|
27266
|
+
:name,
|
|
27267
|
+
:number)
|
|
27268
|
+
SENSITIVE = []
|
|
27269
|
+
include Aws::Structure
|
|
27270
|
+
end
|
|
27271
|
+
|
|
27272
|
+
# Contains information about the network connection involved in an
|
|
27273
|
+
# Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty
|
|
27274
|
+
# generates an attack sequence finding when multiple events align to a
|
|
27275
|
+
# potentially suspicious activity. To receive GuardDuty attack sequence
|
|
27276
|
+
# findings in Security Hub, you must have GuardDuty and GuardDuty S3
|
|
27277
|
+
# Protection enabled. For more information, see [GuardDuty Extended
|
|
27278
|
+
# Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
27279
|
+
#
|
|
27280
|
+
#
|
|
27281
|
+
#
|
|
27282
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
27283
|
+
#
|
|
27284
|
+
# @!attribute [rw] direction
|
|
27285
|
+
# The direction in which the network traffic is flowing.
|
|
27286
|
+
# @return [String]
|
|
27287
|
+
#
|
|
27288
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NetworkConnection AWS API Documentation
|
|
27289
|
+
#
|
|
27290
|
+
class NetworkConnection < Struct.new(
|
|
27291
|
+
:direction)
|
|
27292
|
+
SENSITIVE = []
|
|
27293
|
+
include Aws::Structure
|
|
27294
|
+
end
|
|
27295
|
+
|
|
27027
27296
|
# Provided if `ActionType` is `NETWORK_CONNECTION`. It provides details
|
|
27028
27297
|
# about the attempted network connection that was detected.
|
|
27029
27298
|
#
|
|
@@ -27067,6 +27336,104 @@ module Aws::SecurityHub
|
|
|
27067
27336
|
include Aws::Structure
|
|
27068
27337
|
end
|
|
27069
27338
|
|
|
27339
|
+
# Contains information about network endpoints involved in an Amazon
|
|
27340
|
+
# GuardDuty Extended Threat Detection attack sequence. GuardDuty
|
|
27341
|
+
# generates an attack sequence finding when multiple events align to a
|
|
27342
|
+
# potentially suspicious activity. To receive GuardDuty attack sequence
|
|
27343
|
+
# findings in Security Hub, you must have GuardDuty and GuardDuty S3
|
|
27344
|
+
# Protection enabled. For more information, see [GuardDuty Extended
|
|
27345
|
+
# Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
27346
|
+
#
|
|
27347
|
+
# This field can provide information about the network endpoints
|
|
27348
|
+
# associated with the resource in the attack sequence finding, or about
|
|
27349
|
+
# a specific network endpoint used for the attack.
|
|
27350
|
+
#
|
|
27351
|
+
#
|
|
27352
|
+
#
|
|
27353
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
27354
|
+
#
|
|
27355
|
+
# @!attribute [rw] id
|
|
27356
|
+
# The identifier of the network endpoint involved in the attack
|
|
27357
|
+
# sequence.
|
|
27358
|
+
# @return [String]
|
|
27359
|
+
#
|
|
27360
|
+
# @!attribute [rw] ip
|
|
27361
|
+
# The IP address used in the network endpoint.
|
|
27362
|
+
# @return [String]
|
|
27363
|
+
#
|
|
27364
|
+
# @!attribute [rw] domain
|
|
27365
|
+
# The domain information for the network endpoint.
|
|
27366
|
+
# @return [String]
|
|
27367
|
+
#
|
|
27368
|
+
# @!attribute [rw] port
|
|
27369
|
+
# The port number associated with the network endpoint.
|
|
27370
|
+
# @return [Integer]
|
|
27371
|
+
#
|
|
27372
|
+
# @!attribute [rw] location
|
|
27373
|
+
# Information about the location of the network endpoint.
|
|
27374
|
+
# @return [Types::NetworkGeoLocation]
|
|
27375
|
+
#
|
|
27376
|
+
# @!attribute [rw] autonomous_system
|
|
27377
|
+
# The Autonomous System Number (ASN) of the network endpoint.
|
|
27378
|
+
# @return [Types::NetworkAutonomousSystem]
|
|
27379
|
+
#
|
|
27380
|
+
# @!attribute [rw] connection
|
|
27381
|
+
# Information about the network connection.
|
|
27382
|
+
# @return [Types::NetworkConnection]
|
|
27383
|
+
#
|
|
27384
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NetworkEndpoint AWS API Documentation
|
|
27385
|
+
#
|
|
27386
|
+
class NetworkEndpoint < Struct.new(
|
|
27387
|
+
:id,
|
|
27388
|
+
:ip,
|
|
27389
|
+
:domain,
|
|
27390
|
+
:port,
|
|
27391
|
+
:location,
|
|
27392
|
+
:autonomous_system,
|
|
27393
|
+
:connection)
|
|
27394
|
+
SENSITIVE = []
|
|
27395
|
+
include Aws::Structure
|
|
27396
|
+
end
|
|
27397
|
+
|
|
27398
|
+
# Contains information about the location of a network endpoint involved
|
|
27399
|
+
# in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
|
27400
|
+
# GuardDuty generates an attack sequence finding when multiple events
|
|
27401
|
+
# align to a potentially suspicious activity. To receive GuardDuty
|
|
27402
|
+
# attack sequence findings in Security Hub, you must have GuardDuty and
|
|
27403
|
+
# GuardDuty S3 Protection enabled. For more information, see [GuardDuty
|
|
27404
|
+
# Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
27405
|
+
#
|
|
27406
|
+
#
|
|
27407
|
+
#
|
|
27408
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
27409
|
+
#
|
|
27410
|
+
# @!attribute [rw] city
|
|
27411
|
+
# The name of the city.
|
|
27412
|
+
# @return [String]
|
|
27413
|
+
#
|
|
27414
|
+
# @!attribute [rw] country
|
|
27415
|
+
# The name of the country.
|
|
27416
|
+
# @return [String]
|
|
27417
|
+
#
|
|
27418
|
+
# @!attribute [rw] lat
|
|
27419
|
+
# The latitude information of the endpoint location.
|
|
27420
|
+
# @return [Float]
|
|
27421
|
+
#
|
|
27422
|
+
# @!attribute [rw] lon
|
|
27423
|
+
# The longitude information of the endpoint location.
|
|
27424
|
+
# @return [Float]
|
|
27425
|
+
#
|
|
27426
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NetworkGeoLocation AWS API Documentation
|
|
27427
|
+
#
|
|
27428
|
+
class NetworkGeoLocation < Struct.new(
|
|
27429
|
+
:city,
|
|
27430
|
+
:country,
|
|
27431
|
+
:lat,
|
|
27432
|
+
:lon)
|
|
27433
|
+
SENSITIVE = []
|
|
27434
|
+
include Aws::Structure
|
|
27435
|
+
end
|
|
27436
|
+
|
|
27070
27437
|
# Details about a network path component that occurs before or after the
|
|
27071
27438
|
# current component.
|
|
27072
27439
|
#
|
|
@@ -29599,6 +29966,60 @@ module Aws::SecurityHub
|
|
|
29599
29966
|
include Aws::Structure
|
|
29600
29967
|
end
|
|
29601
29968
|
|
|
29969
|
+
# Contains information about an Amazon GuardDuty Extended Threat
|
|
29970
|
+
# Detection attack sequence finding. GuardDuty generates an attack
|
|
29971
|
+
# sequence finding when multiple events align to a potentially
|
|
29972
|
+
# suspicious activity. To receive GuardDuty attack sequence findings in
|
|
29973
|
+
# Security Hub, you must have GuardDuty and GuardDuty S3 Protection
|
|
29974
|
+
# enabled. For more information, see [GuardDuty Extended Threat
|
|
29975
|
+
# Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
29976
|
+
#
|
|
29977
|
+
#
|
|
29978
|
+
#
|
|
29979
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
29980
|
+
#
|
|
29981
|
+
# @!attribute [rw] uid
|
|
29982
|
+
# Unique identifier of the attack sequence.
|
|
29983
|
+
# @return [String]
|
|
29984
|
+
#
|
|
29985
|
+
# @!attribute [rw] actors
|
|
29986
|
+
# Provides information about the actors involved in the attack
|
|
29987
|
+
# sequence.
|
|
29988
|
+
# @return [Array<Types::Actor>]
|
|
29989
|
+
#
|
|
29990
|
+
# @!attribute [rw] endpoints
|
|
29991
|
+
# Contains information about the network endpoints that were used in
|
|
29992
|
+
# the attack sequence.
|
|
29993
|
+
# @return [Array<Types::NetworkEndpoint>]
|
|
29994
|
+
#
|
|
29995
|
+
# @!attribute [rw] signals
|
|
29996
|
+
# Contains information about the signals involved in the attack
|
|
29997
|
+
# sequence.
|
|
29998
|
+
# @return [Array<Types::Signal>]
|
|
29999
|
+
#
|
|
30000
|
+
# @!attribute [rw] sequence_indicators
|
|
30001
|
+
# Contains information about the indicators observed in the attack
|
|
30002
|
+
# sequence. The values for [SignalIndicators][1] are a subset of the
|
|
30003
|
+
# values for `SequenceIndicators`, but the values for these fields
|
|
30004
|
+
# don't always match 1:1.
|
|
30005
|
+
#
|
|
30006
|
+
#
|
|
30007
|
+
#
|
|
30008
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_Signal.html
|
|
30009
|
+
# @return [Array<Types::Indicator>]
|
|
30010
|
+
#
|
|
30011
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Sequence AWS API Documentation
|
|
30012
|
+
#
|
|
30013
|
+
class Sequence < Struct.new(
|
|
30014
|
+
:uid,
|
|
30015
|
+
:actors,
|
|
30016
|
+
:endpoints,
|
|
30017
|
+
:signals,
|
|
30018
|
+
:sequence_indicators)
|
|
30019
|
+
SENSITIVE = []
|
|
30020
|
+
include Aws::Structure
|
|
30021
|
+
end
|
|
30022
|
+
|
|
29602
30023
|
# The severity of the finding.
|
|
29603
30024
|
#
|
|
29604
30025
|
# The finding provider can provide the initial severity. The finding
|
|
@@ -29737,6 +30158,142 @@ module Aws::SecurityHub
|
|
|
29737
30158
|
include Aws::Structure
|
|
29738
30159
|
end
|
|
29739
30160
|
|
|
30161
|
+
# Contains information about the signals involved in an Amazon GuardDuty
|
|
30162
|
+
# Extended Threat Detection attack sequence. An attack sequence is a
|
|
30163
|
+
# type of threat detected by GuardDuty. GuardDuty generates an attack
|
|
30164
|
+
# sequence finding when multiple events, or signals, align to a
|
|
30165
|
+
# potentially suspicious activity. When GuardDuty and Security Hub are
|
|
30166
|
+
# integrated, GuardDuty sends attack sequence findings to Security Hub.
|
|
30167
|
+
#
|
|
30168
|
+
# A signal can be an API activity or a finding that GuardDuty uses to
|
|
30169
|
+
# detect an attack sequence finding.
|
|
30170
|
+
#
|
|
30171
|
+
# @!attribute [rw] type
|
|
30172
|
+
# The type of the signal used to identify an attack sequence.
|
|
30173
|
+
#
|
|
30174
|
+
# Signals can be GuardDuty findings or activities observed in data
|
|
30175
|
+
# sources that GuardDuty monitors. For more information, see
|
|
30176
|
+
# [GuardDuty foundational data sources][1] in the *Amazon GuardDuty
|
|
30177
|
+
# User Guide*.
|
|
30178
|
+
#
|
|
30179
|
+
# A signal type can be one of the following values. Here are the
|
|
30180
|
+
# related descriptions:
|
|
30181
|
+
#
|
|
30182
|
+
# * `FINDING` - Individually generated GuardDuty finding.
|
|
30183
|
+
#
|
|
30184
|
+
# * `CLOUD_TRAIL` - Activity observed from CloudTrail logs
|
|
30185
|
+
#
|
|
30186
|
+
# * `S3_DATA_EVENTS` - Activity observed from CloudTrail data events
|
|
30187
|
+
# for Amazon Simple Storage Service (S3). Activities associated with
|
|
30188
|
+
# this type will show up only when you have enabled GuardDuty S3
|
|
30189
|
+
# Protection feature in your account. For more information about S3
|
|
30190
|
+
# Protection and the steps to enable it, see [S3 Protection][2] in
|
|
30191
|
+
# the *Amazon GuardDuty User Guide*.
|
|
30192
|
+
#
|
|
30193
|
+
#
|
|
30194
|
+
#
|
|
30195
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_data-sources.html
|
|
30196
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html
|
|
30197
|
+
# @return [String]
|
|
30198
|
+
#
|
|
30199
|
+
# @!attribute [rw] id
|
|
30200
|
+
# The identifier of the signal.
|
|
30201
|
+
# @return [String]
|
|
30202
|
+
#
|
|
30203
|
+
# @!attribute [rw] title
|
|
30204
|
+
# The description of the GuardDuty finding.
|
|
30205
|
+
# @return [String]
|
|
30206
|
+
#
|
|
30207
|
+
# @!attribute [rw] product_arn
|
|
30208
|
+
# The Amazon Resource Name (ARN) of the product that generated the
|
|
30209
|
+
# signal.
|
|
30210
|
+
# @return [String]
|
|
30211
|
+
#
|
|
30212
|
+
# @!attribute [rw] resource_ids
|
|
30213
|
+
# The ARN or ID of the Amazon Web Services resource associated with
|
|
30214
|
+
# the signal.
|
|
30215
|
+
# @return [Array<String>]
|
|
30216
|
+
#
|
|
30217
|
+
# @!attribute [rw] signal_indicators
|
|
30218
|
+
# Contains information about the indicators associated with the
|
|
30219
|
+
# signals in this attack sequence finding. The values for
|
|
30220
|
+
# `SignalIndicators` are a subset of the values for
|
|
30221
|
+
# [SequenceIndicators][1], but the values for these fields don't
|
|
30222
|
+
# always match 1:1.
|
|
30223
|
+
#
|
|
30224
|
+
#
|
|
30225
|
+
#
|
|
30226
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_Sequence.html
|
|
30227
|
+
# @return [Array<Types::Indicator>]
|
|
30228
|
+
#
|
|
30229
|
+
# @!attribute [rw] name
|
|
30230
|
+
# The name of the GuardDuty signal. For example, when signal type is
|
|
30231
|
+
# `FINDING`, the signal name is the name of the finding.
|
|
30232
|
+
# @return [String]
|
|
30233
|
+
#
|
|
30234
|
+
# @!attribute [rw] created_at
|
|
30235
|
+
# The timestamp when the first finding or activity related to this
|
|
30236
|
+
# signal was observed.
|
|
30237
|
+
# @return [Integer]
|
|
30238
|
+
#
|
|
30239
|
+
# @!attribute [rw] updated_at
|
|
30240
|
+
# The timestamp when this signal was last observed.
|
|
30241
|
+
# @return [Integer]
|
|
30242
|
+
#
|
|
30243
|
+
# @!attribute [rw] first_seen_at
|
|
30244
|
+
# The timestamp when the first finding or activity related to this
|
|
30245
|
+
# signal was observed.
|
|
30246
|
+
# @return [Integer]
|
|
30247
|
+
#
|
|
30248
|
+
# @!attribute [rw] last_seen_at
|
|
30249
|
+
# The timestamp when the last finding or activity related to this
|
|
30250
|
+
# signal was observed.
|
|
30251
|
+
# @return [Integer]
|
|
30252
|
+
#
|
|
30253
|
+
# @!attribute [rw] severity
|
|
30254
|
+
# The severity associated with the signal. For more information about
|
|
30255
|
+
# severity, see [Findings severity levels][1] in the *Amazon GuardDuty
|
|
30256
|
+
# User Guide*.
|
|
30257
|
+
#
|
|
30258
|
+
#
|
|
30259
|
+
#
|
|
30260
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html
|
|
30261
|
+
# @return [Float]
|
|
30262
|
+
#
|
|
30263
|
+
# @!attribute [rw] count
|
|
30264
|
+
# The number of times this signal was observed.
|
|
30265
|
+
# @return [Integer]
|
|
30266
|
+
#
|
|
30267
|
+
# @!attribute [rw] actor_ids
|
|
30268
|
+
# The IDs of the threat actors involved in the signal.
|
|
30269
|
+
# @return [Array<String>]
|
|
30270
|
+
#
|
|
30271
|
+
# @!attribute [rw] endpoint_ids
|
|
30272
|
+
# Information about the endpoint IDs associated with this signal.
|
|
30273
|
+
# @return [Array<String>]
|
|
30274
|
+
#
|
|
30275
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Signal AWS API Documentation
|
|
30276
|
+
#
|
|
30277
|
+
class Signal < Struct.new(
|
|
30278
|
+
:type,
|
|
30279
|
+
:id,
|
|
30280
|
+
:title,
|
|
30281
|
+
:product_arn,
|
|
30282
|
+
:resource_ids,
|
|
30283
|
+
:signal_indicators,
|
|
30284
|
+
:name,
|
|
30285
|
+
:created_at,
|
|
30286
|
+
:updated_at,
|
|
30287
|
+
:first_seen_at,
|
|
30288
|
+
:last_seen_at,
|
|
30289
|
+
:severity,
|
|
30290
|
+
:count,
|
|
30291
|
+
:actor_ids,
|
|
30292
|
+
:endpoint_ids)
|
|
30293
|
+
SENSITIVE = []
|
|
30294
|
+
include Aws::Structure
|
|
30295
|
+
end
|
|
30296
|
+
|
|
29740
30297
|
# Information about a software package.
|
|
29741
30298
|
#
|
|
29742
30299
|
# @!attribute [rw] name
|
|
@@ -30382,12 +30939,12 @@ module Aws::SecurityHub
|
|
|
30382
30939
|
#
|
|
30383
30940
|
# @!attribute [rw] reason_code
|
|
30384
30941
|
# A code that represents a reason for the control status. For the list
|
|
30385
|
-
# of status reason codes and their meanings, see [
|
|
30386
|
-
#
|
|
30942
|
+
# of status reason codes and their meanings, see [Compliance details
|
|
30943
|
+
# for control findings][1] in the *Security Hub User Guide*.
|
|
30387
30944
|
#
|
|
30388
30945
|
#
|
|
30389
30946
|
#
|
|
30390
|
-
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/
|
|
30947
|
+
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-asff-compliance
|
|
30391
30948
|
# @return [String]
|
|
30392
30949
|
#
|
|
30393
30950
|
# @!attribute [rw] description
|
|
@@ -31410,6 +31967,36 @@ module Aws::SecurityHub
|
|
|
31410
31967
|
#
|
|
31411
31968
|
class UpdateStandardsControlResponse < Aws::EmptyStructure; end
|
|
31412
31969
|
|
|
31970
|
+
# Provides Amazon Web Services account information of the user involved
|
|
31971
|
+
# in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
|
31972
|
+
# GuardDuty generates an attack sequence finding when multiple events
|
|
31973
|
+
# align to a potentially suspicious activity. To receive GuardDuty
|
|
31974
|
+
# attack sequence findings in Security Hub, you must have GuardDuty and
|
|
31975
|
+
# GuardDuty S3 Protection enabled. For more information, see [GuardDuty
|
|
31976
|
+
# Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
|
31977
|
+
#
|
|
31978
|
+
#
|
|
31979
|
+
#
|
|
31980
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
|
|
31981
|
+
#
|
|
31982
|
+
# @!attribute [rw] uid
|
|
31983
|
+
# The unique identifier of the user account involved in the attack
|
|
31984
|
+
# sequence.
|
|
31985
|
+
# @return [String]
|
|
31986
|
+
#
|
|
31987
|
+
# @!attribute [rw] name
|
|
31988
|
+
# The name of the user account involved in the attack sequence.
|
|
31989
|
+
# @return [String]
|
|
31990
|
+
#
|
|
31991
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UserAccount AWS API Documentation
|
|
31992
|
+
#
|
|
31993
|
+
class UserAccount < Struct.new(
|
|
31994
|
+
:uid,
|
|
31995
|
+
:name)
|
|
31996
|
+
SENSITIVE = []
|
|
31997
|
+
include Aws::Structure
|
|
31998
|
+
end
|
|
31999
|
+
|
|
31413
32000
|
# Describes the mounting of a volume in a container.
|
|
31414
32001
|
#
|
|
31415
32002
|
# @!attribute [rw] name
|
data/lib/aws-sdk-securityhub.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -4373,7 +4373,88 @@ module Aws
|
|
|
4373
4373
|
labels: Array[::String]?
|
|
4374
4374
|
}?,
|
|
4375
4375
|
processed_at: ::String?,
|
|
4376
|
-
aws_account_name: ::String
|
|
4376
|
+
aws_account_name: ::String?,
|
|
4377
|
+
detection: {
|
|
4378
|
+
sequence: {
|
|
4379
|
+
uid: ::String?,
|
|
4380
|
+
actors: Array[
|
|
4381
|
+
{
|
|
4382
|
+
id: ::String?,
|
|
4383
|
+
user: {
|
|
4384
|
+
name: ::String?,
|
|
4385
|
+
uid: ::String?,
|
|
4386
|
+
type: ::String?,
|
|
4387
|
+
credential_uid: ::String?,
|
|
4388
|
+
account: {
|
|
4389
|
+
uid: ::String?,
|
|
4390
|
+
name: ::String?
|
|
4391
|
+
}?
|
|
4392
|
+
}?,
|
|
4393
|
+
session: {
|
|
4394
|
+
uid: ::String?,
|
|
4395
|
+
mfa_status: ("ENABLED" | "DISABLED")?,
|
|
4396
|
+
created_time: ::Integer?,
|
|
4397
|
+
issuer: ::String?
|
|
4398
|
+
}?
|
|
4399
|
+
},
|
|
4400
|
+
]?,
|
|
4401
|
+
endpoints: Array[
|
|
4402
|
+
{
|
|
4403
|
+
id: ::String?,
|
|
4404
|
+
ip: ::String?,
|
|
4405
|
+
domain: ::String?,
|
|
4406
|
+
port: ::Integer?,
|
|
4407
|
+
location: {
|
|
4408
|
+
city: ::String?,
|
|
4409
|
+
country: ::String?,
|
|
4410
|
+
lat: ::Float?,
|
|
4411
|
+
lon: ::Float?
|
|
4412
|
+
}?,
|
|
4413
|
+
autonomous_system: {
|
|
4414
|
+
name: ::String?,
|
|
4415
|
+
number: ::Integer?
|
|
4416
|
+
}?,
|
|
4417
|
+
connection: {
|
|
4418
|
+
direction: ("INBOUND" | "OUTBOUND")?
|
|
4419
|
+
}?
|
|
4420
|
+
},
|
|
4421
|
+
]?,
|
|
4422
|
+
signals: Array[
|
|
4423
|
+
{
|
|
4424
|
+
type: ::String?,
|
|
4425
|
+
id: ::String?,
|
|
4426
|
+
title: ::String?,
|
|
4427
|
+
product_arn: ::String?,
|
|
4428
|
+
resource_ids: Array[::String]?,
|
|
4429
|
+
signal_indicators: Array[
|
|
4430
|
+
{
|
|
4431
|
+
key: ::String?,
|
|
4432
|
+
values: Array[::String]?,
|
|
4433
|
+
title: ::String?,
|
|
4434
|
+
type: ::String?
|
|
4435
|
+
},
|
|
4436
|
+
]?,
|
|
4437
|
+
name: ::String?,
|
|
4438
|
+
created_at: ::Integer?,
|
|
4439
|
+
updated_at: ::Integer?,
|
|
4440
|
+
first_seen_at: ::Integer?,
|
|
4441
|
+
last_seen_at: ::Integer?,
|
|
4442
|
+
severity: ::Float?,
|
|
4443
|
+
count: ::Integer?,
|
|
4444
|
+
actor_ids: Array[::String]?,
|
|
4445
|
+
endpoint_ids: Array[::String]?
|
|
4446
|
+
},
|
|
4447
|
+
]?,
|
|
4448
|
+
sequence_indicators: Array[
|
|
4449
|
+
{
|
|
4450
|
+
key: ::String?,
|
|
4451
|
+
values: Array[::String]?,
|
|
4452
|
+
title: ::String?,
|
|
4453
|
+
type: ::String?
|
|
4454
|
+
},
|
|
4455
|
+
]?
|
|
4456
|
+
}?
|
|
4457
|
+
}?
|
|
4377
4458
|
},
|
|
4378
4459
|
]
|
|
4379
4460
|
) -> _BatchImportFindingsResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -80,6 +80,30 @@ module Aws::SecurityHub
|
|
|
80
80
|
SENSITIVE: []
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
+
class Actor
|
|
84
|
+
attr_accessor id: ::String
|
|
85
|
+
attr_accessor user: Types::ActorUser
|
|
86
|
+
attr_accessor session: Types::ActorSession
|
|
87
|
+
SENSITIVE: []
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
class ActorSession
|
|
91
|
+
attr_accessor uid: ::String
|
|
92
|
+
attr_accessor mfa_status: ("ENABLED" | "DISABLED")
|
|
93
|
+
attr_accessor created_time: ::Integer
|
|
94
|
+
attr_accessor issuer: ::String
|
|
95
|
+
SENSITIVE: []
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
class ActorUser
|
|
99
|
+
attr_accessor name: ::String
|
|
100
|
+
attr_accessor uid: ::String
|
|
101
|
+
attr_accessor type: ::String
|
|
102
|
+
attr_accessor credential_uid: ::String
|
|
103
|
+
attr_accessor account: Types::UserAccount
|
|
104
|
+
SENSITIVE: []
|
|
105
|
+
end
|
|
106
|
+
|
|
83
107
|
class Adjustment
|
|
84
108
|
attr_accessor metric: ::String
|
|
85
109
|
attr_accessor reason: ::String
|
|
@@ -4146,6 +4170,7 @@ module Aws::SecurityHub
|
|
|
4146
4170
|
attr_accessor generator_details: Types::GeneratorDetails
|
|
4147
4171
|
attr_accessor processed_at: ::String
|
|
4148
4172
|
attr_accessor aws_account_name: ::String
|
|
4173
|
+
attr_accessor detection: Types::Detection
|
|
4149
4174
|
SENSITIVE: []
|
|
4150
4175
|
end
|
|
4151
4176
|
|
|
@@ -5169,6 +5194,11 @@ module Aws::SecurityHub
|
|
|
5169
5194
|
SENSITIVE: []
|
|
5170
5195
|
end
|
|
5171
5196
|
|
|
5197
|
+
class Detection
|
|
5198
|
+
attr_accessor sequence: Types::Sequence
|
|
5199
|
+
SENSITIVE: []
|
|
5200
|
+
end
|
|
5201
|
+
|
|
5172
5202
|
class DisableImportFindingsForProductRequest
|
|
5173
5203
|
attr_accessor product_subscription_arn: ::String
|
|
5174
5204
|
SENSITIVE: []
|
|
@@ -5524,6 +5554,14 @@ module Aws::SecurityHub
|
|
|
5524
5554
|
SENSITIVE: []
|
|
5525
5555
|
end
|
|
5526
5556
|
|
|
5557
|
+
class Indicator
|
|
5558
|
+
attr_accessor key: ::String
|
|
5559
|
+
attr_accessor values: ::Array[::String]
|
|
5560
|
+
attr_accessor title: ::String
|
|
5561
|
+
attr_accessor type: ::String
|
|
5562
|
+
SENSITIVE: []
|
|
5563
|
+
end
|
|
5564
|
+
|
|
5527
5565
|
class Insight
|
|
5528
5566
|
attr_accessor insight_arn: ::String
|
|
5529
5567
|
attr_accessor name: ::String
|
|
@@ -5809,6 +5847,17 @@ module Aws::SecurityHub
|
|
|
5809
5847
|
SENSITIVE: []
|
|
5810
5848
|
end
|
|
5811
5849
|
|
|
5850
|
+
class NetworkAutonomousSystem
|
|
5851
|
+
attr_accessor name: ::String
|
|
5852
|
+
attr_accessor number: ::Integer
|
|
5853
|
+
SENSITIVE: []
|
|
5854
|
+
end
|
|
5855
|
+
|
|
5856
|
+
class NetworkConnection
|
|
5857
|
+
attr_accessor direction: ("INBOUND" | "OUTBOUND")
|
|
5858
|
+
SENSITIVE: []
|
|
5859
|
+
end
|
|
5860
|
+
|
|
5812
5861
|
class NetworkConnectionAction
|
|
5813
5862
|
attr_accessor connection_direction: ::String
|
|
5814
5863
|
attr_accessor remote_ip_details: Types::ActionRemoteIpDetails
|
|
@@ -5819,6 +5868,25 @@ module Aws::SecurityHub
|
|
|
5819
5868
|
SENSITIVE: []
|
|
5820
5869
|
end
|
|
5821
5870
|
|
|
5871
|
+
class NetworkEndpoint
|
|
5872
|
+
attr_accessor id: ::String
|
|
5873
|
+
attr_accessor ip: ::String
|
|
5874
|
+
attr_accessor domain: ::String
|
|
5875
|
+
attr_accessor port: ::Integer
|
|
5876
|
+
attr_accessor location: Types::NetworkGeoLocation
|
|
5877
|
+
attr_accessor autonomous_system: Types::NetworkAutonomousSystem
|
|
5878
|
+
attr_accessor connection: Types::NetworkConnection
|
|
5879
|
+
SENSITIVE: []
|
|
5880
|
+
end
|
|
5881
|
+
|
|
5882
|
+
class NetworkGeoLocation
|
|
5883
|
+
attr_accessor city: ::String
|
|
5884
|
+
attr_accessor country: ::String
|
|
5885
|
+
attr_accessor lat: ::Float
|
|
5886
|
+
attr_accessor lon: ::Float
|
|
5887
|
+
SENSITIVE: []
|
|
5888
|
+
end
|
|
5889
|
+
|
|
5822
5890
|
class NetworkHeader
|
|
5823
5891
|
attr_accessor protocol: ::String
|
|
5824
5892
|
attr_accessor destination: Types::NetworkPathComponentDetails
|
|
@@ -6387,6 +6455,15 @@ module Aws::SecurityHub
|
|
|
6387
6455
|
SENSITIVE: []
|
|
6388
6456
|
end
|
|
6389
6457
|
|
|
6458
|
+
class Sequence
|
|
6459
|
+
attr_accessor uid: ::String
|
|
6460
|
+
attr_accessor actors: ::Array[Types::Actor]
|
|
6461
|
+
attr_accessor endpoints: ::Array[Types::NetworkEndpoint]
|
|
6462
|
+
attr_accessor signals: ::Array[Types::Signal]
|
|
6463
|
+
attr_accessor sequence_indicators: ::Array[Types::Indicator]
|
|
6464
|
+
SENSITIVE: []
|
|
6465
|
+
end
|
|
6466
|
+
|
|
6390
6467
|
class Severity
|
|
6391
6468
|
attr_accessor product: ::Float
|
|
6392
6469
|
attr_accessor label: ("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")
|
|
@@ -6402,6 +6479,25 @@ module Aws::SecurityHub
|
|
|
6402
6479
|
SENSITIVE: []
|
|
6403
6480
|
end
|
|
6404
6481
|
|
|
6482
|
+
class Signal
|
|
6483
|
+
attr_accessor type: ::String
|
|
6484
|
+
attr_accessor id: ::String
|
|
6485
|
+
attr_accessor title: ::String
|
|
6486
|
+
attr_accessor product_arn: ::String
|
|
6487
|
+
attr_accessor resource_ids: ::Array[::String]
|
|
6488
|
+
attr_accessor signal_indicators: ::Array[Types::Indicator]
|
|
6489
|
+
attr_accessor name: ::String
|
|
6490
|
+
attr_accessor created_at: ::Integer
|
|
6491
|
+
attr_accessor updated_at: ::Integer
|
|
6492
|
+
attr_accessor first_seen_at: ::Integer
|
|
6493
|
+
attr_accessor last_seen_at: ::Integer
|
|
6494
|
+
attr_accessor severity: ::Float
|
|
6495
|
+
attr_accessor count: ::Integer
|
|
6496
|
+
attr_accessor actor_ids: ::Array[::String]
|
|
6497
|
+
attr_accessor endpoint_ids: ::Array[::String]
|
|
6498
|
+
SENSITIVE: []
|
|
6499
|
+
end
|
|
6500
|
+
|
|
6405
6501
|
class SoftwarePackage
|
|
6406
6502
|
attr_accessor name: ::String
|
|
6407
6503
|
attr_accessor version: ::String
|
|
@@ -6786,6 +6882,12 @@ module Aws::SecurityHub
|
|
|
6786
6882
|
class UpdateStandardsControlResponse < Aws::EmptyStructure
|
|
6787
6883
|
end
|
|
6788
6884
|
|
|
6885
|
+
class UserAccount
|
|
6886
|
+
attr_accessor uid: ::String
|
|
6887
|
+
attr_accessor name: ::String
|
|
6888
|
+
SENSITIVE: []
|
|
6889
|
+
end
|
|
6890
|
+
|
|
6789
6891
|
class VolumeMount
|
|
6790
6892
|
attr_accessor name: ::String
|
|
6791
6893
|
attr_accessor mount_path: ::String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-securityhub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.125.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: 2024-
|
|
11
|
+
date: 2024-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|