View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005256 | unreal | ircd | public | 2019-05-01 08:28 | 2023-09-06 19:02 |
Reporter | syzop | Assigned To | syzop | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Target Version | 6.1.2-rc1 | Fixed in Version | 6.1.2-rc1 | ||
Summary | 0005256: test online users against blacklist after a while | ||||
Description | I think it can be an useful practice to check connected users to the DNSBL's as well after a while. For example after 20 minutes. So, based on the connect time, and preferably some "spreading" as to not load the DNS server(s) too much. This may help when with the case where drone users slowly connect (to bypass connthrottle) and linger online for a while to get reputation. In the meantime, if the same drone list is active on other networks they may be catched (eg: by an active scanner) and submitted to DroneBL. A subsequent lookup would then reveal that the user is a drone. I'm not sure how often this happens currently. It is a common thing with spam (eg: in a a spamassassin setting), but... | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
With spam of nowadays, this is likely a good idea ;) |
|
This is now done in third/blacklistrecheck. I will of course need to add this in 6.1.2 itself, it's not hard, just wanted something quick for people :) (Also, to be honest i have not actually verified that it works or has no bugs like race conditions or the like) |
|
ON IRC: Syzop: any way I could exclude a dnsbl from the blacklistrecheck ? I have one that has some quotas or have a manual trigger... |
|
Bump for myself. The third/blacklistrecheck thing was done, which was useful, but still need to add this in (what will be) UnrealIRCd 6.1.2 |
|
https://github.com/unrealircd/unrealircd/commit/bcc07b15915becedb13a227f67524550aad4bf2b Did not test (!) commit bcc07b15915becedb13a227f67524550aad4bf2b (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Wed Sep 6 16:31:55 2023 +0200 Integrate third/blacklistrecheck functionality (set::blacklist::recheck-time) https://www.unrealircd.org/docs/Set_block#set::blacklist::recheck-time |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-01 08:28 | syzop | New Issue | |
2019-05-01 08:28 | syzop | Status | new => acknowledged |
2023-07-07 13:22 | syzop | View Status | private => public |
2023-07-07 13:22 | syzop | Note Added: 0022942 | |
2023-07-07 15:38 | syzop | Note Added: 0022943 | |
2023-07-07 16:35 | syzop | Note Added: 0022944 | |
2023-08-27 08:57 | syzop | Note Added: 0023006 | |
2023-08-27 08:58 | syzop | Target Version | => 6.1.2-rc1 |
2023-09-06 19:02 | syzop | Assigned To | => syzop |
2023-09-06 19:02 | syzop | Status | acknowledged => resolved |
2023-09-06 19:02 | syzop | Resolution | open => fixed |
2023-09-06 19:02 | syzop | Fixed in Version | => 6.1.2-rc1 |
2023-09-06 19:02 | syzop | Note Added: 0023010 |