25 lines
446 B
YAML
25 lines
446 B
YAML
id: vnc-service-detection
|
|
info:
|
|
name: VNC Service Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
tags: network,vnc
|
|
description: VNC service detection
|
|
network:
|
|
- inputs:
|
|
- data: "\r\n"
|
|
host:
|
|
- "{{Host}}:5900"
|
|
- "{{Hostname}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "RFB"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "RFB ([0-9.]+)"
|