Giter Club home page Giter Club logo

blocklist-ipsets's Introduction

Contents


About this repo

This repository includes a list of ipsets dynamically updated with FireHOL's update-ipsets.sh documented in this 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.

Why do we need blocklists?

As time passes and the internet matures in our life, cyber crime is becoming increasingly sophisticated. Although there are many tools (detection of malware, viruses, intrusion detection and prevension systems, etc) to help us isolate the budguys, 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. Nowdays 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 software. This thing mimics human behaviour to post ads, it creates email accounts, responds to emails it receives, bypasses captchas, it goes gently to stay unoticed, 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.


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 carefull. The bogons and fullbogons lists contain private, unroutable 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 crimeware. 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).

  1. 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 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 permanenly block IPs using the proxy lists. Their purpose of existance 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:

	# 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 Sun Aug 14 15:57:08 UTC 2016.

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 AlienVault.com IP reputation database ipv4 hash:ip 24625 unique IPs updated every 6 hours from this link
anonymous Anonymous Service Providers -- MaxMind GeoLite2 ipv4 hash:net 131 subnets, 51032 unique IPs updated every 7 days from this link
asprox_c2 h3x.eu ASPROX Tracker - Asprox C&C Sites ipv4 hash:ip 936 unique IPs updated every 1 day from this link
atlas_attacks ATLAS Attacks - ATLAS uses lightweight honeypot sensors to detect and fingerprint the attacks launched by malicious sources on the Internet. In most cases the attacker is trying to take control of the target via a published exploit for a known vulnerability. A variety of exploit tools exist and are usually written specifically for each attack vector. Exploit attempts and attacks are most often launched from bots (hosts under an attacker's control), which will automatically try to exploit any possible host on the Internet. Attack origins are usually not spoofed, although the source host may be compromised or infected with malware. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_attacks_2d ATLAS Attacks - ATLAS uses lightweight honeypot sensors to detect and fingerprint the attacks launched by malicious sources on the Internet. In most cases the attacker is trying to take control of the target via a published exploit for a known vulnerability. A variety of exploit tools exist and are usually written specifically for each attack vector. Exploit attempts and attacks are most often launched from bots (hosts under an attacker's control), which will automatically try to exploit any possible host on the Internet. Attack origins are usually not spoofed, although the source host may be compromised or infected with malware. ipv4 hash:ip 11 unique IPs updated every 1 day from this link
atlas_attacks_30d ATLAS Attacks - ATLAS uses lightweight honeypot sensors to detect and fingerprint the attacks launched by malicious sources on the Internet. In most cases the attacker is trying to take control of the target via a published exploit for a known vulnerability. A variety of exploit tools exist and are usually written specifically for each attack vector. Exploit attempts and attacks are most often launched from bots (hosts under an attacker's control), which will automatically try to exploit any possible host on the Internet. Attack origins are usually not spoofed, although the source host may be compromised or infected with malware. ipv4 hash:ip 72 unique IPs updated every 1 day from this link
atlas_attacks_7d ATLAS Attacks - ATLAS uses lightweight honeypot sensors to detect and fingerprint the attacks launched by malicious sources on the Internet. In most cases the attacker is trying to take control of the target via a published exploit for a known vulnerability. A variety of exploit tools exist and are usually written specifically for each attack vector. Exploit attempts and attacks are most often launched from bots (hosts under an attacker's control), which will automatically try to exploit any possible host on the Internet. Attack origins are usually not spoofed, although the source host may be compromised or infected with malware. ipv4 hash:ip 22 unique IPs updated every 1 day from this link
atlas_botnets ATLAS Botnets - Botnets are collections of compromised hosts that attackers remotely control for their own nefarious purposes. Once installed and running, a malicious bot will attempt to connect to a remote server to receive instructions on what actions to take. The most common command and control (C&C) protocol used for this is Internet Relay Chat (IRC). While a legitimate protocol for online chat, IRC is often used by attackers due to the relative simplicity of the protocol along with the ready availability of bot software written to use it. After connecting, a bot-controlled host can be controlled by an attacker and commanded to conduct malicious actions such as sending spam, scanning the Internet for other potentially controllable hosts, or launching DoS attacks. ATLAS maintains a real-time database of malicious botnet command and control servers that is continuously updated. This information comes from malware analysis, botnet infiltration, and other sources of data. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_botnets_2d ATLAS Botnets - Botnets are collections of compromised hosts that attackers remotely control for their own nefarious purposes. Once installed and running, a malicious bot will attempt to connect to a remote server to receive instructions on what actions to take. The most common command and control (C&C) protocol used for this is Internet Relay Chat (IRC). While a legitimate protocol for online chat, IRC is often used by attackers due to the relative simplicity of the protocol along with the ready availability of bot software written to use it. After connecting, a bot-controlled host can be controlled by an attacker and commanded to conduct malicious actions such as sending spam, scanning the Internet for other potentially controllable hosts, or launching DoS attacks. ATLAS maintains a real-time database of malicious botnet command and control servers that is continuously updated. This information comes from malware analysis, botnet infiltration, and other sources of data. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_botnets_30d ATLAS Botnets - Botnets are collections of compromised hosts that attackers remotely control for their own nefarious purposes. Once installed and running, a malicious bot will attempt to connect to a remote server to receive instructions on what actions to take. The most common command and control (C&C) protocol used for this is Internet Relay Chat (IRC). While a legitimate protocol for online chat, IRC is often used by attackers due to the relative simplicity of the protocol along with the ready availability of bot software written to use it. After connecting, a bot-controlled host can be controlled by an attacker and commanded to conduct malicious actions such as sending spam, scanning the Internet for other potentially controllable hosts, or launching DoS attacks. ATLAS maintains a real-time database of malicious botnet command and control servers that is continuously updated. This information comes from malware analysis, botnet infiltration, and other sources of data. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_botnets_7d ATLAS Botnets - Botnets are collections of compromised hosts that attackers remotely control for their own nefarious purposes. Once installed and running, a malicious bot will attempt to connect to a remote server to receive instructions on what actions to take. The most common command and control (C&C) protocol used for this is Internet Relay Chat (IRC). While a legitimate protocol for online chat, IRC is often used by attackers due to the relative simplicity of the protocol along with the ready availability of bot software written to use it. After connecting, a bot-controlled host can be controlled by an attacker and commanded to conduct malicious actions such as sending spam, scanning the Internet for other potentially controllable hosts, or launching DoS attacks. ATLAS maintains a real-time database of malicious botnet command and control servers that is continuously updated. This information comes from malware analysis, botnet infiltration, and other sources of data. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_fastflux ATLAS Fastflux - Fast flux hosting is a technique where the nodes in a botnet are used as the endpoints in a website hosting scheme. The DNS records change frequently, often every few minutes, to point to new bots. The actual nodes themselves simply proxy the request back to the central hosting location. This gives the botnet a robust hosting infrastructure. Many different kinds of botnets use fastflux DNS techniques, for malware hosting, for illegal content hosting, for phishing site hosting, and other such activities. These hosts are likely to be infected with some form of malware. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_fastflux_2d ATLAS Fastflux - Fast flux hosting is a technique where the nodes in a botnet are used as the endpoints in a website hosting scheme. The DNS records change frequently, often every few minutes, to point to new bots. The actual nodes themselves simply proxy the request back to the central hosting location. This gives the botnet a robust hosting infrastructure. Many different kinds of botnets use fastflux DNS techniques, for malware hosting, for illegal content hosting, for phishing site hosting, and other such activities. These hosts are likely to be infected with some form of malware. ipv4 hash:ip 21 unique IPs updated every 1 day from this link
atlas_fastflux_30d ATLAS Fastflux - Fast flux hosting is a technique where the nodes in a botnet are used as the endpoints in a website hosting scheme. The DNS records change frequently, often every few minutes, to point to new bots. The actual nodes themselves simply proxy the request back to the central hosting location. This gives the botnet a robust hosting infrastructure. Many different kinds of botnets use fastflux DNS techniques, for malware hosting, for illegal content hosting, for phishing site hosting, and other such activities. These hosts are likely to be infected with some form of malware. ipv4 hash:ip 53 unique IPs updated every 1 day from this link
atlas_fastflux_7d ATLAS Fastflux - Fast flux hosting is a technique where the nodes in a botnet are used as the endpoints in a website hosting scheme. The DNS records change frequently, often every few minutes, to point to new bots. The actual nodes themselves simply proxy the request back to the central hosting location. This gives the botnet a robust hosting infrastructure. Many different kinds of botnets use fastflux DNS techniques, for malware hosting, for illegal content hosting, for phishing site hosting, and other such activities. These hosts are likely to be infected with some form of malware. ipv4 hash:ip 28 unique IPs updated every 1 day from this link
atlas_phishing ATLAS Phishing - Phishing servers host content that is designed to socially engineer unsuspecting users into surrendering private information used for identity theft. These servers are installed on compromised web servers or botnets, at times. Phishing Web sites mimic legitimate Web sites, often of a financial institution, in order to steal logins, passwords, and personal information. Attackers trick users into using the fake Web site by sending the intended victim an e-mail claiming to be a legitimate institution requesting the information for valid reasons, such as account verification. They may then use the stolen credentials to withdraw large amounts of money from the victim's account or commit other fraudulent acts. Most targeted brands are usually in the financial sector, including banks and online commerce sites. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_phishing_2d ATLAS Phishing - Phishing servers host content that is designed to socially engineer unsuspecting users into surrendering private information used for identity theft. These servers are installed on compromised web servers or botnets, at times. Phishing Web sites mimic legitimate Web sites, often of a financial institution, in order to steal logins, passwords, and personal information. Attackers trick users into using the fake Web site by sending the intended victim an e-mail claiming to be a legitimate institution requesting the information for valid reasons, such as account verification. They may then use the stolen credentials to withdraw large amounts of money from the victim's account or commit other fraudulent acts. Most targeted brands are usually in the financial sector, including banks and online commerce sites. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_phishing_30d ATLAS Phishing - Phishing servers host content that is designed to socially engineer unsuspecting users into surrendering private information used for identity theft. These servers are installed on compromised web servers or botnets, at times. Phishing Web sites mimic legitimate Web sites, often of a financial institution, in order to steal logins, passwords, and personal information. Attackers trick users into using the fake Web site by sending the intended victim an e-mail claiming to be a legitimate institution requesting the information for valid reasons, such as account verification. They may then use the stolen credentials to withdraw large amounts of money from the victim's account or commit other fraudulent acts. Most targeted brands are usually in the financial sector, including banks and online commerce sites. ipv4 hash:ip 35 unique IPs updated every 1 day from this link
atlas_phishing_7d ATLAS Phishing - Phishing servers host content that is designed to socially engineer unsuspecting users into surrendering private information used for identity theft. These servers are installed on compromised web servers or botnets, at times. Phishing Web sites mimic legitimate Web sites, often of a financial institution, in order to steal logins, passwords, and personal information. Attackers trick users into using the fake Web site by sending the intended victim an e-mail claiming to be a legitimate institution requesting the information for valid reasons, such as account verification. They may then use the stolen credentials to withdraw large amounts of money from the victim's account or commit other fraudulent acts. Most targeted brands are usually in the financial sector, including banks and online commerce sites. ipv4 hash:ip 11 unique IPs updated every 1 day from this link
atlas_scans ATLAS Scans - Host scanning is a process whereby automated network sweeps are initiated in search of hosts running a particular service. This may be indicative of either legitimate host scanners (including network management systems and authorized vulnerability scanners) or an attacker (or automated malicious code, such as a worm) trying to enumerate potential hosts for subsequent compromise. Scans are often the prelude to an attack, and services scanned by attackers usually indicate known vulnerabilities for those services. Types of port scans include connect() scans, SYN scans, stealth scans, bounce scans, XMAS and Null scans. All reveal to the attacker which services on what hosts are listening for connections. Scans may be launched from compromised hosts, and their sources may be forged. ipv4 hash:ip 10 unique IPs updated every 1 day from this link
atlas_scans_2d ATLAS Scans - Host scanning is a process whereby automated network sweeps are initiated in search of hosts running a particular service. This may be indicative of either legitimate host scanners (including network management systems and authorized vulnerability scanners) or an attacker (or automated malicious code, such as a worm) trying to enumerate potential hosts for subsequent compromise. Scans are often the prelude to an attack, and services scanned by attackers usually indicate known vulnerabilities for those services. Types of port scans include connect() scans, SYN scans, stealth scans, bounce scans, XMAS and Null scans. All reveal to the attacker which services on what hosts are listening for connections. Scans may be launched from compromised hosts, and their sources may be forged. ipv4 hash:ip 18 unique IPs updated every 1 day from this link
atlas_scans_30d ATLAS Scans - Host scanning is a process whereby automated network sweeps are initiated in search of hosts running a particular service. This may be indicative of either legitimate host scanners (including network management systems and authorized vulnerability scanners) or an attacker (or automated malicious code, such as a worm) trying to enumerate potential hosts for subsequent compromise. Scans are often the prelude to an attack, and services scanned by attackers usually indicate known vulnerabilities for those services. Types of port scans include connect() scans, SYN scans, stealth scans, bounce scans, XMAS and Null scans. All reveal to the attacker which services on what hosts are listening for connections. Scans may be launched from compromised hosts, and their sources may be forged. ipv4 hash:ip 102 unique IPs updated every 1 day from this link
atlas_scans_7d ATLAS Scans - Host scanning is a process whereby automated network sweeps are initiated in search of hosts running a particular service. This may be indicative of either legitimate host scanners (including network management systems and authorized vulnerability scanners) or an attacker (or automated malicious code, such as a worm) trying to enumerate potential hosts for subsequent compromise. Scans are often the prelude to an attack, and services scanned by attackers usually indicate known vulnerabilities for those services. Types of port scans include connect() scans, SYN scans, stealth scans, bounce scans, XMAS and Null scans. All reveal to the attacker which services on what hosts are listening for connections. Scans may be launched from compromised hosts, and their sources may be forged. ipv4 hash:ip 42 unique IPs updated every 1 day from this link
bambenek_banjori Bambenek Consulting feed of current IPs of banjori C&Cs with 90 minute lookback ipv4 hash:ip 1 unique IPs updated every 30 mins from this link
bambenek_bebloh Bambenek Consulting 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
bambenek_c2 Bambenek Consulting master feed of known, active and non-sinkholed C&Cs IP addresses ipv4 hash:ip 243 unique IPs updated every 30 mins from this link
bambenek_cl Bambenek Consulting 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
bambenek_cl Bambenek Consulting 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
bambenek_cryptowall Bambenek Consulting 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
bambenek_dircrypt Bambenek Consulting feed of current IPs of dircrypt C&Cs with 90 minute lookback ipv4 hash:ip 1 unique IPs updated every 30 mins from this link
bambenek_dyre Bambenek Consulting 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
bambenek_geodo Bambenek Consulting 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
bambenek_geodo Bambenek Consulting feed of current IPs of geodo C&Cs with 90 minute lookback ipv4 hash:ip disabled updated every 30 mins from this link
bambenek_hesperbot Bambenek Consulting 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
bambenek_hesperbot Bambenek Consulting feed of current IPs of hesperbot C&Cs with 90 minute lookback ipv4 hash:ip 2 unique IPs updated every 30 mins from this link
bambenek_matsnu Bambenek Consulting feed of current IPs of matsnu C&Cs with 90 minute lookback ipv4 hash:ip 1 unique IPs updated every 30 mins from this link
bambenek_necurs Bambenek Consulting feed of current IPs of necurs C&Cs with 90 minute lookback ipv4 hash:ip 2 unique IPs updated every 30 mins from this link
bambenek_p2pgoz Bambenek Consulting 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
bambenek_p2pgoz Bambenek Consulting feed of current IPs of p2pgoz C&Cs with 90 minute lookback ipv4 hash:ip disabled updated every 30 mins from this link
bambenek_pushdo Bambenek Consulting 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
bambenek_pykspa Bambenek Consulting feed of current IPs of pykspa C&Cs with 90 minute lookback ipv4 hash:ip 8 unique IPs updated every 30 mins from this link
bambenek_qakbot Bambenek Consulting feed of current IPs of qakbot C&Cs with 90 minute lookback ipv4 hash:ip 0 unique IPs updated every 30 mins from this link
bambenek_ramnit Bambenek Consulting feed of current IPs of ramnit C&Cs with 90 minute lookback ipv4 hash:ip 9 unique IPs updated every 30 mins from this link
bambenek_ranbyus Bambenek Consulting 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
bambenek_simda Bambenek Consulting feed of current IPs of simda C&Cs with 90 minute lookback ipv4 hash:ip 119 unique IPs updated every 30 mins from this link
bambenek_suppobox Bambenek Consulting feed of current IPs of suppobox C&Cs with 90 minute lookback ipv4 hash:ip 51 unique IPs updated every 30 mins from this link
bambenek_symmi Bambenek Consulting 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
bambenek_tinba Bambenek Consulting feed of current IPs of tinba C&Cs with 90 minute lookback ipv4 hash:ip 24 unique IPs updated every 30 mins from this link
bambenek_volatile Bambenek Consulting feed of current IPs of volatile C&Cs with 90 minute lookback ipv4 hash:ip 1 unique IPs updated every 30 mins from this link
bbcan177_ms1 pfBlockerNG Malicious Threats ipv4 hash:net 2560 subnets, 5268052 unique IPs updated every 1 day from this link
bbcan177_ms3 pfBlockerNG Malicious Threats ipv4 hash:net 1146 subnets, 30151694 unique IPs updated every 1 day from this link
bds_atif Artillery Threat Intelligence Feed and Banlist Feed ipv4 hash:ip 6524 unique IPs updated every 1 day from this link
bi_any_2_1d BadIPs.com Bad IPs in category any with score above 2 and age less than 1d ipv4 hash:ip 1169 unique IPs updated every 30 mins from this link
bi_any_2_30d BadIPs.com Bad IPs in category any with score above 2 and age less than 30d ipv4 hash:ip 9334 unique IPs updated every 1 day from this link
bi_any_2_7d BadIPs.com Bad IPs in category any with score above 2 and age less than 7d ipv4 hash:ip 4951 unique IPs updated every 6 hours from this link
bi_bruteforce_2_30d BadIPs.com Bad IPs in category bruteforce with score above 2 and age less than 30d ipv4 hash:ip 2 unique IPs updated every 1 day from this link
bi_ftp_2_30d BadIPs.com Bad IPs in category ftp with score above 2 and age less than 30d ipv4 hash:ip 263 unique IPs updated every 1 day from this link
bi_http_2_30d BadIPs.com Bad IPs in category http with score above 2 and age less than 30d ipv4 hash:ip 476 unique IPs updated every 1 day from this link
bi_mail_2_30d BadIPs.com Bad IPs in category mail with score above 2 and age less than 30d ipv4 hash:ip 2698 unique IPs updated every 1 day from this link
bi_proxy_2_30d BadIPs.com Bad IPs in category proxy with score above 2 and age less than 30d ipv4 hash:ip 0 unique IPs updated every 1 day from this link
bi_sql_2_30d BadIPs.com Bad IPs in category sql with score above 2 and age less than 30d ipv4 hash:ip 0 unique IPs updated every 1 day from this link
bi_ssh_2_30d BadIPs.com Bad IPs in category ssh with score above 2 and age less than 30d ipv4 hash:ip 5856 unique IPs updated every 1 day from this link
bi_voip_2_30d BadIPs.com Bad IPs in category voip with score above 2 and age less than 30d ipv4 hash:ip 120 unique IPs updated every 1 day from this link
bitcoin_blockchain_info Blockchain.info Bitcoin nodes connected to Blockchain.info. ipv4 hash:ip 275 unique IPs updated every 10 mins from this link
bitcoin_blockchain_info_1d Blockchain.info Bitcoin nodes connected to Blockchain.info. ipv4 hash:ip 300 unique IPs updated every 10 mins from this link
bitcoin_blockchain_info_30d Blockchain.info Bitcoin nodes connected to Blockchain.info. ipv4 hash:ip 1341 unique IPs updated every 10 mins from this link
bitcoin_blockchain_info_7d Blockchain.info Bitcoin nodes connected to Blockchain.info. ipv4 hash:ip 613 unique IPs updated every 10 mins from this link
bitcoin_nodes BitNodes Bitcoin connected nodes, globally. ipv4 hash:ip 4428 unique IPs updated every 10 mins from this link
bitcoin_nodes_1d BitNodes Bitcoin connected nodes, globally. ipv4 hash:ip 5752 unique IPs updated every 10 mins from this link
bitcoin_nodes_30d BitNodes Bitcoin connected nodes, globally. ipv4 hash:ip 24835 unique IPs updated every 10 mins from this link
bitcoin_nodes_7d BitNodes Bitcoin connected nodes, globally. ipv4 hash:ip 10583 unique IPs updated every 10 mins from this link
blocklist_de Blocklist.de IPs that have been detected by fail2ban in the last 48 hours ipv4 hash:ip 30444 unique IPs updated every 15 mins from this link
blocklist_de_apache 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 8990 unique IPs updated every 15 mins from this link
blocklist_de_bots 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 = he has posted a Spam-Comment on a open Forum or Wiki). ipv4 hash:ip 1418 unique IPs updated every 15 mins from this link
blocklist_de_bruteforce Blocklist.de All IPs which attacks Joomlas, Wordpress and other Web-Logins with Brute-Force Logins. ipv4 hash:ip 284 unique IPs updated every 15 mins from this link
blocklist_de_ftp Blocklist.de All IP addresses which have been reported within the last 48 hours for attacks on the Service FTP. ipv4 hash:ip 332 unique IPs updated every 15 mins from this link
blocklist_de_imap 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 953 unique IPs updated every 15 mins from this link
blocklist_de_mail 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 26446 unique IPs updated every 15 mins from this link
blocklist_de_sip 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 125 unique IPs updated every 15 mins from this link
blocklist_de_ssh 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 1673 unique IPs updated every 15 mins from this link
blocklist_de_strongips Blocklist.de All IPs which are older then 2 month and have more then 5.000 attacks. ipv4 hash:ip 107 unique IPs updated every 15 mins from this link
blocklist_net_ua 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 14818 unique IPs updated every 10 mins from this link
blueliv_crimeserver_last 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 87 unique IPs updated every 6 hours from this link
blueliv_crimeserver_last_1d 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 2397 unique IPs updated every 6 hours from this link
blueliv_crimeserver_last_2d 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 3049 unique IPs updated every 6 hours from this link
blueliv_crimeserver_last_30d 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 26168 unique IPs updated every 6 hours from this link
blueliv_crimeserver_last_7d 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 7321 unique IPs updated every 6 hours from this link
blueliv_crimeserver_online 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 51258 unique IPs updated every 1 day from this link
blueliv_crimeserver_recent 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 1139 unique IPs updated every 1 day from this link
bm_tor torstatus.blutmagie.de list of all TOR network servers ipv4 hash:ip 6762 unique IPs updated every 30 mins from this link
bogons 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 from this link
botscout BotScout 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 60 unique IPs updated every 30 mins from this link
botscout_1d BotScout 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 1247 unique IPs updated every 30 mins from this link
botscout_30d BotScout 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 21180 unique IPs updated every 30 mins from this link
botscout_7d BotScout 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 6804 unique IPs updated every 30 mins from this link
botvrij_dst 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 310 unique IPs updated every 1 day from this link
botvrij_src 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
bruteforceblocker danger.rulez.sk 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 979 unique IPs updated every 3 hours from this link
chaosreigns_iprep0 ChaosReigns.com The iprep0 list includes all IPs that sent only spam emails. This is an automated, free, public email IP reputation system. The primary goal is a whitelist. Other data is provided as a consequence. ipv4 hash:ip 5323 unique IPs updated every 1 day from this link
chaosreigns_iprep100 ChaosReigns.com The iprep100 list includes all IPs that sent 100% ham emails. This is an automated, free, public email IP reputation system. The primary goal is a whitelist. Other data is provided as a consequence. ipv4 hash:ip 5323 unique IPs updated every 1 day from this link
chaosreigns_iprep50 ChaosReigns.com The iprep50 list includes all IPs that sent both ham and spam emails. This is an automated, free, public email IP reputation system. The primary goal is a whitelist. Other data is provided as a consequence. ipv4 hash:ip 5323 unique IPs updated every 1 day from this link
ciarmy CIArmy.com IPs with poor Rogue Packet score that have not yet been identified as malicious by the community ipv4 hash:ip 2104 unique IPs updated every 3 hours from this link
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 3789 subnets, 604131144 unique IPs updated every 1 day from this link
cleanmx_phishing Clean-MX.de IPs sending phishing messages ipv4 hash:ip 4519 unique IPs updated every 30 mins from this link
cleanmx_viruses Clean-MX.de IPs with viruses ipv4 hash:ip 12190 unique IPs updated every 30 mins from this link
cleantalk CleanTalk Today's HTTP Spammers (includes: cleantalk_new cleantalk_updated) ipv4 hash:ip 4054 unique IPs
cleantalk_1d CleanTalk Today's HTTP Spammers (includes: cleantalk_new_1d cleantalk_updated_1d) ipv4 hash:ip 41115 unique IPs
cleantalk_30d CleanTalk Today's HTTP Spammers (includes: cleantalk_new_30d cleantalk_updated_30d) ipv4 hash:ip 179330 unique IPs
cleantalk_7d CleanTalk Today's HTTP Spammers (includes: cleantalk_new_7d cleantalk_updated_7d) ipv4 hash:ip 94151 unique IPs
cleantalk_new CleanTalk Recent HTTP Spammers ipv4 hash:ip 2054 unique IPs updated every 15 mins from this link
cleantalk_new_1d CleanTalk Recent HTTP Spammers ipv4 hash:ip 4279 unique IPs updated every 15 mins from this link
cleantalk_new_30d CleanTalk Recent HTTP Spammers ipv4 hash:ip 69719 unique IPs updated every 15 mins from this link
cleantalk_new_7d CleanTalk Recent HTTP Spammers ipv4 hash:ip 16239 unique IPs updated every 15 mins from this link
cleantalk_top20 CleanTalk Top 20 HTTP Spammers ipv4 hash:ip 20 unique IPs updated every 1 day from this link
cleantalk_updated CleanTalk Recurring HTTP Spammers ipv4 hash:ip 2000 unique IPs updated every 15 mins from this link
cleantalk_updated_1d CleanTalk Recurring HTTP Spammers ipv4 hash:ip 46906 unique IPs updated every 15 mins from this link
cleantalk_updated_30d CleanTalk Recurring HTTP Spammers ipv4 hash:ip 185057 unique IPs updated every 15 mins from this link
cleantalk_updated_7d CleanTalk Recurring HTTP Spammers ipv4 hash:ip 111566 unique IPs updated every 15 mins from this link
continent_af Africa (AF), with countries: Rwanda (RW), Somalia (SO), Tanzania (TZ), Kenya (KE), Congo (CD), Djibouti (DJ), Uganda (UG), Central African Republic (CF), Seychelles (SC), Ethiopia (ET), Eritrea (ER), Egypt (EG), Sudan (SD), Burundi (BI), Zimbabwe (ZW), Zambia (ZM), Comoros (KM), Malawi (MW), Lesotho (LS), Botswana (BW), Mauritius (MU), Swaziland (SZ), Rรฉunion (RE), South Africa (ZA), Mayotte (YT), Mozambique (MZ), Madagascar (MG), Libya (LY), Cameroon (CM), Senegal (SN), Republic of the Congo (CG), Liberia (LR), Ivory Coast (CI), Ghana (GH), Equatorial Guinea (GQ), Nigeria (NG), Burkina Faso (BF), Togo (TG), Guinea-Bissau (GW), Mauritania (MR), Benin (BJ), Gabon (GA), Sierra Leone (SL), Sรฃo Tomรฉ and Prรญncipe (ST), Gambia (GM), Guinea (GN), Chad (TD), Niger (NE), Mali (ML), Tunisia (TN), Morocco (MA), Algeria (DZ), Angola (AO), Namibia (NA), Saint Helena (SH), Cape Verde (CV), South Sudan (SS), -- MaxMind GeoLite2 ipv4 hash:net 2502 subnets, 92457010 unique IPs updated every 7 days from this link
continent_an Antarctica (AN), with countries: French Southern Territories (TF), South Georgia and the South Sandwich Islands (GS), Antarctica (AQ), -- MaxMind GeoLite2 ipv4 hash:net 24 subnets, 5166 unique IPs updated every 7 days from this link
continent_as Asia (AS), with countries: Yemen (YE), Iraq (IQ), Saudi Arabia (SA), Iran (IR), Syria (SY), Armenia (AM), Hashemite Kingdom of Jordan (JO), Lebanon (LB), Kuwait (KW), Oman (OM), Qatar (QA), Bahrain (BH), United Arab Emirates (AE), Israel (IL), Turkey (TR), Azerbaijan (AZ), Georgia (GE), Afghanistan (AF), Pakistan (PK), Bangladesh (BD), Turkmenistan (TM), Tajikistan (TJ), Sri Lanka (LK), Bhutan (BT), India (IN), Maldives (MV), British Indian Ocean Territory (IO), Nepal (NP), Myanmar (Burma) (MM), Uzbekistan (UZ), Kazakhstan (KZ), Kyrgyzstan (KG), Cocos (Keeling) Islands (CC), Vietnam (VN), Thailand (TH), Indonesia (ID), Laos (LA), Taiwan (TW), Philippines (PH), Malaysia (MY), China (CN), Hong Kong (HK), Brunei (BN), Macao (MO), Cambodia (KH), Republic of Korea (KR), Japan (JP), North Korea (KP), Singapore (SG), Mongolia (MN), Christmas Island (CX), Palestine (PS), (), -- MaxMind GeoLite2 ipv4 hash:net 19619 subnets, 881421288 unique IPs updated every 7 days from this link
continent_eu Europe (EU), with countries: Cyprus (CY), Greece (GR), Estonia (EE), Latvia (LV), Republic of Lithuania (LT), Svalbard and Jan Mayen (SJ), Republic of Moldova (MD), Belarus (BY), Finland (FI), ร…land (AX), Ukraine (UA), F.Y.R.O.M. (MK), Hungary (HU), Bulgaria (BG), Albania (AL), Poland (PL), Romania (RO), Kosovo (XK), Russia (RU), Portugal (PT), Gibraltar (GI), Spain (ES), Malta (MT), Faroe Islands (FO), Denmark (DK), Iceland (IS), United Kingdom (GB), Switzerland (CH), Sweden (SE), Netherlands (NL), Austria (AT), Belgium (BE), Germany (DE), Luxembourg (LU), Ireland (IE), Monaco (MC), France (FR), Andorra (AD), Liechtenstein (LI), Jersey (JE), Isle of Man (IM), Guernsey (GG), Slovak Republic (SK), Czech Republic (CZ), Norway (NO), Vatican City (VA), San Marino (SM), Italy (IT), Slovenia (SI), Montenegro (ME), Croatia (HR), Bosnia and Herzegovina (BA), (), Serbia (RS), -- MaxMind GeoLite2 ipv4 hash:net 41668 subnets, 755974141 unique IPs updated every 7 days from this link
continent_na North America (NA), with countries: Barbados (BB), Saint Pierre and Miquelon (PM), Greenland (GL), Jamaica (JM), Dominican Republic (DO), Cuba (CU), Martinique (MQ), Bahamas (BS), Bermuda (BM), Anguilla (AI), Trinidad and Tobago (TT), Saint Kitts and Nevis (KN), Dominica (DM), Antigua and Barbuda (AG), Saint Lucia (LC), Turks and Caicos Islands (TC), Aruba (AW), British Virgin Islands (VG), Saint Vincent and the Grenadines (VC), Montserrat (MS), Saint Martin (MF), Saint-Barthรฉlemy (BL), Guadeloupe (GP), Grenada (GD), Cayman Islands (KY), Belize (BZ), El Salvador (SV), Guatemala (GT), Honduras (HN), Nicaragua (NI), Costa Rica (CR), Panama (PA), Haiti (HT), Mexico (MX), Puerto Rico (PR), U.S. Virgin Islands (VI), Canada (CA), United States (US), Sint Maarten (SX), Curaรงao (CW), Bonaire, Sint Eustatius, and Saba (BQ), -- MaxMind GeoLite2 ipv4 hash:net 34443 subnets, 1714506491 unique IPs updated every 7 days from this link
continent_oc Oceania (OC), with countries: Palau (PW), Cook Islands (CK), East Timor (TL), Australia (AU), Marshall Islands (MH), Federated States of Micronesia (FM), Papua New Guinea (PG), Solomon Islands (SB), Tuvalu (TV), Nauru (NR), Vanuatu (VU), New Caledonia (NC), Norfolk Island (NF), New Zealand (NZ), Fiji (FJ), French Polynesia (PF), Pitcairn Islands (PN), Kiribati (KI), Tokelau (TK), Tonga (TO), Wallis and Futuna (WF), Samoa (WS), Niue (NU), Northern Mariana Islands (MP), Guam (GU), U.S. Minor Outlying Islands (UM), American Samoa (AS), -- MaxMind GeoLite2 ipv4 hash:net 7298 subnets, 57801028 unique IPs updated every 7 days from this link
continent_sa South America (SA), with countries: Guyana (GY), French Guiana (GF), Suriname (SR), Paraguay (PY), Uruguay (UY), Brazil (BR), Falkland Islands (FK), Venezuela (VE), Ecuador (EC), Colombia (CO), Argentina (AR), Chile (CL), Bolivia (BO), Peru (PE), -- MaxMind GeoLite2 ipv4 hash:net 4365 subnets, 146904176 unique IPs updated every 7 days from this link
country_ad Andorra (AD) -- MaxMind GeoLite2 ipv4 hash:net 15 subnets, 43296 unique IPs updated every 7 days from this link
country_ae United Arab Emirates (AE) -- MaxMind GeoLite2 ipv4 hash:net 254 subnets, 3846146 unique IPs updated every 7 days from this link
country_af Afghanistan (AF) -- MaxMind GeoLite2 ipv4 hash:net 92 subnets, 188575 unique IPs updated every 7 days from this link
country_ag Antigua and Barbuda (AG) -- MaxMind GeoLite2 ipv4 hash:net 90 subnets, 65360 unique IPs updated every 7 days from this link
country_ai Anguilla (AI) -- MaxMind GeoLite2 ipv4 hash:net 21 subnets, 12560 unique IPs updated every 7 days from this link
country_al Albania (AL) -- MaxMind GeoLite2 ipv4 hash:net 134 subnets, 405918 unique IPs updated every 7 days from this link
country_am Armenia (AM) -- MaxMind GeoLite2 ipv4 hash:net 112 subnets, 620992 unique IPs updated every 7 days from this link
country_ao Angola (AO) -- MaxMind GeoLite2 ipv4 hash:net 94 subnets, 1218959 unique IPs updated every 7 days from this link
country_aq Antarctica (AQ) -- MaxMind GeoLite2 ipv4 hash:net 14 subnets, 4387 unique IPs updated every 7 days from this link
country_ar Argentina (AR) -- MaxMind GeoLite2 ipv4 hash:net 1580 subnets, 18973213 unique IPs updated every 7 days from this link
country_as American Samoa (AS) -- MaxMind GeoLite2 ipv4 hash:net 15 subnets, 8968 unique IPs updated every 7 days from this link
country_at Austria (AT) -- MaxMind GeoLite2 ipv4 hash:net 1768 subnets, 11246046 unique IPs updated every 7 days from this link
country_au Australia (AU) -- MaxMind GeoLite2 ipv4 hash:net 6293 subnets, 49820226 unique IPs updated every 7 days from this link
country_aw Aruba (AW) -- MaxMind GeoLite2 ipv4 hash:net 24 subnets, 58392 unique IPs updated every 7 days from this link
country_ax ร…land (AX) -- MaxMind GeoLite2 ipv4 hash:net 14 subnets, 35845 unique IPs updated every 7 days from this link
country_az Azerbaijan (AZ) -- MaxMind GeoLite2 ipv4 hash:net 132 subnets, 757776 unique IPs updated every 7 days from this link
country_ba Bosnia and Herzegovina (BA) -- MaxMind GeoLite2 ipv4 hash:net 161 subnets, 835690 unique IPs updated every 7 days from this link
country_bb Barbados (BB) -- MaxMind GeoLite2 ipv4 hash:net 132 subnets, 149388 unique IPs updated every 7 days from this link
country_bd Bangladesh (BD) -- MaxMind GeoLite2 ipv4 hash:net 583 subnets, 1274640 unique IPs updated every 7 days from this link
country_be Belgium (BE) -- MaxMind GeoLite2 ipv4 hash:net 1623 subnets, 26908618 unique IPs updated every 7 days from this link
country_bf Burkina Faso (BF) -- MaxMind GeoLite2 ipv4 hash:net 26 subnets, 101024 unique IPs updated every 7 days from this link
country_bg Bulgaria (BG) -- MaxMind GeoLite2 ipv4 hash:net 948 subnets, 4601098 unique IPs updated every 7 days from this link
country_bh Bahrain (BH) -- MaxMind GeoLite2 ipv4 hash:net 74 subnets, 464635 unique IPs updated every 7 days from this link
country_bj Benin (BJ) -- MaxMind GeoLite2 ipv4 hash:net 25 subnets, 134144 unique IPs updated every 7 days from this link
country_bl Saint-Barthรฉlemy (BL) -- MaxMind GeoLite2 ipv4 hash:net 22 subnets, 7170 unique IPs updated every 7 days from this link
country_bm Bermuda (BM) -- MaxMind GeoLite2 ipv4 hash:net 57 subnets, 126096 unique IPs updated every 7 days from this link
country_bo Bolivia (BO) -- MaxMind GeoLite2 ipv4 hash:net 107 subnets, 1151793 unique IPs updated every 7 days from this link
country_bq Bonaire, Sint Eustatius, and Saba (BQ) -- MaxMind GeoLite2 ipv4 hash:net 24 subnets, 24835 unique IPs updated every 7 days from this link
country_br Brazil (BR) -- MaxMind GeoLite2 ipv4 hash:net 2371 subnets, 83073129 unique IPs updated every 7 days from this link
country_bs Bahamas (BS) -- MaxMind GeoLite2 ipv4 hash:net 55 subnets, 155243 unique IPs updated every 7 days from this link
country_bw Botswana (BW) -- MaxMind GeoLite2 ipv4 hash:net 45 subnets, 145044 unique IPs updated every 7 days from this link
country_by Belarus (BY) -- MaxMind GeoLite2 ipv4 hash:net 137 subnets, 1913252 unique IPs updated every 7 days from this link
country_bz Belize (BZ) -- MaxMind GeoLite2 ipv4 hash:net 224 subnets, 215823 unique IPs updated every 7 days from this link
country_ca Canada (CA) -- MaxMind GeoLite2 ipv4 hash:net 8020 subnets, 79500623 unique IPs updated every 7 days from this link
country_cd Congo (CD) -- MaxMind GeoLite2 ipv4 hash:net 53 subnets, 148521 unique IPs updated every 7 days from this link
country_cf Central African Republic (CF) -- MaxMind GeoLite2 ipv4 hash:net 14 subnets, 12293 unique IPs updated every 7 days from this link
country_cg Republic of the Congo (CG) -- MaxMind GeoLite2 ipv4 hash:net 37 subnets, 55613 unique IPs updated every 7 days from this link
country_ch Switzerland (CH) -- MaxMind GeoLite2 ipv4 hash:net 2373 subnets, 20678792 unique IPs updated every 7 days from this link
country_ci Ivory Coast (CI) -- MaxMind GeoLite2 ipv4 hash:net 36 subnets, 657792 unique IPs updated every 7 days from this link
country_cl Chile (CL) -- MaxMind GeoLite2 ipv4 hash:net 814 subnets, 10012598 unique IPs updated every 7 days from this link
country_cm Cameroon (CM) -- MaxMind GeoLite2 ipv4 hash:net 66 subnets, 462536 unique IPs updated every 7 days from this link
country_cn China (CN) -- MaxMind GeoLite2 ipv4 hash:net 4987 subnets, 338023263 unique IPs updated every 7 days from this link
country_co Colombia (CO) -- MaxMind GeoLite2 ipv4 hash:net 717 subnets, 17282151 unique IPs updated every 7 days from this link
country_cr Costa Rica (CR) -- MaxMind GeoLite2 ipv4 hash:net 384 subnets, 2581483 unique IPs updated every 7 days from this link
country_cu Cuba (CU) -- MaxMind GeoLite2 ipv4 hash:net 27 subnets, 257168 unique IPs updated every 7 days from this link
country_cv Cape Verde (CV) -- MaxMind GeoLite2 ipv4 hash:net 14 subnets, 34560 unique IPs updated every 7 days from this link
country_cw Curaรงao (CW) -- MaxMind GeoLite2 ipv4 hash:net 59 subnets, 283329 unique IPs updated every 7 days from this link
country_cy Cyprus (CY) -- MaxMind GeoLite2 ipv4 hash:net 288 subnets, 846494 unique IPs updated every 7 days from this link
country_cz Czech Republic (CZ) -- MaxMind GeoLite2 ipv4 hash:net 1452 subnets, 8531763 unique IPs updated every 7 days from this link
country_de Germany (DE) -- MaxMind GeoLite2 ipv4 hash:net 10081 subnets, 122169200 unique IPs updated every 7 days from this link
country_dj Djibouti (DJ) -- MaxMind GeoLite2 ipv4 hash:net 25 subnets, 66075 unique IPs updated every 7 days from this link
country_dk Denmark (DK) -- MaxMind GeoLite2 ipv4 hash:net 1184 subnets, 13249770 unique IPs updated every 7 days from this link
country_dm Dominica (DM) -- MaxMind GeoLite2 ipv4 hash:net 35 subnets, 18113 unique IPs updated every 7 days from this link
country_do Dominican Republic (DO) -- MaxMind GeoLite2 ipv4 hash:net 99 subnets, 1579984 unique IPs updated every 7 days from this link
country_dz Algeria (DZ) -- MaxMind GeoLite2 ipv4 hash:net 61 subnets, 4836545 unique IPs updated every 7 days from this link
country_ec Ecuador (EC) -- MaxMind GeoLite2 ipv4 hash:net 261 subnets, 2648424 unique IPs updated every 7 days from this link
country_ee Estonia (EE) -- MaxMind GeoLite2 ipv4 hash:net 301 subnets, 1600645 unique IPs updated every 7 days from this link
country_eg Egypt (EG) -- MaxMind GeoLite2 ipv4 hash:net 213 subnets, 20010387 unique IPs updated every 7 days from this link
country_es Spain (ES) -- MaxMind GeoLite2 ipv4 hash:net 2731 subnets, 31951464 unique IPs updated every 7 days from this link
country_fi Finland (FI) -- MaxMind GeoLite2 ipv4 hash:net 1193 subnets, 13719113 unique IPs updated every 7 days from this link
country_fj Fiji (FJ) -- MaxMind GeoLite2 ipv4 hash:net 35 subnets, 146768 unique IPs updated every 7 days from this link
country_fk Falkland Islands (FK) -- MaxMind GeoLite2 ipv4 hash:net 7 subnets, 1411 unique IPs updated every 7 days from this link
country_fr France (FR) -- MaxMind GeoLite2 ipv4 hash:net 9911 subnets, 90504189 unique IPs updated every 7 days from this link
country_ga Gabon (GA) -- MaxMind GeoLite2 ipv4 hash:net 58 subnets, 342964 unique IPs updated every 7 days from this link
country_gb United Kingdom (GB) -- MaxMind GeoLite2 ipv4 hash:net 14514 subnets, 125772185 unique IPs updated every 7 days from this link
country_gd Grenada (GD) -- MaxMind GeoLite2 ipv4 hash:net 51 subnets, 100752 unique IPs updated every 7 days from this link
country_ge Georgia (GE) -- MaxMind GeoLite2 ipv4 hash:net 174 subnets, 1212116 unique IPs updated every 7 days from this link
country_gf French Guiana (GF) -- MaxMind GeoLite2 ipv4 hash:net 64 subnets, 61550 unique IPs updated every 7 days from this link
country_gg Guernsey (GG) -- MaxMind GeoLite2 ipv4 hash:net 47 subnets, 55447 unique IPs updated every 7 days from this link
country_gh Ghana (GH) -- MaxMind GeoLite2 ipv4 hash:net 118 subnets, 1151901 unique IPs updated every 7 days from this link
country_gi Gibraltar (GI) -- MaxMind GeoLite2 ipv4 hash:net 42 subnets, 78976 unique IPs updated every 7 days from this link
country_gl Greenland (GL) -- MaxMind GeoLite2 ipv4 hash:net 9 subnets, 23808 unique IPs updated every 7 days from this link
country_gm Gambia (GM) -- MaxMind GeoLite2 ipv4 hash:net 21 subnets, 277381 unique IPs updated every 7 days from this link
country_gp Guadeloupe (GP) -- MaxMind GeoLite2 ipv4 hash:net 181 subnets, 201849 unique IPs updated every 7 days from this link
country_gq Equatorial Guinea (GQ) -- MaxMind GeoLite2 ipv4 hash:net 14 subnets, 15770 unique IPs updated every 7 days from this link
country_gr Greece (GR) -- MaxMind GeoLite2 ipv4 hash:net 478 subnets, 6138620 unique IPs updated every 7 days from this link
country_gt Guatemala (GT) -- MaxMind GeoLite2 ipv4 hash:net 349 subnets, 647982 unique IPs updated every 7 days from this link
country_gu Guam (GU) -- MaxMind GeoLite2 ipv4 hash:net 59 subnets, 228648 unique IPs updated every 7 days from this link
country_gy Guyana (GY) -- MaxMind GeoLite2 ipv4 hash:net 18 subnets, 64640 unique IPs updated every 7 days from this link
country_hk Hong Kong (HK) -- MaxMind GeoLite2 ipv4 hash:net 2769 subnets, 12395876 unique IPs updated every 7 days from this link
country_hn Honduras (HN) -- MaxMind GeoLite2 ipv4 hash:net 633 subnets, 542426 unique IPs updated every 7 days from this link
country_hr Croatia (HR) -- MaxMind GeoLite2 ipv4 hash:net 289 subnets, 2586906 unique IPs updated every 7 days from this link
country_ht Haiti (HT) -- MaxMind GeoLite2 ipv4 hash:net 34 subnets, 167552 unique IPs updated every 7 days from this link
country_hu Hungary (HU) -- MaxMind GeoLite2 ipv4 hash:net 578 subnets, 5921727 unique IPs updated every 7 days from this link
country_id Indonesia (ID) -- MaxMind GeoLite2 ipv4 hash:net 1477 subnets, 17906436 unique IPs updated every 7 days from this link
country_ie Ireland (IE) -- MaxMind GeoLite2 ipv4 hash:net 1623 subnets, 10319440 unique IPs updated every 7 days from this link
country_il Israel (IL) -- MaxMind GeoLite2 ipv4 hash:net 632 subnets, 8059079 unique IPs updated every 7 days from this link
country_im Isle of Man (IM) -- MaxMind GeoLite2 ipv4 hash:net 78 subnets, 91387 unique IPs updated every 7 days from this link
country_in India (IN) -- MaxMind GeoLite2 ipv4 hash:net 3978 subnets, 41687929 unique IPs updated every 7 days from this link
country_iq Iraq (IQ) -- MaxMind GeoLite2 ipv4 hash:net 162 subnets, 659988 unique IPs updated every 7 days from this link
country_ir Iran (IR) -- MaxMind GeoLite2 ipv4 hash:net 1072 subnets, 12306736 unique IPs updated every 7 days from this link
country_is Iceland (IS) -- MaxMind GeoLite2 ipv4 hash:net 163 subnets, 893486 unique IPs updated every 7 days from this link
country_it Italy (IT) -- MaxMind GeoLite2 ipv4 hash:net 3194 subnets, 54197792 unique IPs updated every 7 days from this link
country_je Jersey (JE) -- MaxMind GeoLite2 ipv4 hash:net 227 subnets, 73302 unique IPs updated every 7 days from this link
country_jm Jamaica (JM) -- MaxMind GeoLite2 ipv4 hash:net 99 subnets, 272840 unique IPs updated every 7 days from this link
country_jo Hashemite Kingdom of Jordan (JO) -- MaxMind GeoLite2 ipv4 hash:net 129 subnets, 753815 unique IPs updated every 7 days from this link
country_jp Japan (JP) -- MaxMind GeoLite2 ipv4 hash:net 4195 subnets, 204867338 unique IPs updated every 7 days from this link
country_ke Kenya (KE) -- MaxMind GeoLite2 ipv4 hash:net 247 subnets, 4988458 unique IPs updated every 7 days from this link
country_kg Kyrgyzstan (KG) -- MaxMind GeoLite2 ipv4 hash:net 80 subnets, 278158 unique IPs updated every 7 days from this link
country_kh Cambodia (KH) -- MaxMind GeoLite2 ipv4 hash:net 148 subnets, 295522 unique IPs updated every 7 days from this link
country_kn Saint Kitts and Nevis (KN) -- MaxMind GeoLite2 ipv4 hash:net 50 subnets, 30063 unique IPs updated every 7 days from this link
country_kp North Korea (KP) -- MaxMind GeoLite2 ipv4 hash:net 8 subnets, 9779 unique IPs updated every 7 days from this link
country_kr Republic of Korea (KR) -- MaxMind GeoLite2 ipv4 hash:net 1077 subnets, 112679004 unique IPs updated every 7 days from this link
country_kw Kuwait (KW) -- MaxMind GeoLite2 ipv4 hash:net 210 subnets, 1955582 unique IPs updated every 7 days from this link
country_ky Cayman Islands (KY) -- MaxMind GeoLite2 ipv4 hash:net 44 subnets, 204939 unique IPs updated every 7 days from this link
country_kz Kazakhstan (KZ) -- MaxMind GeoLite2 ipv4 hash:net 330 subnets, 3201277 unique IPs updated every 7 days from this link
country_la Laos (LA) -- MaxMind GeoLite2 ipv4 hash:net 35 subnets, 71560 unique IPs updated every 7 days from this link
country_lb Lebanon (LB) -- MaxMind GeoLite2 ipv4 hash:net 208 subnets, 611157 unique IPs updated every 7 days from this link
country_lc Saint Lucia (LC) -- MaxMind GeoLite2 ipv4 hash:net 38 subnets, 29832 unique IPs updated every 7 days from this link
country_li Liechtenstein (LI) -- MaxMind GeoLite2 ipv4 hash:net 74 subnets, 105537 unique IPs updated every 7 days from this link
country_lk Sri Lanka (LK) -- MaxMind GeoLite2 ipv4 hash:net 60 subnets, 551952 unique IPs updated every 7 days from this link
country_lr Liberia (LR) -- MaxMind GeoLite2 ipv4 hash:net 38 subnets, 53026 unique IPs updated every 7 days from this link
country_lt Republic of Lithuania (LT) -- MaxMind GeoLite2 ipv4 hash:net 435 subnets, 2914878 unique IPs updated every 7 days from this link
country_lu Luxembourg (LU) -- MaxMind GeoLite2 ipv4 hash:net 302 subnets, 1376038 unique IPs updated every 7 days from this link
country_lv Latvia (LV) -- MaxMind GeoLite2 ipv4 hash:net 415 subnets, 2028540 unique IPs updated every 7 days from this link
country_ly Libya (LY) -- MaxMind GeoLite2 ipv4 hash:net 38 subnets, 337156 unique IPs updated every 7 days from this link
country_ma Morocco (MA) -- MaxMind GeoLite2 ipv4 hash:net 70 subnets, 9891760 unique IPs updated every 7 days from this link
country_mc Monaco (MC) -- MaxMind GeoLite2 ipv4 hash:net 19 subnets, 54320 unique IPs updated every 7 days from this link
country_md Republic of Moldova (MD) -- MaxMind GeoLite2 ipv4 hash:net 354 subnets, 1331712 unique IPs updated every 7 days from this link
country_me Montenegro (ME) -- MaxMind GeoLite2 ipv4 hash:net 63 subnets, 182064 unique IPs updated every 7 days from this link
country_mf Saint Martin (MF) -- MaxMind GeoLite2 ipv4 hash:net 51 subnets, 28152 unique IPs updated every 7 days from this link
country_mk F.Y.R.O.M. (MK) -- MaxMind GeoLite2 ipv4 hash:net 94 subnets, 701024 unique IPs updated every 7 days from this link
country_mm Myanmar (Burma) (MM) -- MaxMind GeoLite2 ipv4 hash:net 62 subnets, 75136 unique IPs updated every 7 days from this link
country_mn Mongolia (MN) -- MaxMind GeoLite2 ipv4 hash:net 105 subnets, 227707 unique IPs updated every 7 days from this link
country_mo Macao (MO) -- MaxMind GeoLite2 ipv4 hash:net 38 subnets, 348432 unique IPs updated every 7 days from this link
country_mp Northern Mariana Islands (MP) -- MaxMind GeoLite2 ipv4 hash:net 9 subnets, 17664 unique IPs updated every 7 days from this link
country_mq Martinique (MQ) -- MaxMind GeoLite2 ipv4 hash:net 200 subnets, 150128 unique IPs updated every 7 days from this link
country_mr Mauritania (MR) -- MaxMind GeoLite2 ipv4 hash:net 19 subnets, 49592 unique IPs updated every 7 days from this link
country_mt Malta (MT) -- MaxMind GeoLite2 ipv4 hash:net 114 subnets, 623435 unique IPs updated every 7 days from this link
country_mu Mauritius (MU) -- MaxMind GeoLite2 ipv4 hash:net 251 subnets, 1421036 unique IPs updated every 7 days from this link
country_mv Maldives (MV) -- MaxMind GeoLite2 ipv4 hash:net 18 subnets, 60672 unique IPs updated every 7 days from this link
country_mw Malawi (MW) -- MaxMind GeoLite2 ipv4 hash:net 39 subnets, 431041 unique IPs updated every 7 days from this link
country_mx Mexico (MX) -- MaxMind GeoLite2 ipv4 hash:net 790 subnets, 28968054 unique IPs updated every 7 days from this link
country_my Malaysia (MY) -- MaxMind GeoLite2 ipv4 hash:net 620 subnets, 6649361 unique IPs updated every 7 days from this link
country_mz Mozambique (MZ) -- MaxMind GeoLite2 ipv4 hash:net 57 subnets, 456581 unique IPs updated every 7 days from this link
country_na Namibia (NA) -- MaxMind GeoLite2 ipv4 hash:net 87 subnets, 481232 unique IPs updated every 7 days from this link
country_nc New Caledonia (NC) -- MaxMind GeoLite2 ipv4 hash:net 45 subnets, 164123 unique IPs updated every 7 days from this link
country_ne Niger (NE) -- MaxMind GeoLite2 ipv4 hash:net 20 subnets, 47596 unique IPs updated every 7 days from this link
country_ng Nigeria (NG) -- MaxMind GeoLite2 ipv4 hash:net 473 subnets, 2838958 unique IPs updated every 7 days from this link
country_ni Nicaragua (NI) -- MaxMind GeoLite2 ipv4 hash:net 110 subnets, 434971 unique IPs updated every 7 days from this link
country_nl Netherlands (NL) -- MaxMind GeoLite2 ipv4 hash:net 6873 subnets, 51987644 unique IPs updated every 7 days from this link
country_no Norway (NO) -- MaxMind GeoLite2 ipv4 hash:net 1241 subnets, 16130705 unique IPs updated every 7 days from this link
country_np Nepal (NP) -- MaxMind GeoLite2 ipv4 hash:net 94 subnets, 513153 unique IPs updated every 7 days from this link
country_nz New Zealand (NZ) -- MaxMind GeoLite2 ipv4 hash:net 963 subnets, 7114673 unique IPs updated every 7 days from this link
country_om Oman (OM) -- MaxMind GeoLite2 ipv4 hash:net 47 subnets, 914708 unique IPs updated every 7 days from this link
country_pa Panama (PA) -- MaxMind GeoLite2 ipv4 hash:net 425 subnets, 2076424 unique IPs updated every 7 days from this link
country_pe Peru (PE) -- MaxMind GeoLite2 ipv4 hash:net 215 subnets, 3234664 unique IPs updated every 7 days from this link
country_pg Papua New Guinea (PG) -- MaxMind GeoLite2 ipv4 hash:net 41 subnets, 62320 unique IPs updated every 7 days from this link
country_ph Philippines (PH) -- MaxMind GeoLite2 ipv4 hash:net 584 subnets, 5515791 unique IPs updated every 7 days from this link
country_pk Pakistan (PK) -- MaxMind GeoLite2 ipv4 hash:net 336 subnets, 5324283 unique IPs updated every 7 days from this link
country_pl Poland (PL) -- MaxMind GeoLite2 ipv4 hash:net 3335 subnets, 20832837 unique IPs updated every 7 days from this link
country_pr Puerto Rico (PR) -- MaxMind GeoLite2 ipv4 hash:net 333 subnets, 1261524 unique IPs updated every 7 days from this link
country_ps Palestine (PS) -- MaxMind GeoLite2 ipv4 hash:net 125 subnets, 640804 unique IPs updated every 7 days from this link
country_pt Portugal (PT) -- MaxMind GeoLite2 ipv4 hash:net 585 subnets, 6458412 unique IPs updated every 7 days from this link
country_py Paraguay (PY) -- MaxMind GeoLite2 ipv4 hash:net 77 subnets, 1106208 unique IPs updated every 7 days from this link
country_qa Qatar (QA) -- MaxMind GeoLite2 ipv4 hash:net 64 subnets, 845452 unique IPs updated every 7 days from this link
country_re Rรฉunion (RE) -- MaxMind GeoLite2 ipv4 hash:net 227 subnets, 432262 unique IPs updated every 7 days from this link
country_ro Romania (RO) -- MaxMind GeoLite2 ipv4 hash:net 2648 subnets, 9136791 unique IPs updated every 7 days from this link
country_rs Serbia (RS) -- MaxMind GeoLite2 ipv4 hash:net 325 subnets, 2292241 unique IPs updated every 7 days from this link
country_ru Russia (RU) -- MaxMind GeoLite2 ipv4 hash:net 7521 subnets, 45900389 unique IPs updated every 7 days from this link
country_rw Rwanda (RW) -- MaxMind GeoLite2 ipv4 hash:net 32 subnets, 403328 unique IPs updated every 7 days from this link
country_sa Saudi Arabia (SA) -- MaxMind GeoLite2 ipv4 hash:net 431 subnets, 8991388 unique IPs updated every 7 days from this link
country_sc Seychelles (SC) -- MaxMind GeoLite2 ipv4 hash:net 383 subnets, 1178183 unique IPs updated every 7 days from this link
country_sd Sudan (SD) -- MaxMind GeoLite2 ipv4 hash:net 30 subnets, 1272320 unique IPs updated every 7 days from this link
country_se Sweden (SE) -- MaxMind GeoLite2 ipv4 hash:net 3812 subnets, 28061512 unique IPs updated every 7 days from this link
country_sg Singapore (SG) -- MaxMind GeoLite2 ipv4 hash:net 2634 subnets, 7810924 unique IPs updated every 7 days from this link
country_si Slovenia (SI) -- MaxMind GeoLite2 ipv4 hash:net 472 subnets, 2649619 unique IPs updated every 7 days from this link
country_sk Slovak Republic (SK) -- MaxMind GeoLite2 ipv4 hash:net 378 subnets, 2698170 unique IPs updated every 7 days from this link
country_sl Sierra Leone (SL) -- MaxMind GeoLite2 ipv4 hash:net 20 subnets, 53034 unique IPs updated every 7 days from this link
country_sm San Marino (SM) -- MaxMind GeoLite2 ipv4 hash:net 25 subnets, 32005 unique IPs updated every 7 days from this link
country_sn Senegal (SN) -- MaxMind GeoLite2 ipv4 hash:net 21 subnets, 360080 unique IPs updated every 7 days from this link
country_ss South Sudan (SS) -- MaxMind GeoLite2 ipv4 hash:net 12 subnets, 10249 unique IPs updated every 7 days from this link
country_sv El Salvador (SV) -- MaxMind GeoLite2 ipv4 hash:net 125 subnets, 682888 unique IPs updated every 7 days from this link
country_sx Sint Maarten (SX) -- MaxMind GeoLite2 ipv4 hash:net 13 subnets, 35072 unique IPs updated every 7 days from this link
country_sy Syria (SY) -- MaxMind GeoLite2 ipv4 hash:net 129 subnets, 1140480 unique IPs updated every 7 days from this link
country_tc Turks and Caicos Islands (TC) -- MaxMind GeoLite2 ipv4 hash:net 13 subnets, 12417 unique IPs updated every 7 days from this link
country_td Chad (TD) -- MaxMind GeoLite2 ipv4 hash:net 16 subnets, 24841 unique IPs updated every 7 days from this link
country_tg Togo (TG) -- MaxMind GeoLite2 ipv4 hash:net 11 subnets, 305408 unique IPs updated every 7 days from this link
country_th Thailand (TH) -- MaxMind GeoLite2 ipv4 hash:net 545 subnets, 9055405 unique IPs updated every 7 days from this link
country_tj Tajikistan (TJ) -- MaxMind GeoLite2 ipv4 hash:net 30 subnets, 68995 unique IPs updated every 7 days from this link
country_tn Tunisia (TN) -- MaxMind GeoLite2 ipv4 hash:net 24 subnets, 5228161 unique IPs updated every 7 days from this link
country_tr Turkey (TR) -- MaxMind GeoLite2 ipv4 hash:net 940 subnets, 16502741 unique IPs updated every 7 days from this link
country_tt Trinidad and Tobago (TT) -- MaxMind GeoLite2 ipv4 hash:net 50 subnets, 529312 unique IPs updated every 7 days from this link
country_tw Taiwan (TW) -- MaxMind GeoLite2 ipv4 hash:net 552 subnets, 35518428 unique IPs updated every 7 days from this link
country_tz Tanzania (TZ) -- MaxMind GeoLite2 ipv4 hash:net 137 subnets, 1079449 unique IPs updated every 7 days from this link
country_ua Ukraine (UA) -- MaxMind GeoLite2 ipv4 hash:net 2991 subnets, 11838216 unique IPs updated every 7 days from this link
country_ug Uganda (UG) -- MaxMind GeoLite2 ipv4 hash:net 71 subnets, 315804 unique IPs updated every 7 days from this link
country_us United States (US) -- MaxMind GeoLite2 ipv4 hash:net 41540 subnets, 1601620522 unique IPs updated every 7 days from this link
country_uy Uruguay (UY) -- MaxMind GeoLite2 ipv4 hash:net 57 subnets, 2454816 unique IPs updated every 7 days from this link
country_uz Uzbekistan (UZ) -- MaxMind GeoLite2 ipv4 hash:net 74 subnets, 248832 unique IPs updated every 7 days from this link
country_va Vatican City (VA) -- MaxMind GeoLite2 ipv4 hash:net 32 subnets, 20715 unique IPs updated every 7 days from this link
country_vc Saint Vincent and the Grenadines (VC) -- MaxMind GeoLite2 ipv4 hash:net 49 subnets, 25600 unique IPs updated every 7 days from this link
country_ve Venezuela (VE) -- MaxMind GeoLite2 ipv4 hash:net 310 subnets, 6801289 unique IPs updated every 7 days from this link
country_vg British Virgin Islands (VG) -- MaxMind GeoLite2 ipv4 hash:net 73 subnets, 48555 unique IPs updated every 7 days from this link
country_vi U.S. Virgin Islands (VI) -- MaxMind GeoLite2 ipv4 hash:net 47 subnets, 124574 unique IPs updated every 7 days from this link
country_vn Vietnam (VN) -- MaxMind GeoLite2 ipv4 hash:net 437 subnets, 15906273 unique IPs updated every 7 days from this link
country_xk Kosovo (XK) -- MaxMind GeoLite2 ipv4 hash:net 70 subnets, 37649 unique IPs updated every 7 days from this link
country_ye Yemen (YE) -- MaxMind GeoLite2 ipv4 hash:net 46 subnets, 203780 unique IPs updated every 7 days from this link
country_yt Mayotte (YT) -- MaxMind GeoLite2 ipv4 hash:net 56 subnets, 15173 unique IPs updated every 7 days from this link
country_za South Africa (ZA) -- MaxMind GeoLite2 ipv4 hash:net 1291 subnets, 28929410 unique IPs updated every 7 days from this link
country_zm Zambia (ZM) -- MaxMind GeoLite2 ipv4 hash:net 77 subnets, 1177664 unique IPs updated every 7 days from this link
country_zw Zimbabwe (ZW) -- MaxMind GeoLite2 ipv4 hash:net 63 subnets, 146432 unique IPs updated every 7 days from this link
cruzit_web_attacks CruzIt.com IPs of compromised machines scanning for vulnerabilities and DDOS attacks ipv4 hash:ip 6118 unique IPs updated every 12 hours from this link
cta_cryptowall Cyber Threat Alliance 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
cta_cryptowall Cyber Threat Alliance 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 1229 unique IPs updated every 1 day from this link
cybercrime CyberCrime A project tracking Command and Control. ipv4 hash:ip 10385 unique IPs updated every 12 hours from this link
darklist_de darklist.de ssh fail2ban reporting ipv4 hash:net 1325 subnets, 255144 unique IPs updated every 1 day from this link
dm_tor dan.me.uk dynamic list of TOR nodes ipv4 hash:ip 6770 unique IPs updated every 30 mins from this link
dragon_http Dragon Research Group IPs that have been seen sending HTTP requests to Dragon Research Pods in the last 7 days. This report lists hosts that are highly suspicious and are likely conducting malicious HTTP attacks. LEGITIMATE SEARCH ENGINE BOTS MAY BE IN THIS LIST. This report is informational. It is not a blacklist, but some operators may choose to use it to help protect their networks and hosts in the forms of automated reporting and mitigation services. ipv4 hash:net 219 subnets, 59136 unique IPs updated every 1 hour from this link
dragon_sshpauth Dragon Research Group IP address that has been seen attempting to remotely login to a host using SSH password authentication, in the last 7 days. This report lists hosts that are highly suspicious and are likely conducting malicious SSH password authentication attacks. ipv4 hash:net 324 subnets, 333 unique IPs updated every 1 hour from this link
dragon_vncprobe Dragon Research Group IP address that has been seen attempting to remotely connect to a host running the VNC application service, in the last 7 days. This report lists hosts that are highly suspicious and are likely conducting malicious VNC probes or VNC brute force attacks. ipv4 hash:net 60 subnets, 60 unique IPs updated every 1 hour from this link
dronebl_anonymizers 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 238197 subnets, 247933 unique IPs
dronebl_auto_botnets DroneBL.org IPs of automatically detected botnets. It includes IPs for which DroneBL responds with 17. ipv4 hash:net 294196 subnets, 303799 unique IPs
dronebl_autorooting_worms DroneBL.org IPs of autorooting worms. It includes IPs for which DroneBL responds with 16. These are usually SSH bruteforce attacks. ipv4 hash:net 787 subnets, 860 unique IPs
dronebl_compromised DroneBL.org IPs of compromised routers / gateways. It includes IPs for which DroneBL responds with 15 (BOPM detected). ipv4 hash:net 629 subnets, 630 unique IPs
dronebl_ddos_drones DroneBL.org IPs of DDoS drones. It includes IPs for which DroneBL responds with 7. ipv4 hash:net 396 subnets, 398 unique IPs
dronebl_dns_mx_on_irc DroneBL.org List of IPs of DNS / MX hostname detected on IRC. It includes IPs for which DroneBL responds with 18. ipv4 hash:net 2360 subnets, 2390 unique IPs
dronebl_irc_drones DroneBL.org List of IRC spam drones (litmus/sdbot/fyle). It includes IPs for which DroneBL responds with 3. ipv4 hash:net 65470 subnets, 65709 unique IPs
dronebl_unknown DroneBL.org List of IPs of uncategorized threats. It includes IPs for which DroneBL responds with 255. ipv4 hash:net 32 subnets, 33 unique IPs
dronebl_worms_bots DroneBL.org IPs of unknown worms or spambots. It includes IPs for which DroneBL responds with 6 ipv4 hash:net 17862 subnets, 88960 unique IPs
dshield DShield.org top 20 attacking class C (/24) subnets over the last three days ipv4 hash:net 20 subnets, 5120 unique IPs updated every 10 mins from this link
dshield_1d DShield.org top 20 attacking class C (/24) subnets over the last three days ipv4 hash:net 428 subnets, 111360 unique IPs updated every 10 mins from this link
dshield_30d DShield.org top 20 attacking class C (/24) subnets over the last three days ipv4 hash:net 6000 subnets, 1582848 unique IPs updated every 10 mins from this link
dshield_7d DShield.org top 20 attacking class C (/24) subnets over the last three days ipv4 hash:net 1841 subnets, 479744 unique IPs updated every 10 mins from this link
dshield_top_1000 DShield.org top 1000 attacking hosts in the last 30 days ipv4 hash:ip 895 unique IPs updated every 1 hour from this link
dyndns_ponmocup DynDNS.org Ponmocup. The malware powering the botnet has been around since 2006 and itโ€™s 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 259 unique IPs updated every 1 day from this link
esentire_14072015_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 579 unique IPs updated every 1 day from this link
esentire_14072015q_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 575 unique IPs updated every 1 day from this link
esentire_22072014a_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 1290 unique IPs updated every 1 day from this link
esentire_22072014b_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 1288 unique IPs updated every 1 day from this link
esentire_22072014c_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 1289 unique IPs updated every 1 day from this link
esentire_atomictrivia_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 7 unique IPs updated every 1 day from this link
esentire_auth_update_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 1306 unique IPs updated every 1 day from this link
esentire_burmundisoul_ru Ursnif Variant CnC ipv4 hash:ip disabled updated every 1 day from this link
esentire_crazyerror_su Malicious Botnet Serving Various Malware Families ipv4 hash:ip 18613 unique IPs updated every 1 day from this link
esentire_dagestanskiiviskis_ru Ursnif Variant CnC ipv4 hash:ip 517 unique IPs updated every 1 day from this link
esentire_differentia_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 12 unique IPs updated every 1 day from this link
esentire_disorderstatus_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 7 unique IPs updated every 1 day from this link
esentire_dorttlokolrt_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 23664 unique IPs updated every 1 day from this link
esentire_downs1_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 7231 unique IPs updated every 1 day from this link
esentire_ebankoalalusys_ru Ursnif Variant CnC ipv4 hash:ip 898 unique IPs updated every 1 day from this link
esentire_emptyarray_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 20139 unique IPs updated every 1 day from this link
esentire_fioartd_com Andromeda/Gamarue Checkin ipv4 hash:ip 601 unique IPs updated every 1 day from this link
esentire_getarohirodrons_com Andromeda/Gamarue Checkin ipv4 hash:ip 2156 unique IPs updated every 1 day from this link
esentire_hasanhashsde_ru Ursnif Variant CnC ipv4 hash:ip 1184 unique IPs updated every 1 day from this link
esentire_inleet_ru Ursnif Variant CnC ipv4 hash:ip 4219 unique IPs updated every 1 day from this link
esentire_islamislamdi_ru Ursnif Variant CnC ipv4 hash:ip 673 unique IPs updated every 1 day from this link
esentire_krnqlwlplttc_com Malicious Botnet Serving Various Malware Families ipv4 hash:ip 2 unique IPs updated every 1 day from this link
esentire_maddox1_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 11345 unique IPs updated every 1 day from this link
esentire_manning1_ru Malicious Botnet Serving Various Malware Families ipv4 hash:ip 6824 unique IPs updated every 1 day from this link
esentire_misteryherson_ru Ursnif Variant CnC ipv4 hash:ip 176 unique IPs updated every 1 day from this link
esentire_mysebstarion_ru Ursnif Variant CnC ipv4 hash:ip 1058 unique IPs updated every 1 day from this link
esentire_smartfoodsglutenfree_kz Malicious Botnet Serving Various Malware Families ipv4 hash:ip 2674 unique IPs updated every 1 day from this link
esentire_venerologvasan93_ru Ursnif Variant CnC ipv4 hash:ip 1263 unique IPs updated every 1 day from this link
esentire_volaya_ru Win32/PSW.Papras.CK CnC ipv4 hash:ip 5080 unique IPs updated every 1 day from this link
et_block 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 1633 subnets, 23147076 unique IPs updated every 12 hours from this link
et_botcc EmergingThreats.net Command and Control IPs 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 541 unique IPs updated every 12 hours from this link
et_compromised EmergingThreats.net compromised hosts ipv4 hash:ip 980 unique IPs updated every 12 hours from this link
et_dshield EmergingThreats.net dshield blocklist ipv4 hash:net 20 subnets, 5120 unique IPs updated every 12 hours from this link
et_spamhaus EmergingThreats.net spamhaus blocklist ipv4 hash:net 782 subnets, 23141120 unique IPs updated every 12 hours from this link
et_tor EmergingThreats.net TOR list of TOR network IPs ipv4 hash:ip 6750 unique IPs updated every 12 hours from this link
feodo Abuse.ch Feodo tracker trojan includes IPs which are being used by Feodo (also known as Cridex or Bugat) which commits ebanking fraud ipv4 hash:ip 686 unique IPs updated every 30 mins from this link
feodo_badips Abuse.ch Feodo tracker BadIPs 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
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 46454 subnets, 50429 unique IPs
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 305861 subnets, 345260 unique IPs
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 33192 subnets, 85613 unique IPs
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 palevo spamhaus_drop spamhaus_edrop sslbl zeus_badips ransomware_rw) ipv4 hash:net 16947 subnets, 666278300 unique IPs
firehol_level2 An ipset made from blocklists that track attacks, during about the last 48 hours. (includes: blocklist_de dshield_1d greensnow openbl_1d virbl) ipv4 hash:net 27605 subnets, 146126 unique IPs
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 dragon_http dragon_sshpauth dragon_vncprobe dshield_30d dshield_top_1000 malc0de maxmind_proxy_fraud myip openbl_30d shunlist snort_ipfilter sslbl_aggressive talosintel_ipfilter zeus vxvault) ipv4 hash:net 21709 subnets, 1652052 unique IPs
firehol_level4 An ipset made from blocklists that track attacks, but may include a large number of false positives. (includes: cleanmx_viruses 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 87409 subnets, 9583632 unique IPs
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 proxylists_30d proxyrss_30d proxz_30d proxyspy_30d ri_connect_proxies_30d ri_web_proxies_30d socks_proxy_30d sslproxies_30d xroxy_30d) ipv4 hash:net 26523 subnets, 28021 unique IPs
firehol_webserver A web server IP blacklist made from blocklists that track IPs that should never be 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: hphosts_emd hphosts_exp hphosts_fsa hphosts_hjk hphosts_psh hphosts_wrz maxmind_proxy_fraud myip pushing_inertia_blocklist stopforumspam_toxic) ipv4 hash:net 37030 subnets, 46353869 unique IPs
fullbogons 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 3732 subnets, 642207528 unique IPs updated every 1 day from this link
geolite2_country MaxMind GeoLite2 databases are free IP geolocation databases comparable to, but less accurate than, MaxMindโ€™s 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
gofferje_sip Stefan Gofferje 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 1271 subnets, 1095130 unique IPs updated every 6 hours from this link
gpf_comics The GPF DNS Block List is a list of IP addresses on the Internet that have attacked the GPF Comics 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 4402 unique IPs updated every 1 day from this link
graphiclineweb GraphiclineWeb The IPโ€™s, 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 organisations spying on websites for commercial reasons. ipv4 hash:net 2579 subnets, 330527 unique IPs updated every 1 day from this link
graphiclineweb GraphiclineWeb The IPโ€™s, 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 organisations spying on websites for commercial reasons. ipv4 hash:net 2579 subnets, 330527 unique IPs updated every 1 day from this link
greensnow GreenSnow 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 6268 unique IPs updated every 30 mins from this link
haley_ssh Charles Haley IPs launching SSH dictionary attacks. ipv4 hash:ip 21627 unique IPs updated every 4 hours from this link
hphosts_ats hpHosts 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 15890 unique IPs updated every 1 day from this link
hphosts_emd hpHosts malware sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses. ipv4 hash:ip 19158 unique IPs updated every 1 day from this link
hphosts_exp hpHosts exploit sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses. ipv4 hash:ip 303 unique IPs updated every 1 day from this link
hphosts_fsa hpHosts fraud sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses. ipv4 hash:ip 13119 unique IPs updated every 1 day from this link
hphosts_grm hpHosts 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 292 unique IPs updated every 1 day from this link
hphosts_hfs hpHosts 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 268 unique IPs updated every 1 day from this link
hphosts_hjk hpHosts hijack sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses. ipv4 hash:ip 57 unique IPs updated every 1 day from this link
hphosts_mmt hpHosts 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 1173 unique IPs updated every 1 day from this link
hphosts_pha hpHosts 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 1692 unique IPs updated every 1 day from this link
hphosts_psh hpHosts phishing sites listed in the hpHosts database. The maintainer's file contains hostnames, which have been DNS resolved to IP addresses. ipv4 hash:ip 15307 unique IPs updated every 1 day from this link
hphosts_wrz hpHosts 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 837 unique IPs updated every 1 day from this link
iblocklist_abuse_palevo palevotracker.abuse.ch IP blocklist. ipv4 hash:net 12 subnets, 12 unique IPs updated every 12 hours from this link
iblocklist_abuse_spyeye spyeyetracker.abuse.ch IP blocklist. ipv4 hash:net 83 subnets, 84 unique IPs updated every 12 hours from this link
iblocklist_abuse_spyeye spyeyetracker.abuse.ch IP blocklist. ipv4 hash:net 83 subnets, 84 unique IPs updated every 12 hours from this link
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
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
iblocklist_ads Advertising trackers and a short list of bad/intrusive porn sites. ipv4 hash:net 3314 subnets, 888645 unique IPs updated every 12 hours from this link
iblocklist_ads Advertising trackers and a short list of bad/intrusive porn sites. ipv4 hash:net 3314 subnets, 888645 unique IPs updated every 12 hours from this link
iblocklist_badpeers IPs that have been reported for bad deeds in p2p. ipv4 hash:net 48482 subnets, 1568848 unique IPs updated every 12 hours from this link
iblocklist_bogons Unallocated address space. ipv4 hash:net 2699 subnets, 666661539 unique IPs updated every 12 hours from this link
iblocklist_bogons Unallocated address space. ipv4 hash:net 2699 subnets, 666661539 unique IPs updated every 12 hours from this link
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 2180 subnets, 2204 unique IPs updated every 12 hours from this link
iblocklist_cidr_report_bogons cidr-report.org IP list of Unallocated address space. ipv4 hash:net 3789 subnets, 604131144 unique IPs updated every 12 hours from this link
iblocklist_cruzit_web_attacks CruzIT IP list with individual IP addresses of compromised machines scanning for vulnerabilities and DDOS attacks. ipv4 hash:net 6062 subnets, 6110 unique IPs updated every 12 hours from this link
iblocklist_dshield known Hackers and such people. ipv4 hash:net 20 subnets, 5120 unique IPs updated every 12 hours from this link
iblocklist_dshield known Hackers and such people. ipv4 hash:net 20 subnets, 5120 unique IPs updated every 12 hours from this link
iblocklist_edu IPs used by Educational Institutions. ipv4 hash:net 40791 subnets, 227983648 unique IPs updated every 12 hours from this link
iblocklist_exclusions Exclusions. ipv4 hash:net 297 subnets, 7427 unique IPs updated every 12 hours from this link
iblocklist_exclusions Exclusions. ipv4 hash:net 297 subnets, 7427 unique IPs updated every 12 hours from this link
iblocklist_fornonlancomputers IP blocklist for non-LAN computers. ipv4 hash:net 4 subnets, 302055424 unique IPs updated every 12 hours from this link
iblocklist_fornonlancomputers IP blocklist for non-LAN computers. ipv4 hash:net 4 subnets, 302055424 unique IPs updated every 12 hours from this link
iblocklist_forumspam Forum spam. ipv4 hash:net 476 subnets, 615 unique IPs updated every 12 hours from this link
iblocklist_forumspam Forum spam. ipv4 hash:net 476 subnets, 615 unique IPs updated every 12 hours from this link
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 534 subnets, 9145088 unique IPs updated every 12 hours from this link
iblocklist_iana_multicast IANA Multicast IPs. ipv4 hash:net 1 subnets, 268435456 unique IPs updated every 12 hours from this link
iblocklist_iana_multicast IANA Multicast IPs. ipv4 hash:net 1 subnets, 268435456 unique IPs updated every 12 hours from this link
iblocklist_iana_private IANA Private IPs. ipv4 hash:net 56 subnets, 51643638 unique IPs updated every 12 hours from this link
iblocklist_iana_private IANA Private IPs. ipv4 hash:net 56 subnets, 51643638 unique IPs updated every 12 hours from this link
iblocklist_iana_reserved IANA Reserved IPs. ipv4 hash:net 1 subnets, 536870912 unique IPs updated every 12 hours from this link
iblocklist_iana_reserved IANA Reserved IPs. ipv4 hash:net 1 subnets, 536870912 unique IPs updated every 12 hours from this link
iblocklist_isp_aol AOL IPs. ipv4 hash:net 16 subnets, 6627584 unique IPs updated every 1 day from this link
iblocklist_isp_aol AOL IPs. ipv4 hash:net 16 subnets, 6627584 unique IPs updated every 1 day from this link
iblocklist_isp_att AT&T IPs. ipv4 hash:net 35 subnets, 55845128 unique IPs updated every 1 day from this link
iblocklist_isp_att AT&T IPs. ipv4 hash:net 35 subnets, 55845128 unique IPs updated every 1 day from this link
iblocklist_isp_cablevision Cablevision IPs. ipv4 hash:net 11 subnets, 1787136 unique IPs updated every 1 day from this link
iblocklist_isp_cablevision Cablevision IPs. ipv4 hash:net 11 subnets, 1787136 unique IPs updated every 1 day from this link
iblocklist_isp_charter Charter IPs. ipv4 hash:net 21 subnets, 6138112 unique IPs updated every 1 day from this link
iblocklist_isp_charter Charter IPs. ipv4 hash:net 21 subnets, 6138112 unique IPs updated every 1 day from this link
iblocklist_isp_comcast Comcast IPs. ipv4 hash:net 33 subnets, 45121536 unique IPs updated every 1 day from this link
iblocklist_isp_comcast Comcast IPs. ipv4 hash:net 33 subnets, 45121536 unique IPs updated every 1 day from this link
iblocklist_isp_embarq Embarq IPs. ipv4 hash:net 14 subnets, 2703360 unique IPs updated every 1 day from this link
iblocklist_isp_embarq Embarq IPs. ipv4 hash:net 14 subnets, 2703360 unique IPs updated every 1 day from this link
iblocklist_isp_qwest Qwest IPs. ipv4 hash:net 73 subnets, 15777552 unique IPs updated every 1 day from this link
iblocklist_isp_qwest Qwest IPs. ipv4 hash:net 73 subnets, 15777552 unique IPs updated every 1 day from this link
iblocklist_isp_sprint Sprint IPs. ipv4 hash:net 63 subnets, 6310530 unique IPs updated every 1 day from this link
iblocklist_isp_sprint Sprint IPs. ipv4 hash:net 63 subnets, 6310530 unique IPs updated every 1 day from this link
iblocklist_isp_suddenlink Suddenlink IPs. ipv4 hash:net 3 subnets, 458752 unique IPs updated every 1 day from this link
iblocklist_isp_suddenlink Suddenlink IPs. ipv4 hash:net 3 subnets, 458752 unique IPs updated every 1 day from this link
iblocklist_isp_twc Time Warner Cable IPs. ipv4 hash:net 56 subnets, 15015936 unique IPs updated every 1 day from this link
iblocklist_isp_twc Time Warner Cable IPs. ipv4 hash:net 56 subnets, 15015936 unique IPs updated every 1 day from this link
iblocklist_isp_verizon Verizon IPs. ipv4 hash:net 22 subnets, 18087936 unique IPs updated every 1 day from this link
iblocklist_isp_verizon Verizon IPs. ipv4 hash:net 22 subnets, 18087936 unique IPs updated every 1 day from this link
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 a.o.). 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 218296 subnets, 762691761 unique IPs updated every 12 hours from this link
iblocklist_level2 Level 2 (for use in p2p). General corporate ranges. Ranges used by labs or researchers. Proxies. ipv4 hash:net 72949 subnets, 346613099 unique IPs updated every 12 hours from this link
iblocklist_level2 Level 2 (for use in p2p). General corporate ranges. Ranges used by labs or researchers. Proxies. ipv4 hash:net 72950 subnets, 348710251 unique IPs updated every 12 hours from this link
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 17810 subnets, 139023007 unique IPs updated every 12 hours from this link
iblocklist_malc0de malc0de.com IP blocklist. Addresses that have been indentified distributing malware during the past 30 days. ipv4 hash:net 65 subnets, 67 unique IPs updated every 12 hours from this link
iblocklist_onion_router The Onion Router IP addresses. ipv4 hash:net 6617 subnets, 6686 unique IPs updated every 12 hours from this link
iblocklist_org_activision Activision IPs. ipv4 hash:net 46 subnets, 4890 unique IPs updated every 1 day from this link
iblocklist_org_activision Activision IPs. ipv4 hash:net 46 subnets, 4890 unique IPs updated every 1 day from this link
iblocklist_org_apple Apple IPs. ipv4 hash:net 1 subnets, 16777216 unique IPs updated every 1 day from this link
iblocklist_org_apple Apple IPs. ipv4 hash:net 1 subnets, 16777216 unique IPs updated every 1 day from this link
iblocklist_org_blizzard Blizzard IPs. ipv4 hash:net 8 subnets, 16795139 unique IPs updated every 1 day from this link
iblocklist_org_blizzard Blizzard IPs. ipv4 hash:net 8 subnets, 16795139 unique IPs updated every 1 day from this link
iblocklist_org_crowd_control Crowd Control Productions IPs. ipv4 hash:net 2 subnets, 768 unique IPs updated every 1 day from this link
iblocklist_org_crowd_control Crowd Control Productions IPs. ipv4 hash:net 2 subnets, 768 unique IPs updated every 1 day from this link
iblocklist_org_electronic_arts Electronic Arts IPs. ipv4 hash:net 42 subnets, 69720 unique IPs updated every 1 day from this link
iblocklist_org_electronic_arts Electronic Arts IPs. ipv4 hash:net 42 subnets, 69720 unique IPs updated every 1 day from this link
iblocklist_org_joost Joost IPs. ipv4 hash:net 4 subnets, 16779456 unique IPs updated every 1 day from this link
iblocklist_org_joost Joost IPs. ipv4 hash:net 4 subnets, 16779456 unique IPs updated every 1 day from this link
iblocklist_org_linden_lab Linden Lab IPs. ipv4 hash:net 11 subnets, 23600 unique IPs updated every 1 day from this link
iblocklist_org_linden_lab Linden Lab IPs. ipv4 hash:net 11 subnets, 23600 unique IPs updated every 1 day from this link
iblocklist_org_logmein LogMeIn IPs. ipv4 hash:net 13 subnets, 16781568 unique IPs updated every 1 day from this link
iblocklist_org_logmein LogMeIn IPs. ipv4 hash:net 13 subnets, 16781568 unique IPs updated every 1 day from this link
iblocklist_org_microsoft Microsoft IP ranges. ipv4 hash:net 734 subnets, 1848447 unique IPs updated every 12 hours from this link
iblocklist_org_microsoft Microsoft IP ranges. ipv4 hash:net 734 subnets, 1848447 unique IPs updated every 12 hours from this link
iblocklist_org_ncsoft NCsoft IPs. ipv4 hash:net 5 subnets, 12560 unique IPs updated every 1 day from this link
iblocklist_org_ncsoft NCsoft IPs. ipv4 hash:net 5 subnets, 12560 unique IPs updated every 1 day from this link
iblocklist_org_nintendo Nintendo IPs. ipv4 hash:net 40 subnets, 3907 unique IPs updated every 1 day from this link
iblocklist_org_nintendo Nintendo IPs. ipv4 hash:net 40 subnets, 3907 unique IPs updated every 1 day from this link
iblocklist_org_pandora Pandora IPs. ipv4 hash:net 1 subnets, 2048 unique IPs updated every 1 day from this link
iblocklist_org_pandora Pandora IPs. ipv4 hash:net 1 subnets, 2048 unique IPs updated every 1 day from this link
iblocklist_org_pirate_bay The Pirate Bay IPs. ipv4 hash:net 5 subnets, 323 unique IPs updated every 1 day from this link
iblocklist_org_pirate_bay The Pirate Bay IPs. ipv4 hash:net 5 subnets, 323 unique IPs updated every 1 day from this link
iblocklist_org_punkbuster Punkbuster IPs. ipv4 hash:net 1 subnets, 1 unique IPs updated every 1 day from this link
iblocklist_org_punkbuster Punkbuster IPs. ipv4 hash:net 1 subnets, 1 unique IPs updated every 1 day from this link
iblocklist_org_riot_games Riot Games IPs. ipv4 hash:net 6 subnets, 1792 unique IPs updated every 1 day from this link
iblocklist_org_riot_games Riot Games IPs. ipv4 hash:net 6 subnets, 1792 unique IPs updated every 1 day from this link
iblocklist_org_sony_online Sony Online Entertainment IPs. ipv4 hash:net 7 subnets, 24616 unique IPs updated every 1 day from this link
iblocklist_org_sony_online Sony Online Entertainment IPs. ipv4 hash:net 7 subnets, 24616 unique IPs updated every 1 day from this link
iblocklist_org_square_enix Square Enix IPs. ipv4 hash:net 2 subnets, 4112 unique IPs updated every 1 day from this link
iblocklist_org_square_enix Square Enix IPs. ipv4 hash:net 2 subnets, 4112 unique IPs updated every 1 day from this link
iblocklist_org_steam Steam IPs. ipv4 hash:net 51 subnets, 596440 unique IPs updated every 1 day from this link
iblocklist_org_steam Steam IPs. ipv4 hash:net 51 subnets, 596440 unique IPs updated every 1 day from this link
iblocklist_org_ubisoft Ubisoft IPs. ipv4 hash:net 9 subnets, 5304 unique IPs updated every 1 day from this link
iblocklist_org_ubisoft Ubisoft IPs. ipv4 hash:net 9 subnets, 5304 unique IPs updated every 1 day from this link
iblocklist_org_xfire XFire IPs. ipv4 hash:net 3 subnets, 3328 unique IPs updated every 1 day from this link
iblocklist_org_xfire XFire IPs. ipv4 hash:net 3 subnets, 3328 unique IPs updated every 1 day from this link
iblocklist_pedophiles IP ranges of people who we have found to be sharing child pornography in the p2p community. ipv4 hash:net 25767 subnets, 819694 unique IPs updated every 12 hours from this link
iblocklist_proxies Open Proxies IPs list (without TOR) ipv4 hash:ip 673 unique IPs updated every 12 hours from this link
iblocklist_rangetest Suspicious IPs that are under investigation. ipv4 hash:net 515 subnets, 4346058 unique IPs updated every 12 hours from this link
iblocklist_rangetest Suspicious IPs that are under investigation. ipv4 hash:net 515 subnets, 4346058 unique IPs updated every 12 hours from this link
iblocklist_spamhaus_drop Spamhaus.org DROP (Don't Route Or Peer) list. ipv4 hash:net 785 subnets, 23280640 unique IPs updated every 12 hours from this link
iblocklist_spider IP list intended to be used by webmasters to block hostile spiders from their web sites. ipv4 hash:net 734 subnets, 860168 unique IPs updated every 12 hours from this link
iblocklist_spider IP list intended to be used by webmasters to block hostile spiders from their web sites. ipv4 hash:net 734 subnets, 860168 unique IPs updated every 12 hours from this link
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 3297 subnets, 339021 unique IPs updated every 12 hours from this link
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 3297 subnets, 339021 unique IPs updated every 12 hours from this link
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 15422 unique IPs updated every 12 hours from this link
iblocklist_yoyo_adservers pgl.yoyo.org ad servers ipv4 hash:net 10835 subnets, 12322 unique IPs updated every 12 hours from this link
id_continent_af Continent af, with countries: Burkina Faso (BF), Sรฃo Tomรฉ and Prรญncipe (ST), Kenya (KE), Zambia (ZM), Mauritius (MU), Mayotte (YT), Guinea-Bissau (GW), Rwanda (RW), Malawi (MW), Republic of the Congo (CG), Ethiopia (ET), Rรฉunion (RE), Somalia (SO), Lesotho (LS), Tanzania (TZ), Tunisia (TN), Libya (LY), Egypt (EG), Benin (BJ), Eritrea (ER), Mali (ML), Niger (NE), Central African Republic (CF), Mauritania (MR), Sierra Leone (SL), Algeria (DZ), Liberia (LR), Angola (AO), Ivory Coast (CI), Chad (TD), Senegal (SN), Comoros (KM), Equatorial Guinea (GQ), Gambia (GM), Burundi (BI), Guinea (GN), Seychelles (SC), South Sudan (SS), Gabon (GA), Botswana (BW), Togo (TG), Swaziland (SZ), Uganda (UG), Zimbabwe (ZW), Cameroon (CM), Nigeria (NG), Congo (CD), Cape Verde (CV), Sudan (SD), Madagascar (MG), Namibia (NA), Mozambique (MZ), Djibouti (DJ), Ghana (GH), South Africa (ZA), Morocco (MA), -- IPDeny.com ipv4 hash:net 946 subnets, 94390016 unique IPs updated every 1 day from this link
id_continent_as Continent as, with countries: Qatar (QA), Sri Lanka (LK), Philippines (PH), Yemen (YE), Brunei (BN), Hong Kong (HK), Laos (LA), Japan (JP), Republic of Korea (KR), Kazakhstan (KZ), Tajikistan (TJ), Bangladesh (BD), British Indian Ocean Territory (IO), North Korea (KP), United Arab Emirates (AE), Pakistan (PK), Azerbaijan (AZ), Iraq (IQ), Turkey (TR), Afghanistan (AF), Palestine (PS), Indonesia (ID), Myanmar (Burma) (MM), Georgia (GE), Nepal (NP), Bhutan (BT), Armenia (AM), Bahrain (BH), Hashemite Kingdom of Jordan (JO), Singapore (SG), Turkmenistan (TM), Oman (OM), Mongolia (MN), Israel (IL), Syria (SY), Vietnam (VN), Taiwan (TW), Cambodia (KH), Kyrgyzstan (KG), Thailand (TH), Macao (MO), Kuwait (KW), Saudi Arabia (SA), Uzbekistan (UZ), Iran (IR), India (IN), Malaysia (MY), Lebanon (LB), Maldives (MV), China (CN), -- IPDeny.com ipv4 hash:net 14417 subnets, 874857760 unique IPs updated every 1 day from this link
id_continent_eu Continent eu, with countries: Slovak Republic (SK), Denmark (DK), France (FR), Republic of Lithuania (LT), European Union (EU), Liechtenstein (LI), Bosnia and Herzegovina (BA), Gibraltar (GI), Switzerland (CH), Spain (ES), Italy (IT), Hungary (HU), Vatican City (VA), San Marino (SM), Estonia (EE), Ireland (IE), Germany (DE), Jersey (JE), Latvia (LV), Poland (PL), Greece (GR), Republic of Moldova (MD), Norway (NO), Albania (AL), Guernsey (GG), Andorra (AD), Finland (FI), Romania (RO), Belarus (BY), Cyprus (CY), Slovenia (SI), Russia (RU), Croatia (HR), Serbia (RS), Portugal (PT), Netherlands (NL), Austria (AT), Monaco (MC), Belgium (BE), Czech Republic (CZ), F.Y.R.O.M. (MK), Luxembourg (LU), Isle of Man (IM), Iceland (IS), United Kingdom (GB), Ukraine (UA), Montenegro (ME), Malta (MT), Bulgaria (BG), Sweden (SE), Faroe Islands (FO), -- IPDeny.com ipv4 hash:net 20013 subnets, 739586712 unique IPs updated every 1 day from this link
id_continent_na Continent na, with countries: Bahamas (BS), Haiti (HT), Nicaragua (NI), Dominican Republic (DO), Puerto Rico (PR), El Salvador (SV), Anguilla (AI), U.S. Virgin Islands (VI), Guadeloupe (GP), Guatemala (GT), Sint Maarten (SX), United States (US), Trinidad and Tobago (TT), Saint Vincent and the Grenadines (VC), Curaรงao (CW), Aruba (AW), Cayman Islands (KY), Saint Martin (MF), Saint Lucia (LC), Dominica (DM), Saint Kitts and Nevis (KN), Costa Rica (CR), Bonaire, Sint Eustatius, and Saba (BQ), Panama (PA), Antigua and Barbuda (AG), Jamaica (JM), Grenada (GD), Greenland (GL), Belize (BZ), Canada (CA), Honduras (HN), Montserrat (MS), British Virgin Islands (VG), Saint Pierre and Miquelon (PM), Cuba (CU), Saint-Barthรฉlemy (BL), Mexico (MX), Martinique (MQ), Turks and Caicos Islands (TC), Barbados (BB), Bermuda (BM), -- IPDeny.com ipv4 hash:net 11364 subnets, 1724650752 unique IPs updated every 1 day from this link
id_continent_oc Continent oc, with countries: Guam (GU), Samoa (WS), East Timor (TL), Tuvalu (TV), New Caledonia (NC), New Zealand (NZ), Nauru (NR), French Polynesia (PF), Marshall Islands (MH), Fiji (FJ), Federated States of Micronesia (FM), Norfolk Island (NF), Wallis and Futuna (WF), Papua New Guinea (PG), Palau (PW), Cook Islands (CK), Solomon Islands (SB), Tonga (TO), Vanuatu (VU), Tokelau (TK), American Samoa (AS), Northern Mariana Islands (MP), Niue (NU), Australia (AU), Kiribati (KI), -- IPDeny.com ipv4 hash:net 5857 subnets, 56268032 unique IPs updated every 1 day from this link
id_continent_sa Continent sa, with countries: Argentina (AR), Ecuador (EC), Venezuela (VE), Suriname (SR), French Guiana (GF), Brazil (BR), Chile (CL), Guyana (GY), Paraguay (PY), Uruguay (UY), Bolivia (BO), Peru (PE), Colombia (CO), -- IPDeny.com ipv4 hash:net 2673 subnets, 146436096 unique IPs updated every 1 day from this link
id_country_ae United Arab Emirates (AE) -- IPDeny.com ipv4 hash:net 126 subnets, 3859840 unique IPs updated every 1 day from this link
id_country_af Afghanistan (AF) -- IPDeny.com ipv4 hash:net 74 subnets, 165632 unique IPs updated every 1 day from this link
id_country_al Albania (AL) -- IPDeny.com ipv4 hash:net 78 subnets, 341760 unique IPs updated every 1 day from this link
id_country_am Armenia (AM) -- IPDeny.com ipv4 hash:net 101 subnets, 608800 unique IPs updated every 1 day from this link
id_country_ao Angola (AO) -- IPDeny.com ipv4 hash:net 67 subnets, 1202944 unique IPs updated every 1 day from this link
id_country_ar Argentina (AR) -- IPDeny.com ipv4 hash:net 916 subnets, 19009536 unique IPs updated every 1 day from this link
id_country_at Austria (AT) -- IPDeny.com ipv4 hash:net 1225 subnets, 11578208 unique IPs updated every 1 day from this link
id_country_au Australia (AU) -- IPDeny.com ipv4 hash:net 4952 subnets, 48616192 unique IPs updated every 1 day from this link
id_country_az Azerbaijan (AZ) -- IPDeny.com ipv4 hash:net 123 subnets, 754688 unique IPs updated every 1 day from this link
id_country_ba Bosnia and Herzegovina (BA) -- IPDeny.com ipv4 hash:net 121 subnets, 792320 unique IPs updated every 1 day from this link
id_country_bd Bangladesh (BD) -- IPDeny.com ipv4 hash:net 576 subnets, 1274112 unique IPs updated every 1 day from this link
id_country_be Belgium (BE) -- IPDeny.com ipv4 hash:net 705 subnets, 28460416 unique IPs updated every 1 day from this link
id_country_bf Burkina Faso (BF) -- IPDeny.com ipv4 hash:net 20 subnets, 96256 unique IPs updated every 1 day from this link
id_country_bg Bulgaria (BG) -- IPDeny.com ipv4 hash:net 716 subnets, 4425472 unique IPs updated every 1 day from this link
id_country_bh Bahrain (BH) -- IPDeny.com ipv4 hash:net 50 subnets, 458752 unique IPs updated every 1 day from this link
id_country_bj Benin (BJ) -- IPDeny.com ipv4 hash:net 21 subnets, 128512 unique IPs updated every 1 day from this link
id_country_bm Bermuda (BM) -- IPDeny.com ipv4 hash:net 38 subnets, 101888 unique IPs updated every 1 day from this link
id_country_bo Bolivia (BO) -- IPDeny.com ipv4 hash:net 75 subnets, 1140224 unique IPs updated every 1 day from this link
id_country_br Brazil (BR) -- IPDeny.com ipv4 hash:net 1913 subnets, 82632192 unique IPs updated every 1 day from this link
id_country_bs Bahamas (BS) -- IPDeny.com ipv4 hash:net 18 subnets, 136448 unique IPs updated every 1 day from this link
id_country_bw Botswana (BW) -- IPDeny.com ipv4 hash:net 33 subnets, 134400 unique IPs updated every 1 day from this link
id_country_by Belarus (BY) -- IPDeny.com ipv4 hash:net 83 subnets, 1830144 unique IPs updated every 1 day from this link
id_country_bz Belize (BZ) -- IPDeny.com ipv4 hash:net 58 subnets, 159744 unique IPs updated every 1 day from this link
id_country_ca Canada (CA) -- IPDeny.com ipv4 hash:net 3996 subnets, 70110464 unique IPs updated every 1 day from this link
id_country_cd Congo (CD) -- IPDeny.com ipv4 hash:net 38 subnets, 145408 unique IPs updated every 1 day from this link
id_country_cg Republic of the Congo (CG) -- IPDeny.com ipv4 hash:net 15 subnets, 52736 unique IPs updated every 1 day from this link
id_country_ch Switzerland (CH) -- IPDeny.com ipv4 hash:net 1728 subnets, 19940024 unique IPs updated every 1 day from this link
id_country_ci Ivory Coast (CI) -- IPDeny.com ipv4 hash:net 30 subnets, 644096 unique IPs updated every 1 day from this link
id_country_cl Chile (CL) -- IPDeny.com ipv4 hash:net 442 subnets, 10159616 unique IPs updated every 1 day from this link
id_country_cm Cameroon (CM) -- IPDeny.com ipv4 hash:net 34 subnets, 446208 unique IPs updated every 1 day from this link
id_country_cn China (CN) -- IPDeny.com ipv4 hash:net 4543 subnets, 337991424 unique IPs updated every 1 day from this link
id_country_co Colombia (CO) -- IPDeny.com ipv4 hash:net 299 subnets, 17279744 unique IPs updated every 1 day from this link
id_country_cr Costa Rica (CR) -- IPDeny.com ipv4 hash:net 147 subnets, 2576640 unique IPs updated every 1 day from this link
id_country_cy Cyprus (CY) -- IPDeny.com ipv4 hash:net 172 subnets, 1042752 unique IPs updated every 1 day from this link
id_country_cz Czech Republic (CZ) -- IPDeny.com ipv4 hash:net 1038 subnets, 9217920 unique IPs updated every 1 day from this link
id_country_de Germany (DE) -- IPDeny.com ipv4 hash:net 5220 subnets, 118829184 unique IPs updated every 1 day from this link
id_country_dk Denmark (DK) -- IPDeny.com ipv4 hash:net 837 subnets, 12763496 unique IPs updated every 1 day from this link
id_country_do Dominican Republic (DO) -- IPDeny.com ipv4 hash:net 76 subnets, 1568768 unique IPs updated every 1 day from this link
id_country_dz Algeria (DZ) -- IPDeny.com ipv4 hash:net 37 subnets, 4791040 unique IPs updated every 1 day from this link
id_country_ec Ecuador (EC) -- IPDeny.com ipv4 hash:net 154 subnets, 2574336 unique IPs updated every 1 day from this link
id_country_ee Estonia (EE) -- IPDeny.com ipv4 hash:net 188 subnets, 1218360 unique IPs updated every 1 day from this link
id_country_eg Egypt (EG) -- IPDeny.com ipv4 hash:net 154 subnets, 19953408 unique IPs updated every 1 day from this link
id_country_es Spain (ES) -- IPDeny.com ipv4 hash:net 1523 subnets, 30012992 unique IPs updated every 1 day from this link
id_country_eu European Union (EU) -- IPDeny.com ipv4 hash:net 304 subnets, 6292488 unique IPs updated every 1 day from this link
id_country_fi Finland (FI) -- IPDeny.com ipv4 hash:net 770 subnets, 13588480 unique IPs updated every 1 day from this link
id_country_fj Fiji (FJ) -- IPDeny.com ipv4 hash:net 27 subnets, 141824 unique IPs updated every 1 day from this link
id_country_fr France (FR) -- IPDeny.com ipv4 hash:net 2577 subnets, 80016688 unique IPs updated every 1 day from this link
id_country_gb United Kingdom (GB) -- IPDeny.com ipv4 hash:net 5455 subnets, 122539288 unique IPs updated every 1 day from this link
id_country_ge Georgia (GE) -- IPDeny.com ipv4 hash:net 137 subnets, 1195008 unique IPs updated every 1 day from this link
id_country_gh Ghana (GH) -- IPDeny.com ipv4 hash:net 88 subnets, 1128448 unique IPs updated every 1 day from this link
id_country_gi Gibraltar (GI) -- IPDeny.com ipv4 hash:net 29 subnets, 81664 unique IPs updated every 1 day from this link
id_country_gl Greenland (GL) -- IPDeny.com ipv4 hash:net 8 subnets, 23552 unique IPs updated every 1 day from this link
id_country_gm Gambia (GM) -- IPDeny.com ipv4 hash:net 15 subnets, 258560 unique IPs updated every 1 day from this link
id_country_gq Equatorial Guinea (GQ) -- IPDeny.com ipv4 hash:net 8 subnets, 15360 unique IPs updated every 1 day from this link
id_country_gr Greece (GR) -- IPDeny.com ipv4 hash:net 315 subnets, 5879040 unique IPs updated every 1 day from this link
id_country_gt Guatemala (GT) -- IPDeny.com ipv4 hash:net 56 subnets, 606464 unique IPs updated every 1 day from this link
id_country_gu Guam (GU) -- IPDeny.com ipv4 hash:net 26 subnets, 218624 unique IPs updated every 1 day from this link
id_country_gy Guyana (GY) -- IPDeny.com ipv4 hash:net 12 subnets, 61440 unique IPs updated every 1 day from this link
id_country_hk Hong Kong (HK) -- IPDeny.com ipv4 hash:net 1744 subnets, 11686400 unique IPs updated every 1 day from this link
id_country_hn Honduras (HN) -- IPDeny.com ipv4 hash:net 128 subnets, 479744 unique IPs updated every 1 day from this link
id_country_hr Croatia (HR) -- IPDeny.com ipv4 hash:net 175 subnets, 2155072 unique IPs updated every 1 day from this link
id_country_hu Hungary (HU) -- IPDeny.com ipv4 hash:net 438 subnets, 5905664 unique IPs updated every 1 day from this link
id_country_id Indonesia (ID) -- IPDeny.com ipv4 hash:net 1417 subnets, 17884672 unique IPs updated every 1 day from this link
id_country_ie Ireland (IE) -- IPDeny.com ipv4 hash:net 459 subnets, 6483792 unique IPs updated every 1 day from this link
id_country_il Israel (IL) -- IPDeny.com ipv4 hash:net 389 subnets, 7604480 unique IPs updated every 1 day from this link
id_country_im Isle of Man (IM) -- IPDeny.com ipv4 hash:net 16 subnets, 22016 unique IPs updated every 1 day from this link
id_country_in India (IN) -- IPDeny.com ipv4 hash:net 3430 subnets, 40647680 unique IPs updated every 1 day from this link
id_country_iq Iraq (IQ) -- IPDeny.com ipv4 hash:net 128 subnets, 643072 unique IPs updated every 1 day from this link
id_country_ir Iran (IR) -- IPDeny.com ipv4 hash:net 1019 subnets, 12357120 unique IPs updated every 1 day from this link
id_country_is Iceland (IS) -- IPDeny.com ipv4 hash:net 109 subnets, 873984 unique IPs updated every 1 day from this link
id_country_it Italy (IT) -- IPDeny.com ipv4 hash:net 1934 subnets, 53930816 unique IPs updated every 1 day from this link
id_country_jm Jamaica (JM) -- IPDeny.com ipv4 hash:net 42 subnets, 213760 unique IPs updated every 1 day from this link
id_country_jo Hashemite Kingdom of Jordan (JO) -- IPDeny.com ipv4 hash:net 100 subnets, 665472 unique IPs updated every 1 day from this link
id_country_jp Japan (JP) -- IPDeny.com ipv4 hash:net 2710 subnets, 203351808 unique IPs updated every 1 day from this link
id_country_ke Kenya (KE) -- IPDeny.com ipv4 hash:net 144 subnets, 4903424 unique IPs updated every 1 day from this link
id_country_kg Kyrgyzstan (KG) -- IPDeny.com ipv4 hash:net 65 subnets, 271104 unique IPs updated every 1 day from this link
id_country_kh Cambodia (KH) -- IPDeny.com ipv4 hash:net 141 subnets, 294656 unique IPs updated every 1 day from this link
id_country_kr Republic of Korea (KR) -- IPDeny.com ipv4 hash:net 885 subnets, 112422400 unique IPs updated every 1 day from this link
id_country_kw Kuwait (KW) -- IPDeny.com ipv4 hash:net 111 subnets, 1946112 unique IPs updated every 1 day from this link
id_country_kz Kazakhstan (KZ) -- IPDeny.com ipv4 hash:net 243 subnets, 2891520 unique IPs updated every 1 day from this link
id_country_la Laos (LA) -- IPDeny.com ipv4 hash:net 30 subnets, 71168 unique IPs updated every 1 day from this link
id_country_lb Lebanon (LB) -- IPDeny.com ipv4 hash:net 161 subnets, 552448 unique IPs updated every 1 day from this link
id_country_li Liechtenstein (LI) -- IPDeny.com ipv4 hash:net 46 subnets, 94496 unique IPs updated every 1 day from this link
id_country_lr Liberia (LR) -- IPDeny.com ipv4 hash:net 11 subnets, 31232 unique IPs updated every 1 day from this link
id_country_lt Republic of Lithuania (LT) -- IPDeny.com ipv4 hash:net 250 subnets, 2381824 unique IPs updated every 1 day from this link
id_country_lu Luxembourg (LU) -- IPDeny.com ipv4 hash:net 171 subnets, 1398272 unique IPs updated every 1 day from this link
id_country_lv Latvia (LV) -- IPDeny.com ipv4 hash:net 307 subnets, 1722880 unique IPs updated every 1 day from this link
id_country_ma Morocco (MA) -- IPDeny.com ipv4 hash:net 46 subnets, 9898240 unique IPs updated every 1 day from this link
id_country_mc Monaco (MC) -- IPDeny.com ipv4 hash:net 11 subnets, 57600 unique IPs updated every 1 day from this link
id_country_md Republic of Moldova (MD) -- IPDeny.com ipv4 hash:net 258 subnets, 1111552 unique IPs updated every 1 day from this link
id_country_me Montenegro (ME) -- IPDeny.com ipv4 hash:net 37 subnets, 222208 unique IPs updated every 1 day from this link
id_country_mk F.Y.R.O.M. (MK) -- IPDeny.com ipv4 hash:net 78 subnets, 680704 unique IPs updated every 1 day from this link
id_country_mm Myanmar (Burma) (MM) -- IPDeny.com ipv4 hash:net 59 subnets, 76288 unique IPs updated every 1 day from this link
id_country_mn Mongolia (MN) -- IPDeny.com ipv4 hash:net 71 subnets, 225536 unique IPs updated every 1 day from this link
id_country_mr Mauritania (MR) -- IPDeny.com ipv4 hash:net 7 subnets, 42496 unique IPs updated every 1 day from this link
id_country_mt Malta (MT) -- IPDeny.com ipv4 hash:net 89 subnets, 619008 unique IPs updated every 1 day from this link
id_country_mu Mauritius (MU) -- IPDeny.com ipv4 hash:net 77 subnets, 1822720 unique IPs updated every 1 day from this link
id_country_mv Maldives (MV) -- IPDeny.com ipv4 hash:net 17 subnets, 60416 unique IPs updated every 1 day from this link
id_country_mw Malawi (MW) -- IPDeny.com ipv4 hash:net 28 subnets, 418048 unique IPs updated every 1 day from this link
id_country_mx Mexico (MX) -- IPDeny.com ipv4 hash:net 508 subnets, 28815616 unique IPs updated every 1 day from this link
id_country_my Malaysia (MY) -- IPDeny.com ipv4 hash:net 489 subnets, 6700032 unique IPs updated every 1 day from this link
id_country_na Namibia (NA) -- IPDeny.com ipv4 hash:net 30 subnets, 459008 unique IPs updated every 1 day from this link
id_country_ng Nigeria (NG) -- IPDeny.com ipv4 hash:net 208 subnets, 2556928 unique IPs updated every 1 day from this link
id_country_ni Nicaragua (NI) -- IPDeny.com ipv4 hash:net 37 subnets, 402432 unique IPs updated every 1 day from this link
id_country_nl Netherlands (NL) -- IPDeny.com ipv4 hash:net 2780 subnets, 46836448 unique IPs updated every 1 day from this link
id_country_no Norway (NO) -- IPDeny.com ipv4 hash:net 942 subnets, 15762832 unique IPs updated every 1 day from this link
id_country_np Nepal (NP) -- IPDeny.com ipv4 hash:net 90 subnets, 511488 unique IPs updated every 1 day from this link
id_country_nz New Zealand (NZ) -- IPDeny.com ipv4 hash:net 883 subnets, 6865920 unique IPs updated every 1 day from this link
id_country_pa Panama (PA) -- IPDeny.com ipv4 hash:net 116 subnets, 1910272 unique IPs updated every 1 day from this link
id_country_pe Peru (PE) -- IPDeny.com ipv4 hash:net 130 subnets, 3168000 unique IPs updated every 1 day from this link
id_country_pg Papua New Guinea (PG) -- IPDeny.com ipv4 hash:net 31 subnets, 56832 unique IPs updated every 1 day from this link
id_country_ph Philippines (PH) -- IPDeny.com ipv4 hash:net 410 subnets, 5453568 unique IPs updated every 1 day from this link
id_country_pk Pakistan (PK) -- IPDeny.com ipv4 hash:net 290 subnets, 5302272 unique IPs updated every 1 day from this link
id_country_pl Poland (PL) -- IPDeny.com ipv4 hash:net 3130 subnets, 20726088 unique IPs updated every 1 day from this link
id_country_pr Puerto Rico (PR) -- IPDeny.com ipv4 hash:net 129 subnets, 1039872 unique IPs updated every 1 day from this link
id_country_ps Palestine (PS) -- IPDeny.com ipv4 hash:net 111 subnets, 616704 unique IPs updated every 1 day from this link
id_country_pt Portugal (PT) -- IPDeny.com ipv4 hash:net 332 subnets, 6624544 unique IPs updated every 1 day from this link
id_country_py Paraguay (PY) -- IPDeny.com ipv4 hash:net 55 subnets, 1077504 unique IPs updated every 1 day from this link
id_country_qa Qatar (QA) -- IPDeny.com ipv4 hash:net 27 subnets, 833792 unique IPs updated every 1 day from this link
id_country_re Rรฉunion (RE) -- IPDeny.com ipv4 hash:net 10 subnets, 235520 unique IPs updated every 1 day from this link
id_country_ro Romania (RO) -- IPDeny.com ipv4 hash:net 2263 subnets, 8703744 unique IPs updated every 1 day from this link
id_country_rs Serbia (RS) -- IPDeny.com ipv4 hash:net 289 subnets, 2276352 unique IPs updated every 1 day from this link
id_country_ru Russia (RU) -- IPDeny.com ipv4 hash:net 6555 subnets, 45091072 unique IPs updated every 1 day from this link
id_country_rw Rwanda (RW) -- IPDeny.com ipv4 hash:net 17 subnets, 345600 unique IPs updated every 1 day from this link
id_country_sa Saudi Arabia (SA) -- IPDeny.com ipv4 hash:net 335 subnets, 8828928 unique IPs updated every 1 day from this link
id_country_sc Seychelles (SC) -- IPDeny.com ipv4 hash:net 43 subnets, 5809664 unique IPs updated every 1 day from this link
id_country_sd Sudan (SD) -- IPDeny.com ipv4 hash:net 23 subnets, 1271040 unique IPs updated every 1 day from this link
id_country_se Sweden (SE) -- IPDeny.com ipv4 hash:net 1532 subnets, 29946216 unique IPs updated every 1 day from this link
id_country_sg Singapore (SG) -- IPDeny.com ipv4 hash:net 1063 subnets, 6383360 unique IPs updated every 1 day from this link
id_country_si Slovenia (SI) -- IPDeny.com ipv4 hash:net 414 subnets, 2597376 unique IPs updated every 1 day from this link
id_country_sk Slovak Republic (SK) -- IPDeny.com ipv4 hash:net 305 subnets, 2627584 unique IPs updated every 1 day from this link
id_country_sl Sierra Leone (SL) -- IPDeny.com ipv4 hash:net 13 subnets, 51200 unique IPs updated every 1 day from this link
id_country_sm San Marino (SM) -- IPDeny.com ipv4 hash:net 14 subnets, 34304 unique IPs updated every 1 day from this link
id_country_sn Senegal (SN) -- IPDeny.com ipv4 hash:net 15 subnets, 359936 unique IPs updated every 1 day from this link
id_country_ss South Sudan (SS) -- IPDeny.com ipv4 hash:net 13 subnets, 14336 unique IPs updated every 1 day from this link
id_country_sv El Salvador (SV) -- IPDeny.com ipv4 hash:net 55 subnets, 655616 unique IPs updated every 1 day from this link
id_country_sx Sint Maarten (SX) -- IPDeny.com ipv4 hash:net 8 subnets, 25088 unique IPs updated every 1 day from this link
id_country_sy Syria (SY) -- IPDeny.com ipv4 hash:net 125 subnets, 1011712 unique IPs updated every 1 day from this link
id_country_td Chad (TD) -- IPDeny.com ipv4 hash:net 10 subnets, 19968 unique IPs updated every 1 day from this link
id_country_tg Togo (TG) -- IPDeny.com ipv4 hash:net 7 subnets, 304128 unique IPs updated every 1 day from this link
id_country_th Thailand (TH) -- IPDeny.com ipv4 hash:net 448 subnets, 9040896 unique IPs updated every 1 day from this link
id_country_tj Tajikistan (TJ) -- IPDeny.com ipv4 hash:net 21 subnets, 66048 unique IPs updated every 1 day from this link
id_country_tn Tunisia (TN) -- IPDeny.com ipv4 hash:net 18 subnets, 5227008 unique IPs updated every 1 day from this link
id_country_tr Turkey (TR) -- IPDeny.com ipv4 hash:net 752 subnets, 16414976 unique IPs updated every 1 day from this link
id_country_tt Trinidad and Tobago (TT) -- IPDeny.com ipv4 hash:net 42 subnets, 526336 unique IPs updated every 1 day from this link
id_country_tw Taiwan (TW) -- IPDeny.com ipv4 hash:net 436 subnets, 35502336 unique IPs updated every 1 day from this link
id_country_tz Tanzania (TZ) -- IPDeny.com ipv4 hash:net 100 subnets, 1039872 unique IPs updated every 1 day from this link
id_country_ua Ukraine (UA) -- IPDeny.com ipv4 hash:net 2682 subnets, 11680608 unique IPs updated every 1 day from this link
id_country_ug Uganda (UG) -- IPDeny.com ipv4 hash:net 48 subnets, 359424 unique IPs updated every 1 day from this link
id_country_us United States (US) -- IPDeny.com ipv4 hash:net 15881 subnets, 1613731328 unique IPs updated every 1 day from this link
id_country_uy Uruguay (UY) -- IPDeny.com ipv4 hash:net 47 subnets, 2440192 unique IPs updated every 1 day from this link
id_country_uz Uzbekistan (UZ) -- IPDeny.com ipv4 hash:net 59 subnets, 228864 unique IPs updated every 1 day from this link
id_country_va Vatican City (VA) -- IPDeny.com ipv4 hash:net 7 subnets, 13824 unique IPs updated every 1 day from this link
id_country_ve Venezuela (VE) -- IPDeny.com ipv4 hash:net 154 subnets, 6794752 unique IPs updated every 1 day from this link
id_country_vg British Virgin Islands (VG) -- IPDeny.com ipv4 hash:net 131 subnets, 196352 unique IPs updated every 1 day from this link
id_country_vn Vietnam (VN) -- IPDeny.com ipv4 hash:net 422 subnets, 15829760 unique IPs updated every 1 day from this link
id_country_za South Africa (ZA) -- IPDeny.com ipv4 hash:net 891 subnets, 26952960 unique IPs updated every 1 day from this link
id_country_zm Zambia (ZM) -- IPDeny.com ipv4 hash:net 30 subnets, 1096192 unique IPs updated every 1 day from this link
ip2location_continent_af Rwanda (RW), Gabon (GA), Djibouti (DJ), Uganda (UG), Gambia (GM), Namibia (NA), Guinea (GN), Ethiopia (ET), Nigeria (NG), Ghana (GH), Eritrea (ER), Mayotte (YT), Niger (NE), Guinea-Bissau (GW), Reunion (RE), Kenya (KE), Equatorial Guinea (GQ), Algeria (DZ), Egypt (EG), Comoros (KM), Angola (AO), Malawi (MW), Burkina Faso (BF), Mauritius (MU), Zambia (ZM), Sierra Leone (SL), Mauritania (MR), Tanzania (TZ), Somalia (SO), Senegal (SN), Seychelles (SC), Benin (BJ), Sudan (SD), Mozambique (MZ), South Africa (ZA), Cabo Verde (CV), Burundi (BI), Madagascar (MG), Cote D'ivoire (CI), Botswana (BW), Tunisia (TN), Swaziland (SZ), Cameroon (CM), Morocco (MA), Liberia (LR), Lesotho (LS), Chad (TD), Zimbabwe (ZW), South Sudan (SS), Togo (TG), Mali (ML), Sao Tome and Principe (ST), Libya (LY), Congo (CD), Congo (CG), Central African Republic (CF), -- IP2Location.com ipv4 hash:net 4099 subnets, 91937280 unique IPs updated every 1 day from this link
ip2location_continent_aq Antarctica (AQ), -- IP2Location.com ipv4 hash:net 5 subnets, 1280 unique IPs updated every 1 day from this link
ip2location_continent_as Georgia (GE), Korea (KP), Qatar (QA), Korea (KR), Kuwait (KW), Azerbaijan (AZ), Kazakhstan (KZ), Oman (OM), Hong Kong (HK), Uzbekistan (UZ), Afghanistan (AF), Kyrgyzstan (KG), United Arab Emirates (AE), Cambodia (KH), Nepal (NP), Yemen (YE), Armenia (AM), Maldives (MV), Bangladesh (BD), Palestine (PS), British Indian Ocean Territory (IO), Lao People's Democratic Republic (LA), India (IN), Lebanon (LB), Israel (IL), Saudi Arabia (SA), Brunei Darussalam (BN), Taiwan (TW), Viet Nam (VN), Turkey (TR), Singapore (SG), Malaysia (MY), Japan (JP), Bahrain (BH), Sri Lanka (LK), Indonesia (ID), Syrian Arab Republic (SY), Turkmenistan (TM), Jordan (JO), Bhutan (BT), Thailand (TH), Tajikistan (TJ), China (CN), Philippines (PH), Macao (MO), Mongolia (MN), Iran (IR), Myanmar (MM), Iraq (IQ), Pakistan (PK), -- IP2Location.com ipv4 hash:net 31474 subnets, 882687744 unique IPs updated every 1 day from this link
ip2location_continent_eu Guernsey (GG), Russian Federation (RU), Serbia (RS), Norway (NO), Netherlands (NL), United Kingdom (GB), Denmark (DK), Austria (AT), Germany (DE), Croatia (HR), Aland Islands (AX), Gibraltar (GI), Spain (ES), Hungary (HU), Ukraine (UA), South Georgia and The South Sandwich Islands (GS), Greece (GR), Andorra (AD), Romania (RO), Estonia (EE), Albania (AL), Slovenia (SI), France (FR), Cyprus (CY), Bulgaria (BG), Slovakia (SK), Holy See (VA), Malta (MT), Czech Republic (CZ), Belgium (BE), San Marino (SM), Portugal (PT), Isle of Man (IM), Bosnia and Herzegovina (BA), Sweden (SE), Liechtenstein (LI), Ireland (IE), Lithuania (LT), Luxembourg (LU), Switzerland (CH), Montenegro (ME), Latvia (LV), Moldova (MD), Monaco (MC), Iceland (IS), Jersey (JE), Finland (FI), Poland (PL), F.Y.R.O.M. (MK), Faroe Islands (FO), Italy (IT), Belarus (BY), -- IP2Location.com ipv4 hash:net 86540 subnets, 735564800 unique IPs updated every 1 day from this link
ip2location_continent_na Grenada (GD), Dominica (DM), United States Minor Outlying Islands (UM), Nicaragua (NI), Dominican Republic (DO), Aruba (AW), Cayman Islands (KY), Greenland (GL), Haiti (HT), Guatemala (GT), Antigua and Barbuda (AG), Guadeloupe (GP), Honduras (HN), Anguilla (AI), United States (US), Saint Kitts and Nevis (KN), Saint Vincent and The Grenadines (VC), Puerto Rico (PR), Montserrat (MS), Barbados (BB), Virgin Islands (VG), Martinique (MQ), Saint Lucia (LC), Trinidad and Tobago (TT), Saint Barthelemy (BL), Virgin Islands (VI), Costa Rica (CR), Bermuda (BM), Cuba (CU), Curacao (CW), Mexico (MX), Sint Maarten (Dutch Part) (SX), Panama (PA), Saint Martin (French Part) (MF), Jamaica (JM), Bahamas (BS), Bonaire (BQ), Canada (CA), Belize (BZ), Saint Pierre and Miquelon (PM), Turks and Caicos Islands (TC), El Salvador (SV), -- IP2Location.com ipv4 hash:net 55660 subnets, 1719948800 unique IPs updated every 1 day from this link
ip2location_continent_oc American Samoa (AS), Australia (AU), New Caledonia (NC), Norfolk Island (NF), New Zealand (NZ), Guam (GU), Nauru (NR), Kiribati (KI), Niue (NU), Samoa (WS), Palau (PW), Northern Mariana Islands (MP), Tuvalu (TV), Solomon Islands (SB), Timor-Leste (TL), Cook Islands (CK), Wallis and Futuna (WF), Tonga (TO), French Polynesia (PF), Vanuatu (VU), Tokelau (TK), Papua New Guinea (PG), Fiji (FJ), Marshall Islands (MH), Micronesia (FM), -- IP2Location.com ipv4 hash:net 7862 subnets, 58395136 unique IPs updated every 1 day from this link
ip2location_continent_sa Argentina (AR), French Guiana (GF), Uruguay (UY), Guyana (GY), Ecuador (EC), Venezuela (VE), Paraguay (PY), Bolivia (BO), Brazil (BR), Peru (PE), Chile (CL), Colombia (CO), Falkland Islands (Malvinas) (FK), Suriname (SR), -- IP2Location.com ipv4 hash:net 5634 subnets, 146757376 unique IPs updated every 1 day from this link
ip2location_country IP2Location.com geolocation database ipv4 hash:net All the world updated every 1 day from this link
ip2location_country_ad Andorra (AD) -- IP2Location.com ipv4 hash:net 14 subnets, 43008 unique IPs updated every 1 day from this link
ip2location_country_ae United Arab Emirates (AE) -- IP2Location.com ipv4 hash:net 294 subnets, 3909120 unique IPs updated every 1 day from this link
ip2location_country_af Afghanistan (AF) -- IP2Location.com ipv4 hash:net 101 subnets, 204032 unique IPs updated every 1 day from this link
ip2location_country_ag Antigua and Barbuda (AG) -- IP2Location.com ipv4 hash:net 92 subnets, 52480 unique IPs updated every 1 day from this link
ip2location_country_ai Anguilla (AI) -- IP2Location.com ipv4 hash:net 23 subnets, 12800 unique IPs updated every 1 day from this link
ip2location_country_al Albania (AL) -- IP2Location.com ipv4 hash:net 108 subnets, 324864 unique IPs updated every 1 day from this link
ip2location_country_am Armenia (AM) -- IP2Location.com ipv4 hash:net 108 subnets, 616960 unique IPs updated every 1 day from this link
ip2location_country_ao Angola (AO) -- IP2Location.com ipv4 hash:net 108 subnets, 1227776 unique IPs updated every 1 day from this link
ip2location_country_aq Antarctica (AQ) -- IP2Location.com ipv4 hash:net 5 subnets, 1280 unique IPs updated every 1 day from this link
ip2location_country_ar Argentina (AR) -- IP2Location.com ipv4 hash:net 1118 subnets, 19011072 unique IPs updated every 1 day from this link
ip2location_country_as American Samoa (AS) -- IP2Location.com ipv4 hash:net 9 subnets, 6912 unique IPs updated every 1 day from this link
ip2location_country_at Austria (AT) -- IP2Location.com ipv4 hash:net 1664 subnets, 10964480 unique IPs updated every 1 day from this link
ip2location_country_au Australia (AU) -- IP2Location.com ipv4 hash:net 6536 subnets, 50286336 unique IPs updated every 1 day from this link
ip2location_country_ax Aland Islands (AX) -- IP2Location.com ipv4 hash:net 36 subnets, 27648 unique IPs updated every 1 day from this link
ip2location_country_az Azerbaijan (AZ) -- IP2Location.com ipv4 hash:net 126 subnets, 758528 unique IPs updated every 1 day from this link
ip2location_country_ba Bosnia and Herzegovina (BA) -- IP2Location.com ipv4 hash:net 148 subnets, 830976 unique IPs updated every 1 day from this link
ip2location_country_bb Barbados (BB) -- IP2Location.com ipv4 hash:net 151 subnets, 147456 unique IPs updated every 1 day from this link
ip2location_country_bd Bangladesh (BD) -- IP2Location.com ipv4 hash:net 596 subnets, 1277952 unique IPs updated every 1 day from this link
ip2location_country_be Belgium (BE) -- IP2Location.com ipv4 hash:net 2514 subnets, 12203520 unique IPs updated every 1 day from this link
ip2location_country_bf Burkina Faso (BF) -- IP2Location.com ipv4 hash:net 26 subnets, 101632 unique IPs updated every 1 day from this link
ip2location_country_bg Bulgaria (BG) -- IP2Location.com ipv4 hash:net 872 subnets, 4287488 unique IPs updated every 1 day from this link
ip2location_country_bh Bahrain (BH) -- IP2Location.com ipv4 hash:net 71 subnets, 460288 unique IPs updated every 1 day from this link
ip2location_country_bi Burundi (BI) -- IP2Location.com ipv4 hash:net 19 subnets, 40704 unique IPs updated every 1 day from this link
ip2location_country_bj Benin (BJ) -- IP2Location.com ipv4 hash:net 26 subnets, 133632 unique IPs updated every 1 day from this link
ip2location_country_bl Saint Barthelemy (BL) -- IP2Location.com ipv4 hash:net 6 subnets, 2560 unique IPs updated every 1 day from this link
ip2location_country_bm Bermuda (BM) -- IP2Location.com ipv4 hash:net 62 subnets, 127488 unique IPs updated every 1 day from this link
ip2location_country_bn Brunei Darussalam (BN) -- IP2Location.com ipv4 hash:net 29 subnets, 208896 unique IPs updated every 1 day from this link
ip2location_country_bo Bolivia (BO) -- IP2Location.com ipv4 hash:net 89 subnets, 1151232 unique IPs updated every 1 day from this link
ip2location_country_bq Bonaire (BQ) -- IP2Location.com ipv4 hash:net 12 subnets, 24320 unique IPs updated every 1 day from this link
ip2location_country_br Brazil (BR) -- IP2Location.com ipv4 hash:net 2388 subnets, 82829056 unique IPs updated every 1 day from this link
ip2location_country_bs Bahamas (BS) -- IP2Location.com ipv4 hash:net 50 subnets, 159232 unique IPs updated every 1 day from this link
ip2location_country_bt Bhutan (BT) -- IP2Location.com ipv4 hash:net 13 subnets, 32000 unique IPs updated every 1 day from this link
ip2location_country_bw Botswana (BW) -- IP2Location.com ipv4 hash:net 39 subnets, 142080 unique IPs updated every 1 day from this link
ip2location_country_by Belarus (BY) -- IP2Location.com ipv4 hash:net 138 subnets, 1917184 unique IPs updated every 1 day from this link
ip2location_country_bz Belize (BZ) -- IP2Location.com ipv4 hash:net 57 subnets, 114432 unique IPs updated every 1 day from this link
ip2location_country_ca Canada (CA) -- IP2Location.com ipv4 hash:net 7205 subnets, 71381504 unique IPs updated every 1 day from this link
ip2location_country_cc Cocos (Keeling) Islands (CC) -- IP2Location.com ipv4 hash:net 1 subnets, 256 unique IPs updated every 1 day from this link
ip2location_country_cd Congo (CD) -- IP2Location.com ipv4 hash:net 66 subnets, 162816 unique IPs updated every 1 day from this link
ip2location_country_cf Central African Republic (CF) -- IP2Location.com ipv4 hash:net 8 subnets, 11776 unique IPs updated every 1 day from this link
ip2location_country_cg Congo (CG) -- IP2Location.com ipv4 hash:net 24 subnets, 59392 unique IPs updated every 1 day from this link
ip2location_country_ch Switzerland (CH) -- IP2Location.com ipv4 hash:net 2565 subnets, 20115712 unique IPs updated every 1 day from this link
ip2location_country_ci Cote D'ivoire (CI) -- IP2Location.com ipv4 hash:net 38 subnets, 652288 unique IPs updated every 1 day from this link
ip2location_country_cl Chile (CL) -- IP2Location.com ipv4 hash:net 563 subnets, 9987072 unique IPs updated every 1 day from this link
ip2location_country_cm Cameroon (CM) -- IP2Location.com ipv4 hash:net 43 subnets, 450048 unique IPs updated every 1 day from this link
ip2location_country_cn China (CN) -- IP2Location.com ipv4 hash:net 4615 subnets, 337523712 unique IPs updated every 1 day from this link
ip2location_country_co Colombia (CO) -- IP2Location.com ipv4 hash:net 557 subnets, 17301760 unique IPs updated every 1 day from this link
ip2location_country_countryless IPs that do not belong to any country (COUNTRYLESS) -- IP2Location.com ipv4 hash:net 5869 subnets, 659674880 unique IPs updated every 1 day from this link
ip2location_country_cr Costa Rica (CR) -- IP2Location.com ipv4 hash:net 199 subnets, 2569472 unique IPs updated every 1 day from this link
ip2location_country_cv Cabo Verde (CV) -- IP2Location.com ipv4 hash:net 15 subnets, 34304 unique IPs updated every 1 day from this link
ip2location_country_cw Curacao (CW) -- IP2Location.com ipv4 hash:net 56 subnets, 189440 unique IPs updated every 1 day from this link
ip2location_country_cy Cyprus (CY) -- IP2Location.com ipv4 hash:net 247 subnets, 843776 unique IPs updated every 1 day from this link
ip2location_country_cz Czech Republic (CZ) -- IP2Location.com ipv4 hash:net 1421 subnets, 8849664 unique IPs updated every 1 day from this link
ip2location_country_de Germany (DE) -- IP2Location.com ipv4 hash:net 10542 subnets, 121346048 unique IPs updated every 1 day from this link
ip2location_country_dj Djibouti (DJ) -- IP2Location.com ipv4 hash:net 24 subnets, 73216 unique IPs updated every 1 day from this link
ip2location_country_dk Denmark (DK) -- IP2Location.com ipv4 hash:net 1184 subnets, 13157888 unique IPs updated every 1 day from this link
ip2location_country_dm Dominica (DM) -- IP2Location.com ipv4 hash:net 49 subnets, 26368 unique IPs updated every 1 day from this link
ip2location_country_do Dominican Republic (DO) -- IP2Location.com ipv4 hash:net 99 subnets, 1579264 unique IPs updated every 1 day from this link
ip2location_country_dz Algeria (DZ) -- IP2Location.com ipv4 hash:net 70 subnets, 4799744 unique IPs updated every 1 day from this link
ip2location_country_ec Ecuador (EC) -- IP2Location.com ipv4 hash:net 255 subnets, 2656768 unique IPs updated every 1 day from this link
ip2location_country_ee Estonia (EE) -- IP2Location.com ipv4 hash:net 288 subnets, 1509632 unique IPs updated every 1 day from this link
ip2location_country_eg Egypt (EG) -- IP2Location.com ipv4 hash:net 215 subnets, 19962624 unique IPs updated every 1 day from this link
ip2location_country_er Eritrea (ER) -- IP2Location.com ipv4 hash:net 2 subnets, 8192 unique IPs updated every 1 day from this link
ip2location_country_es Spain (ES) -- IP2Location.com ipv4 hash:net 2594 subnets, 32024832 unique IPs updated every 1 day from this link
ip2location_country_et Ethiopia (ET) -- IP2Location.com ipv4 hash:net 6 subnets, 364800 unique IPs updated every 1 day from this link
ip2location_country_fi Finland (FI) -- IP2Location.com ipv4 hash:net 1249 subnets, 13521920 unique IPs updated every 1 day from this link
ip2location_country_fk Falkland Islands (Malvinas) (FK) -- IP2Location.com ipv4 hash:net 6 subnets, 2048 unique IPs updated every 1 day from this link
ip2location_country_fr France (FR) -- IP2Location.com ipv4 hash:net 6017 subnets, 82469120 unique IPs updated every 1 day from this link
ip2location_country_ga Gabon (GA) -- IP2Location.com ipv4 hash:net 46 subnets, 414208 unique IPs updated every 1 day from this link
ip2location_country_gb United Kingdom (GB) -- IP2Location.com ipv4 hash:net 12742 subnets, 124604160 unique IPs updated every 1 day from this link
ip2location_country_gd Grenada (GD) -- IP2Location.com ipv4 hash:net 50 subnets, 29952 unique IPs updated every 1 day from this link
ip2location_country_ge Georgia (GE) -- IP2Location.com ipv4 hash:net 178 subnets, 1220608 unique IPs updated every 1 day from this link
ip2location_country_gf French Guiana (GF) -- IP2Location.com ipv4 hash:net 68 subnets, 57856 unique IPs updated every 1 day from this link
ip2location_country_gg Guernsey (GG) -- IP2Location.com ipv4 hash:net 36 subnets, 73472 unique IPs updated every 1 day from this link
ip2location_country_gh Ghana (GH) -- IP2Location.com ipv4 hash:net 121 subnets, 1132544 unique IPs updated every 1 day from this link
ip2location_country_gi Gibraltar (GI) -- IP2Location.com ipv4 hash:net 49 subnets, 74496 unique IPs updated every 1 day from this link
ip2location_country_gl Greenland (GL) -- IP2Location.com ipv4 hash:net 8 subnets, 23552 unique IPs updated every 1 day from this link
ip2location_country_gm Gambia (GM) -- IP2Location.com ipv4 hash:net 15 subnets, 260608 unique IPs updated every 1 day from this link
ip2location_country_gn Guinea (GN) -- IP2Location.com ipv4 hash:net 12 subnets, 29696 unique IPs updated every 1 day from this link
ip2location_country_gp Guadeloupe (GP) -- IP2Location.com ipv4 hash:net 132 subnets, 131584 unique IPs updated every 1 day from this link
ip2location_country_gq Equatorial Guinea (GQ) -- IP2Location.com ipv4 hash:net 14 subnets, 21248 unique IPs updated every 1 day from this link
ip2location_country_gr Greece (GR) -- IP2Location.com ipv4 hash:net 466 subnets, 6086400 unique IPs updated every 1 day from this link
ip2location_country_gt Guatemala (GT) -- IP2Location.com ipv4 hash:net 121 subnets, 627968 unique IPs updated every 1 day from this link
ip2location_country_gu Guam (GU) -- IP2Location.com ipv4 hash:net 48 subnets, 231936 unique IPs updated every 1 day from this link
ip2location_country_gw Guinea-Bissau (GW) -- IP2Location.com ipv4 hash:net 5 subnets, 10496 unique IPs updated every 1 day from this link
ip2location_country_gy Guyana (GY) -- IP2Location.com ipv4 hash:net 17 subnets, 66304 unique IPs updated every 1 day from this link
ip2location_country_hk Hong Kong (HK) -- IP2Location.com ipv4 hash:net 3705 subnets, 13015808 unique IPs updated every 1 day from this link
ip2location_country_hn Honduras (HN) -- IP2Location.com ipv4 hash:net 248 subnets, 518912 unique IPs updated every 1 day from this link
ip2location_country_hr Croatia (HR) -- IP2Location.com ipv4 hash:net 275 subnets, 2588160 unique IPs updated every 1 day from this link
ip2location_country_hu Hungary (HU) -- IP2Location.com ipv4 hash:net 677 subnets, 5892608 unique IPs updated every 1 day from this link
ip2location_country_id Indonesia (ID) -- IP2Location.com ipv4 hash:net 1511 subnets, 17964544 unique IPs updated every 1 day from this link
ip2location_country_ie Ireland (IE) -- IP2Location.com ipv4 hash:net 1461 subnets, 9957888 unique IPs updated every 1 day from this link
ip2location_country_il Israel (IL) -- IP2Location.com ipv4 hash:net 675 subnets, 8189696 unique IPs updated every 1 day from this link
ip2location_country_im Isle of Man (IM) -- IP2Location.com ipv4 hash:net 45 subnets, 99584 unique IPs updated every 1 day from this link
ip2location_country_in India (IN) -- IP2Location.com ipv4 hash:net 4041 subnets, 41871360 unique IPs updated every 1 day from this link
ip2location_country_io British Indian Ocean Territory (IO) -- IP2Location.com ipv4 hash:net 4 subnets, 3584 unique IPs updated every 1 day from this link
ip2location_country_iq Iraq (IQ) -- IP2Location.com ipv4 hash:net 186 subnets, 670464 unique IPs updated every 1 day from this link
ip2location_country_ir Iran (IR) -- IP2Location.com ipv4 hash:net 1056 subnets, 12371968 unique IPs updated every 1 day from this link
ip2location_country_is Iceland (IS) -- IP2Location.com ipv4 hash:net 123 subnets, 890880 unique IPs updated every 1 day from this link
ip2location_country_it Italy (IT) -- IP2Location.com ipv4 hash:net 3001 subnets, 54203136 unique IPs updated every 1 day from this link
ip2location_country_je Jersey (JE) -- IP2Location.com ipv4 hash:net 34 subnets, 78080 unique IPs updated every 1 day from this link
ip2location_country_jm Jamaica (JM) -- IP2Location.com ipv4 hash:net 149 subnets, 277248 unique IPs updated every 1 day from this link
ip2location_country_jo Jordan (JO) -- IP2Location.com ipv4 hash:net 112 subnets, 683264 unique IPs updated every 1 day from this link
ip2location_country_jp Japan (JP) -- IP2Location.com ipv4 hash:net 4331 subnets, 204891136 unique IPs updated every 1 day from this link
ip2location_country_ke Kenya (KE) -- IP2Location.com ipv4 hash:net 243 subnets, 4969984 unique IPs updated every 1 day from this link
ip2location_country_kg Kyrgyzstan (KG) -- IP2Location.com ipv4 hash:net 68 subnets, 271360 unique IPs updated every 1 day from this link
ip2location_country_kh Cambodia (KH) -- IP2Location.com ipv4 hash:net 147 subnets, 301568 unique IPs updated every 1 day from this link
ip2location_country_ki Kiribati (KI) -- IP2Location.com ipv4 hash:net 6 subnets, 8704 unique IPs updated every 1 day from this link
ip2location_country_km Comoros (KM) -- IP2Location.com ipv4 hash:net 5 subnets, 9216 unique IPs updated every 1 day from this link
ip2location_country_kn Saint Kitts and Nevis (KN) -- IP2Location.com ipv4 hash:net 40 subnets, 29696 unique IPs updated every 1 day from this link
ip2location_country_kp Korea (KP) -- IP2Location.com ipv4 hash:net 3 subnets, 9472 unique IPs updated every 1 day from this link
ip2location_country_kr Korea (KR) -- IP2Location.com ipv4 hash:net 1051 subnets, 112832000 unique IPs updated every 1 day from this link
ip2location_country_kw Kuwait (KW) -- IP2Location.com ipv4 hash:net 151 subnets, 1962496 unique IPs updated every 1 day from this link
ip2location_country_ky Cayman Islands (KY) -- IP2Location.com ipv4 hash:net 37 subnets, 177920 unique IPs updated every 1 day from this link
ip2location_country_kz Kazakhstan (KZ) -- IP2Location.com ipv4 hash:net 315 subnets, 3110400 unique IPs updated every 1 day from this link
ip2location_country_la Lao People's Democratic Republic (LA) -- IP2Location.com ipv4 hash:net 34 subnets, 75520 unique IPs updated every 1 day from this link
ip2location_country_lb Lebanon (LB) -- IP2Location.com ipv4 hash:net 212 subnets, 589312 unique IPs updated every 1 day from this link
ip2location_country_lc Saint Lucia (LC) -- IP2Location.com ipv4 hash:net 34 subnets, 20480 unique IPs updated every 1 day from this link
ip2location_country_li Liechtenstein (LI) -- IP2Location.com ipv4 hash:net 79 subnets, 105472 unique IPs updated every 1 day from this link
ip2location_country_lk Sri Lanka (LK) -- IP2Location.com ipv4 hash:net 58 subnets, 557056 unique IPs updated every 1 day from this link
ip2location_country_lr Liberia (LR) -- IP2Location.com ipv4 hash:net 24 subnets, 38656 unique IPs updated every 1 day from this link
ip2location_country_ls Lesotho (LS) -- IP2Location.com ipv4 hash:net 25 subnets, 110592 unique IPs updated every 1 day from this link
ip2location_country_lt Lithuania (LT) -- IP2Location.com ipv4 hash:net 452 subnets, 2962944 unique IPs updated every 1 day from this link
ip2location_country_lu Luxembourg (LU) -- IP2Location.com ipv4 hash:net 324 subnets, 1540352 unique IPs updated every 1 day from this link
ip2location_country_lv Latvia (LV) -- IP2Location.com ipv4 hash:net 436 subnets, 2013184 unique IPs updated every 1 day from this link
ip2location_country_ly Libya (LY) -- IP2Location.com ipv4 hash:net 36 subnets, 339968 unique IPs updated every 1 day from this link
ip2location_country_ma Morocco (MA) -- IP2Location.com ipv4 hash:net 64 subnets, 9899008 unique IPs updated every 1 day from this link
ip2location_country_mc Monaco (MC) -- IP2Location.com ipv4 hash:net 19 subnets, 49920 unique IPs updated every 1 day from this link
ip2location_country_md Moldova (MD) -- IP2Location.com ipv4 hash:net 269 subnets, 1277440 unique IPs updated every 1 day from this link
ip2location_country_me Montenegro (ME) -- IP2Location.com ipv4 hash:net 57 subnets, 185344 unique IPs updated every 1 day from this link
ip2location_country_mg Madagascar (MG) -- IP2Location.com ipv4 hash:net 23 subnets, 172544 unique IPs updated every 1 day from this link
ip2location_country_mk F.Y.R.O.M. (MK) -- IP2Location.com ipv4 hash:net 108 subnets, 682752 unique IPs updated every 1 day from this link
ip2location_country_ml Mali (ML) -- IP2Location.com ipv4 hash:net 24 subnets, 80384 unique IPs updated every 1 day from this link
ip2location_country_mm Myanmar (MM) -- IP2Location.com ipv4 hash:net 60 subnets, 78080 unique IPs updated every 1 day from this link
ip2location_country_mn Mongolia (MN) -- IP2Location.com ipv4 hash:net 90 subnets, 230656 unique IPs updated every 1 day from this link
ip2location_country_mo Macao (MO) -- IP2Location.com ipv4 hash:net 44 subnets, 357632 unique IPs updated every 1 day from this link
ip2location_country_mq Martinique (MQ) -- IP2Location.com ipv4 hash:net 82 subnets, 107008 unique IPs updated every 1 day from this link
ip2location_country_mr Mauritania (MR) -- IP2Location.com ipv4 hash:net 16 subnets, 49920 unique IPs updated every 1 day from this link
ip2location_country_mt Malta (MT) -- IP2Location.com ipv4 hash:net 111 subnets, 614912 unique IPs updated every 1 day from this link
ip2location_country_mu Mauritius (MU) -- IP2Location.com ipv4 hash:net 158 subnets, 1361152 unique IPs updated every 1 day from this link
ip2location_country_mv Maldives (MV) -- IP2Location.com ipv4 hash:net 17 subnets, 64256 unique IPs updated every 1 day from this link
ip2location_country_mw Malawi (MW) -- IP2Location.com ipv4 hash:net 39 subnets, 422144 unique IPs updated every 1 day from this link
ip2location_country_mx Mexico (MX) -- IP2Location.com ipv4 hash:net 745 subnets, 29038080 unique IPs updated every 1 day from this link
ip2location_country_my Malaysia (MY) -- IP2Location.com ipv4 hash:net 650 subnets, 6674432 unique IPs updated every 1 day from this link
ip2location_country_mz Mozambique (MZ) -- IP2Location.com ipv4 hash:net 57 subnets, 454400 unique IPs updated every 1 day from this link
ip2location_country_na Namibia (NA) -- IP2Location.com ipv4 hash:net 45 subnets, 457472 unique IPs updated every 1 day from this link
ip2location_country_ne Niger (NE) -- IP2Location.com ipv4 hash:net 14 subnets, 46080 unique IPs updated every 1 day from this link
ip2location_country_ng Nigeria (NG) -- IP2Location.com ipv4 hash:net 324 subnets, 2571776 unique IPs updated every 1 day from this link
ip2location_country_ni Nicaragua (NI) -- IP2Location.com ipv4 hash:net 75 subnets, 436224 unique IPs updated every 1 day from this link
ip2location_country_nl Netherlands (NL) -- IP2Location.com ipv4 hash:net 7987 subnets, 50595072 unique IPs updated every 1 day from this link
ip2location_country_no Norway (NO) -- IP2Location.com ipv4 hash:net 1823 subnets, 15845120 unique IPs updated every 1 day from this link
ip2location_country_np Nepal (NP) -- IP2Location.com ipv4 hash:net 94 subnets, 517376 unique IPs updated every 1 day from this link
ip2location_country_nr Nauru (NR) -- IP2Location.com ipv4 hash:net 6 subnets, 13568 unique IPs updated every 1 day from this link
ip2location_country_nz New Zealand (NZ) -- IP2Location.com ipv4 hash:net 1035 subnets, 7245056 unique IPs updated every 1 day from this link
ip2location_country_pa Panama (PA) -- IP2Location.com ipv4 hash:net 229 subnets, 1883648 unique IPs updated every 1 day from this link
ip2location_country_pe Peru (PE) -- IP2Location.com ipv4 hash:net 177 subnets, 3228416 unique IPs updated every 1 day from this link
ip2location_country_pg Papua New Guinea (PG) -- IP2Location.com ipv4 hash:net 32 subnets, 60928 unique IPs updated every 1 day from this link
ip2location_country_ph Philippines (PH) -- IP2Location.com ipv4 hash:net 549 subnets, 5527296 unique IPs updated every 1 day from this link
ip2location_country_pk Pakistan (PK) -- IP2Location.com ipv4 hash:net 328 subnets, 5310720 unique IPs updated every 1 day from this link
ip2location_country_pl Poland (PL) -- IP2Location.com ipv4 hash:net 6468 subnets, 22711808 unique IPs updated every 1 day from this link
ip2location_country_pr Puerto Rico (PR) -- IP2Location.com ipv4 hash:net 306 subnets, 1336832 unique IPs updated every 1 day from this link
ip2location_country_ps Palestine (PS) -- IP2Location.com ipv4 hash:net 126 subnets, 626432 unique IPs updated every 1 day from this link
ip2location_country_pt Portugal (PT) -- IP2Location.com ipv4 hash:net 445 subnets, 6381056 unique IPs updated every 1 day from this link
ip2location_country_py Paraguay (PY) -- IP2Location.com ipv4 hash:net 72 subnets, 1102336 unique IPs updated every 1 day from this link
ip2location_country_qa Qatar (QA) -- IP2Location.com ipv4 hash:net 45 subnets, 851456 unique IPs updated every 1 day from this link
ip2location_country_re Reunion (RE) -- IP2Location.com ipv4 hash:net 180 subnets, 323840 unique IPs updated every 1 day from this link
ip2location_country_ro Romania (RO) -- IP2Location.com ipv4 hash:net 2413 subnets, 8814336 unique IPs updated every 1 day from this link
ip2location_country_rs Serbia (RS) -- IP2Location.com ipv4 hash:net 367 subnets, 2355968 unique IPs updated every 1 day from this link
ip2location_country_ru Russian Federation (RU) -- IP2Location.com ipv4 hash:net 7581 subnets, 45150208 unique IPs updated every 1 day from this link
ip2location_country_rw Rwanda (RW) -- IP2Location.com ipv4 hash:net 37 subnets, 376832 unique IPs updated every 1 day from this link
ip2location_country_sa Saudi Arabia (SA) -- IP2Location.com ipv4 hash:net 391 subnets, 8977152 unique IPs updated every 1 day from this link
ip2location_country_sc Seychelles (SC) -- IP2Location.com ipv4 hash:net 74 subnets, 1156096 unique IPs updated every 1 day from this link
ip2location_country_sd Sudan (SD) -- IP2Location.com ipv4 hash:net 29 subnets, 1272832 unique IPs updated every 1 day from this link
ip2location_country_se Sweden (SE) -- IP2Location.com ipv4 hash:net 3113 subnets, 28062208 unique IPs updated every 1 day from this link
ip2location_country_sg Singapore (SG) -- IP2Location.com ipv4 hash:net 2327 subnets, 8342528 unique IPs updated every 1 day from this link
ip2location_country_si Slovenia (SI) -- IP2Location.com ipv4 hash:net 492 subnets, 2623232 unique IPs updated every 1 day from this link
ip2location_country_sk Slovakia (SK) -- IP2Location.com ipv4 hash:net 413 subnets, 2701824 unique IPs updated every 1 day from this link
ip2location_country_sl Sierra Leone (SL) -- IP2Location.com ipv4 hash:net 21 subnets, 56064 unique IPs updated every 1 day from this link
ip2location_country_sm San Marino (SM) -- IP2Location.com ipv4 hash:net 16 subnets, 36096 unique IPs updated every 1 day from this link
ip2location_country_sn Senegal (SN) -- IP2Location.com ipv4 hash:net 20 subnets, 364288 unique IPs updated every 1 day from this link
ip2location_country_so Somalia (SO) -- IP2Location.com ipv4 hash:net 20 subnets, 26368 unique IPs updated every 1 day from this link
ip2location_country_ss South Sudan (SS) -- IP2Location.com ipv4 hash:net 18 subnets, 14848 unique IPs updated every 1 day from this link
ip2location_country_sv El Salvador (SV) -- IP2Location.com ipv4 hash:net 116 subnets, 685824 unique IPs updated every 1 day from this link
ip2location_country_sx Sint Maarten (Dutch Part) (SX) -- IP2Location.com ipv4 hash:net 13 subnets, 35072 unique IPs updated every 1 day from this link
ip2location_country_sy Syrian Arab Republic (SY) -- IP2Location.com ipv4 hash:net 137 subnets, 1086720 unique IPs updated every 1 day from this link
ip2location_country_sz Swaziland (SZ) -- IP2Location.com ipv4 hash:net 19 subnets, 51968 unique IPs updated every 1 day from this link
ip2location_country_tc Turks and Caicos Islands (TC) -- IP2Location.com ipv4 hash:net 10 subnets, 7424 unique IPs updated every 1 day from this link
ip2location_country_td Chad (TD) -- IP2Location.com ipv4 hash:net 13 subnets, 24576 unique IPs updated every 1 day from this link
ip2location_country_tg Togo (TG) -- IP2Location.com ipv4 hash:net 11 subnets, 309248 unique IPs updated every 1 day from this link
ip2location_country_th Thailand (TH) -- IP2Location.com ipv4 hash:net 579 subnets, 9200640 unique IPs updated every 1 day from this link
ip2location_country_tj Tajikistan (TJ) -- IP2Location.com ipv4 hash:net 33 subnets, 77824 unique IPs updated every 1 day from this link
ip2location_country_tl Timor-Leste (TL) -- IP2Location.com ipv4 hash:net 17 subnets, 16384 unique IPs updated every 1 day from this link
ip2location_country_tm Turkmenistan (TM) -- IP2Location.com ipv4 hash:net 9 subnets, 22784 unique IPs updated every 1 day from this link
ip2location_country_tn Tunisia (TN) -- IP2Location.com ipv4 hash:net 19 subnets, 5231104 unique IPs updated every 1 day from this link
ip2location_country_to Tonga (TO) -- IP2Location.com ipv4 hash:net 8 subnets, 13824 unique IPs updated every 1 day from this link
ip2location_country_tr Turkey (TR) -- IP2Location.com ipv4 hash:net 925 subnets, 16409856 unique IPs updated every 1 day from this link
ip2location_country_tt Trinidad and Tobago (TT) -- IP2Location.com ipv4 hash:net 44 subnets, 532480 unique IPs updated every 1 day from this link
ip2location_country_tv Tuvalu (TV) -- IP2Location.com ipv4 hash:net 2 subnets, 12288 unique IPs updated every 1 day from this link
ip2location_country_tw Taiwan (TW) -- IP2Location.com ipv4 hash:net 684 subnets, 35603200 unique IPs updated every 1 day from this link
ip2location_country_tz Tanzania (TZ) -- IP2Location.com ipv4 hash:net 147 subnets, 1084416 unique IPs updated every 1 day from this link
ip2location_country_ua Ukraine (UA) -- IP2Location.com ipv4 hash:net 3032 subnets, 11811584 unique IPs updated every 1 day from this link
ip2location_country_ug Uganda (UG) -- IP2Location.com ipv4 hash:net 80 subnets, 318976 unique IPs updated every 1 day from this link
ip2location_country_um United States Minor Outlying Islands (UM) -- IP2Location.com ipv4 hash:net 2 subnets, 512 unique IPs updated every 1 day from this link
ip2location_country_us United States (US) -- IP2Location.com ipv4 hash:net 44920 subnets, 1606929408 unique IPs updated every 1 day from this link
ip2location_country_uy Uruguay (UY) -- IP2Location.com ipv4 hash:net 64 subnets, 2475520 unique IPs updated every 1 day from this link
ip2location_country_uz Uzbekistan (UZ) -- IP2Location.com ipv4 hash:net 75 subnets, 254208 unique IPs updated every 1 day from this link
ip2location_country_va Holy See (VA) -- IP2Location.com ipv4 hash:net 13 subnets, 15104 unique IPs updated every 1 day from this link
ip2location_country_vc Saint Vincent and The Grenadines (VC) -- IP2Location.com ipv4 hash:net 42 subnets, 33280 unique IPs updated every 1 day from this link
ip2location_country_ve Venezuela (VE) -- IP2Location.com ipv4 hash:net 248 subnets, 6805504 unique IPs updated every 1 day from this link
ip2location_country_vg Virgin Islands (VG) -- IP2Location.com ipv4 hash:net 79 subnets, 77312 unique IPs updated every 1 day from this link
ip2location_country_vi Virgin Islands (VI) -- IP2Location.com ipv4 hash:net 36 subnets, 111104 unique IPs updated every 1 day from this link
ip2location_country_vn Viet Nam (VN) -- IP2Location.com ipv4 hash:net 440 subnets, 15833344 unique IPs updated every 1 day from this link
ip2location_country_ws Samoa (WS) -- IP2Location.com ipv4 hash:net 15 subnets, 23040 unique IPs updated every 1 day from this link
ip2location_country_ye Yemen (YE) -- IP2Location.com ipv4 hash:net 26 subnets, 141824 unique IPs updated every 1 day from this link
ip2location_country_za South Africa (ZA) -- IP2Location.com ipv4 hash:net 1232 subnets, 28898816 unique IPs updated every 1 day from this link
ip2location_country_zm Zambia (ZM) -- IP2Location.com ipv4 hash:net 63 subnets, 1152000 unique IPs updated every 1 day from this link
ip2location_country_zw Zimbabwe (ZW) -- IP2Location.com ipv4 hash:net 63 subnets, 171008 unique IPs updated every 1 day from this link
ipblacklistcloud_recent IP Blacklist Cloud 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 35 unique IPs updated every 4 hours from this link
ipblacklistcloud_recent_1d IP Blacklist Cloud 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 35 unique IPs updated every 4 hours from this link
ipblacklistcloud_recent_30d IP Blacklist Cloud 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 137 unique IPs updated every 4 hours from this link
ipblacklistcloud_recent_7d IP Blacklist Cloud 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 35 unique IPs updated every 4 hours from this link
ipblacklistcloud_top IP Blacklist Cloud 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 200 unique IPs updated every 1 day from this link
ipdeny_country IPDeny.com geolocation database ipv4 hash:net All the world updated every 1 day from this link
iw_spamlist ImproWare Antispam IPs sending spam, in the last 3 days ipv4 hash:ip 2212 unique IPs updated every 1 hour from this link
iw_wormlist ImproWare Antispam IPs sending emails with viruses or worms, in the last 3 days ipv4 hash:ip 1 unique IPs updated every 1 hour from this link
jigsaw_attacks Jigsaw Security Enterprise IP Address Sources of Attack. Information on this blacklist is low fidelity meaning we do not update these indicators that often and there is no validation of the data. These are raw feeds that have not been processed. In order to get the most up to date data and to remove false positives you should consider subscribing to our Jigsaw Enterprise Solution. ipv4 hash:ip 27109 unique IPs updated every 1 day from this link
jigsaw_malware Jigsaw Security Enterprise Malicious IP Destinations usually C2 or botnet activity or malicious payloads. Information on this blacklist is low fidelity meaning we do not update these indicators that often and there is no validation of the data. These are raw feeds that have not been processed. In order to get the most up to date data and to remove false positives you should consider subscribing to our Jigsaw Enterprise Solution. ipv4 hash:ip 59614 unique IPs updated every 1 day from this link
lashback_ubl The LashBack UBL 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 2670867 unique IPs updated every 1 day from this link
malc0de Malc0de.com malicious IPs of the last 30 days ipv4 hash:ip 65 unique IPs updated every 1 day from this link
malwaredomainlist malwaredomainlist.com list of malware active ip addresses ipv4 hash:ip 1148 unique IPs updated every 12 hours from this link
maxmind_proxy_fraud MaxMind.com list of anonymous proxy fraudelent IP addresses. ipv4 hash:ip 462 unique IPs updated every 4 hours from this link
myip myip.ms IPs identified as web bots in the last 10 days, using several sites that require human action ipv4 hash:ip 1958 unique IPs updated every 1 day from this link
nixspam NiX Spam 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 37258 unique IPs updated every 15 mins from this link
nt_malware_dns No Think 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
nt_malware_dns No Think 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
nt_malware_http No Think Malware HTTP ipv4 hash:ip 69 unique IPs updated every 1 hour from this link
nt_malware_http No Think Malware HTTP ipv4 hash:ip 69 unique IPs updated every 1 hour from this link
nt_malware_irc No Think Malware IRC ipv4 hash:ip 43 unique IPs updated every 1 hour from this link
nt_malware_irc No Think Malware IRC ipv4 hash:ip 43 unique IPs updated every 1 hour from this link
nt_ssh_7d NoThink Last 7 days SSH attacks ipv4 hash:ip 396 unique IPs updated every 1 hour from this link
nullsecure 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 by Brian Warehime, a Senior Security Analyst at Defense Point Security. ipv4 hash:ip 29439 unique IPs updated every 8 hours from this link
openbl OpenBL.org default blacklist (currently it is the same with 90 days). OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications ipv4 hash:ip disabled updated every 4 hours from this link
openbl_180d OpenBL.org last 180 days IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 9547 unique IPs updated every 4 hours from this link
openbl_1d OpenBL.org last 24 hours IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 142 unique IPs updated every 1 hour from this link
openbl_30d OpenBL.org last 30 days IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 2109 unique IPs updated every 4 hours from this link
openbl_360d OpenBL.org last 360 days IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 19622 unique IPs updated every 4 hours from this link
openbl_60d OpenBL.org last 60 days IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 3648 unique IPs updated every 4 hours from this link
openbl_7d OpenBL.org last 7 days IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 660 unique IPs updated every 4 hours from this link
openbl_90d OpenBL.org last 90 days IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 5126 unique IPs updated every 4 hours from this link
openbl_all OpenBL.org last all IPs. OpenBL.org is detecting, logging and reporting various types of internet abuse. Currently they monitor ports 21 (FTP), 22 (SSH), 23 (TELNET), 25 (SMTP), 110 (POP3), 143 (IMAP), 587 (Submission), 993 (IMAPS) and 995 (POP3S) for bruteforce login attacks as well as scans on ports 80 (HTTP) and 443 (HTTPS) for vulnerable installations of phpMyAdmin and other web applications. ipv4 hash:ip 121496 unique IPs updated every 4 hours from this link
packetmail 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 1698 unique IPs updated every 4 hours from this link
packetmail_carisirt PacketMail.net IP addresses that have been detected performing TCP SYN to 66.240.206.5 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 550 unique IPs updated every 4 hours from this link
packetmail_emerging_ips 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 73 unique IPs updated every 4 hours from this link
packetmail_mail 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 52 unique IPs updated every 4 hours from this link
packetmail_ramnode 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 166 unique IPs updated every 4 hours from this link
palevo Abuse.ch Palevo tracker worm includes IPs which are being used as botnet C&C for the Palevo crimeware ipv4 hash:ip 12 unique IPs updated every 30 mins from this link
php_bad projecthoneypot.org bad web hosts (this list is composed using an RSS feed) ipv4 hash:ip disabled updated every 1 hour from this link
php_commenters projecthoneypot.org comment spammers (this list is composed using an RSS feed) ipv4 hash:ip 50 unique IPs updated every 1 hour from this link
php_commenters_1d projecthoneypot.org comment spammers (this list is composed using an RSS feed) ipv4 hash:ip 50 unique IPs updated every 1 hour from this link
php_commenters_30d projecthoneypot.org comment spammers (this list is composed using an RSS feed) ipv4 hash:ip 784 unique IPs updated every 1 hour from this link
php_commenters_7d projecthoneypot.org comment spammers (this list is composed using an RSS feed) ipv4 hash:ip 205 unique IPs updated every 1 hour from this link
php_dictionary projecthoneypot.org directory attackers (this list is composed using an RSS feed) ipv4 hash:ip 50 unique IPs updated every 1 hour from this link
php_dictionary_1d projecthoneypot.org directory attackers (this list is composed using an RSS feed) ipv4 hash:ip 50 unique IPs updated every 1 hour from this link
php_dictionary_30d projecthoneypot.org directory attackers (this list is composed using an RSS feed) ipv4 hash:ip 1141 unique IPs updated every 1 hour from this link
php_dictionary_7d projecthoneypot.org directory attackers (this list is composed using an RSS feed) ipv4 hash:ip 303 unique IPs updated every 1 hour from this link
php_harvesters projecthoneypot.org 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
php_harvesters_1d projecthoneypot.org harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed) ipv4 hash:ip 73 unique IPs updated every 1 hour from this link
php_harvesters_30d projecthoneypot.org harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed) ipv4 hash:ip 451 unique IPs updated every 1 hour from this link
php_harvesters_7d projecthoneypot.org harvesters (IPs that surf the internet looking for email addresses) (this list is composed using an RSS feed) ipv4 hash:ip 173 unique IPs updated every 1 hour from this link
php_spammers projecthoneypot.org 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
php_spammers_1d projecthoneypot.org 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
php_spammers_30d projecthoneypot.org spam servers (IPs used by spammers to send messages) (this list is composed using an RSS feed) ipv4 hash:ip 1192 unique IPs updated every 1 hour from this link
php_spammers_7d projecthoneypot.org spam servers (IPs used by spammers to send messages) (this list is composed using an RSS feed) ipv4 hash:ip 312 unique IPs updated every 1 hour from this link
proxylists proxylists.net open proxies (this list is composed using an RSS feed) ipv4 hash:ip 964 unique IPs updated every 1 hour from this link
proxylists_1d proxylists.net open proxies (this list is composed using an RSS feed) ipv4 hash:ip 1379 unique IPs updated every 1 hour from this link
proxylists_30d proxylists.net open proxies (this list is composed using an RSS feed) ipv4 hash:ip 8589 unique IPs updated every 1 hour from this link
proxylists_7d proxylists.net open proxies (this list is composed using an RSS feed) ipv4 hash:ip 3977 unique IPs updated every 1 hour from this link
proxyrss proxyrss.com open proxies syndicated from multiple sources. ipv4 hash:ip 789 unique IPs updated every 4 hours from this link
proxyrss_1d proxyrss.com open proxies syndicated from multiple sources. ipv4 hash:ip 1068 unique IPs updated every 4 hours from this link
proxyrss_30d proxyrss.com open proxies syndicated from multiple sources. ipv4 hash:ip 8240 unique IPs updated every 4 hours from this link
proxyrss_7d proxyrss.com open proxies syndicated from multiple sources. ipv4 hash:ip 3658 unique IPs updated every 4 hours from this link
proxyspy ProxySpy open proxies (updated hourly) ipv4 hash:ip 300 unique IPs updated every 1 hour from this link
proxyspy_1d ProxySpy open proxies (updated hourly) ipv4 hash:ip 1218 unique IPs updated every 1 hour from this link
proxyspy_30d ProxySpy open proxies (updated hourly) ipv4 hash:ip 7134 unique IPs updated every 1 hour from this link
proxyspy_7d ProxySpy open proxies (updated hourly) ipv4 hash:ip 3318 unique IPs updated every 1 hour from this link
proxz proxz.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 25 unique IPs updated every 1 hour from this link
proxz_1d proxz.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 42 unique IPs updated every 1 hour from this link
proxz_30d proxz.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 2200 unique IPs updated every 1 hour from this link
proxz_7d proxz.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 560 unique IPs updated every 1 hour from this link
pushing_inertia_blocklist Pushing Inertia 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 848 subnets, 46137992 unique IPs updated every 1 day from this link
ransomware_cryptowall_ps Abuse.ch Ransomware Tracker 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 miscreant 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
ransomware_feed Abuse.ch Ransomware Tracker 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 miscreant to commit fraud. The IPs in this list have been extracted from the tracker data feed. ipv4 hash:ip 1451 unique IPs updated every 5 mins from this link
ransomware_locky_c2 Abuse.ch Ransomware Tracker 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 miscreant to commit fraud. This list is LY_C2_IPBL: Locky Ransomware C2 URL blocklist. ipv4 hash:ip 179 unique IPs updated every 5 mins from this link
ransomware_locky_ps Abuse.ch Ransomware Tracker 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 miscreant to commit fraud. This list is LY_PS_IPBL: Locky Ransomware Payment Sites IP blocklist. ipv4 hash:ip 6 unique IPs updated every 5 mins from this link
ransomware_rw Abuse.ch Ransomware Tracker 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 miscreant 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 appearence. 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 11300 unique IPs updated every 5 mins from this link
ransomware_teslacrypt_ps Abuse.ch Ransomware Tracker 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 miscreant to commit fraud. This list is TC_PS_IPBL: TeslaCrypt Ransomware Payment Sites IP blocklist. ipv4 hash:ip 10998 unique IPs updated every 5 mins from this link
ransomware_torrentlocker_c2 Abuse.ch Ransomware Tracker 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 miscreant to commit fraud. This list is TL_C2_IPBL: TorrentLocker Ransomware C2 IP blocklist. ipv4 hash:ip 27 unique IPs updated every 5 mins from this link
ransomware_torrentlocker_ps Abuse.ch Ransomware Tracker 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 miscreant to commit fraud. This list is TL_PS_IPBL: TorrentLocker Ransomware Payment Sites IP blocklist. ipv4 hash:ip 73 unique IPs updated every 5 mins from this link
ri_connect_proxies rosinstrument.com open CONNECT proxies (this list is composed using an RSS feed) ipv4 hash:ip 149 unique IPs updated every 1 hour from this link
ri_connect_proxies_1d rosinstrument.com open CONNECT proxies (this list is composed using an RSS feed) ipv4 hash:ip 252 unique IPs updated every 1 hour from this link
ri_connect_proxies_30d rosinstrument.com open CONNECT proxies (this list is composed using an RSS feed) ipv4 hash:ip 1720 unique IPs updated every 1 hour from this link
ri_connect_proxies_7d rosinstrument.com open CONNECT proxies (this list is composed using an RSS feed) ipv4 hash:ip 610 unique IPs updated every 1 hour from this link
ri_web_proxies rosinstrument.com open HTTP proxies (this list is composed using an RSS feed) ipv4 hash:ip 144 unique IPs updated every 1 hour from this link
ri_web_proxies_1d rosinstrument.com open HTTP proxies (this list is composed using an RSS feed) ipv4 hash:ip 450 unique IPs updated every 1 hour from this link
ri_web_proxies_30d rosinstrument.com open HTTP proxies (this list is composed using an RSS feed) ipv4 hash:ip 4758 unique IPs updated every 1 hour from this link
ri_web_proxies_7d rosinstrument.com open HTTP proxies (this list is composed using an RSS feed) ipv4 hash:ip 1496 unique IPs updated every 1 hour from this link
satellite Satellite Service Providers -- MaxMind GeoLite2 ipv4 hash:net 787 subnets, 648229 unique IPs updated every 7 days from this link
sblam sblam.com IPs used by web form spammers, during the last month ipv4 hash:ip 6403 unique IPs updated every 1 day from this link
shunlist 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 from this link
snort_ipfilter labs.snort.org supplied IP blacklist (this list seems to be updated frequently, but we found no information about it) ipv4 hash:ip 7429 unique IPs updated every 12 hours from this link
socks_proxy socks-proxy.net open SOCKS proxies ipv4 hash:ip 80 unique IPs updated every 10 mins from this link
socks_proxy_1d socks-proxy.net open SOCKS proxies ipv4 hash:ip 2433 unique IPs updated every 10 mins from this link
socks_proxy_30d socks-proxy.net open SOCKS proxies ipv4 hash:ip 14149 unique IPs updated every 10 mins from this link
socks_proxy_7d socks-proxy.net open SOCKS proxies ipv4 hash:ip 7082 unique IPs updated every 10 mins from this link
sorbs_anonymizers Sorbs.net List of open HTTP and SOCKS proxies. ipv4 hash:net 592239 subnets, 604168 unique IPs
sorbs_block Sorbs.net List of hosts demanding that they never be tested by SORBS. ipv4 hash:net disabled
sorbs_dul Sorbs.net Dynamic IP Addresses. ipv4 hash:net 540581 subnets, 373245849 unique IPs
sorbs_escalations 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
sorbs_new_spam Sorbs.net List of hosts that have been noted as sending spam/UCE/UBE within the last 48 hours ipv4 hash:net 204901 subnets, 207180 unique IPs
sorbs_noserver 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 11902 subnets, 20924774 unique IPs
sorbs_recent_spam 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 1237186 subnets, 1288467 unique IPs
sorbs_smtp Sorbs.net List of SMTP Open Relays. ipv4 hash:net 1408 subnets, 1415 unique IPs
sorbs_web Sorbs.net List of IPs which have spammer abusable vulnerabilities (e.g. FormMail scripts) ipv4 hash:net 5708130 subnets, 6099893 unique IPs
sorbs_zombie Sorbs.net List of networks hijacked from their original owners, some of which have already used for spamming. ipv4 hash:net 79 subnets, 1969412 unique IPs
sp_anti_infringement IPs of Anti-Infringement organizations. (The site states they re-distribute this IP List from iblocklist.com) ipv4 hash:net 10803 subnets, 136184374 unique IPs updated every 1 day from this link
sp_atma Attackers who try to spy or remotely control others' computers by means such as Microsoft remote terminal, SSH, Telnet or shared desktops. Threats for email servers or users: spiders/bots, account hijacking, etc. Sites spreading virus, trojans, spyware, etc. or just being used by them to let their authors know that a new computer has been infected. Threats for servers: exploits, fake identities/agents, DDoS attackers, etc. Port scans, which are the first step towards more dangerous actions. Malicious P2P sharers or bad peers who spread malware, inject bad traffic or share fake archives. (The site states they re-distribute this IP List from iblocklist.com). ipv4 hash:net 7421 subnets, 8771 unique IPs updated every 1 day from this link
sp_spammers Spammers. (The site states they re-distribute this IP List from iblocklist.com) ipv4 hash:net 311 subnets, 312 unique IPs updated every 1 day from this link
spamhaus_drop Spamhaus.org DROP list (according to their site this list should be dropped at tier-1 ISPs globally) ipv4 hash:net 785 subnets, 23280640 unique IPs updated every 12 hours from this link
spamhaus_edrop Spamhaus.org EDROP (extended matches that should be used with DROP) ipv4 hash:net 69 subnets, 808960 unique IPs updated every 12 hours from this link
sslbl Abuse.ch SSL Blacklist bad SSL traffic related to malware or botnet activities ipv4 hash:ip 63 unique IPs updated every 30 mins from this link
sslbl_aggressive Abuse.ch SSL Blacklist 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 2064 unique IPs updated every 30 mins from this link
sslproxies SSLProxies.org open SSL proxies ipv4 hash:ip 100 unique IPs updated every 10 mins from this link
sslproxies_1d SSLProxies.org open SSL proxies ipv4 hash:ip 284 unique IPs updated every 10 mins from this link
sslproxies_30d SSLProxies.org open SSL proxies ipv4 hash:ip 2551 unique IPs updated every 10 mins from this link
sslproxies_7d SSLProxies.org open SSL proxies ipv4 hash:ip 1094 unique IPs updated every 10 mins from this link
stopforumspam StopForumSpam.com Banned IPs used by forum spammers ipv4 hash:ip 166319 unique IPs updated every 1 day from this link
stopforumspam_180d StopForumSpam.com IPs used by forum spammers (last 180 days) ipv4 hash:ip 320644 unique IPs updated every 1 day from this link
stopforumspam_1d StopForumSpam.com IPs used by forum spammers in the last 24 hours ipv4 hash:ip 3954 unique IPs updated every 1 hour from this link
stopforumspam_30d StopForumSpam.com IPs used by forum spammers (last 30 days) ipv4 hash:ip 67642 unique IPs updated every 1 day from this link
stopforumspam_365d StopForumSpam.com IPs used by forum spammers (last 365 days) ipv4 hash:ip 637416 unique IPs updated every 1 day from this link
stopforumspam_7d StopForumSpam.com IPs used by forum spammers (last 7 days) ipv4 hash:ip 20200 unique IPs updated every 1 day from this link
stopforumspam_90d StopForumSpam.com IPs used by forum spammers (last 90 days) ipv4 hash:ip 167063 unique IPs updated every 1 day from this link
stopforumspam_toxic StopForumSpam.com Networks that have large amounts of spambots and are flagged as toxic. Toxic IP ranges are infrequently changed. ipv4 hash:net 82 subnets, 553047 unique IPs updated every 1 day from this link
taichung Taichung Education Center Blocked IP Addresses (attacks and bots). ipv4 hash:ip 8641 unique IPs updated every 1 day from this link
talosintel_ipfilter TalosIntel.com List of known malicious network threats ipv4 hash:ip 7196 unique IPs updated every 15 mins from this link
threatcrowd Crowdsourced IP feed from ThreatCrowd. 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 2594 unique IPs updated every 1 hour from this link
tor_exits TorProject.org list of all current TOR exit points (TorDNSEL) ipv4 hash:ip 1027 unique IPs updated every 5 mins from this link
tor_exits_1d TorProject.org list of all current TOR exit points (TorDNSEL) ipv4 hash:ip 1088 unique IPs updated every 5 mins from this link
tor_exits_30d TorProject.org list of all current TOR exit points (TorDNSEL) ipv4 hash:ip 2960 unique IPs updated every 5 mins from this link
tor_exits_7d TorProject.org list of all current TOR exit points (TorDNSEL) ipv4 hash:ip 1516 unique IPs updated every 5 mins from this link
trustedsec_atif Artillery Threat Intelligence Feed and Banlist Feed ipv4 hash:ip 1124 unique IPs updated every 1 day from this link
turris_greylist Turris Greylist IPs that are blocked on the firewalls of Turris routers. The data are 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 38168 unique IPs updated every 7 days from this link
urlvir 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 87 unique IPs updated every 1 day from this link
virbl VirBL is a project of which the idea was born during the RIPE-48 meeting. The plan was to get reports of virusscanning mailservers, and put the IP-addresses that were reported to send viruses on a blacklist. ipv4 hash:ip 2 unique IPs updated every 1 hour from this link
voipbl 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 17286 subnets, 18245 unique IPs updated every 4 hours from this link
vxvault VxVault The latest 100 additions of VxVault. ipv4 hash:ip 68 unique IPs updated every 12 hours from this link
xroxy xroxy.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 60 unique IPs updated every 1 hour from this link
xroxy_1d xroxy.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 102 unique IPs updated every 1 hour from this link
xroxy_30d xroxy.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 595 unique IPs updated every 1 hour from this link
xroxy_7d xroxy.com open proxies (this list is composed using an RSS feed) ipv4 hash:ip 259 unique IPs updated every 1 hour from this link
yoyo_adservers Yoyo.org IPs of ad servers ipv4 hash:ip 13006 unique IPs updated every 12 hours from this link
zeus Abuse.ch Zeus tracker 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 155 unique IPs updated every 30 mins from this link
zeus_badips Abuse.ch Zeus tracker 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 130 unique IPs updated every 30 mins from this link

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.