26 lines
765 B
YAML
26 lines
765 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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: port:2375 product:"docker"
|
|
tags: network,docker,exposure,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "Docker:\nVersion:\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 2375
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Server: Docker"
|
|
# digest: 4a0a00473045022033370aef169002f082d5150ae040fa1b8bbc71e0baac5c017b1d344231ea829f022100cd919c3622632de4bb78a9c5c350547fb95f92ad8951205b09071796b6120b68:922c64590222798bb761d5b6d8e72950 |