> ## 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.

# List Malware Events

Retrieve all malware events created on the backup server.

<Note>
  External Documentation

  To learn more, visit the [Veeam Basic Backup & Replication documentation](https://helpcenter.veeam.com/references/vbr/13/rest/1.3-rev1/tag/Malware-Detection#operation/ViewSuspiciousActivityEvents).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                    | Description                                                                                                                                         |
  | ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Backup Object ID             | Filter the malware events by backup object ID.                                                                                                      |
  | Created By                   | Filter the malware events by the event creator.<br /><br />You can use `*` at the start and/or end of the string to replace one or more characters. |
  | Engine                       | Filter the malware events by engine.<br /><br />You can use `*` at the start and/or end of the string to replace one or more characters.            |
  | Event Type                   | The type of malware event to filter by.                                                                                                             |
  | Filter After Creation Time   | Filter results that were created after the specified date.                                                                                          |
  | Filter After Detection Time  | Filter results that were detected after the specified date.                                                                                         |
  | Filter Before Creation Time  | Filter results that were created before the specified date.                                                                                         |
  | Filter Before Detection Time | Filter results that were detected before the specified date.                                                                                        |
  | Limit                        | The number of items to return.                                                                                                                      |
  | Machine Name                 | Filter the malware events by machine name.<br /><br />You can use `*` at the start and/or end of the string to replace one or more characters.      |
  | Offset                       | The offset of the results.                                                                                                                          |
  | Order Column                 | The column to sort the results by.                                                                                                                  |
  | Return All Pages             | Automatically fetch all resources, page by page.                                                                                                    |
  | Severity                     | The severity of the malware event to filter by.                                                                                                     |
  | Sort Order                   | Determine whether the results are sorted in ascending or descending order.                                                                          |
  | Source                       | The source of the malware event to filter by.                                                                                                       |
  | State                        | The state of the malware event to filter by.                                                                                                        |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
			"type": "Unknown",
			"creationTimeUtc": "2019-08-24T14:15:22Z",
			"detectionTimeUtc": "2019-08-24T14:15:22Z",
			"machine": {
				"displayName": "string",
				"uuid": "string",
				"backupObjectId": "e5daa78c-c0bb-44d5-8a9c-04130e3d324a",
				"restorePointId": "8c843d10-6d0f-4abe-b898-e1ba18b94f68"
			},
			"state": "Created",
			"details": "string",
			"source": "Manual",
			"severity": "Clean",
			"createdBy": "string",
			"engine": "string"
		}
	],
	"pagination": {
		"total": 0,
		"count": 0,
		"skip": 0,
		"limit": 0
	}
}
```

## Workflow Library Example

[List Malware Events with Veeam Basic Backup and Replication and Send Results Via Email](https://library.blinkops.com/workflows/list-malware-events-with-veeam-basic-backup-and-replication-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/list-malware-events-with-veeam-basic-backup-and-replication-and-send-results-via-email/canvas" />
</div>
