2021-10-29 11:24:17 +00:00
|
|
|
id: api-virustotal
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: VirusTotal API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2021-11-06 04:40:49 +00:00
|
|
|
reference:
|
|
|
|
- https://developers.virustotal.com/reference
|
|
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/VirusTotal.md
|
2021-10-29 11:24:17 +00:00
|
|
|
tags: token-spray,virustotal
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
2021-10-29 17:46:10 +00:00
|
|
|
POST https://www.virustotal.com/vtapi/v2/url/scan HTTP/1.1
|
2021-10-29 11:24:17 +00:00
|
|
|
Host: www.virustotal.com
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
Content-Length: 86
|
|
|
|
|
|
|
|
apikey={{token}}&url=google.com
|
|
|
|
|
|
|
|
matchers:
|
2021-10-29 17:46:10 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "'verbose_msg':"
|
|
|
|
- "'scan_date':"
|
|
|
|
- "'permalink':"
|
|
|
|
condition: and
|