-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/add post scan action README.md file
- Loading branch information
1 parent
398382f
commit c8c4ae1
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# File Security Post Scan Actions | ||
|
||
Actions to perform after scanning files with Trend Vision One™ File Security | ||
|
||
After completing a scan, [File Security displays scan results](https://docs.trendmicro.com/en-us/documentation/article/trend-vision-one-fs-cli#supported_targets) immediately so you can take action right away to reduce risk and fulfill compliance requirements. Scan results include custom information that is passed to the SDK so you can take further action. | ||
|
||
## Procedure | ||
|
||
- If File Security indicates a file contains malware, you can take the following actions: | ||
- Quarantine the file. See a [AWS quarantine example](https://github.com/trendmicro/tm-v1-fs-python-sdk/blob/main/examples/aws_quarantine.py). | ||
- Send notification messages using: | ||
- Slack | ||
- Microsoft Teams | ||
- If File Security does not find malware in a file, you can promote the file. |