#!/bin/sh set -e -x ## Parse malware URLs from popular URLhaus domains cat urlhaus.txt | \ grep -F -f urlhaus-top-domains.txt > malware-url-top-domains.txt