GuardDuty S3 finding types
The following findings are specific to S3 bucket resources and will always have a
Resource
Type of S3Bucket
. The severity and details of the findings will differ based on
the finding type and the permission associated with the bucket.
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/BucketEnumeration.Unusual
- Discovery:S3/MaliciousIPCaller
- Discovery:S3/MaliciousIPCaller.Custom
- Discovery:S3/TorIPCaller
- Exfiltration:S3/MaliciousIPCaller
- Exfiltration:S3/ObjectRead.Unusual
- Impact:S3/MaliciousIPCaller
- Impact:S3/ObjectDelete.Unusual
- Impact:S3/PermissionsModification.Unusual
- 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/BucketEnumeration.Unusual
An IAM entity invoked an S3 API used to discover S3 buckets within your network.
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.
This finding informs you that an IAM entity has invoked an S3 API to discover
S3 buckets in your environment, such as ListBuckets
. 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. 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.
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
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
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
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
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 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.
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
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.
Impact:S3/ObjectDelete.Unusual
An IAM entity invoked an API used to delete data in an S3 bucket.
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.
This finding informs you that a specific IAM entity in your AWS environment is making API calls designed to delete data in the listed S3 bucket by deleting the bucket itself. 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/PermissionsModification.Unusual
An IAM entity invoked an API to modify permissions on one or more S3 resources.
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.
This finding informs you that an IAM entity is making API calls designed to modify the permissions on one or more buckets or objects in your AWS environment. This action may be performed by an attacker to allow information to be shared outside of the account. 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.
PenTest:S3/KaliLinux
An S3 API was invoked from a Kali Linux machine.
Default severity: Medium
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
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
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
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
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
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
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
This finding informs you that S3 server access logging is disabled for a bucket within your AWS environment. If disabled, no logs are created for any actions taken on the identified S3 bucket or on the objects in the bucket, unless S3 object level logging is enabled for this bucket. Disabling logging is a technique used by unauthorized users in order to cover their tracks. This finding is triggered when server access logging is disabled for a bucket. To learn more, see S3 Server Access Logging.
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
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
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.