Skip to content

Azure Blob Core Service - Detect

ID: azure-blob-core-detect

Severity: info

Author: ProjectDiscoveryAI

Tags: azure,blob,detect

This template detects the presence of ‘blob.core.windows.net’ in the response body, indicating potential references to Azure Blob Storage.

id: azure-blob-core-detect
info:
name: Azure Blob Core Service - Detect
author: ProjectDiscoveryAI
severity: info
description: |
This template detects the presence of 'blob.core.windows.net' in the response body, indicating potential references to Azure Blob Storage.
metadata:
max-request: 1
verified: true
shodan-query: html:"blob.core.windows.net"
tags: azure,blob,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: response
words:
- "blob.core.windows.net"
# digest: 4a0a00473045022100b178070d8943ffe2ed9d50a64e1b57ba3f68132e813cffde9fae0bac8d87bb710220498178f8b80a45007a65f0f1c05c84d44e28d0a4c7ed7c3ddba02ab0912051e4: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/miscellaneous/azure-blob-core-detect.yaml"

View on Github