Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.09 KB

BadTrafficData

This repository contains data extracted from server logs to detect and block malicious or suspicious traffic. The data includes:

  • bad_requests.txt: A list of URLs that have been flagged for suspicious activity.
  • blacklisted_ips.txt: A list of IP addresses that have been identified for malicious behavior.
  • suspicious_user_agents_list.txt: A list of user agents associated with suspicious traffic patterns.

This project’s pretty much just for me and my servers. If anyone else ends up using it, well… that’s totally accidental! 😄

Usage

These files can be used to update firewall rules, monitor traffic patterns, or analyze potential security threats. You can integrate the data into your security tools or databases to block suspicious traffic.

Databases Totals

Database Name Total Entries
bad_requests 16407
blacklisted_ips 8804
suspicious_user_agents_list 152

Last Update Reports

Report generated on: 2025-03-20 16:24:30

License

MIT