docs: clarify malware-url-top-domains.sh
This commit is contained in:
parent
6e1a6b4c58
commit
43fdf9893f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue