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

10 lines
173 B
Bash

#!/bin/sh
set -e -x
## Parse popular domains from URLhaus
cat urlhaus-domains.txt | \
# grep match whole line
grep -Fx -f top-1m-well-known.txt > urlhaus-top-domains.txt