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

28 lines
737 B
YAML
Raw Normal View History

id: smb-detect
2021-06-28 18:39:57 +00:00
2021-06-28 18:03:04 +00:00
info:
name: SMB Detection
2021-06-28 18:03:04 +00:00
author: pussycat0x
severity: low
2021-06-28 18:39:57 +00:00
tags: network,windows,smb,service
2022-08-16 16:25:35 +00:00
description: |
SMB (Server Message Block) is a network-layered protocol mainly used on Windows for sharing files, printers, and communication between network-attached computers. SMB related vulnerabilities can be levaraged to compromise large-scale systems.
metadata:
max-request: 2
2021-06-28 18:39:57 +00:00
tcp:
2021-06-28 18:03:04 +00:00
- inputs:
- data: 00000031ff534d4272000000001845680000000000000000000000000000be2200000100000e00024e54204c4d20302e3132000200
type: hex
2021-06-28 18:39:57 +00:00
2021-06-28 18:03:04 +00:00
host:
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:445"
2021-06-28 18:39:57 +00:00
2021-06-28 18:03:04 +00:00
matchers:
- type: word
words:
2022-08-16 16:25:35 +00:00
- "SMBr"
2022-11-22 08:01:11 +00:00
- "NT LM"
2022-11-21 19:21:47 +00:00
condition: and