Azure-Sentinel/Solutions/Tanium
PrasadBoke 009775e4b4 corrected minor changes in solutions 2024-01-04 17:12:28 +05:30
..
Analytic Rules Tanium Solution 2.0.0 (#6016) 2022-09-19 09:18:17 +05:30
Data Fix branding issues for "Microsoft Sentinel" 2023-07-06 11:03:47 -04:00
Package corrected minor changes in solutions 2024-01-04 17:12:28 +05:30
Playbooks feat: added new complyfindings image 2024-01-03 08:22:31 -05:00
Workbooks Tanium corrected 2023-09-07 17:06:08 +05:30
images Tanium Solution 2.0.0 (#6016) 2022-09-19 09:18:17 +05:30
README.md Update Tanium README and build script for v3 2023-10-24 09:42:22 -04:00
ReleaseNotes.md corrected minor changes in solutions 2024-01-04 17:12:28 +05:30
SolutionMetadata.json feat: build new release with fixes 2024-01-03 08:22:31 -05:00
build_solution.sh Clarify ignorable error 2023-10-24 11:23:47 -04:00
check_build.sh Remove superfluous echo and typo 2023-10-24 09:44:19 -04:00

README.md

Tanium Solution for Microsoft Sentinel

Tanium

Overview

Integrate Microsoft Sentinel with Tanium data and remediation.

Help

How do I find the correct workspace location?

  1. Open the Azure "Resource groups" page
  2. Ensure you have the correct Subscription selected in the subscription filter
  3. Click on your target/desired resource group
  4. Use the Type filter to filter on API Connection
  5. Click on the desired API Connection
  6. Click on JSON View (right side)
  7. Observe the value of the location key (at the bottom)

Developer notes

Prerequisites:

  • Install powershell core brew install --cask powershell
  • (in powershell) install powershell-yaml Install-Module powershell-yaml
  • Install make brew install make
  • Install arm-ttk in powershell: https://github.com/Azure/arm-ttk

Ensure that you add arm-ttk to your powershell profile e.g.

(in powershell)

> New-Item -Type File -Path $PROFILE -Force
> vim $PROFILE

(in that file add:)

Import-Module /full/path/to/import/module/for/arm-ttk

Building a solution:

  1. Clone the https://github.com/Tanium/Azure-Sentinel repo
  2. cd into the repo
  3. Run the build script
    ./Solutions/Tanium/build_solution.sh
    

The Tanium solution manifest is located within ./Solutions/Tanium/Data/Solution_Tanium.json

Checking a solution:

  1. Run the check build script
    ./Solutions/Tanium/check_build.sh