Update api-virustotal.yaml

patch-1
Prince Chaddha 2021-10-29 23:16:10 +05:30 committed by GitHub
parent 423b12a7ad
commit 99d42448d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -11,7 +11,7 @@ self-contained: true
requests:
- raw:
- |
POST /vtapi/v2/url/scan HTTP/1.1
POST https://www.virustotal.com/vtapi/v2/url/scan HTTP/1.1
Host: www.virustotal.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 86
@ -19,7 +19,10 @@ requests:
apikey={{token}}&url=google.com
matchers:
- type: status
negative: true
status:
- 403
- type: word
part: body
words:
- "'verbose_msg':"
- "'scan_date':"
- "'permalink':"
condition: and