Create default-azure-function-app.yaml

patch-12
Dhiyaneshwaran 2024-10-06 12:11:33 +05:30 committed by GitHub
parent dae5155d07
commit f00adc351a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: default-azure-function-app
info:
name: Azure Function App - Default Page
author: dhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:microsoft:azure:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: microsoft
product: azure
shodan-query: html:"Your Azure Function App is up and running"
tags: tech,azure,microsoft
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Your Azure Function App is up and running.</title>"
- type: status
status:
- 200