AWS Partner Network (APN) Blog

Using Amazon Macie with Komprise for Detecting Sensitive Content in On-Premises Data

By Mike Peercy, Chief Technology Officer – Komprise
By Girish Chanchlani, Sr. Partner Solutions Architect – AWS

Komprise-AWS-Partners-2022
Komprise
Komprise-APN-Blog-CTA-1

As unstructured data continues to grow across on-premises data centers and the cloud, businesses are finding it a challenge to determine what data is of higher value. One such example is trying to find sensitive content containing personally identifiable information (PII) in these vast repositories. Can you easily identify, tag, and manage sensitive data at scale?

PII could be present within a small subset of the billions of files under management at an enterprise. Searching for PII data in the entire dataset is a challenge; you need a simpler way to isolate datasets that could contain PII data, find PII data in that reduced subset, and then apply policies to safeguard this data.

For example, in a vast data repository containing files from multiple teams in an organization, there are higher chances of PII data being present in documents maintained by HR or finance teams. Once you isolate the dataset, you need a way to easily figure out which files contain sensitive information and then act on those files.

Actions could include enforcing stringent access policies for these sensitive files, making sure they cannot be deleted until they have met the retention policies of your organization, thus ensuring compliance with data residency requirements such as GDPR, CCPA, and others.

Komprise, an AWS Partner with the Migration and Modernization Competency, provides intelligent data mobility and management solutions to help you manage and derive value from your unstructured data spread across on-premises and cloud environments.

From a single pane of glass in Komprise, you can gain visibility across your data silos, tag files with granular metadata to support easier search for precise data sets, and create intelligent policies to migrate infrequently used data to economical storage targets and/or leverage cloud-based artificial intelligence (AI) and machine learning (ML) services.

In this post, we will walk you through the process of using Komprise with Amazon Macie, a fully managed data security and data privacy service that uses machine learning and pattern matching to discover sensitive content such as PII.

We will then tag those files in Komprise so users can easily discover them with the Komprise Global File Index. Then, we’ll move these sensitive files to a separate Amazon Simple Storage Service (Amazon S3) bucket that has S3 object lock enabled to ensure sensitive files are protected from deletion unless they have met the data retention requirements.

Using Komprise with Amazon Macie for PII Detection

Let’s see how easy it is to automate the series of steps using Komprise Smart Data Workflows to search for HR data across disparate on-premises file storage environments, and then curate this data to AWS and use Amazon Macie to search for sensitive content and take the appropriate action on it.

Komprise-Amazon-Macie-1

Figure 1 – High-level overview of Komprise workflow.

The high-level workflow in Komprise includes the following steps:

  1. Search and curate: Create a Komprise Deep Analytics Actions (DAA) query to find your dataset. This query can access data from a single share or many shares across multiple Network Attached Storage (NAS) systems presented by the Network File System (NFS) protocol, the Server Message Block (SMB) protocol, or both. For example, your DAA query could be to find all files created by HR in the last five years; this may be a few thousand files across billions.
  2. Enrich and tag: Komprise will systematically replicate the selected dataset to an Amazon S3 bucket. This dataset is analyzed by Amazon Macie, and sensitive files containing PII information are tagged in Komprise. In this example, Amazon Macie may find several hundred files from HR data set that contain PII.
  3. Execute: Create a new Komprise query based on these new tags and you can quickly find and act on this subset of files. Here, the action is moving sensitive data to an Amazon S3 bucket with S3 object lock enabled.
  4. Automate lifecycle: As new data is created or added to Komprise, the process repeats automatically, where new files are automatically moved to S3 for analysis by Amazon Macie and tagged in Komprise.

Let’s look at these steps in detail.

Step 1: Search and Curate to Narrow the List of Files to Analyze

We want to analyze a specific dataset to find sensitive files. To find this data, we create a Komprise Deep Analytics Query.

Komprise-Amazon-Macie-2

Figure 2 – Komprise Deep Analytics Query to narrow down files to analyze.

The query operates on the Komprise Global File Index with the following filters:

  • Shares: Atlanta
  • File types: Document
  • Groups: HR

As shown in the figure above, 21,248 files match this query. We save and name the query as “Atlanta HR docs.”

Step 2: Enrich and Tag Sensitive Files

Step 2.1 – Copy the selected data set to S3 for PII analysis by Amazon Macie

This data resides in an on-premises data center. For analysis by Amazon Macie, we create a Komprise Plan to copy to Amazon S3.

First, add an S3 bucket to Komprise as a storage target.

Komprise-Amazon-Macie-3

Figure 3 – Add a cloud storage target in Komprise.

Next, create a Komprise Data Management Plan to copy the data based on the query to the S3 bucket from Step 1.

  • Create a new Komprise Plan “DAA Demo.” Optionally, you may add a group to an existing Komprise Plan.
  • Create a new group “Atlanta HR Docs.”
  • Select the “Copy” feature.
  • Select “Atlanta HR docs” DAA Query as the source.
  • Select the target S3 bucket “AWS/Komprise-tag-demo.”

Komprise-Amazon-Macie-4

Figure 4 – Komprise Plan to copy objects to Amazon S3.

Note that this policy is automated; any time a file appears matching the filter, on these specific shares, the data will automatically replicate to the target S3 bucket.

Activate your plan and verify your files have been copied to S3 via the Komprise console, or by viewing the contents of your target S3 bucket.

Step 2.2 – Analyze data using Amazon Macie and tag sensitive files in Komprise

Acquire the data analysis script and libraries from Komprise and extract them to a Linux machine with Python 3 installed. Make sure Amazon Macie is enabled in the AWS account that’s hosting the S3 bucket.

Navigate to the “DAACopyAndTagging” directory and edit the config.json file with the details for your Komprise instance and set Create_Tags_In_ES to true.

{
    "configuration": {
        "Username": "data_admin.komprise.com",
        "Director_URL": "https://mydirector.komprise.com",
        "SSL_Verify": "False",
        "Plan_name": "DAA Demo",
        "S3_Account_Id": "111111111111",
        "S3_Access_Key": "AKIA3SYTQRCLUJERJVS",
        "S3_Target_Region": "us-east-1",
        "Create_Tags_In_ES": "True"
    }

Next, run the tagging script as shown:

  • python3 DAACopyAndTagging.py -f config.json
  • You will be prompted for your Komprise credentials.
  • This will create the Komprise tags that will be mapped to Macie results. The Komprise tags will be applied when Amazon Macie runs. These tags are stored in the Komprise Managed ElasticSearch database.

Edit config.json again and set the Create_Tags_In_ES value to false.

Now, run the Python script to invoke Amazon Macie and tag data; this time, you’ll be prompted for your AWS Secret Key.

The Python script will invoke Amazon Macie and apply the “Sensitive Data” tags to files that have been flagged as containing PII data. This is done using the Komprise API.

Step 3: Execute Actions on Files Containing Sensitive Information

Since the appropriate files have been tagged in Komprise Global Index, to test it out just create a new DAA query to find the sensitive files.

Komprise-Amazon-Macie-5

Figure 5 – Komprise search query.

When the query using the “Sensitive Data” tag runs, it highlights a small subset of files that were identified by Amazon Macie.

Komprise-Amazon-Macie-6

Figure 6 – Results of search query.

With sensitive files identified, you can further refine your datasets or act on the identified data. For example, you may want to move these files to another S3 bucket that has S3 object lock enabled for protecting those objects from being modified or deleted.

To do this, edit your Komprise Data Management Plan to move the tagged files to an S3 bucket with S3 object lock enabled:

  • In Plan Editor, click “Edit.”
  • Select the “Move” button in the Atlanta HR Docs group.
  • Select the “Sensitive Data” DAA query for the source.
  • Select an S3 object locked bucket as the destination.
  • Click “Done Editing” and activate the plan.

Komprise-Amazon-Macie-7

Figure 7 – Komprise Plan to move objects to Amazon S3.

Step 4: Automate Lifecycle

To continually analyze and enrich your data with Amazon Macie and Komprise, automate the process as a smart data workflow. The Komprise Data Management Plan runs on a scheduled basis to copy new files to S3 for tagging by Amazon Macie.

The DAACopyAndTagging.py script can be scheduled via cron job or similar tool to invoke Amazon Macie and collect the tags.

The move of tagged sensitive files to an S3 bucket with S3 object lock enabled is automated by the Komprise Data Management Plan.

Conclusion

In this post, we introduced the Komprise intelligent data management solution and walked through the process of configuring it for gaining deeper insights into your unstructured data in your on-premises NAS environments with a Komprise Smart Data Workflow.

We used Amazon Macie to find sensitive content in your dataset and took actionable steps to store this sensitive data set on a secure repository in Amazon S3 protected by S3 object lock.

This post highlights just one example illustrating the power and simplicity of Komprise intelligent data management in rapidly searching across silos of unstructured data, finding the right dataset, and analyzing it with Amazon Macie for PII.

Customers can easily extend the platform by creating customized smart data workflows for analyzing their data with other AWS artificial intelligence and machine learning services, including photo and video analysis using Amazon Rekognition, content-based searches across text documents using Amazon Kendra, and more.

Komprise enables enterprises to unlock the value of unstructured data that has been hidden and scattered across multiple silos, in an automated, efficient, and cost-effective manner. For more information on Komprise, including a cloud data management free trial, visit komprise.com/aws or sign up directly on AWS Marketplace.

.
Komprise-APN-Blog-Connect-1
.


Komprise – AWS Partner Spotlight

Komprise is an AWS Partner that provides intelligent data mobility and management solutions to help you manage and derive value from your unstructured data spread across on-premises and cloud environments.

Contact Komprise | Partner Overview | AWS Marketplace