Alert! Theres a lot of SharePoint online tenants (Office365) where external users can reshare, because the default setting is that they are allowed to do so. A simple PowerShell commandlet run by the SPO admin revert this setting:
PS>Connect-SPOService -url https://"mytenant"-admin.sharepoint.com
set-spotenant -PreventExternalUsersFromResharing $true