37 lines
886 B
YAML
37 lines
886 B
YAML
id: rsyncd-service-detect
|
|
|
|
info:
|
|
name: Rsyncd Service - Detect
|
|
author: vsh00t,geeknik
|
|
severity: info
|
|
description: |
|
|
Rsyncd service was detected.
|
|
reference:
|
|
- https://linux.die.net/man/1/rsync
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: network,rsyncd,detect,detection,tcp
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "?\r\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 873
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "RSYNCD: "
|
|
- "ERROR: protocol startup error"
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- 'RSYNCD: \d\d.\d'
|
|
# digest: 490a0046304402203695198a35c10b57e7b23ee63283c00888cc111b7d66d2e581f844a99583e12002206050b3584038d87283336811c6ab7a3b2b42a8371c635c95f164caa6d820e2ee:922c64590222798bb761d5b6d8e72950 |