2022-12-07 13:14:26 +00:00
|
|
|
id: cisco-finger-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Cisco Finger Daemon Detection
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
|
|
|
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-09-27 13:29:58 +00:00
|
|
|
max-request: 1
|
2022-12-07 13:14:26 +00:00
|
|
|
shodan-query: product:"Cisco fingerd"
|
2023-09-27 13:29:58 +00:00
|
|
|
verified: true
|
2023-07-24 18:27:05 +00:00
|
|
|
tags: network,finger,detect
|
2022-12-07 13:14:26 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2022-12-07 13:14:26 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
2023-09-16 19:35:21 +00:00
|
|
|
port: 79
|
2022-12-07 13:14:26 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Interface"
|
|
|
|
- "Mode"
|
|
|
|
- "User"
|
2023-10-19 13:13:52 +00:00
|
|
|
condition: and
|
|
|
|
# digest: 490a004630440220201564eb658d890437b4d4e57468839cd8386cd068b0cc1205857f9e7566fdc502202a95af36fc4509652f001e6c480ad48256ffe87e3db8170eb2ffdf583e7ed2f7:922c64590222798bb761d5b6d8e72950
|