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: requests:
- raw: - 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 Host: www.virustotal.com
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
Content-Length: 86 Content-Length: 86
@ -19,7 +19,10 @@ requests:
apikey={{token}}&url=google.com apikey={{token}}&url=google.com
matchers: matchers:
- type: status - type: word
negative: true part: body
status: words:
- 403 - "'verbose_msg':"
- "'scan_date':"
- "'permalink':"
condition: and