> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# URLhaus

> Reference for the Tracecat URLhaus integration: registered actions, required secrets, expected inputs, and example workflow usage.

## List URL blocklist

Action ID: `tools.urlhaus.list_url_threats`

List recent URLs from URLhaus blocklist

Reference: [https://urlhaus-api.abuse.ch/#urls-recent](https://urlhaus-api.abuse.ch/#urls-recent)

### Secrets

Required secrets:

* `abusech`: required values `ABUSECH_API_KEY`.

### Input fields

<ParamField path="limit" type="integer">
  Maximum number of URLs to return.

  Default: `100`.
</ParamField>
