forked from TheHive-Project/Cortex-Analyzers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFalconSandbox.json
executable file
·35 lines (35 loc) · 949 Bytes
/
FalconSandbox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "FalconSandbox",
"version": "1.0",
"author": "Sebastian Schmerl - Computacenter",
"url": "https://www.crowdstrike.com/blog/tech-center/get-access-falcon-apis/",
"license": "AGPL-v3",
"description": "Submit observables to the Crowdstrike FalconX Sandbox",
"dataTypeList": ["file"],
"command": "FalconSandbox/FalconSandbox.py",
"baseConfig": "FalconSandbox",
"configurationItems": [
{
"name": "API_Base_Url",
"description": "Crowdstrike Api Base Url",
"type": "string",
"multi": false,
"required": true,
"default":"https://api.crowdstrike.com"
},
{
"name": "Client_ID",
"description": "Crowdstrike Api ClientID",
"type": "string",
"multi": false,
"required": true
},
{
"name": "Client_Secret",
"description": "Crowdstrike Api Client Secret",
"type": "string",
"multi": false,
"required": true
}
]
}