Trend Micro Cloud One Application Security for Python
What is it?
Trend Micro Cloud One - Application Security provides real-time application security as a service for modern applications, APIs, serverless and other computing platforms. When Application Security is deployed, threats to your web applications will be detected and protected against, minimizing your risk.
Features
Application Security detects and protects against a wide range of attacks at runtime within your entire application, including: SQL injections Remote command execution Illegal file access Malicious file uploads Malicious payloads URL redirects And more
Installation
Add the Trend Micro Application Security package to requirements.txt:
trend_app_protect
Run pip to install the package:
pip install -r requirements.txt
Import the trend_app_protect.start module at the top of your WSGI script:
import trend_app_protect.start
Configuration
The agent key and secret can be configured via the TREND_AP_KEY and TREND_AP_SECRET environment variables.
Optionally, you can provide a configuration in the file trend_app_protect.ini under the root of the project or under /etc but the environment variables will still take precedence:
[trend_app_protect]
key = my-key
secret = my-secret
Support
- Python 3.4+
- Django 1.11, 2.0, 2.1, 2.2
- Flask 0.11+
- Pyramid 1.6+
| Feature | Required Component |
|---|---|
| All features | WSGI based web-server |
| File Access | N/A |
| RCE | N/A |
| SQLi | mysqldb, psycopg2, pymssql, pymysql, sqlite2, sqlite3 |
| Redirects | Django, Flask |
| HTTP params | Django, Werkzeug |
Internal dependencies
- functools_lru_cache @ https://github.com/jaraco/backports.functools_lru_cache
Release files for trend-app-protect 4.6.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| trend_app_protect-4.6.2-cp27.cp35.cp36.cp37.cp38-none-any.whl | CPython 3.5, CPython 3.7, CPython 2.7, CPython 3.8, CPython 3.6 | none | any | Details |
Release files / trend_app_protect-4.6.2-cp27.cp35.cp36.cp37.cp38-none-any.whl
| Download URL | trend_app_protect-4.6.2-cp27.cp35.cp36.cp37.cp38-none-any.whl |
|---|---|
| Size | 15.1 MB |
| Tags | CPython 2.7 CPython 3.5 CPython 3.6 CPython 3.7 CPython 3.8 |
|
SHA-256 checksum How to use checksums |
f9b8e81df8b2272b003e6f0600c3aa6e0caeeb414d8a138af2b8c8e54a2bcca1
|
|
BLAKE2b-256 checksum How to use checksums |
d7dd51e04be41cde7d9801a3097d6337d1847c8e4b6e043cd59cafaa7cb2774f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.9
|