talsec / Free-RASP-ReactNative

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.

Home Page:https://github.com/talsec/Free-RASP-Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Info] How frequently are the checks performed ?

vinithreddy3 opened this issue · comments

Thanks for this amazing library which includes multiple checks.
As there are listeners added, it should be periodically performing these checks. How frequently are the checks performed and also is there anyway we can configure how frequently are the checks performed ?

After I started using the app I injected Frida script and noticed the hooks action listener triggered close to 1min after the script is executed.

Hi @vinithreddy3,

Yes, the checks are performed periodically. The interval is randomized, but no longer than four minutes.
Currently there isn't any option to configure this interval. However, we will think about adding this option in a future release as this could be a useful feature for some apps.

If you have any other question feel free to ask.

Cheers,
Tomas, Talsec developer.

Hi @tompsota, thanks for the quick response. My use case was especially for the hooking detection periodically in intervals of 10-15 secs (or) max 30 secs. Comparatively it looked for me that there aren't many approaches available online to detect runtime hooking frameworks like Frida. Let me look more into that.