Update exposed-dockerd.yaml

patch-1
Ritik Chaddha 2022-12-16 14:02:27 +05:30 committed by GitHub
parent 62daf0fa83
commit 5584a179be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 10 deletions

View File

@ -4,7 +4,8 @@ info:
name: Docker Daemon Exposed
author: arafat
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.
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
shodan-query: port:2375 product:"docker"
@ -21,12 +22,4 @@ network:
matchers:
- type: word
words:
- "Docker"
extractors:
- type: regex
regex:
- "Version:([0-9.]+)"
- "Kernel Version:([0-9.]+)"
- "API Version:([0-9.]+)"
- "Container #1:([A-Za-z0-9]+)"
- "Server: Docker"