Skip to content
Start here

ASN

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