forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-DecodeMimeHeader_-_Test.yml
125 lines (125 loc) · 2.37 KB
/
playbook-DecodeMimeHeader_-_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
id: decodemimeheader_-_test
version: -1
name: DecodeMimeHeader - Test
description: ""
fromversion: "3.5.0"
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 5c788354-cf3d-40f5-88a7-7c98a06a40e2
type: start
task:
id: 5c788354-cf3d-40f5-88a7-7c98a06a40e2
version: -1
description: ""
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "3"
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 50
}
}
"1":
id: "1"
taskid: efd621c2-6025-4fb9-816a-d7c1ad5717b3
type: regular
task:
id: efd621c2-6025-4fb9-816a-d7c1ad5717b3
version: -1
description: ""
name: Decode mime header
scriptName: DecodeMimeHeader
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
scriptarguments:
value:
simple: 'Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?='
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 370
}
}
"2":
id: "2"
taskid: 981ac8cf-747a-45a0-8e52-c6509bb4c631
type: regular
task:
id: 981ac8cf-747a-45a0-8e52-c6509bb4c631
version: -1
description: ""
name: Verify
scriptName: VerifyContext
type: regular
iscommand: false
brand: ""
scriptarguments:
expectedValue:
simple: Subject:If you can read this yo
fields: {}
path:
simple: DecodedMimeHeader
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 545
}
}
"3":
id: "3"
taskid: ee790d8b-6ecd-4f3e-8141-b40101945fb4
type: regular
task:
id: ee790d8b-6ecd-4f3e-8141-b40101945fb4
version: -1
description: ""
name: Delete context
scriptName: DeleteContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
scriptarguments:
all:
simple: "yes"
key: {}
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 195
}
}
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 590,
"width": 380,
"x": 50,
"y": 50
}
}
}
inputs: []
outputs: []