google_workspace_ownership_transferred_on_google_drive
Description
Identifies when a Google Workspace user transfers the ownership of a file.
Query · yara_l
events:
$ws.metadata.vendor_name = "Google Workspace"
$ws.metadata.product_name = "admin"
$ws.metadata.product_event_type = "CREATE_DATA_TRANSFER_REQUEST"
$ws.security_result.category_details = "USER_SETTINGS"
outcome:
$risk_score = max(70)
$mitre_attack_tactic = "Collection"
$mitre_attack_technique = "Data Staged: Remote Data Staging"
$mitre_attack_technique_id = "T1074.002"
$event_count = count_distinct($ws.metadata.id)
$principal_ip = array_distinct($ws.principal.ip)
$principal_country = array_distinct($ws.principal.ip_geo_artifact.location.country_or_region)
$principal_state = array_distinct($ws.principal.ip_geo_artifact.location.state)
$principal_user_emails = array_distinct($ws.principal.user.email_addresses)
$target_user_emails = array_distinct($ws.target.user.email_addresses)
$principal_user_id = $ws.principal.user.userid
$target_application = $ws.target.application
$src_user_emails = array_distinct($ws.src.user.email_addresses)
condition:
$ws