34 lines
904 B
YAML
34 lines
904 B
YAML
id: api-mywot
|
|
|
|
info:
|
|
name: My Web of Trust API
|
|
author: daffainfo
|
|
severity: info
|
|
description: IP/domain/URL reputation
|
|
reference:
|
|
- https://support.mywot.com/hc/en-us/sections/360004477734-API-
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/web-of-trust
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,weboftrust
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://scorecard.api.mywot.com/v3/targets?t=hbo.com&t=google.com HTTP/1.1
|
|
Host: scorecard.api.mywot.com
|
|
x-user-id: {{id}}
|
|
x-api-key: {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"target":'
|
|
- '"safety":'
|
|
condition: and
|
|
|
|
# digest: 490a00463044022050822dedbfa563ddf5000add7b851539b264a5b3a2b59a8669ea936e869c9b4802207ada282ba59cbc6034abd040b87aca4b296b655d7de41e31af8297ebae4bf2f9:922c64590222798bb761d5b6d8e72950
|