2021-06-30 16:31:12 +00:00
id : detect-rsyncd
info :
name : Detect rsyncd
author : vsh00t,geeknik
severity : info
2022-08-16 16:16:02 +00:00
description : |
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon.
2022-04-22 10:38:41 +00:00
reference :
- https://linux.die.net/man/1/rsync
2021-06-30 16:31:12 +00:00
tags : network,rsyncd
network :
- inputs :
- data : "?\r\n"
host :
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}: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'