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:
|
2024-04-08 11:30:07 +00:00
|
|
|
verified: true
|
2023-09-27 13:29:58 +00:00
|
|
|
max-request: 1
|
2022-12-05 06:29:42 +00:00
|
|
|
shodan-query: port:"79" action
|
2024-04-08 11:30:07 +00:00
|
|
|
tags: network,finger,detect,detection,tcp
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2022-12-05 06:29:42 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
2023-09-16 19:35:21 +00:00
|
|
|
port: 79
|
2022-12-05 06:29:42 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "User"
|
|
|
|
- "Action"
|
|
|
|
- "Node"
|
|
|
|
condition: and
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a00473045022049355597b5ad971c6f7724854402525640dce71eeff1843d202f4b44eb7d4c51022100e70e69ecce72669039ae38e457640a2203485a81daa48efed8baf018aa57447d:922c64590222798bb761d5b6d8e72950
|