Wed Jun 19 10:28:58 UTC 2019 update

This commit is contained in:
Costa Tsaousis 2019-06-16 06:30:16 +01:00
commit 344e797c4c
1464 changed files with 7509546 additions and 0 deletions

106
.gitignore vendored Normal file
View File

@ -0,0 +1,106 @@
bogons.netset
.cache
.cache.old
dragon_http.netset
dragon_*.ipset
dragon_*.netset
dragon_sshpauth.netset
dragon_vncprobe.netset
dronebl_anonymizers.netset
dronebl_auto_botnets.netset
dronebl_autorooting_worms.netset
dronebl_compromised.netset
dronebl_ddos_drones.netset
dronebl_dns_mx_on_irc.netset
dronebl_*.ipset
dronebl_irc_drones.netset
dronebl_*.netset
dronebl_unknown.netset
dronebl_worms_bots.netset
errors/
fullbogons.netset
history/
ib_*.ipset
iblocklist_ads.netset
iblocklist_ads.*set
iblocklist_badpeers.ipset
iblocklist_badpeers.*set
iblocklist_bogons.netset
iblocklist_bogons.*set
iblocklist_dshield.netset
iblocklist_dshield.*set
iblocklist_edu.netset
iblocklist_edu.*set
iblocklist_exclusions.netset
iblocklist_exclusions.*set
iblocklist_fornonlancomputers.netset
iblocklist_fornonlancomputers.*set
iblocklist_forumspam.netset
iblocklist_forumspam.*set
iblocklist_hijacked.netset
iblocklist_hijacked.*set
iblocklist_iana_multicast.netset
iblocklist_iana_multicast.*set
iblocklist_iana_private.netset
iblocklist_iana_private.*set
iblocklist_iana_reserved.netset
iblocklist_iana_reserved.*set
iblocklist_level1.netset
iblocklist_level1.*set
iblocklist_level2.netset
iblocklist_level2.*set
iblocklist_level3.netset
iblocklist_level3.*set
iblocklist_org_microsoft.netset
iblocklist_org_microsoft.*set
iblocklist_proxies.ipset
iblocklist_proxies.*set
iblocklist_rangetest.netset
iblocklist_rangetest.*set
iblocklist_spider.netset
iblocklist_spider.*set
iblocklist_spyware.netset
iblocklist_spyware.*set
iblocklist_webexploit.ipset
iblocklist_webexploit.*set
ib_*.netset
iprange*
ipv4_range_to_cidr.awk
*.lastchecked
*.setinfo
sorbs_anonymizers.netset
sorbs_dul.netset
sorbs_escalations.netset
sorbs_*.ipset
sorbs_*.netset
sorbs_new_spam.netset
sorbs_noserver.netset
sorbs_recent_spam.netset
sorbs_smtp.netset
sorbs_web.netset
sorbs_zombie.netset
*.source
*.tmp
update-ipsets*
.warn_if_last_downloaded_before_this
blueliv*.ipset
blueliv*.netset
blueliv_crimeserver_online.ipset
blueliv_crimeserver_recent.ipset
blueliv_crimeserver_last.ipset
blueliv_crimeserver_last_1d.ipset
blueliv_crimeserver_last_2d.ipset
blueliv_crimeserver_last_7d.ipset
blueliv_crimeserver_last_30d.ipset
iblocklist_badpeers.netset
dataplane_sipquery.ipset
dataplane_sshpwauth.ipset
dataplane_sshclient.ipset
dataplane_sipregistration.ipset
dataplane_sipinvitation.ipset
dataplane_vncrfb.ipset
dataplane_dnsrd.ipset
dataplane_dnsrdany.ipset
dataplane_dnsversion.ipset
shunlist.ipset
ip2proxy_px1lite.netset

228
README-EDIT.md Normal file
View File

@ -0,0 +1,228 @@
> Due to the amount of data and the frequency of the updates on this repo,
> github has requested to limit the number of updates.
> The site [https://iplists.firehol.org](https://iplists.firehol.org) has direct links
> to all the files in this repo. **This repo is now updated once per day.**
---
### Contents
- [About this repo](#about-this-repo)
- [Using these ipsets](#using-these-ipsets)
- [Which ones to use?](#which-ones-to-use)
- [Why are open proxy lists included](#why-are-open-proxy-lists-included)
- [Using them in FireHOL](#using-them-in-firehol)
* [Adding the ipsets in your firehol.conf](#adding-the-ipsets-in-your-fireholconf)
* [Updating the ipsets while the firewall is running](#updating-the-ipsets-while-the-firewall-is-running)
- [Dynamic List of ipsets included](#list-of-ipsets-included)
- [Comparison of ipsets](#comparison-of-ipsets)
---
# About this repo
This repository includes a list of ipsets dynamically updated with
[FireHOL](https://github.com/firehol/firehol)'s `update-ipsets.sh`
[documented in this wiki](https://github.com/firehol/blocklist-ipsets/wiki).
This repo is self maintained. It it updated automatically from the script via a cron job.
This repo has a site: [http://iplists.firehol.org](http://iplists.firehol.org).
## Why do we need blocklists?
As time passes and the internet matures in our life, cybercrime is becoming increasingly sophisticated.
Although there are many tools (detection of malware, viruses, intrusion detection and prevention systems,
etc) to help us isolate the bad guys, there are now a lot more than just such attacks.
What is more interesting is that the fraudsters or attackers in many cases are not going to do a direct
damage to you or your systems. They will use you and your systems to gain something else, possibly not
related or indirectly related to your business. Nowadays the attacks cannot be identified easily. They are
distributed and come to our systems from a vast amount of IPs around the world.
To get an idea, check for example the [XRumer](http://en.wikipedia.org/wiki/XRumer) software. This thing
mimics human behavior to post ads, it creates email accounts, responds to emails it receives, bypasses
captchas, it goes gently to stay unnoticed, etc.
To increase our effectiveness we need to complement our security solutions with our shared knowledge, our
shared experience in this fight.
Hopefully, there are many teams out there that do their best to identify the attacks and pinpoint the
attackers. These teams release blocklists. Blocklists of IPs (for use in firewalls), domains & URLs
(for use in proxies), etc.
What we are interested here is IPs.
Using IP blocklists at the internet side of your firewall is a key component of internet security. These
lists share key knowledge between us, allowing us to learn from each other and effectively isolate
fraudsters and attackers from our services.
I decided to upload these lists to a github repo because:
1. They are freely available on the internet. The intention of their creators is to help internet security.
Keep in mind though that a few of these lists may have special licences attached. Before using them, please check their source site for any information regarding proper use.
2. Github provides (via `git pull`) a unified way of updating all the lists together.
Pulling this repo regularly on your machines, you will update all the IP lists at once.
3. Github also provides a unified version control. Using it we can have a history of what each list has
done, which IPs or subnets were added and which were removed.
## DNSBLs
Check also another tool included in FireHOL v3+, called `dnsbl-ipset.sh`.
This tool is capable of creating an ipset based on your traffic by looking up information on DNSBLs and
scoring it according to your preferences.
More information [here](https://github.com/firehol/firehol/wiki/dnsbl-ipset.sh).
---
# Using these ipsets
Please be very careful what you choose to use and how you use it. If you blacklist traffic using these
lists you may end up blocking your users, your customers, even yourself (!) from accessing your services.
1. Go to to the site of each list and read how each list is maintained. You are going to trust these guys for doing their job right.
2. Most sites have either a donation system or commercial lists of higher quality. Try to support them.
3. I have included the TOR network in these lists (`bm_tor`, `dm_tor`, `et_tor`). The TOR network is not necessarily bad and you should not block it if you want to allow your users be anonymous. I have included it because for certain cases, allowing an anonymity network might be a risky thing (such as eCommerce).
4. Apply any blacklist at the internet side of your firewall. Be very careful. The `bogons` and `fullbogons` lists contain private, unrouteable IPs that should not be routed on the internet. If you apply such a blocklist on your DMZ or LAN side, you will be blocked out of your firewall.
5. Always have a whitelist too, containing the IP addresses or subnets you trust. Try to build the rules in such a way that if an IP is in the whitelist, it should not be blocked by these blocklists.
## Which ones to use
### Level 1 - Basic
These are the ones I trust. **Level 1** provides basic security against the most well-known attackers, with the minimum of false positives.
1. **Abuse.ch** lists `feodo`, `palevo`, `sslbl`, `zeus`, `zeus_badips`
These folks are doing a great job tracking crime ware. Their blocklists are very focused.
Keep in mind `zeus` may include some false positives. You can use `zeus_badips` instead.
2. **DShield.org** list `dshield`
It contains the top 20 attacking class C (/24) subnets, over the last three days.
3. **Spamhaus.org** lists `spamhaus_drop`, `spamhaus_edrop`
DROP (Don't Route Or Peer) and EDROP are advisory "drop all traffic" lists, consisting of netblocks that are "hijacked" or leased by professional spam or cyber-crime operations (used for dissemination of malware, trojan downloaders, botnet controllers).
According to Spamhaus.org:
> When implemented at a network or ISP's 'core routers', DROP and EDROP will help protect the network's users from spamming, scanning, harvesting, DNS-hijacking and DDoS attacks originating on rogue netblocks.
>
> Spamhaus strongly encourages the use of DROP and EDROP by tier-1s and backbones.
Spamhaus is very responsive to adapt these lists when a network owner updates them that the issue has been solved (I had one such incident with one of my users).
4. **Team-Cymru.org** list `bogons` or `fullbogons`
These are lists of IPs that should not be routed on the internet. No one should be using them.
Be very careful to apply either of the two on the internet side of your network.
### Level 2 - Essentials
**Level 2** provide protection against current brute force attacks. This level may have a small percentage of false positives, mainly due to dynamic IPs being re-used by other users.
1. **OpenBL.org** lists `openbl*`
The team of OpenBL tracks brute force attacks on their hosts. They have a very short list for hosts, under their own control, collecting this information, to eliminate false positives.
They suggest to use the default blacklist which has a retention policy of 90 days (`openbl`), but they also provide lists with different retention policies (from 1 day to 1 year).
Their goal is to report abuse to the responsible provider so that the infection is disabled.
2. **Blocklist.de** lists `blocklist_de*`
Is a network of users reporting abuse mainly using `fail2ban`. They eliminate false positives using other lists available. Since they collect information from their users, their lists may be subject to poisoning, or false positives.
I asked them about poisoning. [Here](https://forum.blocklist.de/viewtopic.php?f=4&t=244&sid=847d00d26b0735add3518ff515242cad) you can find their answer. In short, they track it down so that they have an ignorable rate of false positives.
Also, they only include individual IPs (no subnets) which have attacked their users the last 48 hours and their list contains 20.000 to 40.000 IPs (which is small enough considering the size of the internet).
Like `openbl`, their goal is to report abuse back, so that the infection is disabled.
They also provide their blocklist per type of attack (mail, web, etc).
Of course, there are more lists included. You can check them and decide if they fit for your needs.
## Why are open proxy lists included
Of course, I haven't included them for you to use the open proxies. The port the proxy is listening, or the type of proxy, are not included (although most of them use the standard proxy ports and do serve web requests).
If you check the comparisons for the open proxy lists (`ri_connect_proxies`, `ri_web_proxies`, `xroxy`, `proxz`, `proxyrss`, etc)
you will find that they overlap to a great degree with other blocklists, like `blocklist_de`, `stopforumspam`, etc.
> This means the attackers also use open proxies to execute attacks.
So, if you are under attack, blocking the open proxies may help isolate a large part of the attack.
I don't suggest to permanently block IPs using the proxy lists. Their purpose of existence is questionable.
Their quality though may be acceptable, since lot of these sites advertise that they test open proxies before including them in their lists, so that there are no false positives, at least at the time they tested them.
---
## Using them in FireHOL
`update-ipsets.sh` itself does not alter your firewall. It can be used to update ipsets both on disk and in the kernel for any firewall solution you use.
The information below, shows you how to configure FireHOL to use the provides ipsets.
### Adding the ipsets in your firehol.conf
I use something like this:
```sh
# our wan interface
wan="dsl0"
# our whitelist
ipset4 create whitelist hash:net
ipset4 add whitelist A.B.C.D/E # A.B.C.D/E is whitelisted
# subnets - netsets
for x in fullbogons dshield spamhaus_drop spamhaus_edrop
do
ipset4 create ${x} hash:net
ipset4 addfile ${x} ipsets/${x}.netset
blacklist4 full inface "${wan}" log "BLACKLIST ${x^^}" ipset:${x} \
except src ipset:whitelist
done
# individual IPs - ipsets
for x in feodo palevo sslbl zeus openbl blocklist_de
do
ipset4 create ${x} hash:ip
ipset4 addfile ${x} ipsets/${x}.ipset
blacklist4 full inface "${wan}" log "BLACKLIST ${x^^}" ipset:${x} \
except src ipset:whitelist
done
... rest of firehol.conf ...
```
If you are concerned about iptables performance, change the `blacklist4` keyword `full` to `input`.
This will block only inbound NEW connections, i.e. only the first packet for every NEW inbound connection will be checked.
All other traffic passes through unchecked.
> Before adding these rules to your `firehol.conf` you should run `update-ipsets.sh` to enable them.
### Updating the ipsets while the firewall is running
Just use the `update-ipsets.sh` script from the firehol distribution.
This script will update each ipset and call firehol to update the ipset while the firewall is running.
> You can add `update-ipsets.sh` to cron, to run every 10 mins. `update-ipsets.sh` is smart enough to download
> a list only when it needs to.
---
# List of ipsets included

737
README.md Normal file
View File

@ -0,0 +1,737 @@
> Due to the amount of data and the frequency of the updates on this repo,
> github has requested to limit the number of updates.
> The site [https://iplists.firehol.org](https://iplists.firehol.org) has direct links
> to all the files in this repo. **This repo is now updated once per day.**
---
### Contents
- [About this repo](#about-this-repo)
- [Using these ipsets](#using-these-ipsets)
- [Which ones to use?](#which-ones-to-use)
- [Why are open proxy lists included](#why-are-open-proxy-lists-included)
- [Using them in FireHOL](#using-them-in-firehol)
* [Adding the ipsets in your firehol.conf](#adding-the-ipsets-in-your-fireholconf)
* [Updating the ipsets while the firewall is running](#updating-the-ipsets-while-the-firewall-is-running)
- [Dynamic List of ipsets included](#list-of-ipsets-included)
- [Comparison of ipsets](#comparison-of-ipsets)
---
# About this repo
This repository includes a list of ipsets dynamically updated with
[FireHOL](https://github.com/firehol/firehol)'s `update-ipsets.sh`
[documented in this wiki](https://github.com/firehol/blocklist-ipsets/wiki).
This repo is self maintained. It it updated automatically from the script via a cron job.
This repo has a site: [http://iplists.firehol.org](http://iplists.firehol.org).
## Why do we need blocklists?
As time passes and the internet matures in our life, cybercrime is becoming increasingly sophisticated.
Although there are many tools (detection of malware, viruses, intrusion detection and prevention systems,
etc) to help us isolate the bad guys, there are now a lot more than just such attacks.
What is more interesting is that the fraudsters or attackers in many cases are not going to do a direct
damage to you or your systems. They will use you and your systems to gain something else, possibly not
related or indirectly related to your business. Nowadays the attacks cannot be identified easily. They are
distributed and come to our systems from a vast amount of IPs around the world.
To get an idea, check for example the [XRumer](http://en.wikipedia.org/wiki/XRumer) software. This thing
mimics human behavior to post ads, it creates email accounts, responds to emails it receives, bypasses
captchas, it goes gently to stay unnoticed, etc.
To increase our effectiveness we need to complement our security solutions with our shared knowledge, our
shared experience in this fight.
Hopefully, there are many teams out there that do their best to identify the attacks and pinpoint the
attackers. These teams release blocklists. Blocklists of IPs (for use in firewalls), domains & URLs
(for use in proxies), etc.
What we are interested here is IPs.
Using IP blocklists at the internet side of your firewall is a key component of internet security. These
lists share key knowledge between us, allowing us to learn from each other and effectively isolate
fraudsters and attackers from our services.
I decided to upload these lists to a github repo because:
1. They are freely available on the internet. The intention of their creators is to help internet security.
Keep in mind though that a few of these lists may have special licences attached. Before using them, please check their source site for any information regarding proper use.
2. Github provides (via `git pull`) a unified way of updating all the lists together.
Pulling this repo regularly on your machines, you will update all the IP lists at once.
3. Github also provides a unified version control. Using it we can have a history of what each list has
done, which IPs or subnets were added and which were removed.
## DNSBLs
Check also another tool included in FireHOL v3+, called `dnsbl-ipset.sh`.
This tool is capable of creating an ipset based on your traffic by looking up information on DNSBLs and
scoring it according to your preferences.
More information [here](https://github.com/firehol/firehol/wiki/dnsbl-ipset.sh).
---
# Using these ipsets
Please be very careful what you choose to use and how you use it. If you blacklist traffic using these
lists you may end up blocking your users, your customers, even yourself (!) from accessing your services.
1. Go to to the site of each list and read how each list is maintained. You are going to trust these guys for doing their job right.
2. Most sites have either a donation system or commercial lists of higher quality. Try to support them.
3. I have included the TOR network in these lists (`bm_tor`, `dm_tor`, `et_tor`). The TOR network is not necessarily bad and you should not block it if you want to allow your users be anonymous. I have included it because for certain cases, allowing an anonymity network might be a risky thing (such as eCommerce).
4. Apply any blacklist at the internet side of your firewall. Be very careful. The `bogons` and `fullbogons` lists contain private, unrouteable IPs that should not be routed on the internet. If you apply such a blocklist on your DMZ or LAN side, you will be blocked out of your firewall.
5. Always have a whitelist too, containing the IP addresses or subnets you trust. Try to build the rules in such a way that if an IP is in the whitelist, it should not be blocked by these blocklists.
## Which ones to use
### Level 1 - Basic
These are the ones I trust. **Level 1** provides basic security against the most well-known attackers, with the minimum of false positives.
1. **Abuse.ch** lists `feodo`, `palevo`, `sslbl`, `zeus`, `zeus_badips`
These folks are doing a great job tracking crime ware. Their blocklists are very focused.
Keep in mind `zeus` may include some false positives. You can use `zeus_badips` instead.
2. **DShield.org** list `dshield`
It contains the top 20 attacking class C (/24) subnets, over the last three days.
3. **Spamhaus.org** lists `spamhaus_drop`, `spamhaus_edrop`
DROP (Don't Route Or Peer) and EDROP are advisory "drop all traffic" lists, consisting of netblocks that are "hijacked" or leased by professional spam or cyber-crime operations (used for dissemination of malware, trojan downloaders, botnet controllers).
According to Spamhaus.org:
> When implemented at a network or ISP's 'core routers', DROP and EDROP will help protect the network's users from spamming, scanning, harvesting, DNS-hijacking and DDoS attacks originating on rogue netblocks.
>
> Spamhaus strongly encourages the use of DROP and EDROP by tier-1s and backbones.
Spamhaus is very responsive to adapt these lists when a network owner updates them that the issue has been solved (I had one such incident with one of my users).
4. **Team-Cymru.org** list `bogons` or `fullbogons`
These are lists of IPs that should not be routed on the internet. No one should be using them.
Be very careful to apply either of the two on the internet side of your network.
### Level 2 - Essentials
**Level 2** provide protection against current brute force attacks. This level may have a small percentage of false positives, mainly due to dynamic IPs being re-used by other users.
1. **OpenBL.org** lists `openbl*`
The team of OpenBL tracks brute force attacks on their hosts. They have a very short list for hosts, under their own control, collecting this information, to eliminate false positives.
They suggest to use the default blacklist which has a retention policy of 90 days (`openbl`), but they also provide lists with different retention policies (from 1 day to 1 year).
Their goal is to report abuse to the responsible provider so that the infection is disabled.
2. **Blocklist.de** lists `blocklist_de*`
Is a network of users reporting abuse mainly using `fail2ban`. They eliminate false positives using other lists available. Since they collect information from their users, their lists may be subject to poisoning, or false positives.
I asked them about poisoning. [Here](https://forum.blocklist.de/viewtopic.php?f=4&t=244&sid=847d00d26b0735add3518ff515242cad) you can find their answer. In short, they track it down so that they have an ignorable rate of false positives.
Also, they only include individual IPs (no subnets) which have attacked their users the last 48 hours and their list contains 20.000 to 40.000 IPs (which is small enough considering the size of the internet).
Like `openbl`, their goal is to report abuse back, so that the infection is disabled.
They also provide their blocklist per type of attack (mail, web, etc).
Of course, there are more lists included. You can check them and decide if they fit for your needs.
## Why are open proxy lists included
Of course, I haven't included them for you to use the open proxies. The port the proxy is listening, or the type of proxy, are not included (although most of them use the standard proxy ports and do serve web requests).
If you check the comparisons for the open proxy lists (`ri_connect_proxies`, `ri_web_proxies`, `xroxy`, `proxz`, `proxyrss`, etc)
you will find that they overlap to a great degree with other blocklists, like `blocklist_de`, `stopforumspam`, etc.
> This means the attackers also use open proxies to execute attacks.
So, if you are under attack, blocking the open proxies may help isolate a large part of the attack.
I don't suggest to permanently block IPs using the proxy lists. Their purpose of existence is questionable.
Their quality though may be acceptable, since lot of these sites advertise that they test open proxies before including them in their lists, so that there are no false positives, at least at the time they tested them.
---
## Using them in FireHOL
`update-ipsets.sh` itself does not alter your firewall. It can be used to update ipsets both on disk and in the kernel for any firewall solution you use.
The information below, shows you how to configure FireHOL to use the provides ipsets.
### Adding the ipsets in your firehol.conf
I use something like this:
```sh
# our wan interface
wan="dsl0"
# our whitelist
ipset4 create whitelist hash:net
ipset4 add whitelist A.B.C.D/E # A.B.C.D/E is whitelisted
# subnets - netsets
for x in fullbogons dshield spamhaus_drop spamhaus_edrop
do
ipset4 create ${x} hash:net
ipset4 addfile ${x} ipsets/${x}.netset
blacklist4 full inface "${wan}" log "BLACKLIST ${x^^}" ipset:${x} \
except src ipset:whitelist
done
# individual IPs - ipsets
for x in feodo palevo sslbl zeus openbl blocklist_de
do
ipset4 create ${x} hash:ip
ipset4 addfile ${x} ipsets/${x}.ipset
blacklist4 full inface "${wan}" log "BLACKLIST ${x^^}" ipset:${x} \
except src ipset:whitelist
done
... rest of firehol.conf ...
```
If you are concerned about iptables performance, change the `blacklist4` keyword `full` to `input`.
This will block only inbound NEW connections, i.e. only the first packet for every NEW inbound connection will be checked.
All other traffic passes through unchecked.
> Before adding these rules to your `firehol.conf` you should run `update-ipsets.sh` to enable them.
### Updating the ipsets while the firewall is running
Just use the `update-ipsets.sh` script from the firehol distribution.
This script will update each ipset and call firehol to update the ipset while the firewall is running.
> You can add `update-ipsets.sh` to cron, to run every 10 mins. `update-ipsets.sh` is smart enough to download
> a list only when it needs to.
---
# List of ipsets included
The following list was automatically generated on Wed Jun 19 10:28:58 UTC 2019.
The update frequency is the maximum allowed by internal configuration. A list will never be downloaded sooner than the update frequency stated. A list may also not be downloaded, after this frequency expired, if it has not been modified on the server (as reported by HTTP `IF_MODIFIED_SINCE` method).
name|info|type|entries|update|
:--:|:--:|:--:|:-----:|:----:|
[alienvault_reputation](http://iplists.firehol.org/?ipset=alienvault_reputation)|[AlienVault.com](https://www.alienvault.com/) IP reputation database|ipv4 hash:ip|53705 unique IPs|updated every 6 hours from [this link](https://reputation.alienvault.com/reputation.generic)
[asprox_c2](http://iplists.firehol.org/?ipset=asprox_c2)|[h3x.eu](http://atrack.h3x.eu/) ASPROX Tracker - Asprox C&C Sites|ipv4 hash:ip|0 unique IPs|updated every 1 day from [this link](http://atrack.h3x.eu/c2)
[bambenek_banjori](http://iplists.firehol.org/?ipset=bambenek_banjori)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of banjori C&Cs with 90 minute lookback|ipv4 hash:ip|122 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/banjori-iplist.txt)
[bambenek_bebloh](http://iplists.firehol.org/?ipset=bambenek_bebloh)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of bebloh C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/bebloh-iplist.txt)
[bambenek_c2](http://iplists.firehol.org/?ipset=bambenek_c2)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) master feed of known, active and non-sinkholed C&Cs IP addresses|ipv4 hash:ip|477 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/c2-ipmasterlist.txt)
[bambenek_cl](http://iplists.firehol.org/?ipset=bambenek_cl)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of cl C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/cl-iplist.txt)
[bambenek_cryptowall](http://iplists.firehol.org/?ipset=bambenek_cryptowall)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of cryptowall C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/cryptowall-iplist.txt)
[bambenek_dircrypt](http://iplists.firehol.org/?ipset=bambenek_dircrypt)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of dircrypt C&Cs with 90 minute lookback|ipv4 hash:ip|2 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/dircrypt-iplist.txt)
[bambenek_dyre](http://iplists.firehol.org/?ipset=bambenek_dyre)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of dyre C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/dyre-iplist.txt)
[bambenek_geodo](http://iplists.firehol.org/?ipset=bambenek_geodo)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of geodo C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/geodo-iplist.txt)
[bambenek_hesperbot](http://iplists.firehol.org/?ipset=bambenek_hesperbot)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of hesperbot C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/hesperbot-iplist.txt)
[bambenek_matsnu](http://iplists.firehol.org/?ipset=bambenek_matsnu)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of matsnu C&Cs with 90 minute lookback|ipv4 hash:ip|2 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/matsnu-iplist.txt)
[bambenek_necurs](http://iplists.firehol.org/?ipset=bambenek_necurs)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of necurs C&Cs with 90 minute lookback|ipv4 hash:ip|43 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/necurs-iplist.txt)
[bambenek_p2pgoz](http://iplists.firehol.org/?ipset=bambenek_p2pgoz)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of p2pgoz C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/p2pgoz-iplist.txt)
[bambenek_pushdo](http://iplists.firehol.org/?ipset=bambenek_pushdo)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of pushdo C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/pushdo-iplist.txt)
[bambenek_pykspa](http://iplists.firehol.org/?ipset=bambenek_pykspa)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of pykspa C&Cs with 90 minute lookback|ipv4 hash:ip|12 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/pykspa-iplist.txt)
[bambenek_qakbot](http://iplists.firehol.org/?ipset=bambenek_qakbot)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of qakbot C&Cs with 90 minute lookback|ipv4 hash:ip|1 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/qakbot-iplist.txt)
[bambenek_ramnit](http://iplists.firehol.org/?ipset=bambenek_ramnit)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of ramnit C&Cs with 90 minute lookback|ipv4 hash:ip|81 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/ramnit-iplist.txt)
[bambenek_ranbyus](http://iplists.firehol.org/?ipset=bambenek_ranbyus)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of ranbyus C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/ranbyus-iplist.txt)
[bambenek_simda](http://iplists.firehol.org/?ipset=bambenek_simda)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of simda C&Cs with 90 minute lookback|ipv4 hash:ip|151 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/simda-iplist.txt)
[bambenek_suppobox](http://iplists.firehol.org/?ipset=bambenek_suppobox)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of suppobox C&Cs with 90 minute lookback|ipv4 hash:ip|57 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/suppobox-iplist.txt)
[bambenek_symmi](http://iplists.firehol.org/?ipset=bambenek_symmi)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of symmi C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/symmi-iplist.txt)
[bambenek_tinba](http://iplists.firehol.org/?ipset=bambenek_tinba)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of tinba C&Cs with 90 minute lookback|ipv4 hash:ip|2 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/tinba-iplist.txt)
[bambenek_volatile](http://iplists.firehol.org/?ipset=bambenek_volatile)|[Bambenek Consulting](http://osint.bambenekconsulting.com/feeds/) feed of current IPs of volatile C&Cs with 90 minute lookback|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](http://osint.bambenekconsulting.com/feeds/volatile-iplist.txt)
[bbcan177_ms1](http://iplists.firehol.org/?ipset=bbcan177_ms1)|pfBlockerNG Malicious Threats|ipv4 hash:net|2677 subnets, 5269962 unique IPs|updated every 1 day from [this link](https://gist.githubusercontent.com/BBcan177/bf29d47ea04391cb3eb0/raw)
[bbcan177_ms3](http://iplists.firehol.org/?ipset=bbcan177_ms3)|pfBlockerNG Malicious Threats|ipv4 hash:net|1146 subnets, 30151694 unique IPs|updated every 1 day from [this link](https://gist.githubusercontent.com/BBcan177/d7105c242f17f4498f81/raw)
[bds_atif](http://iplists.firehol.org/?ipset=bds_atif)|Artillery Threat Intelligence Feed and Banlist Feed|ipv4 hash:ip|3756 unique IPs|updated every 1 day from [this link](https://www.binarydefense.com/banlist.txt)
[bi_any_0_1d](http://iplists.firehol.org/?ipset=bi_any_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category any with score above 0 and age less than 1d|ipv4 hash:ip|27220 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/any/0?age=1d)
[bi_any_1_7d](http://iplists.firehol.org/?ipset=bi_any_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category any with score above 1 and age less than 7d|ipv4 hash:ip|19621 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/any/1?age=7d)
[bi_any_2_1d](http://iplists.firehol.org/?ipset=bi_any_2_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category any with score above 2 and age less than 1d|ipv4 hash:ip|2549 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/any/2?age=1d)
[bi_any_2_30d](http://iplists.firehol.org/?ipset=bi_any_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category any with score above 2 and age less than 30d|ipv4 hash:ip|27241 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/any/2?age=30d)
[bi_any_2_7d](http://iplists.firehol.org/?ipset=bi_any_2_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category any with score above 2 and age less than 7d|ipv4 hash:ip|14577 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/any/2?age=7d)
[bi_apache-404_0_1d](http://iplists.firehol.org/?ipset=bi_apache-404_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache-404 with score above 0 and age less than 1d|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apache-404/0?age=1d)
[bi_apache-modsec_0_1d](http://iplists.firehol.org/?ipset=bi_apache-modsec_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache-modsec with score above 0 and age less than 1d|ipv4 hash:ip|36 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apache-modsec/0?age=1d)
[bi_apache-noscript_0_1d](http://iplists.firehol.org/?ipset=bi_apache-noscript_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache-noscript with score above 0 and age less than 1d|ipv4 hash:ip|96 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apache-noscript/0?age=1d)
[bi_apache-noscript_2_30d](http://iplists.firehol.org/?ipset=bi_apache-noscript_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache-noscript with score above 2 and age less than 30d|ipv4 hash:ip|4 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/apache-noscript/2?age=30d)
[bi_apache-phpmyadmin_0_1d](http://iplists.firehol.org/?ipset=bi_apache-phpmyadmin_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache-phpmyadmin with score above 0 and age less than 1d|ipv4 hash:ip|3 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apache-phpmyadmin/0?age=1d)
[bi_apache-scriddies_0_1d](http://iplists.firehol.org/?ipset=bi_apache-scriddies_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache-scriddies with score above 0 and age less than 1d|ipv4 hash:ip|12 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apache-scriddies/0?age=1d)
[bi_apache_0_1d](http://iplists.firehol.org/?ipset=bi_apache_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache with score above 0 and age less than 1d|ipv4 hash:ip|846 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apache/0?age=1d)
[bi_apache_1_7d](http://iplists.firehol.org/?ipset=bi_apache_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache with score above 1 and age less than 7d|ipv4 hash:ip|81 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/apache/1?age=7d)
[bi_apache_2_30d](http://iplists.firehol.org/?ipset=bi_apache_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apache with score above 2 and age less than 30d|ipv4 hash:ip|125 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/apache/2?age=30d)
[bi_apacheddos_0_1d](http://iplists.firehol.org/?ipset=bi_apacheddos_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category apacheddos with score above 0 and age less than 1d|ipv4 hash:ip|4 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/apacheddos/0?age=1d)
[bi_assp_0_1d](http://iplists.firehol.org/?ipset=bi_assp_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category assp with score above 0 and age less than 1d|ipv4 hash:ip|157 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/assp/0?age=1d)
[bi_asterisk_0_1d](http://iplists.firehol.org/?ipset=bi_asterisk_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category asterisk with score above 0 and age less than 1d|ipv4 hash:ip|70 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/asterisk/0?age=1d)
[bi_asterisk_2_30d](http://iplists.firehol.org/?ipset=bi_asterisk_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category asterisk with score above 2 and age less than 30d|ipv4 hash:ip|20 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/asterisk/2?age=30d)
[bi_badbots_0_1d](http://iplists.firehol.org/?ipset=bi_badbots_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category badbots with score above 0 and age less than 1d|ipv4 hash:ip|12544 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/badbots/0?age=1d)
[bi_badbots_1_7d](http://iplists.firehol.org/?ipset=bi_badbots_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category badbots with score above 1 and age less than 7d|ipv4 hash:ip|3493 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/badbots/1?age=7d)
[bi_bruteforce_0_1d](http://iplists.firehol.org/?ipset=bi_bruteforce_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category bruteforce with score above 0 and age less than 1d|ipv4 hash:ip|12590 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/bruteforce/0?age=1d)
[bi_bruteforce_1_7d](http://iplists.firehol.org/?ipset=bi_bruteforce_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category bruteforce with score above 1 and age less than 7d|ipv4 hash:ip|3497 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/bruteforce/1?age=7d)
[bi_cms_0_1d](http://iplists.firehol.org/?ipset=bi_cms_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category cms with score above 0 and age less than 1d|ipv4 hash:ip|856 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/cms/0?age=1d)
[bi_cms_1_7d](http://iplists.firehol.org/?ipset=bi_cms_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category cms with score above 1 and age less than 7d|ipv4 hash:ip|268 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/cms/1?age=7d)
[bi_cms_2_30d](http://iplists.firehol.org/?ipset=bi_cms_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category cms with score above 2 and age less than 30d|ipv4 hash:ip|1307 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/cms/2?age=30d)
[bi_courierauth_0_1d](http://iplists.firehol.org/?ipset=bi_courierauth_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category courierauth with score above 0 and age less than 1d|ipv4 hash:ip|1 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/courierauth/0?age=1d)
[bi_courierauth_2_30d](http://iplists.firehol.org/?ipset=bi_courierauth_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category courierauth with score above 2 and age less than 30d|ipv4 hash:ip|2 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/courierauth/2?age=30d)
[bi_default_0_1d](http://iplists.firehol.org/?ipset=bi_default_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category default with score above 0 and age less than 1d|ipv4 hash:ip|140 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/default/0?age=1d)
[bi_default_1_7d](http://iplists.firehol.org/?ipset=bi_default_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category default with score above 1 and age less than 7d|ipv4 hash:ip|31 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/default/1?age=7d)
[bi_default_2_30d](http://iplists.firehol.org/?ipset=bi_default_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category default with score above 2 and age less than 30d|ipv4 hash:ip|128 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/default/2?age=30d)
[bi_dns_0_1d](http://iplists.firehol.org/?ipset=bi_dns_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category dns with score above 0 and age less than 1d|ipv4 hash:ip|4 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/dns/0?age=1d)
[bi_dovecot-pop3imap_0_1d](http://iplists.firehol.org/?ipset=bi_dovecot-pop3imap_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category dovecot-pop3imap with score above 0 and age less than 1d|ipv4 hash:ip|33 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/dovecot-pop3imap/0?age=1d)
[bi_dovecot-pop3imap_2_30d](http://iplists.firehol.org/?ipset=bi_dovecot-pop3imap_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category dovecot-pop3imap with score above 2 and age less than 30d|ipv4 hash:ip|617 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/dovecot-pop3imap/2?age=30d)
[bi_dovecot_0_1d](http://iplists.firehol.org/?ipset=bi_dovecot_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category dovecot with score above 0 and age less than 1d|ipv4 hash:ip|83 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/dovecot/0?age=1d)
[bi_dovecot_1_7d](http://iplists.firehol.org/?ipset=bi_dovecot_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category dovecot with score above 1 and age less than 7d|ipv4 hash:ip|982 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/dovecot/1?age=7d)
[bi_dovecot_2_30d](http://iplists.firehol.org/?ipset=bi_dovecot_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category dovecot with score above 2 and age less than 30d|ipv4 hash:ip|487 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/dovecot/2?age=30d)
[bi_drupal_0_1d](http://iplists.firehol.org/?ipset=bi_drupal_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category drupal with score above 0 and age less than 1d|ipv4 hash:ip|2 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/drupal/0?age=1d)
[bi_exim_0_1d](http://iplists.firehol.org/?ipset=bi_exim_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category exim with score above 0 and age less than 1d|ipv4 hash:ip|8 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/exim/0?age=1d)
[bi_exim_1_7d](http://iplists.firehol.org/?ipset=bi_exim_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category exim with score above 1 and age less than 7d|ipv4 hash:ip|0 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/exim/1?age=7d)
[bi_ftp_0_1d](http://iplists.firehol.org/?ipset=bi_ftp_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ftp with score above 0 and age less than 1d|ipv4 hash:ip|137 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/ftp/0?age=1d)
[bi_ftp_1_7d](http://iplists.firehol.org/?ipset=bi_ftp_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ftp with score above 1 and age less than 7d|ipv4 hash:ip|3346 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/ftp/1?age=7d)
[bi_ftp_2_30d](http://iplists.firehol.org/?ipset=bi_ftp_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ftp with score above 2 and age less than 30d|ipv4 hash:ip|1693 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/ftp/2?age=30d)
[bi_http_0_1d](http://iplists.firehol.org/?ipset=bi_http_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category http with score above 0 and age less than 1d|ipv4 hash:ip|1742 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/http/0?age=1d)
[bi_http_1_7d](http://iplists.firehol.org/?ipset=bi_http_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category http with score above 1 and age less than 7d|ipv4 hash:ip|4103 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/http/1?age=7d)
[bi_http_2_30d](http://iplists.firehol.org/?ipset=bi_http_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category http with score above 2 and age less than 30d|ipv4 hash:ip|1445 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/http/2?age=30d)
[bi_imap_0_1d](http://iplists.firehol.org/?ipset=bi_imap_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category imap with score above 0 and age less than 1d|ipv4 hash:ip|9 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/imap/0?age=1d)
[bi_mail_0_1d](http://iplists.firehol.org/?ipset=bi_mail_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category mail with score above 0 and age less than 1d|ipv4 hash:ip|4360 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/mail/0?age=1d)
[bi_mail_1_7d](http://iplists.firehol.org/?ipset=bi_mail_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category mail with score above 1 and age less than 7d|ipv4 hash:ip|4432 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/mail/1?age=7d)
[bi_mail_2_30d](http://iplists.firehol.org/?ipset=bi_mail_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category mail with score above 2 and age less than 30d|ipv4 hash:ip|4428 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/mail/2?age=30d)
[bi_named_0_1d](http://iplists.firehol.org/?ipset=bi_named_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category named with score above 0 and age less than 1d|ipv4 hash:ip|4 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/named/0?age=1d)
[bi_owncloud_0_1d](http://iplists.firehol.org/?ipset=bi_owncloud_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category owncloud with score above 0 and age less than 1d|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/owncloud/0?age=1d)
[bi_plesk-postfix_0_1d](http://iplists.firehol.org/?ipset=bi_plesk-postfix_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category plesk-postfix with score above 0 and age less than 1d|ipv4 hash:ip|18 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/plesk-postfix/0?age=1d)
[bi_postfix-sasl_0_1d](http://iplists.firehol.org/?ipset=bi_postfix-sasl_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category postfix-sasl with score above 0 and age less than 1d|ipv4 hash:ip|734 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/postfix-sasl/0?age=1d)
[bi_postfix-sasl_1_7d](http://iplists.firehol.org/?ipset=bi_postfix-sasl_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category postfix-sasl with score above 1 and age less than 7d|ipv4 hash:ip|920 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/postfix-sasl/1?age=7d)
[bi_postfix-sasl_2_30d](http://iplists.firehol.org/?ipset=bi_postfix-sasl_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category postfix-sasl with score above 2 and age less than 30d|ipv4 hash:ip|698 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/postfix-sasl/2?age=30d)
[bi_postfix_0_1d](http://iplists.firehol.org/?ipset=bi_postfix_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category postfix with score above 0 and age less than 1d|ipv4 hash:ip|1997 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/postfix/0?age=1d)
[bi_postfix_1_7d](http://iplists.firehol.org/?ipset=bi_postfix_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category postfix with score above 1 and age less than 7d|ipv4 hash:ip|323 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/postfix/1?age=7d)
[bi_postfix_2_30d](http://iplists.firehol.org/?ipset=bi_postfix_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category postfix with score above 2 and age less than 30d|ipv4 hash:ip|460 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/postfix/2?age=30d)
[bi_proftpd_0_1d](http://iplists.firehol.org/?ipset=bi_proftpd_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category proftpd with score above 0 and age less than 1d|ipv4 hash:ip|93 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/proftpd/0?age=1d)
[bi_proftpd_1_7d](http://iplists.firehol.org/?ipset=bi_proftpd_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category proftpd with score above 1 and age less than 7d|ipv4 hash:ip|66 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/proftpd/1?age=7d)
[bi_proftpd_2_30d](http://iplists.firehol.org/?ipset=bi_proftpd_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category proftpd with score above 2 and age less than 30d|ipv4 hash:ip|79 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/proftpd/2?age=30d)
[bi_pureftpd_0_1d](http://iplists.firehol.org/?ipset=bi_pureftpd_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category pureftpd with score above 0 and age less than 1d|ipv4 hash:ip|31 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/pureftpd/0?age=1d)
[bi_pureftpd_1_7d](http://iplists.firehol.org/?ipset=bi_pureftpd_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category pureftpd with score above 1 and age less than 7d|ipv4 hash:ip|9 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/pureftpd/1?age=7d)
[bi_pureftpd_2_30d](http://iplists.firehol.org/?ipset=bi_pureftpd_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category pureftpd with score above 2 and age less than 30d|ipv4 hash:ip|10 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/pureftpd/2?age=30d)
[bi_qmail-smtp_0_1d](http://iplists.firehol.org/?ipset=bi_qmail-smtp_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category qmail-smtp with score above 0 and age less than 1d|ipv4 hash:ip|13 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/qmail-smtp/0?age=1d)
[bi_rdp_0_1d](http://iplists.firehol.org/?ipset=bi_rdp_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category rdp with score above 0 and age less than 1d|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/rdp/0?age=1d)
[bi_sasl_0_1d](http://iplists.firehol.org/?ipset=bi_sasl_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sasl with score above 0 and age less than 1d|ipv4 hash:ip|1037 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/sasl/0?age=1d)
[bi_sasl_1_7d](http://iplists.firehol.org/?ipset=bi_sasl_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sasl with score above 1 and age less than 7d|ipv4 hash:ip|2900 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/sasl/1?age=7d)
[bi_sasl_2_30d](http://iplists.firehol.org/?ipset=bi_sasl_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sasl with score above 2 and age less than 30d|ipv4 hash:ip|2481 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/sasl/2?age=30d)
[bi_sip_0_1d](http://iplists.firehol.org/?ipset=bi_sip_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sip with score above 0 and age less than 1d|ipv4 hash:ip|15 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/sip/0?age=1d)
[bi_sip_1_7d](http://iplists.firehol.org/?ipset=bi_sip_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sip with score above 1 and age less than 7d|ipv4 hash:ip|2 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/sip/1?age=7d)
[bi_sip_2_30d](http://iplists.firehol.org/?ipset=bi_sip_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sip with score above 2 and age less than 30d|ipv4 hash:ip|1 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/sip/2?age=30d)
[bi_smtp_0_1d](http://iplists.firehol.org/?ipset=bi_smtp_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category smtp with score above 0 and age less than 1d|ipv4 hash:ip|58 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/smtp/0?age=1d)
[bi_spam_0_1d](http://iplists.firehol.org/?ipset=bi_spam_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category spam with score above 0 and age less than 1d|ipv4 hash:ip|612 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/spam/0?age=1d)
[bi_spam_1_7d](http://iplists.firehol.org/?ipset=bi_spam_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category spam with score above 1 and age less than 7d|ipv4 hash:ip|168 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/spam/1?age=7d)
[bi_sql-attack_0_1d](http://iplists.firehol.org/?ipset=bi_sql-attack_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sql-attack with score above 0 and age less than 1d|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/sql-attack/0?age=1d)
[bi_sql_0_1d](http://iplists.firehol.org/?ipset=bi_sql_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sql with score above 0 and age less than 1d|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/sql/0?age=1d)
[bi_ssh-blocklist_0_1d](http://iplists.firehol.org/?ipset=bi_ssh-blocklist_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ssh-blocklist with score above 0 and age less than 1d|ipv4 hash:ip|18 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/ssh-blocklist/0?age=1d)
[bi_ssh-ddos_0_1d](http://iplists.firehol.org/?ipset=bi_ssh-ddos_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ssh-ddos with score above 0 and age less than 1d|ipv4 hash:ip|30 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/ssh-ddos/0?age=1d)
[bi_ssh-ddos_2_30d](http://iplists.firehol.org/?ipset=bi_ssh-ddos_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ssh-ddos with score above 2 and age less than 30d|ipv4 hash:ip|681 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/ssh-ddos/2?age=30d)
[bi_ssh_0_1d](http://iplists.firehol.org/?ipset=bi_ssh_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ssh with score above 0 and age less than 1d|ipv4 hash:ip|16678 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/ssh/0?age=1d)
[bi_ssh_1_7d](http://iplists.firehol.org/?ipset=bi_ssh_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ssh with score above 1 and age less than 7d|ipv4 hash:ip|8957 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/ssh/1?age=7d)
[bi_ssh_2_30d](http://iplists.firehol.org/?ipset=bi_ssh_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category ssh with score above 2 and age less than 30d|ipv4 hash:ip|16988 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/ssh/2?age=30d)
[bi_sshd_0_1d](http://iplists.firehol.org/?ipset=bi_sshd_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sshd with score above 0 and age less than 1d|ipv4 hash:ip|13166 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/sshd/0?age=1d)
[bi_sshd_1_7d](http://iplists.firehol.org/?ipset=bi_sshd_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sshd with score above 1 and age less than 7d|ipv4 hash:ip|2939 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/sshd/1?age=7d)
[bi_sshd_2_30d](http://iplists.firehol.org/?ipset=bi_sshd_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category sshd with score above 2 and age less than 30d|ipv4 hash:ip|11774 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/sshd/2?age=30d)
[bi_telnet_0_1d](http://iplists.firehol.org/?ipset=bi_telnet_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category telnet with score above 0 and age less than 1d|ipv4 hash:ip|24 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/telnet/0?age=1d)
[bi_telnet_1_7d](http://iplists.firehol.org/?ipset=bi_telnet_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category telnet with score above 1 and age less than 7d|ipv4 hash:ip|6 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/telnet/1?age=7d)
[bi_telnet_2_30d](http://iplists.firehol.org/?ipset=bi_telnet_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category telnet with score above 2 and age less than 30d|ipv4 hash:ip|12 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/telnet/2?age=30d)
[bi_unknown_0_1d](http://iplists.firehol.org/?ipset=bi_unknown_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category unknown with score above 0 and age less than 1d|ipv4 hash:ip|147 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/unknown/0?age=1d)
[bi_unknown_1_7d](http://iplists.firehol.org/?ipset=bi_unknown_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category unknown with score above 1 and age less than 7d|ipv4 hash:ip|32 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/unknown/1?age=7d)
[bi_unknown_2_30d](http://iplists.firehol.org/?ipset=bi_unknown_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category unknown with score above 2 and age less than 30d|ipv4 hash:ip|140 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/unknown/2?age=30d)
[bi_username-notfound_0_1d](http://iplists.firehol.org/?ipset=bi_username-notfound_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category username-notfound with score above 0 and age less than 1d|ipv4 hash:ip|28 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/username-notfound/0?age=1d)
[bi_voip_0_1d](http://iplists.firehol.org/?ipset=bi_voip_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category voip with score above 0 and age less than 1d|ipv4 hash:ip|82 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/voip/0?age=1d)
[bi_voip_1_7d](http://iplists.firehol.org/?ipset=bi_voip_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category voip with score above 1 and age less than 7d|ipv4 hash:ip|15 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/voip/1?age=7d)
[bi_voip_2_30d](http://iplists.firehol.org/?ipset=bi_voip_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category voip with score above 2 and age less than 30d|ipv4 hash:ip|20 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/voip/2?age=30d)
[bi_vsftpd_0_1d](http://iplists.firehol.org/?ipset=bi_vsftpd_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category vsftpd with score above 0 and age less than 1d|ipv4 hash:ip|1 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/vsftpd/0?age=1d)
[bi_vsftpd_2_30d](http://iplists.firehol.org/?ipset=bi_vsftpd_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category vsftpd with score above 2 and age less than 30d|ipv4 hash:ip|1621 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/vsftpd/2?age=30d)
[bi_wordpress_0_1d](http://iplists.firehol.org/?ipset=bi_wordpress_0_1d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category wordpress with score above 0 and age less than 1d|ipv4 hash:ip|534 unique IPs|updated every 30 mins from [this link](https://www.badips.com/get/list/wordpress/0?age=1d)
[bi_wordpress_1_7d](http://iplists.firehol.org/?ipset=bi_wordpress_1_7d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category wordpress with score above 1 and age less than 7d|ipv4 hash:ip|51 unique IPs|updated every 6 hours from [this link](https://www.badips.com/get/list/wordpress/1?age=7d)
[bi_wordpress_2_30d](http://iplists.firehol.org/?ipset=bi_wordpress_2_30d)|[BadIPs.com](https://www.badips.com/) Bad IPs in category wordpress with score above 2 and age less than 30d|ipv4 hash:ip|183 unique IPs|updated every 1 day from [this link](https://www.badips.com/get/list/wordpress/2?age=30d)
[bitcoin_blockchain_info_1d](http://iplists.firehol.org/?ipset=bitcoin_blockchain_info_1d)|[Blockchain.info](https://blockchain.info/en/connected-nodes) Bitcoin nodes connected to Blockchain.info.|ipv4 hash:ip|988 unique IPs|updated every 10 mins from [this link](https://blockchain.info/en/connected-nodes)
[bitcoin_blockchain_info_30d](http://iplists.firehol.org/?ipset=bitcoin_blockchain_info_30d)|[Blockchain.info](https://blockchain.info/en/connected-nodes) Bitcoin nodes connected to Blockchain.info.|ipv4 hash:ip|8196 unique IPs|updated every 10 mins from [this link](https://blockchain.info/en/connected-nodes)
[bitcoin_blockchain_info_7d](http://iplists.firehol.org/?ipset=bitcoin_blockchain_info_7d)|[Blockchain.info](https://blockchain.info/en/connected-nodes) Bitcoin nodes connected to Blockchain.info.|ipv4 hash:ip|2636 unique IPs|updated every 10 mins from [this link](https://blockchain.info/en/connected-nodes)
[bitcoin_nodes](http://iplists.firehol.org/?ipset=bitcoin_nodes)|[BitNodes](https://getaddr.bitnodes.io/) Bitcoin connected nodes, globally.|ipv4 hash:ip|8157 unique IPs|updated every 10 mins from [this link](https://getaddr.bitnodes.io/api/v1/snapshots/latest/)
[bitcoin_nodes_1d](http://iplists.firehol.org/?ipset=bitcoin_nodes_1d)|[BitNodes](https://getaddr.bitnodes.io/) Bitcoin connected nodes, globally.|ipv4 hash:ip|9089 unique IPs|updated every 10 mins from [this link](https://getaddr.bitnodes.io/api/v1/snapshots/latest/)
[bitcoin_nodes_30d](http://iplists.firehol.org/?ipset=bitcoin_nodes_30d)|[BitNodes](https://getaddr.bitnodes.io/) Bitcoin connected nodes, globally.|ipv4 hash:ip|20805 unique IPs|updated every 10 mins from [this link](https://getaddr.bitnodes.io/api/v1/snapshots/latest/)
[bitcoin_nodes_7d](http://iplists.firehol.org/?ipset=bitcoin_nodes_7d)|[BitNodes](https://getaddr.bitnodes.io/) Bitcoin connected nodes, globally.|ipv4 hash:ip|11854 unique IPs|updated every 10 mins from [this link](https://getaddr.bitnodes.io/api/v1/snapshots/latest/)
[blocklist_de](http://iplists.firehol.org/?ipset=blocklist_de)|[Blocklist.de](https://www.blocklist.de/) IPs that have been detected by fail2ban in the last 48 hours|ipv4 hash:ip|33201 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/all.txt)
[blocklist_de_apache](http://iplists.firehol.org/?ipset=blocklist_de_apache)|[Blocklist.de](https://www.blocklist.de/) All IP addresses which have been reported within the last 48 hours as having run attacks on the service Apache, Apache-DDOS, RFI-Attacks.|ipv4 hash:ip|9458 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/apache.txt)
[blocklist_de_bots](http://iplists.firehol.org/?ipset=blocklist_de_bots)|[Blocklist.de](https://www.blocklist.de/) All IP addresses which have been reported within the last 48 hours as having run attacks on the RFI-Attacks, REG-Bots, IRC-Bots or BadBots (BadBots = it has posted a Spam-Comment on a open Forum or Wiki).|ipv4 hash:ip|68 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/bots.txt)
[blocklist_de_bruteforce](http://iplists.firehol.org/?ipset=blocklist_de_bruteforce)|[Blocklist.de](https://www.blocklist.de/) All IPs which attacks Joomla, Wordpress and other Web-Logins with Brute-Force Logins.|ipv4 hash:ip|1176 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/bruteforcelogin.txt)
[blocklist_de_ftp](http://iplists.firehol.org/?ipset=blocklist_de_ftp)|[Blocklist.de](https://www.blocklist.de/) All IP addresses which have been reported within the last 48 hours for attacks on the Service FTP.|ipv4 hash:ip|362 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/ftp.txt)
[blocklist_de_imap](http://iplists.firehol.org/?ipset=blocklist_de_imap)|[Blocklist.de](https://www.blocklist.de/) All IP addresses which have been reported within the last 48 hours for attacks on the Service imap, sasl, pop3, etc.|ipv4 hash:ip|4962 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/imap.txt)
[blocklist_de_mail](http://iplists.firehol.org/?ipset=blocklist_de_mail)|[Blocklist.de](https://www.blocklist.de/) All IP addresses which have been reported within the last 48 hours as having run attacks on the service Mail, Postfix.|ipv4 hash:ip|22444 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/mail.txt)
[blocklist_de_sip](http://iplists.firehol.org/?ipset=blocklist_de_sip)|[Blocklist.de](https://www.blocklist.de/) All IP addresses that tried to login in a SIP, VOIP or Asterisk Server and are included in the IPs list from infiltrated.net|ipv4 hash:ip|717 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/sip.txt)
[blocklist_de_ssh](http://iplists.firehol.org/?ipset=blocklist_de_ssh)|[Blocklist.de](https://www.blocklist.de/) All IP addresses which have been reported within the last 48 hours as having run attacks on the service SSH.|ipv4 hash:ip|8408 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/ssh.txt)
[blocklist_de_strongips](http://iplists.firehol.org/?ipset=blocklist_de_strongips)|[Blocklist.de](https://www.blocklist.de/) All IPs which are older then 2 month and have more then 5.000 attacks.|ipv4 hash:ip|353 unique IPs|updated every 15 mins from [this link](http://lists.blocklist.de/lists/strongips.txt)
[blocklist_net_ua](http://iplists.firehol.org/?ipset=blocklist_net_ua)|[blocklist.net.ua](https://blocklist.net.ua) The BlockList project was created to become protection against negative influence of the harmful and potentially dangerous events on the Internet. First of all this service will help internet and hosting providers to protect subscribers sites from being hacked. BlockList will help to stop receiving a large amount of spam from dubious SMTP relays or from attempts of brute force passwords to servers and network equipment.|ipv4 hash:ip|38860 unique IPs|updated every 10 mins from [this link](https://blocklist.net.ua/blocklist.csv)
[blueliv_crimeserver_last](http://iplists.firehol.org/?ipset=blueliv_crimeserver_last)|[blueliv.com](https://www.blueliv.com/) Last 6 hours Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|24381 unique IPs|updated every 6 hours
[blueliv_crimeserver_last_1d](http://iplists.firehol.org/?ipset=blueliv_crimeserver_last_1d)|[blueliv.com](https://www.blueliv.com/) Last 6 hours Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|58312 unique IPs|updated every 6 hours
[blueliv_crimeserver_last_2d](http://iplists.firehol.org/?ipset=blueliv_crimeserver_last_2d)|[blueliv.com](https://www.blueliv.com/) Last 6 hours Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|71293 unique IPs|updated every 6 hours
[blueliv_crimeserver_last_30d](http://iplists.firehol.org/?ipset=blueliv_crimeserver_last_30d)|[blueliv.com](https://www.blueliv.com/) Last 6 hours Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|87551 unique IPs|updated every 6 hours
[blueliv_crimeserver_last_7d](http://iplists.firehol.org/?ipset=blueliv_crimeserver_last_7d)|[blueliv.com](https://www.blueliv.com/) Last 6 hours Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|77098 unique IPs|updated every 6 hours
[blueliv_crimeserver_online](http://iplists.firehol.org/?ipset=blueliv_crimeserver_online)|[blueliv.com](https://www.blueliv.com/) Online Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|15628 unique IPs|updated every 1 day
[blueliv_crimeserver_recent](http://iplists.firehol.org/?ipset=blueliv_crimeserver_recent)|[blueliv.com](https://www.blueliv.com/) Recent Cybercrime IPs, in all categories: BACKDOOR, C_AND_C, EXPLOIT_KIT, MALWARE and PHISHING (to download the source data you need an API key from blueliv.com)|ipv4 hash:ip|64076 unique IPs|updated every 1 day
[bm_tor](http://iplists.firehol.org/?ipset=bm_tor)|[torstatus.blutmagie.de](https://torstatus.blutmagie.de) list of all TOR network servers|ipv4 hash:ip|6237 unique IPs|updated every 30 mins from [this link](https://torstatus.blutmagie.de/ip_list_all.php/Tor_ip_list_ALL.csv)
[bogons](http://iplists.firehol.org/?ipset=bogons)|[Team-Cymru.org](http://www.team-cymru.org) private and reserved addresses defined by RFC 1918, RFC 5735, and RFC 6598 and netblocks that have not been allocated to a regional internet registry|ipv4 hash:net|13 subnets, 592708608 unique IPs|updated every 1 day
[botscout](http://iplists.firehol.org/?ipset=botscout)|[BotScout](http://botscout.com/) helps prevent automated web scripts, known as bots, from registering on forums, polluting databases, spreading spam, and abusing forms on web sites. They do this by tracking the names, IPs, and email addresses that bots use and logging them as unique signatures for future reference. They also provide a simple yet powerful API that you can use to test forms when they're submitted on your site. This list is composed of the most recently-caught bots.|ipv4 hash:ip|31 unique IPs|updated every 30 mins from [this link](http://botscout.com/last_caught_cache.htm)
[botscout_1d](http://iplists.firehol.org/?ipset=botscout_1d)|[BotScout](http://botscout.com/) helps prevent automated web scripts, known as bots, from registering on forums, polluting databases, spreading spam, and abusing forms on web sites. They do this by tracking the names, IPs, and email addresses that bots use and logging them as unique signatures for future reference. They also provide a simple yet powerful API that you can use to test forms when they're submitted on your site. This list is composed of the most recently-caught bots.|ipv4 hash:ip|1423 unique IPs|updated every 30 mins from [this link](http://botscout.com/last_caught_cache.htm)
[botscout_30d](http://iplists.firehol.org/?ipset=botscout_30d)|[BotScout](http://botscout.com/) helps prevent automated web scripts, known as bots, from registering on forums, polluting databases, spreading spam, and abusing forms on web sites. They do this by tracking the names, IPs, and email addresses that bots use and logging them as unique signatures for future reference. They also provide a simple yet powerful API that you can use to test forms when they're submitted on your site. This list is composed of the most recently-caught bots.|ipv4 hash:ip|17936 unique IPs|updated every 30 mins from [this link](http://botscout.com/last_caught_cache.htm)
[botscout_7d](http://iplists.firehol.org/?ipset=botscout_7d)|[BotScout](http://botscout.com/) helps prevent automated web scripts, known as bots, from registering on forums, polluting databases, spreading spam, and abusing forms on web sites. They do this by tracking the names, IPs, and email addresses that bots use and logging them as unique signatures for future reference. They also provide a simple yet powerful API that you can use to test forms when they're submitted on your site. This list is composed of the most recently-caught bots.|ipv4 hash:ip|6421 unique IPs|updated every 30 mins from [this link](http://botscout.com/last_caught_cache.htm)
[botvrij_dst](http://iplists.firehol.org/?ipset=botvrij_dst)|[botvrij.eu](http://www.botvrij.eu/) Indicators of Compromise (IOCS) about malicious destination IPs, gathered via open source information feeds (blog pages and PDF documents) and then consolidated into different datasets. To ensure the quality of the data all entries older than approx. 6 months are removed.|ipv4 hash:ip|56 unique IPs|updated every 1 day from [this link](http://www.botvrij.eu/data/ioclist.ip-dst.raw)
[botvrij_src](http://iplists.firehol.org/?ipset=botvrij_src)|[botvrij.eu](http://www.botvrij.eu/) Indicators of Compromise (IOCS) about malicious source IPs, gathered via open source information feeds (blog pages and PDF documents) and then consolidated into different datasets. To ensure the quality of the data all entries older than approx. 6 months are removed.|ipv4 hash:ip|0 unique IPs|updated every 1 day from [this link](http://www.botvrij.eu/data/ioclist.ip-src.raw)
[bruteforceblocker](http://iplists.firehol.org/?ipset=bruteforceblocker)|[danger.rulez.sk bruteforceblocker](http://danger.rulez.sk/index.php/bruteforceblocker/) (fail2ban alternative for SSH on OpenBSD). This is an automatically generated list from users reporting failed authentication attempts. An IP seems to be included if 3 or more users report it. Its retention pocily seems 30 days.|ipv4 hash:ip|1269 unique IPs|updated every 3 hours from [this link](http://danger.rulez.sk/projects/bruteforceblocker/blist.php)
[ciarmy](http://iplists.firehol.org/?ipset=ciarmy)|[CIArmy.com](http://ciarmy.com/) IPs with poor Rogue Packet score that have not yet been identified as malicious by the community|ipv4 hash:ip|15000 unique IPs|updated every 3 hours from [this link](http://cinsscore.com/list/ci-badguys.txt)
[cidr_report_bogons](http://iplists.firehol.org/?ipset=cidr_report_bogons)|Unallocated (Free) Address Space, generated on a daily basis using the IANA registry files, the Regional Internet Registry stats files and the Regional Internet Registry whois data.|ipv4 hash:net|3151 subnets, 594601400 unique IPs|updated every 1 day from [this link](http://www.cidr-report.org/bogons/freespace-prefix.txt)
[cleanmx_phishing](http://iplists.firehol.org/?ipset=cleanmx_phishing)|[Clean-MX.de](http://support.clean-mx.de/) IPs sending phishing messages|ipv4 hash:ip|4519 unique IPs|updated every 30 mins from [this link](http://support.clean-mx.de/clean-mx/xmlphishing?response=alive&format=csv&domain=)
[cleanmx_viruses](http://iplists.firehol.org/?ipset=cleanmx_viruses)|[Clean-MX.de](http://support.clean-mx.de/clean-mx/viruses.php) IPs with viruses|ipv4 hash:ip|12190 unique IPs|updated every 30 mins from [this link](http://support.clean-mx.de/clean-mx/xmlviruses.php?response=alive&fields=ip)
[cleantalk](http://iplists.firehol.org/?ipset=cleantalk)|[CleanTalk](https://cleantalk.org/) Today's HTTP Spammers (includes: cleantalk_new cleantalk_updated)|ipv4 hash:ip|946 unique IPs|updated every 1 min
[cleantalk_1d](http://iplists.firehol.org/?ipset=cleantalk_1d)|[CleanTalk](https://cleantalk.org/) Today's HTTP Spammers (includes: cleantalk_new_1d cleantalk_updated_1d)|ipv4 hash:ip|9271 unique IPs|updated every 1 min
[cleantalk_30d](http://iplists.firehol.org/?ipset=cleantalk_30d)|[CleanTalk](https://cleantalk.org/) Today's HTTP Spammers (includes: cleantalk_new_30d cleantalk_updated_30d)|ipv4 hash:ip|273870 unique IPs|updated every 1 min
[cleantalk_7d](http://iplists.firehol.org/?ipset=cleantalk_7d)|[CleanTalk](https://cleantalk.org/) Today's HTTP Spammers (includes: cleantalk_new_7d cleantalk_updated_7d)|ipv4 hash:ip|58182 unique IPs|updated every 1 min
[cleantalk_new](http://iplists.firehol.org/?ipset=cleantalk_new)|[CleanTalk](https://cleantalk.org/) Recent HTTP Spammers|ipv4 hash:ip|500 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/submited_today)
[cleantalk_new_1d](http://iplists.firehol.org/?ipset=cleantalk_new_1d)|[CleanTalk](https://cleantalk.org/) Recent HTTP Spammers|ipv4 hash:ip|5245 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/submited_today)
[cleantalk_new_30d](http://iplists.firehol.org/?ipset=cleantalk_new_30d)|[CleanTalk](https://cleantalk.org/) Recent HTTP Spammers|ipv4 hash:ip|205928 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/submited_today)
[cleantalk_new_7d](http://iplists.firehol.org/?ipset=cleantalk_new_7d)|[CleanTalk](https://cleantalk.org/) Recent HTTP Spammers|ipv4 hash:ip|38855 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/submited_today)
[cleantalk_top20](http://iplists.firehol.org/?ipset=cleantalk_top20)|[CleanTalk](https://cleantalk.org/) Top 20 HTTP Spammers|ipv4 hash:ip|20 unique IPs|updated every 1 day from [this link](https://cleantalk.org/blacklists/top20)
[cleantalk_updated](http://iplists.firehol.org/?ipset=cleantalk_updated)|[CleanTalk](https://cleantalk.org/) Recurring HTTP Spammers|ipv4 hash:ip|500 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/updated_today)
[cleantalk_updated_1d](http://iplists.firehol.org/?ipset=cleantalk_updated_1d)|[CleanTalk](https://cleantalk.org/) Recurring HTTP Spammers|ipv4 hash:ip|4880 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/updated_today)
[cleantalk_updated_30d](http://iplists.firehol.org/?ipset=cleantalk_updated_30d)|[CleanTalk](https://cleantalk.org/) Recurring HTTP Spammers|ipv4 hash:ip|90825 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/updated_today)
[cleantalk_updated_7d](http://iplists.firehol.org/?ipset=cleantalk_updated_7d)|[CleanTalk](https://cleantalk.org/) Recurring HTTP Spammers|ipv4 hash:ip|25245 unique IPs|updated every 15 mins from [this link](https://cleantalk.org/blacklists/updated_today)
[coinbl_hosts](http://iplists.firehol.org/?ipset=coinbl_hosts)|[CoinBlockerLists](https://gitlab.com/ZeroDot1/CoinBlockerLists) Simple lists that can help prevent cryptomining in the browser or other applications. This list contains all domains - A list for administrators to prevent mining in networks. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|5035 unique IPs|updated every 1 day from [this link](https://zerodot1.gitlab.io/CoinBlockerLists/hosts)
[coinbl_hosts_browser](http://iplists.firehol.org/?ipset=coinbl_hosts_browser)|[CoinBlockerLists](https://gitlab.com/ZeroDot1/CoinBlockerLists) Simple lists that can help prevent cryptomining in the browser or other applications. A hosts list to prevent browser mining only. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|832 unique IPs|updated every 1 day from [this link](https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser)
[coinbl_hosts_optional](http://iplists.firehol.org/?ipset=coinbl_hosts_optional)|[CoinBlockerLists](https://gitlab.com/ZeroDot1/CoinBlockerLists) Simple lists that can help prevent cryptomining in the browser or other applications. This list contains additional domains, for administrators to prevent mining in networks. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|420 unique IPs|updated every 1 day from [this link](https://zerodot1.gitlab.io/CoinBlockerLists/hosts_optional)
[coinbl_ips](http://iplists.firehol.org/?ipset=coinbl_ips)|[CoinBlockerLists](https://gitlab.com/ZeroDot1/CoinBlockerLists) Simple lists that can help prevent cryptomining in the browser or other applications. This list contains all IPs - An additional list for administrators to prevent mining in networks. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|1390 unique IPs|updated every 1 day from [this link](https://zerodot1.gitlab.io/CoinBlockerLists/MiningServerIPList.txt)
[cruzit_web_attacks](http://iplists.firehol.org/?ipset=cruzit_web_attacks)|[CruzIt.com](http://www.cruzit.com/wbl.php) IPs of compromised machines scanning for vulnerabilities and DDOS attacks|ipv4 hash:ip|9541 unique IPs|updated every 12 hours from [this link](http://www.cruzit.com/xwbl2txt.php)
[cta_cryptowall](http://iplists.firehol.org/?ipset=cta_cryptowall)|[Cyber Threat Alliance](http://www.cyberthreatalliance.org/cryptowall-dashboard.html) CryptoWall is one of the most lucrative and broad-reaching ransomware campaigns affecting Internet users today. Sharing intelligence and analysis resources, the CTA profiled the latest version of CryptoWall, which impacted hundreds of thousands of users, resulting in over US $325 million in damages worldwide.|ipv4 hash:ip|1360 unique IPs|updated every 1 day from [this link](https://public.tableau.com/views/CTAOnlineViz/DashboardData.csv?:embed=y&:showVizHome=no&:showTabs=y&:display_count=y&:display_static_image=y&:bootstrapWhenNotified=true)
[cybercrime](http://iplists.firehol.org/?ipset=cybercrime)|[CyberCrime](http://cybercrime-tracker.net/) A project tracking Command and Control.|ipv4 hash:ip|1308 unique IPs|updated every 12 hours from [this link](http://cybercrime-tracker.net/fuckerz.php)
[darklist_de](http://iplists.firehol.org/?ipset=darklist_de)|[darklist.de](http://www.darklist.de/) ssh fail2ban reporting|ipv4 hash:net|7470 subnets, 87859 unique IPs|updated every 1 day from [this link](http://www.darklist.de/raw.php)
[datacenters](http://iplists.firehol.org/?ipset=datacenters)|[Nick Galbreath](https://github.com/client9/ipcat) This is a list of IPv4 address that correspond to datacenters, co-location centers, shared and virtual webhosting providers. In other words, ip addresses that end web consumers should not be using.|ipv4 hash:net|4224 subnets, 95959476 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/client9/ipcat/master/datacenters.csv)
[dataplane_dnsrd](http://iplists.firehol.org/?ipset=dataplane_dnsrd)|[DataPlane.org](https://dataplane.org/) IP addresses that have been identified as sending recursive DNS queries to a remote host. This report lists addresses that may be cataloging open DNS resolvers or evaluating cache entries.|ipv4 hash:ip|455 unique IPs|updated every 1 hour
[dataplane_dnsrdany](http://iplists.firehol.org/?ipset=dataplane_dnsrdany)|[DataPlane.org](https://dataplane.org/) IP addresses that have been identified as sending recursive DNS IN ANY queries to a remote host. This report lists addresses that may be cataloging open DNS resolvers for the purpose of later using them to facilitate DNS amplification and reflection attacks.|ipv4 hash:ip|16 unique IPs|updated every 1 hour
[dataplane_dnsversion](http://iplists.firehol.org/?ipset=dataplane_dnsversion)|[DataPlane.org](https://dataplane.org/) IP addresses that have been identified as sending DNS CH TXT VERSION.BIND queries to a remote host. This report lists addresses that may be cataloging DNS software.|ipv4 hash:ip|317 unique IPs|updated every 1 hour
[dataplane_sipinvitation](http://iplists.firehol.org/?ipset=dataplane_sipinvitation)|[DataPlane.org](https://dataplane.org/) IP addresses that have been seen initiating a SIP INVITE operation to a remote host. This report lists hosts that are suspicious of more than just port scanning. These hosts may be SIP client cataloging or conducting various forms of telephony abuse.|ipv4 hash:ip|45 unique IPs|updated every 1 hour
[dataplane_sipquery](http://iplists.firehol.org/?ipset=dataplane_sipquery)|[DataPlane.org](https://dataplane.org/) IP addresses that has been seen initiating a SIP OPTIONS query to a remote host. This report lists hosts that are suspicious of more than just port scanning. These hosts may be SIP server cataloging or conducting various forms of telephony abuse.|ipv4 hash:ip|432 unique IPs|updated every 1 hour
[dataplane_sipregistration](http://iplists.firehol.org/?ipset=dataplane_sipregistration)|[DataPlane.org](https://dataplane.org/) IP addresses that have been seen initiating a SIP REGISTER operation to a remote host. This report lists hosts that are suspicious of more than just port scanning. These hosts may be SIP client cataloging or conducting various forms of telephony abuse.|ipv4 hash:ip|49 unique IPs|updated every 1 hour
[dataplane_sshclient](http://iplists.firehol.org/?ipset=dataplane_sshclient)|[DataPlane.org](https://dataplane.org/) IP addresses that has been seen initiating an SSH connection to a remote host. This report lists hosts that are suspicious of more than just port scanning. These hosts may be SSH server cataloging or conducting authentication attack attempts.|ipv4 hash:ip|14060 unique IPs|updated every 1 hour
[dataplane_sshpwauth](http://iplists.firehol.org/?ipset=dataplane_sshpwauth)|[DataPlane.org](https://dataplane.org/) IP addresses that has been seen attempting to remotely login to a host using SSH password authentication. This report lists hosts that are highly suspicious and are likely conducting malicious SSH password authentication attacks.|ipv4 hash:ip|11586 unique IPs|updated every 1 hour
[dataplane_vncrfb](http://iplists.firehol.org/?ipset=dataplane_vncrfb)|[DataPlane.org](https://dataplane.org/) IP addresses that have been seen initiating a VNC remote frame buffer (RFB) session to a remote host. This report lists hosts that are suspicious of more than just port scanning. These hosts may be VNC server cataloging or conducting various forms of remote access abuse.|ipv4 hash:ip|797 unique IPs|updated every 1 hour
[dm_tor](http://iplists.firehol.org/?ipset=dm_tor)|[dan.me.uk](https://www.dan.me.uk) dynamic list of TOR nodes|ipv4 hash:ip|6238 unique IPs|updated every 30 mins from [this link](https://www.dan.me.uk/torlist/)
[dronebl_anonymizers](http://iplists.firehol.org/?ipset=dronebl_anonymizers)|[DroneBL.org](https://dronebl.org) List of open proxies. It includes IPs which DroneBL categorizes as SOCKS proxies (8), HTTP proxies (9), web page proxies (11), WinGate proxies (14), proxy chains (10).|ipv4 hash:net|886867 subnets, 961601 unique IPs|updated every 1 min
[dronebl_auto_botnets](http://iplists.firehol.org/?ipset=dronebl_auto_botnets)|[DroneBL.org](https://dronebl.org) IPs of automatically detected botnets. It includes IPs for which DroneBL responds with 17.|ipv4 hash:net|9680 subnets, 9789 unique IPs|updated every 1 min
[dronebl_autorooting_worms](http://iplists.firehol.org/?ipset=dronebl_autorooting_worms)|[DroneBL.org](https://dronebl.org) IPs of autorooting worms. It includes IPs for which DroneBL responds with 16. These are usually SSH bruteforce attacks.|ipv4 hash:net|670 subnets, 704 unique IPs|updated every 1 min
[dronebl_compromised](http://iplists.firehol.org/?ipset=dronebl_compromised)|[DroneBL.org](https://dronebl.org) IPs of compromised routers / gateways. It includes IPs for which DroneBL responds with 15 (BOPM detected).|ipv4 hash:net|55312 subnets, 187267 unique IPs|updated every 1 min
[dronebl_ddos_drones](http://iplists.firehol.org/?ipset=dronebl_ddos_drones)|[DroneBL.org](https://dronebl.org) IPs of DDoS drones. It includes IPs for which DroneBL responds with 7.|ipv4 hash:net|803026 subnets, 843671 unique IPs|updated every 1 min
[dronebl_dns_mx_on_irc](http://iplists.firehol.org/?ipset=dronebl_dns_mx_on_irc)|[DroneBL.org](https://dronebl.org) List of IPs of DNS / MX hostname detected on IRC. It includes IPs for which DroneBL responds with 18.|ipv4 hash:net|548 subnets, 554 unique IPs|updated every 1 min
[dronebl_irc_drones](http://iplists.firehol.org/?ipset=dronebl_irc_drones)|[DroneBL.org](https://dronebl.org) List of IRC spam drones (litmus/sdbot/fyle). It includes IPs for which DroneBL responds with 3.|ipv4 hash:net|360578 subnets, 369503 unique IPs|updated every 1 min
[dronebl_unknown](http://iplists.firehol.org/?ipset=dronebl_unknown)|[DroneBL.org](https://dronebl.org) List of IPs of uncategorized threats. It includes IPs for which DroneBL responds with 255.|ipv4 hash:net|6 subnets, 6 unique IPs|updated every 1 min
[dronebl_worms_bots](http://iplists.firehol.org/?ipset=dronebl_worms_bots)|[DroneBL.org](https://dronebl.org) IPs of unknown worms or spambots. It includes IPs for which DroneBL responds with 6|ipv4 hash:net|90236 subnets, 169180 unique IPs|updated every 1 min
[dshield](http://iplists.firehol.org/?ipset=dshield)|[DShield.org](https://dshield.org/) top 20 attacking class C (/24) subnets over the last three days|ipv4 hash:net|19 subnets, 5120 unique IPs|updated every 10 mins from [this link](http://feeds.dshield.org/block.txt)
[dshield_1d](http://iplists.firehol.org/?ipset=dshield_1d)|[DShield.org](https://dshield.org/) top 20 attacking class C (/24) subnets over the last three days|ipv4 hash:net|34 subnets, 9216 unique IPs|updated every 10 mins from [this link](http://feeds.dshield.org/block.txt)
[dshield_30d](http://iplists.firehol.org/?ipset=dshield_30d)|[DShield.org](https://dshield.org/) top 20 attacking class C (/24) subnets over the last three days|ipv4 hash:net|127 subnets, 34560 unique IPs|updated every 10 mins from [this link](http://feeds.dshield.org/block.txt)
[dshield_7d](http://iplists.firehol.org/?ipset=dshield_7d)|[DShield.org](https://dshield.org/) top 20 attacking class C (/24) subnets over the last three days|ipv4 hash:net|75 subnets, 20224 unique IPs|updated every 10 mins from [this link](http://feeds.dshield.org/block.txt)
[dshield_top_1000](http://iplists.firehol.org/?ipset=dshield_top_1000)|[DShield.org](https://dshield.org/) top 1000 attacking hosts in the last 30 days|ipv4 hash:ip|885 unique IPs|updated every 1 hour from [this link](https://isc.sans.edu/api/sources/attacks/1000/)
[dyndns_ponmocup](http://iplists.firehol.org/?ipset=dyndns_ponmocup)|[DynDNS.org](http://security-research.dyndns.org/pub/malware-feeds/) Ponmocup. The malware powering the botnet has been around since 2006 and its known under various names, including Ponmocup, Vundo, Virtumonde, Milicenso and Swisyn. It has been used for ad fraud, data theft and downloading additional threats to infected systems. Ponmocup is one of the largest currently active and, with nine consecutive years, also one of the longest running, but it is rarely noticed as the operators take care to keep it operating under the radar.|ipv4 hash:ip|97 unique IPs|updated every 1 day from [this link](http://security-research.dyndns.org/pub/malware-feeds/ponmocup-infected-domains-shadowserver.csv)
[esentire_14072015_com](http://iplists.firehol.org/?ipset=esentire_14072015_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|579 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/14072015.com_watch_ip.lst)
[esentire_14072015q_com](http://iplists.firehol.org/?ipset=esentire_14072015q_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|575 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/14072015q.com_watch_ip.lst)
[esentire_22072014a_com](http://iplists.firehol.org/?ipset=esentire_22072014a_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|1290 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/22072014a.com_watch_ip.lst)
[esentire_22072014b_com](http://iplists.firehol.org/?ipset=esentire_22072014b_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|1288 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/22072014b.com_watch_ip.lst)
[esentire_22072014c_com](http://iplists.firehol.org/?ipset=esentire_22072014c_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|1289 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/22072014c.com_watch_ip.lst)
[esentire_atomictrivia_ru](http://iplists.firehol.org/?ipset=esentire_atomictrivia_ru)|Andromeda/Gamarue Checkin|ipv4 hash:ip|7 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/atomictrivia.ru_watch_ip.lst)
[esentire_auth_update_ru](http://iplists.firehol.org/?ipset=esentire_auth_update_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|1306 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/auth-update.ru_watch_ip.lst)
[esentire_burmundisoul_ru](http://iplists.firehol.org/?ipset=esentire_burmundisoul_ru)|Ursnif Variant CnC|ipv4 hash:ip|2551 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/burmundisoul.ru_watch_ip.lst)
[esentire_crazyerror_su](http://iplists.firehol.org/?ipset=esentire_crazyerror_su)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|18613 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/crazyerror.su_watch_ip.lst)
[esentire_dagestanskiiviskis_ru](http://iplists.firehol.org/?ipset=esentire_dagestanskiiviskis_ru)|Ursnif Variant CnC|ipv4 hash:ip|517 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/dagestanskiiviskis.ru_watch_ip.lst)
[esentire_differentia_ru](http://iplists.firehol.org/?ipset=esentire_differentia_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|12 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/differentia.ru_watch_ip.lst)
[esentire_disorderstatus_ru](http://iplists.firehol.org/?ipset=esentire_disorderstatus_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|7 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/disorderstatus.ru_watch_ip.lst)
[esentire_dorttlokolrt_com](http://iplists.firehol.org/?ipset=esentire_dorttlokolrt_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|23664 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/dorttlokolrt.com_watch_ip.lst)
[esentire_downs1_ru](http://iplists.firehol.org/?ipset=esentire_downs1_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|7231 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/downs1.ru_watch_ip.lst)
[esentire_ebankoalalusys_ru](http://iplists.firehol.org/?ipset=esentire_ebankoalalusys_ru)|Ursnif Variant CnC|ipv4 hash:ip|898 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/ebankoalalusys.ru_watch_ip.lst)
[esentire_emptyarray_ru](http://iplists.firehol.org/?ipset=esentire_emptyarray_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|20139 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/emptyarray.ru_watch_ip.lst)
[esentire_fioartd_com](http://iplists.firehol.org/?ipset=esentire_fioartd_com)|Andromeda/Gamarue Checkin|ipv4 hash:ip|601 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/fioartd.com_watch_ip.lst)
[esentire_getarohirodrons_com](http://iplists.firehol.org/?ipset=esentire_getarohirodrons_com)|Andromeda/Gamarue Checkin|ipv4 hash:ip|2156 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/getarohirodrons.com_watch_ip.lst)
[esentire_hasanhashsde_ru](http://iplists.firehol.org/?ipset=esentire_hasanhashsde_ru)|Ursnif Variant CnC|ipv4 hash:ip|1184 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/hasanhashsde.ru_watch_ip.lst)
[esentire_inleet_ru](http://iplists.firehol.org/?ipset=esentire_inleet_ru)|Ursnif Variant CnC|ipv4 hash:ip|4219 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/inleet.ru_watch_ip.lst)
[esentire_islamislamdi_ru](http://iplists.firehol.org/?ipset=esentire_islamislamdi_ru)|Ursnif Variant CnC|ipv4 hash:ip|673 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/islamislamdi.ru_watch_ip.lst)
[esentire_krnqlwlplttc_com](http://iplists.firehol.org/?ipset=esentire_krnqlwlplttc_com)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|2 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/krnqlwlplttc.com_watch_ip.lst)
[esentire_maddox1_ru](http://iplists.firehol.org/?ipset=esentire_maddox1_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|11345 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/maddox1.ru_watch_ip.lst)
[esentire_manning1_ru](http://iplists.firehol.org/?ipset=esentire_manning1_ru)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|6824 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/manning1.ru_watch_ip.lst)
[esentire_misteryherson_ru](http://iplists.firehol.org/?ipset=esentire_misteryherson_ru)|Ursnif Variant CnC|ipv4 hash:ip|176 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/misteryherson.ru_watch_ip.lst)
[esentire_mysebstarion_ru](http://iplists.firehol.org/?ipset=esentire_mysebstarion_ru)|Ursnif Variant CnC|ipv4 hash:ip|1058 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/mysebstarion.ru_watch_ip.lst)
[esentire_smartfoodsglutenfree_kz](http://iplists.firehol.org/?ipset=esentire_smartfoodsglutenfree_kz)|Malicious Botnet Serving Various Malware Families|ipv4 hash:ip|2674 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/smartfoodsglutenfree.kz_watch_ip.lst)
[esentire_venerologvasan93_ru](http://iplists.firehol.org/?ipset=esentire_venerologvasan93_ru)|Ursnif Variant CnC|ipv4 hash:ip|1263 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/venerologvasan93.ru_watch_ip.lst)
[esentire_volaya_ru](http://iplists.firehol.org/?ipset=esentire_volaya_ru)|Win32/PSW.Papras.CK CnC|ipv4 hash:ip|5080 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/eSentire/malfeed/master/volaya.ru_watch_ip.lst)
[et_block](http://iplists.firehol.org/?ipset=et_block)|[EmergingThreats.net](http://www.emergingthreats.net/) default blacklist (at the time of writing includes spamhaus DROP, dshield and abuse.ch trackers, which are available separately too - prefer to use the direct ipsets instead of this, they seem to lag a bit in updates)|ipv4 hash:net|1428 subnets, 19093585 unique IPs|updated every 12 hours from [this link](http://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt)
[et_botcc](http://iplists.firehol.org/?ipset=et_botcc)|[EmergingThreats.net Command and Control IPs](http://doc.emergingthreats.net/bin/view/Main/BotCC) These IPs are updates every 24 hours and should be considered VERY highly reliable indications that a host is communicating with a known and active Bot or Malware command and control server - (although they say this includes abuse.ch trackers, it does not - check its overlaps)|ipv4 hash:ip|92 unique IPs|updated every 12 hours from [this link](http://rules.emergingthreats.net/fwrules/emerging-PIX-CC.rules)
[et_compromised](http://iplists.firehol.org/?ipset=et_compromised)|[EmergingThreats.net compromised hosts](http://doc.emergingthreats.net/bin/view/Main/CompromisedHost)|ipv4 hash:ip|1208 unique IPs|updated every 12 hours from [this link](http://rules.emergingthreats.net/blockrules/compromised-ips.txt)
[et_dshield](http://iplists.firehol.org/?ipset=et_dshield)|[EmergingThreats.net](http://www.emergingthreats.net/) dshield blocklist|ipv4 hash:net|20 subnets, 5120 unique IPs|updated every 12 hours from [this link](http://rules.emergingthreats.net/fwrules/emerging-PIX-DSHIELD.rules)
[et_spamhaus](http://iplists.firehol.org/?ipset=et_spamhaus)|[EmergingThreats.net](http://www.emergingthreats.net/) spamhaus blocklist|ipv4 hash:net|816 subnets, 19087872 unique IPs|updated every 12 hours from [this link](http://rules.emergingthreats.net/fwrules/emerging-PIX-DROP.rules)
[et_tor](http://iplists.firehol.org/?ipset=et_tor)|[EmergingThreats.net TOR list](http://doc.emergingthreats.net/bin/view/Main/TorRules) of TOR network IPs|ipv4 hash:ip|6199 unique IPs|updated every 12 hours from [this link](http://rules.emergingthreats.net/blockrules/emerging-tor.rules)
[feodo](http://iplists.firehol.org/?ipset=feodo)|[Abuse.ch Feodo tracker](https://feodotracker.abuse.ch) trojan includes IPs which are being used by Feodo (also known as Cridex or Bugat) which commits ebanking fraud|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://feodotracker.abuse.ch/blocklist/?download=ipblocklist)
[feodo_badips](http://iplists.firehol.org/?ipset=feodo_badips)|[Abuse.ch Feodo tracker BadIPs](https://feodotracker.abuse.ch) The Feodo Tracker Feodo BadIP Blocklist only contains IP addresses (IPv4) used as C&C communication channel by the Feodo Trojan version B. These IP addresses are usually servers rented by cybercriminals directly and used for the exclusive purpose of hosting a Feodo C&C server. Hence you should expect no legit traffic to those IP addresses. The site highly recommends you to block/drop any traffic towards any Feodo C&C using the Feodo BadIP Blocklist. Please consider that this blocklist only contains IP addresses used by version B of the Feodo Trojan. C&C communication channels used by version A, version C and version D are not covered by this blocklist.|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://feodotracker.abuse.ch/blocklist/?download=badips)
[firehol_abusers_1d](http://iplists.firehol.org/?ipset=firehol_abusers_1d)|An ipset made from blocklists that track abusers in the last 24 hours. (includes: botscout_1d cleantalk_new_1d cleantalk_updated_1d php_commenters_1d php_dictionary_1d php_harvesters_1d php_spammers_1d stopforumspam_1d)|ipv4 hash:net|15776 subnets, 16162 unique IPs|updated every 1 min
[firehol_abusers_30d](http://iplists.firehol.org/?ipset=firehol_abusers_30d)|An ipset made from blocklists that track abusers in the last 30 days. (includes: cleantalk_new_30d cleantalk_updated_30d php_commenters_30d php_dictionary_30d php_harvesters_30d php_spammers_30d stopforumspam sblam)|ipv4 hash:net|398612 subnets, 412265 unique IPs|updated every 1 min
[firehol_anonymous](http://iplists.firehol.org/?ipset=firehol_anonymous)|An ipset that includes all the anonymizing IPs of the world. (includes: anonymous bm_tor dm_tor firehol_proxies tor_exits)|ipv4 hash:net|919986 subnets, 955279 unique IPs|updated every 1 min
[firehol_level1](http://iplists.firehol.org/?ipset=firehol_level1)|A firewall blacklist composed from IP lists, providing maximum protection with minimum false positives. Suitable for basic protection on all internet facing servers, routers and firewalls. (includes: bambenek_c2 dshield feodo fullbogons spamhaus_drop spamhaus_edrop sslbl zeus_badips ransomware_rw)|ipv4 hash:net|4818 subnets, 625612947 unique IPs|updated every 1 min
[firehol_level2](http://iplists.firehol.org/?ipset=firehol_level2)|An ipset made from blocklists that track attacks, during about the last 48 hours. (includes: blocklist_de dshield_1d greensnow)|ipv4 hash:net|25513 subnets, 43364 unique IPs|updated every 1 min
[firehol_level3](http://iplists.firehol.org/?ipset=firehol_level3)|An ipset made from blocklists that track attacks, spyware, viruses. It includes IPs than have been reported or detected in the last 30 days. (includes: bruteforceblocker ciarmy dshield_30d dshield_top_1000 malc0de maxmind_proxy_fraud myip shunlist snort_ipfilter sslbl_aggressive talosintel_ipfilter zeus vxvault)|ipv4 hash:net|18689 subnets, 53795 unique IPs|updated every 1 min
[firehol_level4](http://iplists.firehol.org/?ipset=firehol_level4)|An ipset made from blocklists that track attacks, but may include a large number of false positives. (includes: blocklist_net_ua botscout_30d cruzit_web_attacks cybercrime haley_ssh iblocklist_hijacked iblocklist_spyware iblocklist_webexploit ipblacklistcloud_top iw_wormlist malwaredomainlist)|ipv4 hash:net|110683 subnets, 9405331 unique IPs|updated every 1 min
[firehol_proxies](http://iplists.firehol.org/?ipset=firehol_proxies)|An ipset made from all sources that track open proxies. It includes IPs reported or detected in the last 30 days. (includes: iblocklist_proxies maxmind_proxy_fraud ip2proxy_px1lite proxylists_30d proxyrss_30d proxz_30d ri_connect_proxies_30d ri_web_proxies_30d socks_proxy_30d sslproxies_30d xroxy_30d)|ipv4 hash:net|914302 subnets, 943612 unique IPs|updated every 1 min
[firehol_webclient](http://iplists.firehol.org/?ipset=firehol_webclient)|An IP blacklist made from blocklists that track IPs that a web client should never talk to. This list is to be used on top of firehol_level1. (includes: ransomware_online sslbl_aggressive cybercrime dyndns_ponmocup maxmind_proxy_fraud)|ipv4 hash:net|1900 subnets, 2021 unique IPs|updated every 1 min
[firehol_webserver](http://iplists.firehol.org/?ipset=firehol_webserver)|A web server IP blacklist made from blocklists that track IPs that should never be used by your web users. (This list includes IPs that are servers hosting malware, bots, etc or users having a long criminal history. This list is to be used on top of firehol_level1, firehol_level2, firehol_level3 and possibly firehol_proxies or firehol_anonymous). (includes: maxmind_proxy_fraud myip pushing_inertia_blocklist stopforumspam_toxic)|ipv4 hash:net|1987 subnets, 34536353 unique IPs|updated every 1 min
[fullbogons](http://iplists.firehol.org/?ipset=fullbogons)|[Team-Cymru.org](http://www.team-cymru.org) IP space that has been allocated to an RIR, but not assigned by that RIR to an actual ISP or other end-user|ipv4 hash:net|3056 subnets, 605815048 unique IPs|updated every 1 day
geolite2_asn|[MaxMind GeoLite2 ASN](https://dev.maxmind.com/geoip/geoip2/geolite2/)|ipv4 hash:net|disabled|updated every 7 days from [this link](http://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN-CSV.zip)
[geolite2_country](https://github.com/firehol/blocklist-ipsets/tree/master/geolite2_country)|[MaxMind GeoLite2](http://dev.maxmind.com/geoip/geoip2/geolite2/) databases are free IP geolocation databases comparable to, but less accurate than, MaxMinds GeoIP2 databases. They include IPs per country, IPs per continent, IPs used by anonymous services (VPNs, Proxies, etc) and Satellite Providers.|ipv4 hash:net|All the world|updated every 7 days from [this link](http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip)
[gofferje_sip](http://iplists.firehol.org/?ipset=gofferje_sip)|[Stefan Gofferje](http://stefan.gofferje.net/it-stuff/sipfraud/sip-attacker-blacklist) A personal blacklist of networks and IPs of SIP attackers. To end up here, the IP or network must have been the origin of considerable and repeated attacks on my PBX and additionally, the ISP didn't react to any complaint. Note from the author: I don't give any guarantees of accuracy, completeness or even usability! USE AT YOUR OWN RISK! Also note that I block complete countries, namely China, Korea and Palestine with blocklists from ipdeny.com, so some attackers will never even get the chance to get noticed by me to be put on this blacklist. I also don't accept any liabilities related to this blocklist. If you're an ISP and don't like your IPs being listed here, too bad! You should have done something about your customers' behavior and reacted to my complaints. This blocklist is nothing but an expression of my personal opinion and exercising my right of free speech.|ipv4 hash:net|3735 subnets, 1097767 unique IPs|updated every 6 hours from [this link](http://stefan.gofferje.net/sipblocklist.zone)
[gpf_comics](http://iplists.firehol.org/?ipset=gpf_comics)|The GPF DNS Block List is a list of IP addresses on the Internet that have attacked the [GPF Comics](http://www.gpf-comics.com/) family of Web sites. IPs on this block list have been banned from accessing all of our servers because they were caught in the act of spamming, attempting to exploit our scripts, scanning for vulnerabilities, or consuming resources to the detriment of our human visitors.|ipv4 hash:ip|12347 unique IPs|updated every 1 day from [this link](https://www.gpf-comics.com/dnsbl/export.php)
[graphiclineweb](http://iplists.firehol.org/?ipset=graphiclineweb)|[GraphiclineWeb](https://graphiclineweb.wordpress.com/tech-notes/ip-blacklist/) The IPs, Hosts and Domains listed in this table are banned universally from accessing websites controlled by the maintainer. Some form of bad activity has been seen from the addresses listed. Bad activity includes: unwanted spiders, rule breakers, comment spammers, trackback spammers, spambots, hacker bots, registration bots and other scripting attackers, harvesters, nuisance spiders, spy bots and organizations spying on websites for commercial reasons.|ipv4 hash:net|2579 subnets, 330527 unique IPs|updated every 1 day from [this link](https://graphiclineweb.wordpress.com/tech-notes/ip-blacklist/)
[greensnow](http://iplists.firehol.org/?ipset=greensnow)|[GreenSnow](https://greensnow.co/) is a team harvesting a large number of IPs from different computers located around the world. GreenSnow is comparable with SpamHaus.org for attacks of any kind except for spam. Their list is updated automatically and you can withdraw at any time your IP address if it has been listed. Attacks / bruteforce that are monitored are: Scan Port, FTP, POP3, mod_security, IMAP, SMTP, SSH, cPanel, etc.|ipv4 hash:ip|1498 unique IPs|updated every 30 mins from [this link](http://blocklist.greensnow.co/greensnow.txt)
[haley_ssh](http://iplists.firehol.org/?ipset=haley_ssh)|[Charles Haley](http://charles.the-haleys.org) IPs launching SSH dictionary attacks.|ipv4 hash:ip|52479 unique IPs|updated every 4 hours from [this link](http://charles.the-haleys.org/ssh_dico_attack_hdeny_format.php/hostsdeny.txt)
[hphosts_ats](http://iplists.firehol.org/?ipset=hphosts_ats)|[hpHosts](http://hosts-file.net/?s=Download) ad/tracking servers listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|13292 unique IPs|updated every 1 day from [this link](http://hosts-file.net/ad_servers.txt)
[hphosts_emd](http://iplists.firehol.org/?ipset=hphosts_emd)|[hpHosts](http://hosts-file.net/?s=Download) malware sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|65265 unique IPs|updated every 1 day from [this link](http://hosts-file.net/emd.txt)
[hphosts_exp](http://iplists.firehol.org/?ipset=hphosts_exp)|[hpHosts](http://hosts-file.net/?s=Download) exploit sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|196 unique IPs|updated every 1 day from [this link](http://hosts-file.net/exp.txt)
[hphosts_fsa](http://iplists.firehol.org/?ipset=hphosts_fsa)|[hpHosts](http://hosts-file.net/?s=Download) fraud sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|25549 unique IPs|updated every 1 day from [this link](http://hosts-file.net/fsa.txt)
[hphosts_grm](http://iplists.firehol.org/?ipset=hphosts_grm)|[hpHosts](http://hosts-file.net/?s=Download) sites involved in spam (that do not otherwise meet any other classification criteria) listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|293 unique IPs|updated every 1 day from [this link](http://hosts-file.net/grm.txt)
[hphosts_hfs](http://iplists.firehol.org/?ipset=hphosts_hfs)|[hpHosts](http://hosts-file.net/?s=Download) sites spamming the hpHosts forums (and not meeting any other classification criteria) listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|245 unique IPs|updated every 1 day from [this link](http://hosts-file.net/hfs.txt)
[hphosts_hjk](http://iplists.firehol.org/?ipset=hphosts_hjk)|[hpHosts](http://hosts-file.net/?s=Download) hijack sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|152 unique IPs|updated every 1 day from [this link](http://hosts-file.net/hjk.txt)
[hphosts_mmt](http://iplists.firehol.org/?ipset=hphosts_mmt)|[hpHosts](http://hosts-file.net/?s=Download) sites involved in misleading marketing (e.g. fake Flash update adverts) listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|1058 unique IPs|updated every 1 day from [this link](http://hosts-file.net/mmt.txt)
[hphosts_pha](http://iplists.firehol.org/?ipset=hphosts_pha)|[hpHosts](http://hosts-file.net/?s=Download) illegal pharmacy sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|2532 unique IPs|updated every 1 day from [this link](http://hosts-file.net/pha.txt)
[hphosts_psh](http://iplists.firehol.org/?ipset=hphosts_psh)|[hpHosts](http://hosts-file.net/?s=Download) phishing sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|47252 unique IPs|updated every 1 day from [this link](http://hosts-file.net/psh.txt)
[hphosts_wrz](http://iplists.firehol.org/?ipset=hphosts_wrz)|[hpHosts](http://hosts-file.net/?s=Download) warez/piracy sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses.|ipv4 hash:ip|926 unique IPs|updated every 1 day from [this link](http://hosts-file.net/wrz.txt)
[iblocklist_abuse_palevo](http://iplists.firehol.org/?ipset=iblocklist_abuse_palevo)|palevotracker.abuse.ch IP blocklist.|ipv4 hash:net|12 subnets, 12 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=erqajhwrxiuvjxqrrwfj&fileformat=p2p&archiveformat=gz)
[iblocklist_abuse_spyeye](http://iplists.firehol.org/?ipset=iblocklist_abuse_spyeye)|spyeyetracker.abuse.ch IP blocklist.|ipv4 hash:net|83 subnets, 84 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=zvjxsfuvdhoxktpeiokq&fileformat=p2p&archiveformat=gz)
[iblocklist_abuse_zeus](http://iplists.firehol.org/?ipset=iblocklist_abuse_zeus)|zeustracker.abuse.ch IP blocklist that contains IP addresses which are currently beeing tracked on the abuse.ch ZeuS Tracker.|ipv4 hash:net|209 subnets, 212 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=ynkdjqsjyfmilsgbogqf&fileformat=p2p&archiveformat=gz)
[iblocklist_ads](http://iplists.firehol.org/?ipset=iblocklist_ads)|Advertising trackers and a short list of bad/intrusive porn sites.|ipv4 hash:net|3389 subnets, 884418 unique IPs|updated every 12 hours
[iblocklist_badpeers](http://iplists.firehol.org/?ipset=iblocklist_badpeers)|IPs that have been reported for bad deeds in p2p.|ipv4 hash:net|48578 subnets, 1569289 unique IPs|updated every 12 hours
[iblocklist_bogons](http://iplists.firehol.org/?ipset=iblocklist_bogons)|Unallocated address space.|ipv4 hash:net|2692 subnets, 647770791 unique IPs|updated every 12 hours
[iblocklist_ciarmy_malicious](http://iplists.firehol.org/?ipset=iblocklist_ciarmy_malicious)|ciarmy.com IP blocklist. Based on information from a network of Sentinel devices deployed around the world, they compile a list of known bad IP addresses. Sentinel devices are uniquely positioned to pick up traffic from bad guys without requiring any type of signature-based or rate-based identification. If an IP is identified in this way by a significant number of Sentinels, the IP is malicious and should be blocked.|ipv4 hash:net|13893 subnets, 15000 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=npkuuhuxcsllnhoamkvm&fileformat=p2p&archiveformat=gz)
[iblocklist_cidr_report_bogons](http://iplists.firehol.org/?ipset=iblocklist_cidr_report_bogons)|cidr-report.org IP list of Unallocated address space.|ipv4 hash:net|3150 subnets, 594600888 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=lujdnbasfaaixitgmxpp&fileformat=p2p&archiveformat=gz)
[iblocklist_cruzit_web_attacks](http://iplists.firehol.org/?ipset=iblocklist_cruzit_web_attacks)|CruzIT IP list with individual IP addresses of compromised machines scanning for vulnerabilities and DDOS attacks.|ipv4 hash:net|9398 subnets, 9592 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=czvaehmjpsnwwttrdoyl&fileformat=p2p&archiveformat=gz)
[iblocklist_dshield](http://iplists.firehol.org/?ipset=iblocklist_dshield)|known Hackers and such people.|ipv4 hash:net|16 subnets, 2566 unique IPs|updated every 12 hours
[iblocklist_edu](http://iplists.firehol.org/?ipset=iblocklist_edu)|IPs used by Educational Institutions.|ipv4 hash:net|43896 subnets, 227792467 unique IPs|updated every 12 hours
[iblocklist_exclusions](http://iplists.firehol.org/?ipset=iblocklist_exclusions)|Exclusions.|ipv4 hash:net|313 subnets, 7488 unique IPs|updated every 12 hours
[iblocklist_fornonlancomputers](http://iplists.firehol.org/?ipset=iblocklist_fornonlancomputers)|IP blocklist for non-LAN computers.|ipv4 hash:net|4 subnets, 302055424 unique IPs|updated every 12 hours
[iblocklist_forumspam](http://iplists.firehol.org/?ipset=iblocklist_forumspam)|Forum spam.|ipv4 hash:net|455 subnets, 479 unique IPs|updated every 12 hours
[iblocklist_hijacked](http://iplists.firehol.org/?ipset=iblocklist_hijacked)|Hijacked IP-Blocks. Contains hijacked IP-Blocks and known IP-Blocks that are used to deliver Spam. This list is a combination of lists with hijacked IP-Blocks. Hijacked IP space are IP blocks that are being used without permission by organizations that have no relation to original organization (or its legal successor) that received the IP block. In essence it's stealing of somebody else's IP resources.|ipv4 hash:net|514 subnets, 8933120 unique IPs|updated every 12 hours
[iblocklist_iana_multicast](http://iplists.firehol.org/?ipset=iblocklist_iana_multicast)|IANA Multicast IPs.|ipv4 hash:net|1 subnets, 268435456 unique IPs|updated every 12 hours
[iblocklist_iana_private](http://iplists.firehol.org/?ipset=iblocklist_iana_private)|IANA Private IPs.|ipv4 hash:net|58 subnets, 51643646 unique IPs|updated every 12 hours
[iblocklist_iana_reserved](http://iplists.firehol.org/?ipset=iblocklist_iana_reserved)|IANA Reserved IPs.|ipv4 hash:net|1 subnets, 536870912 unique IPs|updated every 12 hours
[iblocklist_isp_aol](http://iplists.firehol.org/?ipset=iblocklist_isp_aol)|AOL IPs.|ipv4 hash:net|16 subnets, 6627584 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=toboaiysofkflwgrttmb&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_att](http://iplists.firehol.org/?ipset=iblocklist_isp_att)|AT&T IPs.|ipv4 hash:net|35 subnets, 55845128 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=grbtkzijgrowvobvessf&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_cablevision](http://iplists.firehol.org/?ipset=iblocklist_isp_cablevision)|Cablevision IPs.|ipv4 hash:net|11 subnets, 1787136 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=dwwbsmzirrykdlvpqozb&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_charter](http://iplists.firehol.org/?ipset=iblocklist_isp_charter)|Charter IPs.|ipv4 hash:net|21 subnets, 6138112 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=htnzojgossawhpkbulqw&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_comcast](http://iplists.firehol.org/?ipset=iblocklist_isp_comcast)|Comcast IPs.|ipv4 hash:net|33 subnets, 45121536 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=rsgyxvuklicibautguia&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_embarq](http://iplists.firehol.org/?ipset=iblocklist_isp_embarq)|Embarq IPs.|ipv4 hash:net|14 subnets, 2703360 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=twdblifaysaqtypevvdp&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_qwest](http://iplists.firehol.org/?ipset=iblocklist_isp_qwest)|Qwest IPs.|ipv4 hash:net|73 subnets, 15777552 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=jezlifrpefawuoawnfez&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_sprint](http://iplists.firehol.org/?ipset=iblocklist_isp_sprint)|Sprint IPs.|ipv4 hash:net|73 subnets, 6310570 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=hngtqrhhuadlceqxbrob&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_suddenlink](http://iplists.firehol.org/?ipset=iblocklist_isp_suddenlink)|Suddenlink IPs.|ipv4 hash:net|3 subnets, 458752 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=psaoblrwylfrdsspfuiq&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_twc](http://iplists.firehol.org/?ipset=iblocklist_isp_twc)|Time Warner Cable IPs.|ipv4 hash:net|56 subnets, 15015936 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=aqtsnttnqmcucwrjmohd&fileformat=p2p&archiveformat=gz)
[iblocklist_isp_verizon](http://iplists.firehol.org/?ipset=iblocklist_isp_verizon)|Verizon IPs.|ipv4 hash:net|22 subnets, 18087936 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=cdmdbprvldivlqsaqjol&fileformat=p2p&archiveformat=gz)
[iblocklist_level1](http://iplists.firehol.org/?ipset=iblocklist_level1)|Level 1 (for use in p2p): Companies or organizations who are clearly involved with trying to stop filesharing (e.g. Baytsp, MediaDefender, Mediasentry). Companies which anti-p2p activity has been seen from. Companies that produce or have a strong financial interest in copyrighted material (e.g. music, movie, software industries a.o.). Government ranges or companies that have a strong financial interest in doing work for governments. Legal industry ranges. IPs or ranges of ISPs from which anti-p2p activity has been observed. Basically this list will block all kinds of internet connections that most people would rather not have during their internet travels.|ipv4 hash:net|236292 subnets, 756603287 unique IPs|updated every 12 hours
[iblocklist_level2](http://iplists.firehol.org/?ipset=iblocklist_level2)|Level 2 (for use in p2p). General corporate ranges. Ranges used by labs or researchers. Proxies.|ipv4 hash:net|78364 subnets, 338047739 unique IPs|updated every 12 hours
[iblocklist_level3](http://iplists.firehol.org/?ipset=iblocklist_level3)|Level 3 (for use in p2p). Many portal-type websites. ISP ranges that may be dodgy for some reason. Ranges that belong to an individual, but which have not been determined to be used by a particular company. Ranges for things that are unusual in some way. The L3 list is aka the paranoid list.|ipv4 hash:net|18862 subnets, 137238519 unique IPs|updated every 12 hours
[iblocklist_malc0de](http://iplists.firehol.org/?ipset=iblocklist_malc0de)|malc0de.com IP blocklist. Addresses that have been identified distributing malware during the past 30 days.|ipv4 hash:net|66 subnets, 66 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=pbqcylkejciyhmwttify&fileformat=p2p&archiveformat=gz)
[iblocklist_onion_router](http://iplists.firehol.org/?ipset=iblocklist_onion_router)|The Onion Router IP addresses.|ipv4 hash:net|6059 subnets, 6264 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=togdoptykrlolpddwbvz&fileformat=p2p&archiveformat=gz)
[iblocklist_org_activision](http://iplists.firehol.org/?ipset=iblocklist_org_activision)|Activision IPs.|ipv4 hash:net|49 subnets, 4902 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=gfnxlhxsijzrcuxwzebb&fileformat=p2p&archiveformat=gz)
[iblocklist_org_apple](http://iplists.firehol.org/?ipset=iblocklist_org_apple)|Apple IPs.|ipv4 hash:net|1 subnets, 16777216 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=aphcqvpxuqgrkgufjruj&fileformat=p2p&archiveformat=gz)
[iblocklist_org_blizzard](http://iplists.firehol.org/?ipset=iblocklist_org_blizzard)|Blizzard IPs.|ipv4 hash:net|8 subnets, 16795139 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=ercbntshuthyykfkmhxc&fileformat=p2p&archiveformat=gz)
[iblocklist_org_crowd_control](http://iplists.firehol.org/?ipset=iblocklist_org_crowd_control)|Crowd Control Productions IPs.|ipv4 hash:net|2 subnets, 768 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=eveiyhgmusglurfmjyag&fileformat=p2p&archiveformat=gz)
[iblocklist_org_electronic_arts](http://iplists.firehol.org/?ipset=iblocklist_org_electronic_arts)|Electronic Arts IPs.|ipv4 hash:net|42 subnets, 69720 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=ejqebpcdmffinaetsvxj&fileformat=p2p&archiveformat=gz)
[iblocklist_org_joost](http://iplists.firehol.org/?ipset=iblocklist_org_joost)|Joost IPs.|ipv4 hash:net|4 subnets, 16779456 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=alxugfmeszbhpxqfdits&fileformat=p2p&archiveformat=gz)
[iblocklist_org_linden_lab](http://iplists.firehol.org/?ipset=iblocklist_org_linden_lab)|Linden Lab IPs.|ipv4 hash:net|11 subnets, 23600 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=qnjdimxnaupjmpqolxcv&fileformat=p2p&archiveformat=gz)
[iblocklist_org_logmein](http://iplists.firehol.org/?ipset=iblocklist_org_logmein)|LogMeIn IPs.|ipv4 hash:net|13 subnets, 16781568 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=tgbankumtwtrzllndbmb&fileformat=p2p&archiveformat=gz)
[iblocklist_org_microsoft](http://iplists.firehol.org/?ipset=iblocklist_org_microsoft)|Microsoft IP ranges.|ipv4 hash:net|901 subnets, 1848599 unique IPs|updated every 12 hours
[iblocklist_org_ncsoft](http://iplists.firehol.org/?ipset=iblocklist_org_ncsoft)|NCsoft IPs.|ipv4 hash:net|5 subnets, 12560 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=mwjuwmebrnzyyxpbezxu&fileformat=p2p&archiveformat=gz)
[iblocklist_org_nintendo](http://iplists.firehol.org/?ipset=iblocklist_org_nintendo)|Nintendo IPs.|ipv4 hash:net|45 subnets, 3927 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=pevkykuhgaegqyayzbnr&fileformat=p2p&archiveformat=gz)
[iblocklist_org_pandora](http://iplists.firehol.org/?ipset=iblocklist_org_pandora)|Pandora IPs.|ipv4 hash:net|1 subnets, 2048 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=aevzidimyvwybzkletsg&fileformat=p2p&archiveformat=gz)
[iblocklist_org_pirate_bay](http://iplists.firehol.org/?ipset=iblocklist_org_pirate_bay)|The Pirate Bay IPs.|ipv4 hash:net|5 subnets, 323 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=nzldzlpkgrcncdomnttb&fileformat=p2p&archiveformat=gz)
[iblocklist_org_punkbuster](http://iplists.firehol.org/?ipset=iblocklist_org_punkbuster)|Punkbuster IPs.|ipv4 hash:net|1 subnets, 1 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=zvwwndvzulqcltsicwdg&fileformat=p2p&archiveformat=gz)
[iblocklist_org_riot_games](http://iplists.firehol.org/?ipset=iblocklist_org_riot_games)|Riot Games IPs.|ipv4 hash:net|6 subnets, 1792 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=sdlvfabdjvrdttfjotcy&fileformat=p2p&archiveformat=gz)
[iblocklist_org_sony_online](http://iplists.firehol.org/?ipset=iblocklist_org_sony_online)|Sony Online Entertainment IPs.|ipv4 hash:net|7 subnets, 24616 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=tukpvrvlubsputmkmiwg&fileformat=p2p&archiveformat=gz)
[iblocklist_org_square_enix](http://iplists.firehol.org/?ipset=iblocklist_org_square_enix)|Square Enix IPs.|ipv4 hash:net|2 subnets, 4112 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=odyaqontcydnodrlyina&fileformat=p2p&archiveformat=gz)
[iblocklist_org_steam](http://iplists.firehol.org/?ipset=iblocklist_org_steam)|Steam IPs.|ipv4 hash:net|53 subnets, 596448 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=cnxkgiklecdaihzukrud&fileformat=p2p&archiveformat=gz)
[iblocklist_org_ubisoft](http://iplists.firehol.org/?ipset=iblocklist_org_ubisoft)|Ubisoft IPs.|ipv4 hash:net|10 subnets, 5308 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=etmcrglomupyxtaebzht&fileformat=p2p&archiveformat=gz)
[iblocklist_org_xfire](http://iplists.firehol.org/?ipset=iblocklist_org_xfire)|XFire IPs.|ipv4 hash:net|3 subnets, 3328 unique IPs|updated every 1 day from [this link](http://list.iblocklist.com/?list=ppqqnyihmcrryraaqsjo&fileformat=p2p&archiveformat=gz)
[iblocklist_pedophiles](http://iplists.firehol.org/?ipset=iblocklist_pedophiles)|IP ranges of people who we have found to be sharing child pornography in the p2p community.|ipv4 hash:net|29188 subnets, 847889 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=dufcxgnbjsdwmwctgfuj&fileformat=p2p&archiveformat=gz)
[iblocklist_proxies](http://iplists.firehol.org/?ipset=iblocklist_proxies)|Open Proxies IPs list (without TOR)|ipv4 hash:ip|672 unique IPs|updated every 12 hours
[iblocklist_rangetest](http://iplists.firehol.org/?ipset=iblocklist_rangetest)|Suspicious IPs that are under investigation.|ipv4 hash:net|576 subnets, 4280758 unique IPs|updated every 12 hours
[iblocklist_spamhaus_drop](http://iplists.firehol.org/?ipset=iblocklist_spamhaus_drop)|Spamhaus.org DROP (Don't Route Or Peer) list.|ipv4 hash:net|816 subnets, 19087872 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=zbdlwrqkabxbcppvrnos&fileformat=p2p&archiveformat=gz)
[iblocklist_spider](http://iplists.firehol.org/?ipset=iblocklist_spider)|IP list intended to be used by webmasters to block hostile spiders from their web sites.|ipv4 hash:net|773 subnets, 846788 unique IPs|updated every 12 hours
[iblocklist_spyware](http://iplists.firehol.org/?ipset=iblocklist_spyware)|Known malicious SPYWARE and ADWARE IP Address ranges. It is compiled from various sources, including other available spyware blacklists, HOSTS files, from research found at many of the top anti-spyware forums, logs of spyware victims, etc.|ipv4 hash:net|3354 subnets, 338761 unique IPs|updated every 12 hours
[iblocklist_webexploit](http://iplists.firehol.org/?ipset=iblocklist_webexploit)|Web server hack and exploit attempts. IP addresses related to current web server hack and exploit attempts that have been logged or can be found in and cross referenced with other related IP databases. Malicious and other non search engine bots will also be listed here, along with anything found that can have a negative impact on a website or webserver such as proxies being used for negative SEO hijacks, unauthorised site mirroring, harvesting, scraping, snooping and data mining / spy bot / security & copyright enforcement companies that target and continuosly scan webservers.|ipv4 hash:ip|15382 unique IPs|updated every 12 hours
[iblocklist_yoyo_adservers](http://iplists.firehol.org/?ipset=iblocklist_yoyo_adservers)|pgl.yoyo.org ad servers|ipv4 hash:net|9659 subnets, 11278 unique IPs|updated every 12 hours from [this link](http://list.iblocklist.com/?list=zhogegszwduurnvsyhdf&fileformat=p2p&archiveformat=gz)
[ip2location_country](https://github.com/ktsaou/blocklist-ipsets/tree/master/ip2location_country)|[IP2Location.com](http://lite.ip2location.com/database-ip-country) geolocation database|ipv4 hash:net|All the world|updated every 1 day from [this link](http://download.ip2location.com/lite/IP2LOCATION-LITE-DB1.CSV.ZIP)
[ip2location_country_eh](http://iplists.firehol.org/?ipset=ip2location_country_eh)|Western Sahara (EH) -- [IP2Location.com](http://lite.ip2location.com/database-ip-country)|ipv4 hash:net|1 subnets, 256 unique IPs|updated every 1 day from [this link](http://download.ip2location.com/lite/IP2LOCATION-LITE-DB1.CSV.ZIP)
[ip2location_country_sh](http://iplists.firehol.org/?ipset=ip2location_country_sh)|Saint Helena (SH) -- [IP2Location.com](http://lite.ip2location.com/database-ip-country)|ipv4 hash:net|1 subnets, 256 unique IPs|updated every 1 day from [this link](http://download.ip2location.com/lite/IP2LOCATION-LITE-DB1.CSV.ZIP)
[ip2proxy_px1lite](http://iplists.firehol.org/?ipset=ip2proxy_px1lite)|[IP2Location.com](https://lite.ip2location.com/database/px1-ip-country) IP2Proxy LITE IP-COUNTRY Database contains IP addresses which are used as public proxies. The LITE edition is a free version of database that is limited to public proxies IP address.|ipv4 hash:net|912849 subnets, 941728 unique IPs|updated every 1 day
[ipblacklistcloud_recent](http://iplists.firehol.org/?ipset=ipblacklistcloud_recent)|[IP Blacklist Cloud](http://www.ip-finder.me/) These are the most recent IP addresses that have been blacklisted by websites. IP Blacklist Cloud plugin protects your WordPress based website from spam comments, gives details about login attacks which you don't even know are happening without this plugin!|ipv4 hash:ip|32 unique IPs|updated every 4 hours from [this link](http://www.ip-finder.me/download/)
[ipblacklistcloud_recent_1d](http://iplists.firehol.org/?ipset=ipblacklistcloud_recent_1d)|[IP Blacklist Cloud](http://www.ip-finder.me/) These are the most recent IP addresses that have been blacklisted by websites. IP Blacklist Cloud plugin protects your WordPress based website from spam comments, gives details about login attacks which you don't even know are happening without this plugin!|ipv4 hash:ip|83 unique IPs|updated every 4 hours from [this link](http://www.ip-finder.me/download/)
[ipblacklistcloud_recent_30d](http://iplists.firehol.org/?ipset=ipblacklistcloud_recent_30d)|[IP Blacklist Cloud](http://www.ip-finder.me/) These are the most recent IP addresses that have been blacklisted by websites. IP Blacklist Cloud plugin protects your WordPress based website from spam comments, gives details about login attacks which you don't even know are happening without this plugin!|ipv4 hash:ip|659 unique IPs|updated every 4 hours from [this link](http://www.ip-finder.me/download/)
[ipblacklistcloud_recent_7d](http://iplists.firehol.org/?ipset=ipblacklistcloud_recent_7d)|[IP Blacklist Cloud](http://www.ip-finder.me/) These are the most recent IP addresses that have been blacklisted by websites. IP Blacklist Cloud plugin protects your WordPress based website from spam comments, gives details about login attacks which you don't even know are happening without this plugin!|ipv4 hash:ip|194 unique IPs|updated every 4 hours from [this link](http://www.ip-finder.me/download/)
[ipblacklistcloud_top](http://iplists.firehol.org/?ipset=ipblacklistcloud_top)|[IP Blacklist Cloud](http://www.ip-finder.me/) These are the top IP addresses that have been blacklisted by many websites. IP Blacklist Cloud plugin protects your WordPress based website from spam comments, gives details about login attacks which you don't even know are happening without this plugin!|ipv4 hash:ip|32 unique IPs|updated every 1 day from [this link](http://www.ip-finder.me/ip-full-list/)
[ipdeny_country](https://github.com/firehol/blocklist-ipsets/tree/master/ipdeny_country)|[IPDeny.com](http://www.ipdeny.com/) geolocation database|ipv4 hash:net|All the world|updated every 1 day from [this link](http://www.ipdeny.com/ipblocks/data/countries/all-zones.tar.gz)
[iw_spamlist](http://iplists.firehol.org/?ipset=iw_spamlist)|[ImproWare Antispam](http://antispam.imp.ch/) IPs sending spam, in the last 3 days|ipv4 hash:ip|943 unique IPs|updated every 1 hour from [this link](http://antispam.imp.ch/spamlist)
[iw_wormlist](http://iplists.firehol.org/?ipset=iw_wormlist)|[ImproWare Antispam](http://antispam.imp.ch/) IPs sending emails with viruses or worms, in the last 3 days|ipv4 hash:ip|0 unique IPs|updated every 1 hour from [this link](http://antispam.imp.ch/wormlist)
[lashback_ubl](http://iplists.firehol.org/?ipset=lashback_ubl)|[The LashBack UBL](http://blacklist.lashback.com/) The Unsubscribe Blacklist (UBL) is a real-time blacklist of IP addresses which are sending email to names harvested from suppression files (this is a big list, more than 500.000 IPs)|ipv4 hash:ip|305578 unique IPs|updated every 1 day from [this link](http://www.unsubscore.com/blacklist.txt)
[malc0de](http://iplists.firehol.org/?ipset=malc0de)|[Malc0de.com](http://malc0de.com) malicious IPs of the last 30 days|ipv4 hash:ip|66 unique IPs|updated every 1 day from [this link](http://malc0de.com/bl/IP_Blacklist.txt)
[malwaredomainlist](http://iplists.firehol.org/?ipset=malwaredomainlist)|[malwaredomainlist.com](http://www.malwaredomainlist.com) list of malware active ip addresses|ipv4 hash:ip|997 unique IPs|updated every 12 hours from [this link](http://www.malwaredomainlist.com/hostslist/ip.txt)
[maxmind_proxy_fraud](http://iplists.firehol.org/?ipset=maxmind_proxy_fraud)|[MaxMind.com](https://www.maxmind.com/en/high-risk-ip-sample-list) sample list of high-risk IP addresses.|ipv4 hash:ip|594 unique IPs|updated every 4 hours from [this link](https://www.maxmind.com/en/high-risk-ip-sample-list)
[myip](http://iplists.firehol.org/?ipset=myip)|[myip.ms](http://www.myip.ms/info/about) IPs identified as web bots in the last 10 days, using several sites that require human action|ipv4 hash:ip|835 unique IPs|updated every 1 day from [this link](http://www.myip.ms/files/blacklist/csf/latest_blacklist.txt)
[nixspam](http://iplists.firehol.org/?ipset=nixspam)|[NiX Spam](http://www.heise.de/ix/NiX-Spam-DNSBL-and-blacklist-for-download-499637.html) IP addresses that sent spam in the last hour - automatically generated entries without distinguishing open proxies from relays, dialup gateways, and so on. All IPs are removed after 12 hours if there is no spam from there.|ipv4 hash:ip|6944 unique IPs|updated every 15 mins from [this link](http://www.dnsbl.manitu.net/download/nixspam-ip.dump.gz)
[normshield_all_attack](http://iplists.firehol.org/?ipset=normshield_all_attack)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category attack with severity all|ipv4 hash:ip|2999 unique IPs|updated every 12 hours
[normshield_all_bruteforce](http://iplists.firehol.org/?ipset=normshield_all_bruteforce)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category bruteforce with severity all|ipv4 hash:ip|2636 unique IPs|updated every 12 hours
[normshield_all_ddosbot](http://iplists.firehol.org/?ipset=normshield_all_ddosbot)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category ddosbot with severity all|ipv4 hash:ip|8 unique IPs|updated every 12 hours
[normshield_all_dnsscan](http://iplists.firehol.org/?ipset=normshield_all_dnsscan)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category dnsscan with severity all|ipv4 hash:ip|7 unique IPs|updated every 12 hours
[normshield_all_spam](http://iplists.firehol.org/?ipset=normshield_all_spam)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category spam with severity all|ipv4 hash:ip|43 unique IPs|updated every 12 hours
[normshield_all_suspicious](http://iplists.firehol.org/?ipset=normshield_all_suspicious)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category suspicious with severity all|ipv4 hash:ip|90 unique IPs|updated every 12 hours
[normshield_all_wannacry](http://iplists.firehol.org/?ipset=normshield_all_wannacry)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category wannacry with severity all|ipv4 hash:ip|4797 unique IPs|updated every 12 hours
[normshield_all_webscan](http://iplists.firehol.org/?ipset=normshield_all_webscan)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category webscan with severity all|ipv4 hash:ip|352 unique IPs|updated every 12 hours
[normshield_all_wormscan](http://iplists.firehol.org/?ipset=normshield_all_wormscan)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category wormscan with severity all|ipv4 hash:ip|189 unique IPs|updated every 12 hours
[normshield_high_attack](http://iplists.firehol.org/?ipset=normshield_high_attack)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category attack with severity high|ipv4 hash:ip|2989 unique IPs|updated every 12 hours
[normshield_high_bruteforce](http://iplists.firehol.org/?ipset=normshield_high_bruteforce)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category bruteforce with severity high|ipv4 hash:ip|2602 unique IPs|updated every 12 hours
[normshield_high_ddosbot](http://iplists.firehol.org/?ipset=normshield_high_ddosbot)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category ddosbot with severity high|ipv4 hash:ip|8 unique IPs|updated every 12 hours
[normshield_high_dnsscan](http://iplists.firehol.org/?ipset=normshield_high_dnsscan)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category dnsscan with severity high|ipv4 hash:ip|7 unique IPs|updated every 12 hours
[normshield_high_spam](http://iplists.firehol.org/?ipset=normshield_high_spam)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category spam with severity high|ipv4 hash:ip|43 unique IPs|updated every 12 hours
[normshield_high_suspicious](http://iplists.firehol.org/?ipset=normshield_high_suspicious)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category suspicious with severity high|ipv4 hash:ip|90 unique IPs|updated every 12 hours
[normshield_high_wannacry](http://iplists.firehol.org/?ipset=normshield_high_wannacry)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category wannacry with severity high|ipv4 hash:ip|4709 unique IPs|updated every 12 hours
[normshield_high_webscan](http://iplists.firehol.org/?ipset=normshield_high_webscan)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category webscan with severity high|ipv4 hash:ip|322 unique IPs|updated every 12 hours
[normshield_high_wormscan](http://iplists.firehol.org/?ipset=normshield_high_wormscan)|[NormShield.com](https://services.normshield.com/threatfeed) IPs in category wormscan with severity high|ipv4 hash:ip|189 unique IPs|updated every 12 hours
[nt_malware_dns](http://iplists.firehol.org/?ipset=nt_malware_dns)|[No Think](http://www.nothink.org/) Malware DNS (the original list includes hostnames and domains, which are ignored)|ipv4 hash:ip|235 unique IPs|updated every 1 hour from [this link](http://www.nothink.org/blacklist/blacklist_malware_dns.txt)
[nt_malware_http](http://iplists.firehol.org/?ipset=nt_malware_http)|[No Think](http://www.nothink.org/) Malware HTTP|ipv4 hash:ip|69 unique IPs|updated every 1 hour from [this link](http://www.nothink.org/blacklist/blacklist_malware_http.txt)
[nt_malware_irc](http://iplists.firehol.org/?ipset=nt_malware_irc)|[No Think](http://www.nothink.org/) Malware IRC|ipv4 hash:ip|42 unique IPs|updated every 1 hour from [this link](http://www.nothink.org/blacklist/blacklist_malware_irc.txt)
[nt_ssh_7d](http://iplists.firehol.org/?ipset=nt_ssh_7d)|[NoThink](http://www.nothink.org/) Last 7 days SSH attacks|ipv4 hash:ip|191 unique IPs|updated every 1 hour from [this link](http://www.nothink.org/blacklist/blacklist_ssh_week.txt)
[nullsecure](http://iplists.firehol.org/?ipset=nullsecure)|[nullsecure.org](http://nullsecure.org/) This is a free threat feed provided for use in any acceptable manner. This feed was aggregated using the [Tango Honeypot Intelligence Splunk App](https://github.com/aplura/Tango) by Brian Warehime, a Senior Security Analyst at Defense Point Security.|ipv4 hash:ip|29439 unique IPs|updated every 8 hours from [this link](http://nullsecure.org/threatfeed/master.txt)
[packetmail](http://iplists.firehol.org/?ipset=packetmail)|[PacketMail.net](https://www.packetmail.net/) IP addresses that have been detected performing TCP SYN to 206.82.85.196/30 to a non-listening service or daemon. No assertion is made, nor implied, that any of the below listed IP addresses are accurate, malicious, hostile, or engaged in nefarious acts. Use this list at your own risk.|ipv4 hash:ip|3986 unique IPs|updated every 4 hours from [this link](https://www.packetmail.net/iprep.txt)
[packetmail_emerging_ips](http://iplists.firehol.org/?ipset=packetmail_emerging_ips)|[PacketMail.net](https://www.packetmail.net/) IP addresses that have been detected as potentially of interest based on the number of unique users of the packetmail IP Reputation system. No assertion is made, nor implied, that any of the below listed IP addresses are accurate, malicious, hostile, or engaged in nefarious acts. Use this list at your own risk.|ipv4 hash:ip|26 unique IPs|updated every 4 hours from [this link](https://www.packetmail.net/iprep_emerging_ips.txt)
[packetmail_mail](http://iplists.firehol.org/?ipset=packetmail_mail)|[PacketMail.net](https://www.packetmail.net/) IP addresses that have been detected performing behavior not in compliance with the requirements this system enforces for email acceptance. No assertion is made, nor implied, that any of the below listed IP addresses are accurate, malicious, hostile, or engaged in nefarious acts. Use this list at your own risk.|ipv4 hash:ip|73 unique IPs|updated every 4 hours from [this link](https://www.packetmail.net/iprep_mail.txt)
[packetmail_ramnode](http://iplists.firehol.org/?ipset=packetmail_ramnode)|[PacketMail.net](https://www.packetmail.net/) IP addresses that have been detected performing TCP SYN to 81.4.103.251 to a non-listening service or daemon. No assertion is made, nor implied, that any of the below listed IP addresses are accurate, malicious, hostile, or engaged in nefarious acts. Use this list at your own risk.|ipv4 hash:ip|2502 unique IPs|updated every 4 hours from [this link](https://www.packetmail.net/iprep_ramnode.txt)
php_bad|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) bad web hosts (this list is composed using an RSS feed)|ipv4 hash:ip|disabled|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=b&rss=1)
[php_commenters](http://iplists.firehol.org/?ipset=php_commenters)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) comment spammers (this list is composed using an RSS feed)|ipv4 hash:ip|50 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=c&rss=1)
[php_commenters_1d](http://iplists.firehol.org/?ipset=php_commenters_1d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) comment spammers (this list is composed using an RSS feed)|ipv4 hash:ip|96 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=c&rss=1)
[php_commenters_30d](http://iplists.firehol.org/?ipset=php_commenters_30d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) comment spammers (this list is composed using an RSS feed)|ipv4 hash:ip|1265 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=c&rss=1)
[php_commenters_7d](http://iplists.firehol.org/?ipset=php_commenters_7d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) comment spammers (this list is composed using an RSS feed)|ipv4 hash:ip|353 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=c&rss=1)
[php_dictionary](http://iplists.firehol.org/?ipset=php_dictionary)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) directory attackers (this list is composed using an RSS feed)|ipv4 hash:ip|50 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1)
[php_dictionary_1d](http://iplists.firehol.org/?ipset=php_dictionary_1d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) directory attackers (this list is composed using an RSS feed)|ipv4 hash:ip|98 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1)
[php_dictionary_30d](http://iplists.firehol.org/?ipset=php_dictionary_30d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) directory attackers (this list is composed using an RSS feed)|ipv4 hash:ip|1296 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1)
[php_dictionary_7d](http://iplists.firehol.org/?ipset=php_dictionary_7d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) directory attackers (this list is composed using an RSS feed)|ipv4 hash:ip|328 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1)
[php_harvesters](http://iplists.firehol.org/?ipset=php_harvesters)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed)|ipv4 hash:ip|50 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=h&rss=1)
[php_harvesters_1d](http://iplists.firehol.org/?ipset=php_harvesters_1d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed)|ipv4 hash:ip|69 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=h&rss=1)
[php_harvesters_30d](http://iplists.firehol.org/?ipset=php_harvesters_30d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed)|ipv4 hash:ip|574 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=h&rss=1)
[php_harvesters_7d](http://iplists.firehol.org/?ipset=php_harvesters_7d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed)|ipv4 hash:ip|181 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=h&rss=1)
[php_spammers](http://iplists.firehol.org/?ipset=php_spammers)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) spam servers (IPs used by spammers to send messages) (this list is composed using an RSS feed)|ipv4 hash:ip|50 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=s&rss=1)
[php_spammers_1d](http://iplists.firehol.org/?ipset=php_spammers_1d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) spam servers (IPs used by spammers to send messages) (this list is composed using an RSS feed)|ipv4 hash:ip|97 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=s&rss=1)
[php_spammers_30d](http://iplists.firehol.org/?ipset=php_spammers_30d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) spam servers (IPs used by spammers to send messages) (this list is composed using an RSS feed)|ipv4 hash:ip|1243 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=s&rss=1)
[php_spammers_7d](http://iplists.firehol.org/?ipset=php_spammers_7d)|[projecthoneypot.org](http://www.projecthoneypot.org/?rf=192670) spam servers (IPs used by spammers to send messages) (this list is composed using an RSS feed)|ipv4 hash:ip|316 unique IPs|updated every 1 hour from [this link](http://www.projecthoneypot.org/list_of_ips.php?t=s&rss=1)
[proxylists](http://iplists.firehol.org/?ipset=proxylists)|[proxylists.net](http://www.proxylists.net/) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|3804 unique IPs|updated every 1 hour from [this link](http://www.proxylists.net/proxylists.xml)
[proxylists_1d](http://iplists.firehol.org/?ipset=proxylists_1d)|[proxylists.net](http://www.proxylists.net/) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|6323 unique IPs|updated every 1 hour from [this link](http://www.proxylists.net/proxylists.xml)
[proxylists_30d](http://iplists.firehol.org/?ipset=proxylists_30d)|[proxylists.net](http://www.proxylists.net/) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|11404 unique IPs|updated every 1 hour from [this link](http://www.proxylists.net/proxylists.xml)
[proxylists_7d](http://iplists.firehol.org/?ipset=proxylists_7d)|[proxylists.net](http://www.proxylists.net/) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|9077 unique IPs|updated every 1 hour from [this link](http://www.proxylists.net/proxylists.xml)
[proxyrss](http://iplists.firehol.org/?ipset=proxyrss)|[proxyrss.com](http://www.proxyrss.com) open proxies syndicated from multiple sources.|ipv4 hash:ip|1206 unique IPs|updated every 4 hours from [this link](http://www.proxyrss.com/proxylists/all.gz)
[proxyrss_1d](http://iplists.firehol.org/?ipset=proxyrss_1d)|[proxyrss.com](http://www.proxyrss.com) open proxies syndicated from multiple sources.|ipv4 hash:ip|2902 unique IPs|updated every 4 hours from [this link](http://www.proxyrss.com/proxylists/all.gz)
[proxyrss_30d](http://iplists.firehol.org/?ipset=proxyrss_30d)|[proxyrss.com](http://www.proxyrss.com) open proxies syndicated from multiple sources.|ipv4 hash:ip|6661 unique IPs|updated every 4 hours from [this link](http://www.proxyrss.com/proxylists/all.gz)
[proxyrss_7d](http://iplists.firehol.org/?ipset=proxyrss_7d)|[proxyrss.com](http://www.proxyrss.com) open proxies syndicated from multiple sources.|ipv4 hash:ip|4893 unique IPs|updated every 4 hours from [this link](http://www.proxyrss.com/proxylists/all.gz)
[proxyspy_1d](http://iplists.firehol.org/?ipset=proxyspy_1d)|[ProxySpy](http://spys.ru/en/) open proxies (updated hourly)|ipv4 hash:ip|300 unique IPs|updated every 1 hour from [this link](http://txt.proxyspy.net/proxy.txt)
[proxyspy_30d](http://iplists.firehol.org/?ipset=proxyspy_30d)|[ProxySpy](http://spys.ru/en/) open proxies (updated hourly)|ipv4 hash:ip|6720 unique IPs|updated every 1 hour from [this link](http://txt.proxyspy.net/proxy.txt)
[proxyspy_7d](http://iplists.firehol.org/?ipset=proxyspy_7d)|[ProxySpy](http://spys.ru/en/) open proxies (updated hourly)|ipv4 hash:ip|2828 unique IPs|updated every 1 hour from [this link](http://txt.proxyspy.net/proxy.txt)
[proxz](http://iplists.firehol.org/?ipset=proxz)|[proxz.com](http://www.proxz.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|26 unique IPs|updated every 1 hour from [this link](http://www.proxz.com/proxylists.xml)
[proxz_1d](http://iplists.firehol.org/?ipset=proxz_1d)|[proxz.com](http://www.proxz.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|212 unique IPs|updated every 1 hour from [this link](http://www.proxz.com/proxylists.xml)
[proxz_30d](http://iplists.firehol.org/?ipset=proxz_30d)|[proxz.com](http://www.proxz.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|2776 unique IPs|updated every 1 hour from [this link](http://www.proxz.com/proxylists.xml)
[proxz_7d](http://iplists.firehol.org/?ipset=proxz_7d)|[proxz.com](http://www.proxz.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|964 unique IPs|updated every 1 hour from [this link](http://www.proxz.com/proxylists.xml)
[pushing_inertia_blocklist](http://iplists.firehol.org/?ipset=pushing_inertia_blocklist)|[Pushing Inertia](https://github.com/pushinginertia/ip-blacklist) IPs of hosting providers that are known to host various bots, spiders, scrapers, etc. to block access from these providers to web servers.|ipv4 hash:net|879 subnets, 34512268 unique IPs|updated every 1 day from [this link](https://raw.githubusercontent.com/pushinginertia/ip-blacklist/master/ip_blacklist.conf)
[ransomware_cryptowall_ps](http://iplists.firehol.org/?ipset=ransomware_cryptowall_ps)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list is CW_PS_IPBL: CryptoWall Ransomware Payment Sites IP blocklist.|ipv4 hash:ip|0 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/CW_PS_IPBL.txt)
[ransomware_feed](http://iplists.firehol.org/?ipset=ransomware_feed)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. The IPs in this list have been extracted from the tracker data feed.|ipv4 hash:ip|4691 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/feeds/csv/)
[ransomware_locky_c2](http://iplists.firehol.org/?ipset=ransomware_locky_c2)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list is LY_C2_IPBL: Locky Ransomware C2 URL blocklist.|ipv4 hash:ip|331 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/LY_C2_IPBL.txt)
[ransomware_locky_ps](http://iplists.firehol.org/?ipset=ransomware_locky_ps)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list is LY_PS_IPBL: Locky Ransomware Payment Sites IP blocklist.|ipv4 hash:ip|2 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/LY_PS_IPBL.txt)
[ransomware_online](http://iplists.firehol.org/?ipset=ransomware_online)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. The IPs in this list have been extracted from the tracker data feed, filtering only online IPs.|ipv4 hash:ip|24 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/feeds/csv/)
[ransomware_rw](http://iplists.firehol.org/?ipset=ransomware_rw)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list includes TC_PS_IPBL, LY_C2_IPBL, TL_C2_IPBL, TL_PS_IPBL and it is the recommended blocklist. It might not catch everything, but the false positive rate should be low. However, false positives are possible, especially with regards to RW_IPBL. IP addresses associated with Ransomware Payment Sites (*_PS_IPBL) or Locky botnet C&Cs (LY_C2_IPBL) stay listed on RW_IPBL for a time of 30 days after the last appearance. This means that an IP address stays listed on RW_IPBL even after the threat has been eliminated (e.g. the VPS / server has been suspended by the hosting provider) for another 30 days.|ipv4 hash:ip|336 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/RW_IPBL.txt)
[ransomware_teslacrypt_ps](http://iplists.firehol.org/?ipset=ransomware_teslacrypt_ps)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list is TC_PS_IPBL: TeslaCrypt Ransomware Payment Sites IP blocklist.|ipv4 hash:ip|2 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/TC_PS_IPBL.txt)
[ransomware_torrentlocker_c2](http://iplists.firehol.org/?ipset=ransomware_torrentlocker_c2)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list is TL_C2_IPBL: TorrentLocker Ransomware C2 IP blocklist.|ipv4 hash:ip|10 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/TL_C2_IPBL.txt)
[ransomware_torrentlocker_ps](http://iplists.firehol.org/?ipset=ransomware_torrentlocker_ps)|[Abuse.ch Ransomware Tracker](https://ransomwaretracker.abuse.ch) Ransomware Tracker tracks and monitors the status of domain names, IP addresses and URLs that are associated with Ransomware, such as Botnet C&C servers, distribution sites and payment sites. By using data provided by Ransomware Tracker, hosting- and internet service provider (ISPs), as well as national CERTs/CSIRTs, law enforcement agencies (LEA) and security researchers can receive an overview on infrastructure used by Ransomware and whether these are actively being used by miscreants to commit fraud. This list is TL_PS_IPBL: TorrentLocker Ransomware Payment Sites IP blocklist.|ipv4 hash:ip|2 unique IPs|updated every 5 mins from [this link](https://ransomwaretracker.abuse.ch/downloads/TL_PS_IPBL.txt)
[ri_connect_proxies](http://iplists.firehol.org/?ipset=ri_connect_proxies)|[rosinstrument.com](http://www.rosinstrument.com) open CONNECT proxies (this list is composed using an RSS feed)|ipv4 hash:ip|150 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/plab100.xml)
[ri_connect_proxies_1d](http://iplists.firehol.org/?ipset=ri_connect_proxies_1d)|[rosinstrument.com](http://www.rosinstrument.com) open CONNECT proxies (this list is composed using an RSS feed)|ipv4 hash:ip|150 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/plab100.xml)
[ri_connect_proxies_30d](http://iplists.firehol.org/?ipset=ri_connect_proxies_30d)|[rosinstrument.com](http://www.rosinstrument.com) open CONNECT proxies (this list is composed using an RSS feed)|ipv4 hash:ip|150 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/plab100.xml)
[ri_connect_proxies_7d](http://iplists.firehol.org/?ipset=ri_connect_proxies_7d)|[rosinstrument.com](http://www.rosinstrument.com) open CONNECT proxies (this list is composed using an RSS feed)|ipv4 hash:ip|150 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/plab100.xml)
[ri_web_proxies](http://iplists.firehol.org/?ipset=ri_web_proxies)|[rosinstrument.com](http://www.rosinstrument.com) open HTTP proxies (this list is composed using an RSS feed)|ipv4 hash:ip|139 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/l100.xml)
[ri_web_proxies_1d](http://iplists.firehol.org/?ipset=ri_web_proxies_1d)|[rosinstrument.com](http://www.rosinstrument.com) open HTTP proxies (this list is composed using an RSS feed)|ipv4 hash:ip|139 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/l100.xml)
[ri_web_proxies_30d](http://iplists.firehol.org/?ipset=ri_web_proxies_30d)|[rosinstrument.com](http://www.rosinstrument.com) open HTTP proxies (this list is composed using an RSS feed)|ipv4 hash:ip|139 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/l100.xml)
[ri_web_proxies_7d](http://iplists.firehol.org/?ipset=ri_web_proxies_7d)|[rosinstrument.com](http://www.rosinstrument.com) open HTTP proxies (this list is composed using an RSS feed)|ipv4 hash:ip|139 unique IPs|updated every 1 hour from [this link](http://tools.rosinstrument.com/proxy/l100.xml)
[sblam](http://iplists.firehol.org/?ipset=sblam)|[sblam.com](http://sblam.com) IPs used by web form spammers, during the last month|ipv4 hash:ip|10735 unique IPs|updated every 1 day from [this link](http://sblam.com/blacklist.txt)
[shunlist](http://iplists.firehol.org/?ipset=shunlist)|[AutoShun.org](http://autoshun.org/) IPs identified as hostile by correlating logs from distributed snort installations running the autoshun plugin|ipv4 hash:ip|500 unique IPs|updated every 4 hours
[snort_ipfilter](http://iplists.firehol.org/?ipset=snort_ipfilter)|[labs.snort.org](https://labs.snort.org/) supplied IP blacklist (this list seems to be updated frequently, but we found no information about it)|ipv4 hash:ip|1927 unique IPs|updated every 12 hours from [this link](http://labs.snort.org/feeds/ip-filter.blf)
[socks_proxy](http://iplists.firehol.org/?ipset=socks_proxy)|[socks-proxy.net](http://www.socks-proxy.net/) open SOCKS proxies|ipv4 hash:ip|80 unique IPs|updated every 10 mins from [this link](http://www.socks-proxy.net/)
[socks_proxy_1d](http://iplists.firehol.org/?ipset=socks_proxy_1d)|[socks-proxy.net](http://www.socks-proxy.net/) open SOCKS proxies|ipv4 hash:ip|6200 unique IPs|updated every 10 mins from [this link](http://www.socks-proxy.net/)
[socks_proxy_30d](http://iplists.firehol.org/?ipset=socks_proxy_30d)|[socks-proxy.net](http://www.socks-proxy.net/) open SOCKS proxies|ipv4 hash:ip|29425 unique IPs|updated every 10 mins from [this link](http://www.socks-proxy.net/)
[socks_proxy_7d](http://iplists.firehol.org/?ipset=socks_proxy_7d)|[socks-proxy.net](http://www.socks-proxy.net/) open SOCKS proxies|ipv4 hash:ip|15758 unique IPs|updated every 10 mins from [this link](http://www.socks-proxy.net/)
[sorbs_anonymizers](http://iplists.firehol.org/?ipset=sorbs_anonymizers)|[Sorbs.net](https://www.sorbs.net/) List of open HTTP and SOCKS proxies.|ipv4 hash:net|597391 subnets, 610263 unique IPs|updated every 1 min
sorbs_block|[Sorbs.net](https://www.sorbs.net/) List of hosts demanding that they never be tested by SORBS.|ipv4 hash:net|disabled|
[sorbs_dul](http://iplists.firehol.org/?ipset=sorbs_dul)|[Sorbs.net](https://www.sorbs.net/) Dynamic IP Addresses.|ipv4 hash:net|607718 subnets, 375474210 unique IPs|updated every 1 min
[sorbs_escalations](http://iplists.firehol.org/?ipset=sorbs_escalations)|[Sorbs.net](https://www.sorbs.net/) Netblocks of spam supporting service providers, including those who provide websites, DNS or drop boxes for a spammer. Spam supporters are added on a 'third strike and you are out' basis, where the third spam will cause the supporter to be added to the list.|ipv4 hash:net|8 subnets, 2304 unique IPs|updated every 1 min
[sorbs_new_spam](http://iplists.firehol.org/?ipset=sorbs_new_spam)|[Sorbs.net](https://www.sorbs.net/) List of hosts that have been noted as sending spam/UCE/UBE within the last 48 hours|ipv4 hash:net|33977 subnets, 35967 unique IPs|updated every 1 min
[sorbs_noserver](http://iplists.firehol.org/?ipset=sorbs_noserver)|[Sorbs.net](https://www.sorbs.net/) IP addresses and netblocks of where system administrators and ISPs owning the network have indicated that servers should not be present.|ipv4 hash:net|15066 subnets, 22951270 unique IPs|updated every 1 min
[sorbs_recent_spam](http://iplists.firehol.org/?ipset=sorbs_recent_spam)|[Sorbs.net](https://www.sorbs.net/) List of hosts that have been noted as sending spam/UCE/UBE within the last 28 days (includes sorbs_new_spam)|ipv4 hash:net|522240 subnets, 555438 unique IPs|updated every 1 min
[sorbs_smtp](http://iplists.firehol.org/?ipset=sorbs_smtp)|[Sorbs.net](https://www.sorbs.net/) List of SMTP Open Relays.|ipv4 hash:net|1968 subnets, 1976 unique IPs|updated every 1 min
[sorbs_web](http://iplists.firehol.org/?ipset=sorbs_web)|[Sorbs.net](https://www.sorbs.net/) List of IPs which have spammer abusable vulnerabilities (e.g. FormMail scripts)|ipv4 hash:net|5895259 subnets, 6375029 unique IPs|updated every 1 min
[sorbs_zombie](http://iplists.firehol.org/?ipset=sorbs_zombie)|[Sorbs.net](https://www.sorbs.net/) List of networks hijacked from their original owners, some of which have already used for spamming.|ipv4 hash:net|78 subnets, 1903876 unique IPs|updated every 1 min
[spamhaus_drop](http://iplists.firehol.org/?ipset=spamhaus_drop)|[Spamhaus.org](http://www.spamhaus.org) DROP list (according to their site this list should be dropped at tier-1 ISPs globally)|ipv4 hash:net|816 subnets, 19087872 unique IPs|updated every 12 hours from [this link](http://www.spamhaus.org/drop/drop.txt)
[spamhaus_edrop](http://iplists.firehol.org/?ipset=spamhaus_edrop)|[Spamhaus.org](http://www.spamhaus.org) EDROP (extended matches that should be used with DROP)|ipv4 hash:net|104 subnets, 968704 unique IPs|updated every 12 hours from [this link](http://www.spamhaus.org/drop/edrop.txt)
[sslbl](http://iplists.firehol.org/?ipset=sslbl)|[Abuse.ch SSL Blacklist](https://sslbl.abuse.ch/) bad SSL traffic related to malware or botnet activities|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://sslbl.abuse.ch/blacklist/sslipblacklist.csv)
[sslbl_aggressive](http://iplists.firehol.org/?ipset=sslbl_aggressive)|[Abuse.ch SSL Blacklist](https://sslbl.abuse.ch/) The aggressive version of the SSL IP Blacklist contains all IPs that SSLBL ever detected being associated with a malicious SSL certificate. Since IP addresses can be reused (e.g. when the customer changes), this blacklist may cause false positives. Hence I highly recommend you to use the standard version instead of the aggressive one.|ipv4 hash:ip|0 unique IPs|updated every 30 mins from [this link](https://sslbl.abuse.ch/blacklist/sslipblacklist_aggressive.csv)
[sslproxies](http://iplists.firehol.org/?ipset=sslproxies)|[SSLProxies.org](http://www.sslproxies.org/) open SSL proxies|ipv4 hash:ip|100 unique IPs|updated every 10 mins from [this link](http://www.sslproxies.org/)
[sslproxies_1d](http://iplists.firehol.org/?ipset=sslproxies_1d)|[SSLProxies.org](http://www.sslproxies.org/) open SSL proxies|ipv4 hash:ip|2268 unique IPs|updated every 10 mins from [this link](http://www.sslproxies.org/)
[sslproxies_30d](http://iplists.firehol.org/?ipset=sslproxies_30d)|[SSLProxies.org](http://www.sslproxies.org/) open SSL proxies|ipv4 hash:ip|15398 unique IPs|updated every 10 mins from [this link](http://www.sslproxies.org/)
[sslproxies_7d](http://iplists.firehol.org/?ipset=sslproxies_7d)|[SSLProxies.org](http://www.sslproxies.org/) open SSL proxies|ipv4 hash:ip|7332 unique IPs|updated every 10 mins from [this link](http://www.sslproxies.org/)
[stopforumspam](http://iplists.firehol.org/?ipset=stopforumspam)|[StopForumSpam.com](http://www.stopforumspam.com) Banned IPs used by forum spammers|ipv4 hash:ip|156723 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/bannedips.zip)
[stopforumspam_180d](http://iplists.firehol.org/?ipset=stopforumspam_180d)|[StopForumSpam.com](http://www.stopforumspam.com) IPs used by forum spammers (last 180 days)|ipv4 hash:ip|246422 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/listed_ip_180.zip)
[stopforumspam_1d](http://iplists.firehol.org/?ipset=stopforumspam_1d)|[StopForumSpam.com](http://www.stopforumspam.com) IPs used by forum spammers in the last 24 hours|ipv4 hash:ip|6397 unique IPs|updated every 1 hour from [this link](http://www.stopforumspam.com/downloads/listed_ip_1.zip)
[stopforumspam_30d](http://iplists.firehol.org/?ipset=stopforumspam_30d)|[StopForumSpam.com](http://www.stopforumspam.com) IPs used by forum spammers (last 30 days)|ipv4 hash:ip|65388 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/listed_ip_30.zip)
[stopforumspam_365d](http://iplists.firehol.org/?ipset=stopforumspam_365d)|[StopForumSpam.com](http://www.stopforumspam.com) IPs used by forum spammers (last 365 days)|ipv4 hash:ip|342086 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/listed_ip_365.zip)
[stopforumspam_7d](http://iplists.firehol.org/?ipset=stopforumspam_7d)|[StopForumSpam.com](http://www.stopforumspam.com) IPs used by forum spammers (last 7 days)|ipv4 hash:ip|21289 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/listed_ip_7.zip)
[stopforumspam_90d](http://iplists.firehol.org/?ipset=stopforumspam_90d)|[StopForumSpam.com](http://www.stopforumspam.com) IPs used by forum spammers (last 90 days)|ipv4 hash:ip|157693 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/listed_ip_90.zip)
[stopforumspam_toxic](http://iplists.firehol.org/?ipset=stopforumspam_toxic)|[StopForumSpam.com](http://www.stopforumspam.com) Networks that have large amounts of spambots and are flagged as toxic. Toxic IP ranges are infrequently changed.|ipv4 hash:net|40 subnets, 119611 unique IPs|updated every 1 day from [this link](http://www.stopforumspam.com/downloads/toxic_ip_cidr.txt)
[taichung](http://iplists.firehol.org/?ipset=taichung)|[Taichung Education Center](https://www.tc.edu.tw/net/netflow/lkout/recent/30) Blocked IP Addresses (attacks and bots).|ipv4 hash:ip|23812 unique IPs|updated every 1 day from [this link](https://www.tc.edu.tw/net/netflow/lkout/recent/30)
[talosintel_ipfilter](http://iplists.firehol.org/?ipset=talosintel_ipfilter)|[TalosIntel.com](http://talosintel.com/additional-resources/) List of known malicious network threats|ipv4 hash:ip|1931 unique IPs|updated every 15 mins from [this link](http://talosintel.com/feeds/ip-filter.blf)
[threatcrowd](http://iplists.firehol.org/?ipset=threatcrowd)|[Crowdsourced IP feed from ThreatCrowd](http://threatcrowd.blogspot.gr/2016/02/crowdsourced-feeds-from-threatcrowd.html). These feeds are not a substitute for the scale of auto-extracted command and control domains or the quality of some commercially provided feeds. But crowd-sourcing does go some way towards the quick sharing of threat intelligence between the community.|ipv4 hash:ip|977 unique IPs|updated every 1 hour from [this link](https://www.threatcrowd.org/feeds/ips.txt)
[tor_exits](http://iplists.firehol.org/?ipset=tor_exits)|[TorProject.org](https://www.torproject.org) list of all current TOR exit points (TorDNSEL)|ipv4 hash:ip|971 unique IPs|updated every 5 mins from [this link](https://check.torproject.org/exit-addresses)
[tor_exits_1d](http://iplists.firehol.org/?ipset=tor_exits_1d)|[TorProject.org](https://www.torproject.org) list of all current TOR exit points (TorDNSEL)|ipv4 hash:ip|1015 unique IPs|updated every 5 mins from [this link](https://check.torproject.org/exit-addresses)
[tor_exits_30d](http://iplists.firehol.org/?ipset=tor_exits_30d)|[TorProject.org](https://www.torproject.org) list of all current TOR exit points (TorDNSEL)|ipv4 hash:ip|1852 unique IPs|updated every 5 mins from [this link](https://check.torproject.org/exit-addresses)
[tor_exits_7d](http://iplists.firehol.org/?ipset=tor_exits_7d)|[TorProject.org](https://www.torproject.org) list of all current TOR exit points (TorDNSEL)|ipv4 hash:ip|1210 unique IPs|updated every 5 mins from [this link](https://check.torproject.org/exit-addresses)
[turris_greylist](http://iplists.firehol.org/?ipset=turris_greylist)|[Turris Greylist](https://www.turris.cz/en/greylist) IPs that are blocked on the firewalls of Turris routers. The data is processed and clasified every week and behaviour of IP addresses that accessed a larger number of Turris routers is evaluated. The result is a list of addresses that have tried to obtain information about services on the router or tried to gain access to them. We do not recommend to use these data as a list of addresses that should be blocked but it can be used for example in analysis of the traffic in other networks.|ipv4 hash:ip|15830 unique IPs|updated every 7 days from [this link](https://www.turris.cz/greylist-data/greylist-latest.csv)
[urandomusto_dns](http://iplists.firehol.org/?ipset=urandomusto_dns)|IP Feed about dns, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|67 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=dns&out=txt&submit=go)
[urandomusto_ftp](http://iplists.firehol.org/?ipset=urandomusto_ftp)|IP Feed about ftp, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|152 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=ftp&out=txt&submit=go)
[urandomusto_http](http://iplists.firehol.org/?ipset=urandomusto_http)|IP Feed about http, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|289 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=http&out=txt&submit=go)
[urandomusto_mailer](http://iplists.firehol.org/?ipset=urandomusto_mailer)|IP Feed about mailer, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|259 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=mailer&out=txt&submit=go)
[urandomusto_malware](http://iplists.firehol.org/?ipset=urandomusto_malware)|IP Feed about malware, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|1 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=malware&out=txt&submit=go)
[urandomusto_ntp](http://iplists.firehol.org/?ipset=urandomusto_ntp)|IP Feed about ntp, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|72 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=ntp&out=txt&submit=go)
[urandomusto_rdp](http://iplists.firehol.org/?ipset=urandomusto_rdp)|IP Feed about rdp, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|133 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=rdp&out=txt&submit=go)
[urandomusto_smb](http://iplists.firehol.org/?ipset=urandomusto_smb)|IP Feed about smb, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|45 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=smb&out=txt&submit=go)
[urandomusto_spam](http://iplists.firehol.org/?ipset=urandomusto_spam)|IP Feed about spam, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|4 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=spam&out=txt&submit=go)
[urandomusto_ssh](http://iplists.firehol.org/?ipset=urandomusto_ssh)|IP Feed about ssh, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|126 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=ssh&out=txt&submit=go)
[urandomusto_telnet](http://iplists.firehol.org/?ipset=urandomusto_telnet)|IP Feed about telnet, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|299 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=telnet&out=txt&submit=go)
[urandomusto_unspecified](http://iplists.firehol.org/?ipset=urandomusto_unspecified)|IP Feed about unspecified, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|178 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=unspecified&out=txt&submit=go)
[urandomusto_vnc](http://iplists.firehol.org/?ipset=urandomusto_vnc)|IP Feed about vnc, crawled from several sources, including several twitter accounts.|ipv4 hash:ip|27 unique IPs|updated every 1 hour from [this link](http://urandom.us.to/report.php?ip=&info=&tag=vnc&out=txt&submit=go)
[urlvir](http://iplists.firehol.org/?ipset=urlvir)|[URLVir.com](http://www.urlvir.com/) Active Malicious IP Addresses Hosting Malware. URLVir is an online security service developed by NoVirusThanks Company Srl that automatically monitors changes of malicious URLs (executable files).|ipv4 hash:ip|345 unique IPs|updated every 1 day from [this link](http://www.urlvir.com/export-ip-addresses/)
[uscert_hidden_cobra](http://iplists.firehol.org/?ipset=uscert_hidden_cobra)|Since 2009, HIDDEN COBRA actors have leveraged their capabilities to target and compromise a range of victims; some intrusions have resulted in the exfiltration of data while others have been disruptive in nature. Commercial reporting has referred to this activity as Lazarus Group and Guardians of Peace. DHS and FBI assess that HIDDEN COBRA actors will continue to use cyber operations to advance their governments military and strategic objectives. Tools and capabilities used by HIDDEN COBRA actors include DDoS botnets, keyloggers, remote access tools (RATs), and wiper malware. Variants of malware and tools used by HIDDEN COBRA actors include Destover, Wild Positron/Duuzer and Hangman.|ipv4 hash:ip|627 unique IPs|updated every 1 day from [this link](https://www.us-cert.gov/sites/default/files/publications/TA-17-164A_csv.csv)
[voipbl](http://iplists.firehol.org/?ipset=voipbl)|[VoIPBL.org](http://www.voipbl.org/) a distributed VoIP blacklist that is aimed to protects against VoIP Fraud and minimizing abuse for network that have publicly accessible PBX's. Several algorithms, external sources and manual confirmation are used before they categorize something as an attack and determine the threat level.|ipv4 hash:net|78029 subnets, 83846 unique IPs|updated every 4 hours from [this link](http://www.voipbl.org/update/)
[vxvault](http://iplists.firehol.org/?ipset=vxvault)|[VxVault](http://vxvault.net) The latest 100 additions of VxVault.|ipv4 hash:ip|59 unique IPs|updated every 12 hours from [this link](http://vxvault.net/ViriList.php?s=0&m=100)
[xforce_bccs](http://iplists.firehol.org/?ipset=xforce_bccs)|[IBM X-Force Exchange](https://exchange.xforce.ibmcloud.com/) Botnet Command and Control Servers|ipv4 hash:ip|405 unique IPs|updated every 1 day from [this link](https://api.xforce.ibmcloud.com/taxii)
[xroxy](http://iplists.firehol.org/?ipset=xroxy)|[xroxy.com](http://www.xroxy.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|65 unique IPs|updated every 1 hour from [this link](http://www.xroxy.com/proxyrss.xml)
[xroxy_1d](http://iplists.firehol.org/?ipset=xroxy_1d)|[xroxy.com](http://www.xroxy.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|103 unique IPs|updated every 1 hour from [this link](http://www.xroxy.com/proxyrss.xml)
[xroxy_30d](http://iplists.firehol.org/?ipset=xroxy_30d)|[xroxy.com](http://www.xroxy.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|346 unique IPs|updated every 1 hour from [this link](http://www.xroxy.com/proxyrss.xml)
[xroxy_7d](http://iplists.firehol.org/?ipset=xroxy_7d)|[xroxy.com](http://www.xroxy.com) open proxies (this list is composed using an RSS feed)|ipv4 hash:ip|181 unique IPs|updated every 1 hour from [this link](http://www.xroxy.com/proxyrss.xml)
[yoyo_adservers](http://iplists.firehol.org/?ipset=yoyo_adservers)|[Yoyo.org](http://pgl.yoyo.org/adservers/) IPs of ad servers|ipv4 hash:ip|11278 unique IPs|updated every 12 hours from [this link](http://pgl.yoyo.org/adservers/iplist.php?ipformat=plain&showintro=0&mimetype=plaintext)
[zeus](http://iplists.firehol.org/?ipset=zeus)|[Abuse.ch Zeus tracker](https://zeustracker.abuse.ch) standard, contains the same data as the ZeuS IP blocklist (zeus_badips) but with the slight difference that it doesn't exclude hijacked websites (level 2) and free web hosting providers (level 3). This means that this blocklist contains all IPv4 addresses associated with ZeuS C&Cs which are currently being tracked by ZeuS Tracker. Hence this blocklist will likely cause some false positives.|ipv4 hash:ip|114 unique IPs|updated every 30 mins from [this link](https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist)
[zeus_badips](http://iplists.firehol.org/?ipset=zeus_badips)|[Abuse.ch Zeus tracker](https://zeustracker.abuse.ch) badips includes IPv4 addresses that are used by the ZeuS trojan. It is the recommened blocklist if you want to block only ZeuS IPs. It excludes IP addresses that ZeuS Tracker believes to be hijacked (level 2) or belong to a free web hosting provider (level 3). Hence the false postive rate should be much lower compared to the standard ZeuS IP blocklist.|ipv4 hash:ip|109 unique IPs|updated every 30 mins from [this link](https://zeustracker.abuse.ch/blocklist.php?download=badips)

53735
alienvault_reputation.ipset Normal file

File diff suppressed because it is too large Load Diff

30
asprox_c2.ipset Normal file
View File

@ -0,0 +1,30 @@
#
# asprox_c2
#
# ipv4 hash:ip ipset
#
# [h3x.eu] (http://atrack.h3x.eu/) ASPROX Tracker - Asprox
# C&C Sites
#
# Maintainer : h3x.eu
# Maintainer URL : http://atrack.h3x.eu/
# List source URL : http://atrack.h3x.eu/c2
# Source File Date: Mon Nov 6 03:04:11 UTC 2017
#
# Category : malware
# Version : 1
#
# This File Date : Sun Jun 3 05:36:21 UTC 2018
# Update Frequency: 1 day
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=asprox_c2
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

153
bambenek_banjori.ipset Normal file
View File

@ -0,0 +1,153 @@
#
# bambenek_banjori
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of banjori C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/banjori-iplist.txt
# Source File Date: Wed Jun 19 10:05:25 UTC 2019
#
# Category : malware
# Version : 8586
#
# This File Date : Wed Jun 19 10:08:34 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 122 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_banjori
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.79.79.209
5.79.79.211
5.79.79.212
23.89.20.107
23.105.99.15
23.107.124.53
23.110.13.197
23.236.62.147
27.124.28.149
31.11.33.228
35.169.58.188
35.186.238.101
43.230.142.125
43.241.196.105
45.204.37.242
47.91.170.222
47.105.216.140
52.58.78.16
54.72.11.253
54.208.77.124
62.4.17.220
62.149.142.219
64.95.103.183
67.229.184.183
74.208.236.219
74.220.199.8
74.220.207.152
78.24.9.52
78.46.156.194
81.169.145.88
81.169.145.159
81.169.145.160
81.169.145.161
83.137.194.79
85.158.203.201
89.35.39.50
89.35.39.67
89.188.24.70
91.195.240.87
92.53.96.22
96.30.52.60
103.70.226.182
103.71.236.189
104.18.56.87
104.18.57.87
104.27.180.130
104.27.181.130
104.171.24.25
104.171.24.26
104.192.84.85
107.158.31.120
107.175.239.2
107.180.20.91
108.59.12.99
108.187.67.6
109.70.4.246
109.71.51.55
112.78.125.29
112.121.187.246
119.188.157.23
121.40.153.149
122.10.99.22
123.1.194.96
123.254.108.81
130.211.40.170
133.130.35.90
133.242.195.32
134.73.61.187
134.73.227.39
142.252.42.14
149.255.58.42
150.95.255.38
154.207.42.93
154.212.156.250
154.213.207.188
154.218.34.41
154.219.152.60
154.221.45.196
154.221.200.119
160.153.89.67
162.210.102.66
162.255.119.180
178.22.59.66
180.153.100.94
180.215.207.111
185.3.95.138
186.202.153.222
192.64.119.63
192.169.243.26
192.190.87.140
193.222.100.37
196.22.132.17
198.8.63.179
198.23.48.104
198.38.82.115
198.38.83.24
199.58.179.10
199.168.185.2
200.63.47.3
202.124.241.178
202.181.97.76
202.254.234.152
203.156.192.80
204.11.56.48
208.73.210.202
208.73.210.217
208.73.211.165
208.73.211.177
208.91.197.46
208.91.197.91
208.109.80.14
209.99.40.222
209.99.40.223
212.12.54.87
213.186.33.5
216.40.47.17
217.26.53.16
217.26.63.20
217.70.184.38
219.118.71.121
219.235.5.224
220.158.225.187

31
bambenek_bebloh.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_bebloh
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of bebloh C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/bebloh-iplist.txt
# Source File Date: Thu Jun 7 00:02:37 UTC 2018
#
# Category : malware
# Version : 6
#
# This File Date : Thu Jun 7 00:08:33 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_bebloh
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

508
bambenek_c2.ipset Normal file
View File

@ -0,0 +1,508 @@
#
# bambenek_c2
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) master feed of
# known, active and non-sinkholed C&Cs IP addresses
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/c2-ipmasterlist.txt
# Source File Date: Wed Jun 19 10:12:12 UTC 2019
#
# Category : malware
# Version : 9017
#
# This File Date : Wed Jun 19 10:16:23 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 477 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_c2
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.79.79.209
5.79.79.211
5.79.79.212
5.157.84.170
18.213.250.117
18.215.128.143
23.20.239.12
23.80.37.57
23.89.20.107
23.89.102.68
23.105.99.15
23.107.124.53
23.110.13.197
23.185.0.3
23.224.46.158
23.236.62.147
27.124.28.149
31.11.32.144
31.11.33.228
31.170.160.61
31.186.169.41
31.217.192.121
34.197.76.50
34.225.182.233
35.169.58.188
35.170.58.11
35.184.193.177
35.186.238.101
35.187.36.248
35.224.11.86
37.9.175.13
40.255.0.62
43.225.127.141
43.230.142.125
43.241.196.105
45.38.1.238
45.194.132.201
45.194.179.185
45.204.37.242
45.204.41.153
45.204.199.237
45.227.252.56
46.16.61.114
46.23.69.44
46.28.105.107
46.30.213.254
46.30.215.62
46.30.215.126
46.30.215.194
46.105.57.169
46.105.96.44
46.151.97.7
46.165.220.141
46.165.220.142
46.165.220.143
46.165.220.144
46.165.220.145
46.165.220.146
46.165.220.147
46.165.220.148
46.165.220.149
46.165.220.150
46.165.220.151
46.165.220.152
46.165.220.153
46.165.220.154
46.165.220.155
46.165.221.136
46.165.221.144
46.165.221.154
46.165.229.164
46.165.229.165
46.165.229.166
46.165.229.167
46.165.254.193
46.165.254.194
46.165.254.195
46.165.254.196
46.165.254.197
46.165.254.198
46.165.254.199
46.165.254.200
46.165.254.201
46.165.254.202
46.165.254.203
46.165.254.204
46.165.254.205
46.165.254.206
46.165.254.207
46.165.254.208
46.165.254.209
46.165.254.210
46.165.254.211
46.165.254.212
46.165.254.213
46.165.254.214
46.249.43.105
47.91.170.222
47.105.216.140
49.156.164.199
50.3.238.206
50.23.195.228
50.63.54.65
50.117.31.163
52.0.217.44
52.4.209.250
52.30.231.158
52.50.248.86
52.58.78.16
52.218.24.53
52.218.84.188
52.218.96.68
52.218.97.36
54.72.11.253
54.208.77.124
62.4.17.220
62.60.251.244
62.97.115.37
62.129.200.14
62.149.128.72
62.149.128.74
62.149.128.151
62.149.128.154
62.149.128.157
62.149.128.160
62.149.128.163
62.149.128.166
62.149.142.219
62.153.122.95
62.197.128.123
63.251.106.21
64.15.97.183
64.21.149.167
64.95.103.183
64.95.103.184
64.95.103.190
64.111.110.224
64.143.154.149
64.207.144.71
64.223.229.55
65.15.92.213
65.47.165.146
65.55.175.112
65.63.81.119
65.63.174.17
65.79.182.119
66.29.58.119
66.79.177.19
66.103.209.214
66.143.34.180
66.183.248.247
66.191.153.52
66.203.144.121
66.223.154.86
67.59.157.51
67.203.4.92
67.229.184.183
68.127.152.23
68.175.102.119
68.247.171.49
69.41.162.77
69.223.127.150
69.231.168.177
69.247.34.86
70.167.228.16
70.255.44.212
71.175.63.213
72.52.179.175
74.117.221.74
74.208.236.219
74.220.199.8
74.220.207.152
75.5.255.185
75.49.123.3
77.111.240.32
77.111.240.52
78.24.9.52
78.46.156.194
78.47.106.15
79.98.25.1
79.170.40.236
80.85.86.6
80.237.132.180
81.2.194.62
81.2.194.128
81.2.194.176
81.169.145.68
81.169.145.84
81.169.145.88
81.169.145.94
81.169.145.105
81.169.145.159
81.169.145.160
81.169.145.161
81.177.165.51
82.64.11.138
82.98.135.43
82.100.220.53
82.112.184.197
83.137.194.79
84.38.228.119
85.13.129.76
85.13.132.239
85.114.135.128
85.128.128.104
85.128.151.58
85.128.185.12
85.158.203.201
85.159.66.93
85.214.112.103
85.236.47.218
87.98.154.146
87.98.230.60
88.198.56.106
88.208.252.147
89.31.143.1
89.35.39.50
89.35.39.67
89.42.219.208
89.46.108.57
89.188.24.70
89.223.109.60
91.121.59.137
91.121.154.229
91.121.208.116
91.195.240.87
91.196.124.119
91.199.77.50
91.212.28.29
92.43.203.171
92.53.96.22
92.61.39.239
93.89.19.124
93.90.146.101
93.185.103.42
93.190.48.3
93.237.141.54
94.136.40.51
94.152.8.56
94.237.77.204
95.211.117.215
96.30.52.60
98.124.199.9
103.70.226.182
103.71.236.189
103.255.176.31
104.18.56.87
104.18.57.87
104.24.108.77
104.24.109.77
104.27.128.64
104.27.129.64
104.27.162.176
104.27.163.176
104.27.180.130
104.27.181.130
104.28.26.172
104.28.27.172
104.149.71.206
104.149.174.100
104.171.24.25
104.171.24.26
104.192.84.85
104.196.176.208
104.200.22.49
104.200.22.50
104.200.23.45
104.200.23.46
104.200.23.95
105.53.189.97
105.93.147.199
107.85.232.197
107.158.31.120
107.172.147.54
107.175.239.2
107.179.102.194
107.180.20.91
108.59.12.99
108.59.12.100
108.187.67.6
109.70.4.246
109.71.51.55
110.93.89.224
110.229.33.96
111.157.141.160
111.253.43.225
112.78.125.29
112.121.187.246
119.188.157.23
121.40.153.149
122.10.99.22
123.1.194.96
123.254.108.81
130.211.40.170
133.130.35.90
133.242.195.32
134.73.61.187
134.73.202.43
134.73.227.39
139.59.59.137
141.8.230.20
141.105.126.87
142.252.42.14
143.215.15.199
146.148.34.125
147.255.61.186
149.216.106.61
149.255.58.42
150.95.255.38
151.139.240.29
152.89.234.30
154.82.51.92
154.207.42.93
154.212.156.250
154.213.207.188
154.214.206.96
154.214.250.73
154.218.34.41
154.219.152.60
154.221.45.196
154.221.200.119
156.235.36.54
156.236.208.147
157.7.107.168
157.7.107.190
157.7.231.192
159.203.49.109
160.153.89.67
162.210.102.66
162.215.253.205
162.255.119.180
163.172.86.124
166.88.236.245
172.98.64.218
172.120.17.157
173.220.70.26
173.231.184.54
173.236.178.74
173.239.5.6
173.239.8.164
173.239.23.228
178.22.59.66
178.32.208.147
178.254.10.14
180.153.100.94
180.215.207.110
180.215.207.111
183.110.225.165
183.111.199.188
184.168.131.241
185.3.95.138
185.5.53.11
185.26.105.244
185.33.54.3
185.51.65.84
185.53.179.6
185.66.237.14
185.114.108.15
185.149.84.23
185.183.8.67
186.202.153.222
188.165.143.5
191.5.59.60
192.64.119.63
192.64.147.231
192.74.247.68
192.169.243.26
192.185.190.96
192.185.204.154
192.190.87.140
193.146.253.36
193.146.253.37
193.146.253.39
193.222.100.37
194.9.94.85
194.9.94.86
194.150.113.18
194.150.113.50
194.242.61.31
195.8.208.58
195.110.124.188
196.22.132.17
198.8.63.179
198.23.48.104
198.38.82.115
198.38.83.24
198.54.115.163
198.54.117.197
198.54.117.198
198.54.117.199
198.54.117.200
198.55.125.125
198.187.30.249
199.58.179.10
199.115.115.118
199.168.185.2
199.191.50.185
200.63.47.3
201.8.177.226
202.124.241.178
202.181.97.76
202.254.234.152
203.24.250.227
203.144.179.160
203.152.145.66
203.156.192.80
204.8.247.36
204.11.56.48
204.56.210.195
204.160.156.193
205.112.60.70
205.168.157.226
206.176.169.193
206.189.61.126
207.10.232.16
207.10.232.21
207.208.138.38
208.43.88.227
208.73.210.202
208.73.210.217
208.73.211.165
208.73.211.177
208.76.243.11
208.91.197.26
208.91.197.46
208.91.197.66
208.91.197.91
208.109.80.14
209.99.40.222
209.99.40.223
209.140.30.61
209.160.65.66
210.172.183.32
211.43.203.53
211.115.125.55
212.12.54.87
212.57.32.63
212.61.181.100
212.85.106.71
213.186.33.5
213.247.47.190
216.40.47.17
216.52.92.188
217.19.237.54
217.20.116.129
217.20.116.130
217.20.116.131
217.20.116.132
217.20.116.133
217.20.116.134
217.20.116.135
217.20.116.136
217.20.116.137
217.20.116.138
217.20.116.139
217.20.116.140
217.20.116.141
217.20.116.142
217.20.116.143
217.20.116.149
217.20.116.150
217.20.116.151
217.26.53.16
217.26.63.20
217.70.184.38
217.74.71.168
217.160.0.27
217.160.0.59
217.160.0.169
217.160.0.225
217.160.0.239
217.160.122.61
217.160.230.218
217.160.233.84
219.118.71.121
219.235.5.224
220.158.225.187

31
bambenek_cl.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_cl
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of cl C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/cl-iplist.txt
# Source File Date: Fri Dec 14 00:05:01 UTC 2018
#
# Category : malware
# Version : 18
#
# This File Date : Fri Dec 14 00:08:08 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_cl
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

31
bambenek_cryptowall.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_cryptowall
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of cryptowall C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/cryptowall-iplist.txt
# Source File Date: Thu Dec 3 12:25:05 UTC 2015
#
# Category : malware
# Version : 5
#
# This File Date : Thu Jun 7 00:08:34 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_cryptowall
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

33
bambenek_dircrypt.ipset Normal file
View File

@ -0,0 +1,33 @@
#
# bambenek_dircrypt
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of dircrypt C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/dircrypt-iplist.txt
# Source File Date: Mon Jun 10 16:07:58 UTC 2019
#
# Category : malware
# Version : 144
#
# This File Date : Mon Jun 10 16:12:06 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 2 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_dircrypt
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
45.194.179.185
192.74.247.68

31
bambenek_dyre.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_dyre
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of dyre C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/dyre-iplist.txt
# Source File Date: Thu Jun 7 00:03:08 UTC 2018
#
# Category : malware
# Version : 6
#
# This File Date : Thu Jun 7 00:08:34 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_dyre
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

31
bambenek_geodo.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_geodo
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of geodo C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/geodo-iplist.txt
# Source File Date: Thu Jun 7 00:02:33 UTC 2018
#
# Category : malware
# Version : 6
#
# This File Date : Thu Jun 7 00:08:34 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_geodo
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

31
bambenek_hesperbot.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_hesperbot
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of hesperbot C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/hesperbot-iplist.txt
# Source File Date: Mon Jun 10 17:02:37 UTC 2019
#
# Category : malware
# Version : 133
#
# This File Date : Mon Jun 10 17:04:11 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_hesperbot
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

33
bambenek_matsnu.ipset Normal file
View File

@ -0,0 +1,33 @@
#
# bambenek_matsnu
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of matsnu C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/matsnu-iplist.txt
# Source File Date: Wed Jun 19 00:01:24 UTC 2019
#
# Category : malware
# Version : 305
#
# This File Date : Wed Jun 19 00:04:36 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 2 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_matsnu
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
64.111.110.224
74.117.221.74

74
bambenek_necurs.ipset Normal file
View File

@ -0,0 +1,74 @@
#
# bambenek_necurs
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of necurs C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/necurs-iplist.txt
# Source File Date: Wed Jun 19 09:05:55 UTC 2019
#
# Category : malware
# Version : 4222
#
# This File Date : Wed Jun 19 09:08:37 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 43 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_necurs
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
64.15.97.183
64.143.154.149
64.223.229.55
65.15.92.213
65.47.165.146
65.55.175.112
65.63.81.119
65.63.174.17
65.79.182.119
66.79.177.19
66.103.209.214
66.143.34.180
66.183.248.247
66.191.153.52
66.223.154.86
68.127.152.23
68.175.102.119
68.247.171.49
69.223.127.150
69.231.168.177
69.247.34.86
70.167.228.16
70.255.44.212
71.175.63.213
105.53.189.97
105.93.147.199
107.85.232.197
110.93.89.224
110.229.33.96
111.157.141.160
111.253.43.225
198.55.125.125
201.8.177.226
203.24.250.227
203.144.179.160
203.152.145.66
204.8.247.36
204.56.210.195
204.160.156.193
205.112.60.70
205.168.157.226
206.176.169.193
207.208.138.38

31
bambenek_p2pgoz.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_p2pgoz
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of p2pgoz C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/p2pgoz-iplist.txt
# Source File Date: Sun Jun 16 04:00:32 UTC 2019
#
# Category : malware
# Version : 275
#
# This File Date : Sun Jun 16 04:04:11 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_p2pgoz
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

31
bambenek_pushdo.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_pushdo
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of pushdo C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/pushdo-iplist.txt
# Source File Date: Thu Jun 7 00:01:48 UTC 2018
#
# Category : malware
# Version : 6
#
# This File Date : Thu Jun 7 00:08:36 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_pushdo
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

43
bambenek_pykspa.ipset Normal file
View File

@ -0,0 +1,43 @@
#
# bambenek_pykspa
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of pykspa C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/pykspa-iplist.txt
# Source File Date: Wed Jun 19 03:07:36 UTC 2019
#
# Category : malware
# Version : 959
#
# This File Date : Wed Jun 19 03:12:07 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 12 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_pykspa
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
40.255.0.62
78.47.106.15
104.28.26.172
104.28.27.172
107.179.102.194
162.215.253.205
191.5.59.60
198.54.117.197
198.54.117.198
198.54.117.199
198.54.117.200
212.61.181.100

32
bambenek_qakbot.ipset Normal file
View File

@ -0,0 +1,32 @@
#
# bambenek_qakbot
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of qakbot C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/qakbot-iplist.txt
# Source File Date: Thu Jun 13 04:01:57 UTC 2019
#
# Category : malware
# Version : 86
#
# This File Date : Thu Jun 13 04:08:21 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 1 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_qakbot
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
212.61.181.100

112
bambenek_ramnit.ipset Normal file
View File

@ -0,0 +1,112 @@
#
# bambenek_ramnit
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of ramnit C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/ramnit-iplist.txt
# Source File Date: Fri Jun 14 20:03:08 UTC 2019
#
# Category : malware
# Version : 1256
#
# This File Date : Fri Jun 14 20:08:15 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 81 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_ramnit
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
18.213.250.117
18.215.128.143
34.197.76.50
34.225.182.233
35.184.193.177
35.224.11.86
45.227.252.56
46.165.220.141
46.165.220.142
46.165.220.143
46.165.220.144
46.165.220.145
46.165.220.146
46.165.220.147
46.165.220.148
46.165.220.149
46.165.220.150
46.165.220.151
46.165.220.152
46.165.220.153
46.165.220.154
46.165.220.155
46.165.221.136
46.165.221.144
46.165.221.154
46.165.229.164
46.165.229.165
46.165.229.166
46.165.229.167
46.165.254.193
46.165.254.194
46.165.254.195
46.165.254.196
46.165.254.197
46.165.254.198
46.165.254.199
46.165.254.200
46.165.254.201
46.165.254.202
46.165.254.203
46.165.254.204
46.165.254.205
46.165.254.206
46.165.254.207
46.165.254.208
46.165.254.209
46.165.254.210
46.165.254.211
46.165.254.212
46.165.254.213
46.165.254.214
52.4.209.250
72.52.179.175
82.112.184.197
89.223.109.60
104.149.174.100
134.73.202.43
139.59.59.137
178.32.208.147
193.146.253.36
193.146.253.39
206.189.61.126
208.91.197.66
217.20.116.129
217.20.116.130
217.20.116.131
217.20.116.132
217.20.116.133
217.20.116.134
217.20.116.135
217.20.116.136
217.20.116.137
217.20.116.138
217.20.116.139
217.20.116.140
217.20.116.141
217.20.116.142
217.20.116.143
217.20.116.149
217.20.116.150
217.20.116.151

31
bambenek_ranbyus.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_ranbyus
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of ranbyus C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/ranbyus-iplist.txt
# Source File Date: Thu Feb 14 14:06:27 UTC 2019
#
# Category : malware
# Version : 101
#
# This File Date : Thu Feb 14 14:12:10 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_ranbyus
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

182
bambenek_simda.ipset Normal file
View File

@ -0,0 +1,182 @@
#
# bambenek_simda
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of simda C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/simda-iplist.txt
# Source File Date: Wed Jun 19 10:07:01 UTC 2019
#
# Category : malware
# Version : 7873
#
# This File Date : Wed Jun 19 10:16:24 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 151 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_simda
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.79.79.211
5.157.84.170
23.20.239.12
23.80.37.57
23.89.102.68
31.11.32.144
31.186.169.41
31.217.192.121
37.9.175.13
45.204.41.153
46.28.105.107
46.30.213.254
46.30.215.126
46.30.215.194
46.151.97.7
46.249.43.105
52.30.231.158
52.58.78.16
52.218.24.53
52.218.84.188
52.218.96.68
52.218.97.36
62.60.251.244
62.97.115.37
62.129.200.14
62.149.128.72
62.149.128.74
62.149.128.151
62.149.128.154
62.149.128.157
62.149.128.160
62.149.128.163
62.149.128.166
62.153.122.95
62.197.128.123
63.251.106.21
66.203.144.121
72.52.179.175
77.111.240.32
77.111.240.52
79.98.25.1
79.170.40.236
80.85.86.6
80.237.132.180
81.2.194.62
81.2.194.128
81.2.194.176
81.169.145.68
81.169.145.84
81.169.145.94
81.169.145.105
81.169.145.161
81.177.165.51
82.64.11.138
82.98.135.43
82.100.220.53
84.38.228.119
85.13.129.76
85.13.132.239
85.114.135.128
85.128.128.104
85.128.151.58
85.128.185.12
85.214.112.103
85.236.47.218
87.98.154.146
87.98.230.60
88.198.56.106
89.31.143.1
89.42.219.208
89.46.108.57
91.121.59.137
91.121.154.229
91.121.208.116
91.196.124.119
91.199.77.50
91.212.28.29
92.43.203.171
92.61.39.239
93.90.146.101
93.185.103.42
93.190.48.3
93.237.141.54
94.152.8.56
95.211.117.215
98.124.199.9
107.172.147.54
108.59.12.99
108.59.12.100
141.8.230.20
141.105.126.87
146.148.34.125
147.255.61.186
149.216.106.61
151.139.240.29
152.89.234.30
154.214.206.96
154.214.250.73
157.7.107.168
163.172.86.124
166.88.236.245
172.120.17.157
173.236.178.74
173.239.5.6
173.239.8.164
178.32.208.147
178.254.10.14
180.215.207.110
183.110.225.165
185.5.53.11
185.26.105.244
185.51.65.84
185.53.179.6
185.66.237.14
185.114.108.15
185.149.84.23
185.183.8.67
188.165.143.5
192.64.147.231
194.9.94.85
194.9.94.86
194.150.113.18
194.242.61.31
195.8.208.58
195.110.124.188
198.54.115.163
198.54.117.197
198.54.117.198
198.54.117.199
198.54.117.200
198.187.30.249
199.115.115.118
199.191.50.185
204.11.56.48
208.91.197.91
209.140.30.61
210.172.183.32
211.43.203.53
212.57.32.63
212.85.106.71
213.186.33.5
213.247.47.190
217.19.237.54
217.70.184.38
217.74.71.168
217.160.0.59
217.160.0.169
217.160.0.225
217.160.0.239
217.160.122.61
217.160.233.84

88
bambenek_suppobox.ipset Normal file
View File

@ -0,0 +1,88 @@
#
# bambenek_suppobox
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of suppobox C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/suppobox-iplist.txt
# Source File Date: Wed Jun 19 07:07:58 UTC 2019
#
# Category : malware
# Version : 4930
#
# This File Date : Wed Jun 19 07:12:09 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 57 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_suppobox
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
18.213.250.117
18.215.128.143
23.185.0.3
23.224.46.158
23.236.62.147
35.186.238.101
46.23.69.44
46.30.215.62
46.105.96.44
50.23.195.228
52.4.209.250
63.251.106.21
64.95.103.183
64.95.103.184
64.95.103.190
64.207.144.71
67.203.4.92
75.49.123.3
85.159.66.93
88.208.252.147
91.195.240.87
94.136.40.51
94.237.77.204
104.27.128.64
104.27.129.64
104.27.162.176
104.27.163.176
104.200.22.49
104.200.22.50
104.200.23.45
104.200.23.46
104.200.23.95
150.95.255.38
157.7.107.190
159.203.49.109
173.220.70.26
184.168.131.241
192.185.190.96
192.185.204.154
198.54.117.197
198.54.117.198
198.54.117.199
198.54.117.200
208.43.88.227
208.73.210.202
208.73.210.217
208.73.211.165
208.73.211.177
208.76.243.11
208.91.197.26
208.91.197.46
209.99.40.222
209.99.40.223
211.115.125.55
213.186.33.5
216.52.92.188
217.160.230.218

31
bambenek_symmi.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_symmi
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of symmi C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/symmi-iplist.txt
# Source File Date: Tue Jul 3 03:09:04 UTC 2018
#
# Category : malware
# Version : 11
#
# This File Date : Tue Jul 3 03:16:20 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_symmi
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

33
bambenek_tinba.ipset Normal file
View File

@ -0,0 +1,33 @@
#
# bambenek_tinba
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of tinba C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/tinba-iplist.txt
# Source File Date: Wed Jun 19 09:00:44 UTC 2019
#
# Category : malware
# Version : 1724
#
# This File Date : Wed Jun 19 09:08:38 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 2 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_tinba
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
63.251.106.21
193.146.253.37

31
bambenek_volatile.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bambenek_volatile
#
# ipv4 hash:ip ipset
#
# [Bambenek Consulting]
# (http://osint.bambenekconsulting.com/feeds/) feed of
# current IPs of volatile C&Cs with 90 minute lookback
#
# Maintainer : Bambenek Consulting
# Maintainer URL : http://osint.bambenekconsulting.com/feeds/
# List source URL : http://osint.bambenekconsulting.com/feeds/volatile-iplist.txt
# Source File Date: Sat Dec 8 22:07:53 UTC 2018
#
# Category : malware
# Version : 9
#
# This File Date : Sat Dec 8 22:16:23 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bambenek_volatile
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

2706
bbcan177_ms1.netset Normal file

File diff suppressed because it is too large Load Diff

1175
bbcan177_ms3.netset Normal file

File diff suppressed because it is too large Load Diff

3785
bds_atif.ipset Normal file

File diff suppressed because it is too large Load Diff

27250
bi_any_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

19651
bi_any_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

2579
bi_any_2_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

27271
bi_any_2_30d.ipset Normal file

File diff suppressed because it is too large Load Diff

14607
bi_any_2_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

30
bi_apache-404_0_1d.ipset Normal file
View File

@ -0,0 +1,30 @@
#
# bi_apache-404_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache-404 with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache-404/0?age=1d
# Source File Date: Mon Jun 17 16:05:14 UTC 2019
#
# Category : attacks
# Version : 2232
#
# This File Date : Mon Jun 17 16:36:16 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache-404_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

View File

@ -0,0 +1,66 @@
#
# bi_apache-modsec_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache-modsec with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache-modsec/0?age=1d
# Source File Date: Wed Jun 19 10:16:30 UTC 2019
#
# Category : attacks
# Version : 8961
#
# This File Date : Wed Jun 19 10:16:30 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 36 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache-modsec_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
13.127.204.246
13.251.248.249
27.126.222.178
35.200.133.82
52.65.240.223
54.185.185.244
54.233.198.247
86.107.98.132
88.99.148.33
89.163.146.194
89.184.74.44
89.248.168.79
103.27.62.134
103.106.112.13
103.196.43.114
104.236.122.94
118.24.236.156
121.67.47.146
122.152.197.6
123.31.43.162
125.253.119.226
149.202.246.101
158.69.226.52
167.99.79.156
176.9.151.51
176.134.12.200
178.32.137.62
180.222.181.160
183.93.99.197
185.10.73.234
185.50.45.127
185.182.57.108
192.145.239.251
202.92.6.250
206.81.13.205
207.148.77.63

View File

@ -0,0 +1,126 @@
#
# bi_apache-noscript_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache-noscript with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache-noscript/0?age=1d
# Source File Date: Wed Jun 19 10:20:40 UTC 2019
#
# Category : attacks
# Version : 13053
#
# This File Date : Wed Jun 19 10:20:40 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 96 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache-noscript_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
3.112.2.220
5.188.210.101
14.139.249.130
14.142.94.242
24.127.37.199
31.202.101.40
34.74.216.252
45.113.160.56
45.121.50.117
45.252.248.23
46.101.126.68
46.105.127.166
46.209.216.43
46.246.65.214
51.77.193.204
52.80.90.128
54.162.102.36
60.195.249.207
62.234.222.130
68.183.31.42
79.8.64.93
86.104.32.187
87.143.230.186
94.23.45.141
94.143.96.68
103.110.56.82
103.129.220.250
103.208.34.131
103.224.250.73
103.246.1.42
104.128.144.131
106.12.12.237
110.77.136.24
111.231.141.38
114.67.232.239
114.67.232.245
115.159.25.60
118.24.7.220
118.24.38.122
118.24.141.243
118.25.184.80
118.25.191.92
119.3.233.242
119.28.177.115
119.75.41.70
119.167.113.101
121.161.57.7
121.196.192.116
121.201.46.229
123.56.49.19
123.206.85.211
124.156.240.114
128.14.142.78
128.199.152.171
129.28.84.138
129.28.89.165
129.146.49.247
129.146.79.176
129.150.11.199
129.211.52.72
129.232.149.58
132.148.142.117
134.175.102.136
134.175.118.68
139.196.111.34
141.8.142.15
148.70.62.94
148.70.66.47
150.138.117.223
152.136.139.215
159.138.0.69
167.99.32.241
172.252.152.194
178.17.170.135
178.128.194.208
178.137.80.111
182.61.190.92
182.92.240.15
185.101.33.134
185.125.219.149
185.234.219.239
186.17.190.232
188.131.158.94
188.131.178.220
188.131.245.195
193.112.0.160
193.232.106.88
194.5.97.240
198.167.223.52
203.159.249.181
211.149.176.93
213.74.248.28
213.142.143.209
216.244.66.247
219.128.125.206
223.80.97.23

View File

@ -0,0 +1,34 @@
#
# bi_apache-noscript_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache-noscript with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache-noscript/2?age=30d
# Source File Date: Sat Jun 15 21:36:18 UTC 2019
#
# Category : attacks
# Version : 228
#
# This File Date : Sat Jun 15 21:36:18 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 4 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache-noscript_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
77.247.181.163
103.207.37.133
104.128.144.131
185.100.87.246

View File

@ -0,0 +1,33 @@
#
# bi_apache-phpmyadmin_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache-phpmyadmin with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache-phpmyadmin/0?age=1d
# Source File Date: Wed Jun 19 09:08:59 UTC 2019
#
# Category : attacks
# Version : 3615
#
# This File Date : Wed Jun 19 09:08:59 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 3 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache-phpmyadmin_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
103.249.103.44
118.24.48.113
185.33.168.102

View File

@ -0,0 +1,42 @@
#
# bi_apache-scriddies_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache-scriddies with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache-scriddies/0?age=1d
# Source File Date: Wed Jun 19 10:20:40 UTC 2019
#
# Category : attacks
# Version : 3763
#
# This File Date : Wed Jun 19 10:20:40 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 12 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache-scriddies_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
45.55.152.56
132.148.80.15
178.33.52.5
185.26.156.56
185.210.219.155
185.244.214.196
189.123.112.107
194.99.104.26
199.127.56.116
205.251.148.42
212.92.118.104
212.92.118.184

876
bi_apache_0_1d.ipset Normal file
View File

@ -0,0 +1,876 @@
#
# bi_apache_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache/0?age=1d
# Source File Date: Wed Jun 19 10:20:39 UTC 2019
#
# Category : attacks
# Version : 16653
#
# This File Date : Wed Jun 19 10:20:39 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 846 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.152.108.51
2.45.176.53
2.247.252.24
3.8.85.200
3.17.76.187
3.17.174.210
3.112.2.220
5.8.48.17
5.9.70.113
5.9.97.200
5.9.144.234
5.9.155.37
5.45.64.76
5.45.203.6
5.45.203.10
5.45.203.14
5.62.47.126
5.90.28.165
5.101.49.132
5.149.254.165
5.153.116.103
5.188.62.5
5.188.210.5
5.188.210.101
5.189.207.233
13.48.85.186
13.125.197.90
13.127.204.246
13.235.18.195
13.239.146.155
13.251.248.249
14.2.128.57
14.139.249.130
14.142.94.242
18.130.151.179
18.136.131.155
18.179.94.237
18.191.156.39
18.191.157.8
18.197.96.138
18.221.50.60
18.223.195.160
18.223.239.121
18.231.155.146
18.236.217.176
23.92.127.66
23.227.199.169
24.4.17.214
24.127.37.199
27.126.222.178
31.10.134.3
31.10.137.135
31.13.115.7
31.13.127.15
31.18.253.252
31.49.191.133
31.161.154.85
31.165.189.12
31.202.101.40
31.220.0.225
34.74.216.252
34.245.231.46
35.180.199.7
35.192.221.143
35.198.151.37
35.198.157.126
35.199.155.35
35.200.133.82
35.204.224.22
36.7.158.12
36.32.3.254
37.9.113.132
37.9.113.161
37.30.25.123
37.47.126.242
37.140.192.123
37.168.8.71
37.169.167.174
37.185.31.109
37.201.210.171
37.230.103.27
38.88.53.162
38.99.62.92
38.117.65.121
40.77.167.168
40.77.188.69
40.77.188.96
40.77.188.146
40.77.188.161
40.77.189.159
40.77.189.208
40.77.189.222
40.77.190.100
40.77.190.144
40.77.190.154
40.77.190.206
40.77.190.225
40.77.190.231
40.77.190.233
40.77.191.37
40.83.100.237
41.216.61.203
42.51.34.155
43.248.20.111
43.249.37.35
43.249.37.38
45.55.152.56
45.113.160.56
45.119.81.92
45.121.50.117
45.123.13.109
45.252.248.23
46.101.126.68
46.105.127.166
46.106.230.2
46.125.250.36
46.159.160.26
46.195.22.4
46.195.28.129
46.206.51.175
46.209.216.43
46.226.217.64
46.229.168.145
46.246.65.214
46.246.123.49
46.248.55.178
46.253.186.205
47.74.154.235
49.51.141.184
49.248.43.222
50.62.177.25
50.117.38.101
51.15.192.148
51.38.115.22
51.68.11.199
51.77.129.165
51.77.193.204
52.5.190.19
52.47.159.186
52.48.137.31
52.62.102.51
52.64.118.9
52.65.240.223
52.67.168.173
52.80.90.128
52.91.204.45
52.97.154.85
52.162.211.179
52.193.128.74
52.209.40.171
52.211.38.130
54.37.22.47
54.37.149.24
54.37.149.243
54.37.234.66
54.38.90.211
54.38.90.228
54.162.102.36
54.185.185.244
54.188.150.198
54.190.159.158
54.212.80.37
54.232.210.112
54.233.198.247
60.43.155.95
60.195.249.207
61.75.30.52
61.157.96.16
62.116.44.196
62.133.96.216
62.180.140.251
62.210.111.29
62.234.222.130
65.154.226.109
65.154.226.126
65.155.30.101
65.196.107.208
66.64.5.206
66.84.93.180
66.102.6.159
66.249.65.166
66.249.69.108
66.249.69.110
66.249.69.112
66.249.69.114
66.249.69.116
66.249.69.118
66.249.69.145
66.249.69.146
66.249.69.147
66.249.69.225
66.249.69.231
66.249.69.233
66.249.69.235
66.249.69.253
66.249.75.36
66.249.75.39
66.249.75.41
66.249.75.46
66.249.75.48
66.249.75.50
66.249.75.222
66.249.76.94
66.249.79.12
66.249.79.64
66.249.79.66
66.249.79.69
66.249.79.93
66.249.79.94
66.249.79.95
66.249.79.189
66.249.79.190
66.249.79.197
66.249.79.250
66.249.89.70
68.183.31.42
69.30.202.138
69.162.125.138
69.197.5.3
70.42.131.189
72.29.76.231
73.109.60.218
74.91.27.226
74.208.135.226
77.7.87.234
77.29.20.165
77.75.76.160
77.75.76.162
77.75.76.164
77.75.76.165
77.75.76.169
77.75.76.171
77.75.77.11
77.75.77.54
77.75.77.95
77.75.77.119
77.75.78.160
77.75.78.161
77.75.78.162
77.75.78.163
77.75.78.167
77.75.78.169
77.75.78.170
77.75.78.171
77.75.79.32
77.75.79.101
77.119.128.142
77.119.128.195
77.119.128.220
77.119.130.56
77.119.131.35
77.119.234.77
77.129.250.216
77.136.85.107
77.150.114.41
77.242.72.153
77.247.108.37
77.247.181.162
78.46.37.41
78.115.25.22
78.145.207.93
79.8.64.93
79.17.110.165
79.86.135.83
79.92.218.60
79.132.232.40
79.159.14.71
79.195.199.111
80.12.178.122
80.120.160.1
80.120.179.134
80.123.2.221
80.187.98.213
80.215.98.245
81.31.147.81
81.62.195.6
81.185.166.213
81.185.169.176
81.207.93.78
81.217.102.94
81.217.182.73
82.114.85.69
82.145.222.199
82.145.223.5
82.165.64.190
83.16.221.126
83.77.81.31
83.78.42.240
83.79.142.91
83.79.164.10
83.99.83.142
83.175.112.161
83.175.114.19
83.201.254.241
83.215.170.121
84.39.112.82
84.112.44.141
84.210.155.243
84.227.23.76
85.0.22.81
85.10.121.181
85.14.245.125
85.25.210.234
85.71.41.177
85.93.88.91
85.93.215.98
85.94.240.167
85.115.52.140
85.221.236.126
85.233.104.234
86.45.47.120
86.56.133.244
86.56.231.172
86.104.32.187
86.107.98.132
86.120.101.209
86.196.139.207
86.201.101.214
86.243.63.90
87.14.124.27
87.122.218.228
87.143.230.186
87.180.170.101
87.236.119.81
87.240.76.86
87.240.238.29
87.250.224.80
87.250.233.67
88.74.136.5
88.84.28.11
88.99.80.193
88.99.148.33
88.117.122.239
88.117.142.98
88.161.142.238
88.198.18.153
89.10.169.1
89.26.120.25
89.104.3.105
89.114.44.35
89.144.193.79
89.144.194.108
89.144.196.140
89.144.199.111
89.144.199.224
89.144.203.47
89.144.214.106
89.163.146.194
89.184.74.44
89.186.214.183
89.186.223.202
89.234.68.117
89.248.167.131
89.248.168.79
89.248.169.12
89.248.174.17
90.21.61.199
90.24.84.15
90.34.192.12
90.38.103.194
90.47.112.40
91.56.189.176
91.112.65.90
91.113.141.82
91.115.241.151
91.121.222.157
91.132.136.210
91.133.106.213
91.141.1.216
91.141.2.113
91.148.141.162
91.167.175.73
91.181.156.227
92.62.26.205
92.88.7.113
92.109.167.237
92.160.253.32
92.184.98.45
92.184.112.217
92.184.125.211
93.6.244.200
93.16.165.230
93.16.194.246
93.22.151.170
93.23.251.130
93.72.114.171
93.82.126.115
93.115.28.104
93.158.167.130
93.174.93.23
93.174.93.123
93.177.73.202
93.216.139.204
94.23.26.102
94.23.45.141
94.23.222.130
94.27.165.158
94.102.50.96
94.103.219.104
94.109.36.49
94.143.96.68
94.199.100.249
94.252.27.14
95.91.80.135
95.91.222.219
95.216.1.46
95.216.9.239
95.216.16.51
95.216.225.198
95.217.53.149
95.223.228.34
95.232.111.46
95.236.111.130
98.142.108.162
98.158.249.148
99.79.124.134
101.255.17.130
103.13.222.27
103.27.62.134
103.106.112.13
103.110.56.82
103.129.220.250
103.131.71.144
103.131.71.147
103.131.71.148
103.131.71.149
103.131.71.157
103.131.71.159
103.196.43.114
103.208.34.131
103.224.250.73
103.246.1.42
103.249.103.44
104.128.144.131
104.129.204.131
104.152.168.16
104.192.74.227
104.218.63.76
104.236.122.94
104.237.227.211
106.12.12.237
106.12.38.158
106.120.173.157
106.249.249.148
107.178.237.29
108.171.129.164
109.41.129.170
109.70.99.126
109.91.32.88
109.175.100.185
109.175.100.216
109.175.101.107
109.202.108.126
109.228.61.86
110.77.136.24
111.230.235.56
111.231.141.38
112.29.236.135
112.47.17.71
113.66.32.94
113.66.35.62
114.67.232.239
114.67.232.245
114.115.190.4
115.28.43.234
115.29.76.145
115.159.25.60
116.12.156.29
116.203.176.195
118.24.7.220
118.24.38.122
118.24.48.113
118.24.87.130
118.24.141.243
118.24.236.156
118.25.0.193
118.25.1.147
118.25.184.80
118.25.191.92
119.3.233.242
119.28.177.115
119.29.5.68
119.29.244.169
119.75.41.70
119.167.113.101
120.27.37.74
120.27.100.100
120.76.121.20
121.42.138.121
121.42.152.155
121.67.47.146
121.161.57.7
121.196.192.116
121.201.46.229
122.3.236.210
122.49.28.44
122.114.166.225
122.152.197.6
122.207.68.174
122.249.99.18
123.31.42.214
123.31.43.162
123.56.49.19
123.206.85.211
123.207.149.160
123.249.81.123
124.156.240.114
125.65.40.231
125.253.119.226
128.14.142.78
128.90.132.219
128.199.152.171
128.199.226.168
129.28.84.138
129.28.89.165
129.146.49.247
129.146.79.176
129.150.11.199
129.211.52.72
129.232.149.58
131.72.236.168
131.180.16.48
132.148.80.15
132.148.142.117
134.119.218.243
134.119.219.93
134.175.102.136
134.175.118.68
136.243.15.9
137.59.253.16
138.128.162.210
138.197.111.123
138.219.8.95
138.229.111.107
139.59.45.39
139.178.125.10
139.196.111.34
141.6.11.24
141.8.132.2
141.8.142.15
141.8.142.167
141.98.81.178
144.76.137.254
144.76.223.45
144.76.236.112
144.217.171.229
145.239.15.25
145.239.204.143
146.0.189.185
146.0.216.203
146.88.234.43
148.66.153.190
148.70.62.94
148.70.66.47
148.70.249.217
148.72.232.126
148.163.79.51
148.251.195.14
148.251.232.166
148.251.244.137
149.202.246.101
150.138.117.223
150.254.196.85
150.255.3.133
151.38.69.151
151.106.0.116
152.136.139.215
153.92.0.8
157.55.39.85
157.230.245.204
158.69.226.52
159.138.0.69
162.214.11.55
162.241.4.196
162.241.243.65
162.246.20.210
163.172.255.4
163.172.255.50
163.172.255.66
163.172.255.81
164.3.25.10
164.39.154.45
165.225.72.50
165.225.72.59
165.225.72.100
165.225.72.110
165.225.72.116
165.225.72.129
165.225.72.202
165.225.72.203
165.225.72.204
165.225.72.237
167.99.32.241
167.99.79.156
167.114.181.145
167.114.227.94
168.149.159.5
169.0.75.45
171.100.119.102
172.93.99.146
172.245.90.241
172.252.152.194
173.208.157.186
173.252.87.2
173.252.127.33
176.9.37.117
176.9.140.208
176.9.151.51
176.99.12.243
176.127.113.180
176.134.12.200
176.179.174.140
176.235.179.74
178.17.170.135
178.32.137.62
178.33.52.5
178.39.121.99
178.63.87.197
178.82.224.193
178.92.221.144
178.114.138.113
178.115.130.17
178.115.131.153
178.115.131.198
178.115.251.128
178.128.194.208
178.137.80.111
178.137.91.20
178.137.94.8
178.137.95.147
178.137.162.212
178.154.200.65
178.154.200.70
178.154.246.4
178.159.38.67
178.165.130.121
178.165.131.110
178.188.192.58
178.189.209.183
178.189.212.114
178.191.134.205
178.192.169.214
178.194.73.147
178.197.224.37
178.197.229.57
178.197.233.41
178.197.234.86
178.198.182.214
178.238.173.215
178.255.215.83
179.110.29.62
180.76.15.20
180.76.15.155
180.76.15.162
180.76.15.163
180.222.181.160
181.175.62.9
182.61.190.92
182.92.240.15
182.254.246.102
183.93.99.197
184.168.200.86
185.10.73.234
185.20.237.211
185.22.244.124
185.26.156.56
185.33.168.102
185.40.61.241
185.50.45.127
185.89.162.146
185.93.2.68
185.101.33.134
185.111.107.174
185.120.137.159
185.125.219.149
185.128.41.50
185.163.21.14
185.165.241.38
185.172.110.203
185.182.57.108
185.184.157.102
185.184.185.34
185.210.219.155
185.220.233.20
185.229.190.140
185.234.217.18
185.234.217.243
185.234.218.22
185.234.219.239
185.244.214.196
186.17.190.232
187.17.106.57
188.22.128.235
188.23.116.142
188.23.127.228
188.63.45.239
188.131.158.94
188.131.178.220
188.131.245.195
188.146.56.36
188.207.84.18
189.123.112.107
192.99.225.97
192.145.239.251
192.164.9.213
192.166.219.61
192.187.103.26
192.243.53.51
193.22.205.73
193.80.254.215
193.81.250.31
193.83.209.46
193.112.0.160
193.187.235.17
193.202.110.19
193.202.110.20
193.209.92.171
193.232.106.88
194.5.97.240
194.28.112.50
194.51.0.25
194.99.104.26
194.118.29.220
194.152.174.217
194.166.115.26
194.166.218.37
194.166.221.1
194.208.45.96
194.208.192.124
194.230.225.53
195.35.81.18
195.53.114.121
195.68.32.169
195.142.115.111
195.154.30.146
195.154.107.5
195.154.107.44
195.154.107.59
195.192.10.233
195.234.109.60
196.74.171.131
198.24.160.82
198.71.224.77
198.71.224.90
198.147.23.208
198.167.223.52
198.208.27.70
199.64.75.185
199.116.118.201
199.127.56.116
199.247.40.55
201.1.194.121
201.78.214.88
202.92.6.250
203.159.249.181
205.251.148.42
206.81.13.205
206.253.226.7
207.46.13.13
207.46.13.112
207.148.77.63
210.211.110.136
211.13.204.1
211.149.167.28
211.149.176.93
212.1.208.201
212.1.211.6
212.17.82.206
212.31.90.45
212.31.90.150
212.51.224.173
212.72.33.202
212.92.98.197
212.92.118.104
212.92.118.184
212.112.149.169
212.112.153.88
212.121.118.194
212.121.144.43
212.149.48.42
212.149.48.43
212.186.196.106
213.23.12.149
213.27.180.180
213.55.176.169
213.74.199.10
213.74.248.28
213.87.128.201
213.133.102.36
213.135.244.192
213.142.143.209
213.147.160.205
213.147.165.221
213.147.188.147
213.162.72.135
213.162.73.145
213.162.73.199
213.174.146.212
213.180.203.37
213.208.157.40
213.221.239.157
213.225.0.135
213.225.0.245
213.225.3.200
213.225.5.94
213.225.11.232
213.225.33.121
213.225.34.131
213.239.211.84
216.244.66.196
216.244.66.198
216.244.66.199
216.244.66.200
216.244.66.201
216.244.66.203
216.244.66.226
216.244.66.227
216.244.66.228
216.244.66.231
216.244.66.234
216.244.66.236
216.244.66.238
216.244.66.241
216.244.66.244
216.244.66.245
216.244.66.247
216.244.66.248
216.244.66.250
217.82.195.177
217.149.160.118
217.149.161.125
217.149.161.228
217.149.164.197
217.149.164.255
217.149.165.44
217.149.175.182
217.158.172.36
217.160.43.246
217.182.73.164
218.77.8.142
219.128.125.206
220.243.135.124
221.227.229.100
221.227.229.241
223.80.97.23
223.219.213.160

111
bi_apache_1_7d.ipset Normal file
View File

@ -0,0 +1,111 @@
#
# bi_apache_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache/1?age=7d
# Source File Date: Wed Jun 19 01:08:32 UTC 2019
#
# Category : attacks
# Version : 1137
#
# This File Date : Wed Jun 19 01:08:32 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 81 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.9.144.234
66.240.236.119
66.249.64.169
66.249.65.92
66.249.69.252
66.249.70.8
66.249.73.193
66.249.75.133
66.249.75.148
66.249.75.150
66.249.79.5
66.249.79.8
66.249.79.9
66.249.79.12
66.249.79.14
66.249.79.16
66.249.79.18
66.249.79.29
66.249.79.64
66.249.79.95
66.249.79.126
66.249.79.128
66.249.79.132
66.249.79.149
66.249.79.151
66.249.79.237
69.168.3.193
71.6.146.186
77.75.76.160
77.75.76.164
77.75.76.165
77.75.76.169
77.75.77.11
77.75.77.17
77.75.78.160
77.75.78.162
77.75.78.168
77.75.78.170
77.75.78.171
77.75.79.32
77.247.181.162
89.248.167.131
94.102.49.193
104.128.144.131
104.218.63.76
110.249.212.46
114.115.190.4
115.28.28.62
120.27.37.74
121.42.13.194
121.42.52.27
121.42.152.155
148.251.8.250
157.55.39.85
178.73.215.171
180.76.15.5
180.76.15.7
180.76.15.10
180.76.15.12
180.76.15.15
180.76.15.17
180.76.15.20
180.76.15.24
180.76.15.138
180.76.15.143
180.76.15.150
180.76.15.155
180.76.15.162
180.76.15.163
185.100.87.191
185.100.87.246
186.201.194.58
192.243.53.51
198.143.158.82
206.253.226.12
207.46.13.112
208.110.93.78
213.23.12.149
216.244.66.200
216.244.66.250
220.181.125.154

155
bi_apache_2_30d.ipset Normal file
View File

@ -0,0 +1,155 @@
#
# bi_apache_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apache with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apache/2?age=30d
# Source File Date: Tue Jun 18 16:32:17 UTC 2019
#
# Category : attacks
# Version : 334
#
# This File Date : Tue Jun 18 16:32:17 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 125 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apache_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.2.211.92
5.135.138.188
5.196.210.152
31.211.86.13
37.58.150.203
37.187.132.5
58.97.8.10
58.221.72.202
60.191.38.77
62.210.185.4
66.240.236.119
66.249.64.18
66.249.64.21
66.249.64.22
66.249.64.23
66.249.64.77
66.249.66.69
66.249.66.221
66.249.69.199
66.249.69.252
66.249.70.9
66.249.75.27
66.249.75.29
66.249.75.133
66.249.75.148
66.249.79.5
66.249.79.8
66.249.79.9
66.249.79.10
66.249.79.12
66.249.79.14
66.249.79.18
66.249.79.126
66.249.79.128
66.249.79.132
71.6.146.186
71.6.167.142
77.75.77.11
77.75.77.17
77.75.78.162
77.247.181.162
77.247.181.163
85.248.227.164
87.98.227.4
89.248.167.131
91.200.12.9
91.200.12.12
91.205.173.48
94.102.49.193
95.105.171.133
103.207.37.133
103.237.145.12
104.128.144.131
104.218.63.76
110.249.212.46
115.28.28.62
115.159.186.223
120.27.37.74
121.42.13.194
121.42.52.27
121.42.152.155
123.125.71.40
128.199.194.131
157.55.39.85
162.210.196.97
167.114.166.13
178.73.215.171
180.76.15.5
180.76.15.6
180.76.15.7
180.76.15.8
180.76.15.9
180.76.15.10
180.76.15.12
180.76.15.15
180.76.15.17
180.76.15.18
180.76.15.20
180.76.15.24
180.76.15.28
180.76.15.29
180.76.15.30
180.76.15.31
180.76.15.33
180.76.15.34
180.76.15.134
180.76.15.138
180.76.15.139
180.76.15.140
180.76.15.142
180.76.15.143
180.76.15.144
180.76.15.146
180.76.15.149
180.76.15.150
180.76.15.151
180.76.15.152
180.76.15.153
180.76.15.154
180.76.15.157
180.76.15.160
180.76.15.161
180.76.15.162
180.76.15.163
185.81.157.110
185.100.87.191
185.100.87.246
185.100.87.248
185.129.148.167
192.187.108.186
193.106.30.99
196.52.43.64
196.52.43.86
196.52.43.115
197.248.136.250
198.143.158.82
208.100.26.231
210.72.142.7
213.23.12.149
213.251.182.110
217.69.143.63
217.69.143.64
217.69.143.69
221.212.99.106
223.112.190.70

34
bi_apacheddos_0_1d.ipset Normal file
View File

@ -0,0 +1,34 @@
#
# bi_apacheddos_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# apacheddos with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/apacheddos/0?age=1d
# Source File Date: Wed Jun 19 05:32:22 UTC 2019
#
# Category : attacks
# Version : 2180
#
# This File Date : Wed Jun 19 05:32:22 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 4 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_apacheddos_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
38.88.53.162
46.246.123.49
65.196.107.208
73.109.60.218

187
bi_assp_0_1d.ipset Normal file
View File

@ -0,0 +1,187 @@
#
# bi_assp_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# assp with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/assp/0?age=1d
# Source File Date: Wed Jun 19 10:20:41 UTC 2019
#
# Category : attacks
# Version : 8839
#
# This File Date : Wed Jun 19 10:20:41 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 157 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_assp_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.28.132.101
3.112.171.163
5.149.254.168
7.2.8.37
7.3.0.15
13.59.179.119
23.234.27.33
27.22.127.219
36.22.232.197
36.22.232.235
36.22.233.137
36.22.234.151
36.24.3.136
36.25.1.180
36.75.111.24
42.115.62.82
43.224.153.202
45.227.253.210
46.101.170.5
49.68.146.196
58.209.79.8
60.176.235.105
60.176.237.116
60.182.189.188
77.32.164.238
80.211.242.32
86.105.216.22
91.240.101.141
95.154.225.15
95.211.112.19
95.211.112.20
95.211.112.21
96.127.158.234
103.7.30.46
103.52.135.3
103.58.16.236
113.123.0.123
113.175.165.69
114.134.85.167
114.220.29.244
115.84.92.45
115.198.32.22
115.198.33.15
115.198.39.40
115.198.39.236
115.204.25.202
115.204.30.142
115.210.66.126
115.210.70.119
115.210.71.206
115.211.225.99
117.27.141.172
117.27.141.178
117.82.251.38
117.92.45.46
119.51.91.222
120.52.152.16
120.52.152.17
122.96.251.150
122.231.113.62
122.231.115.73
122.231.115.103
122.231.115.190
125.118.73.106
125.118.75.51
125.118.75.111
125.118.75.152
125.118.77.56
125.118.77.244
125.118.79.255
125.118.146.24
125.118.147.168
125.118.149.95
125.118.150.226
125.118.241.211
125.118.245.3
125.120.8.188
125.120.10.146
125.120.11.240
125.120.200.10
125.120.200.234
125.120.201.45
125.120.201.98
125.120.204.6
125.120.204.210
125.120.205.134
125.120.206.174
125.121.119.162
125.121.122.184
125.122.48.30
125.122.48.137
125.122.48.169
125.122.48.171
125.122.49.246
125.122.117.67
125.122.117.150
125.122.117.158
125.122.117.200
125.122.170.165
138.121.55.217
138.122.49.92
140.86.230.7
141.98.80.54
148.123.160.200
149.235.15.172
171.12.181.41
171.80.24.176
177.11.167.144
177.55.148.119
177.73.8.198
177.73.196.71
177.137.168.151
177.152.127.194
177.159.103.9
180.107.225.101
180.124.243.10
182.16.163.10
183.15.207.105
183.128.240.84
183.128.240.99
183.128.241.225
183.128.242.187
183.154.49.60
183.154.49.168
185.25.35.8
185.25.35.9
185.25.35.10
185.25.35.11
185.25.35.12
185.25.35.13
185.25.35.14
185.25.35.15
186.216.153.173
187.94.212.6
191.53.57.36
191.53.237.178
193.93.78.242
200.1.218.96
200.189.9.152
203.205.146.111
203.205.151.66
209.85.208.70
210.245.51.5
220.184.212.154
220.184.213.18
220.184.213.78
220.184.213.93
220.184.215.152
220.191.12.127
220.191.12.136
220.191.13.90
220.191.13.127
220.191.14.14
220.191.100.52
220.191.101.67
223.73.84.22
223.73.84.80

100
bi_asterisk_0_1d.ipset Normal file
View File

@ -0,0 +1,100 @@
#
# bi_asterisk_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# asterisk with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/asterisk/0?age=1d
# Source File Date: Wed Jun 19 10:20:42 UTC 2019
#
# Category : attacks
# Version : 13747
#
# This File Date : Wed Jun 19 10:20:42 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 70 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_asterisk_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.62.19.45
5.62.61.105
5.62.63.181
5.62.63.182
5.62.63.183
27.50.91.47
31.3.152.200
31.200.196.68
37.8.0.5
37.120.142.12
37.120.142.27
46.166.142.39
46.166.187.169
46.243.244.54
51.15.162.124
51.38.111.145
62.210.162.99
62.233.65.182
63.143.47.90
63.143.52.86
77.234.46.252
77.247.108.101
77.247.108.113
77.247.108.129
77.247.109.72
77.247.110.22
77.247.110.49
77.247.110.138
77.247.110.155
77.247.110.161
77.247.110.174
77.247.110.179
78.129.156.194
82.145.51.128
82.145.51.136
85.114.101.211
89.187.178.234
91.214.44.138
94.177.232.40
94.177.242.168
102.165.36.88
102.165.50.223
102.165.51.206
102.165.52.163
134.119.205.54
139.99.218.189
149.202.41.145
172.217.5.78
172.217.11.78
185.31.160.217
185.53.88.5
185.53.88.40
185.53.88.45
188.72.99.150
188.72.99.160
188.72.106.173
188.72.106.180
188.165.222.17
193.148.19.27
195.154.49.126
195.154.204.6
198.23.157.2
201.182.214.66
207.54.48.10
207.244.157.34
209.50.60.217
212.129.3.201
212.129.42.38
216.144.240.138
216.245.218.178

50
bi_asterisk_2_30d.ipset Normal file
View File

@ -0,0 +1,50 @@
#
# bi_asterisk_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# asterisk with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/asterisk/2?age=30d
# Source File Date: Tue Jun 18 16:20:42 UTC 2019
#
# Category : attacks
# Version : 263
#
# This File Date : Tue Jun 18 16:20:42 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 20 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_asterisk_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.62.63.181
5.62.63.182
5.62.63.221
5.62.63.222
5.62.63.223
46.166.151.45
62.210.188.203
62.233.65.182
145.249.107.14
185.40.4.46
185.40.4.65
185.40.4.67
185.40.4.87
185.40.4.165
188.165.222.17
192.228.100.242
195.154.214.162
212.83.145.185
212.83.151.25
212.129.18.48

12574
bi_badbots_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

3523
bi_badbots_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

12620
bi_bruteforce_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

3527
bi_bruteforce_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

886
bi_cms_0_1d.ipset Normal file
View File

@ -0,0 +1,886 @@
#
# bi_cms_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# cms with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/cms/0?age=1d
# Source File Date: Wed Jun 19 10:20:44 UTC 2019
#
# Category : attacks
# Version : 16786
#
# This File Date : Wed Jun 19 10:20:44 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 856 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_cms_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
2.133.144.114
2.135.243.190
3.16.11.153
3.16.29.228
3.16.55.66
3.81.48.182
3.84.9.248
3.86.246.47
3.90.53.104
4.78.193.138
5.44.174.73
5.63.77.246
5.76.117.218
5.129.234.214
5.137.250.156
5.140.249.163
5.159.117.115
5.165.186.221
5.167.255.14
5.187.0.211
5.188.62.5
5.196.95.37
5.239.17.126
13.58.17.77
13.58.69.111
13.59.19.31
13.59.46.93
13.92.198.122
13.126.91.255
13.235.85.220
18.188.71.111
18.188.252.149
18.191.70.139
18.191.80.131
18.191.142.68
18.191.152.70
18.191.152.121
18.191.155.227
18.191.160.204
18.191.175.200
18.191.219.192
18.204.19.249
18.206.160.205
18.206.250.252
18.208.115.42
18.212.5.85
18.212.5.188
18.212.14.49
18.212.204.154
18.216.75.204
18.217.210.141
18.217.222.111
18.217.253.112
18.218.28.139
18.218.37.96
18.218.95.38
18.218.96.7
18.218.126.95
18.218.185.151
18.219.6.198
18.219.39.192
18.219.60.158
18.219.65.242
18.219.141.109
18.219.180.191
18.219.192.65
18.220.126.29
18.220.244.185
18.221.48.223
18.222.3.132
18.222.178.146
18.222.180.136
18.222.206.217
18.222.216.120
18.222.217.81
18.223.29.98
18.223.100.236
18.223.124.198
18.223.152.69
18.224.18.95
18.224.202.189
18.225.7.17
18.225.36.161
18.233.166.192
18.236.66.100
18.236.94.102
18.236.136.2
18.236.167.83
18.236.186.153
18.237.73.59
18.237.248.111
23.95.129.130
23.254.138.189
31.7.236.31
31.43.137.105
31.132.176.20
31.132.225.7
31.134.122.173
31.176.171.48
31.220.55.103
34.73.107.208
34.73.255.163
34.201.113.45
34.202.236.116
34.207.94.104
34.207.164.183
34.208.35.228
34.211.171.29
34.212.6.130
34.212.33.180
34.212.50.160
34.212.56.54
34.212.83.140
34.213.32.34
34.214.191.99
34.215.16.128
34.216.20.180
34.216.72.198
34.216.219.88
34.216.229.190
34.217.64.159
34.217.86.144
34.218.240.206
34.218.255.111
34.219.10.43
34.219.21.164
34.219.81.248
34.220.171.216
34.220.225.99
34.222.61.222
34.222.120.28
34.222.132.104
34.228.145.97
34.229.85.144
34.235.126.176
34.238.155.175
34.238.243.174
34.239.1.127
35.161.132.181
35.161.137.250
35.163.175.188
35.163.182.82
35.164.73.219
35.166.89.67
35.172.190.61
35.192.10.178
35.196.168.91
35.222.178.45
35.227.57.72
35.227.189.22
35.243.167.237
35.243.198.46
35.245.35.141
36.91.175.146
37.18.252.174
37.21.230.175
37.29.22.73
37.45.11.68
37.59.66.250
37.73.174.99
37.113.130.218
37.144.184.37
37.145.136.255
37.187.196.64
37.193.227.34
37.212.49.213
37.235.246.146
40.85.225.96
41.225.239.182
41.230.98.72
41.233.51.27
45.32.173.30
45.55.47.128
45.55.186.234
45.55.188.248
45.55.252.224
45.57.216.121
45.63.11.23
45.85.141.169
45.122.220.167
45.122.223.47
45.238.123.24
46.0.72.191
46.0.194.47
46.16.225.58
46.23.155.208
46.29.8.218
46.45.138.42
46.61.42.41
46.73.160.169
46.96.49.37
46.101.115.65
46.105.99.163
46.130.13.105
46.146.100.22
46.151.151.100
46.158.85.65
46.191.233.217
46.209.216.43
46.219.226.214
46.231.214.22
46.233.225.246
46.246.65.214
47.90.247.218
50.17.169.51
50.62.161.217
50.62.161.222
50.62.176.243
50.62.177.121
50.62.177.193
51.77.2.7
51.77.52.160
51.77.242.176
51.158.21.56
51.254.155.40
51.254.160.224
51.255.30.118
51.255.98.234
51.255.98.249
51.255.150.172
51.255.219.56
52.3.100.151
52.8.177.132
52.10.42.116
52.12.191.86
52.13.3.163
52.13.107.62
52.14.224.59
52.15.157.217
52.22.87.50
52.23.195.165
52.25.0.97
52.33.172.225
52.36.87.136
52.36.217.78
52.37.131.108
52.42.94.2
52.71.6.218
52.87.183.20
52.91.25.139
52.91.162.164
52.91.245.113
52.158.25.226
52.204.19.178
54.36.3.233
54.36.64.245
54.36.84.241
54.36.221.51
54.36.221.56
54.36.250.91
54.38.116.51
54.38.226.197
54.38.238.92
54.82.247.248
54.82.250.210
54.83.205.45
54.84.43.124
54.86.208.117
54.86.253.175
54.88.101.66
54.89.57.211
54.148.84.92
54.149.4.50
54.149.214.125
54.149.215.211
54.152.121.211
54.152.154.166
54.157.14.78
54.158.91.6
54.162.48.173
54.164.30.145
54.164.37.41
54.164.74.120
54.164.189.105
54.165.118.103
54.165.194.58
54.167.25.197
54.167.164.162
54.172.215.43
54.173.202.80
54.183.230.202
54.184.123.30
54.188.49.25
54.189.183.39
54.191.6.52
54.191.74.178
54.191.86.162
54.191.164.42
54.191.217.245
54.193.41.85
54.198.253.213
54.200.167.24
54.201.110.51
54.209.216.77
54.212.40.168
54.212.127.240
54.213.99.184
54.213.249.165
54.218.118.75
54.218.182.35
54.244.193.240
54.245.145.198
54.245.209.13
59.178.69.237
62.33.3.101
62.117.86.130
62.140.230.163
62.151.179.175
62.182.202.195
62.210.26.50
62.210.81.107
62.210.85.51
62.210.116.59
62.210.116.61
62.210.116.104
62.210.116.135
62.231.162.5
64.71.191.163
64.90.40.114
64.156.26.211
66.7.149.135
67.205.180.197
68.183.31.42
68.183.52.40
68.183.52.239
68.183.107.9
68.183.113.125
68.183.118.79
68.183.217.185
69.12.66.202
69.12.66.204
69.12.66.205
69.12.66.206
69.12.66.207
69.12.66.208
69.12.66.209
69.12.66.210
69.12.66.211
69.12.66.213
69.12.66.215
69.12.66.216
69.12.66.217
69.12.66.220
69.12.66.223
69.12.66.224
69.12.66.241
69.162.92.170
69.162.113.186
69.163.234.36
70.182.199.253
72.167.51.193
74.208.71.73
74.208.89.119
74.208.183.105
74.208.216.211
74.208.239.79
75.119.200.116
75.119.200.126
77.39.37.48
77.82.91.121
77.87.98.225
77.108.83.90
77.108.111.218
77.123.91.81
77.245.149.12
78.36.43.176
78.36.89.66
78.81.143.195
78.108.67.53
78.111.243.210
78.158.211.128
79.137.20.253
79.137.46.233
79.137.109.83
79.137.123.191
79.142.90.33
79.173.66.76
79.174.185.234
80.71.249.161
80.82.44.154
80.95.45.4
80.211.103.236
81.1.245.118
81.28.181.188
81.95.142.251
81.195.24.15
81.198.250.25
81.200.30.233
81.254.157.36
82.200.37.206
82.200.206.182
82.207.58.130
82.208.111.81
82.209.214.126
83.174.236.233
83.220.170.143
83.220.238.92
84.22.158.215
84.47.130.152
84.53.237.215
84.54.241.226
84.204.60.126
84.237.76.220
84.240.45.87
85.26.195.100
85.30.213.74
85.91.205.238
85.94.0.102
85.114.168.213
85.140.6.167
85.140.24.123
85.204.22.11
86.102.100.74
86.104.32.187
87.98.165.250
87.98.228.144
87.98.233.162
87.98.244.136
87.103.208.133
87.120.36.245
87.241.236.78
87.248.227.82
88.86.196.61
89.22.176.151
89.108.91.78
89.169.114.159
89.232.131.202
89.239.162.200
89.250.212.86
89.252.16.130
90.150.183.21
90.189.152.43
91.105.157.2
91.121.82.64
91.121.176.40
91.122.198.74
91.134.231.96
91.197.145.102
91.205.168.36
91.205.168.41
91.205.168.54
91.210.178.161
91.211.105.76
91.215.58.131
91.217.197.26
91.224.99.243
91.225.77.71
91.231.55.2
91.238.161.174
91.244.252.60
92.38.121.27
92.47.15.58
92.52.140.64
92.61.37.146
92.114.18.54
92.114.94.150
92.222.139.164
92.255.197.83
93.100.123.203
93.170.245.1
93.182.28.1
93.183.78.194
93.185.19.6
93.185.30.141
94.23.90.96
94.23.144.102
94.23.145.156
94.23.157.123
94.25.168.145
94.25.168.169
94.25.168.174
94.25.169.111
94.25.228.4
94.28.28.7
94.41.140.216
94.47.132.18
94.71.239.20
94.101.102.163
94.102.13.34
94.159.17.225
94.159.43.106
94.231.116.22
95.47.144.113
95.47.249.122
95.68.221.194
95.78.255.185
95.79.59.221
95.83.189.154
95.105.48.169
95.153.130.214
95.154.73.138
95.167.42.32
95.174.124.169
95.179.63.122
95.179.109.13
95.221.53.105
96.27.124.162
96.47.231.221
100.24.45.103
103.10.28.174
103.27.239.208
103.72.163.150
103.81.85.214
103.129.220.250
104.129.73.210
104.131.136.70
104.131.173.223
104.144.230.131
104.156.244.194
104.209.223.159
104.236.67.252
104.236.68.160
104.238.80.144
104.238.94.60
104.248.58.40
104.248.68.159
104.248.77.231
104.248.121.159
104.248.153.159
104.248.168.252
104.248.235.238
104.248.240.151
104.254.247.168
107.23.44.222
107.23.96.77
107.23.250.54
107.161.176.66
107.173.171.203
108.61.62.211
108.175.153.171
109.70.188.170
109.94.22.69
109.111.160.3
109.127.135.50
109.170.97.59
109.188.82.98
109.194.2.148
109.194.200.190
109.195.226.61
109.196.138.88
109.218.197.172
109.230.47.100
109.236.209.132
109.252.29.4
110.38.27.142
111.92.75.15
112.135.0.66
113.199.248.200
118.233.17.231
119.155.5.96
120.27.31.148
123.24.200.83
128.69.207.74
128.72.157.86
128.199.111.156
130.211.205.153
132.148.87.214
132.148.140.240
132.148.142.117
132.148.148.21
132.148.150.92
132.232.16.200
134.175.118.68
134.209.66.147
136.169.224.138
136.243.174.88
137.74.158.99
138.68.15.94
138.68.252.246
138.68.255.230
138.197.45.4
138.197.201.39
138.197.223.160
139.59.28.245
139.59.40.216
139.59.61.77
139.59.69.106
139.59.73.38
141.101.105.102
142.4.208.21
142.4.210.110
142.4.210.157
142.4.212.175
142.4.213.48
142.4.214.159
142.93.15.29
142.93.52.55
142.93.83.101
142.93.120.74
142.93.160.154
142.93.204.219
142.93.214.242
145.239.123.117
145.255.2.182
145.255.3.183
147.135.207.246
148.66.135.167
148.72.232.139
149.28.96.212
149.28.241.110
149.255.118.187
150.109.115.156
151.22.180.54
151.236.178.205
152.0.100.24
156.209.109.236
157.52.132.198
157.230.84.196
157.230.125.101
157.230.222.149
158.181.46.92
158.181.179.114
159.65.109.241
159.65.228.139
159.65.245.206
159.89.180.214
159.203.109.222
159.203.167.210
162.144.96.64
162.241.179.255
162.243.27.98
162.243.74.89
162.243.205.37
162.255.85.237
163.172.12.172
163.172.54.52
164.132.88.89
164.132.95.220
164.132.122.244
165.22.252.49
165.225.170.35
165.227.11.2
165.227.24.126
165.227.73.144
165.227.119.155
165.227.184.73
165.227.210.52
165.227.214.174
166.62.41.169
166.62.41.179
166.62.117.196
167.99.32.241
167.99.98.28
167.99.168.222
167.99.171.116
167.99.174.179
167.99.224.224
168.195.154.175
169.159.212.1
171.33.251.105
172.69.55.58
173.20.161.168
173.44.34.4
173.44.34.6
173.44.34.44
173.44.35.35
173.44.35.51
173.82.173.97
173.230.225.155
173.236.157.85
174.138.62.92
174.138.73.133
176.33.242.190
176.57.79.128
176.59.33.130
176.59.37.202
176.100.102.5
176.106.239.175
176.109.115.250
176.110.120.137
176.111.246.111
176.123.193.52
176.126.46.166
176.212.68.44
176.226.139.124
178.17.177.61
178.32.45.1
178.32.57.140
178.32.104.245
178.33.38.55
178.33.49.219
178.33.52.5
178.45.142.53
178.46.107.46
178.57.114.99
178.62.114.210
178.62.163.178
178.89.87.31
178.90.66.166
178.95.240.188
178.121.88.45
178.124.82.54
178.128.7.251
178.128.105.2
178.128.112.200
178.128.191.139
178.159.215.15
178.176.167.220
178.187.140.54
178.209.122.78
178.210.41.214
178.252.202.176
183.89.50.117
184.154.93.133
185.6.173.160
185.18.112.158
185.18.230.108
185.36.102.203
185.46.223.156
185.81.157.35
185.82.27.199
185.82.220.56
185.84.180.48
185.85.190.132
185.85.239.110
185.86.13.213
185.86.81.228
185.86.164.101
185.86.164.104
185.86.167.4
185.94.213.140
185.124.230.99
185.138.121.130
185.155.112.154
185.190.132.137
185.216.194.109
185.241.100.115
185.244.145.194
188.17.174.13
188.18.7.221
188.94.33.16
188.113.184.90
188.162.38.214
188.162.72.192
188.162.167.7
188.162.167.12
188.165.0.128
188.165.5.15
188.165.27.72
188.165.29.110
188.165.131.4
188.165.135.189
188.165.137.168
188.165.140.127
188.166.65.105
188.166.239.94
188.168.8.31
188.170.72.1
188.187.25.42
188.234.113.68
188.235.9.128
188.244.34.98
190.37.202.176
192.34.57.235
192.99.11.224
192.99.12.35
192.169.218.10
192.241.129.70
192.241.154.215
192.241.173.195
192.241.186.29
192.241.212.203
192.241.228.250
193.70.72.249
193.106.31.130
193.106.40.188
193.233.68.132
194.0.148.100
194.12.80.228
194.145.208.134
194.156.120.23
194.156.120.28
195.9.102.154
195.16.58.54
195.18.18.151
195.26.82.145
195.34.242.249
195.64.208.242
195.64.216.54
195.68.130.30
195.69.223.246
195.72.245.126
195.88.16.162
195.94.247.131
195.98.36.4
195.182.134.217
195.222.172.130
195.238.117.48
198.27.67.17
198.46.81.48
198.46.81.61
198.71.57.251
198.100.144.166
198.100.145.189
198.100.148.23
198.100.148.124
198.199.94.148
198.199.113.210
198.199.115.8
198.199.117.232
198.211.98.13
198.245.60.108
198.245.61.119
198.245.62.147
198.245.62.187
198.245.62.228
202.172.28.46
203.101.190.40
204.48.18.46
206.81.3.41
206.189.16.203
206.189.164.211
206.189.166.94
206.189.186.211
206.189.195.219
206.189.201.185
206.198.227.18
207.38.86.10
208.43.30.58
209.59.190.100
209.126.97.217
209.182.205.181
209.239.122.187
210.245.7.133
212.12.7.67
212.19.8.179
212.33.236.238
212.35.168.56
212.87.173.86
212.109.16.228
212.124.6.112
212.164.214.221
213.5.216.147
213.32.63.123
213.32.83.124
213.32.83.233
213.33.133.30
213.33.189.20
213.85.19.151
213.108.168.141
213.110.172.183
213.142.143.209
213.248.39.142
216.224.166.11
217.25.150.194
217.65.10.238
217.65.214.203
217.66.158.2
217.86.39.67
217.118.93.112
217.147.19.186
217.182.6.180
217.182.7.137
217.196.25.67
222.255.115.123
223.29.193.176

298
bi_cms_1_7d.ipset Normal file
View File

@ -0,0 +1,298 @@
#
# bi_cms_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# cms with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/cms/1?age=7d
# Source File Date: Wed Jun 19 09:01:25 UTC 2019
#
# Category : attacks
# Version : 1405
#
# This File Date : Wed Jun 19 09:01:25 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 268 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_cms_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.129.86.220
5.188.211.13
23.254.138.189
31.185.2.180
37.115.186.149
37.187.142.144
41.225.239.182
45.55.186.234
46.23.155.208
46.149.34.245
46.173.191.89
46.231.214.22
50.62.176.7
50.62.177.193
51.255.81.102
62.28.182.157
62.177.43.154
62.210.185.4
64.27.17.140
64.90.40.114
74.208.216.211
77.88.87.74
77.108.83.90
77.247.181.163
79.134.207.42
80.240.104.226
83.223.124.15
84.22.137.57
84.22.158.215
85.237.61.86
85.248.227.163
86.109.170.96
87.103.208.133
87.245.166.242
87.249.207.129
89.31.57.5
89.250.212.86
91.55.155.112
91.92.16.110
91.92.109.78
91.134.248.245
91.208.99.2
91.218.202.38
91.218.208.54
91.218.209.3
91.218.209.142
91.218.246.78
91.220.131.85
91.220.182.41
91.222.8.126
91.223.133.16
91.225.77.71
91.225.121.143
91.225.163.153
91.234.62.57
91.237.242.253
91.238.96.165
91.240.216.27
91.241.27.145
91.241.170.161
91.241.171.54
92.7.232.244
92.36.199.118
92.36.207.104
92.38.114.47
92.42.115.21
92.51.241.168
92.52.164.129
92.62.130.73
92.81.46.159
92.108.250.57
92.111.65.179
92.111.186.90
92.176.84.120
92.222.170.145
92.222.181.114
92.242.126.245
92.244.219.171
92.255.205.15
93.33.38.28
93.54.8.11
93.54.96.150
93.63.150.10
93.73.164.126
93.76.217.237
93.76.230.118
93.92.204.97
93.116.110.35
93.118.247.83
93.120.169.71
93.123.207.133
93.125.99.57
93.125.99.79
93.127.41.51
93.127.133.239
93.127.143.237
93.127.145.90
93.152.195.169
93.153.236.82
93.155.245.12
93.158.215.168
94.23.18.194
94.23.196.14
94.23.248.69
94.29.124.234
94.30.152.32
94.50.192.68
94.50.193.100
94.50.198.55
94.73.144.169
94.94.187.198
94.102.115.190
94.139.242.101
94.141.221.173
94.177.199.81
94.177.227.32
94.177.238.238
94.177.241.97
94.179.12.117
94.190.0.102
94.190.36.186
94.228.27.146
94.229.67.122
94.229.73.83
94.237.27.43
94.240.247.136
94.242.212.85
94.242.239.162
94.244.151.72
94.248.25.153
94.250.254.92
94.254.47.128
94.254.87.234
94.254.88.110
94.255.149.239
95.24.148.101
95.25.206.97
95.26.1.108
95.27.9.130
95.27.125.151
95.28.167.17
95.32.49.101
95.32.138.98
95.37.194.115
95.37.252.223
95.46.172.35
95.67.45.50
95.77.16.170
95.79.59.221
95.83.52.251
95.83.189.154
95.97.101.242
95.110.186.48
95.110.225.77
95.111.71.21
95.129.239.224
95.135.117.83
95.139.203.163
95.141.29.45
95.142.161.63
95.153.111.200
95.154.201.2
95.159.144.136
95.160.59.28
95.175.46.130
95.181.176.108
95.211.187.77
95.215.62.115
95.224.245.97
95.247.133.196
96.9.223.117
96.9.223.222
96.9.248.100
96.22.2.35
96.44.152.46
96.47.235.146
97.74.4.179
97.74.230.115
97.74.234.86
97.78.82.118
98.125.101.199
98.125.126.20
98.165.174.244
98.186.75.35
98.209.250.175
98.250.76.154
98.252.111.27
99.174.78.128
99.224.4.226
104.238.80.144
109.110.35.51
109.111.160.3
115.28.44.252
120.27.114.224
120.76.114.201
121.42.54.54
121.42.205.30
141.101.234.250
170.79.16.19
171.25.193.25
178.236.248.7
185.46.197.27
185.84.180.48
185.85.190.132
185.85.191.196
185.85.238.244
185.85.239.110
185.85.239.195
185.86.13.213
185.86.93.3
185.86.93.16
185.86.93.23
185.86.93.24
185.86.93.29
185.86.93.30
185.86.93.47
185.86.93.49
185.86.93.50
185.86.93.52
185.86.93.58
185.86.164.98
185.86.164.99
185.86.164.100
185.86.164.101
185.86.164.102
185.86.164.103
185.86.164.104
185.86.164.106
185.86.164.107
185.86.164.108
185.86.164.110
185.86.167.4
185.119.81.11
185.119.81.50
185.155.112.154
185.182.57.21
185.220.101.6
185.220.101.21
185.220.101.28
185.220.101.30
185.220.101.34
185.220.101.45
186.202.153.141
188.165.192.229
192.145.239.33
192.145.239.44
192.145.239.50
192.145.239.52
193.201.224.94
193.201.224.221
193.227.33.5
195.9.189.190
195.16.58.54
195.176.3.19
195.208.139.77
195.222.172.130
198.46.81.61
198.46.81.154
202.172.28.46
208.43.30.58
208.113.163.102
209.59.190.100
209.188.18.166
212.12.7.67
212.109.16.228
212.164.214.221
217.15.151.236
217.70.186.133

1337
bi_cms_2_30d.ipset Normal file

File diff suppressed because it is too large Load Diff

31
bi_courierauth_0_1d.ipset Normal file
View File

@ -0,0 +1,31 @@
#
# bi_courierauth_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# courierauth with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/courierauth/0?age=1d
# Source File Date: Tue Jun 18 23:28:11 UTC 2019
#
# Category : attacks
# Version : 3743
#
# This File Date : Tue Jun 18 23:28:11 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 1 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_courierauth_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
114.98.235.147

View File

@ -0,0 +1,32 @@
#
# bi_courierauth_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# courierauth with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/courierauth/2?age=30d
# Source File Date: Tue Jun 4 01:48:35 UTC 2019
#
# Category : attacks
# Version : 80
#
# This File Date : Tue Jun 4 01:48:35 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 2 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_courierauth_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
123.15.58.162
211.138.182.198

170
bi_default_0_1d.ipset Normal file
View File

@ -0,0 +1,170 @@
#
# bi_default_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# default with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/default/0?age=1d
# Source File Date: Wed Jun 19 10:01:10 UTC 2019
#
# Category : attacks
# Version : 16730
#
# This File Date : Wed Jun 19 10:01:10 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 140 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_default_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.109.34.143
2.179.221.161
13.94.43.10
14.142.57.66
14.162.222.62
23.96.116.159
27.195.83.85
36.37.174.245
41.74.112.15
41.191.101.4
45.74.80.66
46.101.27.6
46.101.205.211
49.206.224.31
51.75.16.138
51.77.222.160
54.37.205.162
58.242.82.7
58.242.82.10
58.242.82.11
60.174.83.217
63.41.36.219
64.119.199.244
68.183.90.46
68.183.105.52
71.193.198.31
73.223.53.48
78.198.69.64
82.45.67.77
82.64.100.201
83.182.230.197
87.196.21.94
88.198.145.70
89.120.60.214
91.126.146.219
94.23.215.158
94.183.128.94
101.68.70.14
103.21.148.16
103.23.100.217
103.79.143.157
106.251.169.200
110.171.229.200
112.85.42.171
112.242.39.190
112.253.8.106
114.67.229.70
117.50.38.246
117.60.83.71
118.26.64.58
118.97.39.51
119.29.161.122
121.152.221.178
122.114.46.120
122.154.134.38
124.133.186.92
128.199.133.249
128.199.231.40
129.232.178.242
130.15.110.224
134.209.10.41
134.209.105.28
134.209.183.233
139.59.59.90
139.59.74.143
139.59.85.89
139.59.180.53
140.246.40.68
142.93.149.119
142.93.178.87
142.93.211.234
142.93.219.227
142.93.221.103
144.135.85.184
146.148.107.113
147.135.172.43
148.70.107.48
157.230.243.145
159.65.145.175
159.65.242.16
159.203.77.51
170.239.30.57
171.234.228.194
172.81.237.242
174.138.56.93
176.33.72.218
177.81.228.23
178.62.46.4
178.62.234.122
178.128.57.96
178.128.81.125
178.128.97.193
178.128.195.6
180.166.114.14
187.116.110.195
187.118.243.249
190.85.234.201
190.111.232.7
191.176.64.128
192.228.100.16
193.32.163.89
193.56.28.236
193.169.39.254
193.188.22.12
196.203.31.154
197.216.37.43
197.248.141.70
198.27.70.174
198.98.56.196
198.98.60.66
198.98.62.146
200.58.219.218
200.69.250.253
200.188.5.150
201.145.162.167
202.115.30.242
202.121.179.38
202.138.242.47
202.175.46.170
205.185.125.6
206.189.145.152
206.189.145.251
206.189.185.202
206.189.197.48
207.148.84.54
207.154.194.208
208.115.109.68
208.123.136.11
210.18.182.232
211.232.89.90
217.73.196.17
218.92.0.134
218.92.0.146
218.92.0.160
218.92.0.175
218.92.0.181
218.92.0.192
219.147.168.103
221.7.132.131
221.12.100.170

61
bi_default_1_7d.ipset Normal file
View File

@ -0,0 +1,61 @@
#
# bi_default_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# default with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/default/1?age=7d
# Source File Date: Wed Jun 19 06:44:16 UTC 2019
#
# Category : attacks
# Version : 1333
#
# This File Date : Wed Jun 19 06:44:16 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 31 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_default_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
36.37.174.245
58.42.226.103
58.59.2.26
60.2.88.98
60.165.208.28
78.198.69.64
81.136.189.195
81.136.255.20
82.245.177.183
83.12.107.106
101.99.65.72
110.145.75.129
110.175.57.53
114.32.153.15
115.231.101.60
117.3.171.144
118.26.64.58
120.52.120.166
122.154.134.38
164.132.205.21
164.132.225.151
166.166.224.31
176.94.26.234
179.184.241.71
183.101.8.161
188.166.216.84
190.85.63.50
200.29.120.94
200.44.179.94
200.187.150.141
221.228.197.146

158
bi_default_2_30d.ipset Normal file
View File

@ -0,0 +1,158 @@
#
# bi_default_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# default with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/default/2?age=30d
# Source File Date: Tue Jun 18 16:24:18 UTC 2019
#
# Category : attacks
# Version : 344
#
# This File Date : Tue Jun 18 16:24:18 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 128 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_default_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.88.161.197
5.196.68.203
14.33.133.188
36.37.174.245
36.80.48.9
36.84.80.31
37.187.118.14
41.72.105.171
41.210.128.37
42.61.24.202
45.122.221.42
46.101.26.63
51.254.47.198
51.254.220.20
54.37.232.137
58.42.226.103
58.59.2.26
58.242.68.178
59.38.32.76
59.120.243.8
60.2.88.98
60.165.208.28
61.72.255.26
70.45.243.146
78.198.69.64
80.229.253.212
81.133.216.92
81.136.189.195
81.136.255.20
81.142.80.97
82.112.32.45
82.245.177.183
83.12.107.106
84.93.153.9
89.36.222.85
89.248.172.169
91.121.7.107
92.222.84.34
93.174.93.149
94.23.0.13
94.97.86.201
94.181.94.12
95.54.46.211
95.130.9.44
96.57.82.166
101.99.65.72
103.9.88.249
103.36.84.100
103.89.90.72
103.216.60.85
103.249.205.78
110.10.174.179
110.145.75.129
110.175.57.53
111.93.205.186
111.230.247.243
113.161.65.119
113.176.163.41
114.32.153.15
115.231.101.60
115.254.63.51
117.3.171.144
117.255.216.106
118.26.64.58
118.33.75.186
118.163.193.82
119.29.58.239
119.29.197.54
120.52.120.166
121.8.154.178
122.154.134.38
123.177.22.5
125.212.233.50
125.227.38.168
138.94.20.188
139.59.249.255
139.199.82.171
142.54.101.146
151.80.155.98
152.204.7.151
157.100.133.21
164.77.77.251
164.132.47.139
164.132.205.21
164.132.225.151
166.166.224.31
176.31.100.19
176.94.26.234
178.124.156.183
179.184.241.71
180.167.0.42
180.250.115.98
180.250.205.114
183.101.8.161
183.230.146.26
187.190.236.88
188.166.216.84
189.2.142.67
189.254.33.157
190.85.63.50
190.128.168.78
190.144.14.170
190.146.32.200
193.112.191.228
193.201.224.218
195.154.136.211
195.209.125.58
200.29.120.94
200.44.179.94
200.187.150.141
200.207.216.138
202.22.142.111
210.183.236.30
210.211.99.243
211.110.140.200
212.129.52.78
212.156.115.58
212.170.50.203
217.77.221.85
218.5.36.120
218.17.221.58
220.128.109.148
221.12.100.170
221.13.68.195
221.210.83.24
221.228.197.146
222.184.72.66
222.214.237.144

34
bi_dns_0_1d.ipset Normal file
View File

@ -0,0 +1,34 @@
#
# bi_dns_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# dns with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/dns/0?age=1d
# Source File Date: Wed Jun 19 00:12:47 UTC 2019
#
# Category : attacks
# Version : 3198
#
# This File Date : Wed Jun 19 00:12:47 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 4 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_dns_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
34.217.119.104
37.9.87.165
54.149.82.240
108.162.244.24

View File

@ -0,0 +1,63 @@
#
# bi_dovecot-pop3imap_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# dovecot-pop3imap with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/dovecot-pop3imap/0?age=1d
# Source File Date: Wed Jun 19 10:02:07 UTC 2019
#
# Category : attacks
# Version : 12275
#
# This File Date : Wed Jun 19 10:02:07 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 33 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_dovecot-pop3imap_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.168.135.51
35.242.233.208
37.0.236.51
37.49.225.24
37.49.227.162
46.20.58.136
59.36.144.132
61.190.255.186
71.9.49.169
81.15.197.42
84.220.43.125
91.226.196.26
94.39.33.167
112.33.39.39
115.133.198.232
129.213.103.255
137.116.226.168
151.19.133.231
151.35.14.101
151.43.58.66
151.46.9.251
158.148.66.116
158.148.93.143
159.69.217.194
175.136.16.62
176.201.91.80
180.233.121.27
195.114.210.31
195.140.213.79
201.62.75.186
202.179.31.97
211.253.8.140
217.160.43.214

View File

@ -0,0 +1,647 @@
#
# bi_dovecot-pop3imap_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# dovecot-pop3imap with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/dovecot-pop3imap/2?age=30d
# Source File Date: Wed Jun 19 08:32:27 UTC 2019
#
# Category : attacks
# Version : 225
#
# This File Date : Wed Jun 19 08:32:27 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 617 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_dovecot-pop3imap_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.85.7.26
1.85.36.90
1.202.178.154
1.255.70.86
1.255.70.114
1.255.70.123
14.177.235.133
27.17.15.26
27.42.165.226
27.189.251.86
31.13.227.4
31.168.157.167
36.7.110.188
36.33.0.160
37.49.230.115
41.33.229.210
41.38.82.93
41.41.160.186
41.128.185.155
41.202.174.103
41.210.49.98
43.227.254.4
46.20.205.233
58.16.29.26
58.17.221.4
58.20.36.88
58.20.185.12
58.20.187.21
58.22.194.44
58.56.145.94
58.58.135.158
58.59.14.195
58.59.103.230
58.62.55.130
58.210.119.226
58.210.126.206
58.211.71.40
58.211.169.50
58.213.46.110
58.214.24.53
58.214.25.190
58.214.239.53
58.215.13.154
58.215.78.97
58.215.198.2
58.216.156.58
58.216.170.50
58.216.199.229
58.216.238.76
58.216.239.202
58.220.234.18
58.221.60.110
58.240.2.38
58.240.111.50
58.242.164.10
58.244.173.130
58.246.5.122
59.44.27.195
59.44.47.106
59.46.102.202
59.49.33.247
59.49.176.208
59.49.233.24
59.50.95.129
60.2.15.52
60.2.50.114
60.2.101.221
60.6.214.48
60.6.223.191
60.6.227.95
60.8.207.34
60.11.113.164
60.12.84.190
60.13.154.174
60.13.181.244
60.13.197.131
60.28.131.10
60.29.163.114
60.30.66.199
60.30.224.189
60.161.215.7
60.166.52.51
60.166.60.26
60.167.19.30
60.169.26.22
60.169.65.62
60.171.110.17
60.171.135.254
60.171.155.26
60.171.157.209
60.171.164.47
60.172.22.178
60.172.43.228
60.172.64.229
60.172.69.66
60.172.73.3
60.172.230.184
60.172.231.12
60.173.79.120
60.173.105.110
60.173.114.254
60.173.133.229
60.173.143.222
60.173.149.204
60.174.37.226
60.174.92.50
60.174.164.45
60.174.192.240
60.191.206.110
60.194.6.9
60.212.42.56
60.216.106.162
60.216.116.178
60.222.227.195
60.223.252.6
60.247.92.186
60.247.93.238
61.37.150.6
61.50.130.146
61.53.66.4
61.82.71.36
61.128.208.174
61.131.3.225
61.132.233.195
61.133.218.19
61.134.36.13
61.134.36.100
61.134.36.102
61.134.36.115
61.134.44.28
61.134.52.164
61.136.81.154
61.136.81.234
61.136.82.164
61.136.94.166
61.136.104.131
61.145.228.110
61.148.29.198
61.148.196.114
61.150.76.90
61.150.76.201
61.153.49.210
61.153.54.38
61.153.215.122
61.158.140.152
61.158.186.84
61.160.25.118
61.160.81.62
61.160.95.126
61.161.147.218
61.161.209.134
61.163.36.24
61.163.69.170
61.163.196.149
61.163.229.226
61.163.231.150
61.167.79.135
61.177.25.58
61.177.60.140
61.177.181.109
61.178.243.56
61.180.38.132
61.182.27.121
61.182.82.34
61.184.35.3
61.184.176.231
61.185.41.221
61.185.137.161
61.185.139.72
61.185.242.195
61.186.136.36
61.186.219.33
61.187.123.74
61.189.47.93
61.190.16.210
61.190.99.62
61.191.130.198
61.191.220.250
61.191.252.74
61.191.252.218
61.232.0.130
62.99.80.128
66.11.32.201
78.83.105.149
80.147.59.28
82.130.202.35
82.188.133.50
85.152.56.230
88.32.17.110
93.146.73.50
101.231.140.218
109.232.108.62
110.17.188.30
110.80.33.226
110.249.218.69
111.1.89.230
111.26.198.30
111.30.23.107
111.30.31.176
111.38.140.12
111.40.73.83
111.40.84.27
111.75.167.157
111.85.215.66
112.4.172.182
112.16.203.48
112.23.7.76
112.23.7.88
112.24.103.242
112.24.104.228
112.25.220.99
112.26.80.46
112.26.80.145
112.26.82.61
112.27.129.78
112.27.129.154
112.53.66.27
112.91.58.238
112.113.241.17
112.113.241.207
113.8.194.3
113.140.48.156
113.140.84.86
113.160.133.240
113.161.4.51
113.204.147.26
113.240.237.10
114.104.158.172
114.104.162.36
114.119.10.171
114.141.189.194
115.84.105.146
115.84.112.138
115.236.24.10
115.238.247.228
115.239.244.198
116.1.1.165
116.1.179.95
116.112.207.235
116.113.86.246
116.113.96.22
116.228.90.9
116.248.41.55
116.249.127.11
117.21.221.58
117.28.250.42
117.69.253.252
117.71.62.14
117.141.215.16
117.149.2.142
118.121.233.54
118.122.94.151
118.144.8.198
118.163.58.117
118.163.97.19
118.163.135.17
118.163.135.18
118.163.143.170
118.180.215.146
118.254.9.180
119.1.98.121
119.6.89.127
119.39.84.75
119.48.16.182
119.53.149.66
119.55.121.74
119.60.26.162
119.90.34.135
119.146.144.19
119.146.145.50
120.33.205.162
120.192.201.22
120.194.7.10
120.194.193.7
120.194.212.234
120.202.36.46
120.203.25.58
120.209.20.16
120.209.31.231
120.209.71.14
120.209.71.73
120.209.164.118
120.209.233.191
120.236.135.204
121.18.39.22
121.28.40.179
121.128.135.73
122.139.5.236
122.139.5.237
122.140.95.92
122.224.3.12
122.224.36.28
122.224.135.138
122.225.238.98
122.226.129.25
122.226.136.90
122.227.20.90
122.228.165.38
123.7.54.235
123.15.58.162
123.52.232.236
123.138.199.66
123.178.123.190
123.232.125.198
123.234.215.242
124.65.64.174
124.112.45.222
124.128.73.58
124.161.35.88
124.164.235.209
124.165.232.138
124.165.247.42
124.193.199.202
124.207.57.146
124.207.209.114
125.32.1.146
125.35.93.62
125.65.244.38
125.72.92.174
125.75.206.244
125.77.72.197
125.77.127.97
125.227.146.182
125.227.179.59
140.207.52.114
153.37.22.155
157.122.183.218
157.122.183.220
168.103.20.54
169.239.220.35
171.34.168.247
171.221.201.212
171.221.255.5
172.87.163.42
175.19.204.202
175.230.213.33
175.236.156.204
177.19.164.147
177.19.164.149
177.19.165.26
177.19.187.79
177.43.251.153
177.99.211.149
177.99.217.233
177.135.101.5
177.135.101.93
177.135.101.101
177.135.103.25
177.135.103.107
177.159.99.31
177.159.103.9
179.184.23.195
180.169.58.42
182.74.112.226
182.106.216.4
182.131.125.7
182.137.14.72
182.140.131.130
183.62.158.97
183.65.17.118
183.102.114.251
183.161.35.38
183.167.204.69
183.167.205.103
183.167.225.165
183.167.231.206
183.220.53.39
186.215.130.159
186.215.130.242
186.215.143.149
186.215.195.249
186.215.197.183
186.215.199.69
186.229.28.106
187.58.134.87
187.58.139.171
187.58.151.15
187.115.123.74
189.59.5.91
189.59.69.3
189.114.67.213
189.204.6.157
189.206.125.171
190.13.106.123
190.128.198.230
190.202.44.194
190.210.182.93
193.150.73.22
195.81.64.102
197.50.105.120
200.29.136.155
200.175.104.101
200.175.104.103
201.47.245.162
201.140.110.78
201.184.241.243
202.78.71.2
202.93.35.19
202.97.147.183
202.103.61.102
202.107.34.250
202.110.187.146
202.137.141.81
203.41.236.130
203.242.126.4
211.20.181.113
211.92.143.94
211.137.8.103
211.138.182.198
211.141.155.131
211.141.209.131
211.161.90.99
211.221.155.6
211.232.116.143
211.232.116.145
211.232.116.147
212.233.216.133
218.3.64.241
218.3.210.2
218.4.177.21
218.4.214.115
218.22.11.106
218.22.66.30
218.22.100.42
218.22.129.38
218.22.135.190
218.22.148.105
218.22.180.146
218.22.186.115
218.22.187.66
218.22.190.133
218.22.198.212
218.22.206.178
218.22.235.138
218.22.253.37
218.23.26.50
218.23.156.227
218.23.161.2
218.23.162.169
218.23.240.146
218.24.236.4
218.25.31.150
218.26.97.162
218.26.163.125
218.27.162.22
218.28.50.51
218.28.76.99
218.28.135.178
218.28.164.218
218.28.171.213
218.28.234.53
218.29.52.2
218.29.219.18
218.29.234.18
218.56.102.14
218.57.142.194
218.57.237.243
218.58.105.206
218.64.57.12
218.64.165.194
218.65.220.48
218.75.148.181
218.76.140.155
218.76.252.245
218.77.80.51
218.83.246.141
218.84.117.90
218.87.46.173
218.87.254.235
218.89.142.30
218.90.162.234
218.90.180.110
218.92.237.2
218.93.8.210
218.93.220.102
218.93.232.166
218.94.144.101
218.95.153.90
218.107.46.228
218.107.49.71
218.201.14.134
218.201.62.71
218.201.79.71
218.201.83.148
218.201.101.172
218.204.69.3
218.204.70.20
218.206.132.194
218.249.232.178
219.138.59.240
219.138.243.196
219.148.39.134
219.149.220.82
219.154.66.223
219.154.133.161
219.159.70.68
219.159.229.115
219.237.78.2
220.133.24.4
220.162.158.2
220.164.2.61
220.164.2.65
220.164.2.71
220.164.2.76
220.164.2.77
220.164.2.87
220.164.2.88
220.164.2.90
220.164.2.99
220.164.2.106
220.164.2.111
220.164.2.113
220.164.2.114
220.164.2.118
220.164.2.119
220.164.2.120
220.164.2.121
220.164.2.124
220.164.2.131
220.164.2.138
220.164.162.146
220.164.193.238
220.165.28.189
220.169.102.6
220.171.48.39
220.173.107.124
220.174.209.154
220.176.196.40
220.177.50.195
220.178.2.114
220.178.26.20
220.178.82.124
220.178.107.242
220.178.221.6
220.179.250.175
220.180.104.130
220.180.107.193
220.180.110.144
220.180.167.35
220.189.235.126
221.1.177.2
221.3.236.94
221.4.128.114
221.4.197.154
221.4.205.30
221.10.230.228
221.12.137.6
221.130.61.171
221.130.130.238
221.131.83.162
221.131.86.182
221.176.112.45
221.176.134.36
221.176.176.126
221.178.138.106
221.178.194.144
221.199.41.218
221.199.43.146
221.210.83.24
221.212.18.146
221.212.58.242
221.224.2.202
221.224.40.74
221.224.114.229
221.226.176.254
221.228.242.13
221.229.247.179
221.230.1.113
221.230.139.83
221.231.109.126
221.231.112.66
221.237.208.10
222.35.21.206
222.80.105.90
222.87.139.44
222.91.248.106
222.92.142.226
222.92.204.50
222.101.93.2
222.141.50.134
222.160.126.34
222.161.47.82
222.161.209.130
222.161.229.55
222.162.70.249
222.170.168.94
222.171.61.97
222.172.14.115
222.172.14.123
222.175.49.22
222.180.100.198
222.185.255.227
222.186.68.154
222.187.41.10
222.189.41.46
222.189.186.67
222.191.233.238
222.209.223.91
222.214.238.73
222.217.221.178
222.217.221.179
222.217.221.181
222.218.17.80
222.218.17.187
222.218.17.189
222.218.248.42
222.221.36.120
222.222.71.101
222.222.219.154
222.223.41.92
222.223.101.58
222.223.217.34
222.229.112.168
222.242.230.123
222.243.211.200
223.100.152.42
223.241.100.16

113
bi_dovecot_0_1d.ipset Normal file
View File

@ -0,0 +1,113 @@
#
# bi_dovecot_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# dovecot with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/dovecot/0?age=1d
# Source File Date: Wed Jun 19 10:01:56 UTC 2019
#
# Category : attacks
# Version : 14274
#
# This File Date : Wed Jun 19 10:01:56 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 83 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_dovecot_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.157.49.10
14.29.136.167
23.95.236.182
36.111.34.103
36.111.45.217
37.49.224.54
37.49.224.96
37.49.224.122
37.49.224.175
37.49.224.181
37.49.225.32
37.49.225.37
37.49.225.147
37.49.227.156
37.49.227.168
37.49.230.124
45.13.39.123
45.13.39.139
45.227.253.109
45.227.253.210
50.242.55.185
59.124.142.37
64.68.170.38
66.85.178.210
67.211.213.11
74.208.217.121
79.62.0.75
80.187.116.18
80.187.116.65
80.187.116.130
80.187.116.132
80.245.120.110
87.197.97.98
88.250.46.95
89.1.210.94
91.8.223.110
93.174.95.106
95.170.205.142
106.78.59.201
109.40.0.89
112.33.39.30
114.98.234.126
114.118.93.187
117.159.87.15
118.172.127.139
118.238.220.103
121.199.11.12
129.145.7.35
133.208.148.88
143.0.140.154
145.239.75.197
148.240.231.6
155.12.54.14
164.132.27.40
173.225.99.105
173.225.99.250
174.206.5.13
174.213.17.107
175.6.35.10
177.22.166.82
177.36.244.242
178.200.51.93
180.250.67.244
184.164.139.251
185.137.111.96
185.137.111.125
185.137.111.129
185.137.111.136
185.137.111.158
185.228.82.38
188.33.55.236
188.147.45.45
188.147.107.179
194.243.229.158
200.32.46.146
202.198.69.108
203.2.116.60
203.2.117.152
203.2.117.204
203.2.118.158
209.59.182.90
217.76.21.23
222.120.247.207

1012
bi_dovecot_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

517
bi_dovecot_2_30d.ipset Normal file
View File

@ -0,0 +1,517 @@
#
# bi_dovecot_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# dovecot with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/dovecot/2?age=30d
# Source File Date: Wed Jun 19 04:08:34 UTC 2019
#
# Category : attacks
# Version : 337
#
# This File Date : Wed Jun 19 04:08:34 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 487 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_dovecot_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.85.10.186
1.85.36.90
5.188.9.11
5.188.9.19
5.188.9.160
5.188.9.170
5.188.9.175
5.188.9.180
5.188.9.190
5.188.11.11
5.188.86.68
5.188.207.7
5.188.207.9
5.188.207.11
5.188.207.13
5.188.207.15
5.188.207.19
5.188.207.21
23.252.3.121
31.13.227.4
36.7.110.188
37.49.224.112
37.49.224.114
37.49.224.121
37.49.224.122
37.49.224.175
37.49.224.181
37.49.224.250
37.49.225.206
37.49.226.139
37.49.227.159
37.49.227.194
37.49.230.115
37.72.188.146
37.187.123.40
41.32.70.163
41.32.142.74
41.38.174.254
41.39.153.11
41.41.132.83
41.41.135.133
41.73.234.195
41.210.49.98
41.216.208.250
45.32.167.115
46.20.205.233
46.161.40.215
46.188.60.65
46.228.205.245
49.67.52.209
49.88.188.60
49.88.188.147
49.88.188.150
49.88.188.193
49.88.188.246
54.39.48.219
58.17.124.4
58.17.221.4
58.20.36.88
58.20.185.12
58.20.187.21
58.22.194.44
58.55.144.137
58.58.135.158
58.62.55.130
58.208.16.60
58.208.16.171
58.210.134.186
58.213.46.110
58.214.239.53
58.216.156.58
58.216.170.50
58.220.234.18
58.221.55.21
58.221.64.51
58.240.2.38
58.244.188.78
58.246.5.122
59.44.27.195
59.44.47.106
59.50.40.170
59.50.95.129
59.51.164.200
60.2.15.52
60.6.227.95
60.11.113.164
60.12.84.190
60.13.154.174
60.13.181.244
60.13.197.131
60.28.131.10
60.30.66.199
60.166.60.26
60.169.26.22
60.169.65.62
60.171.110.17
60.171.155.26
60.172.43.228
60.172.73.3
60.173.133.229
60.173.143.222
60.174.164.45
60.182.15.76
60.191.206.110
60.194.6.9
60.216.106.162
60.216.116.178
60.222.227.195
60.223.252.6
61.8.75.186
61.50.130.146
61.82.71.36
61.133.218.19
61.134.36.13
61.134.44.28
61.136.81.154
61.136.81.234
61.141.21.34
61.148.196.114
61.153.54.38
61.158.140.152
61.158.186.84
61.160.25.118
61.160.81.62
61.160.95.126
61.161.135.34
61.161.147.218
61.161.209.134
61.163.69.170
61.163.196.149
61.163.229.226
61.163.231.150
61.177.25.58
61.177.60.140
61.177.181.109
61.178.74.27
61.178.243.56
61.182.82.34
61.185.41.221
61.185.139.72
61.185.242.195
61.186.136.36
61.186.219.33
61.187.123.74
61.191.130.198
61.191.220.250
61.191.252.74
61.232.0.130
62.99.78.120
66.68.62.50
66.85.178.210
71.6.167.142
75.149.201.169
77.201.28.3
80.82.64.239
80.82.77.10
80.82.77.17
80.82.78.92
80.255.90.166
82.130.202.35
82.165.206.133
82.188.133.50
82.208.65.46
83.169.208.218
85.93.20.106
85.152.56.230
85.174.224.42
89.40.123.97
89.40.123.98
89.40.123.219
89.163.132.230
89.248.167.159
89.248.168.20
89.248.172.140
91.121.84.116
91.195.103.44
92.63.193.10
92.63.193.15
92.63.193.20
92.63.193.25
92.63.193.30
92.63.193.35
92.63.193.40
92.63.193.45
92.63.193.50
92.63.193.55
93.104.213.84
93.174.95.106
94.45.134.190
94.112.251.250
94.156.119.230
94.176.233.147
103.28.84.5
103.224.165.173
104.232.34.102
104.232.35.35
106.51.117.124
106.110.169.3
106.110.169.7
110.17.188.30
111.1.89.230
111.12.150.75
111.30.31.176
111.75.162.114
111.85.215.66
111.183.52.202
112.16.203.48
112.16.214.182
112.24.103.242
112.25.220.99
112.27.129.154
112.53.66.27
112.91.58.238
112.101.220.75
112.113.241.207
113.137.29.67
113.140.48.156
113.140.84.86
113.161.4.51
113.240.237.10
114.6.45.250
114.32.181.215
114.103.180.148
114.119.40.107
114.141.189.194
114.239.0.65
114.239.146.86
115.127.82.34
115.212.5.81
115.236.181.35
116.113.86.246
116.113.96.22
116.116.108.101
116.228.90.9
117.4.136.11
117.28.250.42
117.69.253.252
117.71.62.14
117.92.204.48
117.141.215.16
118.70.212.135
118.112.17.227
118.119.104.29
118.121.233.54
118.163.58.117
119.39.84.75
119.39.238.109
119.48.16.182
119.53.149.66
119.55.121.74
119.90.34.135
119.146.144.19
119.146.145.50
120.33.205.162
120.194.7.10
120.194.212.234
120.203.25.58
120.236.135.204
121.33.73.186
121.40.140.108
121.128.135.73
122.224.3.12
122.226.129.25
122.227.20.90
123.178.123.190
123.234.215.242
124.65.64.174
124.66.133.106
124.112.45.222
124.128.73.58
124.165.232.138
124.207.57.146
124.227.119.248
125.32.1.146
125.35.93.62
125.77.127.97
125.227.146.182
125.227.179.59
138.97.236.2
139.199.225.243
140.207.52.114
149.91.91.47
153.37.22.155
153.145.186.99
155.12.54.14
157.122.183.220
159.253.7.59
167.88.9.84
168.63.20.212
168.103.20.54
169.239.220.35
171.34.168.247
171.221.201.212
171.221.255.5
173.61.66.18
174.37.33.42
175.19.204.202
177.43.251.153
177.99.211.149
177.99.217.233
177.126.81.63
177.159.103.9
177.159.122.251
178.74.70.82
178.156.199.47
179.184.115.3
180.105.68.105
180.105.68.127
180.105.68.146
180.105.68.207
180.105.124.151
180.105.124.183
180.125.176.179
180.125.176.195
180.125.176.208
180.125.176.238
180.136.99.17
181.56.9.161
182.71.16.42
182.71.45.122
182.71.239.18
182.74.112.226
182.75.117.122
182.137.14.72
183.62.158.97
183.64.166.163
183.167.225.165
183.167.238.124
183.224.81.214
183.233.169.210
185.12.177.180
185.110.241.189
185.222.211.30
185.222.211.86
187.56.103.247
187.58.134.87
187.58.139.171
187.58.151.15
188.142.227.43
189.52.165.134
189.59.69.3
189.204.6.157
190.14.170.196
190.210.182.93
190.215.57.118
190.216.184.14
193.150.73.22
193.194.69.114
195.22.127.22
195.22.127.242
195.68.126.157
195.250.241.129
197.44.214.61
197.51.59.32
197.51.120.169
198.20.87.98
198.143.158.82
200.175.104.103
201.47.245.162
201.116.100.232
201.184.241.243
202.78.71.2
202.97.147.183
202.103.61.102
202.110.187.146
202.111.43.14
202.198.69.108
203.93.109.130
203.130.215.147
203.130.240.41
208.100.26.235
208.100.26.237
210.82.28.41
210.86.168.116
211.20.181.113
211.91.180.242
211.92.143.94
211.137.8.103
211.138.182.198
211.232.116.144
211.232.116.146
211.232.116.147
212.142.226.93
213.6.149.66
217.26.1.82
217.61.20.170
217.182.192.71
218.3.64.241
218.3.210.2
218.22.11.106
218.22.129.38
218.22.180.146
218.22.198.212
218.24.236.4
218.25.31.150
218.26.97.162
218.26.163.125
218.28.50.51
218.28.135.178
218.28.171.213
218.28.234.53
218.29.219.18
218.29.234.18
218.56.102.14
218.57.236.58
218.58.105.206
218.64.57.12
218.65.220.48
218.75.148.181
218.76.140.155
218.84.117.90
218.93.220.102
218.93.232.166
218.94.144.101
218.95.153.90
218.104.133.243
218.107.46.228
218.107.49.71
218.201.14.134
218.201.62.71
218.201.79.71
218.201.83.148
218.204.70.20
218.204.138.137
218.206.132.194
218.249.232.178
219.135.97.45
219.137.27.52
219.138.59.240
219.138.243.196
219.143.72.21
219.159.70.68
219.159.229.115
220.133.24.4
220.164.2.65
220.169.102.6
220.174.209.154
220.177.198.41
220.177.198.82
220.177.198.86
220.177.198.146
220.177.198.155
220.178.2.114
220.178.107.242
220.178.109.10
220.248.200.226
221.2.140.174
221.3.236.94
221.4.128.114
221.4.137.85
221.4.168.73
221.4.197.154
221.130.61.171
221.131.83.162
221.131.86.182
221.176.112.45
221.176.134.36
221.178.138.106
221.193.248.52
221.199.41.218
221.199.43.146
221.203.169.50
221.214.110.130
221.224.40.74
221.224.114.229
221.226.176.254
221.230.1.113
221.231.112.66
222.41.213.234
222.89.231.12
222.91.248.106
222.92.204.50
222.101.93.2
222.120.247.207
222.141.50.134
222.160.126.34
222.163.80.23
222.168.6.250
222.171.61.97
222.172.14.115
222.185.255.227
222.214.238.73
222.217.221.178
222.222.219.154
222.223.41.92
222.223.174.216
222.229.112.168

32
bi_drupal_0_1d.ipset Normal file
View File

@ -0,0 +1,32 @@
#
# bi_drupal_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# drupal with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/drupal/0?age=1d
# Source File Date: Wed Jun 19 05:03:04 UTC 2019
#
# Category : attacks
# Version : 2806
#
# This File Date : Wed Jun 19 05:03:04 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 2 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_drupal_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
45.57.216.121
104.144.230.131

38
bi_exim_0_1d.ipset Normal file
View File

@ -0,0 +1,38 @@
#
# bi_exim_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# exim with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/exim/0?age=1d
# Source File Date: Wed Jun 19 06:08:14 UTC 2019
#
# Category : attacks
# Version : 5142
#
# This File Date : Wed Jun 19 06:08:14 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 8 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_exim_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
45.227.253.109
45.230.200.14
141.98.80.54
185.222.209.56
185.222.209.109
185.222.211.13
200.91.225.180
201.217.144.21

30
bi_exim_1_7d.ipset Normal file
View File

@ -0,0 +1,30 @@
#
# bi_exim_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# exim with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/exim/1?age=7d
# Source File Date: Tue Jun 18 23:07:31 UTC 2019
#
# Category : attacks
# Version : 150
#
# This File Date : Wed Jun 19 05:16:43 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_exim_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

167
bi_ftp_0_1d.ipset Normal file
View File

@ -0,0 +1,167 @@
#
# bi_ftp_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# ftp with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/ftp/0?age=1d
# Source File Date: Wed Jun 19 10:02:30 UTC 2019
#
# Category : attacks
# Version : 15895
#
# This File Date : Wed Jun 19 10:02:30 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 137 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_ftp_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.180.70.178
1.194.86.254
1.205.66.218
12.168.194.250
36.25.44.46
36.77.94.118
36.92.53.26
36.157.254.234
36.234.165.228
39.71.109.134
42.7.35.212
42.226.120.225
43.228.117.214
49.73.75.222
51.254.47.48
58.212.210.93
58.219.167.141
58.231.161.228
59.173.112.131
59.175.187.2
60.178.131.74
60.179.251.163
60.180.2.80
60.181.149.228
60.219.131.53
60.219.175.64
61.185.166.179
62.210.139.92
90.56.162.126
101.81.160.176
101.81.161.206
103.66.58.213
103.235.197.45
106.114.34.79
110.87.176.93
110.251.114.174
111.85.5.37
111.121.81.198
111.122.89.197
111.197.71.235
111.225.1.214
111.227.175.144
111.227.207.96
111.252.118.40
113.110.171.19
114.38.140.100
114.227.92.105
114.250.151.150
115.194.86.198
115.210.168.227
115.210.168.241
115.210.172.76
116.22.149.174
116.255.150.241
117.157.100.1
118.113.21.224
118.239.27.237
118.254.250.11
119.54.64.132
119.123.192.203
119.192.23.225
119.192.118.250
120.1.194.39
120.11.47.67
121.23.17.117
121.234.236.83
121.236.0.12
121.236.0.153
121.236.0.158
121.236.208.55
122.159.6.98
122.242.138.174
122.243.2.36
124.89.8.196
124.225.41.101
124.228.95.104
125.33.170.85
125.107.94.42
125.117.105.140
125.117.108.162
125.117.110.61
125.123.124.0
129.146.47.74
129.146.173.69
129.146.181.28
129.213.18.199
129.213.111.244
129.213.163.49
132.145.22.159
132.145.45.88
132.145.72.210
132.145.79.104
132.145.113.242
132.145.153.85
132.145.163.126
132.145.188.55
139.201.164.141
139.215.228.33
175.5.6.34
175.8.174.5
175.11.208.212
175.182.19.164
180.107.115.12
180.113.68.101
180.117.41.67
180.125.46.61
180.175.183.122
182.86.224.61
182.125.174.171
182.146.158.127
182.240.40.243
182.243.24.63
183.61.6.241
183.96.104.133
183.158.172.137
183.191.39.238
185.222.211.169
187.113.35.131
187.113.37.5
196.202.124.206
203.110.86.211
203.177.58.75
211.36.193.66
213.45.171.196
217.64.148.115
219.248.16.207
220.118.124.105
220.184.47.146
221.205.82.160
221.225.144.159
221.231.28.21
222.87.164.49
222.124.129.170
222.246.36.197
222.246.65.55
223.26.95.66
223.150.176.211

3376
bi_ftp_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

1723
bi_ftp_2_30d.ipset Normal file

File diff suppressed because it is too large Load Diff

1772
bi_http_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

4133
bi_http_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

1475
bi_http_2_30d.ipset Normal file

File diff suppressed because it is too large Load Diff

39
bi_imap_0_1d.ipset Normal file
View File

@ -0,0 +1,39 @@
#
# bi_imap_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# imap with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/imap/0?age=1d
# Source File Date: Wed Jun 19 07:44:16 UTC 2019
#
# Category : attacks
# Version : 4466
#
# This File Date : Wed Jun 19 07:44:16 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 9 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_imap_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
37.49.225.71
45.13.39.123
113.172.54.141
124.237.102.234
141.98.80.54
145.239.214.125
145.239.214.127
203.6.209.30
219.83.160.162

4390
bi_mail_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

4462
bi_mail_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

4458
bi_mail_2_30d.ipset Normal file

File diff suppressed because it is too large Load Diff

34
bi_named_0_1d.ipset Normal file
View File

@ -0,0 +1,34 @@
#
# bi_named_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# named with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/named/0?age=1d
# Source File Date: Wed Jun 19 00:12:53 UTC 2019
#
# Category : attacks
# Version : 3199
#
# This File Date : Wed Jun 19 00:12:53 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 4 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_named_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
34.217.119.104
37.9.87.165
54.149.82.240
108.162.244.24

30
bi_owncloud_0_1d.ipset Normal file
View File

@ -0,0 +1,30 @@
#
# bi_owncloud_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# owncloud with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/owncloud/0?age=1d
# Source File Date: Mon Nov 5 08:01:27 UTC 2018
#
# Category : attacks
# Version : 30
#
# This File Date : Mon Nov 5 08:32:46 UTC 2018
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_owncloud_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

View File

@ -0,0 +1,48 @@
#
# bi_plesk-postfix_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# plesk-postfix with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/plesk-postfix/0?age=1d
# Source File Date: Wed Jun 19 09:28:47 UTC 2019
#
# Category : attacks
# Version : 5670
#
# This File Date : Wed Jun 19 09:28:47 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 18 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_plesk-postfix_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
41.225.239.103
45.13.39.123
181.143.248.58
185.137.111.77
185.137.111.158
185.222.211.12
185.222.211.13
185.234.218.240
185.234.219.51
185.234.219.60
185.234.219.67
185.234.219.90
185.234.219.98
190.128.186.98
190.153.220.42
200.58.75.249
201.217.144.21
220.128.142.139

764
bi_postfix-sasl_0_1d.ipset Normal file
View File

@ -0,0 +1,764 @@
#
# bi_postfix-sasl_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# postfix-sasl with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/postfix-sasl/0?age=1d
# Source File Date: Wed Jun 19 10:02:43 UTC 2019
#
# Category : attacks
# Version : 16476
#
# This File Date : Wed Jun 19 10:02:43 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 734 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_postfix-sasl_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.30.24.198
1.215.230.46
2.82.249.86
5.188.62.36
5.188.62.175
5.188.62.230
5.190.141.137
12.172.181.50
13.93.43.85
14.63.166.243
24.2.183.249
24.51.95.89
27.0.174.187
27.158.214.91
27.255.77.211
31.222.12.111
36.106.166.70
37.49.224.122
37.49.224.140
37.49.224.177
37.49.224.186
37.49.224.211
37.49.225.7
37.49.225.26
37.49.225.61
37.49.225.62
37.49.225.71
37.49.225.83
37.49.225.85
37.49.225.147
37.49.225.202
37.49.225.224
37.49.227.11
37.49.227.49
37.49.227.119
37.49.227.129
37.49.227.146
37.49.227.155
37.49.227.163
37.191.236.125
37.238.223.244
41.66.37.68
41.79.233.110
41.160.119.66
41.215.208.138
41.225.239.103
41.226.168.81
42.200.201.226
43.228.226.3
43.246.245.50
43.246.246.36
43.252.241.142
45.13.36.14
45.13.36.34
45.13.39.50
45.13.39.123
45.13.39.139
45.13.39.140
45.13.39.150
45.13.39.151
45.81.148.146
45.125.65.77
45.125.65.84
45.125.65.91
45.125.65.96
45.125.66.188
45.227.253.108
45.227.253.109
45.227.253.210
45.230.200.14
46.3.96.2
46.20.58.202
46.29.248.113
46.40.37.75
46.40.94.244
46.167.212.94
49.67.166.42
52.144.67.210
54.39.204.186
54.174.128.162
58.137.91.217
58.209.62.96
59.45.100.213
59.59.176.30
61.91.167.182
62.30.111.219
62.97.222.250
62.210.187.223
64.57.81.154
65.39.92.157
65.124.250.187
69.75.91.250
74.208.217.149
75.159.185.142
76.224.88.197
77.40.2.225
77.40.3.189
77.40.29.234
77.40.34.190
77.40.61.11
77.48.64.201
77.83.202.35
77.206.9.104
77.240.97.15
78.11.90.130
78.18.65.185
78.108.69.2
78.159.79.207
79.100.17.208
79.156.143.55
79.158.248.148
80.82.65.9
80.82.65.187
80.211.178.40
81.45.175.104
81.62.249.41
81.133.240.126
81.137.254.87
81.163.15.124
83.56.22.51
84.45.17.240
84.54.36.126
84.241.29.52
85.15.5.28
86.47.96.237
87.139.32.77
87.197.110.12
88.81.83.131
88.208.80.22
88.220.121.72
89.96.151.178
89.248.162.159
89.248.171.174
89.248.172.85
89.248.172.208
91.212.150.81
91.212.150.89
91.212.150.158
92.55.194.199
92.246.76.91
92.246.76.92
92.253.101.43
93.157.63.9
93.157.63.30
94.74.143.228
94.74.144.45
94.74.147.45
94.74.148.69
94.74.157.65
94.74.160.164
95.142.130.248
96.78.113.20
96.81.139.149
99.228.192.3
101.99.74.14
102.165.32.158
102.165.35.115
102.165.35.217
102.165.37.80
102.165.48.48
102.165.49.174
103.19.203.183
103.28.70.5
103.35.80.178
103.74.173.32
103.89.90.69
103.99.2.73
103.105.49.156
103.109.179.145
103.114.104.140
103.118.112.219
103.133.109.94
103.133.110.43
103.133.110.70
103.198.80.158
103.207.37.159
103.207.38.151
103.207.38.152
103.213.239.24
103.231.139.3
103.231.139.5
103.231.139.55
103.231.139.56
103.231.139.79
103.231.139.142
103.231.139.146
103.231.139.176
103.231.139.184
109.232.62.1
109.236.86.17
110.175.12.113
110.184.211.6
112.35.0.177
113.108.98.60
113.121.242.79
113.160.132.15
113.172.54.141
114.32.135.70
114.143.225.250
114.226.46.125
114.226.46.221
114.227.3.62
114.227.3.158
114.228.153.124
114.228.157.61
114.228.157.123
115.203.191.199
115.231.212.82
116.58.93.148
117.57.168.147
119.17.200.66
119.18.229.197
120.85.103.185
120.132.23.175
121.231.95.29
121.231.181.103
121.239.230.162
122.179.137.6
123.160.48.224
123.200.137.226
124.109.23.222
131.100.76.74
131.100.76.218
131.100.77.28
131.100.77.164
131.100.78.128
131.100.78.170
131.221.149.83
133.208.151.107
137.59.58.148
137.59.214.21
138.94.1.67
138.97.224.193
138.97.226.188
138.122.37.70
141.98.10.32
141.98.10.33
141.98.10.34
141.98.80.54
141.98.81.189
141.105.66.252
142.4.192.142
143.0.140.117
143.0.140.250
143.202.61.9
143.208.248.225
143.208.249.28
143.208.249.178
143.208.249.211
144.64.87.175
145.239.75.197
145.239.95.143
145.239.214.125
145.239.214.127
145.253.245.130
151.248.63.230
151.248.123.14
152.170.254.68
152.231.62.204
158.69.138.25
158.69.154.196
158.255.0.253
163.53.150.148
165.0.48.234
167.99.185.138
167.114.43.91
167.250.98.38
167.250.98.225
167.250.216.61
167.250.218.99
168.0.4.64
168.63.44.201
168.194.215.96
168.197.37.77
168.227.135.209
168.228.148.92
168.228.148.104
168.228.148.196
168.228.148.200
168.228.148.211
168.228.148.216
168.228.148.242
168.228.148.252
168.228.149.32
168.228.149.53
168.228.149.72
168.228.149.78
168.228.149.109
168.228.149.174
168.228.150.31
168.228.150.196
168.228.150.210
168.228.150.255
168.228.151.68
168.228.151.155
168.228.151.163
168.228.151.226
168.232.129.132
170.78.204.156
170.78.207.118
170.81.170.222
170.82.19.134
170.150.60.208
170.233.174.63
170.238.230.51
170.239.42.164
170.239.43.154
170.244.213.105
171.100.8.254
171.211.26.212
171.238.229.144
172.56.7.190
173.225.102.4
176.97.248.67
177.7.97.16
177.8.155.191
177.8.249.232
177.8.250.94
177.10.144.174
177.10.198.233
177.11.191.121
177.11.191.214
177.11.191.244
177.21.131.111
177.21.131.184
177.21.132.239
177.21.194.246
177.21.195.103
177.21.199.81
177.44.25.41
177.66.48.198
177.66.62.136
177.66.73.126
177.66.75.10
177.66.75.15
177.67.164.8
177.69.245.141
177.72.37.36
177.73.123.233
177.74.182.24
177.74.182.41
177.84.126.4
177.84.136.152
177.86.166.32
177.87.221.8
177.91.117.56
177.91.117.91
177.92.240.221
177.92.245.167
177.92.245.246
177.103.182.12
177.128.151.85
177.129.206.52
177.129.206.156
177.129.206.200
177.130.136.69
177.130.136.239
177.130.136.241
177.130.136.252
177.130.137.215
177.130.137.226
177.130.138.41
177.130.138.96
177.130.139.52
177.130.161.154
177.130.162.146
177.143.199.94
177.154.230.117
177.154.230.148
177.154.230.252
177.154.234.165
177.154.236.170
177.154.236.183
177.154.237.48
177.154.237.53
177.154.237.165
177.154.237.246
177.154.238.138
177.154.238.143
177.154.238.163
177.184.240.231
177.184.240.253
177.184.245.90
177.184.245.96
177.221.98.193
177.221.109.39
177.222.65.52
178.32.59.151
178.128.190.54
178.128.255.99
178.219.118.8
178.219.125.190
178.237.123.173
179.33.191.118
179.41.26.133
179.43.149.61
179.108.240.16
179.108.240.69
179.108.240.202
179.108.244.74
179.108.244.86
179.108.244.123
179.108.245.6
179.184.202.227
179.190.110.83
180.111.110.5
180.150.253.38
180.250.67.244
181.41.248.139
181.143.248.58
181.193.17.162
181.214.206.148
182.72.66.154
182.161.52.69
184.70.241.210
185.36.81.21
185.36.81.40
185.36.81.145
185.36.81.164
185.36.81.168
185.36.81.169
185.36.81.173
185.36.81.175
185.36.81.176
185.36.81.180
185.103.97.200
185.137.111.44
185.137.111.77
185.137.111.96
185.137.111.125
185.137.111.129
185.137.111.136
185.137.111.145
185.137.111.158
185.143.89.39
185.204.207.215
185.204.207.223
185.211.245.170
185.211.245.195
185.211.245.198
185.212.128.178
185.216.140.67
185.222.209.56
185.222.209.97
185.222.209.99
185.222.209.109
185.228.80.47
185.234.216.79
185.234.216.95
185.234.216.113
185.234.216.132
185.234.216.153
185.234.216.164
185.234.216.206
185.234.216.213
185.234.216.217
185.234.216.220
185.234.216.232
185.234.217.159
185.234.217.185
185.234.218.120
185.234.218.122
185.234.218.124
185.234.218.126
185.234.218.128
185.234.218.129
185.234.218.148
185.234.218.207
185.234.218.228
185.234.218.238
185.234.218.240
185.234.218.251
185.234.219.25
185.234.219.50
185.234.219.57
185.234.219.64
185.234.219.72
185.234.219.90
185.234.219.94
185.250.241.242
185.254.188.215
186.2.251.184
186.103.168.116
186.208.101.184
186.216.70.82
186.216.153.109
186.216.153.186
186.216.154.122
186.216.154.176
186.218.203.215
186.224.253.198
186.226.7.72
186.227.180.35
186.232.14.180
186.233.173.110
187.1.20.123
187.1.20.172
187.1.28.143
187.17.171.98
187.28.28.16
187.66.33.120
187.67.179.181
187.73.21.138
187.85.210.19
187.85.210.46
187.85.210.58
187.85.212.30
187.87.1.159
187.87.1.185
187.87.2.108
187.87.4.131
187.87.5.38
187.87.9.104
187.103.249.139
187.109.170.113
187.109.172.138
187.120.128.48
187.120.129.38
187.120.130.152
187.120.132.222
188.28.19.133
188.72.4.230
188.75.155.158
188.92.209.229
188.92.213.127
188.112.7.161
188.112.8.121
188.121.122.229
188.136.143.42
188.166.86.173
189.50.15.58
189.51.103.37
189.89.211.71
189.89.215.214
189.90.211.216
189.91.3.143
189.91.4.168
189.91.5.22
189.91.5.23
189.91.5.161
189.91.6.14
189.91.6.59
189.91.6.148
189.91.6.197
189.91.6.245
189.91.7.223
189.91.7.228
189.126.22.62
189.126.169.172
189.126.173.34
190.0.2.210
190.3.210.73
190.13.141.250
190.52.34.28
190.64.84.98
190.81.180.28
190.88.35.141
190.92.79.175
190.116.55.89
190.128.186.98
190.186.61.70
190.196.226.177
190.247.33.105
190.247.159.165
191.6.230.31
191.36.154.158
191.53.52.27
191.53.52.106
191.53.57.6
191.53.58.155
191.53.59.83
191.53.59.102
191.53.105.214
191.53.106.175
191.53.118.2
191.53.194.12
191.53.194.111
191.53.194.189
191.53.195.167
191.53.195.242
191.53.195.254
191.53.196.133
191.53.196.241
191.53.196.250
191.53.197.216
191.53.198.16
191.53.198.51
191.53.198.114
191.53.198.128
191.53.198.173
191.53.199.117
191.53.199.183
191.53.221.116
191.53.221.138
191.53.221.172
191.53.221.252
191.53.222.12
191.53.222.39
191.53.222.81
191.53.222.83
191.53.222.184
191.53.222.236
191.53.237.167
191.53.238.209
191.53.239.134
191.53.248.42
191.53.248.150
191.53.249.141
191.53.249.182
191.53.250.88
191.53.250.196
191.53.250.228
191.53.251.0
191.53.251.42
191.53.251.91
191.53.251.115
191.53.251.188
191.53.252.49
191.53.252.237
191.53.253.10
191.53.253.111
191.53.253.180
191.53.253.204
191.53.254.49
191.53.254.131
191.53.254.226
191.53.254.239
191.96.249.13
191.96.249.14
191.96.249.19
191.96.249.24
191.96.249.26
191.96.249.61
191.96.249.92
191.96.249.171
191.232.165.34
191.240.25.137
191.240.37.247
191.240.65.231
191.240.66.56
191.240.70.35
191.240.70.102
191.240.89.121
191.253.29.216
191.255.248.223
192.34.58.70
192.99.190.180
192.99.223.204
192.99.223.206
192.163.226.125
193.56.28.61
193.56.28.188
193.169.254.61
193.238.47.226
194.53.142.42
194.53.142.45
194.53.142.55
194.53.142.88
194.53.142.89
194.53.142.153
194.53.142.231
194.110.85.51
194.156.126.20
195.136.30.206
195.242.232.228
196.203.149.25
197.243.62.215
197.248.39.202
198.27.76.196
198.27.110.251
198.199.65.235
198.251.83.42
199.231.174.42
199.241.146.163
200.23.226.213
200.23.231.27
200.23.231.69
200.23.231.163
200.23.234.67
200.23.234.180
200.23.234.248
200.23.235.182
200.23.239.116
200.30.83.105
200.58.75.249
200.66.116.130
200.66.117.88
200.66.118.9
200.66.120.170
200.69.243.121
200.91.225.180
200.111.104.123
200.111.232.74
200.115.55.43
200.115.55.171
200.124.243.60
200.192.254.206
200.196.138.203
200.196.138.206
200.196.251.102
201.6.124.138
201.20.96.82
201.46.57.132
201.46.59.97
201.62.75.177
201.148.246.188
201.182.173.26
201.207.102.2
201.217.144.21
201.236.155.139
201.238.215.168
201.251.127.123
202.29.4.124
202.43.149.10
202.137.141.40
203.6.209.30
209.14.0.42
209.59.182.90
210.16.75.8
210.22.8.101
212.9.102.230
212.115.238.248
212.162.150.27
213.32.15.51
213.79.118.83
213.227.155.48
217.29.159.34
217.61.121.23
217.146.88.157
219.83.160.162
219.159.110.108
220.128.142.139
223.243.4.168
223.255.139.18

950
bi_postfix-sasl_1_7d.ipset Normal file
View File

@ -0,0 +1,950 @@
#
# bi_postfix-sasl_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# postfix-sasl with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/postfix-sasl/1?age=7d
# Source File Date: Wed Jun 19 07:20:47 UTC 2019
#
# Category : attacks
# Version : 1079
#
# This File Date : Wed Jun 19 07:20:47 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 920 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_postfix-sasl_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.193.99.198
2.90.138.255
2.204.28.183
5.11.46.206
5.19.138.32
5.101.40.66
5.153.139.226
5.157.49.101
5.196.175.185
5.202.74.4
5.202.77.20
13.65.212.60
13.85.29.183
14.117.177.26
14.117.179.114
14.169.14.56
14.169.22.9
14.169.132.48
14.176.86.64
14.186.3.65
14.187.126.146
14.231.25.96
23.97.147.249
23.227.201.82
27.118.30.52
27.131.48.4
27.131.48.6
27.209.168.30
27.209.168.252
27.209.170.92
27.209.171.18
27.209.172.80
31.168.198.79
31.186.167.106
31.193.129.23
31.214.243.20
36.56.146.248
37.38.127.99
37.46.76.156
37.48.72.233
37.48.92.78
37.49.224.73
37.49.224.88
37.49.224.96
37.49.224.102
37.49.224.103
37.49.224.107
37.49.224.110
37.49.224.122
37.49.224.124
37.49.224.125
37.49.224.127
37.49.224.144
37.49.224.146
37.49.224.148
37.49.224.149
37.49.224.150
37.49.224.164
37.49.224.170
37.49.224.172
37.49.224.176
37.49.224.177
37.49.224.179
37.49.224.182
37.49.224.183
37.49.224.184
37.49.224.186
37.49.224.187
37.49.224.189
37.49.224.190
37.49.224.199
37.49.224.200
37.49.224.201
37.49.224.202
37.49.224.204
37.49.224.211
37.49.224.215
37.49.224.235
37.49.224.245
37.49.225.9
37.49.225.21
37.49.225.47
37.49.225.80
37.49.225.82
37.49.225.83
37.49.225.88
37.49.225.90
37.49.225.159
37.49.225.166
37.49.225.184
37.49.225.186
37.49.225.195
37.49.225.199
37.49.225.207
37.49.225.250
37.49.227.11
37.49.227.16
37.49.227.92
37.49.227.94
37.49.227.101
37.49.227.115
37.49.227.117
37.49.227.119
37.49.227.129
37.49.227.130
37.49.227.136
37.49.227.143
37.49.227.146
37.49.227.152
37.49.227.155
37.49.227.157
37.49.227.159
37.49.227.182
37.49.227.185
37.49.227.190
37.49.227.195
37.49.227.207
37.49.227.212
37.49.227.214
37.49.227.221
37.49.227.227
37.49.230.138
37.49.230.144
37.49.230.148
37.49.230.185
37.59.52.34
37.75.143.224
37.128.225.21
37.130.115.221
39.109.112.58
40.124.41.11
41.0.39.228
41.82.3.170
41.82.3.202
41.86.98.36
41.139.175.245
41.188.151.161
41.188.172.102
41.208.217.73
41.218.211.11
41.222.141.89
41.228.17.239
42.59.116.167
42.115.30.67
43.245.204.117
43.249.39.177
45.5.239.3
45.58.124.246
45.64.178.251
45.119.8.12
45.123.24.10
45.126.211.200
45.225.172.62
46.49.139.2
46.80.25.45
46.105.179.127
46.148.27.63
46.148.27.88
46.148.27.95
46.149.191.194
46.185.138.26
46.225.129.170
46.225.129.243
46.236.27.24
47.40.120.17
47.206.105.100
49.65.160.21
49.65.160.155
49.71.81.154
49.72.65.25
49.75.189.122
49.76.10.216
49.76.11.33
49.76.11.165
49.76.87.136
49.76.124.170
49.76.204.220
49.76.204.236
50.192.28.157
51.15.152.98
51.38.39.31
51.144.121.104
51.218.216.243
51.254.49.230
52.151.11.80
52.191.196.49
54.39.78.188
58.52.154.252
58.215.194.74
58.219.29.26
58.219.29.54
58.219.29.152
58.219.90.106
58.221.44.243
58.221.46.12
58.221.46.72
58.221.49.91
58.221.55.194
58.221.55.242
58.221.58.248
58.221.71.10
58.242.100.10
60.172.168.119
60.177.226.208
60.177.227.42
60.184.119.147
60.187.189.73
60.187.195.143
60.190.223.221
60.215.21.63
60.217.58.177
61.39.41.147
61.147.46.177
61.160.25.118
61.162.75.142
62.81.86.6
62.206.119.116
64.110.238.35
64.137.220.223
66.70.141.145
66.70.173.25
66.70.204.141
66.70.246.109
66.70.253.4
68.168.223.247
70.150.124.66
71.10.113.13
72.68.69.32
74.122.192.115
74.143.230.206
74.208.128.234
74.208.175.154
77.81.165.144
77.240.90.238
78.25.64.170
78.110.162.10
78.129.252.20
78.131.87.207
78.156.42.133
79.61.85.97
79.77.43.225
79.135.164.130
79.147.41.31
79.173.83.7
80.11.144.53
80.13.191.206
80.34.97.56
80.82.68.13
80.82.77.17
80.139.225.174
80.139.226.168
80.139.229.116
80.139.238.34
80.139.239.150
80.147.168.27
80.211.144.224
80.211.164.18
80.211.178.40
80.252.65.176
81.2.252.215
81.23.6.101
81.67.110.95
81.174.163.117
82.33.127.202
82.209.231.170
83.215.177.188
84.21.124.213
84.45.18.215
84.53.192.243
84.95.237.68
84.241.56.109
85.88.19.159
85.187.183.180
86.43.89.238
86.89.65.50
86.125.101.140
87.109.202.4
87.138.192.79
87.169.112.72
87.169.115.171
87.169.124.233
87.169.125.240
87.226.179.121
87.243.7.183
87.252.224.6
88.26.202.21
88.99.228.173
88.99.253.197
88.248.248.44
88.255.117.2
89.16.96.70
89.34.97.115
89.43.194.86
89.46.78.36
89.248.160.156
89.248.167.159
89.248.169.103
89.248.171.89
89.248.171.134
89.248.174.3
89.252.188.82
89.253.223.49
90.63.242.90
90.84.44.220
90.84.243.216
91.18.24.73
91.109.118.76
91.121.0.5
91.121.2.18
91.121.65.163
91.121.72.26
91.121.85.131
91.121.88.223
91.121.109.83
91.121.109.211
91.121.210.37
91.121.220.125
91.138.206.3
91.142.222.23
91.187.39.238
91.209.70.221
91.225.163.76
91.234.99.215
91.234.99.217
92.63.193.124
93.88.76.73
93.107.249.182
93.115.156.16
93.174.93.46
93.174.93.251
93.175.29.178
94.23.77.107
94.23.196.177
94.48.27.187
94.97.124.211
94.102.51.67
94.102.56.215
94.102.56.235
94.138.127.133
94.177.241.124
95.60.155.188
95.110.227.5
95.111.109.119
95.168.96.77
95.188.85.32
95.218.155.2
96.92.29.201
97.80.15.138
101.1.27.158
101.96.122.43
101.99.3.211
103.1.209.63
103.3.175.139
103.28.37.37
103.35.64.58
103.89.88.79
103.89.89.27
103.89.89.50
103.89.89.116
103.89.89.229
103.89.90.83
103.89.91.31
103.99.2.5
103.99.2.7
103.99.2.134
103.99.2.158
103.99.3.5
103.100.211.66
103.103.2.107
103.108.220.67
103.109.75.2
103.194.170.15
103.197.105.222
103.207.36.63
103.207.36.85
103.207.36.244
103.207.37.40
103.207.37.84
103.207.37.173
103.207.38.151
103.207.38.152
103.207.38.154
103.207.38.155
103.207.38.156
103.207.38.157
103.207.38.163
103.207.38.222
103.207.39.104
103.207.39.140
103.215.210.4
103.215.211.106
103.230.85.157
103.231.188.46
103.255.6.117
104.168.132.140
104.168.138.82
104.193.9.10
106.6.131.215
109.224.212.230
110.83.135.192
110.83.135.237
110.83.135.242
110.88.28.51
110.143.75.7
111.30.31.176
111.93.56.215
111.224.84.39
112.120.84.231
112.169.85.202
112.245.147.235
112.245.197.133
113.117.104.84
113.117.106.19
113.121.38.144
113.121.241.117
113.124.219.158
113.161.37.238
113.161.81.98
113.161.227.134
113.171.23.47
113.172.158.213
113.176.64.112
113.190.129.123
113.196.105.155
113.240.223.157
114.92.86.206
114.99.30.159
114.103.65.97
114.106.135.167
114.216.88.147
114.223.61.184
114.223.61.200
114.223.62.208
114.223.63.3
114.223.63.44
114.223.63.169
114.223.63.230
114.223.218.14
114.223.218.66
114.224.29.32
114.225.55.158
114.226.128.46
114.230.31.85
114.238.129.125
114.238.216.193
114.239.0.29
115.72.217.137
115.84.91.192
115.144.72.8
115.144.72.17
115.193.107.59
115.214.108.128
115.231.212.82
116.17.236.124
116.17.236.144
116.17.236.251
117.4.185.4
117.24.36.178
117.24.38.119
117.24.39.194
117.68.195.181
117.68.195.240
117.80.235.93
117.84.114.163
117.84.115.120
117.84.210.104
117.84.210.153
117.85.56.52
117.85.57.31
117.85.57.233
117.85.59.83
117.90.0.36
117.94.80.200
117.94.81.113
117.94.81.198
117.94.91.150
118.68.169.82
118.69.170.173
118.107.130.162
118.185.38.37
118.201.203.86
118.255.176.7
119.205.232.227
120.198.126.162
121.122.48.1
121.129.20.140
121.225.26.103
121.226.100.112
121.235.194.12
121.235.194.69
121.235.194.226
121.235.194.253
121.237.139.73
121.237.142.52
121.237.142.55
121.237.142.126
121.237.142.136
121.237.143.216
122.116.29.1
122.147.191.200
123.16.13.136
123.16.242.213
123.24.205.255
123.103.254.253
123.133.189.96
123.150.47.194
124.29.246.106
124.135.249.125
124.202.246.214
125.21.179.210
125.35.210.208
125.106.224.229
125.115.130.90
125.115.134.128
125.215.243.129
129.158.103.217
129.208.179.138
138.204.70.239
138.204.70.248
139.196.27.35
140.250.90.151
142.0.37.170
142.0.37.172
142.0.37.178
142.0.38.154
142.0.38.162
142.11.193.231
142.44.131.18
142.44.151.114
142.44.156.241
142.44.181.238
142.44.181.251
142.44.205.225
142.44.207.48
142.44.207.49
143.255.153.148
144.0.94.211
144.217.38.193
144.217.178.164
144.255.30.144
145.102.1.250
145.128.197.156
149.56.66.210
149.56.73.72
149.56.82.194
149.56.166.230
149.56.254.112
149.56.254.120
149.107.14.92
154.73.182.16
155.94.169.123
158.140.140.146
159.0.221.62
159.0.231.107
159.65.175.241
159.89.4.2
159.89.100.11
159.89.181.102
160.0.225.153
160.0.225.156
160.19.51.136
161.132.201.90
162.248.74.241
163.47.147.230
164.39.218.210
166.148.218.10
167.99.3.252
167.99.73.205
167.99.83.139
167.99.171.211
167.114.22.102
167.114.24.233
167.114.161.24
167.114.176.165
168.167.91.81
168.187.107.74
170.79.33.148
170.79.33.162
170.246.237.66
171.80.157.197
171.211.26.218
171.255.209.169
173.242.120.168
173.242.125.71
173.242.127.214
175.7.196.134
175.100.101.96
175.139.184.225
176.31.253.157
176.35.174.123
176.61.143.57
176.95.137.96
176.107.131.172
176.108.177.42
176.121.9.21
176.124.144.185
177.4.73.183
177.38.190.22
177.38.190.64
177.44.25.0
177.44.28.176
177.55.155.254
177.87.221.8
177.103.201.177
177.130.160.237
177.135.106.242
177.221.99.93
177.221.110.166
177.223.68.8
178.15.0.169
178.35.191.250
178.49.148.100
178.124.207.132
178.141.251.45
178.216.48.45
178.216.52.110
178.216.52.118
178.216.52.160
178.216.52.168
178.254.135.202
179.228.162.193
180.87.34.76
180.100.237.90
180.113.66.252
180.113.67.216
180.114.150.56
180.114.150.60
180.114.151.107
180.114.168.114
180.119.65.131
180.121.129.1
180.232.1.15
180.250.67.244
181.31.213.51
181.39.91.50
181.39.164.114
181.40.122.122
181.49.39.70
181.49.122.162
181.60.254.53
181.115.71.28
181.214.87.223
181.214.206.20
181.214.206.30
181.214.206.44
181.214.206.45
181.214.206.100
181.214.206.101
181.214.206.116
181.214.206.118
181.214.206.119
181.214.206.133
181.214.206.148
181.214.206.170
181.214.206.189
181.214.206.195
181.215.195.33
181.215.195.230
181.215.195.231
182.42.244.13
182.42.244.60
182.42.244.151
182.72.66.154
182.72.153.162
182.75.206.218
182.135.184.62
182.176.115.31
182.176.158.114
183.61.244.100
183.111.224.65
183.128.34.132
183.150.163.60
183.159.82.219
183.159.87.75
183.165.34.135
184.71.152.86
185.3.134.108
185.8.0.250
185.24.233.252
185.36.81.44
185.36.81.46
185.58.17.122
185.67.178.114
185.85.205.22
185.94.194.4
185.98.87.212
185.118.167.220
185.121.184.21
185.165.31.136
185.165.31.148
185.165.31.150
185.169.229.244
185.189.112.187
185.206.224.149
185.221.172.140
185.222.56.148
185.228.80.7
185.228.80.34
185.228.80.35
185.228.80.42
185.228.80.45
185.228.80.47
185.228.80.50
185.228.80.59
185.232.65.140
185.234.216.75
185.234.216.77
185.234.216.114
185.234.216.134
185.234.216.139
185.234.216.141
185.234.216.146
185.234.216.148
185.234.216.174
185.234.216.186
185.234.216.187
185.234.216.188
185.234.216.189
185.234.216.191
185.234.216.192
185.234.216.204
185.234.216.217
185.234.216.221
185.234.217.39
185.234.217.61
185.234.218.38
185.234.218.134
185.234.218.156
185.234.218.177
185.234.218.204
185.234.218.220
185.239.226.223
186.31.81.98
186.47.19.146
186.96.110.70
186.101.125.43
186.101.223.230
186.148.172.16
186.178.74.22
186.202.179.15
186.230.29.98
186.248.167.118
187.55.179.130
187.85.143.82
187.109.55.156
187.111.52.178
187.111.52.222
187.111.53.22
187.111.54.162
187.111.57.171
187.111.59.7
187.111.63.34
187.111.63.38
187.167.193.217
187.176.191.6
187.180.4.78
188.39.105.186
188.165.219.27
188.165.221.36
188.165.221.69
188.165.237.186
188.166.86.31
188.166.164.162
189.51.104.238
189.51.111.67
189.124.0.216
189.210.181.3
189.212.113.83
189.212.124.191
189.212.125.71
190.5.247.2
190.25.46.42
190.26.115.140
190.58.253.76
190.58.253.89
190.64.146.226
190.85.18.114
190.85.21.242
190.85.21.244
190.107.182.46
190.111.24.194
190.128.186.98
190.128.227.82
190.145.14.166
190.145.82.98
190.145.168.138
190.158.227.102
190.213.10.158
190.248.150.194
191.37.205.212
191.53.19.122
191.53.19.175
191.53.106.13
191.53.196.133
191.53.248.15
191.53.248.33
191.53.253.111
191.96.249.13
191.96.249.171
191.96.249.237
191.240.74.110
191.240.88.196
192.69.90.220
192.95.14.128
192.95.42.91
192.99.7.175
192.99.8.171
192.99.25.136
192.99.190.180
192.99.237.135
192.144.166.178
192.163.226.125
192.169.219.245
193.104.83.134
193.160.226.190
193.165.55.126
193.169.252.21
193.227.51.79
195.22.125.28
195.22.126.39
195.86.58.149
195.95.151.251
195.201.135.203
196.25.105.154
196.27.85.223
196.28.236.73
196.192.99.9
196.192.99.109
196.192.99.110
196.196.81.109
196.196.85.3
196.196.190.10
196.196.190.108
196.202.170.22
196.203.109.154
197.50.35.112
197.184.45.138
197.242.66.181
197.249.5.116
197.253.124.164
198.23.59.118
198.38.85.62
198.50.180.177
198.53.60.171
199.168.137.187
199.168.137.188
199.168.137.195
199.168.141.61
199.180.117.78
200.6.178.132
200.24.70.79
200.60.73.67
200.95.179.28
200.105.154.194
200.111.232.74
200.150.79.84
200.179.121.1
200.187.95.232
201.20.96.82
201.33.193.166
201.162.182.30
201.162.182.66
201.183.239.5
201.187.101.222
201.235.166.197
202.77.50.129
202.137.155.65
202.137.155.76
202.146.85.2
202.163.116.106
202.221.41.43
203.19.70.166
203.78.141.162
203.78.142.95
203.81.77.253
203.196.142.226
203.215.33.212
204.44.78.240
206.189.25.85
206.189.114.59
207.252.77.133
209.222.111.174
210.245.34.242
212.34.242.82
212.48.75.147
212.235.19.201
213.135.172.220
213.136.105.50
213.136.168.209
213.137.8.214
213.163.44.99
213.238.168.21
213.238.168.112
213.255.195.146
216.108.232.48
216.170.114.26
217.64.111.234
217.171.94.66
217.217.179.17
218.22.100.42
218.93.124.122
218.103.119.185
218.255.245.126
219.235.4.66
220.135.212.159
221.227.104.97
221.227.105.220
221.227.107.123
221.227.108.250
221.227.111.77
221.232.193.90
222.94.144.183
222.122.31.132
222.127.71.60
222.191.176.24
222.191.176.110
222.191.176.175
222.191.177.231
222.191.178.99
222.191.178.151

728
bi_postfix-sasl_2_30d.ipset Normal file
View File

@ -0,0 +1,728 @@
#
# bi_postfix-sasl_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# postfix-sasl with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/postfix-sasl/2?age=30d
# Source File Date: Tue Jun 18 16:24:19 UTC 2019
#
# Category : attacks
# Version : 330
#
# This File Date : Tue Jun 18 16:24:19 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 698 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_postfix-sasl_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.11.46.206
5.19.138.32
5.101.40.66
5.153.139.226
5.157.49.101
5.196.175.185
5.202.74.4
5.202.77.20
13.65.212.60
13.85.29.183
14.169.14.56
14.169.22.9
23.97.147.249
27.118.30.52
27.131.48.6
31.168.198.79
31.184.194.114
31.186.167.106
31.214.243.20
37.38.127.99
37.46.76.156
37.48.72.233
37.48.92.78
37.49.224.73
37.49.224.77
37.49.224.78
37.49.224.88
37.49.224.96
37.49.224.102
37.49.224.103
37.49.224.107
37.49.224.110
37.49.224.112
37.49.224.122
37.49.224.124
37.49.224.125
37.49.224.127
37.49.224.128
37.49.224.144
37.49.224.146
37.49.224.148
37.49.224.149
37.49.224.150
37.49.224.157
37.49.224.164
37.49.224.170
37.49.224.172
37.49.224.176
37.49.224.177
37.49.224.179
37.49.224.182
37.49.224.183
37.49.224.184
37.49.224.186
37.49.224.187
37.49.224.189
37.49.224.190
37.49.224.199
37.49.224.200
37.49.224.201
37.49.224.202
37.49.224.204
37.49.224.211
37.49.224.214
37.49.224.215
37.49.224.235
37.49.224.245
37.49.224.250
37.49.225.9
37.49.225.21
37.49.225.47
37.49.225.80
37.49.225.82
37.49.225.83
37.49.225.88
37.49.225.90
37.49.225.159
37.49.225.166
37.49.225.184
37.49.225.186
37.49.225.195
37.49.225.199
37.49.225.207
37.49.225.250
37.49.227.11
37.49.227.16
37.49.227.92
37.49.227.94
37.49.227.101
37.49.227.112
37.49.227.115
37.49.227.117
37.49.227.119
37.49.227.130
37.49.227.136
37.49.227.146
37.49.227.152
37.49.227.155
37.49.227.157
37.49.227.159
37.49.227.171
37.49.227.182
37.49.227.185
37.49.227.190
37.49.227.195
37.49.227.212
37.49.227.213
37.49.227.214
37.49.227.221
37.49.227.227
37.49.230.123
37.49.230.138
37.49.230.148
37.59.52.34
37.75.143.224
37.128.225.21
37.130.115.221
39.109.112.58
40.124.41.11
41.0.39.228
41.86.98.36
41.139.175.245
41.188.151.161
41.188.172.102
41.208.217.73
41.222.141.89
41.228.17.239
42.61.76.118
43.245.204.117
45.58.124.246
45.64.178.251
45.119.8.12
45.123.24.10
45.126.211.200
46.49.139.2
46.80.25.45
46.105.179.127
46.148.27.63
46.148.27.95
46.185.138.26
46.225.129.170
46.225.129.243
46.236.27.24
47.40.120.17
47.206.105.100
49.65.160.155
49.76.204.236
50.192.28.157
51.15.152.98
51.38.39.31
51.144.121.104
51.218.216.243
51.254.49.230
52.151.11.80
52.191.196.49
54.39.78.188
58.219.29.26
58.221.44.243
58.221.46.12
58.221.46.72
58.221.49.91
58.221.55.194
58.221.55.242
58.221.58.248
58.221.71.10
58.242.100.10
60.184.119.147
60.190.223.221
60.217.58.177
61.160.25.118
62.81.86.6
62.206.119.116
64.110.238.35
64.137.220.223
66.70.141.145
66.70.173.25
66.70.204.141
66.70.246.109
66.70.253.4
68.168.223.247
70.150.124.66
71.10.113.13
72.68.69.32
74.122.192.115
74.143.230.206
74.208.128.234
74.208.175.154
77.81.165.144
77.240.90.238
78.25.64.170
78.129.252.20
78.131.87.207
79.61.85.97
79.77.43.225
79.135.164.130
79.147.41.31
79.173.83.7
80.11.144.53
80.13.191.206
80.34.97.56
80.82.64.98
80.82.68.13
80.82.77.17
80.82.78.85
80.139.226.168
80.139.229.116
80.139.238.34
80.139.239.150
80.147.168.27
80.211.144.224
80.211.178.40
80.252.65.176
81.2.252.215
81.23.6.101
81.67.110.95
81.174.163.117
82.33.127.202
82.209.231.170
83.215.177.188
84.45.18.215
84.53.192.243
84.95.237.68
84.241.56.109
85.88.19.159
85.187.183.180
86.43.89.238
87.26.121.231
87.109.202.4
87.138.192.79
87.169.112.72
87.169.115.171
87.169.124.233
87.169.125.240
87.226.179.121
87.243.7.183
87.252.224.6
88.26.202.21
88.99.228.173
88.99.253.197
88.255.117.2
89.34.97.115
89.43.194.86
89.248.160.156
89.248.167.159
89.248.169.103
89.248.171.89
89.248.171.134
89.248.174.3
89.252.188.82
89.253.223.49
90.63.242.90
90.84.44.220
90.84.243.216
91.18.24.73
91.121.0.5
91.121.2.18
91.121.65.163
91.121.72.26
91.121.85.131
91.121.88.223
91.121.109.83
91.121.109.211
91.121.210.37
91.121.220.125
91.138.206.3
91.142.222.23
91.209.70.221
91.225.163.76
91.234.99.215
91.234.99.217
92.63.193.124
93.88.76.73
93.107.249.182
93.115.156.16
93.174.93.46
93.174.93.251
93.175.29.178
94.23.77.107
94.23.196.177
94.48.27.187
94.97.124.211
94.102.51.67
94.102.56.215
94.102.56.235
94.177.241.124
95.60.155.188
95.110.227.5
95.111.109.119
95.168.96.77
95.188.85.32
95.218.155.2
97.80.15.138
101.1.27.158
101.96.122.43
101.99.3.211
103.1.209.63
103.3.175.139
103.28.37.37
103.35.64.58
103.89.88.79
103.89.89.27
103.89.89.50
103.89.89.116
103.89.89.229
103.89.90.83
103.89.91.31
103.99.2.5
103.99.2.7
103.99.2.134
103.99.2.158
103.99.3.5
103.100.211.66
103.103.2.107
103.108.220.67
103.109.75.2
103.194.170.15
103.207.36.63
103.207.36.85
103.207.36.244
103.207.37.40
103.207.37.84
103.207.37.173
103.207.38.151
103.207.38.152
103.207.38.153
103.207.38.154
103.207.38.155
103.207.38.156
103.207.38.157
103.207.38.163
103.207.38.222
103.207.39.104
103.207.39.140
103.215.211.106
103.230.85.157
103.255.6.117
104.168.132.140
104.168.138.82
104.193.9.10
109.224.212.230
110.143.75.7
111.30.31.176
111.93.56.215
112.169.85.202
113.117.104.84
113.161.37.238
113.161.81.98
113.161.227.134
113.171.23.47
113.172.158.213
113.176.64.112
113.190.129.123
113.196.105.155
113.240.223.157
114.92.86.206
114.103.65.97
115.84.91.192
115.144.72.8
115.144.72.17
115.231.212.82
117.6.94.155
117.68.195.181
118.68.169.82
118.69.170.173
118.107.130.162
118.185.38.37
118.201.203.86
119.167.247.254
119.205.232.227
120.198.126.162
121.122.48.1
121.129.20.140
121.235.194.12
121.237.142.126
122.116.29.1
122.147.191.200
123.16.13.136
123.24.205.255
123.103.15.226
123.103.254.253
123.150.47.194
124.29.246.106
124.135.249.125
124.202.246.214
125.21.179.210
125.35.210.208
125.115.134.128
125.215.243.129
129.158.103.217
129.208.179.138
139.196.27.35
142.0.37.170
142.11.193.231
142.44.131.18
142.44.151.114
142.44.156.241
142.44.181.238
142.44.181.251
142.44.207.48
142.44.207.49
142.147.97.184
143.255.153.148
144.217.38.193
144.217.178.164
145.102.1.250
145.128.197.156
149.56.66.210
149.56.73.72
149.56.82.194
149.56.166.230
149.56.254.112
149.56.254.120
154.73.182.16
155.94.169.123
158.140.140.146
159.0.221.62
159.0.231.107
159.65.175.241
159.89.4.2
159.89.100.11
159.89.181.102
160.19.51.136
161.132.201.90
162.248.74.241
163.47.147.230
164.39.218.210
166.148.218.10
167.99.3.252
167.99.73.205
167.114.22.102
167.114.24.233
167.114.161.24
167.114.176.165
168.167.91.81
168.187.107.74
170.79.33.162
173.242.120.168
173.242.127.214
175.100.101.96
175.139.184.225
176.31.253.157
176.35.174.123
176.61.143.57
176.95.137.96
176.107.131.172
176.108.177.42
176.121.9.21
176.124.144.185
177.4.73.183
177.38.190.64
177.103.201.177
177.135.106.242
178.15.0.169
178.35.191.250
178.49.148.100
178.124.207.132
178.141.251.45
178.216.48.45
178.216.52.110
178.216.52.118
178.216.52.168
179.43.149.61
179.228.162.193
180.87.34.76
180.114.150.60
180.232.1.15
180.250.67.244
181.31.213.51
181.39.91.50
181.39.164.114
181.40.122.122
181.49.39.70
181.49.122.162
181.60.254.53
181.115.71.28
181.214.87.223
181.214.206.20
181.214.206.30
181.214.206.44
181.214.206.45
181.214.206.100
181.214.206.101
181.214.206.116
181.214.206.118
181.214.206.119
181.214.206.133
181.214.206.148
181.214.206.170
181.214.206.189
181.214.206.195
181.215.195.33
181.215.195.230
181.215.195.231
182.72.153.162
182.176.115.31
182.176.158.114
183.61.244.100
183.111.224.65
184.71.152.86
185.3.134.108
185.8.0.250
185.36.81.44
185.36.81.46
185.58.17.122
185.67.178.114
185.94.194.4
185.98.87.212
185.118.167.220
185.121.184.21
185.165.31.136
185.165.31.150
185.169.229.244
185.189.112.187
185.206.224.149
185.221.172.140
185.222.56.148
185.228.80.7
185.228.80.15
185.228.80.35
185.228.80.39
185.228.80.45
185.228.80.47
185.228.80.50
185.228.80.51
185.228.80.59
185.232.65.140
185.234.216.75
185.234.216.77
185.234.216.114
185.234.216.134
185.234.216.139
185.234.216.141
185.234.216.146
185.234.216.148
185.234.216.174
185.234.216.186
185.234.216.187
185.234.216.188
185.234.216.189
185.234.216.191
185.234.216.192
185.234.216.204
185.234.216.217
185.234.216.221
185.234.217.39
185.234.217.61
185.234.218.35
185.234.218.36
185.234.218.37
185.234.218.38
185.234.218.134
185.234.218.156
185.234.218.177
185.234.218.220
185.239.226.223
186.31.81.98
186.47.19.146
186.96.110.70
186.101.125.43
186.101.223.230
186.148.172.16
186.202.179.15
186.230.29.98
186.248.167.118
187.55.179.130
187.111.52.178
187.167.193.217
187.176.191.6
187.180.4.78
188.39.105.186
188.165.219.27
188.165.221.36
188.165.221.69
188.165.237.186
188.166.86.31
188.166.164.162
189.210.181.3
189.212.113.83
189.212.124.191
189.212.125.71
190.5.247.2
190.25.46.42
190.26.115.140
190.58.253.76
190.58.253.89
190.64.146.226
190.85.18.114
190.85.21.244
190.107.182.46
190.111.24.194
190.128.186.98
190.128.227.82
190.145.14.166
190.145.82.98
190.158.227.102
190.213.10.158
190.248.150.194
191.96.249.13
191.96.249.171
191.96.249.237
192.69.90.220
192.95.14.128
192.95.42.91
192.99.7.175
192.99.8.171
192.99.25.136
192.99.215.174
192.163.226.125
193.104.83.134
193.160.226.190
193.165.55.126
193.169.252.21
193.227.51.79
195.22.125.28
195.22.126.39
195.68.126.157
195.86.58.149
195.95.151.251
195.201.135.203
196.25.105.154
196.27.85.223
196.28.236.73
196.192.99.9
196.192.99.109
196.192.99.110
196.196.81.109
196.196.85.3
196.196.190.10
196.202.170.22
196.203.109.154
197.50.35.112
197.184.45.138
197.242.66.181
197.249.5.116
197.253.124.164
198.23.59.118
198.38.85.62
198.50.180.177
198.53.60.171
199.168.137.195
199.168.141.61
199.180.117.78
200.6.178.132
200.60.73.67
200.95.179.28
200.105.154.194
200.111.232.74
200.150.79.84
200.179.121.1
200.187.95.232
201.20.96.82
201.33.193.166
201.162.182.30
201.162.182.66
201.183.239.5
201.187.101.222
201.235.166.197
202.77.50.129
202.137.155.65
202.163.116.106
202.221.41.43
203.19.70.166
203.78.141.162
203.78.142.95
203.81.77.253
203.196.142.226
203.210.197.25
203.210.197.58
203.210.197.66
203.215.33.212
206.189.25.85
206.189.114.59
207.252.77.133
209.222.111.174
210.245.34.242
212.34.242.82
212.48.75.147
212.235.19.201
213.135.172.220
213.136.105.50
213.136.168.209
213.137.8.214
213.163.44.99
213.238.168.21
213.238.168.112
213.255.195.146
216.108.232.48
217.64.111.234
217.217.179.17
218.22.100.42
218.93.124.122
218.103.119.185
218.255.245.126
219.235.4.66
220.135.212.159
222.122.31.132
222.127.71.60
222.173.84.254

2027
bi_postfix_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

353
bi_postfix_1_7d.ipset Normal file
View File

@ -0,0 +1,353 @@
#
# bi_postfix_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# postfix with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/postfix/1?age=7d
# Source File Date: Wed Jun 19 04:28:32 UTC 2019
#
# Category : attacks
# Version : 1459
#
# This File Date : Wed Jun 19 04:28:32 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 323 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_postfix_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.202.101.50
14.38.156.48
14.102.76.10
14.102.115.130
14.139.82.134
14.169.197.60
27.123.3.94
27.147.225.202
31.199.192.20
36.37.180.59
37.49.224.79
37.49.224.101
37.49.224.117
37.49.224.119
37.49.224.150
37.49.224.162
37.49.224.177
37.49.224.180
37.49.224.187
37.49.224.198
37.49.224.214
37.49.225.57
37.49.227.11
37.49.227.92
37.49.227.146
37.49.227.148
37.49.227.163
37.49.227.166
37.49.227.195
37.49.230.123
37.59.184.169
37.59.184.170
37.76.253.166
41.73.234.195
41.77.6.27
41.78.74.28
41.162.103.42
41.190.232.67
43.227.135.238
43.239.205.78
45.35.221.60
45.123.43.114
45.124.145.162
49.0.33.6
50.235.92.14
61.8.75.186
61.152.239.71
62.0.73.123
62.14.178.2
66.220.155.146
66.220.155.148
67.17.249.195
69.94.148.211
69.94.148.213
69.171.232.150
71.6.146.185
71.6.146.186
74.143.230.206
77.222.139.57
77.242.131.185
78.38.116.131
78.83.242.229
78.133.163.190
80.12.242.123
80.12.242.124
80.12.242.125
80.12.242.126
80.12.242.127
80.12.242.128
80.12.242.129
80.12.242.130
80.12.242.131
80.12.242.132
80.12.242.133
80.82.70.118
80.82.78.85
81.28.160.141
81.136.219.1
82.114.82.90
82.114.86.91
82.147.116.201
82.147.219.74
82.221.105.7
83.66.168.45
83.169.208.218
85.109.70.157
85.201.116.151
87.121.77.67
88.84.222.208
89.34.202.240
91.98.154.90
92.247.29.245
92.247.169.43
93.63.194.66
93.64.183.162
93.99.133.235
94.23.196.177
94.74.162.176
94.152.193.235
94.177.240.171
94.200.132.74
95.213.164.2
101.99.3.211
101.255.32.250
103.6.184.250
103.8.195.34
103.15.141.174
103.28.84.5
103.39.139.78
103.47.153.102
103.47.237.75
103.48.181.189
103.54.148.50
103.54.148.58
103.57.80.69
103.57.184.14
103.65.30.22
103.70.204.194
103.83.179.26
103.87.24.74
103.88.76.66
103.199.157.130
103.204.220.18
103.205.134.180
103.206.168.38
103.207.172.14
103.214.185.4
103.239.55.121
103.240.250.194
103.242.125.243
103.247.100.19
103.251.83.14
104.130.96.5
104.130.96.7
104.228.18.241
105.66.10.9
105.66.10.10
105.67.10.10
109.92.128.58
109.97.223.142
109.233.18.189
110.77.137.213
110.164.58.68
111.118.128.140
111.119.217.74
113.23.179.114
113.160.187.7
113.190.42.25
114.7.162.6
114.69.244.66
114.237.154.77
114.237.154.153
114.237.154.247
114.237.155.6
114.237.155.13
114.237.155.49
114.237.155.154
114.237.155.200
114.237.155.218
114.237.155.223
115.56.225.2
115.75.74.152
115.127.13.130
115.127.65.194
116.116.108.101
117.4.136.11
117.92.164.17
117.92.164.30
117.92.164.59
117.92.164.109
117.92.164.137
117.92.164.172
117.92.164.246
117.92.165.27
117.92.165.91
117.92.165.122
117.92.165.164
117.92.165.199
117.92.165.200
117.92.202.39
117.92.202.64
117.92.202.72
117.92.202.137
117.92.203.233
117.92.203.234
118.70.190.1
119.18.153.78
119.18.159.146
119.148.41.4
120.50.6.146
122.52.121.45
122.155.131.54
122.180.253.6
122.252.230.130
123.20.3.214
123.27.3.246
125.235.9.198
129.205.210.90
131.221.68.6
132.247.87.3
138.97.236.2
138.255.221.36
139.5.237.163
139.162.99.243
142.147.97.145
142.147.97.184
149.56.254.110
154.66.217.218
164.52.24.168
167.89.55.65
167.89.100.17
167.89.100.168
167.89.100.226
169.255.6.26
175.100.36.82
175.194.113.189
177.39.211.91
177.44.25.36
177.66.230.53
177.126.81.63
177.130.160.173
177.221.103.217
178.94.173.6
178.151.241.122
179.185.66.242
180.124.179.103
180.124.236.251
180.125.253.108
180.128.12.44
180.211.158.122
180.211.183.30
180.229.210.251
180.250.67.244
181.49.93.139
181.210.63.105
182.72.118.214
182.160.97.222
182.180.81.252
183.87.140.42
185.3.134.101
185.3.229.125
185.14.148.66
185.36.81.166
185.36.81.182
185.59.122.69
185.66.252.119
185.185.173.34
185.234.216.201
185.234.216.221
186.5.204.2
186.120.217.95
186.150.207.32
186.232.51.25
187.19.127.178
187.63.72.66
187.102.71.1
187.111.54.149
187.178.172.90
187.189.119.104
187.216.83.178
188.15.4.42
188.165.219.27
189.52.165.134
189.212.133.186
190.0.57.250
190.7.180.218
190.7.180.254
190.14.170.196
190.41.181.1
190.96.114.158
190.121.132.196
190.128.135.130
190.128.186.98
190.181.190.30
190.186.59.22
190.235.214.77
191.53.16.253
191.53.112.170
193.188.254.67
194.25.134.22
195.33.240.222
196.179.252.18
196.202.220.95
197.159.133.118
197.210.187.46
197.254.38.250
198.2.129.8
200.33.91.87
200.92.215.84
200.199.114.226
201.148.180.250
201.172.86.7
201.221.128.83
202.5.36.28
202.21.178.155
202.40.190.54
202.83.57.32
202.95.136.26
202.138.233.162
202.138.242.6
202.152.35.40
202.152.38.77
202.175.185.138
203.81.91.106
203.160.61.156
203.177.169.90
203.189.142.33
203.192.204.8
208.100.26.232
208.100.26.235
208.100.26.237
210.218.250.161
212.156.86.130
212.156.246.74
212.200.237.122
212.233.216.133
213.6.116.222
213.58.202.70
213.186.176.11
213.243.211.37
217.77.221.209
220.181.12.11
222.165.195.75

490
bi_postfix_2_30d.ipset Normal file
View File

@ -0,0 +1,490 @@
#
# bi_postfix_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# postfix with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/postfix/2?age=30d
# Source File Date: Wed Jun 19 04:08:42 UTC 2019
#
# Category : attacks
# Version : 373
#
# This File Date : Wed Jun 19 04:08:42 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 460 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_postfix_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
2.117.211.10
14.38.156.48
14.139.82.134
14.141.85.230
14.161.34.186
14.176.232.131
23.254.215.28
27.123.3.94
31.184.194.114
31.199.192.20
36.37.180.26
36.37.180.59
36.39.68.34
36.39.251.91
37.49.224.53
37.49.224.59
37.49.224.62
37.49.224.77
37.49.224.79
37.49.224.83
37.49.224.96
37.49.224.101
37.49.224.106
37.49.224.115
37.49.224.116
37.49.224.117
37.49.224.119
37.49.224.136
37.49.224.139
37.49.224.145
37.49.224.148
37.49.224.150
37.49.224.162
37.49.224.164
37.49.224.170
37.49.224.176
37.49.224.177
37.49.224.180
37.49.224.187
37.49.224.188
37.49.224.193
37.49.224.198
37.49.224.210
37.49.224.211
37.49.224.214
37.49.224.218
37.49.224.248
37.49.225.57
37.49.225.163
37.49.225.175
37.49.227.11
37.49.227.14
37.49.227.21
37.49.227.92
37.49.227.122
37.49.227.127
37.49.227.136
37.49.227.146
37.49.227.148
37.49.227.153
37.49.227.154
37.49.227.159
37.49.227.163
37.49.227.166
37.49.227.181
37.49.227.182
37.49.227.195
37.49.227.203
37.49.227.212
37.49.227.213
37.49.227.214
37.49.230.123
37.49.230.136
37.49.230.160
37.49.230.165
37.59.184.169
37.59.184.170
37.76.253.166
41.57.6.107
41.58.144.62
41.73.234.195
41.77.6.27
41.138.61.205
41.164.180.122
41.190.232.67
41.203.93.115
41.203.141.44
41.203.251.6
41.206.55.26
41.215.36.50
41.221.52.108
43.227.135.238
45.35.221.60
45.123.43.114
45.124.145.162
46.252.101.179
54.204.34.130
58.71.79.51
58.82.158.66
61.8.75.186
62.0.73.123
62.4.14.198
62.162.47.34
62.219.3.47
62.240.53.20
64.18.228.251
66.220.144.146
66.220.155.136
66.220.155.142
66.220.155.146
66.220.155.148
66.220.155.157
66.240.192.138
69.10.35.142
69.171.232.144
69.171.232.150
71.6.146.130
71.6.146.185
71.6.146.186
71.6.158.166
74.143.230.206
74.193.254.147
77.46.237.27
77.222.139.57
77.238.79.21
77.242.131.185
78.93.119.85
78.108.174.45
80.12.242.123
80.12.242.124
80.12.242.125
80.12.242.126
80.12.242.127
80.12.242.128
80.12.242.129
80.12.242.130
80.12.242.131
80.12.242.132
80.12.242.133
80.55.135.25
80.58.160.95
80.82.70.118
80.82.77.33
80.82.77.139
80.82.78.85
81.136.219.1
82.112.222.69
82.114.82.90
82.147.116.201
82.147.219.74
82.221.105.6
82.221.105.7
83.12.96.149
83.66.76.179
83.66.168.45
83.169.208.218
84.205.235.6
85.109.70.157
85.201.116.151
87.126.55.27
87.236.55.43
87.236.233.98
87.243.140.48
88.84.222.208
88.204.214.122
88.255.134.22
89.216.121.98
91.93.39.162
92.45.99.109
92.45.123.50
92.53.63.202
92.223.182.251
93.63.194.66
93.64.183.162
93.87.4.113
93.91.200.199
94.23.196.177
94.63.2.144
94.102.49.190
94.200.132.74
94.228.16.45
95.0.137.234
95.86.32.80
95.111.39.102
95.213.164.2
101.99.3.211
101.255.66.154
103.5.19.2
103.6.184.250
103.8.58.2
103.8.195.34
103.11.162.35
103.12.161.1
103.13.88.90
103.19.253.146
103.28.84.5
103.48.180.244
103.58.74.122
103.70.204.194
103.76.188.2
103.86.187.82
103.89.88.109
103.193.18.194
103.206.60.10
103.206.168.38
103.207.38.151
103.207.38.153
103.207.38.157
103.207.172.14
103.208.72.54
103.210.44.155
103.242.47.66
103.244.231.118
103.247.100.19
103.251.83.14
103.255.5.117
103.255.6.117
104.228.18.241
105.66.10.9
105.66.10.10
105.67.10.10
105.71.10.9
109.166.128.6
109.166.136.1
109.175.6.238
109.233.18.189
110.164.76.2
111.68.120.58
111.119.217.74
112.133.246.76
113.23.179.114
113.160.244.231
113.160.251.43
113.162.84.14
113.163.202.80
113.165.166.72
113.176.7.225
113.190.42.25
114.6.45.250
114.237.154.95
115.56.225.2
115.248.148.33
116.116.108.101
117.4.90.109
117.4.136.11
117.6.161.193
117.6.165.222
117.54.102.66
118.70.81.7
118.122.112.55
119.18.159.146
119.40.102.3
120.31.129.135
121.149.221.186
122.53.27.66
122.53.50.163
122.53.79.16
122.139.5.237
122.155.131.54
122.166.203.199
122.180.253.6
122.252.230.130
123.231.62.199
125.18.128.90
125.19.4.81
125.235.9.198
129.205.200.216
129.205.210.90
138.0.194.244
138.97.236.2
138.255.221.36
139.5.237.163
139.162.99.243
139.255.66.35
142.147.97.145
142.147.97.184
149.56.254.110
154.72.79.252
154.117.164.58
164.52.24.168
167.89.6.17
167.89.100.226
167.89.100.245
169.239.44.14
169.255.6.26
172.82.128.206
175.194.113.189
177.39.211.91
177.94.222.38
177.126.81.63
177.136.40.102
178.151.241.122
179.43.97.77
180.128.12.44
180.211.170.78
180.211.183.30
180.250.67.244
181.45.214.114
181.48.52.137
181.50.253.249
181.56.9.161
181.114.57.5
181.143.202.140
181.174.78.234
181.177.140.43
181.189.136.77
181.210.57.227
181.210.63.105
182.72.136.226
182.74.184.211
182.76.247.106
182.160.97.222
182.180.75.175
182.180.81.252
183.63.101.62
183.182.103.5
185.3.134.101
185.36.81.182
185.59.122.69
185.124.183.102
185.228.80.47
185.228.80.51
185.234.216.201
185.234.216.204
185.234.216.217
185.234.216.221
185.234.218.134
185.234.218.156
185.248.160.125
186.103.208.236
186.113.19.123
186.120.217.95
186.150.97.98
186.150.207.32
186.179.100.34
186.216.201.146
186.232.51.25
187.18.126.140
187.44.87.142
187.49.206.134
187.72.49.8
187.163.79.62
187.188.96.153
187.189.119.104
187.216.54.222
187.216.83.178
187.216.156.178
188.15.4.42
188.59.99.245
188.165.219.27
188.165.221.36
188.165.235.21
189.52.165.134
189.194.30.134
189.194.250.182
189.212.133.186
190.0.57.250
190.7.141.90
190.7.180.218
190.14.170.196
190.40.120.128
190.41.181.1
190.57.69.146
190.85.127.89
190.96.114.158
190.121.132.196
190.128.186.98
190.156.190.39
190.171.215.121
190.180.47.244
190.186.59.22
190.232.11.187
190.249.181.137
191.36.224.253
191.102.102.74
193.151.12.117
193.188.254.67
194.25.134.22
195.24.205.36
195.175.15.6
195.175.18.146
195.214.150.242
196.13.223.200
196.20.52.30
196.28.236.73
196.41.60.218
196.179.252.18
197.156.75.54
197.156.104.113
197.159.133.118
197.221.251.20
197.232.18.29
197.254.38.250
197.254.216.82
198.20.87.98
200.7.243.178
200.21.13.234
200.24.16.164
200.56.7.243
200.87.169.234
200.92.215.84
200.96.214.127
200.109.228.2
200.110.170.94
200.114.216.150
200.199.114.226
201.86.129.99
201.132.155.62
201.144.117.130
201.150.43.134
201.151.159.228
201.163.105.226
201.172.86.7
201.222.94.246
201.245.169.153
202.21.178.155
202.57.43.10
202.57.45.171
202.72.244.172
202.131.241.166
202.137.155.111
202.138.242.6
202.175.185.138
202.179.31.242
203.81.91.1
203.81.91.3
203.163.252.26
203.247.149.153
208.100.26.232
208.100.26.235
208.100.26.237
208.138.37.228
210.57.215.142
210.89.89.18
210.212.253.150
210.245.101.28
212.12.178.42
212.156.127.98
212.156.246.74
212.175.35.192
212.175.129.153
212.200.237.122
212.233.182.141
212.233.216.133
213.6.147.138
213.14.69.53
213.55.85.179
213.55.92.50
213.58.202.70
213.74.198.154
213.132.246.230
213.186.176.11
213.226.141.252
213.243.211.37
217.77.221.209
218.93.21.194
219.76.225.132
222.52.76.50
222.124.222.60
222.252.204.189

123
bi_proftpd_0_1d.ipset Normal file
View File

@ -0,0 +1,123 @@
#
# bi_proftpd_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# proftpd with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/proftpd/0?age=1d
# Source File Date: Wed Jun 19 10:02:44 UTC 2019
#
# Category : attacks
# Version : 14765
#
# This File Date : Wed Jun 19 10:02:44 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 93 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_proftpd_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.194.86.254
1.205.66.218
12.168.194.250
36.25.44.46
36.77.94.118
36.92.53.26
36.157.254.234
36.234.165.228
39.71.109.134
42.7.35.212
42.226.120.225
51.254.47.48
58.212.210.93
58.219.167.141
58.231.161.228
60.178.131.74
60.179.251.163
60.180.2.80
60.181.149.228
60.219.175.64
61.185.166.179
62.210.139.92
106.114.34.79
110.87.176.93
110.251.114.174
111.85.5.37
111.121.81.198
111.122.89.197
111.197.71.235
111.225.1.214
111.252.118.40
114.227.92.105
115.194.86.198
115.210.168.227
115.210.168.241
115.210.172.76
116.22.149.174
116.255.150.241
117.157.100.1
118.113.21.224
118.239.27.237
118.254.250.11
119.192.23.225
120.1.194.39
121.23.17.117
121.234.236.83
121.236.0.12
121.236.0.153
121.236.0.158
121.236.208.55
122.159.6.98
122.242.138.174
122.243.2.36
124.225.41.101
125.33.170.85
125.107.94.42
125.117.105.140
125.117.110.61
125.123.124.0
129.146.47.74
129.146.173.69
129.146.181.28
129.213.18.199
129.213.111.244
129.213.163.49
132.145.72.210
132.145.79.104
132.145.113.242
132.145.153.85
132.145.188.55
139.215.228.33
175.8.174.5
175.11.208.212
175.182.19.164
180.107.115.12
180.113.68.101
180.125.46.61
182.86.224.61
182.243.24.63
183.61.6.241
183.158.172.137
183.191.39.238
187.113.35.131
196.202.124.206
203.177.58.75
211.36.193.66
219.248.16.207
220.184.47.146
221.231.28.21
222.87.164.49
222.246.36.197
223.26.95.66
223.150.176.211

96
bi_proftpd_1_7d.ipset Normal file
View File

@ -0,0 +1,96 @@
#
# bi_proftpd_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# proftpd with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/proftpd/1?age=7d
# Source File Date: Tue Jun 18 19:12:24 UTC 2019
#
# Category : attacks
# Version : 968
#
# This File Date : Tue Jun 18 19:12:24 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 66 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_proftpd_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.101.40.97
5.101.40.98
39.118.158.229
41.59.225.121
42.51.183.193
45.32.225.235
46.34.137.81
46.214.147.118
50.252.47.25
51.254.47.48
58.221.121.90
59.175.187.2
60.23.24.190
60.220.210.199
61.33.152.215
61.153.56.30
70.91.203.141
80.16.23.37
80.188.186.235
92.63.197.29
103.207.36.76
103.210.135.136
108.82.128.117
112.161.187.208
113.108.127.12
113.206.191.212
115.248.207.78
118.85.194.26
121.26.194.238
121.26.215.250
121.29.112.99
122.2.223.242
123.157.138.165
123.249.9.114
123.249.24.167
123.249.27.190
123.249.45.69
123.249.79.214
125.227.14.43
137.147.22.163
162.157.220.37
166.62.92.59
168.195.231.130
171.107.111.97
171.244.27.184
172.114.92.219
178.66.160.90
182.253.11.226
183.230.146.26
185.143.223.135
185.143.223.136
185.219.81.252
185.224.133.176
185.224.134.122
188.114.179.24
193.169.252.247
195.2.222.161
202.100.182.250
202.131.69.68
207.118.138.44
213.186.170.226
213.251.182.111
218.227.85.176
222.89.181.173
222.237.78.73
223.68.134.29

109
bi_proftpd_2_30d.ipset Normal file
View File

@ -0,0 +1,109 @@
#
# bi_proftpd_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# proftpd with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/proftpd/2?age=30d
# Source File Date: Mon Jun 17 16:12:58 UTC 2019
#
# Category : attacks
# Version : 283
#
# This File Date : Mon Jun 17 16:12:58 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 79 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_proftpd_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.180.70.178
5.101.40.97
5.101.40.98
39.118.158.229
41.59.225.121
42.51.183.193
45.32.225.235
46.34.137.81
46.214.147.118
50.252.47.25
51.254.47.48
58.42.237.29
58.221.121.90
59.175.187.2
60.31.177.194
61.33.152.215
61.142.20.41
61.153.56.30
70.91.203.141
80.16.23.37
80.188.186.235
92.63.197.29
103.207.36.76
103.210.135.136
108.82.128.117
110.45.145.145
112.161.187.208
113.108.127.12
113.206.191.212
113.240.226.251
115.159.151.24
115.248.207.78
117.158.82.21
118.85.194.26
119.53.18.166
120.230.95.79
121.26.194.238
121.26.215.250
121.29.112.99
121.69.3.38
122.2.223.242
123.157.138.165
123.178.150.230
123.249.9.114
123.249.24.167
123.249.27.190
123.249.45.69
123.249.79.214
124.228.11.92
125.227.14.43
137.147.22.163
162.157.220.37
166.62.92.59
168.195.231.130
171.107.111.97
171.244.27.184
172.114.92.219
178.66.160.90
182.253.11.226
183.230.146.26
185.143.223.135
185.143.223.136
185.219.81.252
185.224.133.176
185.224.134.122
188.114.179.24
193.169.252.247
195.2.222.161
202.100.182.250
202.131.69.68
207.118.138.44
213.186.170.226
213.251.182.111
218.16.63.100
218.227.85.176
221.202.168.254
222.35.27.30
222.237.78.73
223.68.134.29

61
bi_pureftpd_0_1d.ipset Normal file
View File

@ -0,0 +1,61 @@
#
# bi_pureftpd_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# pureftpd with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/pureftpd/0?age=1d
# Source File Date: Wed Jun 19 10:02:44 UTC 2019
#
# Category : attacks
# Version : 9489
#
# This File Date : Wed Jun 19 10:02:44 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 31 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_pureftpd_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.180.70.178
43.228.117.214
59.173.112.131
60.219.131.53
90.56.162.126
103.66.58.213
103.235.197.45
111.227.175.144
111.227.207.96
113.110.171.19
114.38.140.100
117.157.100.1
119.54.64.132
119.123.192.203
119.192.118.250
125.107.94.42
132.145.153.85
132.145.163.126
139.201.164.141
175.11.208.212
182.125.174.171
182.240.40.243
183.96.104.133
185.222.211.169
187.113.35.131
187.113.37.5
203.177.58.75
213.45.171.196
217.64.148.115
221.225.144.159
222.124.129.170

39
bi_pureftpd_1_7d.ipset Normal file
View File

@ -0,0 +1,39 @@
#
# bi_pureftpd_1_7d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# pureftpd with score above 1 and age less than 7d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/pureftpd/1?age=7d
# Source File Date: Wed Jun 19 09:48:39 UTC 2019
#
# Category : attacks
# Version : 543
#
# This File Date : Wed Jun 19 09:48:39 UTC 2019
# Update Frequency: 6 hours
# Aggregation : none
# Entries : 9 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_pureftpd_1_7d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
1.180.70.178
41.76.8.6
46.165.230.5
58.221.121.90
59.175.187.2
60.23.24.190
121.69.3.38
181.48.67.242
218.16.63.100

40
bi_pureftpd_2_30d.ipset Normal file
View File

@ -0,0 +1,40 @@
#
# bi_pureftpd_2_30d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# pureftpd with score above 2 and age less than 30d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/pureftpd/2?age=30d
# Source File Date: Tue Jun 18 12:05:05 UTC 2019
#
# Category : attacks
# Version : 207
#
# This File Date : Tue Jun 18 12:05:05 UTC 2019
# Update Frequency: 1 day
# Aggregation : none
# Entries : 10 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_pureftpd_2_30d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
46.105.100.136
46.165.230.5
58.221.121.90
59.175.187.2
79.9.31.148
89.42.217.11
110.45.145.145
121.69.3.38
197.231.221.211
218.16.63.100

43
bi_qmail-smtp_0_1d.ipset Normal file
View File

@ -0,0 +1,43 @@
#
# bi_qmail-smtp_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# qmail-smtp with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/qmail-smtp/0?age=1d
# Source File Date: Wed Jun 19 07:12:47 UTC 2019
#
# Category : attacks
# Version : 12614
#
# This File Date : Wed Jun 19 07:12:47 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 13 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_qmail-smtp_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
37.49.225.147
37.49.225.224
45.13.39.123
45.227.253.210
77.40.53.137
77.40.55.58
77.40.61.11
77.40.88.54
77.40.110.41
109.92.175.46
141.98.80.54
185.137.111.136
185.222.209.56

30
bi_rdp_0_1d.ipset Normal file
View File

@ -0,0 +1,30 @@
#
# bi_rdp_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# rdp with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/rdp/0?age=1d
# Source File Date: Tue Jun 4 23:40:22 UTC 2019
#
# Category : attacks
# Version : 277
#
# This File Date : Wed Jun 5 00:12:27 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 0 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_rdp_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#

1067
bi_sasl_0_1d.ipset Normal file

File diff suppressed because it is too large Load Diff

2930
bi_sasl_1_7d.ipset Normal file

File diff suppressed because it is too large Load Diff

2511
bi_sasl_2_30d.ipset Normal file

File diff suppressed because it is too large Load Diff

45
bi_sip_0_1d.ipset Normal file
View File

@ -0,0 +1,45 @@
#
# bi_sip_0_1d
#
# ipv4 hash:ip ipset
#
# [BadIPs.com] (https://www.badips.com/) Bad IPs in category
# sip with score above 0 and age less than 1d
#
# Maintainer : BadIPs.com
# Maintainer URL : https://www.badips.com/
# List source URL : https://www.badips.com/get/list/sip/0?age=1d
# Source File Date: Wed Jun 19 08:20:32 UTC 2019
#
# Category : attacks
# Version : 4126
#
# This File Date : Wed Jun 19 08:20:32 UTC 2019
# Update Frequency: 30 mins
# Aggregation : none
# Entries : 15 unique IPs
#
# Full list analysis, including geolocation map, history,
# retention policy, overlaps with other lists, etc.
# available at:
#
# http://iplists.firehol.org/?ipset=bi_sip_0_1d
#
# Generated by FireHOL's update-ipsets.sh
# Processed with FireHOL's iprange
#
5.62.19.45
5.62.61.105
35.196.158.126
37.120.142.89
51.89.17.158
77.247.110.161
81.83.7.136
81.83.19.213
84.195.209.37
84.199.38.196
94.104.40.171
102.165.32.49
185.40.4.67
185.229.190.136
195.130.156.202

Some files were not shown because too many files have changed in this diff Show More