Stat a domain risk list

Check domain risk list for changes via ETag headers without downloading the full file.

What this endpoint does

This endpoint returns metadata headers for a domain risk list without downloading the list content, primarily used to check whether a risk list has changed since it was last retrieved. By comparing the ETag value from this response against a previously stored ETag, you can determine if the list content has been updated and avoid unnecessary downloads. This is especially useful for automated polling workflows that periodically sync risk lists into SIEMs or firewalls. The same list and format parameters as the GET Domain Risk List endpoint control which risk list is checked.

Response data

The response contains no body — only HTTP headers. The key header is the ETag, which is an MD5 hash of the risk list content for standard lists or a SHA-256 hash if the list has been overridden by the user. Each combination of list filter and format produces a different ETag. Use this ETag with the If-None-Match header on subsequent GET Domain Risk List requests to implement conditional downloads that return data only when the list has changed.

Query Params
enum
Defaults to csv/splunk

The desired format of the risk list

Allowed:
boolean
Defaults to false

Whether the risk list should be compressed using gzip or be returned uncompressed

enum

The risk list to download. Can be any of the machine names for risk rules, plus default and large

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
*/*