Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -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]
```