NetApp Ransomware Resilience Enrich StorageVM Playbook

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook enriches storage data by calling the updated NetApp Ransomware Resilience enrich storage API endpoint.

Attribute Value
Type Playbook
Solution NetApp Ransomware Resilience
Source View on GitHub

Logic App Connectors

This playbook uses 1 Logic App connector / built-in action:

Connector / Action Type Connections Actions
http Built-in 0 2
Action parameters (URLs, paths, function IDs)

http (Built-in)

Action Method Endpoint Other
Call_Auth_Playbook POST [listCallbackUrl(resourceId('Microsoft.Logic/workflows/triggers', parameters('NetAppRansomwareResilienceAuthPlaybookName'), 'manual'), '2019-05-01').value]
Get_StorageVM_Data GET https://api.bluexp.netapp.com/v1/services/rps/v1/account/@{variables('AccountId')}/enrich/storage?agent_id=@{variables('AgentId')}&system_id=@{variables('SystemId')}

Additional Documentation

📄 Source: NetApp-RansomwareResilience_Enrich_StorageVM_Playbook/readme.md

NetApp-RansomwareResilience-Enrich-StorageVM

Overview

This playbook enriches storage information by retrieving detailed configuration and status data for NetApp Storage Virtual Machines (SVMs). It provides valuable context when investigating incidents involving your NetApp storage infrastructure.

Purpose

When investigating a security incident, this playbook helps you understand the storage environment by retrieving detailed information about Storage VMs, including their volumes, security settings, and current operational status.

Deployment Order

This playbook should be deployed FOURTH, after:

  1. ✅ Auth Playbook (required)
  2. ✅ Async Poll Playbook (required)
  3. ✅ Enrich IP Playbook (optional, recommended)

What It Does

Prerequisites

Before deploying this playbook:

  1. Auth Playbook must be deployed and functioning correctly
  2. Valid NetApp API credentials configured

How to Use

This playbook can be:

Input Required:

Use Case Example

When investigating a potential ransomware incident:

  1. Use this playbook to retrieve Storage VM details
  2. Identify all volumes and their current states
  3. Assess which volumes may be at risk
  4. Use Volume Snapshot playbook to protect critical data
  5. Use Volume Offline playbook to isolate compromised volumes

Post-Deployment Configuration

After deploying this playbook:

  1. Test with valid agent ID and system ID from your NetApp environment
  2. Verify the storage enrichment data is returned correctly
  3. Consider integrating it into your security automation workflows

Building Custom Workflows

This enrichment playbook is designed as a building block. Combine it with action playbooks to create complete incident response solutions:

Need Help?

If enrichment isn't working, verify:


Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks · Back to NetApp Ransomware Resilience