diff --git a/misconfiguration/misconfigured-docker.yaml b/misconfiguration/misconfigured-docker.yaml new file mode 100644 index 0000000000..239b7da700 --- /dev/null +++ b/misconfiguration/misconfigured-docker.yaml @@ -0,0 +1,23 @@ +id: misconfigured-docker + +info: + name: Misconfigured Docker on Default Port + author: dhiyaneshDK + severity: Critical + +requests: + - method: GET + path: + - "{{BaseURL}}/images/json" + - "{{BaseURL}}:2375/images/json" + - "{{BaseURL}}:2376/images/json" + + matchers-condition: and + matchers: + - type: word + words: + - 'Containers' + + - type: status + status: + - 200