Elastic medium stable kql
Google Workspace Drive Data Transfer or Takeout Export Initiated
Detects when Google Workspace administrators initiate bulk movement or export of user Drive data. This includes admin data transfer requests that reassign a user's Drive files to another account, and Customer Takeout export jobs that package organizational data for download or off-platform transfer. Adversaries with administrative access may abuse these mechanisms to stage or exfiltrate sensitive files.
Detection Logic
data_stream.dataset:"google_workspace.admin" and (
(event.action:"CREATE_DATA_TRANSFER_REQUEST" and google_workspace.admin.application.name:Drive*) or
event.action:"CUSTOMER_TAKEOUT_CREATED"
) False Positives
- ⚠ Administrators may create Drive data transfer requests during employee offboarding to preserve files for a manager or successor account.
- ⚠ Customer Takeout exports may be created for legal hold, compliance, migration, or user-requested backups. Verify the initiator, target user, and export scope are expected.
Field Validations
Loading…
Comments (0)
Loading comments...