JoeSandbox File Analyis

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

Back to Content Index


Submits a attachment or set of attachment associated with an office 365 email to JoeSandbox for Analyis.

Attribute Value
Type Playbook
Solution JoeSandbox
Source View on GitHub

Logic App Connectors

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

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

azuresentinel (Managed)

Action Method Endpoint Other
Create_incident put [concat('/Incidents/subscriptions/',variables('subscription'),'/resourceGroups/',variables('resourceGroupName'),'/workspaces/',parameters('WorkspaceName'))]
Add_comment_to_incident_(V3) post /Incidents/Comment
Threat_Intelligence_-Upload_Indicators_of_Compromise(V2)_(Preview) post /V2/ThreatIntelligence/@{encodeURIComponent(triggerBody()?['workspaceId'])}/UploadIndicators/

office365 (Managed)

Action Method Endpoint Other
Send_an_email_(V2) post /v2/Mail
Send_an_email_(V2)_for_clean_analysis post /v2/Mail

function (Built-in)

Action Method Endpoint Other
GetJoeSanboxFiles functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxSubmitFile')]
GetJoeSanboxIOCs functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxGetIOCs')]
GetJoeSanbdoxAnalysis functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxGetAnalysisInfo')]
GetJoeSanboxSubmissions functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/', variables('functionappName'), '/functions/JoeSandboxGetSubmissionInfo')]

Additional Documentation

📄 Source: JoeSandbox-Submit-File-Outlook-Attachment/readme.md

JoeSandbox File Analysis Playbook

Table of Contents

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

Overview

This playbook gets triggered when an new email is recieved in the configured mail box and performs the following actions:

Incident Comments

Deploy to Azure Deploy to Azure

email_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 Name | Please provide Log Analytics Workspace Name | | 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.


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

Back to Playbooks · Back to JoeSandbox