@apiview.route(
    '/family/<family_id>/export/<tlp_level>/detection/snort',
    methods=['GET'])
@login_required
def api_family_export_detection_snort(family_id, tlp_level):