NEW Continuous mobile application security across every release. See the platform overview
Mobexa
Features
The platform

Continuous mobile AppSec

Every release scanned with static, dynamic and runtime analysis for Android and iOS, with signed evidence.

Analysis Static analysisSAST · source & bytecode Dynamic analysisDAST · runtime behaviour Runtime instrumentationIAST · live hooks Secret detectionbundled credentials
Supply chain Software bill of materialsSBOM · dependency risk Framework coverageOWASP MASVS / MASTG Ecosystemconnectors & webhooks
Operations IntegrationsCI / SIEM / ticketing SSO & access controlSAML 2.0 · OIDC · RBAC Flexible deploymentSaaS · VPC · air-gap
Use Cases
By team Product & Engineeringfail builds on new criticals Application Securityone unified portfolio view
  Compliance & Auditsigned evidence bundles Leadershipportfolio risk over time
Compare

Mobexa vs Competitor

How continuous, evidence-first testing differs from point-in-time scans.

View comparison
Resources Compare Pricing
Company
Company About Uswho we are Careersopen roles Contacttalk to us
Legal Terms of Use Privacy Policy Trust Center
Evaluate

See it on your own app

We scan one of your applications and hand over the evidence bundle.

Request a demo
Console login Free Trial
Mobexa
Features Use Cases Resources Ecosystem Compare Pricing About Us Contact Careers Console login
Start Free Trial See how it works

Trust Center

Security & Privacy at Mobexa

Last reviewed: 10 May 2026

We build a security testing platform - so the bar for our own security is high. This page summarises the controls we run today, what we are working toward, and how to engage our security team. If you are evaluating Mobexa for a Business or Enterprise account, our team can provide additional artefacts (DPA, security whitepaper, sub-processor list) under NDA.

1. Security posture at a glance

Defence in depth

Multiple independent control layers (TLS, WAF, app auth, tenant scoping, encrypted storage). No single failure exposes customer data.

Least privilege

Customers see only their own scans, findings and integrations. Admin actions are audit-logged. Production access is restricted by role.

Secure by default

HTTPS only, HSTS, strong cookie flags (HttpOnly, SameSite=Strict, Secure), CSP enforced, CSRF tokens on every state-changing request.

Eat our own cooking

The Mobexa platform itself is statically and dynamically scanned with our own tooling at every release. Findings are triaged through the same workflow customers use.

2. Compliance, frameworks and certifications

We are honest about where we are. Items below are clearly marked as live, in progress, or planned - we do not advertise certifications we do not hold.

FrameworkStatusNotes
OWASP MASVS L1 / L2LiveBuilt into the product. We follow MASVS for both customer scans and our own platform code.
OWASP MASTG methodologyLiveManual pentest engagements follow the OWASP Mobile Security Testing Guide.
GDPR (EU)CompliantData subject access, deletion and portability rights are honoured. See /legal/data-request.
KVKK (TR / Law No. 6698)CompliantMobexa is operated by Seccops Siber Güvenlik Teknolojileri A.Ş., a Turkish entity; KVKK rights are honoured through the same DSAR workflow.
SOC 2 Type IIn progressReadiness assessment underway. Target audit window: late 2026. We will not advertise the report until it is signed.
SOC 2 Type IIPlannedFollowing Type I, planned for the subsequent observation window.
ISO/IEC 27001CertifiedThe Information Security Management System (ISMS) is operated under ISO/IEC 27001. Certificate copy available on request under NDA via support@mobexa.io.
PCI DSSOut of scopeWe do not store, process or transmit cardholder data. Card processing is delegated to Stripe (PCI DSS Level 1).

3. Data protection

3.1 Encryption in transit

  • All customer traffic terminates on TLS 1.2+ (TLS 1.3 preferred). Legacy protocols (SSL 3.0, TLS 1.0/1.1) are disabled.
  • HSTS is sent with a minimum max-age of 1 year and includeSubDomains.
  • Internal service-to-service traffic stays on the loopback interface or on private network segments; it is not exposed externally.

3.2 Encryption at rest

  • Customer secrets (API keys, SMTP credentials, integration tokens) are stored on encrypted volumes and never logged.
  • Off-site backups are encrypted client-side with AES-256 (restic) before they leave the origin host. The provider only sees ciphertext.
  • Backup encryption keys are held by Mobexa only; sub-processors cannot decrypt backup contents.

3.3 Tenant isolation

  • Every tenant-scoped record carries a tenant_id. Customer requests are filtered server-side; an authenticated customer cannot read a sibling tenant's records even with a guessed identifier.
  • Customer-managed integration credentials (SMTP, Webhook, Jira, ServiceNow, Slack and other connectors) are stored in per-tenant configuration overlays. The administrator's global credentials are never exposed to customers.

4. Identity, access and authentication

  • Passwords are hashed with bcrypt (work factor ≥ 10). Plain-text storage is forbidden by design - the data model has no "password" column.
  • Time-based one-time password (TOTP) two-factor authentication is supported and recommended for admin and operator roles.
  • Sessions are bound to a server-side store. Cookies are issued with HttpOnly, SameSite=Strict and Secure. Idle and absolute timeouts apply; suspicious user-agent changes invalidate the session.
  • Login attempts are rate-limited per IP and per username; repeated failures trigger an exponential backoff and an alert in the admin console.
  • Force-logout is centrally enforceable; an administrator can terminate any active session immediately.

5. Application security

  • Output encoding: All dynamic values rendered in HTML pass through context-aware escapers. We do not concatenate user input into HTML.
  • CSRF: Every state-changing request requires a per-session CSRF token validated server-side.
  • CSP: A strict Content-Security-Policy is sent on every response, with reports posted to /csp-report for monitoring.
  • Input validation: Server-side validation is mandatory; client-side checks are convenience only.
  • File handling: Uploaded binaries are stored under non-executable paths and analysed inside an isolated sandbox (bwrap with read-only system mounts and no network).
  • Dependency hygiene: Known-vulnerability checks run on every release; high-severity advisories trigger a same-day patch process.
  • Bot & abuse protection: hCaptcha protects public forms; rate limits guard authentication and contact endpoints.
  • Internal SAST/DAST: The Mobexa codebase is scanned using our own engine at every release. Findings flow through the same triage workflow customers use.

6. Infrastructure

  • Public traffic enters via a managed CDN/WAF edge that provides DDoS mitigation, TLS termination, and a baseline rule set.
  • Origin services are not directly exposed; they are reached only through an authenticated tunnel from the edge.
  • Off-site backups are stored on a vetted encrypted object storage provider with object lock retention and an append-only key model, so a compromised origin cannot delete historical snapshots.
  • Production hosts run a hardened Linux base. Updates are applied on a defined schedule and out-of-band for high-severity issues.
  • Dynamic analysis (running customer binaries) is performed in disposable, network-isolated sandboxes; nothing from a customer binary can reach the host or other customers.

7. Privacy and data subject rights

  • We process customer data only for the purposes described in our Privacy Policy and Data Processing Addendum.
  • Data subjects can request access, correction, deletion, restriction, portability and objection through our DSAR portal at /legal/data-request. Requests are answered within 30 calendar days (free of charge for the first request per year).
  • Customer data residency: production primarily in EU (TR-adjacent), with backup snapshots in EU-region object storage.
  • We do not sell customer data and do not use customer-uploaded binaries to train any third-party model.

8. Sub-processors

The following providers process limited customer data on our behalf. Specific vendor names are disclosed in the full sub-processor list which is available on request to existing customers and qualified prospects under NDA via support@mobexa.io. We perform initial due diligence and re-evaluate on a yearly cadence. Customers can request 30-day prior notice of new sub-processors via subprocessor notice.

ProviderPurposeData categoryRegion
Managed CDN/WAF providerCDN, WAF, DDoS mitigation, TLS termination, tunnelRequest metadata, IP, headersGlobal edge / EU+US
Encrypted object storage providerOff-site encrypted backup storageEncrypted backup blobs only (we hold the key)EU / US (configurable)
Zoho CorporationTransactional and operational email (support, sales, system)Email address, message bodyEU
Stripe Ödeme Hizmetleri A.Š.Card processing (Business plan checkout)Cardholder data handled by Stripe (PCI DSS Level 1) - never by MobexaTR
OpenAI, L.L.C. (optional)Optional AI-assisted finding summarisationFinding metadata only; never raw binaries or credentials. Customers can disable.US
hCaptcha (Intuition Machines, Inc.)Bot protection on public formsVisitor IP + browser metadataGlobal

9. Vulnerability management

  • Findings on the Mobexa platform itself flow through the same lifecycle (new → acknowledged → confirmed / false-positive / accepted-risk → closed) that we expose to customers.
  • Service-Level Objectives for remediation: Critical ≤ 7 days, High ≤ 30 days, Medium ≤ 90 days, Low at next planned release.
  • SLA-breach alerts trigger an automatic notification to the security team.
  • The platform is subject to an independent external penetration test on an annual cadence. The current cycle has been completed and findings have been remediated or accepted by the security team in accordance with the SLOs above.
  • The latest pentest summary letter (vendor name, scope, methodology, finding counts by severity, remediation status) is available to existing customers and qualified prospects under NDA via support@mobexa.io.

10. Responsible disclosure

We welcome reports from independent researchers. To report a suspected vulnerability:

  • Email info@mobexa.io.
  • Provide a clear technical description, reproduction steps and the impact you observed.
  • Please do not publicly disclose the issue, exploit it beyond what is needed to demonstrate the impact, attempt to access other customers' data, or degrade service availability.

We commit to:

  • Acknowledging your report within 3 business days.
  • Providing an initial triage (severity, fix plan) within 10 business days.
  • Coordinated public disclosure once a fix is generally available, with credit to the reporter unless anonymity is requested.
  • Not pursuing legal action against good-faith research that respects the boundaries above.

11. Documents available on request

The following materials are made available to qualified prospects and existing customers under a mutual non-disclosure agreement. Email support@mobexa.io with your company domain.

  • Mobexa Security Whitepaper - control deep-dive, network diagram, data flow.
  • Data Processing Addendum (DPA) - for self-service execution if you require it before signing the order form.
  • Sub-processor list (full) - the public list above, plus any region-specific processors.
  • Latest pentest summary letter - available now (executive summary, scope, methodology, severity breakdown, remediation status).
  • SOC 2 readiness gap analysis - available while we work toward Type I.
  • Business continuity / disaster recovery summary - RPO ≤ 24h, RTO ≤ 4h on Business and Enterprise.
  • Security questionnaire - we maintain a current CAIQ-Lite / VSAQ response we can send back the same day.

12. Contact

  • General security questions, customer security review: info@mobexa.io
  • Trust Center / vendor due diligence requests: support@mobexa.io
  • Privacy and DSAR queries: info@mobexa.io or /legal/data-request
  • Suspected security incident affecting your account: info@mobexa.io with subject line beginning [INCIDENT].

This page is informational and does not by itself form a contract. Where it conflicts with a signed Master Subscription Agreement, Order Form or Data Processing Addendum, those signed documents govern.

Mobexa

Continuous mobile application security for every organization that ships a mobile app.

Product updates and mobile security research. No spam, unsubscribe anytime.

Product

Features Android App Security iOS App Security Use Cases Blog Glossary Standards Resources FAQ Ecosystem Careers Mobexa vs Competitor Pricing Penetration Testing Manual Pentest API Docs

Industries

Banking Fintech Insurance Healthcare Public Sector E-commerce Telecom Gaming Education Logistics

Company

About Us Contact System Status Customer console

Legal

Terms of Use Trust Center Privacy Policy Cookie Policy Data Processing Agreement Explicit Consent Acceptable Use Refund Policy Service Level Agreement

OWASP, OWASP MASVS and OWASP MASTG are marks of the OWASP Foundation. NIST, ISO, PCI-DSS, HIPAA, KVKK and GDPR are standards of their respective bodies. References describe how the platform maps to these open standards; they do not imply certification, partnership or endorsement.

© 2026 Seccops Siber Güvenlik Teknolojileri A.Ş. All rights reserved. · Essential cookies only.
21ms

Contact us

Send us a message - we reply by email.

Message sent

Thanks for reaching out. We'll get back to you by email shortly.

Spam-protected. Only your name & email are required.