Skip to content
Talsec

Talsec

Suphi Cankurt
Suphi Cankurt
AppSec Enthusiast
Updated February 20, 2026
4 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.

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.

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

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.

Getting Started

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.

Pricing

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

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.

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.