Appearance
Mobile Threat Intelligence Integration Overview
This section details how to integrate your application database with Pradeo Security's Mobile Threat Intelligence (MTI) platform. The MTI integration allows you to automatically analyze applications in your catalog, maintain a secure inventory, and apply consistent security policies.
Integration Objectives
Integrating with Pradeo Security's Mobile Threat Intelligence aims to:
- Automatically analyze applications before or after deployment
- Maintain an inventory of applications and their security status
- Apply consistent security policies across your entire catalog
- Detect threats in existing and new applications
- Generate reports on the security posture of your application catalog
Key Capabilities
- Centralized Applications Store - Access a database of pre-analyzed applications
- Application Upload & Analysis - Submit your own applications for security analysis
- Application Search - Find applications in our global database by name or package ID
- Security Reports - Get detailed threat analysis including vulnerabilities, permissions, and data access patterns
- Threat Detection - Identify malicious, suspicious, and vulnerable applications
Typical Data Flows
1. Check Centralized Applications Store
First, check if your report is already in the Pradeo Security centralized applications store:
bash
curl "https://api.pradeo-security.com/v2/applications-catalog/application-report\
?package=com.facebook.katana&system=android&version=15.0.1" \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H "x-access-key: YOUR_ACCESS_KEY" \
-H "x-secret-key: YOUR_SECRET_KEY"You must receive the report if available.
2. If report Not Found
If your application is not in the centralized store, submit an application binary upload the APK/IPA file for analysis.
Note: The process of analyzing applications may take time as we locate the binary and perform security analysis. You can retry the initial query periodically to check for updates.
Next Steps
- Application Submission - Upload and analyze your applications
- Security Reports - Retrieve detailed analysis reports
- API Reference - Complete API documentation
Integration Methods
Choose the approach that best fits your workflow:
- Application Upload - For applications you control, upload binaries for immediate analysis
- Database Search - Search our pre-analyzed database for common applications
Best Practices
- Upload applications in APK format (Android) or IPA format (iOS)
- Include version information for accurate results
- Regularly check for updated reports as analysis improves
- Use application IDs consistently across your systems
- Cache results to minimize API calls
