JoeSandbox URL Analyis

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

Back to Content Index


Submits a url or set of urls associated with an incident to JoeSandbox for Analyis.

Attribute Value
Type Playbook
Solution JoeSandbox
Source View on GitHub

Logic App Connectors

This playbook uses 2 Logic App connectors / built-in actions:

Connector / Action Type Connections Actions
azuresentinel Managed 1 5
function Built-in 0 4
Action parameters (URLs, paths, function IDs)

azuresentinel (Managed)

Action Method Endpoint Other
Entities_-_Get_URLs post /entities/url
Add_comment_to_incident_(V3) post /Incidents/Comment
Threat_Intelligence_-Upload_Indicators_of_Compromise(V2)_(Preview) post /V2/ThreatIntelligence/@{encodeURIComponent(triggerBody()?['workspaceId'])}/UploadIndicators/
Add_comment_to_incident_(V3)_1 post /Incidents/Comment
Add_Comment_to_incident post /Incidents/Comment

function (Built-in)

Action Method Endpoint Other
joesandboxenrichttb-JoeSandboxGetIOCs functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxGetIOCs')]
joesandboxenrichttb-JoeSandboxGetAnalysisInfo functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxGetAnalysisInfo')]
joesandboxenrichttb-JoeSandboxGetSubmissionInfo functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxGetSubmissionInfo')]
joesandboxenrichttb-JoeSandboxSubmitUrl functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxSubmitUrl')]

Additional Documentation

📄 Source: JoeSandbox-Submit-Url-Sentinel-Incident/readme.md

JoeSandbox URL Analysis Playbook

Table of Contents

  1. Overview
  2. Deploy Playbook
  3. Authentication
  4. Prerequisites
  5. Deployment
  6. Post Deployment Steps

Overview

When a new Azure Sentinel Incident is created, this playbook gets triggered and performs the following actions:

Incident Comments

Deploy to Azure Deploy to Azure

url_playbook

| Fields | Description | |:---------------------|:----------------------------------------------------------- | Subscription | Select the appropriate Azure Subscription | | Resource Group | Select the appropriate Resource Group | | Region | Based on Resource Group this will be uto populated | | Playbook Name | Please provide a playbook name, if needed | | Workspace ID | Please provide Log Analytics Workspace ID | | Function App Name | Please provide the JoeSandbox enrichment function app name |

Authentication

Authentication methods this connector supports:

Prerequisites for using and deploying playbook

Deployment instructions

Post-Deployment instructions.

b. Configurations in Sentinel:


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

Back to Playbooks · Back to JoeSandbox