russhaun / artillery

The Artillery Project is an open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods.
0 stars 0 forks source link

threatfeed update time off #42

Closed russhaun closed 2 years ago

russhaun commented 2 years ago

from the configfile:

WILL PULL EVERY 24 HOURS THREAT_INTELLIGENCE_FEED="ON"

actual code block from core.py line 1229->1233: if we used source feeds or ATIF if counter == 1: format_ips(url) sort_banlist() time.sleep(7200) # sleep for 2 hours

time should be changed to proper value. config file states 24hrs but actual code is 2hrs. make option for setting time?

russhaun commented 2 years ago

updated time to be accurate to current config file.