Monitor your app threat level
Always stay one step ahead of attackers. Get faster insights into suspicious activities in real-time.
Always stay one step ahead of attackers. Get faster insights into suspicious activities in real-time.
Harden your application with out-of-the-box protection against the most critical attacks from the OWASP Top 10: SQL Injections, XSS and more.
Use built-in events or collect custom events to build advanced rules and protect from business logic attacks.
Get actionable data on suspicious user behaviors and identify attackers before they cause harm.
Get actionable data and stack traces to easily fix critical vulnerabilities uncovered by Sqreen, attackers, pentesters or bug bounties. Fix them and get back to the fun stuff.
$ npm install --save sqreen
$ echo '{ "token": "your token" }' > sqreen.json
// This should be the first line of your app
require('sqreen');
$ curl -s https://download.sqreen.com/php/install.sh > sqreen-install.sh && bash sqreen-install.sh your token
$ pip install sqreen
$ echo -e "[sqreen]\ntoken: your token" > sqreen.ini
# Insert at the top of your app file (typically wsgi.py or app.py)
import sqreen
sqreen.start()
$ curl https://download.sqreen.com/java/sqreen-.jar -o sqreen.jar
// Add JVM startup options:
-javaagent:/path/to/sqreen.jar -Dsqreen.token={{your token}}