fab

Results 20 issues of 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...

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}(?

enhancement

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...

documentation
enhancement

- [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)

enhancement

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...

documentation
enhancement

- blacklist1 - blacklist2

lists

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...

lists

enhancement

barely tested, ongoing testing

enhancement

cronjob and RSS update flow still to implement

enhancement