Skip to content

Azure - APIM Secret Key

ID: azure-apim-secretkey

Severity: info

Author: israel comazzetto dos reis

Tags: azure,apim,microsoft,exposure

Azure APIM Secret Key

id: azure-apim-secretkey
info:
name: Azure - APIM Secret Key
author: israel comazzetto dos reis
severity: info
description: Azure APIM Secret Key
metadata:
verified: true
max-request: 1
shodan-query: html:"Ocp-Apim-Subscription-Key"
tags: azure,apim,microsoft,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"Ocp-Apim-Subscription-Key":'
- type: status
status:
- 200
# digest: 4a0a00473045022034127656f6de13c800d8c86f7e0d8af262f179973069a16082a2ad1245fed0b3022100ee796dcf292b5cd5471908349923808e4563abd758d636f4fd6e9b87e173b762:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/azure/azure-apim-secretkey.yaml"

View on Github