Shared user app data moet worden geblokkeerd om te voorkomen dat verschillende users op hetzelfde device toegang hebben tot elkaars app data.
Aanbeveling
IMPLEMENT
Risico zonder
Medium
Risk Score
4/10
Implementatie
1u (tech: 0.5u)
Van toepassing op:
โ Windows 10 โ Windows 11
SHARED APP DATA RISKS: Op shared devices (multi-user workstations), apps kunnen data delen tussen users. PRIVACY: User A's app gegevenstoegangible door User B, Potential sensitive info disclosure. SECURITY: Malware in one user profile kan access other user data. ENTERPRISE: Shared workstations should hebben proper user profile isolation.
PowerShell Modules Vereist
Primary API: Intune / Group Policy Connection:Registry Required Modules:
Implementatie
Block shared app data: HKLM:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\AppModel\StateManager\AllowSharedLocalAppData is 0. EFFECT: Apps cannot share data tussen user profiles, Each user heeft isolated app opslag.
Vereisten
Windows 10/11
Shared device scenarios
Implementatie
Gebruik PowerShell-script allow-shared-user-app-data-is-set-to-block.ps1 (functie Invoke-Remediation) โ Block shared app data.
Intune: App Model โ AllowSharedLocalAppData is Block (0)
Monitoring
Gebruik PowerShell-script allow-shared-user-app-data-is-set-to-block.ps1 (functie Invoke-Monitoring) โ Verify AllowSharedLocalAppData is 0.
Compliance en Auditing
BIO 09.02 - User isolation
ISO 27001 A.9.2.3
Remediatie
Gebruik PowerShell-script allow-shared-user-app-data-is-set-to-block.ps1 (functie Invoke-Remediation) โ Herstellen.
Compliance & Frameworks
BIO: 09.02.03 - Privileged access - User isolation
ISO 27001:2022: A.9.2.3 - Management of privileged access
Automation
Gebruik het onderstaande PowerShell script om deze security control te monitoren en te implementeren. Het script bevat functies voor zowel monitoring (-Monitoring) als remediation (-Remediation).