#!/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