Search Threat Reports

GET {{cb_url}}/api/v1/threat_report?q=

Each Feed contains zero or more Threat Reports. The Search Threat Report API route allows you to search the content of these threat reports. For more information on creating CB Response Threat Intelligence Feeds, see the Threat Intelligence Feed Reference.

See Documentation

Request Params

KeyDatatypeRequiredDescription
qnullREQUIRED Query string. Accepts the same data as the search box on the Threat Report page
rowsnullOPTIONAL Return this many rows, 10 by default
startnullOPTIONAL Start at this row, 0 by default
sortnullOPTIONAL Sort rows by this field and order. last_update desc by default
facetnullOPTIONAL Return facet results. โ€˜falseโ€™ by default, set to โ€˜trueโ€™ for facets

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring