Patrick Kelley 04da5c1250 Inital
2025-05-28 14:31:31 -04:00

17 lines
302 B
Standard ML
Executable File

#
# File: dpd.sig
# Created: 20180701
# Updated: 20190225
#
# Copyright 2018 The MITRE Corporation. All Rights Reserved.
# Approved for public release. Distribution unlimited. Case number 18-2489.
#
signature dpd_smb3 {
ip-proto == tcp
payload /^....[\xfd]SMB/
enable "smb"
}
#end dpd.sig