urlhaus-filter/utils/malware-url-top-domains.sh

10 lines
198 B
Bash
Raw Normal View History

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