27 lines
762 B
YAML
27 lines
762 B
YAML
id: exposed-dockerd
|
|
|
|
info:
|
|
name: Docker Daemon Exposed
|
|
author: arafatansari
|
|
severity: critical
|
|
description: |
|
|
Docker Daemon exposed on the network map can help remote attacker to gain access to the Docker containers and potentially the host system.
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: port:2375 product:"docker"
|
|
verified: true
|
|
tags: network,docker,exposure
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "Docker:\nVersion:\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 2375
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Server: Docker"
|
|
# digest: 4a0a004730450220792d0d412002d52b515c5d7b8571f50f811fd63509b8501a207f0fcc67aecbb0022100a3351de58b4a5ff4c58d43a6edee20c9db34a07fe2c7627ff27e8ac84f51c38f:922c64590222798bb761d5b6d8e72950 |