From d3f59bdf73cd47b7efe1a3a433a7699f4f4f9638 Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Fri, 11 Dec 2020 14:31:04 +0000 Subject: [PATCH] Create prtg-detect.yaml --- technologies/prtg-detect.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 technologies/prtg-detect.yaml diff --git a/technologies/prtg-detect.yaml b/technologies/prtg-detect.yaml new file mode 100644 index 0000000000..c57d90484d --- /dev/null +++ b/technologies/prtg-detect.yaml @@ -0,0 +1,35 @@ +id: prtg-detect +info: + name: Detect PRTG + author: geeknik + description: Monitor all the systems, devices, traffic, and applications in your IT infrastructure -- https://www.paessler.com/prtg + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}/index.htm" + - "{{BaseURL}}/prtg/index.htm" + - "{{BaseURL}}/PRTG/index.htm" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + part: body + words: + - "PRTG Network Monitor" + condition: and + + - type: regex + part: header + regex: + - PRTG + + extractors: + - type: kval + part: header + kval: + - Server