Skip to content

Commit 6657c59

Browse files
CSOAR-3889: VirusTotal Playbook – Mismatch between automated and manual execution scores in “Scan URL” → “URL Reputation” sequence (#5845)
* CSOAR-3889: added polling mechnism to wait until VirusTotal scan status becomes completed. * CSOAR-3889: updated date * CSOAR-3889: changed version, as added python library
1 parent 22d53ae commit 6657c59

File tree

1 file changed

+4
-2
lines changed
  • docs/platform-services/automation-service/app-central/integrations

1 file changed

+4
-2
lines changed

docs/platform-services/automation-service/app-central/integrations/virustotal-v3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/virustotal.png')} alt="virustotal"
99
width="100"/>
1010

11-
***Version: 1.1
12-
Updated: July 22, 2025***
11+
***Version: 1.3
12+
Updated: October 3, 2025***
1313

1414
Perform threat intelligence evidence gathering with [VirusTotal V3 API](https://docs.virustotal.com/reference/overview).
1515

@@ -70,3 +70,5 @@ For information about VirusTotal v3, see [VirusTotal v3 documentation](https://d
7070
+ It is an updated version of VirusTotal which works with V3 API.
7171
* July 22, 2025
7272
+ Fixed url parsing issue in **URL Reputation** action.
73+
* October 3, 2025
74+
+ Implemented polling mechanism (poll_analysis) in *Scan URL* action to wait until VirusTotal scan status becomes completed.

0 commit comments

Comments
 (0)