MobSF Integration with DefectDojo
MobSF (Mobile Security Framework) is an open-source automated mobile application security testing platform that performs static analysis, dynamic analysis, malware analysis, and web API security testing for Android, iOS, and Windows mobile applications by analyzing APK, IPA, APPX binaries and source code to identify vulnerabilities, insecure code patterns, privacy issues, and compliance violations. The framework integrates seamlessly into DevSecOps and CI/CD pipelines through REST APIs and CLI tools to provide comprehensive security assessments with detailed vulnerability reports, runtime instrumented testing capabilities, network traffic analysis, and automated penetration testing features that enable development teams and security researchers to detect and remediate mobile security risks throughout the application lifecycle.
Data Granularity: What Gets Imported
The following fields are captured from MobSF results and surfaced in DefectDojo findings:
| Field | Source | Notes |
|---|---|---|
| Title | Finding name from the scan | Matched to the tool's own naming |
| Severity | Critical / High / Medium / Low / Info | Mapped from the tool's own severity scale |
| Description | Finding detail from the report | Includes what the issue is and why it matters |
| Mitigation | Remediation guidance | Where the tool provides it |
Importing Into DefectDojo
Use the DefectDojo import API to create a new Test under the relevant Engagement for your product. The request body:
{
"scan_type": "MobSF",
"engagement": "<engagement-id>",
"file": "results.json"
}