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

# Search Malware

Search for Malware by attributes.

<Note>
  External Documentation

  To learn more, visit the [Recorded Future documentation](https://api.recordedfuture.com/v2/#!/Malware/Malware_Search).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                          |
  | --------------- | ------------------------------------ |
  | Fields          | The domain fields that are returned. |
  | Freetext search | Freetext malware search.             |
  | Limit           | Records limit. Maximum 1000.         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                 | Description                                                                                                        |
  | ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
  | Comment                   | Malware's comment.                                                                                                 |
  | First Seen                | Malware's first seen time.                                                                                         |
  | List ID                   | Malware's list ID.                                                                                                 |
  | Malware's last seen time. | Last Seen.                                                                                                         |
  | Metadata                  | Include malware's metadata in search.                                                                              |
  | Offset                    | Offset from first result. The API may only return the first 1000 results, meaning limit + from cannot exceed 1000. |
  | Sort direction            | Set the sort direction. Works in conjunction with the `Sort order` parameter.                                      |
  | Sort order                | Specify a field to sort results by.                                                                                |
</div>

## Workflow Library Example

[Search Malware with Recorded Future and Send Results Via Email](https://library.blinkops.com/workflows/search-malware-with-recorded-future-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-malware-with-recorded-future-and-send-results-via-email/canvas" />
</div>
