Skip to content

An automated mirror of malicious IP addresses from packetsdatabase.com, providing continuously updated blocklists and security feeds in multiple formats.

Notifications You must be signed in to change notification settings

BlacKSnowDot0/packetsdatabase-db

Repository files navigation

📡 PacketsDatabase.com IP Mirror & Security Feeds

GitHub Workflow Status GitHub last commit

IPs Tracked

A continuously updated, automated mirror of malicious IP addresses sourced from packetsdatabase.com. This repository provides multiple ready-to-use blocklists and data feeds for security research, threat intelligence, and network defense.


📂 Available Feeds & Formats

All files are updated every 30 minutes. Use the "Raw Link" for automation.

General Purpose Lists

File Description Raw Link
ip_list.txt A simple, newline-separated list of all unique IP addresses. https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/ip_list.txt
full_data.csv All records in CSV format for analysis in spreadsheets or databases. https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/full_data.csv
full_data.jsonl All records in JSON Lines format for easy programmatic parsing. https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/full_data.jsonl

Firewall & Server Blocklists

File Description Raw Link
nginx_blocklist.conf A drop-in blocklist for NGINX (deny <ip>;). https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/nginx_blocklist.conf
iptables_blocklist.sh A shell script to add all IPs to an iptables DROP chain. https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/iptables_blocklist.sh

Targeted & Specialized Lists

File Description Raw Link
port_22_ssh.txt IPs observed attacking the SSH service (port 22). https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/port_22_ssh.txt
port_3389_rdp.txt IPs observed attacking the RDP service (port 3389). https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/port_3389_rdp.txt
asn_summary.csv A summary of ASNs, ranked by the number of malicious IPs they host. https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/asn_summary.csv

💡 How To Use

# Example: Download the NGINX blocklist and include it in your configuration
wget -O /etc/nginx/blocklists/packetsdatabase.conf https://raw.githubusercontent.com/BlacKSnowDot0/packetsdatabase-db/main/nginx_blocklist.conf

# Then, in your nginx.conf http or server block:
# include /etc/nginx/blocklists/packetsdatabase.conf;

⚖️ Disclaimer

This is an unofficial mirror. The data is sourced from the public API of packetsdatabase.com. Use this information responsibly.

About

An automated mirror of malicious IP addresses from packetsdatabase.com, providing continuously updated blocklists and security feeds in multiple formats.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages