forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-IPInfo_Test.yml
194 lines (194 loc) · 4.29 KB
/
playbook-IPInfo_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
id: IPInfoTest
version: -1
name: IPInfoTest
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 3acaed5b-5909-4b07-8368-fdd136db2334
type: start
task:
id: 3acaed5b-5909-4b07-8368-fdd136db2334
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 50
}
}
note: false
"1":
id: "1"
taskid: b2064027-0ab4-447b-85e4-9762bbabfa79
type: regular
task:
id: b2064027-0ab4-447b-85e4-9762bbabfa79
version: -1
name: DeleteContext
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": 480,
"y": 195
}
}
note: false
"2":
id: "2"
taskid: f4e163e3-9257-4f98-88da-b780f5bdd2f2
type: regular
task:
id: f4e163e3-9257-4f98-88da-b780f5bdd2f2
version: -1
name: ip
description: Check IP reputation (when information is available, returns a JSON
with details). Uses all configured Threat Intelligence feeds
script: ipinfo|||ip
type: regular
iscommand: true
brand: ipinfo
nexttasks:
'#none#':
- "3"
- "4"
- "5"
scriptarguments:
ip:
simple: 1.1.1.1
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 370
}
}
note: false
"3":
id: "3"
taskid: 86196c9e-026d-45f1-89f1-57276be540c1
type: regular
task:
id: 86196c9e-026d-45f1-89f1-57276be540c1
version: -1
name: VerifyContext Geo
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: Description,Country,Location
path:
simple: IP.Geo
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 545
}
}
note: false
"4":
id: "4"
taskid: cc1e7e4e-4a78-4c01-8786-d9c6f032e8b9
type: regular
task:
id: cc1e7e4e-4a78-4c01-8786-d9c6f032e8b9
version: -1
name: VerifyContext Address
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: Address
path:
simple: IP
separatecontext: false
view: |-
{
"position": {
"x": 480,
"y": 545
}
}
note: false
"5":
id: "5"
taskid: b7058c76-3475-4c8e-800d-626e1270e9c9
type: regular
task:
id: b7058c76-3475-4c8e-800d-626e1270e9c9
version: -1
name: Verify DBotScore
scriptName: VerifyContext
type: regular
iscommand: false
brand: ""
scriptarguments:
expectedValue:
simple: '"0"'
fields: {}
path:
simple: DBotScore(val.Vendor=='ipinfo').Score=>val.length&&val.length>0?val[0]+'':val+''
separatecontext: false
view: |-
{
"position": {
"x": 910,
"y": 545
}
}
note: false
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 590,
"width": 1240,
"x": 50,
"y": 50
}
}
}
inputs: []
outputs: []