Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 785 Bytes

File metadata and controls

43 lines (26 loc) · 785 Bytes

Application Security - Flask demo

A simple Flask app with Application Security embedded.

Start app

Start the app using the following command:

docker run \
--name flask-app-sec \
-d -p 5000:5000 \
-e TREND_AP_KEY=<AP_KEY> \
-e TREND_AP_SECRET=<AP_SECRET> \
oznetnerd/flask-app-sec

Settings

  1. Enable the "Malicious File Upload" policy.

alt text

  1. Upload a file with malware (e.g EICAR test file).

alt text

  1. You will be redirected to the default block page:

alt text

  1. Check events:

alt text

  1. And details of the malware:

alt text

Contact