DHL Spam
Posted: 13 Jun 2017 13:29
Sometimes happen that trojan virus use real peolple pc's to send spam and virus itself
So infected pc's send mails from its real address and is impossible to classify as spam
these messages contains for example, dhl tipycal text so also bayes fail
For example ome of this :
From :sant1234@studio1234.it
Subject :VS SPEDIZIONE DHL AWB 378938938 proveniente dalla GRAN BRETAGNA **AVVISO DI GIACENZA **
You can see that there sender is a real people, probably with a correct spf,no blacklisted ip, etc but it send a mail as it is DHL
This rule, can catch if someone use DHL in subject but ii not have DHL as part of FROM ADDRESS
Is there a way to write shortly and better ?
header SUBJ_NOTIN_SENDER_DHL_1 Subject =~ /dhl:/si
header SUBJ_NOTIN_SENDER_DHL_2 From =~ /dhl/si
meta SUBJ_NOTIN_SENDER_DHL SUBJ_NOTIN_SENDER_DHL_1 && ! SUBJ_NOTIN_SENDER_DHL_2
describe SUBJ_NOTIN_SENDER_DHL Oggetto contiene dhl ma il mittente no, probabile attacco
score SUBJ_NOTIN_SENDER_DHL 1.00
So infected pc's send mails from its real address and is impossible to classify as spam
these messages contains for example, dhl tipycal text so also bayes fail
For example ome of this :
From :sant1234@studio1234.it
Subject :VS SPEDIZIONE DHL AWB 378938938 proveniente dalla GRAN BRETAGNA **AVVISO DI GIACENZA **
You can see that there sender is a real people, probably with a correct spf,no blacklisted ip, etc but it send a mail as it is DHL
This rule, can catch if someone use DHL in subject but ii not have DHL as part of FROM ADDRESS
Is there a way to write shortly and better ?
header SUBJ_NOTIN_SENDER_DHL_1 Subject =~ /dhl:/si
header SUBJ_NOTIN_SENDER_DHL_2 From =~ /dhl/si
meta SUBJ_NOTIN_SENDER_DHL SUBJ_NOTIN_SENDER_DHL_1 && ! SUBJ_NOTIN_SENDER_DHL_2
describe SUBJ_NOTIN_SENDER_DHL Oggetto contiene dhl ma il mittente no, probabile attacco
score SUBJ_NOTIN_SENDER_DHL 1.00