Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/virustotal.png')} alt="virustotal"
width="100"/>

***Version: 1.1
Updated: July 22, 2025***
***Version: 1.3
Updated: October 3, 2025***

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

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