diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2024-11-04 11:22:56 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2024-11-04 11:22:56 +0000 |
commit | 76354f0668fae617940cdfb3a0625d072b8464e1 (patch) | |
tree | b51095c3b097bb484a6aab17a994359ff382dbe0 | |
parent | 80cb50dea482246656a49e54a915bdc343ffe897 (diff) | |
download | rspamd-76354f0668fae617940cdfb3a0625d072b8464e1.tar.gz rspamd-76354f0668fae617940cdfb3a0625d072b8464e1.zip |
[Minor] Score *.rdp attachments as bad
Rationale: https://www.microsoft.com/en-us/security/blog/2024/10/29/midnight-blizzard-conducts-large-scale-spear-phishing-campaign-using-rdp-files/
-rw-r--r-- | src/plugins/lua/mime_types.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index ec8e566f2..c69fa1e7b 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -75,6 +75,7 @@ local settings = { mht = 2, mhtml = 2, oqy = 2, + rdp = 2, rqy = 2, sfx = 2, slk = 2, |