forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-ExtractDomainFromUrlAndEmail-Test.yml
485 lines (485 loc) · 11.1 KB
/
playbook-ExtractDomainFromUrlAndEmail-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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
id: ExtractDomainFromUrlAndEmail-Test
version: -1
name: ExtractDomainFromUrlAndEmail-Test
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 0dafe8b1-f28a-44b9-8787-b7c63367ab39
type: start
task:
id: 0dafe8b1-f28a-44b9-8787-b7c63367ab39
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
separatecontext: false
view: |-
{
"position": {
"x": 695,
"y": 50
}
}
note: false
timertriggers: []
ignoreworker: false
"1":
id: "1"
taskid: c2e7b8d9-8a9a-466d-8e55-eb861251a112
type: regular
task:
id: c2e7b8d9-8a9a-466d-8e55-eb861251a112
version: -1
name: DeleteContext
description: Delete field from context
scriptName: DeleteContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
- "5"
- "8"
scriptarguments:
all:
simple: "yes"
index: {}
key: {}
keysToKeep: {}
subplaybook: {}
separatecontext: false
view: |-
{
"position": {
"x": 695,
"y": 195
}
}
note: false
timertriggers: []
ignoreworker: false
"2":
id: "2"
taskid: a1797403-7512-47a0-80b2-c412810e0d11
type: regular
task:
id: a1797403-7512-47a0-80b2-c412810e0d11
version: -1
name: ExtractDomainFromUrlAndEmail - test single input
description: Extract Domain from a URL or Email
scriptName: ExtractDomainFromUrlAndEmail
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "3"
scriptarguments:
input:
simple: example@hotmail.com # disable-secrets-detection
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 370
}
}
note: false
timertriggers: []
ignoreworker: false
"3":
id: "3"
taskid: 51eb753f-4e67-4b77-8afe-5a02bdeeed07
type: regular
task:
id: 51eb753f-4e67-4b77-8afe-5a02bdeeed07
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
humanReadableEntryId:
simple: ${lastCompletedTaskEntries}
substring:
simple: hotmail.com
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 545
}
}
note: false
timertriggers: []
ignoreworker: false
"4":
id: "4"
taskid: 5c86aa95-360d-4c8e-8a80-d58b1fcc965a
type: title
task:
id: 5c86aa95-360d-4c8e-8a80-d58b1fcc965a
version: -1
name: Verify Unicode
type: title
iscommand: false
brand: ""
nexttasks:
'#none#':
- "12"
separatecontext: false
view: |-
{
"position": {
"x": 1125,
"y": 720
}
}
note: false
timertriggers: []
ignoreworker: false
"5":
id: "5"
taskid: a6296894-a85e-4192-87d0-d8b9605e7243
type: regular
task:
id: a6296894-a85e-4192-87d0-d8b9605e7243
version: -1
name: ExtractDomainFromUrlAndEmail - test multiple input
description: Extract Domain from a URL or Email
scriptName: ExtractDomainFromUrlAndEmail
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "6"
- "7"
scriptarguments:
input:
simple: https://typora.io/, example@macmillan.com # disable-secrets-detection
separatecontext: false
view: |-
{
"position": {
"x": 695,
"y": 370
}
}
note: false
timertriggers: []
ignoreworker: false
"6":
id: "6"
taskid: 05b9c288-40c3-44f5-8418-44d419e09cbc
type: regular
task:
id: 05b9c288-40c3-44f5-8418-44d419e09cbc
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
humanReadableEntryId:
complex:
root: lastCompletedTaskEntries
transformers:
- operator: atIndex
args:
index:
value:
simple: "0"
substring:
simple: typora.io
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 545
}
}
note: false
timertriggers: []
ignoreworker: false
"7":
id: "7"
taskid: ebb5c282-8427-497d-824e-bdca1679e858
type: regular
task:
id: ebb5c282-8427-497d-824e-bdca1679e858
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
humanReadableEntryId:
complex:
root: lastCompletedTaskEntries
transformers:
- operator: atIndex
args:
index:
value:
simple: "1"
substring:
simple: macmillan.com
separatecontext: false
view: |-
{
"position": {
"x": 910,
"y": 545
}
}
note: false
timertriggers: []
ignoreworker: false
"8":
id: "8"
taskid: d268011c-b205-4aff-82db-ed08659f0061
type: regular
task:
id: d268011c-b205-4aff-82db-ed08659f0061
version: -1
name: ExtractDomainFromUrlAndEmail - test with URLs that need unescaping
description: Extract Domain from a URL or Email
scriptName: ExtractDomainFromUrlAndEmail
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "9"
- "10"
- "11"
scriptarguments:
input:
simple: https://urldefense.proofpoint.com/v2/url?u=http-3A__go.getpostman.com_y4wULsdG0h0DDMY0Dv00100&d=DwMFaQ&c=ywDJJevdGcjv4rm9P3FcNg&r=s5kA2oIAQRXsacJiBKmTORIWyRN39ZKhobje2GyRgNs&m=vN1dVSiZvEoM9oExtQqEptm9Dbvq9tnjACDZzrBLaWI&s=zroN7KQdBCPBOfhOmv5SP1DDzZKZ1y9I3x4STS5PbHA&e=,
hxxps://www[.]demisto[.]com, https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2FPhilipsBeLux&data=02|01||cb2462dc8640484baf7608d638d2a698|1a407a2d76754d178692b3ac285306e4|0|0|636758874714819880&sdata=dnJiphWFhnAKsk5Ps0bj0p%2FvXVo8TpidtGZcW6t8lDQ%3D&reserved=0%3E%5bcid:image003.gif@01CF4D7F.1DF62650%5d%3C # disable-secrets-detection
separatecontext: false
view: |-
{
"position": {
"x": 1770,
"y": 370
}
}
note: false
timertriggers: []
ignoreworker: false
"9":
id: "9"
taskid: dc5bba83-fd49-4300-8421-88bddd45a8e3
type: regular
task:
id: dc5bba83-fd49-4300-8421-88bddd45a8e3
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
humanReadableEntryId:
complex:
root: lastCompletedTaskEntries
transformers:
- operator: atIndex
args:
index:
value:
simple: "0"
substring:
simple: getpostman.com # disable-secrets-detection
separatecontext: false
view: |-
{
"position": {
"x": 1340,
"y": 545
}
}
note: false
timertriggers: []
ignoreworker: false
"10":
id: "10"
taskid: 3fc40fc8-ef89-455e-8a84-818d532a0e9f
type: regular
task:
id: 3fc40fc8-ef89-455e-8a84-818d532a0e9f
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
humanReadableEntryId:
complex:
root: lastCompletedTaskEntries
transformers:
- operator: atIndex
args:
index:
value:
simple: "1"
substring:
simple: demisto.com
separatecontext: false
view: |-
{
"position": {
"x": 1770,
"y": 545
}
}
note: false
timertriggers: []
ignoreworker: false
"11":
id: "11"
taskid: 6c2cfbc0-24ee-49f8-8efb-79698caa628d
type: regular
task:
id: 6c2cfbc0-24ee-49f8-8efb-79698caa628d
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
humanReadableEntryId:
complex:
root: lastCompletedTaskEntries
transformers:
- operator: atIndex
args:
index:
value:
simple: "2"
substring:
simple: twitter.com
separatecontext: false
view: |-
{
"position": {
"x": 2200,
"y": 545
}
}
note: false
timertriggers: []
ignoreworker: false
"12":
id: "12"
taskid: 89b14742-cec7-4325-8b43-86c0e35fcf06
type: regular
task:
id: 89b14742-cec7-4325-8b43-86c0e35fcf06
version: -1
name: Extract from unicode url
description: Extract Domain(s) from URL(s) and/or Email(s)
scriptName: ExtractDomainFromUrlAndEmail
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "13"
scriptarguments:
input:
simple: www.bücher.de
reputationcalc: 1
separatecontext: false
view: |-
{
"position": {
"x": 1130,
"y": 910
}
}
note: false
timertriggers: []
ignoreworker: false
"13":
id: "13"
taskid: af759e58-3832-4cb6-8342-124b0bc79d9f
type: regular
task:
id: af759e58-3832-4cb6-8342-124b0bc79d9f
version: -1
name: VerifyHumanReadableContains
description: Verify given entry contains a string
scriptName: VerifyHumanReadableContains
type: regular
iscommand: false
brand: ""
scriptarguments:
humanReadableEntryId:
simple: ${lastCompletedTaskEntries}
substring:
simple: bücher
separatecontext: false
view: |-
{
"position": {
"x": 1125,
"y": 1075
}
}
note: false
timertriggers: []
ignoreworker: false
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 1120,
"width": 2530,
"x": 50,
"y": 50
}
}
}
inputs: []
outputs: []