Skip to content

Commit

Permalink
[Rules] Add thread hijacking composite rule
Browse files Browse the repository at this point in the history
  • Loading branch information
twesterhever committed Jun 2, 2023
1 parent eb001dc commit 36e5821
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/composites.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ composites {
policy = "leave";
description = "Message only contains a redirector URL";
}
THREAD_HIJACKING_FROM_INJECTOR {
expression = "FAKE_REPLY & RCVD_VIA_SMTP_AUTH & (!RECEIVED_SPAMHAUS_PBL | RECEIVED_SPAMHAUS_XBL | RECEIVED_SPAMHAUS_SBL)";
score = 2.0;
policy = "leave";
description = "Fake reply exhibiting characteristics of being injected into a compromised mail server, possibly e-mail thread hijacking";
group = "compromised_hosts";
}

.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"
Expand Down

0 comments on commit 36e5821

Please sign in to comment.