-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9008 from Azure/v-atulyadav/thehive
The Hive Solution
- Loading branch information
Showing
8 changed files
with
328 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"Name": "TheHive", | ||
"Author": "Microsoft - support@microsoft.com", | ||
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Azure_Sentinel.svg\" width=\"75px\" height=\"75px\">", | ||
"Description": "[TheHive](http://thehive-project.org/) solution provides the capability to ingest common The Hive events into Microsoft Sentinel through Webhooks. The Hive can notify external system of modification events (case creation, alert update, task assignment) in real time. When a change occurs in The Hive, an HTTPS POST request with event information is sent to a callback data connector URL. Refer to [Webhooks documentation](https://docs.thehive-project.org/thehive/legacy/thehive3/admin/webhooks/) for more information.\r\n \r\n**Underlying Microsoft Technologies used:**\n\nThis solution takes a dependency on the following technologies, and some of these dependencies either may be in [Preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) state or might result in additional ingestion or operational costs: \r\n \r\n a. [Azure Monitor HTTP Data Collector API](https://docs.microsoft.com/azure/azure-monitor/logs/data-collector-api) b. [Azure Functions ](https://azure.microsoft.com/services/functions/#overview)", | ||
"Metadata": "SolutionMetadata.json", | ||
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\TheHive", | ||
"Version": "3.0.0", | ||
"TemplateSpec": true, | ||
"Is1PConnector": false, | ||
"publisherId": "azuresentinel", | ||
"offerId": "azure-sentinel-solution-thehive", | ||
"providers": [ | ||
"TheHive" | ||
], | ||
"categories": { | ||
"domains": [ | ||
"Application" | ||
] | ||
}, | ||
"firstPublishDate": "2021-10-23", | ||
"support": { | ||
"name": "Microsoft Corporation", | ||
"email": "support@microsoft.com", | ||
"tier": "Microsoft", | ||
"link": "https://support.microsoft.com" | ||
}, | ||
"Data Connectors": "[\n \"Data Connectors/TheHive_Webhooks_FunctionApp.json\"\n]", | ||
"Parsers": "[\n \"TheHive.txt\"\n]", | ||
"Playbooks": [ | ||
"Playbooks/TheHiveConnector/azuredeploy.json", | ||
"Playbooks/TheHive-CreateAlert/azuredeploy.json", | ||
"Playbooks/TheHive-CreateCase/azuredeploy.json", | ||
"Playbooks/TheHive-LockUser/azuredeploy.json" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.