Create named-process-exporter-metrics.yaml

patch-1
Dhiyaneshwaran 2022-11-18 11:41:33 +05:30 committed by GitHub
parent 4487f494cf
commit 8acf09c3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: named-process-exporter-metrics
info:
name: Detect Named Process Exporter
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Named Process Exporter"
tags: namedprocess,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "namedprocess_namegroup"
- "groupname"
condition: and
- type: status
status:
- 200