improved smtp rules

pull/217/head
Christophe Vandeplas 2013-10-10 15:16:59 +02:00
parent 29a0f30041
commit d06bc16577
1 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@ class NidsExportComponent extends Component {
'tcp', // proto
'$EXTERNAL_NET', // src_ip
'any', // src_port
'<>', // direction
'->', // direction
'$SMTP_SERVERS', // dst_ip
'25', // dst_port
'Source Email Address: ' . $attribute['value'], // msg
@ -167,7 +167,7 @@ class NidsExportComponent extends Component {
'tcp', // proto
'$EXTERNAL_NET', // src_ip
'any', // src_port
'<>', // direction
'->', // direction
'$SMTP_SERVERS', // dst_ip
'25', // dst_port
'Destination Email Address: ' . $attribute['value'], // msg
@ -187,7 +187,7 @@ class NidsExportComponent extends Component {
'tcp', // proto
'$EXTERNAL_NET', // src_ip
'any', // src_port
'<>', // direction
'->', // direction
'$SMTP_SERVERS', // dst_ip
'25', // dst_port
'Bad Email Subject', // msg
@ -207,7 +207,7 @@ class NidsExportComponent extends Component {
'tcp', // proto
'$EXTERNAL_NET', // src_ip
'any', // src_port
'<>', // direction
'->', // direction
'$SMTP_SERVERS', // dst_ip
'25', // dst_port
'Bad Email Attachment', // msg