33 lines
908 B
YAML
33 lines
908 B
YAML
id: api-alienvault
|
|
|
|
info:
|
|
name: AlienVault Open Threat Exchange (OTX) API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: IP/domain/URL reputation
|
|
reference:
|
|
- https://otx.alienvault.com/api
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/alienvault-open-threat-exchange
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,alienvault,exchange
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a00483046022100cfb8a99e6ad24ec70c2e69bf9d67d642aef36f843015c70845938d97ff80c96a022100a44d8300cbd0db289a5e51a128ecd43ae20a9d4960a6632ab18ca6bcbb0192e7:922c64590222798bb761d5b6d8e72950
|