2022-12-05 06:29:42 +00:00
|
|
|
id: finger-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Finger Daemon Detection
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
The finger daemon runs on TCP port 79. The client will (in the case of remote hosts) open a connection to port 79.
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-12-05 06:29:42 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: port:"79" action
|
2023-07-24 18:27:05 +00:00
|
|
|
tags: network,finger,detect
|
2022-12-05 06:29:42 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2022-12-05 06:29:42 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
- "{{Host}}:79"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "User"
|
|
|
|
- "Action"
|
|
|
|
- "Node"
|
|
|
|
condition: and
|