mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Add RDP over UDP analyzer
This commit is contained in:
parent
c42ebfa1cf
commit
60644bc85f
15 changed files with 512 additions and 7 deletions
|
@ -10,3 +10,12 @@ signature dpd_rdp_server {
|
|||
ip-proto == tcp
|
||||
payload /(.{5}\xd0|.*McDn)/
|
||||
}
|
||||
|
||||
signature dpd_rdpeudp_syn {
|
||||
ip-proto == udp
|
||||
payload-size <= 1232
|
||||
payload-size >= 1132
|
||||
payload /^\xff{4}.{2}.{1}\x01/
|
||||
enable "rdpeudp"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue