Integrate File Integrity Monitor (FIM) 

By integrating FIM with Azure Blob Storage, you can get real-time updates on the file changes in your Global IT Assets from your Azure Blob Storage without running any API calls or generating any compliance reports. CIPS (Cloud Integration Partner Service) proactively retrieves the file changes from Qualys FIM and transfers it to Azure Blob Storage.

Prerequisites

The following are the prerequisites to integrate the Qualys Policy compliance application with Azure Storage Blob:

  • You must have a storage account with the necessary permissions. 
  • The CIPS service must be enabled for your subscription. Qualys Support enables it for your account. Contact the Qualys Support team for the integration process.
  • Qualys applications: You must have enabled File Integrity Monitor(FIM) and Cloud Agent (CA) for your subscription.
  • Permissions: The API Access permission must be enabled for your account.
  • Role: You must have the Manager or Unit Manager role.
  • Platform version: You must be on Qualys Enterprise TruRisk™ Platform version QWEB-10.21.1.0 or later.

Onboarding APIs

The Qualys Support helps you integrate Azure Storage Blob with the Qualys Cloud Platform.

If you do not have a FIM product created for your subscription, you can start by calling the product APIs. If you already have a FIM product running, you can start with Azure Storage Blob Integration APIs.

FIM Product APIs

The following APIs are used for creating and managing the FIM product:

API

URL

Operator

Description

Create Product

<qualys_gateway_url>/partner- integration/product

POST

Creates a new FIM product.

Get Product

<qualys_gateway_url>/partner- integration/product/FIM

GET

Gets the details of the created FIM product.

Delete Product

<qualys_gateway_url>/partner- integration/product/FIM

DELETE

Delete the FIM product.

FIM Integration APIs

The following APIs are used for integration the FIM product with Azure Storage Blob:

API URL Operator Description
Create Integration <qualys_gateway_url>/partner-integration/<cipsProductId>/integration POST Creates a new integration with Azure Storage Blob

Update
Integration

<qualys_gateway_url>/partner-integration/<cipsProductId>/integration PUT Update the integration with Azure Storage Blob

Get 
Integration

<qualys_gateway_url>/partner-integration/<cipsProductId>/integration GET Get details of the integration with Azure Storage Blob

Validate
Integration

<qualys_gateway_url>/partner-integration/<cipsProductId>/integration PATCH Validate the integration with Azure Storage Blob

Delete
Integration

<qualys_gateway_url>/partner-integration/<cipsProductId>/integration DELETE Delete the integration with Azure Storage Blob