From cfe66dcad9d8e0308822d2cc7c0f5e6739590032 Mon Sep 17 00:00:00 2001 From: Puben Date: Thu, 11 Apr 2024 16:01:56 +0200 Subject: [PATCH] Change request for template network/detection/smb-detect.yaml to match both linux-based (Samba) smb servers and windows servers --- network/detection/smb-detect.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/network/detection/smb-detect.yaml b/network/detection/smb-detect.yaml index 7aa8736bb6..0bd564b532 100644 --- a/network/detection/smb-detect.yaml +++ b/network/detection/smb-detect.yaml @@ -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 \ No newline at end of file