Skip to main content

AWS ACM certificate authority deleted

ID:aws_acm_ca_deleted
Data type:AWS CloudTrail
Severity:
Low
MITRE ATT&CK:TA0040:T1485

Description

AlphaSOC detected that an AWS Certificate Manager (ACM) private certificate authority (CA) was deleted using the DeleteCertificateAuthority action. This action removes the CA from ACM and may be used by threat actors to disrupt communications, invalidate authentication mechanisms, and potentially cause service downtime.

Impact

Deletion of a certificate authority can lead to significant disruptions in communications, potentially affecting multiple services and applications that rely on the deleted CA for TLS certificates.

Severity

SeverityCondition
Low
AWS ACM certificate authority deleted

Investigation and Remediation

Review AWS CloudTrail logs to identify the user or role that executed the DeleteCertificateAuthority action and verify whether it was authorized. If unauthorized, rotate any potentially compromised credentials and restore the deleted CA if possible.

Further Reading