GuardDuty S3 finding types
The following findings are specific to S3 resources and will have a Resource
Type of S3Bucket
if the data source is S3
CloudTrail data events, or AccessKey
if the data source is CloudTrail management events. The severity and details of the findings
will differ based on the finding type and the permission associated with the bucket.
The findings listed here include the data sources and models used to generate that finding type. For more information data sources and models see How Amazon GuardDuty uses its data sources.
Findings with a data source of S3 CloudTrail data events are only generated if you have S3 protection enabled for GuardDuty. S3 protection is enabled by default in all accounts created after July 31, 2020. For information on how to enable or disable S3 protection see Amazon S3 protection in Amazon GuardDuty
For all S3 Bucket type findings it is recommended that you examine the permissions on the bucket in question and the permissions of any users involved in the finding, if the activity is unexpected see the remediation recommendations detailed in Remediating a compromised S3 Bucket.
Topics
- Discovery:S3/MaliciousIPCaller
- Discovery:S3/MaliciousIPCaller.Custom
- Discovery:S3/TorIPCaller
- Exfiltration:S3/MaliciousIPCaller
- Exfiltration:S3/ObjectRead.Unusual
- Impact:S3/MaliciousIPCaller
- PenTest:S3/KaliLinux
- PenTest:S3/ParrotLinux
- PenTest:S3/PentooLinux
- Policy:S3/AccountBlockPublicAccessDisabled
- Policy:S3/BucketAnonymousAccessGranted
- Policy:S3/BucketBlockPublicAccessDisabled
- Policy:S3/BucketPublicAccessGranted
- Stealth:S3/ServerAccessLoggingDisabled
- UnauthorizedAccess:S3/MaliciousIPCaller.Custom
- UnauthorizedAccess:S3/TorIPCaller
Discovery:S3/MaliciousIPCaller
An S3 API commonly used to discover resources in an AWS environment was invoked from a known malicious IP address.
Default severity: High
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API operation was invoked from an IP
address that is associated with known malicious activity. The observed API is
commonly associated with the discovery stage of an attack when an adversary is
gathering information on your AWS environment. Examples include,
GetObjectAcl
or ListObjects
.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Discovery:S3/MaliciousIPCaller.Custom
An S3 API was invoked from an IP address on a custom threat list.
Default severity: High
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API, such as GetObjectAcl
or
ListObjects
, was invoked from an IP address that is included on
a threat list that you uploaded. The threat list associated with this finding is
listed in the Additional information section of a finding's
details. This type of activity is associated with the discovery stage of an
attack wherein an attacker is gathering information to determine if your AWS
environment is susceptible to a broader attack.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Discovery:S3/TorIPCaller
An S3 API was invoked from a Tor exit node IP address.
Default severity: Medium
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API, such as GetObjectAcl
or
ListObjects
, was invoked from a Tor exit node IP address. This
type of activity is associated with the discovery stage of an attack wherein an
attacker is gathering information to determine if your AWS environment is
susceptible to a broader attack. Tor is software for enabling anonymous
communication. It encrypts and randomly bounces communications through relays
between a series of network nodes. The last Tor node is called the exit node.
This can indicate unauthorized access to your AWS resources with the intent of
hiding the attacker's true identity.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Exfiltration:S3/MaliciousIPCaller
An S3 API commonly used to collect data from an AWS environment was invoked from a known malicious IP address.
Default severity: High
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API operation was invoked from an IP
address that is associated with known malicious activity. The observed API is
commonly associated with exfiltration tactics where an adversary is trying to
collect data from your network. Examples include, GetObject
and
CopyObject
.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Exfiltration:S3/ObjectRead.Unusual
An IAM entity invoked an S3 API in a suspicious way.
Default severity: Medium*
This finding's default severity is Medium. However, if the API is invoked using temporary AWS credentials that are created on an instance, the finding's severity is High.
-
Data source: S3 CloudTraildata events
This finding informs you that a IAM entity in your AWS environment is making API calls that involve an S3 bucket and that differ from that entity's established baseline. The API call used in this activity is associated with the exfiltration stage of an attack, wherein and attacker is attempting to collect data. This activity is suspicious because the way the IAM entity invoked the API was unusual. For example, this IAM entity had no prior history of invoking this type of API, or the API was invoked from an unusual location.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Impact:S3/MaliciousIPCaller
An S3 API commonly used to tamper with data or processes in an AWS environment was invoked from a known malicious IP address.
Default severity: High
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API operation was invoked from an IP
address that is associated with known malicious activity. The observed API is
commonly associated with impact tactics where an adversary is trying manipulate,
interrupt, or destroy data within your AWS environment. Examples include,
PutObject
or PutObjectAcl
.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
PenTest:S3/KaliLinux
An S3 API was invoked from a Kali Linux machine.
Default severity: Medium
-
Data source: S3 CloudTrail data events
This finding informs you that a machine running Kali Linux is making S3 API calls using credentials that belong to your AWS account. Your credentials might be compromised. Kali Linux is a popular penetration testing tool that security professionals use to identify weaknesses in EC2 instances that require patching. Attackers also use this tool to find EC2 configuration weaknesses and gain unauthorized access to your AWS environment.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
PenTest:S3/ParrotLinux
An S3 API was invoked from a Parrot Security Linux machine.
Default severity: Medium
-
Data source: S3 CloudTrail data events
This finding informs you that a machine running Parrot Security Linux is making S3 API calls using credentials that belong to your AWS account. Your credentials might be compromised. Parrot Security Linux is a popular penetration testing tool that security professionals use to identify weaknesses in EC2 instances that require patching. Attackers also use this tool to find EC2 configuration weaknesses and gain unauthorized access to your AWS environment.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
PenTest:S3/PentooLinux
An S3 API was invoked from a Pentoo Linux machine.
Default severity: Medium
-
Data source: S3 CloudTrail data events
This finding informs you that a machine running Pentoo Linux is making S3 API calls using credentials that belong to your AWS account. Your credentials might be compromised. Pentoo Linux is a popular penetration testing tool that security professionals use to identify weaknesses in EC2 instances that require patching. Attackers also use this tool to find EC2 configuration weaknesses and gain unauthorized access to your AWS environment.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Policy:S3/AccountBlockPublicAccessDisabled
An IAM entity invoked an API used to disable S3 Block Public Access on an account.
Default severity: Low
-
Data source: CloudTrail management events
This finding informs you that Amazon S3 Block Public Access was disabled at the account level. When S3 Block Public Access settings are enabled, they are used to filter the policies or access control lists (ACLs) on buckets as a security measure to prevent inadvertent public exposure of data.
Typically, S3 Block Public Access is turned off in an account to allow public access to a bucket or to the objects in the bucket. When S3 Block Public Access is disabled for an account, access to your buckets is controlled by the policies, ACLs, or bucket-level Block Public Access settings applied to your individual buckets. This does not necessarily mean that the buckets are shared publicly, but that you should audit the permissions applied to the buckets to confirm that they provide the appropriate level of access.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Policy:S3/BucketAnonymousAccessGranted
An IAM principal has granted access to an S3 bucket to the internet by changing bucket policies or ACLs.
Default severity: High
-
Data source: CloudTrail management events
This finding informs you that the listed S3 bucket has been made publicly
accessible on the internet because an IAM entity has changed a bucket policy or
ACL on that bucket. After a policy or ACL change is detected, uses automated
reasoning powered by Zelkova
If a bucket's ACLs or bucket policies are configured to explicitly deny or to deny all, this finding cannot be generated for that bucket.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Policy:S3/BucketBlockPublicAccessDisabled
An IAM entity invoked an API used to disable S3 Block Public Access on a bucket.
Default severity: Low
-
Data source: CloudTrail management events
This finding informs you that Block Public Access was disabled for the listed S3 bucket. When enabled, S3 Block Public Access settings are used to filter the policies or access control lists (ACLs) applied to buckets as a security measure to prevent inadvertent public exposure of data.
Typically, S3 Block Public Access is turned off on a bucket to allow public access to the bucket or to the objects within. When S3 Block Public Access is disabled for a bucket, access to the bucket is controlled by the policies or ACLs applied to it. This does not mean that the bucket is shared publicly, but you should audit the policies and ACLs applied to the bucket to confirm that appropriate permissions are applied.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Policy:S3/BucketPublicAccessGranted
An IAM principal has granted public access to an S3 bucket to all AWS users by changing bucket policies or ACLs.
Default severity: High
-
Data source: CloudTrail management events
This finding informs you that the listed S3 bucket has been publicly exposed
to all authenticated AWS users because an IAM entity has changed a bucket policy
or ACL on that S3 bucket. After a policy or ACL change is detected, uses
automated reasoning powered by Zelkova
If a bucket's ACLs or bucket policies are configured to explicitly deny or to deny all, this finding cannot be generated for that bucket.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
Stealth:S3/ServerAccessLoggingDisabled
S3 server access logging was disabled for a bucket.
Default severity: Low
-
Data source: CloudTrail management events
This finding informs you that S3 server access logging is disabled for a bucket within your AWS environment. If disabled, no web request logs are created for any attempts to access the identified S3 bucket, however, S3 management API calls to the bucket, such as DeleteBucket, are still tracked. If S3 data event logging is enabled through CloudTrail for this bucket, web requests for objects within the bucket will still be tracked. Disabling logging is a technique used by unauthorized users in order to evade detection. To learn more about S3 logs, see S3 Server Access Logging and S3 Logging Options .
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
UnauthorizedAccess:S3/MaliciousIPCaller.Custom
An S3 API was invoked from an IP address on a custom threat list.
Default severity: High
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API operation, for example,
PutObject
or PutObjectAcl
, was invoked from an IP
address that is included on a threat list that you uploaded. The threat list
associated with this finding is listed in the Additional
information section of a finding's details.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.
UnauthorizedAccess:S3/TorIPCaller
An S3 API was invoked from a Tor exit node IP address.
Default severity: High
-
Data source: S3 CloudTrail data events
This finding informs you that an S3 API operation, such as
PutObject
or PutObjectAcl
, was invoked from a Tor
exit node IP address. Tor is software for enabling anonymous communication. It
encrypts and randomly bounces communications through relays between a series of
network nodes. The last Tor node is called the exit node. This finding can
indicate unauthorized access to your AWS resources with the intent of hiding the
attacker's true identity.
Remediation recommendations:
If this activity is unexpected for the associated principal it may indicate the credentials have been exposed or your S3 permissions are not restrictive enough, see Remediating a compromised S3 Bucket.