A simple Flask app with Application Security embedded.
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
- Enable the "Malicious File Upload" policy.
- Upload a file with malware (e.g EICAR test file).
- You will be redirected to the default block page:
- Check events:
- And details of the malware:
- Blog: oznetnerd.com
- Email: [email protected]