mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
652 stars 179 forks source link

Catch HTTP errors #114

Open krmaxwell opened 9 years ago

krmaxwell commented 9 years ago

Currently HTTP errors (e.g. 404 when attempting a DNSDB lookup on an address not in the DB) fill up the console. We should either mute these or else provide better info so that they become useful.

krmaxwell commented 9 years ago

We should also handle 502s and whatnot so we can wait a minute and retry.