Merge pull request #6857 from ja1sh/ambassador-edge-stack-detect

ambassador-edge-stack-detect
patch-1
Dhiyaneshwaran 2023-03-09 01:05:19 +05:30 committed by GitHub
commit feb46a7ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: ambassador-edgestack-detect
info:
name: Ambassador Edge Stack - Detect
author: ja1sh
severity: info
description: |
Ambassador Edge Stack is a Kubernetes-native API Gateway that delivers the scalability, security, and simplicity for some of the world's largest Kubernetes installations.
metadata:
verified: "true"
shodan-query: title:"Ambassador Edge Stack"
tags: tech,ambassador,gateway
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ambassador Edge Stack</p>"
- type: status
status:
- 200
- 404
condition: or