From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim FitzGeorge To: development@lists.ipfire.org Subject: [PATCH 3/5] ipblacklist: Ancillary files Date: Mon, 25 Nov 2019 20:13:07 +0000 Message-ID: <20191125201309.10840-4-ipfr@tfitzgeorge.me.uk> In-Reply-To: <20191125201309.10840-1-ipfr@tfitzgeorge.me.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4826948501762841617==" List-Id: --===============4826948501762841617== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable getipsetstat Gets information on IPSETs for WUI ipblacklistctrl Allows WUI to call main script as root sources List of blacklists used by main script and WUI Signed-off-by: Tim FitzGeorge --- config/ipblacklist/sources | 151 +++++++++++++++++++++++++++++++++++++= ++ src/misc-progs/getipsetstat.c | 28 ++++++++ src/misc-progs/ipblacklistctrl.c | 52 ++++++++++++++ 3 files changed, 231 insertions(+) create mode 100644 config/ipblacklist/sources create mode 100644 src/misc-progs/getipsetstat.c create mode 100644 src/misc-progs/ipblacklistctrl.c diff --git a/config/ipblacklist/sources b/config/ipblacklist/sources new file mode 100644 index 000000000..ab991e12a --- /dev/null +++ b/config/ipblacklist/sources @@ -0,0 +1,151 @@ +############################################################################ +# # +# IP Address blacklists for IPFire # +# # +# This file contains a list of blacklist sources that will replace the one # +# internal to the updated if it is found at /var/ipfire/blacklist/sources. # +# The intention is to provide a common source of information for both the # +# updater and WUI. # +# # +# The chains created in the packet filter will be named by the top level # +# key and this will also be used in the log message to identify the reason # +# for the dropped packet. # +# # +# The fields are: # +# # +# name The blacklist's full name # +# url URL of the file containing the list # +# info URL giving information about the source # +# parser The parser function used to extract IP addresses from the # +# downloaded list # +# method Method used to download updates. # +# rate Minimum number of hours between checks for updates # +# safe 'yes' if the list is unlikely to contain addresses that can be # +# used for legitimate traffic, or 'no' otherwise # +# disable Name of another list to disable if this one is enabled. Used # +# when the other list is a subset of this one. # +# # +# The info and safe fields are purely for documentation. # +# # +# Note that the Emerging Threats blacklist is a composite list containing # +# addresses from some of the other lists. It is unnecessary to enable # +# this list if the other lists are enabled. # +# # +############################################################################ + +%sources =3D ( 'EMERGING_FWRULE' =3D> { 'name' =3D> 'Emerging Threats Bl= ocklist', + 'url' =3D> 'https://rules.emergingt= hreats.net/fwrules/emerging-Block-IPs.txt', + 'info' =3D> 'https://doc.emergingthr= eats.net/bin/view/Main/EmergingFirewallRules', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'EMERGING_COMPROMISED' =3D> { 'name' =3D> 'Emerging Threats Com= promised IPs', + 'url' =3D> 'https://rules.emergingt= hreats.net/blockrules/compromised-ips.txt', + 'info' =3D> 'https://doc.emergingthr= eats.net/bin/view/Main/CompromisedHost', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'SPAMHAUS_DROP' =3D> { 'name' =3D> "Spamhaus Don't Route = or Peer List", + 'url' =3D> 'https://www.spamhaus.or= g/drop/drop.txt', + 'info' =3D> 'https://www.spamhaus.or= g/drop/', + 'parser' =3D> 'text-with-semicolon-com= ments', + 'method' =3D> 'check-header-time', + 'rate' =3D> 12, + 'safe' =3D> 'yes' }, + 'SPAMHAUS_EDROP' =3D> { 'name' =3D> "Spamhaus Extended Don= 't Route or Peer List", + 'url' =3D> 'https://www.spamhaus.or= g/drop/edrop.txt', + 'info' =3D> 'https://www.spamhaus.or= g/drop/', + 'parser' =3D> 'text-with-semicolon-com= ments', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'DSHIELD' =3D> { 'name' =3D> 'Dshield.org Recommend= ed Block List', + 'url' =3D> 'https://www.dshield.org= /block.txt', + 'info' =3D> 'https://dshield.org/', + 'parser' =3D> 'dshield', + 'method' =3D> 'check-header-time', + 'rate' =3D> 2, + 'safe' =3D> 'no' }, + 'FEODO_IP' =3D> { 'name' =3D> 'Feodo Trojan IP Block= list', + 'url' =3D> 'https://feodotracker.ab= use.ch/downloads/ipblocklist.txt', + 'info' =3D> 'https://feodotracker.ab= use.ch/blocklist', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'FEODO_AGGRESIVE' =3D> { 'name' =3D> 'Feodo Trojan IP Block= list (Aggresive)', + 'url' =3D> 'https://feodotracker.ab= use.ch/downloads/ipblocklist_aggressive.txt', + 'info' =3D> 'https://feodotracker.ab= use.ch/blocklist', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no', + 'disable' =3D> 'FEODO_IP' }, + 'ABUSE_CH' =3D> { 'name' =3D> 'Abuse.ch Ransomware C= &C Blocklist', + 'url' =3D> 'https://ransomwaretrack= er.abuse.ch/downloads/RW_IPBL.txt', + 'info' =3D> 'https://ransomwaretrack= er.abuse.ch/blocklist/', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'CIARMY' =3D> { 'name' =3D> 'The CINS Army List', + 'url' =3D> 'https://cinsscore.com/l= ist/ci-badguys.txt', + 'info' =3D> 'https://cinsscore.com/#= list', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'TOR_ALL' =3D> { 'name' =3D> 'Known TOR Nodes', + 'url' =3D> 'https://www.dan.me.uk/t= orlist', + 'info' =3D> 'https://www.dan.me.uk/t= ornodes', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'wget', + 'rate' =3D> 1, + 'safe' =3D> 'no', + 'disable' =3D> 'TOR_EXIT' }, + 'TOR_EXIT' =3D> { 'name' =3D> 'Known TOR Exit Nodes', + 'url' =3D> 'https://www.dan.me.uk/t= orlist/?exit', + 'info' =3D> 'https://www.dan.me.uk/t= ornodes', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'wget', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'TALOS_MALICIOUS' =3D> { 'name' =3D> 'Talos Malicious hosts= list', + 'url' =3D> 'https://www.talosintell= igence.com/documents/ip-blacklist', + 'info' =3D> 'https://www.talosintell= igence.com/reputation', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'wget', + 'rate' =3D> 24, + 'safe' =3D> 'no' }, + 'ALIENVAULT' =3D> { 'name' =3D> 'AlienVault IP Reputat= ion database', + 'url' =3D> 'https://reputation.alie= nvault.com/reputation.generic', + 'info' =3D> 'https://www.alienvault.= com/resource-center/videos/what-is-ip-domain-reputation', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 1, + 'safe' =3D> 'no' }, + 'BOGON' =3D> { 'name' =3D> 'Bogus address list (M= artian)', + 'url' =3D> 'https://www.team-cymru.= org/Services/Bogons/bogon-bn-agg.txt', + 'info' =3D> 'https://www.team-cymru.= com/bogon-reference.html', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 24, + 'safe' =3D> 'yes' }, + 'BOGON_FULL' =3D> { 'name' =3D> 'Full Bogus Address Li= st', + 'url' =3D> 'https://www.team-cymru.= org/Services/Bogons/fullbogons-ipv4.txt', + 'info' =3D> 'https://www.team-cymru.= com/bogon-reference.html', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'check-header-time', + 'rate' =3D> 24, + 'safe' =3D> 'yes', + 'disable' =3D> 'BOGON' }, + 'SHODAN' =3D> { 'name' =3D> 'ISC Shodan scanner bl= acklist', + 'url' =3D> 'https://isc.sans.edu/ap= i/threatlist/shodan?tab', + 'info' =3D> 'https://isc.sans.edu', + 'parser' =3D> 'text-with-hash-comments= ', + 'method' =3D> 'wget', + 'rate' =3D> 24, + 'safe' =3D> 'no' } + ); diff --git a/src/misc-progs/getipsetstat.c b/src/misc-progs/getipsetstat.c new file mode 100644 index 000000000..aee79542a --- /dev/null +++ b/src/misc-progs/getipsetstat.c @@ -0,0 +1,28 @@ +/* IPFire helper program - GetIPSetStat + * + * Get the list from IPSET LIST + * + */ + +#include +#include +#include +#include +#include +#include +#include "setuid.h" + + +int main(void) +{ + if (!(initsetuid())) + exit(1); + + safe_system("/usr/sbin/ipset list -t -f /var/tmp/ipsets.txt"); + safe_system("chown nobody:nobody /var/tmp/ipsets.txt"); + + safe_system("/usr/sbin/ipset list AUTOBLACKLIST -q -f /var/tmp/autoblacklis= t.txt"); + safe_system("chown -f nobody:nobody /var/tmp/autoblacklist.txt"); + + return 0; +} diff --git a/src/misc-progs/ipblacklistctrl.c b/src/misc-progs/ipblacklistctr= l.c new file mode 100644 index 000000000..506fa2f46 --- /dev/null +++ b/src/misc-progs/ipblacklistctrl.c @@ -0,0 +1,52 @@ +/* This file is part of the IPFire Firewall. + * + * This program is distributed under the terms of the GNU General Public + * Licence. See the file COPYING for details. + * + */ + +#include +#include +#include +#include +#include +#include +#include "setuid.h" + +int main(int argc, char *argv[]) { + + if (!(initsetuid())) + exit(1); + + if (argc < 2) { + fprintf(stderr, "\nNo argument given.\n" + "ipblacklistctrl (update|restore|log-on|log-off|" + "enable|disable|autoblacklist-update|autoblacklist-clear)\n\= n"); + exit(1); + } + + if (strcmp(argv[1], "update") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist update >/dev/null 2>&1 &"); + } else if (strcmp(argv[1], "restore") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist restore >/dev/null 2>&1 &"); + } else if (strcmp(argv[1], "log-on") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist log-on >/dev/null 2>&1 &"); + } else if (strcmp(argv[1], "log-off") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist log-off >/dev/null 2>&1 &"); + } else if (strcmp(argv[1], "enable") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist enable >/dev/null 2>&1 &"); + } else if (strcmp(argv[1], "disable") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist disable >/dev/null 2>&1 &"); + } else if (strcmp(argv[1], "autoblacklist-update") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist autoblacklist-update >/dev/n= ull 2>&1 &"); + } else if (strcmp(argv[1], "autoblacklist-clear") =3D=3D 0) { + safe_system("/usr/local/bin/ipblacklist autoblacklist-clear >/dev/nu= ll 2>&1 &"); + } else { + fprintf(stderr, "\nBad argument given.\n" + "ipblacklistctrl (update|restore|log-on|log-off|" + "enable|disable|autoblacklist-update|autoblacklist-clear)\n\= n"); + exit(1); + } + + return 0; +} --=20 2.16.4 --===============4826948501762841617==--