Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Azure
GitHub Repository: Azure/Azure-Sentinel-Notebooks
Path: blob/master/msticpyconfig.yaml
3249 views
1
## For details of how to configure settings in this file, please see
2
## https://msticpy.readthedocs.io/en/latest/getting_started/msticpyconfig.html
3
##
4
QueryDefinitions:
5
AzureSentinel:
6
Workspaces:
7
# # Add your default workspace and tenant here (uncomment next 3 lines)
8
# Default:
9
# WorkspaceId: your-workspace-id
10
# TenantId: your-tenant-id
11
# # Add additional named workspaces here - you can use these in the notebook
12
# # with the syntax ws_config = WorkspaceConfig(workspace="WorkspaceAlpha")
13
# # Each section must have a unique name. You can have any number of
14
# # workspace definitions
15
# WorkspaceAlpha:
16
# WorkspaceId: alpha-workspace-id
17
# TenantId: alpha-tenant-id
18
TIProviders:
19
# # Threat Intel service parameters are added here
20
# # The Args section usually includes the authentication
21
# # parameters: AuthKey (the API key) and in some cases others
22
# # (e.g. XForce requires an ApiID key as well). The "AuthKey" name
23
# # will be mapped onto the name used by the service, you should not
24
# # to change this - e.g. some providers call this ApiKey.
25
# OTX:
26
# Args:
27
# AuthKey: OTX-API-Key
28
# Primary: True
29
# Provider: "OTX"
30
# VirusTotal:
31
# Args:
32
# AuthKey: VT-API-Key
33
# Primary: False
34
# Provider: "VirusTotal"
35
# XForce:
36
# Args:
37
# ApiID: XForce-API-ID
38
# AuthKey: XForce-Auth-Key
39
# Primary: True
40
# Provider: "XForce"
41
# AzureSentinel:
42
# # The Microsoft sentinel TI data can be in a different workspace
43
# # to the workspace where your data is. If it is different,
44
# # both workspaces must be in the same tenant. This is a limitation
45
# # of the Log Analytics client library.
46
# Args:
47
# workspace_id: your-workspace-id
48
# tenant_id: your-tenant-id
49
# Primary: True
50
# Provider: "AzSTI"
51
OtherProviders:
52
# # Other data providers
53
# GeoIPLite:
54
# Args:
55
# AuthKey:
56
# EnvironmentVar: "MAXMIND_AUTH"
57
# DBFolder: "~/.msticpy"
58
# Provider: "GeoLiteLookup"
59
# IPStack:
60
# Args:
61
# AuthKey:
62
# EnvironmentVar: "IPSTACK_AUTH"
63
# Provider: "IPStackLookup"
64