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