Merge pull request #10910 from projectdiscovery/Ach-gddkCweUYRocWXbu3QGeXH

Added template for azure-blob-core-detection
patch-13
Dhiyaneshwaran 2024-11-02 16:32:35 +05:30 committed by GitHub
commit 4c439479c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
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: azur,blob,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: response
words:
- "blob.core.windows.net"