2022-09-20 07:42:11 +00:00
|
|
|
id: rsyncd-service-detect
|
2021-06-30 16:31:12 +00:00
|
|
|
|
|
|
|
info:
|
2023-02-06 15:31:23 +00:00
|
|
|
name: Rsyncd Service - Detect
|
2021-06-30 16:31:12 +00:00
|
|
|
author: vsh00t,geeknik
|
|
|
|
severity: info
|
2022-08-16 16:16:02 +00:00
|
|
|
description: |
|
2023-02-06 15:31:23 +00:00
|
|
|
Rsyncd service was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://linux.die.net/man/1/rsync
|
2023-02-06 15:31:23 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2023-09-27 13:29:58 +00:00
|
|
|
max-request: 1
|
2024-06-07 10:04:29 +00:00
|
|
|
tags: network,rsyncd,detect,detection,tcp
|
2021-06-30 16:31:12 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2021-06-30 16:31:12 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "?\r\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
2023-09-16 19:35:21 +00:00
|
|
|
port: 873
|
2021-06-30 16:31:12 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "RSYNCD: "
|
|
|
|
- "ERROR: protocol startup error"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- 'RSYNCD: \d\d.\d'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a0046304402203695198a35c10b57e7b23ee63283c00888cc111b7d66d2e581f844a99583e12002206050b3584038d87283336811c6ab7a3b2b42a8371c635c95f164caa6d820e2ee:922c64590222798bb761d5b6d8e72950
|