nuclei-templates/token-spray/api-alienvault.yaml

27 lines
656 B
YAML
Raw Normal View History

2021-10-29 11:24:17 +00:00
id: api-alienvault
info:
name: AlienVault Open Threat Exchange (OTX) API Test
author: daffainfo
severity: info
2021-11-06 04:40:49 +00:00
reference:
- https://otx.alienvault.com/api
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/AlienVault%20Open%20Threat%20Exchange.md
2021-10-29 11:24:17 +00:00
tags: token-spray,alienvault
self-contained: true
requests:
- raw:
- |
2021-10-29 17:06:39 +00:00
GET https://otx.alienvault.com/api/v1/pulses/subscribed?page=1 HTTP/1.1
2021-10-29 11:24:17 +00:00
Host: otx.alienvault.com
X-OTX-API-KEY: {{token}}
matchers:
2021-10-29 17:06:39 +00:00
- type: word
part: body
words:
- '"$schema":'
- '"properties":'
condition: and