Skip to content

Commit e0b37d2

Browse files
committed
Update urlhaus_payloads.py
fixes #669
1 parent 7577f10 commit e0b37d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/feeds/public/urlhaus_payloads.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Deprecated
1010
class UrlHausPayloads(Feed):
1111
default_values = {
12-
"frequency": timedelta(hours=1),
12+
"frequency": timedelta(days=1),
1313
"name": "UrlHausPayloads",
1414
"source": "https://urlhaus.abuse.ch/downloads/payloads/",
1515
"description": "URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution. (Warning RAM consumer)",

0 commit comments

Comments
 (0)