36 lines
918 B
YAML
36 lines
918 B
YAML
id: unauthenticated-netdata
|
|
|
|
info:
|
|
name: Unauthenticated Netdata
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
reference:
|
|
- https://github.com/netdata/netdata
|
|
metadata:
|
|
max-request: 1
|
|
tags: netdata,unauth,misconfig
|
|
|
|
http:
|
|
- 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"
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
# digest: 4b0a00483046022100fc4242ebf2407e638e79765a478f330a7ef8474097273a381389cc4462e12a41022100a924453e95fb7f0d51fbc8dc4f797de4e8a286c27aa3202bdd2723b995633c36:922c64590222798bb761d5b6d8e72950
|