Update VirusTotal API documentation link in README

fix: update VirusTotal API docs link to v3
This commit is contained in:
Brian Polo
2026-05-03 17:34:22 +02:00
committed by GitHub
parent 4d041e6b4a
commit 141df3e11e
+1 -1
View File
@@ -179,7 +179,7 @@ API | Description | Auth | HTTPS | CORS |
| [Scanii](https://docs.scanii.com/) | Simple REST API that can scan submitted documents/files for the presence of threats | `apiKey` | Yes | Yes |
| [URLhaus](https://urlhaus-api.abuse.ch/) | Bulk queries and Download Malware Samples | No | Yes | Yes |
| [URLScan.io](https://urlscan.io/about-api/) | Scan and Analyse URLs | `apiKey` | Yes | Unknown |
| [VirusTotal](https://www.virustotal.com/en/documentation/public-api/) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown |
| [VirusTotal](https://docs.virustotal.com/reference/overview) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown |
| [Web of Trust](https://support.mywot.com/hc/en-us/sections/360004477734-API-) | IP/domain/URL reputation | `apiKey` | Yes | Unknown |
**[⬆ Back to Index](#index)**