Skip to content
Threat Feed
medium advisory

Detection of Unauthorized Access to Anthropic Compliance Audit Log Exports

This brief covers the detection of unauthorized access to exported audit log archives in the Anthropic platform, a technique used by attackers to scout security visibility and identify detection gaps prior to control-plane abuse.

This alert pertains to the activity audit_log_export_accessed within the Anthropic Claude platform. Threat actors target exported audit log archives to perform reconnaissance on an organization's security posture. By analyzing these logs, attackers can identify the scope of audit coverage, locate detection blind spots, and determine which actions are likely to trigger alerts. This information is typically used to stage further malicious activities, such as disabling compliance logging, modifying SSO configurations, or exfiltrating organizational data. Security teams must correlate this access with previous export initiation events and verify the activity against known administrative or compliance-related tickets.

Attack Chain

  1. Attacker gains initial access to an administrative session within the Anthropic/Claude environment.
  2. Attacker initiates an audit log export request using audit_log_export_started via the management API.
  3. Attacker waits for the export processing to complete.
  4. Attacker performs audit_log_export_accessed to download the generated archive.
  5. Attacker analyzes the logs to identify active detection logic and monitoring coverage.
  6. Attacker modifies control-plane settings, such as disabling compliance logging, to facilitate further unauthorized access.
  7. Attacker exfiltrates sensitive organizational data or performs persistent unauthorized configuration changes.

Impact

Successful exploitation of this reconnaissance path enables attackers to operate stealthily by preemptively neutralizing security controls. This can result in prolonged dwell time, the unauthorized modification of critical identity and logging configurations, and the exfiltration of proprietary data or AI artifacts, depending on the scope of the organization's use of the Claude platform.

Recommendation

Prioritize the investigation of audit_log_export_accessed events that lack an associated, approved compliance or security ticket.

  • Review all audit_log_export_accessed events in the SIEM to confirm they align with legitimate administrative or regulatory tasks.
  • Establish a correlative hunt process between audit_log_export_started and subsequent audit_log_export_accessed events to profile the time window an attacker is investigating.
  • Audit IAM and logging configurations following any unauthorized access to audit exports.
  • Deploy detection logic to monitor for audit_log_export_accessed specifically when the user.email or source.ip does not match standard security team tooling or identified administrator baselines.

Immediate actions

Review organizational logs for audit_log_export_accessed events occurring without a corresponding ticket.

SOC 24h

Threat Hunt

Identify all audit log exports accessed by non-standard admin accounts over the last 90 days.

T1530 medium high confidence hunt now

Data: Anthropic Audit logs

Mitigations

Revoke sessions for users associated with unauthorized audit export access and perform a configuration review.

immediate IT Operations

T1530