File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (30 lines) | stat: -rw-r--r-- 1,859 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package guardduty provides the API client, operations, and parameter types for
// Amazon GuardDuty.
//
// Amazon GuardDuty is a continuous security monitoring service that analyzes and
// processes the following foundational data sources - VPC flow logs, Amazon Web
// Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS
// audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to
// container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web
// Services Fargate), and Amazon EC2 instances. It uses threat intelligence feeds,
// such as lists of malicious IPs and domains, and machine learning to identify
// unexpected, potentially unauthorized, and malicious activity within your Amazon
// Web Services environment. This can include issues like escalations of
// privileges, uses of exposed credentials, or communication with malicious IPs,
// domains, or presence of malware on your Amazon EC2 instances and container
// workloads. For example, GuardDuty can detect compromised EC2 instances and
// container workloads serving malware, or mining bitcoin.
//
// GuardDuty also monitors Amazon Web Services account access behavior for signs
// of compromise, such as unauthorized infrastructure deployments like EC2
// instances deployed in a Region that has never been used, or unusual API calls
// like a password policy change to reduce password strength.
//
// GuardDuty informs you about the status of your Amazon Web Services environment
// by producing security findings that you can view in the GuardDuty console or
// through Amazon EventBridge. For more information, see the [Amazon GuardDuty User Guide].
//
// [Amazon GuardDuty User Guide]: https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html
package guardduty