Azure-Sentinel/Solutions
Caroline Palha 973298326b Validation errors fixes 2021-07-01 22:17:27 +05:30
..
Box Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
Check Point
Cisco ISE Removed all references of Advanced settins blade 2021-06-04 18:33:22 +05:30
CiscoACI Cisco ACI - update connector json 2021-06-22 11:11:43 +03:00
CiscoASA/Playbooks
CiscoSEG Update Connector_Cisco_SEG_CEF.json 2021-06-22 14:40:17 -07:00
CiscoUmbrella Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
CiscoWSA cisco wsa - update parser 2021-06-22 10:47:31 +03:00
Cloudflare Merge pull request #2377 from dpeeke/patch-1 2021-06-02 18:33:58 -07:00
Contrast Security Fixed merge error 2021-05-26 09:20:14 +01:00
Corelight Merge pull request #2447 from mburrough/CorelightSMBFix 2021-06-23 13:15:08 -07:00
CrowdStrike Falcon Endpoint Protection Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
Dynamics 365 Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
ESETPROTECT Removed all references of Advanced settins blade 2021-06-04 18:33:22 +05:30
FlareSystemsFirework FlareSystemsFirework: create 1.0.0 solution 2021-06-10 17:49:37 -04:00
Fortinet-FortiGate Ensure Updated 2021-05-19 11:16:46 -07:00
GoogleCloudPlatformIAM GCP IAM - update connector 2021-06-14 11:27:26 +03:00
GoogleCloudPlatformMonitor gcp monitor - update azuredeploy file 2021-06-22 11:25:28 +03:00
Group-IB
HYAS
Images Add files via upload 2021-05-11 17:59:09 -07:00
Infoblox Cloud Data Connector Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
IronNet IronDefense Validation errors fixes 2021-07-01 22:17:27 +05:30
JuniperIDP Update JuniperIDP Parser Notes 2021-06-21 14:54:56 -07:00
Lookout Data Connector endpoint URL Updated 2021-06-24 10:53:39 +05:30
McAfee Network Security Platform Update McAfeeNSP.json 2021-06-28 14:43:33 -07:00
McAfeeePO Removed all references of Advanced settins blade 2021-06-04 18:33:22 +05:30
NucleusCyber/Data Connectors Rename Nucleus 2021-06-24 16:45:34 -07:00
OracleDatabaseAudit Removed all references of Advanced settins blade 2021-06-04 18:33:22 +05:30
PaloAlto-PAN-OS Merge pull request #2274 from elforb/v-eliforbes/paloAltoPanOs-SolutionPackage 2021-05-10 16:55:34 -07:00
PaloAltoPrismaCloud Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
PingFederate Merge pull request #2144 from Azure/v-maudan/ExtendDetectionValidationToSolution 2021-05-25 21:38:28 -07:00
ReversingLabs
RiskIQ Move Updated RiskIQ Package 2021-05-06 12:59:54 -07:00
RiskIQV2 Fix UIDefinition 2021-05-06 13:28:19 -07:00
SAP fix update script (#2554) 2021-06-23 19:06:19 +03:00
SenservaPro fixing validation error 2021-06-04 10:25:46 -05:00
SlackAudit Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
Symantec Endpoint Protection Removed all references of Advanced settins blade 2021-06-04 18:33:22 +05:30
Templates
Tenable Nessus Update Tenable_io_NessusVM_API_FunctionApp.json 2021-06-25 15:18:03 -07:00
Ubiquiti Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
Vectra Update Connector_VectraAI_Stream.json 2021-06-23 22:51:58 -07:00
vArmour Added Version to analytics present in solution 2021-05-19 15:39:41 +05:30
README.md Update README.md 2021-05-11 17:29:11 -07:00
known_issues.md Update known_issues.md 2021-05-13 09:32:37 -07:00

README.md

Guide to Building Azure Sentinel Solutions

This guide provides an overview of Azure Sentinel Solutions and how one can build and publish a solution for Azure Sentinel.

Azure Sentinel Solutions provide an in-product experience for central discoverability, single-step deployment, and enablement of end-to-end product and/or domain and/or vertical scenarios in Azure Sentinel. This experience is powered by Azure Marketplace for Solutions discoverability, deployment and enablement and Microsoft Partner Center for Solutions authoring and publishing. Providers or partners can deliver combined product or domain or vertical value via solutions in Azure Sentinel and be able to productize investments. More details are covered in Azure Sentinel documentation and review the catalog for complete list of Azure Sentinel solutions.

Azure Sentinel Solutions include packaged content or integrations or service offerings for Azure Sentinel. This guide focuses on building packages content type solutions that includes combination of one or many data connectors, workbooks, analytic rules, playbooks, hunting queries, parsers, watchlists, and more for Azure Sentinel. Reach out to Azure Sentinel Solutions Onboarding Team if you plan to build an integration type or service offering type or want to build any other type of Solution not covered above.

Azure Sentinel solutions build process

Step 1 – Create Content for Azure Sentinel

Start with the Get started documentation on the Azure Sentinel GitHub Wiki to identify the content types you plan to include in your Solution package. This includes data connectors, workbooks, analytic rules, playbooks, hunting queries, and more. Each of the content type has its own contribution guidance which you can follow to develop and validate the content.

Hold off on submitting the content to the respective folders as pointed to in the contribution guidance for each contribution. Instead, have your content in the Solutions folder of the GitHub repo.

  • Create a folder with your Solution name under Solutions folder.
  • Within that create a folder structure within your Solutions folder as follows to submit your content developed above. See example.
    • Data Connectors – the data connector json files or Azure Functions, etc. goes in this folder.
    • Workbooks – workbook json files and black and white preview images of the workbook goes here.
    • Analytic Rules – yaml file templates of analytic rules goes in this folder.
    • Hunting queries – yaml file templates of hunting queries goes in this folder.
    • Playbooks – json playbook and Azure Logic Apps custom connectors can go in this folder.
    • Parser – txt file for Ksuto Functions or Parsers can go in this folder.
  • Logo – SVG format logo can go to the central Logos folder.
  • Sample data – Check this into the sample data folder within the respective folder depending on data connector type.
  • Submit a PR with all of your Solution content.
  • The PR will go through automated GitHub validation and address potential errors as needed.
  • Upon successful content validation, the Azure Sentinel team will review your PR and get back with feedback (as needed). Expect an initial response within 5 business days.
  • The PR gets approved and merged upon successful review/feedback incorporation process.

Step 2 – Package Content

The Solutions content package is called a Solution template and has two files listed as follows. Refer to the Solution template documentation (deployment package) for details on these ARM (Azure Resource Manager) files.

  1. mainTemplate.json - ARM template of the resources the Solution offer includes.
  2. createUIDefinition.json – Deployment experience definition that the customer installing a Solution goes through - this is a step-by-step wizard experience. All the content you plan to package needs to be converted to ARM format and the mainTemplate file is the overall ARM template file combining these individual ARM content files. After you create the two json files for your Solution, validate these. Finally, package these two json files in a .zip file that you can upload as part of the publish process (Step 3).

Use the package creation tool to help you create and validate the package - follow the solutions packaging tool guidance to use the tool and package your content.

  • If you already have an Azure Sentinel solution and want to update the package, use the tool with updated content to create a new version of the package using the tool.
  • Versioning format of package - Always use {Major}.{Minor}.{Revision} schematic versioning format (for e.g. 1.0.1) for solutions that aligns with Azure Marketplace recommendation and versioning support.
  • Version for updates - If you update you package, please always remmeber to increment the version value, irrespective of how trivial the change is (could be just fixing a typo in a content or solution definition file). For e.g. If original package version is 1.0.1 and you make a:
    • Major update, new version can be 2.0.0
    • Minor update like changes applying to a few content in the package, new version can be 1.1.0
    • Very minor revisions scoped to one content, new version can be 1.0.2
  • Since solutions use ARM template, you can customize the solution text as well as tabs if needed for catering to specific scenarios.

Step 3 – Publish Solution

Azure Sentinel Solutions publish experience is powered by Microsoft Partner Center.

Registration (one-time)

If you/your company are a first-time app publisher on Azure Marketplace, follow the steps to register and create a Commercial Marketplace account in Partner Center. This process will give you a unique Publisher ID and access to the Commercial Marketplace authoring and publishing experience on Partner Center to create, certify and publish a Solution offer.

Author and Publish Solutions Offer

For the following steps well rely on Partner Centers detailed documentation.

  1. Create an Azure application type offer and configure the offer setup details per guidance.
  2. Configure the Offer properties.
  3. Configure the Offer listing details – this includes the title, description, pictures, videos, support information, etc. aspects. Enter one of the search keywords value as f1de974b-f438-4719-b423-8bf704ba2aef – to display your Solution in the Azure Sentinel Solutions gallery.
  4. Add a preview audience (including test subscriptions for your validation) as needed.
  5. Create a plan and select plan type as Solution Template.
  6. Configure the Solutions template plan. This is where youll upload the Solutions zip created in Step 2 and set a version for the package. Folow versioning guidance mentioned in Step 2.
  7. Review and publish the offer once done. This will initiate the certification process.
  8. The Azure Sentinel team will need to make a change so that your Solution shows up in the Azure Sentinel Solutions gallery, hence before going live, email Azure Sentinel Solutions Onboarding Team with your Solutions offer ID and Publisher ID so that we can make the necessary changes.
  9. Once certified and youve validated the offer in Preview mode, publish the offer live.

Note: Making the offer public is very important for it to show up in the Azure Sentinel Solutions gallery.

Feedback

Email Azure Sentinel Solutions Onboarding Team with any feedback on this process or for new scenarios not covered in this guide or with any constraints you may encounter.