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

# Create Malware Event

Create a new malware event.

***Important Note:***

For information about how Veeam Backup & Replication identifies a machine refer to  [Veeam's documentation](https://helpcenter.veeam.com/references/vbr/13/rest/1.3-rev1/tag/Malware-Detection#operation/CreateSuspiciousActivityEvent).

<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/CreateSuspiciousActivityEvent).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                           | Description                                                                                    |
  | ----------------------------------- | ---------------------------------------------------------------------------------------------- |
  | Details                             | Additional details about the malware event.                                                    |
  | Detection Time Utc                  | The date and time of the event detection in UTC.                                               |
  | Engine                              | The malware engine that detected the malware event.                                            |
  | Machine Backup Object ID            | The backup object ID of the machine you want to mark with the malware event.                   |
  | Machine Fully Qualified Domain Name | The fully qualified domain name (FQDN) of the machine you want to mark with the malware event. |
  | Machine IPv4 Address                | The IPv4 address of the machine you want to mark with the malware event.                       |
  | Machine IPv6 Address                | The IPv6 address of the machine you want to mark with the malware event.                       |
  | Machine Restore Point ID            | The restore point ID of the machine you want to mark with the malware event.                   |
  | Machine UUID                        | The BIOS UUID of the machine you want to mark with the malware event.                          |
  | Severity                            | The severity of the malware event.                                                             |
</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

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