Skip to content
Talsec

Talsec

Category: Mobile Security
License: Freemium
Suphi Cankurt
Suphi Cankurt
+8 Years in AppSec
Updated February 4, 2026
6 min read
Key Takeaways
  • Mobile RASP+ platform claiming 2B+ devices protected across 9 platforms: iOS, Android, Flutter, React Native, Capacitor, Cordova, Kotlin Multiplatform, Unity, and Unreal.
  • freeRASP is an MIT-licensed open-source SDK (446 GitHub stars) with root/jailbreak detection, Frida/Xposed prevention, and emulator detection.
  • AppiCrypt provides zero-trust API protection with server-side cryptogram validation that blocks requests from tampered or compromised app instances.
  • Freemium pricing: freeRASP is free; RASP+ Starter at €284/month; Full Safety Suite at €648/month. ISO/IEC 27001 certified.

Talsec is a mobile application security platform that provides runtime protection (RASP), app hardening, and API integrity verification for mobile apps. The company claims protection across 2 billion+ devices and 5,000+ applications.

freeRASP community-driven in-app protection suite banner with platform support and awards

The platform follows a freemium model: freeRASP is a free, open-source SDK available on GitHub (446 stars), while the paid RASP+ and AppiCrypt products add advanced protections, monitoring dashboards, and backend API security. Talsec is ISO/IEC 27001 certified. Note: the 2 billion+ devices and 5,000+ applications numbers are self-reported by Talsec and have not been independently audited.

What is Talsec?

Talsec focuses on runtime protection rather than pre-release vulnerability scanning. Where tools like Oversecured or Zimperium zScan scan app binaries for vulnerabilities before deployment, Talsec’s SDK embeds directly into your app to detect and respond to threats at runtime — rooting, hooking, tampering, emulators, and more.

The SDK is available for nine platforms: Android, iOS, Flutter, React Native, Capacitor, Cordova, Kotlin Multiplatform, Unity, and Unreal Engine. That coverage extends beyond phones to tablets, smart TVs (Apple TV, Android TV, Fire TV), and other connected devices.

freeRASP (Free)
Open-source runtime protection SDK with root/jailbreak detection, hooking prevention, and weekly security reports. MIT licensed.
RASP+ (Paid)
Advanced protection with SDK obfuscation, personalized library builds, overlay attack prevention, and real-time monitoring dashboards.
AppiCrypt
Zero-trust API protection that generates cryptograms evaluated server-side to block requests from tampered or compromised app instances.

What are Talsec’s key features?

FeaturefreeRASP (Free)RASP+ (Paid)
Root/Jailbreak DetectionBasicAdvanced
Frida/Xposed DetectionYesYes
App Tampering DetectionYesYes
Emulator DetectionYesYes
Screen Capture PreventionYesYes
VPN DetectionYesYes
Overlay Attack ProtectionNoYes
SDK ObfuscationNoYes
Dynamic TLS PinningNoYes
Secret VaultNoYes
Monitoring DashboardWeekly ReportsReal-time
Device LimitFair Usage PolicyBased on plan tier

freeRASP

freeRASP is a free, multi-platform runtime protection SDK published under the MIT license. It detects:

  • Root/Jailbreak: Magisk, unc0ver, check1rain, Dopamine
  • Hooking frameworks: Frida, Xposed, Shadow
  • App tampering: Repackaging, code modification, untrusted installation sources
  • Device state: Emulator usage, developer mode, ADB access
  • Network: VPN usage, unsecured Wi-Fi connections
  • Screen capture: Screenshot and screen recording attempts
  • Device spoofing: GPS mocking, time manipulation

The SDK also includes freeMalwareDetection for Android, which scans for blocklisted apps, untrusted installations, and risky permissions.

freeRASP Limitations
The free tier enforces a Fair Usage Policy. Root/jailbreak detection is basic (not advanced), data is collected to Talsec’s servers for the weekly security reports, and overlay/accessibility service protection is not included.

AppiCrypt

AppiCrypt addresses a problem that RASP alone doesn’t solve: API abuse. Even if your app detects tampering, a determined attacker can strip the RASP checks and call your APIs directly.

AppiCrypt generates unique cryptograms evaluated server-side at your API gateway. If the runtime protection has been bypassed or the app instance is compromised, the cryptogram validation fails and the API call is blocked.

This makes it harder to abuse APIs through modified app builds, bots, or session hijacking.

App Hardening

The paid tier includes additional hardening features:

  • Secret Vault: Dynamic secret provisioning that avoids hardcoded API keys and credentials
  • Dynamic TLS Pinning: Certificate pinning that can be updated remotely without app updates, preventing Man-in-the-Middle attacks
  • App Data Encryption: Encrypted storage for sensitive application data

OWASP MASVS-RESILIENCE alignment

Talsec’s runtime protections map directly onto the OWASP MASVS-RESILIENCE control family. MASVS-R-1 (anti-tampering) is covered by the repackaging and code-modification detectors. MASVS-R-2 (anti-debugging) is handled by the Frida, Xposed, and debugger checks. MASVS-R-3 (root/jailbreak) is the freeRASP root and jailbreak detector — basic in the free tier, advanced in RASP+. MASVS-R-4 (anti-emulator) catches emulator and developer-mode environments. AppiCrypt adds a separate MASVS-AUTH and MASVS-NETWORK layer because the cryptogram travels with API calls and is validated server-side. For mobile teams that need to demonstrate MASVS Level 2 + R coverage in an audit, this mapping is the simplest path.

Platform Support

Native & Cross-Platform
Android Android
iOS iOS
Flutter Flutter
React Native React Native
Capacitor Capacitor
Cordova Cordova
Kotlin Multiplatform Kotlin Multiplatform
Unity Unity
Unreal Engine Unreal Engine

The platform also supports Apple TV, Android TV, and Fire TV.

How do I get started with Talsec?

1
Choose your platform — Pick the freeRASP SDK for your framework (Flutter, React Native, Android, iOS, Capacitor, Cordova, Kotlin Multiplatform, Unity, or Unreal).
2
Add the dependency — Install via your platform’s package manager (pub.dev for Flutter, npm for React Native, Maven for Android, CocoaPods/SPM for iOS).
3
Configure threat callbacks — Use the single programmable API to define how your app responds to each detected threat (exit, warn user, log event).
4
Monitor via Talsec Portal — Review weekly security reports with incident overviews, device security states, and global benchmarking data.

How much does Talsec cost?

PlanMonthly PriceIncluded
freeRASPFreeCore RASP protections, weekly reports (Fair Usage Policy)
RASP+ Starter€284Up to 10K downloads, Bronze SLA
Full Safety Suite Starter€648All features including AppiCrypt, Bronze SLA, 10K downloads
BusinessCustomFlexible limits, Silver/Gold SLA

Compliance

Talsec is ISO/IEC 27001 certified and claims to meet requirements for:

  • OWASP MASVS: Resilience requirements for runtime protection
  • PSD2 RTS: Payment services security
  • eIDAS: Electronic identification standards
  • EAL4: Common Criteria evaluation assurance From a buyer’s perspective, what matters is which audits Talsec helps me pass — not which Talsec already holds. RASP+ provides the in-app shielding controls expected by PCI DSS for payment apps and the App Defense Alliance MASA review on Google Play. The MASVS-RESILIENCE coverage above plugs straight into a MASVS L2+R audit pack. The ISO/IEC 27001 certification on Talsec’s side speaks to vendor due diligence, not directly to my own compliance posture.

When to Use Talsec

Talsec is a runtime protection tool, not a vulnerability scanner. It sits on the opposite end of the mobile security lifecycle from tools like MobSF or NowSecure that find issues during development. Talsec protects the deployed app against real-world attacks.

Consider Talsec when:

  • You need runtime protection against rooting, hooking, and tampering
  • Your app handles sensitive data (financial transactions, healthcare records, authentication tokens)
  • API abuse and bot traffic are concerns for your backend services
  • You want a free starting point with freeRASP before committing to paid protection
  • Cross-platform support across Flutter, React Native, or Unity is a requirement
Best For
Mobile teams that need runtime protection embedded in their apps. The freeRASP SDK provides a practical free starting point, while the paid tier adds API integrity verification and advanced hardening for apps handling sensitive data.

It’s less relevant if you’re looking for pre-release security scanning (use a MAST tool instead) or if your app doesn’t face meaningful tamper/reverse-engineering threats.

What are alternatives to Talsec?

A few mobile RASP and shielding tools cover overlapping ground:

  • Guardsquare (DexGuard + iXGuard) — build-step shielding rather than an SDK runtime. Stronger code obfuscation and broader anti-tamper transformations; no open-source tier and a different integration model.
  • Appdome — no-code mobile defense applied to a signed binary instead of integrated as an SDK. Simpler to roll out across many apps; less granular than embedding code inside the app.
  • Promon SHIELD — RASP-only commercial offering with a similar SDK shape to RASP+. Strong in regulated finance; no free community tier comparable to freeRASP.
  • Verimatrix XTD — broader extended threat-defense platform with a focus on OTT, streaming, and connected-TV apps. Wider product surface; less focused than Talsec on RASP-as-a-product.
  • DIY OSS root detection (RootBeer, FridaDetector, etc.) — assemble it yourself from open-source libraries. Cheapest option; you own all the maintenance, false-positive triage, and platform fan-out work.

If I need a free starting point, freeRASP is the unique offering in this list. For the broader picture, see the mobile security tools hub.

Frequently Asked Questions

What is Talsec?
Talsec is a mobile security platform providing RASP+ runtime protection, app hardening, and backend API integrity verification through its AppiCrypt technology.
Is Talsec free or commercial?
Talsec uses a freemium model. freeRASP is free (MIT-licensed SDK) with a Fair Usage Policy, while RASP+ Starter costs €284/month and the Full Safety Suite starts at €648/month. Business plans have custom pricing.
What does Talsec protect against?
Talsec protects against root/jailbreak exploits, app tampering, repackaging, hooking frameworks like Frida, overlay attacks, accessibility service abuse, and compromised API calls.
What mobile platforms does Talsec support?
Talsec supports iOS, Android, Flutter, React Native, Capacitor, Cordova, Kotlin Multiplatform, Unity, and Unreal Engine.