Files
Anthropic-Cybersecurity-Skills/skills/implementing-mobile-application-management/references/standards.md
T

20 lines
758 B
Markdown

# Standards Reference: Mobile Application Management
## NIST SP 800-124 Rev 2 - Mobile Device Security
- Section 4: Enterprise mobile security technologies (MDM, MAM, MTD)
- Section 5: App vetting and management requirements
## OWASP Mobile Top 10 2024
| ID | Risk | MAM Mitigation |
|----|------|---------------|
| M6 | Inadequate Privacy Controls | Data separation between personal and corporate |
| M8 | Security Misconfiguration | Enforced app configuration policies |
| M9 | Insecure Data Storage | App-level encryption and backup restrictions |
## CIS Controls v8
| Control | MAM Relevance |
|---------|--------------|
| 2.5 | Allowlist authorized mobile software |
| 3.6 | Encrypt data on end-user devices |
| 6.4 | Require MFA for remote access |