nuclei-templates/network/detection/samba-detect.yaml

36 lines
1.1 KiB
YAML
Raw Normal View History

id: samba-detect
info:
name: Samba Service Detection
author: pussycat0x
severity: info
description: Samba is a free and open-source software that allows files to be shared across Windows and Linux systems simply and easily.
2022-02-09 22:14:15 +00:00
reference:
- https://www.samba.org/samba/what_is_samba.html
- https://www.samba.org/samba/history/security.html
2022-02-09 22:14:15 +00:00
classification:
cwe-id: CWE-200
remediation: Always apply the latest security patch.
2023-07-24 18:27:05 +00:00
tags: network,smb,samba,detect
metadata:
max-request: 2
2022-02-09 22:14:15 +00:00
tcp:
- inputs:
- data: 000000a4ff534d4272000000000801400000000000000000000000000000400600000100008100025043204e4554574f524b2050524f4752414d20312e3000024d4943524f534f4654204e4554574f524b5320312e303300024d4943524f534f4654204e4554574f524b5320332e3000024c414e4d414e312e3000024c4d312e3258303032000253616d626100024e54204c414e4d414e20312e3000024e54204c4d20302e313200
type: hex
host:
- "{{Hostname}}"
- "{{Host}}:139"
2023-08-07 14:44:10 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "SMBr"
2023-08-07 16:18:42 +00:00
2023-08-07 14:44:10 +00:00
- type: word
words:
2023-08-08 17:12:16 +00:00
- "HTTP/1.1"
2023-08-07 14:44:10 +00:00
negative: true