Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rules] Add thread hijacking composite rule #4507

Merged

Conversation

twesterhever
Copy link
Contributor

This merge request introduces a new composite rule for catching malspam disseminated by Qakbot, SquirrelWaffle and alike threat actors. Recent campaigns often involved compromised account at legitimate mailservers, through which e-mails were sent to potential victims, quoting previous conversation to improve credibility.

Such fake replies, in combination with an authenticated SMTP hand-off, and an IP address in the Received headers that is either not a dial-up one (i.e. no PBL listing, as the injector systems are predominantly located in datacenters), or already known for being compromised (XBL listing) or having an otherwise ill reputation (SBL listing), are now additionally scored by THREAD_HIJACKING_FROM_INJECTOR.

In addition, RCVD_UNAUTH_PBL was dependent on a symbol no longer in use, and has been fixed to be operational again.

@vstakhov vstakhov merged commit 4cfad17 into rspamd:master Jun 3, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants