forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-Ipstack_Test.yml
191 lines (191 loc) · 3.73 KB
/
playbook-Ipstack_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
id: Ipstack_Test
version: 10
name: Ipstack_Test
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: fe5945da-0ba2-42c6-8836-aa988eb44984
type: start
task:
id: fe5945da-0ba2-42c6-8836-aa988eb44984
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 50
}
}
note: false
timertriggers: []
ignoreworker: false
"1":
id: "1"
taskid: 41e9c18c-61a6-4d62-8f28-f0a18edbea16
type: regular
task:
id: 41e9c18c-61a6-4d62-8f28-f0a18edbea16
version: -1
name: DeleteContext
description: Delete field from context
scriptName: DeleteContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
scriptarguments:
all:
simple: "yes"
index: {}
key: {}
keysToKeep: {}
subplaybook: {}
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 230
}
}
note: false
timertriggers: []
ignoreworker: false
"2":
id: "2"
taskid: 7006c21e-ccf7-4283-8cad-afc638a7cdae
type: regular
task:
id: 7006c21e-ccf7-4283-8cad-afc638a7cdae
version: -1
name: ip
description: query ip in ipstack
script: Ipstack|||ip
type: regular
iscommand: true
brand: Ipstack
nexttasks:
'#none#':
- "3"
scriptarguments:
ip:
simple: 8.8.8.8
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 410
}
}
note: false
timertriggers: []
ignoreworker: false
"3":
id: "3"
taskid: 4178d0ab-0e9b-462b-8b58-9d50f232a5b9
type: condition
task:
id: 4178d0ab-0e9b-462b-8b58-9d50f232a5b9
version: -1
name: test result
type: condition
iscommand: false
brand: ""
nexttasks:
"yes":
- "4"
separatecontext: false
conditions:
- label: "yes"
condition:
- - operator: isEqualString
left:
value:
simple: IP.Geo.Country
iscontext: true
right:
value:
simple: United States
- - operator: isEqualString
left:
value:
simple: IP.Address
iscontext: true
right:
value:
simple: 8.8.8.8
- - operator: isEqualString
left:
value:
simple: Ipstack.ip.address
iscontext: true
right:
value:
simple: 8.8.8.8
view: |-
{
"position": {
"x": 450,
"y": 590
}
}
note: false
timertriggers: []
ignoreworker: false
"4":
id: "4"
taskid: 4a711a79-d2e8-492a-8229-de524de1f0ac
type: regular
task:
id: 4a711a79-d2e8-492a-8229-de524de1f0ac
version: -1
name: closeInvestigation
description: Close the current incident
script: Builtin|||closeInvestigation
type: regular
iscommand: true
brand: Builtin
scriptarguments:
assetid: {}
closeNotes: {}
closeReason: {}
id: {}
importantfield: {}
test2: {}
timefield1: {}
separatecontext: false
view: |-
{
"position": {
"x": 450,
"y": 900
}
}
note: false
timertriggers: []
ignoreworker: false
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 945,
"width": 380,
"x": 450,
"y": 50
}
}
}
inputs: []
outputs: []