id: vnc-service-detect info: name: VNC Service Detection author: pussycat0x severity: info description: A Virtual Network Computing (VNC) service was detected. classification: cwe-id: CWE-200 metadata: max-request: 1 tags: network,vnc,service,detect tcp: - inputs: - data: "\r\n" host: - "{{Hostname}}" port: 5900 matchers: - type: word words: - "RFB" extractors: - type: regex part: body regex: - "RFB ([0-9.]+)"