31 lines
798 B
YAML
31 lines
798 B
YAML
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:
|
|
max-request: 1
|
|
shodan-query: product:"Cisco fingerd"
|
|
verified: true
|
|
tags: network,finger,detect,cisco
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 79
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Interface"
|
|
- "Mode"
|
|
- "User"
|
|
condition: and
|
|
# digest: 490a0046304402202a76f5bd7b4d7d08aa5e6f1785f03013d07434ed8ee03cfea106375b11a0c49202202b963f2bd6cbd104bd2314d47a5959f339cb73b5566dabd40650a2066ba2fc20:922c64590222798bb761d5b6d8e72950 |