urlhaus-filter/utils/malware-domains.sh

9 lines
165 B
Bash
Raw Normal View History

#!/bin/sh
set -e -x
## Parse domains from URLhaus excluding popular domains
cat urlhaus-domains.txt | \
grep -F -vf urlhaus-top-domains.txt > malware-domains.txt