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

10 lines
173 B
Bash
Raw Normal View History

#!/bin/sh
set -e -x
## Parse popular domains from URLhaus
cat urlhaus-domains.txt | \
2019-05-12 03:10:44 +00:00
# grep match whole line
grep -Fx -f top-1m-well-known.txt > urlhaus-top-domains.txt