Join our Newsletter — 33% off our NHI Course

Data Access Logs

Data Access Logs record data plane activity such as object reads, writes, deletes, and certain encryption operations. They are essential for detecting ransomware behavior in cloud storage, but they are not always enabled by default, which creates major visibility gaps for defenders.

Expanded Definition

Data Access Logs are the event records that show when data objects are read, written, deleted, copied, or otherwise accessed within a storage or data service. In cloud and hybrid environments, they often sit alongside control plane logs, but they are distinct because they capture activity on the data itself rather than changes to settings, permissions, or infrastructure. That distinction matters for investigations, because a secure configuration can still hide suspicious mass-read behaviour if data plane auditing is disabled.

Usage in the industry is still evolving across platforms. Some providers expose fine-grained object-level events, while others surface only partial audit trails or require separate configuration to retain them. For identity and access teams, the logs are also important for monitoring Non-Human Identity activity, especially when service accounts, workloads, or agents use tokens to retrieve sensitive records. NHI Management Group treats this as a visibility control, not just a forensic artifact, because the evidence must exist before an incident can be reconstructed. The most common misapplication is assuming storage audit logging is enabled and complete when it is actually limited by default retention, selective event coverage, or missing data-plane collection.

Examples and Use Cases

Implementing Data Access Logs rigorously often introduces storage, cost, and analysis overhead, requiring organisations to weigh deeper visibility against operational and retention burden.

  • A cloud security team reviews bulk object reads from a backup bucket to determine whether ransomware encryption activity followed credential abuse, using NIST SP 800-53 Rev 5 Security and Privacy Controls as a baseline for audit logging expectations.
  • An IAM analyst correlates repeated data downloads with a workload identity that should only retrieve a narrow dataset, then adjusts access policy and token scope.
  • A SOC investigates delete and overwrite patterns in a document repository to identify whether an attacker used stolen credentials or an automated agent with excessive write permissions.
  • A governance team validates that logging is enabled for regulated datasets before an audit, because missing object-level events can undermine evidence of who accessed personal or sensitive information.
  • Security operations use alerts on anomalous read volume to distinguish normal batch processing from exfiltration attempts, especially where service accounts are involved and OWASP Non-Human Identity Top 10 guidance is relevant to workload credential risk.

Why It Matters for Security Teams

Data Access Logs matter because incidents involving cloud storage, analytics platforms, and managed data services are often visible only at the data layer. If teams rely solely on configuration logs, they can miss the read activity that signals theft, staging, tampering, or destructive automation. That gap becomes more serious when Non-Human Identities are in play, since workloads, integrations, and AI agents may access large volumes of data with legitimate-looking credentials that are still abused or over-scoped.

For defenders, the practical question is not just whether logging exists, but whether it is complete enough to support detection, investigation, and accountability. Strong logging also helps prove that access patterns match policy, which is especially important for sensitive or regulated data. When tied to retention and alerting, it becomes a control that supports both security operations and governance. The broader control logic aligns with NIST SP 800-53 Rev 5 Security and Privacy Controls, which emphasises auditability and monitoring.

Organisations typically encounter the operational necessity of Data Access Logs only after an exfiltration, ransomware, or unauthorized deletion event, at which point the missing evidence becomes impossible to recreate.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM-1 NIST CSF covers monitoring for unauthorized activity on assets and data access.
NIST SP 800-53 Rev 5 AU-2 AU-2 defines event logging requirements for auditable activity, including data access.
OWASP Non-Human Identity Top 10 NHI-01 NHI guidance highlights logging and visibility risks from workload and service identities.

Ensure data-plane events feed monitoring so abnormal reads, writes, and deletes are detectable.