Skip to content

100HnoMeuNome/Cloud-One-Application-Security-Flask-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Flask app with Application Security embedded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published