Update vmware-authentication-daemon-detect.yaml
parent
6c0e7bd720
commit
2210cc8fae
|
@ -1,4 +1,4 @@
|
|||
id: vmware-authentication-daemon-detect
|
||||
id: vmware-authentication-daemon
|
||||
|
||||
info:
|
||||
name: VMware Authentication Daemon Detection
|
||||
|
@ -9,7 +9,7 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: 'product:"VMware Authentication Daemon"'
|
||||
tags: network,vmware,auth
|
||||
tags: network,vmware,authenticated
|
||||
|
||||
network:
|
||||
|
||||
|
@ -18,12 +18,14 @@ network:
|
|||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:902"
|
||||
matchers-condition: and
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "ServerDaemonProtocol:SOAP"
|
||||
- "MKSDisplayProtocol:VNC"
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue