Change request for template network/detection/smb-detect.yaml to match both linux-based (Samba) smb servers and windows servers
parent
3aa158940c
commit
cfe66dcad9
|
@ -8,7 +8,7 @@ info:
|
|||
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: 1
|
||||
tags: network,windows,smb,service,detect
|
||||
tags: network,windows,linux,smb,service,detect
|
||||
|
||||
tcp:
|
||||
- inputs:
|
||||
|
@ -25,4 +25,3 @@ tcp:
|
|||
- "SMBr"
|
||||
- "NT LM"
|
||||
condition: and
|
||||
# digest: 490a00463044022045d1bbb8f1640bc13ccc108187f76a13884be166a254865218059d30b900523602205a53dcdc0271170b73443138c4adb5e299726b6fb7bfb7bd394140c1947ff136:922c64590222798bb761d5b6d8e72950
|
Loading…
Reference in New Issue