Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions data/vnc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# VNC artifacts.
---
name: VNCPasswordFile
doc: VNC password file
sources:
- type: FILE
attributes:
paths:
- '%%users.homedir%%/.vnc/passwd'
supported_os: [Linux]
supported_os: [Linux] # TODO: darwin
---
name: VNCPasswordRegistryValue
doc: VNC password registry value
sources:
- type: REGISTRY_VALUE
attributes:
key_value_pairs:
- {key: 'HKEY_LOCAL_MACHINE\Software\RealVNC\vncserver', value: 'Password'}
- {key: 'HKEY_LOCAL_MACHINE\Software\TightVNC\Server', value: 'ControlPassword'}
- {key: 'HKEY_LOCAL_MACHINE\Software\TightVNC\Server', value: 'Password'}
- {key: 'HKEY_USERS\%%users.sid%%\Software\ORL\WinVNC3', value: 'Password'}
supported_os: [Windows]
---
name: VNCPassword
doc: VNC Password artifacts
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- VNCPasswordFile
- VNCPasswordRegistryValue
supported_os: [Linux, Windows]