-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.json
131 lines (131 loc) · 4.89 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "phishingIncidentManagement",
"version": "1.0.1",
"type": "solutionpack",
"local": true,
"certified": "false",
"label": "Phishing Incident Management",
"dependencies": [
{
"name": "sOARFramework",
"type": "solutionpack",
"label": "SOAR Framework",
"version": "1.0.0",
"minVersion": null
},
{
"name": "mITREATT&CKEnrichmentFramework",
"type": "solutionpack",
"label": "MITRE ATT&CK Enrichment Framework",
"version": "2.0.2",
"minVersion": null
},
{
"name": "fileContentExtraction",
"type": "solutionpack",
"label": "File Content Extraction",
"version": "1.0.0",
"minVersion": null
},
{
"name": "socSimulator",
"type": "solutionpack",
"label": "SOC Simulator",
"version": "1.0.1",
"minVersion": null
}
],
"prerequisite": "- Configure Connector: SOC Simulator\n- Configure Connector: Fortinet FortiGuard Threat Intelligence\n- Configure Connector: VirusTotal\n- Configure Connector: File Content Extraction\n- Configure Connector: Microsoft Active Directory",
"publisher": "Fortinet CSE",
"description": "Scripted simulation where a series of automation workflows guide your investigation via the workspace comments. Comments tagged as *Actions* represent the tasks the analyst must do. *Hints* are simply suggestions",
"help": "https://github.com/fortinet-fortisoar/solution-pack-phishing-incident-management/blob/release/1.0.0/README.md",
"category": [
"Email Security"
],
"supportInfo": null,
"iconLarge": "fsr-icon-large.png",
"recordTags": [
"Phishing"
],
"fsrMinCompatibility": "7.2.2",
"date": "2022-07-04T11:04:50+00:00",
"contents": {
"modules": {
"users": {
"name": "Users",
"apiName": "users"
}
},
"viewTemplates": {
"users": {
"name": "Users",
"apiName": "users",
"views": [
"list",
"detail",
"form"
]
}
},
"roles": [
{
"name": "Full App Permissions"
}
],
"playbooks": [
{
"name": "02 - Use Case - Phishing Incident Management"
}
],
"globalVariables": [
{
"id": 24,
"name": "Action_Icon",
"value": "<span style=\"background-color:red;color:black;border-radius: 4px;font-size:8mm;\">➯<font style=\"font-size:18px;font-weight: bold;font-family: 'Georgia', monospace;\">Action</font></span>",
"default_value": "<span style=\"background-color:red;color:black;border-radius: 4px;font-size:8mm;\">➯<font style=\"font-size:18px;font-weight: bold;font-family: 'Georgia', monospace;\">Action</font></span>"
},
{
"id": 50,
"name": "Tomorrow_Date",
"value": "{{arrow.utcnow().shift(hours=+24).timestamp}}",
"default_value": "{{arrow.utcnow().shift(hours=+24).timestamp}}"
},
{
"id": 25,
"name": "Hint_Icon",
"value": "<span style=\"background-color:orange;color:black;border-radius: 4px;font-size:8mm;\">☼<font style=\"font-size:18px;font-weight: bold;font-family: 'Georgia', monospace;\">Hint</font></span>",
"default_value": "<span style=\"background-color:orange;color:black;border-radius: 4px;font-size:8mm;\">☼<font style=\"font-size:18px;font-weight: bold;font-family: 'Georgia', monospace;\">Hint</font></span>"
},
{
"id": 26,
"name": "Tomorrow_Date",
"value": "{{arrow.utcnow().shift(hours=+24).timestamp}}",
"default_value": "{{arrow.utcnow().shift(hours=+24).timestamp}}"
},
{
"id": 27,
"name": "Exclamation_Icon",
"value": "<span style=\"color: red; font-size: 6mm;\">\u26a0</span>",
"default_value": "<span style=\"color: red; font-size: 6mm;\">\u26a0</span>"
}
],
"dashboards": [
{
"name": "Phishing Case Management"
}
],
"connectors": [
{
"name": "Fortinet FortiGuard Threat Intelligence",
"apiName": "fortinet-fortiguard-threat-intelligence"
}
],
"recordSets": [
{
"name": "Scenario",
"apiName": "scenario",
"count": 1
}
]
}
}