aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/phishing.lua
Commit message (Collapse)AuthorAgeFilesLines
* Update phishing.luaDmitriy Alekseev2023-08-211-23/+43
|
* Update phishing.luaDmitriy Alekseev2023-08-161-5/+73
|
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-51/+58
|
* [Fix] Restore `strict_domains` supportVsevolod Stakhov2023-01-211-2/+5
|
* [Minor] Fix luacheckVsevolod Stakhov2023-01-211-1/+1
|
* [Fix] Replace broken strict_domains with phishing_exceptionsJean-Louis Dupond2023-01-191-7/+7
| | | | | | | | The syntax of the strict_domains is broken since parsing for it was removed in commit ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 We introduct the phishing_exceptions to be able to create exceptions on the phished domain.
* [Minor] Update more copyright years/emailVsevolod Stakhov2022-03-271-1/+1
|
* [Fix] Phishing: Deal with phishing + redirected URLVsevolod Stakhov2021-12-081-3/+19
|
* [Minor] Phishing: Fix confusing scoringVsevolod Stakhov2021-11-251-3/+2
|
* [Fix] Phishing: Fix finding domains in the phishing mapVsevolod Stakhov2021-11-251-10/+19
|
* [Minor] Phishing: Small safety checkVsevolod Stakhov2021-04-121-1/+3
|
* [Minor] Avoid extra has_symbol callVsevolod Stakhov2021-04-091-2/+3
|
* [Minor] Phishing: Disable phishing checks when a domain is dmarc authorized ↵Vsevolod Stakhov2021-04-091-0/+15
| | | | domain
* [Fix] Phishing: Rework urls processingVsevolod Stakhov2021-03-061-10/+17
|
* [Minor] Phishing: Use lua_maps instead of an old crapVsevolod Stakhov2021-02-251-14/+7
|
* [Rework] Phishing: Split from redirectors usageVsevolod Stakhov2021-02-251-23/+7
|
* [Fix] Fix opaque maps logicVsevolod Stakhov2020-02-271-3/+5
|
* [Conf] Restore ability to disable phishtankAlexander Moisseev2018-09-251-1/+1
|
* [Minor] Ops, reverse scoring logicVsevolod Stakhov2018-09-231-2/+2
|
* [Conf] Enable phishtank DNS lookups by default, fix moduleVsevolod Stakhov2018-09-231-6/+19
|
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-5/+9
|
* [Rework] Move phishtank to a DNS based serviceVsevolod Stakhov2018-08-061-54/+47
|
* Fixing unused variable from CI #3588Ibirisol Fontes2018-07-201-1/+4
|
* Fixing PhishTank logIbirisol Fontes2018-07-191-1/+1
|
* Add support to a generic phishing feedIbirisol Fontes2018-07-191-0/+54
|
* [Minor] Fix phishing maps logicVsevolod Stakhov2018-07-181-10/+23
|
* [Fix] Fix matching patterns with no pathsVsevolod Stakhov2018-06-041-2/+9
|
* [Fix] Fix text splitting: stack overflow (too many captures)Vsevolod Stakhov2017-11-111-2/+2
| | | | MFH: rspamd-1.6
* [Fix] Phishing: strict_domainsAndrew Lewis2017-05-261-3/+5
|
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
|
* [Minor] One more memoization fixVsevolod Stakhov2017-03-271-9/+4
|
* [Feature] Memoize LPEG grammarsVsevolod Stakhov2017-03-251-4/+9
|
* [Minor] Penalise URLs with IDNA <-> nonIDNA representationsVsevolod Stakhov2017-02-251-3/+15
| | | | Issue: #842
* [Minor] Check visual confusing in phishing moduleVsevolod Stakhov2017-02-251-11/+18
|
* [Minor] Fix lintVsevolod Stakhov2017-02-131-2/+2
|
* [Fix] More heuristic fixes for phishing detectionVsevolod Stakhov2017-02-131-0/+19
|
* [Minor] Use new API for debug logging in Lua pluginsAndrew Lewis2016-11-251-2/+3
|
* [Minor] Small polishes for Lua partsAndrew Lewis2016-11-161-1/+1
|
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-12/+13
|
* Merge pull request #1084 from fatalbanana/luaVsevolod Stakhov2016-11-011-5/+7
|\ | | | | [Minor] Get rid of some global variables
| * [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-5/+7
| | | | | | | | - Also fix some bugs along the way
* | [Minor] phishing: rework map checksAlexander Moisseev2016-11-011-19/+17
|/ | | | | - organize map checks into a function - use as symbol option actually matched domain name part (eSLD or hostname)
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-0/+3
|
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+7
|
* Merge pull request #694 from moisseev/phishing-FQDNVsevolod Stakhov2016-07-031-2/+2
|\ | | | | [Feature] Supprort FQDNs in phishing module maps
| * [Feature] Supprort FQDNs in phishing module mapsAlexander Moisseev2016-07-031-2/+2
| |
* | [Fix] Try to avoid FP when checking for phished URLsVsevolod Stakhov2016-07-011-8/+28
| |
* | [Feature] Improve phishtank and openphish supportVsevolod Stakhov2016-07-011-28/+115
|/
* [Fix] Improve phishing module loggingVsevolod Stakhov2016-06-301-13/+15
|