From ab93cda4ae5d96ef810611d5501bd5bec0793eb8 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 9 May 2021 11:47:58 +0530 Subject: [PATCH] Create unauth-netdata.yaml --- misconfiguration/unauth-netdata.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 misconfiguration/unauth-netdata.yaml diff --git a/misconfiguration/unauth-netdata.yaml b/misconfiguration/unauth-netdata.yaml new file mode 100644 index 0000000000..9dd7e429ca --- /dev/null +++ b/misconfiguration/unauth-netdata.yaml @@ -0,0 +1,27 @@ +id: unauth-netdata +info: + name: Unauthenticated Netdata + author: dhiyaneshDk + severity: medium + reference: https://github.com/netdata/netdata + tags: netdata,unauth + +requests: + - method: GET + path: + - "{{BaseURL}}/api/v1/data?chart=system.cpu&format=json&points=125&group=average>ime=0&options=ms%7Cflip%7Cjsonwrap%7Cnonzero&after=-120&dimensions=iowait" + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - "view_update_every" + - "dimensions" + part: body + - type: word + words: + - "application/json" + part: header + condition: and