Skip to content

Commit 6d63c76

Browse files
committed
solution packaged
1 parent 1053a32 commit 6d63c76

File tree

3 files changed

+650
-18
lines changed

3 files changed

+650
-18
lines changed
1.98 KB
Binary file not shown.

Solutions/Recorded Future/Package/createUiDefinition.json

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"config": {
77
"isWizard": false,
88
"basics": {
9-
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/RecordedFuture.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Recorded%20Future/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\n[Recorded Future](https://www.recordedfuture.com/) is the worlds largest provider of intelligence for enterprise security. By combining persistent and pervasive automated data collection and analytics with human analysis, Recorded Future delivers intelligence that is timely, accurate, and actionable.\n\nUnderlying Microsoft Technologies used:\nThis solution depends on underlying Microsoft technologies. Some of these dependencies either may be in Preview state or might result in additional ingestion or operational costs:\n* [Log Analytics](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/workspace-design)\n* [Logic apps](https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing)\n* [Threat Indicators](https://learn.microsoft.com/en-us/azure/sentinel/upload-indicators-api)\n\n\n**Workbooks:** 8, **Custom Azure Logic Apps Connectors:** 1, **Playbooks:** 13\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
9+
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/RecordedFuture.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Recorded%20Future/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\n[Recorded Future](https://www.recordedfuture.com/) is the worlds largest provider of intelligence for enterprise security. By combining persistent and pervasive automated data collection and analytics with human analysis, Recorded Future delivers intelligence that is timely, accurate, and actionable.\n\nUnderlying Microsoft Technologies used:\nThis solution depends on underlying Microsoft technologies. Some of these dependencies either may be in Preview state or might result in additional ingestion or operational costs:\n* [Log Analytics](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/workspace-design)\n* [Logic apps](https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing)\n* [Threat Indicators](https://learn.microsoft.com/en-us/azure/sentinel/upload-indicators-api)\n\n\n**Workbooks:** 8, **Analytic Rules:** 4, **Custom Azure Logic Apps Connectors:** 1, **Playbooks:** 13\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
1010
"subscription": {
1111
"resourceProviders": [
1212
"Microsoft.OperationsManagement/solutions",
@@ -216,6 +216,62 @@
216216
"uri": "https://docs.microsoft.com/azure/sentinel/tutorial-detect-threats-custom?WT.mc_id=Portal-Microsoft_Azure_CreateUIDef"
217217
}
218218
}
219+
},
220+
{
221+
"name": "analytic1",
222+
"type": "Microsoft.Common.Section",
223+
"label": "RecordedFuture Threat Hunting Hash All Actors",
224+
"elements": [
225+
{
226+
"name": "analytic1-text",
227+
"type": "Microsoft.Common.TextBlock",
228+
"options": {
229+
"text": "Recorded Future Threat Hunting hash correlation for all actors."
230+
}
231+
}
232+
]
233+
},
234+
{
235+
"name": "analytic2",
236+
"type": "Microsoft.Common.Section",
237+
"label": "RecordedFuture Threat Hunting IP All Actors",
238+
"elements": [
239+
{
240+
"name": "analytic2-text",
241+
"type": "Microsoft.Common.TextBlock",
242+
"options": {
243+
"text": "Recorded Future Threat Hunting IP correlation for all actors."
244+
}
245+
}
246+
]
247+
},
248+
{
249+
"name": "analytic3",
250+
"type": "Microsoft.Common.Section",
251+
"label": "RecordedFuture Threat Hunting Domain All Actors",
252+
"elements": [
253+
{
254+
"name": "analytic3-text",
255+
"type": "Microsoft.Common.TextBlock",
256+
"options": {
257+
"text": "Recorded Future Threat Hunting domain correlation for all actors."
258+
}
259+
}
260+
]
261+
},
262+
{
263+
"name": "analytic4",
264+
"type": "Microsoft.Common.Section",
265+
"label": "RecordedFuture Threat Hunting Url All Actors",
266+
"elements": [
267+
{
268+
"name": "analytic4-text",
269+
"type": "Microsoft.Common.TextBlock",
270+
"options": {
271+
"text": "Recorded Future Threat Hunting Url correlation for all actors."
272+
}
273+
}
274+
]
219275
}
220276
]
221277
},

0 commit comments

Comments
 (0)