Search for URL entities based on a filter

Find URLs by risk score, risk rules, or date ranges with paginated enrichment results.

What this endpoint does

Searches the Recorded Future URL intelligence dataset with filtering and optional enrichment. Key filters: riskRule (a specific rule name — use URL: List Risk Rules for the complete list, as the spec's enum is missing 8 valid rules), riskScore (range notation like [75,)), freetext (substring match), and firstSeen/lastSeen date windows. Use fields to control enrichment depth. URL risk scores tend lower than other IOC types — scores above 90 are uncommon.

Response data

Returns data.results (array of URL entity objects) and a top-level counts object (returned, total) alongside data. Each entity id is url: followed by the full URL string. Paginate with limit (max 1000) and from (offset); limit + from must not exceed 1,000 or the API returns 400. The limit parameter has a default value of 10. The intention is to use pagination to get further results. Though limit can be set to higher values, depending on which fields are used for enrichment, this might result in slower queries and possibly even time outs.

Query Params
string

Freetext

string

The enrichment fields requested for the entities returned. Several fields can be given as a comma separated string.

See https://docs.recordedfuture.com/reference/enrichment-field-attributes for a list of values.

enum

Annotates the response with additional metadata explaining the response data elements.

Allowed:
int32
≤ 1000

Maximum number of records returned,

int32
Defaults to 0

Offsets the pagination of the request. Note that there is a limit of returning only the top 10000 results from a search, meaning if limit plus from exceeds 10000, this will result in an Bad Request message.

string

Filters entities based on risk score, e.g. on the form [20, 80] (20 <= risk score <= 80), [20,) (20 <= risk score), or [,90) (risk score < 90). '[' and ']' are inclusive while '(' and ')' are exclusive.

string

Filters entities based on the download of the first reference which is taken into account during risk scoring of the entity. All Elasticsearch compatible date formats are valid.

string

Filters entities based on the download of the latest reference which is taken into account during risk scoring of the entity. All Elasticsearch compatible date formats are valid.

string

Filters entities based on presence in a single list. Requires the list ID, which can be found using the List API

enum

Filters for URLs based on a single risk rule.

enum

Sorts the search according to the chosen parameter. Results are sorted before pagination.

enum

The direction of the sorting by the orderBy parameter, ascending or descending.

Allowed:
string
deprecated
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json