NetApp Ransomware Resilience Enrich IP Playbook

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

Back to Content Index


This playbook enriches IP data by calling the updated NetApp Ransomware Resilience enrich IP address API endpoint and asynchronously polls multiple job results.

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 3
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_IP_NetworkInterfaces POST https://api.bluexp.netapp.com/v1/services/rps/v1/account/@{variables('AccountId')}/enrich/ip-address
Call_Async_Poll_Playbook POST [listCallbackUrl(resourceId('Microsoft.Logic/workflows/triggers', parameters('NetAppRansomwareResilienceAsyncPollPlaybookName'), 'manual'), '2019-05-01').value]

Additional Documentation

📄 Source: NetApp-RansomwareResilience_Enrich_IP_Playbook/readme.md

NetApp-RansomwareResilience-Enrich-IP

Overview

This playbook enriches IP address information by retrieving detailed network interface data from the NetApp Ransomware Resilience API. It helps you investigate network-related security incidents by providing context about storage network interfaces.

Purpose

When investigating a security incident involving a suspicious IP address, this playbook retrieves detailed information about the network interface from your NetApp storage systems, including associated volumes, storage VMs, and access patterns.

Deployment Order

This playbook should be deployed THIRD, after:

  1. ✅ Auth Playbook (required)
  2. ✅ Async Poll Playbook (required)

What It Does

Prerequisites

Before deploying this playbook:

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

How to Use

This playbook can be:

Input Required:

Use Case Example

When you receive an alert about suspicious activity from an IP address:

  1. This playbook enriches the IP with NetApp storage context
  2. You identify which storage VM and volumes are exposed
  3. Based on the findings, you can take protective actions using other playbooks

Post-Deployment Configuration

After deploying this playbook:

  1. Test with a known valid IP address from your NetApp environment
  2. Verify the enrichment data is returned correctly
  3. Consider integrating it into your incident response automation rules

Building Custom Workflows

This enrichment playbook is a building block. You can combine it with other playbooks to create complete incident response workflows. For example:

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