When browsing the web you sometimes reach a page where your browser asks, "Are you sure you want to visit this page? It looks a little sketchy". Your browser is able to do this because it has a long list of malicious URLs stored internally. An example of such list can be found here.
Today's goal is to create a program that takes in a URL and reports back whether it's in the malicious URLs list or not with a reasonable amount of confidence. For bonus points optimize for space/memory.
Comments: