Skip to content

sefinek/Malicious-IP-Addresses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3,429 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🀬 Malicious IP Address List

This repository contains a list of IP addresses associated with various malicious activities on the internet. Many of them belong to botnets or VPN/proxy networks used to carry out attacks, including DDoS and other forms of abuse. If you find this repository helpful, consider leaving a star. Thank you, have a nice day!

🌍 A trustworthy whitelist of known bot IP addresses is available at sefinek/known-bots-ip-whitelist.
πŸ“‘ For solid and effective Cloudflare WAF rules, check out sefinek/Cloudflare-WAF-Expressions.

Tip

Looking for a better alternative? Visit sniffcat.com - a new and efficient alternative to AbuseIPDB. The service provides detailed reports on malicious IP addresses and offers filtering by confidence score, countries, categories, and IP version. Data can be downloaded in JSON or TXT format and is regularly updated based on submissions from our users. Results are generated automatically and available completely free of charge!
You can find the documentation here.

Do you have any questions or need assistance? Create a new issue or join my Discord server. I also post important updates and announcements there. My email address: contact@sefinek.net πŸ˜‰

Purpose

The main purpose of this repository is threat identification, not direct IP blocking. The list contains IP addresses belonging to VPNs or proxies that have previously been involved in abuse activity and/or DDoS attacks. Entries are added continuously and are generally not removed, as the list serves as a long-term reputation blacklist. For blocking malicious traffic at the firewall level, consider using sniffcat.com.

What can this list block?

  1. βœ… DDoS attacks (L7 - HTTP flood)
    • HTTP requests originating from known botnets
    • Traffic with unusual HTTP headers or suspicious endpoints
    • Connections from sources with confirmed malicious activity
    • Requests impersonating real browsers
  2. βœ… Malicious bots and crawlers
  3. βœ… Bots generating artificial views (especially useful if you use Google AdSense)
  4. βœ… Malicious VPNs and proxies used for abuse

Cron

Updates usually occur every 2 hours, but sometimes a delay of several days may occur. If you notice a longer lack of updates, you can report it via an Issue. The list is actively maintained and will not be abandoned.

Available files

πŸ“„ TXT (recommended)

https://raw.githubusercontent.com/sefinek/Malicious-IP-Addresses/main/lists/main.txt

curl

curl -fsS -o blacklist.txt https://raw.githubusercontent.com/sefinek/Malicious-IP-Addresses/main/lists/main.txt

wget

wget -nv -O blacklist.txt https://raw.githubusercontent.com/sefinek/Malicious-IP-Addresses/main/lists/main.txt

πŸ“Š CSV

https://raw.githubusercontent.com/sefinek/Malicious-IP-Addresses/main/lists/details.csv

Important

This file contains user agents, endpoints, and IP addresses that have been blacklisted. Not all IP addresses from main.txt are included in details.csv!

curl

curl -fsS -o blacklist.csv https://raw.githubusercontent.com/sefinek/Malicious-IP-Addresses/main/lists/details.csv

wget

wget -nv -O blacklist.csv https://raw.githubusercontent.com/sefinek/Malicious-IP-Addresses/main/lists/details.csv

MIT License

Copyright Β© 2024-2026 Sefinek

About

A list of malicious IP addresses associated with botnets, cyberattacks, and the generation of artificial traffic on websites. Useful for network administrators and security companies to block threats and protect against DDoS attacks.

Topics

Resources

License

Stars

Watchers

Forks

Contributors