Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/env python
# Convert abuse.ch SSL Fingerprint Blacklist in CVS format to format ingestible by
# the Bro intelligence framework.
#
# Get the blacklist at https://sslbl.abuse.ch/blacklist/, get bro at https://bro.org
#
# Usage:
# ./sslbl.py > sslbl.txt
#