Update api-alienvault.yaml

patch-1
Prince Chaddha 2021-10-29 22:36:39 +05:30 committed by GitHub
parent f7a25e19e7
commit 25ab9d8d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -3,20 +3,22 @@ id: api-alienvault
info:
name: AlienVault Open Threat Exchange (OTX) API Test
author: daffainfo
reference: https://otx.alienvault.com/api
severity: info
reference: https://otx.alienvault.com/api
tags: token-spray,alienvault
self-contained: true
requests:
- raw:
- |
GET /api/v1/pulses/subscribed?page=1 HTTP/1.1
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: status
negative: true
status:
- 403
- type: word
part: body
words:
- '"$schema":'
- '"properties":'
condition: and