forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-Entity_Enrichment_-_Generic_-_Test.yml
280 lines (280 loc) · 6.27 KB
/
playbook-Entity_Enrichment_-_Generic_-_Test.yml
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
id: entity_enrichment_generic_test
version: -1
fromversion: 3.5.0
name: Entity Enrichment - Generic - Test
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 465ed533-9ff9-4377-8f85-e3f71a95b756
type: start
task:
id: 465ed533-9ff9-4377-8f85-e3f71a95b756
version: -1
name: ""
description: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 50
}
}
"1":
id: "1"
taskid: bc954f05-5238-40ff-8020-027a1097ad1a
type: regular
task:
id: bc954f05-5238-40ff-8020-027a1097ad1a
version: -1
name: Clear Context
description: Delete field from context
scriptName: DeleteContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
scriptarguments:
all:
simple: "yes"
key: {}
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 187
}
}
"2":
id: "2"
taskid: f7759517-fbbd-44cb-899a-7e068045585e
type: regular
task:
id: f7759517-fbbd-44cb-899a-7e068045585e
version: -1
name: Set IP
description: Sets a value into the context with the given context key
scriptName: Set
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "5"
scriptarguments:
append: {}
key:
simple: Test.Address
value:
simple: 10.0.0.1
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 354
}
}
"5":
id: "5"
taskid: 7bfa19cf-0ba9-4b3a-8b64-7466f0904faa
type: regular
task:
id: 7bfa19cf-0ba9-4b3a-8b64-7466f0904faa
version: -1
name: Set Account
description: Sets a value into the context with the given context key
scriptName: Set
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "11"
scriptarguments:
append: {}
key:
simple: Test.Username
value:
simple: admin
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 514
}
}
"8":
id: "8"
taskid: a18fa053-ba81-48f0-8339-bd3d6a09d03a
type: regular
task:
id: a18fa053-ba81-48f0-8339-bd3d6a09d03a
version: -1
name: Verify IP Object
description: |-
Verifies path in context:
- Verifies path existence
- If matching object is an array: verify fields exists in each of the objects in the array
- If matching object is not an array: verify fields exists in matching object
- if 'expectedValue' is given: ensure that the given value is equal to the context path
scriptName: VerifyContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "9"
scriptarguments:
expectedValue: {}
fields: {}
path:
simple: IP
separatecontext: false
view: |-
{
"position": {
"x": 721,
"y": 858
}
}
"9":
id: "9"
taskid: 5cb139be-bdaf-4409-82d2-424c2ba0775f
type: regular
task:
id: 5cb139be-bdaf-4409-82d2-424c2ba0775f
version: -1
name: Verify DBotScore
description: |-
Verifies path in context:
- Verifies path existence
- If matching object is an array: verify fields exists in each of the objects in the array
- If matching object is not an array: verify fields exists in matching object
- if 'expectedValue' is given: ensure that the given value is equal to the context path
scriptName: VerifyContext
type: regular
iscommand: false
brand: ""
scriptarguments:
expectedValue: {}
fields:
simple: Indicator, Score, Type, Vendor
path:
simple: DBotScore
separatecontext: false
view: |-
{
"position": {
"x": 465,
"y": 1077
}
}
"10":
id: "10"
taskid: ae6f1249-d1ca-4084-8447-559fb483ab1b
type: regular
task:
id: ae6f1249-d1ca-4084-8447-559fb483ab1b
version: -1
name: Verify Account fields
description: |-
Verifies path in context:
- Verifies path existence
- If matching object is an array: verify fields exists in each of the objects in the array
- If matching object is not an array: verify fields exists in matching object
- if 'expectedValue' is given: ensure that the given value is equal to the context path
scriptName: VerifyContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "9"
scriptarguments:
expectedValue: {}
fields:
simple: Type,ID
path:
simple: Account
separatecontext: false
view: |-
{
"position": {
"x": 248,
"y": 860
}
}
"11":
id: "11"
taskid: eebeda4c-9655-4d21-8194-27313c1e3357
type: playbook
task:
id: eebeda4c-9655-4d21-8194-27313c1e3357
version: -1
name: Entity Enrichment - Generic
description: Enrich entities using one or more integrations
playbookName: Entity Enrichment - Generic
type: playbook
iscommand: false
brand: ""
nexttasks:
'#none#':
- "10"
- "8"
scriptarguments:
Domain:
simple: ${Domain.Name}
Email:
simple: ${Account.Email.Address}
Hostname:
simple: ${Endpoint.Hostname}
IP:
simple: ${Test.Address}
InternalRange: {}
MD5:
simple: ${File.MD5}
SHA1:
simple: ${File.SHA1}
SHA256:
simple: ${File.SHA256}
Username:
simple: ${Test.Username}
url:
simple: ${URL.Data}
separatecontext: true
loop:
iscommand: false
exitCondition: ""
wait: 1
view: |-
{
"position": {
"x": 450,
"y": 702
}
}
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 1122,
"width": 853,
"x": 248,
"y": 50
}
}
}
inputs: []
outputs: []