-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinfo.json
43 lines (43 loc) · 1.25 KB
/
info.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
36
37
38
39
40
41
42
43
{
"name": "chatOps",
"version": "1.0.1",
"type": "solutionpack",
"local": true,
"label": "ChatOps",
"dependencies": [
{
"name": "sOARFramework",
"type": "solutionpack",
"label": "SOAR Framework",
"minVersion": null
}
],
"prerequisite": "",
"publisher": "Fortinet",
"contributor": "Mahdi Naili",
"description": "This solution pack implements a set of Chat-bot commands that provisions to get information of alert, incident or indicator records. Few important integrations used in the solution pack are IPStack and VirusTotal.",
"help": "https://github.com/fortinet-fortisoar/solution-pack-chatops/blob/release/1.0.1/README.md",
"category": [],
"supportInfo": "",
"iconLarge": null,
"postInstallConfig": null,
"fsrMinCompatibility": "7.2.0",
"date": "2022-02-15T12:40:22+00:00",
"contents": {
"playbooks": [
{
"name": "10 - SP - ChatOps"
}
],
"connectors": [
{
"name": "IPStack",
"apiName": "ipstack"
},
{
"name": "VirusTotal",
"apiName": "virustotal"
}
]
}
}