Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook blocks a user by calling the NetApp Ransomware Resilience block-user API endpoint after obtaining an authentication token from the NetApp Auth playbook.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | NetApp Ransomware Resilience |
| Source | View on GitHub |
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 2 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Call_Auth_Playbook | POST | [listCallbackUrl(variables('AuthPlaybookTriggerResourceId'), '2019-05-01').value] |
— |
| Submit_Block_User | POST | @{concat(parameters('netAppApiBaseUrl'), '/v1/services/rps/v1/account/', variables('AccountId'), '/users/block-user')} |
— |
📄 Source: NetApp-RansomwareResilience_Block_User_Playbook/readme.md
This playbook helps security teams block user access as part of incident response in NetApp Ransomware Resilience.
Use this playbook when you need a controlled way to block a user based on investigation findings, suspicious behavior, or containment actions.
This playbook should be deployed after:
user_id: User ID to block (required)user_ips: Client IPs to block (required for NFS; optional for CIFS)duration: Block duration - permanent or hours (1, 2, 4, 8, 12, 24) (optional)user_id, and optionally user_ips/duration based on the protection scenario.PlaybookName: Name of this playbook resource.NetAppRansomwareResilienceAuthPlaybookName: Name of the deployed NetApp Auth playbook.NetAppRansomwareResilienceAuthPlaybookName parameter matches the deployed Auth playbook name.user_ips, duration).user_id, and optional user_ips/duration).Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊