34 lines
962 B
YAML
34 lines
962 B
YAML
id: vmware-authentication-daemon
|
|
|
|
info:
|
|
name: VMware Authentication Daemon Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
vmauthd is the VMWare authentication daemon that is included with many VMWare products, including ESX(i), and Workstation.
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: product:"VMware Authentication Daemon"
|
|
verified: true
|
|
tags: network,vmware,authenticated,detect
|
|
|
|
tcp:
|
|
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 902
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "ServerDaemonProtocol:SOAP"
|
|
- "MKSDisplayProtocol:VNC"
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "VMware Authentication Daemon Version ([0-9.]+)"
|
|
# digest: 4b0a00483046022100add76e9416a775c6a103bf440021834239728444a60b926aa23eb09845f2117d022100c7f2bc47f4a531836f8390e9df199a639fdfcd5d757b94fb74f1fa1aced91cde:922c64590222798bb761d5b6d8e72950 |