Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Solutions/JoeSandbox/Package/3.0.2.zip
Binary file not shown.
44 changes: 22 additions & 22 deletions Solutions/JoeSandbox/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"variables": {
"_solutionName": "JoeSandbox",
"_solutionVersion": "3.0.1",
"_solutionVersion": "3.0.2",
"solutionId": "joesecurity.azure-sentinel-solution-joesandbox",
"_solutionId": "[variables('solutionId')]",
"JoeSandboxEnrichment_FunctionAppConnector": "JoeSandboxEnrichment_FunctionAppConnector",
Expand Down Expand Up @@ -1677,36 +1677,36 @@
"graphQueries": [
{
"metricName": "JoeSandbox Threat Indicators data received",
"legend": "ThreatIntelligenceIndicator | where SourceSystem contains 'JoeSandbox'",
"baseQuery": "ThreatIntelligenceIndicator | where SourceSystem contains 'JoeSandbox'"
"legend": "ThreatIntelIndicators | where SourceSystem contains 'JoeSandbox'",
"baseQuery": "ThreatIntelIndicators | where SourceSystem contains 'JoeSandbox'"
Comment on lines +1680 to +1681
},
{
"metricName": "Non-JoeSandbox Threat Indicators data received",
"legend": "ThreatIntelligenceIndicator | where SourceSystem !contains 'JoeSandbox'",
"baseQuery": "ThreatIntelligenceIndicator | where SourceSystem !contains 'JoeSandbox'"
"legend": "ThreatIntelIndicators | where SourceSystem !contains 'JoeSandbox'",
"baseQuery": "ThreatIntelIndicators | where SourceSystem !contains 'JoeSandbox'"
}
],
"sampleQueries": [
{
"description": "JoeSandbox Based Indicators Events - All JoeSandbox threat indicators in Microsoft Sentinel Threat Intelligence.",
"query": "ThreatIntelligenceIndicator\n | where SourceSystem contains 'JoeSandbox'\n | sort by TimeGenerated desc"
"query": "ThreatIntelIndicators\n | where SourceSystem contains 'JoeSandbox'\n | sort by TimeGenerated desc"
},
{
"description": "Non-JoeSandbox Based Indicators Events - All Non-JoeSandbox threat indicators in Microsoft Sentinel Threat Intelligence.",
"query": "ThreatIntelligenceIndicator\n | where SourceSystem !contains 'JoeSandbox'\n | sort by TimeGenerated desc"
"query": "ThreatIntelIndicators\n | where SourceSystem !contains 'JoeSandbox'\n | sort by TimeGenerated desc"
}
],
"dataTypes": [
{
"name": "ThreatIntelligenceIndicator",
"lastDataReceivedQuery": "ThreatIntelligenceIndicator\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
"name": "ThreatIntelIndicators",
"lastDataReceivedQuery": "ThreatIntelIndicators\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
"connectivityCriterias": [
{
"type": "IsConnectedQuery",
"value": [
"ThreatIntelligenceIndicator\n | where SourceSystem contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
"ThreatIntelIndicators\n | where SourceSystem contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
},
{
Expand All @@ -1718,7 +1718,7 @@
{
"type": "IsConnectedQuery",
"value": [
"ThreatIntelligenceIndicator\n | where SourceSystem !contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
"ThreatIntelIndicators\n | where SourceSystem !contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
}
],
Expand Down Expand Up @@ -1888,26 +1888,26 @@
"graphQueries": [
{
"metricName": "JoeSandbox Threat Indicators data received",
"legend": "ThreatIntelligenceIndicator | where SourceSystem contains 'JoeSandbox'",
"baseQuery": "ThreatIntelligenceIndicator | where SourceSystem contains 'JoeSandbox'"
"legend": "ThreatIntelIndicators | where SourceSystem contains 'JoeSandbox'",
"baseQuery": "ThreatIntelIndicators | where SourceSystem contains 'JoeSandbox'"
},
{
"metricName": "Non-JoeSandbox Threat Indicators data received",
"legend": "ThreatIntelligenceIndicator | where SourceSystem !contains 'JoeSandbox'",
"baseQuery": "ThreatIntelligenceIndicator | where SourceSystem !contains 'JoeSandbox'"
"legend": "ThreatIntelIndicators | where SourceSystem !contains 'JoeSandbox'",
"baseQuery": "ThreatIntelIndicators | where SourceSystem !contains 'JoeSandbox'"
}
],
"dataTypes": [
{
"name": "ThreatIntelligenceIndicator",
"lastDataReceivedQuery": "ThreatIntelligenceIndicator\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
"name": "ThreatIntelIndicators",
"lastDataReceivedQuery": "ThreatIntelIndicators\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
"connectivityCriterias": [
{
"type": "IsConnectedQuery",
"value": [
"ThreatIntelligenceIndicator\n | where SourceSystem contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
"ThreatIntelIndicators\n | where SourceSystem contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
},
{
Expand All @@ -1919,18 +1919,18 @@
{
"type": "IsConnectedQuery",
"value": [
"ThreatIntelligenceIndicator\n | where SourceSystem !contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
"ThreatIntelIndicators\n | where SourceSystem !contains 'JoeSandbox'\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
}
],
"sampleQueries": [
{
"description": "JoeSandbox Based Indicators Events - All JoeSandbox threat indicators in Microsoft Sentinel Threat Intelligence.",
"query": "ThreatIntelligenceIndicator\n | where SourceSystem contains 'JoeSandbox'\n | sort by TimeGenerated desc"
"query": "ThreatIntelIndicators\n | where SourceSystem contains 'JoeSandbox'\n | sort by TimeGenerated desc"
},
{
"description": "Non-JoeSandbox Based Indicators Events - All Non-JoeSandbox threat indicators in Microsoft Sentinel Threat Intelligence.",
"query": "ThreatIntelligenceIndicator\n | where SourceSystem !contains 'JoeSandbox'\n | sort by TimeGenerated desc"
"query": "ThreatIntelIndicators\n | where SourceSystem !contains 'JoeSandbox'\n | sort by TimeGenerated desc"
}
],
"availability": {
Expand Down Expand Up @@ -2022,7 +2022,7 @@
"apiVersion": "2023-04-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.0.1",
"version": "3.0.2",
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "JoeSandbox",
Expand Down
3 changes: 2 additions & 1 deletion Solutions/JoeSandbox/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.2 | 10-06-2026 | Fix sample queries to poinnt to the right tables. |
| 3.0.1 | 24-04-2026 | Fix Azure templates. |
| 3.0.0 | 13-02-2026 | Initial Solution Release. <br/> Removed Manual Deployment Steps. |
| 3.0.0 | 13-02-2026 | Initial Solution Release. <br/> Removed Manual Deployment Steps. |
Loading