Skip to content
Start here

Botnet Feed

Botnet FeedASN

Get daily report
client.botnetFeed.asn.dayReport(numberasnId, ASNDayReportParams { account_id, date } params, RequestOptionsoptions?): ASNDayReportResponse { cidr, date, offense_count }
GET/accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report
Get full report
client.botnetFeed.asn.fullReport(numberasnId, ASNFullReportParams { account_id } params, RequestOptionsoptions?): ASNFullReportResponse { cidr, date, offense_count }
GET/accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report
ModelsExpand Collapse
ASNDayReportResponse { cidr, date, offense_count }
cidr?: string
date?: string
formatdate-time
offense_count?: number
ASNFullReportResponse { cidr, date, offense_count }
cidr?: string
date?: string
formatdate-time
offense_count?: number

Botnet FeedConfigs

Botnet FeedConfigsASN

Get list of ASNs
client.botnetFeed.configs.asn.get(ASNGetParams { account_id } params, RequestOptionsoptions?): ASNGetResponse { asn }
GET/accounts/{account_id}/botnet_feed/configs/asn
Delete an ASN
client.botnetFeed.configs.asn.delete(numberasnId, ASNDeleteParams { account_id } params, RequestOptionsoptions?): ASNDeleteResponse { asn }
DELETE/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}
ModelsExpand Collapse
ASNGetResponse { asn }
asn?: number
ASNDeleteResponse { asn }
asn?: number