Skip to main content

Trend Micro Cloud One Application Security

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

trend_app_protect-4.5.3-cp27.cp34.cp35.cp36.cp37.cp38-none-any.whl (14.6 MB view hashes)

Uploaded CPython 2.7 CPython 3.4 CPython 3.5 CPython 3.6 CPython 3.7 CPython 3.8

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page