docs: clarify malware-url-top-domains.sh

This commit is contained in:
curben 2019-05-12 12:45:23 +09:30
parent 6e1a6b4c58
commit 43fdf9893f
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ cut -f 1- -d ':' | \
sed -e 's/^www\.//g' | \
# Sort and remove duplicates
sort -u | \
# Include URLs from popular domains
# Parse URLs from popular domains only
grep -F -f urlhaus-top-domains.txt > malware-url-top-domains.txt