Botnet Feed
botnet_feed
Botnet Feed
ASN
botnet_feed.asn
Methods
Get Daily Report -> Envelope<{ cidr, date, offense_count }>
get/accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report
Gets all the data the botnet tracking database has for a given ASN registered to user account for given date. If no date is given, it will return results for the previous day.
Get Full Report -> Envelope<{ cidr, date, offense_count }>
get/accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report
Gets all the data the botnet threat feed tracking database has for a given ASN registered to user account.
Botnet Feed
Configs
botnet_feed.configs
botnet_feed.configs.asn
Methods
Delete An ASN -> Envelope<{ asn }>
delete/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}
Delete an ASN from botnet threat feed for a given user.
Get List Of ASNs -> Envelope<{ asn }>
get/accounts/{account_id}/botnet_feed/configs/asn
Gets a list of all ASNs registered for a user for the DDoS Botnet Feed API.