id: api-onyphe info: name: Onyphe API Test author: 0xpugazh severity: info description: Cyber Defense Search Engine and Attack Surface Management reference: - https://www.onyphe.io/docs metadata: max-request: 1 verified: true tags: token-spray,onyphe self-contained: true http: - method: GET path: - "https://www.onyphe.io/api/v2/user" headers: Authorization: Bearer {{token}} Content-Type: application/json matchers-condition: and matchers: - type: word part: body words: - '"apikey":"' - '"apis":' - '"@timestamp":' condition: and - type: word part: header words: - 'application/json' - type: status status: - 200