From 7dffde5653cddc96922afe482df7b581e182cb83 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Nov 2022 10:35:36 +0530 Subject: [PATCH] Create pcdn-cache-node.yaml --- misconfiguration/pcdn-cache-node.yaml | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 misconfiguration/pcdn-cache-node.yaml diff --git a/misconfiguration/pcdn-cache-node.yaml b/misconfiguration/pcdn-cache-node.yaml new file mode 100644 index 0000000000..c3b52d01c2 --- /dev/null +++ b/misconfiguration/pcdn-cache-node.yaml @@ -0,0 +1,34 @@ +id: pcdn-cache-node + +info: + name: PCDN Cache Node Dataset + author: DhiyaneshDk + severity: low + metadata: + verified: true + shodan-query: title:"PCDN Cache Node Dataset" + tags: node,pcdn,misconfig + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Bandwidth" + - "ReportEventID" + - "ReadDiskDuration" + condition: and + + - type: word + part: header + words: + - "application/json" + + - type: status + status: + - 200