mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-19 22:19:39 +03:00
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
# Android Dynamic Analysis Report
|
|
|
|
## Target Application
|
|
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Package Name | [PACKAGE] |
|
|
| Version | [VERSION] |
|
|
| Target SDK | [SDK] |
|
|
| Device | [MODEL] / Android [VERSION] |
|
|
| Rooted | [YES/NO] |
|
|
| Analysis Date | [DATE] |
|
|
|
|
## Component Enumeration
|
|
|
|
| Type | Count | Exported | Notable |
|
|
|------|-------|----------|---------|
|
|
| Activities | [N] | [N] | [DETAILS] |
|
|
| Services | [N] | [N] | [DETAILS] |
|
|
| Receivers | [N] | [N] | [DETAILS] |
|
|
| Providers | [N] | [N] | [DETAILS] |
|
|
|
|
## Runtime Security Findings
|
|
|
|
### Finding [N]: [TITLE]
|
|
- **Severity**: [LEVEL]
|
|
- **OWASP Mobile**: [M-ID]
|
|
- **Category**: [MASVS-CATEGORY]
|
|
- **Description**: [DESCRIPTION]
|
|
- **Evidence**: [RUNTIME_OUTPUT]
|
|
- **Recommendation**: [REMEDIATION]
|
|
|
|
## Protection Assessment
|
|
|
|
| Protection | Status | Bypass Difficulty |
|
|
|-----------|--------|------------------|
|
|
| Root Detection | [Present/Absent] | [Easy/Medium/Hard] |
|
|
| SSL Pinning | [Present/Absent] | [Easy/Medium/Hard] |
|
|
| Frida Detection | [Present/Absent] | [Easy/Medium/Hard] |
|
|
| Debug Detection | [Present/Absent] | [Easy/Medium/Hard] |
|
|
| Emulator Detection | [Present/Absent] | [Easy/Medium/Hard] |
|
|
| Tamper Detection | [Present/Absent] | [Easy/Medium/Hard] |
|
|
|
|
## Recommendations
|
|
|
|
1. [RECOMMENDATION]
|