From: Tim FitzGeorge <ipfr@tfitzgeorge.me.uk>
To: development@lists.ipfire.org
Subject: Re: IP Address Blacklists
Date: Wed, 19 Feb 2020 22:47:37 +0000 [thread overview]
Message-ID: <42d6e422-5399-93d7-e36d-cfa962e2c3fe@tfitzgeorge.me.uk> (raw)
In-Reply-To: <74f000b75d7f9c8ad9df5ce357bcef854343d134.camel@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5791 bytes --]
On 19/02/2020 18:43, ummeegge wrote:
Hi,
On 19/02/2020 18:43, ummeegge wrote:
> Hi Michael,
>
> Am Mittwoch, den 19.02.2020, 17:21 +0000 schrieb Michael Tremer:
>> Hi,
>>
>>> On 19 Feb 2020, at 17:13, ummeegge <ummeegge(a)ipfire.org> wrote:
>>>
>>> Hi Michael,
>>>
>>> Am Mittwoch, den 19.02.2020, 11:52 +0000 schrieb Michael Tremer:
>>>> Hi,
>>>>
>>>>> On 18 Feb 2020, at 16:49, ummeegge <ummeegge(a)ipfire.org> wrote:
>>>>>
>>>>> Hi all,
>>>>>
>>>>> Am Samstag, den 15.02.2020, 15:40 +0000 schrieb Tim FitzGeorge:
>>>>>> Hi,
>>>>>>
>>>>>> I've pushed the my changes to implement IP Address Blacklists
>>>>>> to
>>>>>> the
>>>>>> repository at git://git.ipfire.org/people/timf/ipfire-2.x.git
>>>>>> on
>>>>>> the
>>>>>> ipblacklist branch.
>>>>>>
>>>>>> As a result of discussions with Michael, this has a number of
>>>>>> changes
>>>>>> from my first patch series:
>>>>>>
>>>>>> - Removed autoblacklist.
>>>>>> - Added WUI log pages.
>>>>>> - Removed status from settings WUI page.
>>>>>> - Simplified download.
>>>>>> - Modified sources file 'rate' to allow unit to be specified.
>>>>>> - Updated sources file 'disable' to allow list to be
>>>>>> specified.
>>>>>> - Changed Dshield download URL to preferred address.
>>>>>> - Removed Abuse.ch blacklist (discontinued).
>>>>>> - Removed Talos Malicious blacklist (not appropriate).
>>>>>> - Added Feodo recommended blacklist.
>>>>>> - Added blocklist.de all blacklist.
>>>>>> - Updated ignored messages in logwatch.
>>>>>>
>>>>>> There's also some additional code on the addresscheck branch
>>>>>> which
>>>>>> adds
>>>>>> a WUI page that can check why a URL or address is being
>>>>>> blocked. It's
>>>>>> not production ready, but may possibly be useful in testing.
>>>>>>
>>>>>> Tim
>>>>>
>>>>> thanks for your hard work here which looks great.
>>>>> As far as i can see, there are no possiblities to add own
>>>>> lists.
>>>>> Might
>>>>> it be an idea for such a possibility ? I use currently e.g.
>>>>> lists
>>>>> from
>>>>> firehol --> http://iplists.firehol.org/ via script and IPSet.
>>>>> Am currently not sure how difficult it is to give the user
>>>>> there
>>>>> some
>>>>> individuality to choose it´s own list ?
There's currently no way for a user to add their own list, apart from
editing the text file specifying the list sources. This would obviously
be overwritten by updates, but it wouldn't be difficult to allow for a
second locally defined file to be read as well and merged with the
distributed list. The WUI could be updated to allow this list to be edited.
My preference is to get the initial version in IPFire and sort out any
points that people raise before adding additional features.
>>>>
>>>> We currently do not allow this for the IPS either.
The IPS can have local rules defined in a file.
>>>>
>>>> And I am not really sure if we should. Why would we not add the
>>>> lists
>>>> for all users if we see any value in them.
>>>>
>>>> What reasons are there to allow users to do their own thing?
I agree that we should add additional lists where they're useful, but
there are a lot of lists out there. Look at http://iplists.firehol.org/
- there's a list of monitored lists on the left hand side, down the page
a bit. There's just under 400 of them. We don't want to put that many
into IPFire because it would be too confusing, but it's possible that
they could be useful to an 'advanced' user.
There are also lists like the ones from Bambenek Consulting
(http://osint.bambenekconsulting.com/feeds/) which look interesting
since they target individual malware C&C channels, but the licence
doesn't cover commercial use. I don't think these could be included in
IPFire because of the licence (unless we extend the WUI to include the
licence in some way), but they could certainly be of use to individuals
or charities.
Tim
>>>
>>> Use cases can be different e.g. i remeber a project in the old
>>> forum
>>> which was about a company blocker (facebook, Windows, Apple) or in
>>> general the whole telemetry stuff can also be unwanted and there
>>> are
>>> some lists out there which can help to block also the "good" ones.
>>> If
>>> there are own vast lists of unwanted IPs, IPSet which is working
>>> here,
>>> is then the best way to do so, therefor my idea to bring in some
>>> flexibility in this great project to prevent scripting around in
>>> parallel for, let´s say, doing the same twice.
>>
>> Is it not better to block the whole AS of those companies in the
>> firewall?
> The performance gain with IPSet causing the hash table can be
> significant -->
>
https://workshop.netfilter.org/2013/wiki/images/a/ab/Jozsef_Kadlecsik_ipset-osd-public.pdf#page=10
> <-- haven´t found some new performance tests but i thnk the results
> today are related close to another. Have experienced it by my own (with
> my ALIX back in the days) that the system was not usable after the try
> to handle some thousands IPs/CIDRs via IPTables (therefore i pushed
> IPSet at that time). Since this project delivers WUI access to IPSet,
> which is really great, beneath the really practical handling of block
> lists, some more advantages are may on the doorstep ?
>
> We would have also a comparable design with the Proxy/URL-Filter
> whereby the user do also handle the challenge/possibility to
> upload/download/integrate own lists.
>
> Sorry for appearing may a little unhumble which i really do not want
> and am also really not sure how much more work that costs but wanted to
> bring on some ideas and am nonetheless thankful with the already made
> process.
>
>>
>>>
>>>>
>>>>>
>>>>> Best,
>>>>>
>>>>> Erik
>>>>>
>>>>
>>>>
>>
>>
>
prev parent reply other threads:[~2020-02-19 22:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-15 15:40 Tim FitzGeorge
2020-02-18 14:58 ` Michael Tremer
2020-02-18 16:49 ` ummeegge
2020-02-19 11:52 ` Michael Tremer
2020-02-19 17:13 ` ummeegge
2020-02-19 17:21 ` Michael Tremer
2020-02-19 18:43 ` ummeegge
2020-02-19 19:48 ` Thoughts regarding IP-based ad blockers (was: Re: IP Address Blacklists) Peter Müller
2020-02-19 22:47 ` Tim FitzGeorge [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42d6e422-5399-93d7-e36d-cfa962e2c3fe@tfitzgeorge.me.uk \
--to=ipfr@tfitzgeorge.me.uk \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox