Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msikyna authored May 19, 2023
1 parent d0ae281 commit 7f7170c
Showing 1 changed file with 160 additions and 0 deletions.
160 changes: 160 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ To learn more about freeRASP features, visit our main GitHub [repository](https:
- [Debug vs Release version](#debug-vs-release-version)
- [Step 3: Handle detected threats](#step-3-handle-detected-threats)
- [Step 4: App Store User Data policy](#step-4-app-store-user-data-policy)
- [Security Report](#security-report)
- [Commercial versions (RASP+ and more)](#bar_chart-commercial-versions-rasp-and-more)
* [Plans comparison](#plans-comparison)
- [About Us](#about-us)
- [License](#license)

Expand Down Expand Up @@ -116,6 +119,163 @@ It is also essential to include the information in the privacy policy of the app
After installation, please go through this [checklist](https://github.com/talsec/Free-RASP-Community/wiki/Installation-checklist) to avoid potential issues or solve them quickly.

And you're done 🎉! You can open an issue if you get stuck anywhere in the guide or show your appreciation by starring this repository ⭐!

# Security Report

The Security Report is a weekly summary describing the application's security state and characteristics of the devices it runs on in a practical and easy-to-understand way.

The report provides a quick overview of the security incidents, their dynamics, app integrity, and reverse engineering attempts. It contains info about the security of devices, such as OS version or the ratio of devices with screen locks and biometrics. Each visualization also comes with a concise explanation.

To receive Security Reports, fill out the _watcherMail_ field in [Talsec config](#step-2-setup-the-configuration-for-your-app).

![enter image description here](https://raw.githubusercontent.com/talsec/Free-RASP-Community/master/visuals/dashboard.png)

# :bar_chart: Commercial versions (RASP+ and more)
We provide app security hardening SDK: i.e. AppiCrypt®, Customer Data Encryption (local storage), End-to-end encryption, Strings protection (e.g. API keys) and Dynamic Certificate Pinning to our commercial customers as well. To get the most advanced protection compliant with PSD2 RT and eIDAS and support from our experts, contact us at [talsec.app](https://talsec.app).

The commercial version provides a top-notch protection level, extra features, support, and maintenance. One of the most valued commercial features is [AppiCrypt®](https://www.talsec.app/appicrypt) - App Integrity Cryptogram.

It allows easy to implement API protection and App Integrity verification on the backend to prevent API abuse:

- Bruteforce attacks
- Botnets
- Session-hijacking
- DDoS

It is a unified solution that works across all mobile platforms without dependency on external web services (i.e., without extra latency, an additional point of failure, and maintenance costs).

Learn more about commercial features at [https://talsec.app](https://talsec.app/).

**TIP:** You can try freeRASP and then upgrade easily to an enterprise service.


## Plans Comparison
<i>
freeRASP is freemium software i.e. there is a Fair Usage Policy (FUP) that impose some limitations on the free usage. See the FUP section in the table below
</i>
<br/>
<br/>
<table>
<thead>
<tr>
<th></th>
<th>freeRASP</th>
<th>Business RASP+</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan=5><strong>Runtime App Self Protection (RASP, app shielding)</strong></td>
</tr>
<tr>
<td>Advanced root/jailbreak protections</td>
<td>basic</td>
<td>advanced</td>
</tr>
<tr>
<td>Runtime reverse engineering controls
<ul>
<li>Debug</li>
<li>Emulator</li>
<li>Hooking protections (e.g. Frida)</li>
</ul>
</td>
<td>basic</td>
<td>advanced</td>
</tr>
<tr>
<td>Runtime integrity controls
<ul>
<li>Tamper protection</li>
<li>Repackaging / Cloning protection</li>
<li>Device binding protection</li>
<li>Unofficial store detection</li>
</ul>
</td>
<td>basic</td>
<td>advanced</td>
</tr>
<tr>
<td>Device OS security status check
<ul>
<li>HW security module control</li>
<li>Screen lock control</li>
</ul>
</td>
<td>yes</td>
<td>yes</td>
</tr>
<tr>
<td>UI protection
<ul>
<li>Overlay protection</li>
<li>Accessibility services protection</li>
</ul>
</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td colspan=5><strong>Hardening suite</strong></td>
</tr>
<tr>
<td>Security hardening suite
<ul>
<li>Customer Data Encryption (local storage)</li>
<li>End-to-end encryption</li>
<li>Strings protection (e.g. API keys)</li>
<li>Dynamic certificate pinning</li>
</ul>
</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td colspan=5><strong>AppiCrypt® - App Integrity Cryptogram</strong></td>
</tr>
<tr>
<td>API protection by mobile client integrity check, online risk scoring, online fraud prevention, client App integrity check. The cryptographic proof of app & device integrity.</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td colspan=5><strong>Monitoring</strong></td>
</tr>
<tr>
<td>AppSec regular email reporting</td>
<td>yes (up to 100k devices)</td>
<td>yes</td>
</tr>
<tr>
<td>Data insights and auditing portal</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td>Embed code to integrate with portal</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td>API data access</td>
<td>no</td>
<td>yes</td>
</tr>
<td colspan=5><strong>Fair usage policy</strong></td>
<tr>
<td>Mentioning of the App name and logo in the marketing communications of Talsec (e.g. "Trusted by" section of the Talsec web or in the social media).</td>
<td>over 100k downloads</td>
<td>no</td>
</tr>
<tr>
<td>Threat signals data collection to Talsec database for processing and product improvement</td>
<td>yes</td>
<td>no</td>
</tr>
</tbody>
</table>

For further comparison details (and planned features), follow our [discussion](https://github.com/talsec/Free-RASP-Community/discussions/5).

# About Us
Talsec is an academic-based and community-driven mobile security company. We deliver in-App Protection and a User Safety suite for Fintechs. We aim to bridge the gaps between the user's perception of app safety and the strong security requirements of the financial industry.
Expand Down

0 comments on commit 7f7170c

Please sign in to comment.