-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.json
59 lines (59 loc) · 1.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "phishingEmailResponse",
"version": "1.0.1",
"type": "solutionpack",
"local": true,
"label": "Phishing Email Response",
"dependencies": [
{
"name": "sOARFramework",
"type": "solutionpack",
"label": "SOAR Framework",
"version": "1.0.0",
"minVersion": null
},
{
"name": "socSimulator",
"type": "solutionpack",
"label": "SOC Simulator",
"version": "1.0.0",
"minVersion": null
}
],
"prerequisite": "- Configure the Fortinet FortiSandbox Connector",
"certified": "true",
"publisher": "Fortinet",
"description": "Phishing Email Response Solution Pack is designed to provide a set of investigation and utility playbooks to respond to suspicous emails. These emails are typically reported by employees in the organization (sent to a SOC common email inbox).",
"help": "https://github.com/fortinet-fortisoar/solution-pack-phishing-email-response/blob/release/1.0.1/README.md",
"category": [],
"featured": true,
"supportInfo": "Fortinet Customer Support",
"iconLarge": null,
"recordTags": [
"Phishing"
],
"fsrMinCompatibility": "7.2.0",
"date": "2022-04-11T07:07:18+00:00",
"contents": {
"playbooks": [
{
"name": "02 - Use Case - Phishing Email Response"
}
],
"globalVariables": [
{
"id": 2,
"name": "Default_Email",
"value": "[email protected]",
"default_value": null
}
],
"recordSets": [
{
"name": "Scenario",
"apiName": "scenario",
"count": 1
}
]
}
}