Originally published on CyberNetSec.
Executive Summary
Amgen, a leading biotechnology and pharmaceutical company, has officially disclosed a data breach that resulted in the theft of sensitive information. According to a Form 8-K filing with the U.S. Securities and Exchange Commission (SEC), unauthorized actors gained access to data stored in third-party cloud systems. The compromised data includes proprietary corporate information and protected health information (PHI) of patients. The company detected the intrusion in July 2026 and has determined the incident is likely to be material. An investigation is ongoing to ascertain the full extent of the breach.
Threat Overview
The incident involves a compromise of data hosted by one or more of Amgen's third-party cloud service providers. After detecting the unauthorized activity, Amgen initiated its incident response plan, which included containment measures and hiring external forensic specialists. The investigation has confirmed that threat actors successfully exfiltrated data from these cloud environments. The stolen data is a mix of sensitive corporate assets and patient PHI, which could include intellectual property, research data, and personal identifiers of individuals involved in clinical trials or using Amgen's products.
Technical Analysis
Specific details about the attack vector have not been disclosed. However, breaches involving third-party cloud environments often stem from a few common TTPs:
- Misconfigured Cloud Storage: Publicly exposed cloud storage buckets or databases are a frequent cause of breaches. This would be an instance of
T1530 - Data from Cloud Storage Object. - Compromised Credentials: Attackers may have obtained valid credentials for the cloud environment through phishing, credential stuffing, or purchasing them on dark web markets. This falls under
T1078 - Valid Accounts, specificallyT1078.004 - Cloud Accounts. - Vulnerability in Third-Party Application: A vulnerability in a third-party application or service that has access to Amgen's cloud data could have been the entry point, aligning with
T1199 - Trusted Relationship.
Given the confirmation of data exfiltration, the attackers likely used techniques like T1537 - Transfer Data to Cloud Account or T1567 - Exfiltration Over Web Service.
Impact Assessment
The impact on Amgen and its patients is potentially severe. The loss of proprietary data, including research and development information, could damage Amgen's competitive advantage and future revenue. The exposure of protected health information (PHI) creates significant risk for patients, including identity theft and fraud. It also exposes Amgen to substantial regulatory scrutiny under laws like HIPAA, likely resulting in heavy fines, mandatory notifications, and class-action lawsuits. The determination that the incident is "material" signifies a substantial financial or operational impact on the company, affecting investor confidence and stock value.
IOCs — Directly from Articles
No specific file hashes, IP addresses, or domains were provided in the source articles.
Cyber Observables — Hunting Hints
For organizations using third-party cloud services, the following patterns could indicate related activity:
| Type | Value | Description | Context |
|---|---|---|---|
log_source |
Cloud Trail / Azure Activity Logs | Look for anomalous API calls, such as GetObject or ListBuckets from unknown IPs or user agents. |
Cloud provider audit logs. |
api_endpoint |
s3:GetObject |
High volume of GetObject calls from a single source could indicate data exfiltration. |
AWS CloudTrail logs. |
network_traffic_pattern |
Large data egress to unknown IPs | Monitor for unusually large data transfers from cloud storage to IP addresses not associated with business partners. | Cloud network flow logs (VPC Flow Logs). |
user_account_pattern |
Dormant account activity | Alerts on activity from user or service accounts that have been inactive for an extended period. | Identity and Access Management (IAM) logs. |
Detection & Response
Detection:
- Cloud Security Posture Management (CSPM): Deploy CSPM tools to continuously scan for misconfigurations, such as public S3 buckets or overly permissive IAM roles.
- CloudTrail/Audit Log Analysis: Ingest and analyze cloud provider logs (e.g., AWS CloudTrail, Azure Activity Logs) in a SIEM. Implement alerting for suspicious activities like MFA deactivation, policy changes, or data access from unusual geolocations. This aligns with D3FEND's Cloud API Monitoring.
- Data Loss Prevention (DLP): Use DLP solutions to monitor and flag the exfiltration of sensitive data matching PHI or proprietary data patterns.
Response:
- Containment: Upon detection, immediately rotate credentials, revoke active sessions, and apply stricter access policies to the affected cloud resources to lock out the attacker.
- Investigation: Analyze logs to trace the attacker's activity from initial access to exfiltration, identifying all accessed and stolen data.
- Notification: Comply with all legal and regulatory notification requirements for breaches involving PHI and personal data.
Mitigation
Immediate Actions:
- Audit Cloud Configurations: Immediately conduct a full audit of all cloud environments, paying special attention to storage bucket permissions, IAM roles, and network access control lists.
- Enforce MFA: Ensure multi-factor authentication is enforced for all users, especially for privileged accounts with access to sensitive data.
- Review Third-Party Access: Scrutinize and limit the permissions granted to all third-party services and applications that connect to your cloud environment.
Strategic Recommendations:
- Principle of Least Privilege: Rigorously apply the principle of least privilege to all IAM users and roles. Accounts should only have the minimum permissions necessary to perform their function. This is a core part of D3FEND's User Account Permissions (D3-UAP).
- Data Encryption: Encrypt all sensitive data at rest in cloud storage and in transit using strong encryption protocols. Utilize customer-managed keys for an additional layer of control.
- Third-Party Risk Management: Establish a comprehensive third-party risk management program that includes thorough security assessments before onboarding new vendors and regular audits thereafter.
Top comments (0)