mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add STLS command to POP3 DPD signature
This commit is contained in:
parent
734fd62325
commit
84cc4b890d
2 changed files with 2 additions and 13 deletions
|
@ -8,6 +8,6 @@ signature dpd_pop3_server {
|
|||
|
||||
signature dpd_pop3_client {
|
||||
ip-proto == tcp
|
||||
payload /(|.*[\r\n])[[:space:]]*([uU][sS][eE][rR][[:space:]]|[aA][pP][oO][pP][[:space:]]|[cC][aA][pP][aA]|[aA][uU][tT][hH])/
|
||||
payload /(|.*[\r\n])[[:space:]]*([uU][sS][eE][rR][[:space:]]|[aA][pP][oO][pP][[:space:]]|[cC][aA][pP][aA]|[aA][uU][tT][hH]|[sS][tT][lL][sS])/
|
||||
tcp-state originator
|
||||
}
|
||||
|
|
|
@ -5,15 +5,4 @@
|
|||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/ssl
|
||||
|
||||
module POP3;
|
||||
|
||||
const ports = {
|
||||
110/tcp
|
||||
};
|
||||
redef likely_server_ports += { ports };
|
||||
|
||||
event zeek_init() &priority=5
|
||||
{
|
||||
Analyzer::register_for_ports(Analyzer::ANALYZER_POP3, ports);
|
||||
}
|
||||
@load base/protocols/pop3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue