Skip to content

Commit

Permalink
fixe ssl3blacklist (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdraven authored May 24, 2024
1 parent 1239617 commit f25981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/feeds/public/sslblacklist_ja3.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SSLBlacklistJA3(task.FeedTask):
}

_SOURCE: ClassVar["str"] = "https://sslbl.abuse.ch/blacklist/ja3_fingerprints.csv"
_NAMES = ["ja3", "first_seen", "last_seen", "threat"]
_NAMES = ["ja3_md5", "first_seen", "last_seen", "threat"]

def run(self):
response = self._make_request(self._SOURCE, auth=None, verify=True)
Expand Down

0 comments on commit f25981e

Please sign in to comment.