Update api-virustotal.yaml
parent
423b12a7ad
commit
99d42448d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue