forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a3460d
commit f2a6b9d
Showing
3 changed files
with
31 additions
and
1 deletion.
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
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,7 @@ | ||
#### Integrations | ||
|
||
##### VirusTotal (API v3) | ||
- Add **Count VT Vendors Which Flagged Malicious** field to all indicator types. | ||
- Add **VT Vendors Which Flagged Malicious** field to all indicator types. | ||
- Add **VT Detection Names** field to all indicator types. | ||
- Updated the Docker image to: *demisto/python3:3.11.9.101916*. |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "VirusTotal", | ||
"description": "Analyze suspicious hashes, URLs, domains and IP addresses", | ||
"support": "partner", | ||
"currentVersion": "2.6.20", | ||
"currentVersion": "2.6.21", | ||
"author": "VirusTotal", | ||
"url": "https://www.virustotal.com", | ||
"email": "[email protected]", | ||
|