fab
fab
Can be useful to have for GPTs with GH repo the link to such repo in addition to GPT link (just aftrer that limk can be perfect). No external links...
v2
sanitize.py ``` import re import tldextract from tqdm import tqdm # Pre-compiled regex pattern for FQDN validation fqdn_pattern = re.compile('^(?!-)[A-Za-z0-9-]{1,63}(?
If you're looking to identify threat domains using just Python and a server, here's a simple yet effective approach to get started: 1. **Data Collection**: - Store each new version...
- [Emerging Threats](https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt) - [alienvault](https://reputation.alienvault.com/reputation.generic) - [blocklist.de - bots](http://lists.blocklist.de/lists/bots.txt)
A list of software and solutions that can integrate and enforce domain-based (FQDN) blacklists like `blacklist.txt` includes: 1. **DNS Servers/Resolvers**: - **BIND9**: As discussed earlier, you can use RPZ (Response...
Tested ip2fqdn reverse lookup (bash script using dig) against crowdsec decisions -a list (20K ip addresses): - DNS server(s) used: 1 - duration: ~2 hours - reversed entries: still to...