diff --git a/Packs/SekoiaXDR/IncidentTypes/Sekoia_XDR_Incident_Types.json b/Packs/SekoiaXDR/IncidentTypes/Sekoia_XDR_Incident_Types.json index 5604036e6e05..34e3afc15843 100644 --- a/Packs/SekoiaXDR/IncidentTypes/Sekoia_XDR_Incident_Types.json +++ b/Packs/SekoiaXDR/IncidentTypes/Sekoia_XDR_Incident_Types.json @@ -25,12 +25,15 @@ "extractSettings": { "mode": "Specific", "fieldCliNameToExtractSettings": { - "sekoiaalerturl": { - "extractAsIsIndicatorTypeId": "", + "externallink": { + "extractAsIsIndicatorTypeId": "urlRep", "isExtractingAllIndicatorTypes": false, - "extractIndicatorTypesIDs": [ - "urlRep" - ] + "extractIndicatorTypesIDs": [] + }, + "sourceip": { + "extractAsIsIndicatorTypeId": "ipRep", + "isExtractingAllIndicatorTypes": false, + "extractIndicatorTypesIDs": [] } } },