mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-11 10:03:42 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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 |
|
||||
@@ -0,0 +1,14 @@
|
||||
# Workflows: Mobile Application Management
|
||||
|
||||
## Workflow 1: MAM Deployment
|
||||
```
|
||||
[Define data classification] --> [Create protection tiers] --> [Configure policies]
|
||||
| |
|
||||
[Identify managed apps] [App protection policies]
|
||||
[Integrate Intune SDK] [App configuration policies]
|
||||
[Conditional access]
|
||||
|
|
||||
[Test on pilot devices]
|
||||
[Validate DLP controls]
|
||||
[Roll out to users]
|
||||
```
|
||||
Reference in New Issue
Block a user