Provide a command to download threat feeds using alliance client certs.
Execute the following command:
for feed in abusech Bit9AdvancedThreats alienvault CbCommunity Bit9EarlyAccess Bit9SuspiciousIndicators Bit9EndpointVisibility fbthreatexchange CbKnownIOCs sans mdl ThreatConnect tor attackframework; do curl --cert /etc/cb/certs/carbonblack-alliance-client.crt --key /etc/cb/certs/carbonblack-alliance-client.key https://threatintel.bit9.com/api/v1/cbfeed/feed/$feed > $feed.json; done