Topics on this page
Add post-scan actions in AWS
After File Storage Security completes a scan, the scan results are tagged to the file and published to the SNS ScanResultTopic in AWS. Adding post-scan options allows you to do more with the scan results.
Promote or quarantine
After a scan occurs, this sample AWS Lambda promotes files with no issues found in one buckets and quarantines malicious files in another.
For a video demonstration of using the sample AWS code, see this YouTube video.
Conformity custom check
After a scan occurs and a malicious file is detected, the example Lambda function creates a custom check with Trend Micro Cloud-Conformity.
To add this function, see Conformity custom check.
Notification
After a scan occurs and a malicious file is detected, these sample Lambda functions can send out notifications to:
Additional samples will be added in the coming months. Please check on a regular basis.
For the full list of post-scan sample code, visit GitHub at: https://github.com/trendmicro/cloudone-filestorage-plugins/tree/master/post-scan-actions.