Files
nuclei-templates/token-spray/api-alienvault.yaml
2021-10-29 22:36:39 +05:30

25 lines
534 B
YAML

id: api-alienvault
info:
name: AlienVault Open Threat Exchange (OTX) API Test
author: daffainfo
severity: info
reference: https://otx.alienvault.com/api
tags: token-spray,alienvault
self-contained: true
requests:
- raw:
- |
GET https://otx.alienvault.com/api/v1/pulses/subscribed?page=1 HTTP/1.1
Host: otx.alienvault.com
X-OTX-API-KEY: {{token}}
matchers:
- type: word
part: body
words:
- '"$schema":'
- '"properties":'
condition: and