def hosts_blacklist_check(self, req_host):
        if type(self.host_blacklist) is str:
            if self.host_blacklist.lower() in req_host.lower():
                self.patchIT = False
                self.log.info("Host Blacklist hit: {0} : HOST: {1} ".format(self.host_blacklist, req_host))