File tree 6 files changed +56
-21
lines changed
Integrations/CortexXpanse
6 files changed +56
-21
lines changed Original file line number Diff line number Diff line change 9
9
"Xpanse Alert ID" : {
10
10
"complex" : {
11
11
"filters" : [],
12
- "root" : " external_id " ,
12
+ "root" : " alert_id " ,
13
13
"transformers" : []
14
14
}
15
15
},
78
78
"Xpanse IP" : {
79
79
"complex" : {
80
80
"filters" : [],
81
- "root" : " action_remote_ip " ,
81
+ "root" : " ipv4_addresses " ,
82
82
"transformers" : [
83
83
{
84
- "args" : {
85
- "applyIfEmpty" : {},
86
- "defaultValue" : {
87
- "isContext" : true ,
88
- "value" : {
89
- "simple" : " ipv4_addresses[0]"
90
- }
91
- }
92
- },
93
- "operator" : " SetIfEmpty"
84
+ "operator" : " FirstArrayElement"
94
85
}
95
86
]
96
87
}
175
166
"dbot_classification_incident_type_all" : {
176
167
"dontMapEventToLabels" : false ,
177
168
"internalMapping" : {
178
- "Tags" : {
179
- "complex" : {
169
+ "Description" : {
170
+ "simple" : " description"
171
+ },
172
+ "Destination IP" : {
173
+ "complex" : {
174
+ "filters" : [],
175
+ "root" : " ipv4_addresses" ,
176
+ "transformers" : [
177
+ {
178
+ "operator" : " FirstArrayElement"
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ "Protocol" : {
184
+ "complex" : {
185
+ "filters" : [],
186
+ "root" : " port_protocol" ,
187
+ "transformers" : []
188
+ }
189
+ },
190
+ "Tags" : {
191
+ "complex" : {
180
192
"filters" : [],
181
193
"root" : " tags" ,
182
194
"transformers" : []
183
195
}
184
- }
185
- }
196
+ }
197
+ }
186
198
}
187
199
},
188
200
"name" : " Xpanse - Incoming Mapper" ,
Original file line number Diff line number Diff line change 22
22
"threshold" : 72 ,
23
23
"type" : " shortText" ,
24
24
"unmapped" : false ,
25
- "unsearchable" : true ,
25
+ "unsearchable" : false ,
26
26
"useAsKpi" : true ,
27
27
"version" : -1 ,
28
28
"fromVersion" : " 6.5.0"
Original file line number Diff line number Diff line change 19
19
"group" : 0 ,
20
20
"hidden" : false ,
21
21
"openEnded" : false ,
22
- "associatedToAll" : true ,
22
+ "associatedToAll" : false ,
23
+ "associatedTypes" : [
24
+ " Xpanse Alert"
25
+ ],
23
26
"unmapped" : false ,
24
- "unsearchable" : true ,
27
+ "unsearchable" : false ,
25
28
"caseInsensitive" : true ,
26
29
"sla" : 0 ,
27
30
"threshold" : 72 ,
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ script:
399
399
- resolved_contested_asset
400
400
- resolved_remediated_automatically
401
401
- resolved
402
- - description : Comma-separated list of strings of the business units
402
+ - description : Comma-separated list of strings of the business units.
403
403
name : business_units_list
404
404
- description : A date in the format 2019-12-31T23:59:00. Only incidents that were created on or before the specified date/time will be retrieved.
405
405
name : lte_creation_time
@@ -686,6 +686,8 @@ script:
686
686
script : ' '
687
687
subtype : python3
688
688
type : python
689
+ defaultmapperin : Xpanse - Incoming Mapper
690
+ defaultclassifier : Xpanse - Classifier
689
691
fromversion : 6.5.0
690
692
tests :
691
693
- CortexXpanse_Test
Original file line number Diff line number Diff line change
1
+
2
+ #### Integrations
3
+ ##### Cortex Xpanse
4
+
5
+ - Updated the default classifier and incoming mapper for the integration.
6
+
7
+ #### Mappers
8
+ ##### Xpanse - Incoming Mapper
9
+
10
+ - Updated the targets for several fields for improved accuracy and formatting.
11
+
12
+ #### Incident Fields
13
+ ##### Xpanse Tags
14
+ Updated the field to be searchable.
15
+
16
+ ##### Xpanse Provider
17
+ Updated the field to be searchable and to not be scoped to all incident types.
18
+
Original file line number Diff line number Diff line change 2
2
"name" : " Cortex Xpanse" ,
3
3
"description" : " Content for working with Attack Surface Management (ASM)." ,
4
4
"support" : " xsoar" ,
5
- "currentVersion" : " 1.0.9 " ,
5
+ "currentVersion" : " 1.0.10 " ,
6
6
"author" : " Cortex XSOAR" ,
7
7
"url" : " https://www.paloaltonetworks.com/cortex" ,
8
8
"email" : " " ,
You can’t perform that action at this time.
0 commit comments