39 lines
954 B
YAML
39 lines
954 B
YAML
id: ssh-known-hosts
|
|
|
|
info:
|
|
name: SSH Known Hosts File - Detect
|
|
author: geeknik
|
|
severity: info
|
|
description: SSH known hosts file was detected.
|
|
reference:
|
|
- https://datacadamia.com/ssh/known_hosts
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
tags: config,exposure,ssh
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.ssh/known_hosts"
|
|
- "{{BaseURL}}/.ssh/known_hosts.old"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "ssh-dss"
|
|
- "ssh-ed25519"
|
|
- "ssh-rsa"
|
|
- "ecdsa-sha2-nistp256"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502204e6ac2924fd3a83da1f2130713baf1eabca5bbf5c28b03ad69a1a9b11cd530c9022100afb74cd12f497034104149a07a2bb79549deb013ed58eecc9154c5e8be113f7a:922c64590222798bb761d5b6d8e72950
|